.sectonHeading {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
}

.bannerGetInTouch {
  background: url(../images/get-in-touch/get-in-touch.webp) no-repeat top right;
  background-size: cover;
  padding: 254px 0 68px;
}

.bannerGetInTouchBlck {
  max-width: 1142px;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(227, 238, 255, 1);
  padding: 0px 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.bannerGetInTouchBlck .titlePage {
  background-color: rgba(225, 23, 31, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  padding: 7px 16px;
  align-self: flex-start;
  transform: translateY(-50%);
  margin-bottom: 4px;
}

.bannerGetInTouchBlck h2 {
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  padding: 10px 14px;
  display: inline-block;
  align-self: flex-start;
}

.bannerGetInTouchBlck .msgSpan {
  padding-left: 20%;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  margin: 5px 0 23px;
  opacity: 0;
  transform: translate(-80px, -80px);
  /* start up-left and slightly rotated */
  animation: diagIn 1s ease 200ms forwards;
  /* optional: improve rendering */
  will-change: opacity, transform;
}

@keyframes diagIn {
  from {
    opacity: 0;
    transform: translate(-80px, -80px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* Accessibility: reduce motion users won't see animation */
@media (prefers-reduced-motion: reduce) {
  .diagonal-enter {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.bannerGetInTouchBlck .msgSpan span {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
  color: transparent;
  /* Fallback */
}

.paraAnimate {
  background: url(../images/get-in-touch/arrow.svg) no-repeat left top 10px;
  background-size: 50px auto;
}

.paraAnimate p {
  padding-left: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  opacity: 0;
  transform: translate(0px, 0px);
  /* start up-left and slightly rotated */
  animation: diagInPara 1.2s ease 200ms forwards;
  /* optional: improve rendering */
  will-change: opacity, transform;
}

@keyframes diagInPara {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Accessibility: reduce motion users won't see animation */
@media (prefers-reduced-motion: reduce) {
  .diagonal-enter {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Form CSS */

.getInTouchForm {
  max-width: 1142px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-52px);
}

.formColumn1 {
  max-width: 564px;
  width: 49.39%;
  background: url(../images/get-in-touch/structure.svg) no-repeat top right, linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  padding: 30px;
  background-size: 139px auto, cover;
}

.formColumn2 {
  max-width: 578px;
  width: 50.61%;
  background: rgba(244, 248, 255, 1);
  padding: 40px;
  position: relative;
}

.formColumn1 h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  background: linear-gradient(98.76deg, #FFFFFF 0.59%, #F8F8F8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
  color: transparent;
  /* Fallback */
  margin-bottom: 16px;
}

.subTitleForm {
  background: rgba(225, 23, 31, 1);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  padding: 16px;
  display: inline-block;
  margin-bottom: 267px;
}

.descrPara {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 16px;
}

.notePara {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
}

.formGroup {
  margin-bottom: 15px;
}

.formGroup label {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 10px;
  display: block;
}

.formGroup .formControl {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border: rgba(219, 219, 219, 1) 1px solid;
  padding: 15.5px 18px;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.formGroup select.formControl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/get-in-touch/selectArrow.svg) no-repeat center right 13px, #FFFFFF;
}

.formGroup .formControl:focus {
  box-shadow: none;
  border: rgb(65, 63, 63) 1px solid;
  outline: 0;
}

.formGroup .formControl::placeholder {
  color: rgba(102, 102, 102, 1);
}

.formGroup input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(171, 181, 190, 1);
  background-color: #FFFFFF;
}

.formGroup .checkLabel {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgba(82, 82, 82, 1);
}

.button-group {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  position: absolute;
  width: calc(100% - 80px);
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.btnForm {
  background-color: rgba(30, 70, 131, 1);
  padding: 20.5px 15.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(30, 70, 131, 1);
  width: 100%;
}

.next-btn img {
  margin-left: 10px;
  vertical-align: middle;
}

.prev-btn img {
  margin-right: 10px;
  vertical-align: middle;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.formGroup .textarea {
  height: 101px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.formGroup {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 0.4s ease forwards;
}

.form-step.slide-in-left .formGroup {
  animation: fadeSlideInLeft 0.4s ease forwards;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideInLeft {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.formGroup.animate {
  animation: fadeSlideIn 0.4s ease forwards;
}

.form-step.slide-in-left .formGroup.animate {
  animation: fadeSlideInLeft 0.4s ease forwards;
}


/* ContactMapInfo Section Css */
.ContactMapInfo {
  background: rgba(244, 248, 255, 1);
}

.ContactMapInfoContainer {
  max-width: 1553px;
  width: 100%;
  background: url(../images/get-in-touch/vector.svg) no-repeat top center;
  background-size: auto 100%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.ContactMapInfo h2 {
  color: rgba(30, 70, 131, 1);
  margin-bottom: 20px;
  text-align: center;
}

.ContactMapArea {
  background-color: rgba(255, 255, 255, 1);
  list-style: none;
  padding: 10px;
  display: inline-flex;
  margin: 0 auto 44px;
  justify-content: center;
  gap: 15px;
  max-width: 790.43px;
  border: 1px solid #CCCCCC;
}

.ContactMapArea li {
  padding: 16px 24px 16px 59.3px;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  background-color: #FFFFFF;
  background-size: 24px 24px;
  background-position: center left 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ContactMapArea li:hover,
.ContactMapArea li.active {
  background-color: rgba(225, 23, 31, 1);
  color: #FFFFFF;
}

.ContactMapArea li:nth-child(1) {
  background-image: url("../images/get-in-touch/icon-3.svg");
}

.ContactMapArea li:nth-child(2) {
  background-image: url("../images/get-in-touch/icon-1.svg");
}

.ContactMapArea li:nth-child(3) {
  background-image: url("../images/get-in-touch/icon-2.svg");
}

.ContactMapArea li:nth-child(1):hover,
.ContactMapArea li:nth-child(1).active {
  background-image: url("../images/get-in-touch/icon-3-hover.svg");
}

.ContactMapArea li:nth-child(2):hover,
.ContactMapArea li:nth-child(2).active {
  background-image: url("../images/get-in-touch/icon-1-hover.svg");
}

.ContactMapArea li:nth-child(3):hover,
.ContactMapArea li:nth-child(3).active {
  background-image: url("../images/get-in-touch/icon-2-hover.svg");
}

.worldMAp img {
  width: 100%;
}

.worldMAp svg {
  max-width: 100%;
}

.pin {
  opacity: 0;
  /* start hidden */
  transform: translateY(0);
  transition: transform ease 0.4s;
  cursor: pointer;
}



/* Animation class */
.show-and-bounce {
  animation: fadeIn 0.2s forwards, bounce 0.6s ease forwards;
}



/* Fade in */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Bounce */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}


/* sideMapDetails css */
.sideMapDetails {
  position: fixed;
  right: 0;
  height: 100%;
  max-width: 624px;
  width: 90%;
  background-color: #FFFFFF;
  z-index: 999999;
  top: 0;
  overflow: auto;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #005d9a #f0f0f0;
  /* thumb color | track color */
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.sideMapDetails.active {
  transform: translateX(0);
}

.sideMapDetails::-webkit-scrollbar {
  width: 8px;
  /* scrollbar width */
}

.sideMapDetails::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* track color */
  border-radius: 4px;
}

.sideMapDetails::-webkit-scrollbar-thumb {
  background-color: #005d9a;
  /* scrollbar color */
  border-radius: 4px;
}

.sideMapDetails::-webkit-scrollbar-thumb:hover {
  background-color: #003f6d;
  /* darker on hover */
}


.sideMapDetails .image img {
  width: 100%;
}

.closesideMapDetails {
  position: absolute;
  right: 0%;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.closesideMapDetails img {
  width: 100%;
}

.contentLocation {
  padding: 0 0 0 28px;
}

.addressGroup {
  border-bottom: 1px solid #E6E2E2;
  padding-bottom: 30px;
  margin: 43px 0 43px;
}

.addressGroup h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1E4683;
  margin-bottom: 17px;
}

.addressGroup .subAddr {
  background: url(../images/get-in-touch/MapPin.svg) no-repeat left top;
  background-size: 24px 24px;
}

.addressGroup .subTel {
  background: url(../images/get-in-touch/Phone.svg) no-repeat left top;
  background-size: 24px 24px;
}

.addressGroup .subEmail {
  background: url(../images/get-in-touch/Envelope.svg) no-repeat left top;
  background-size: 24px 24px;
}

.addressGroup .infoSpan {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333333;
  padding-left: 34px;
  display: block;
  max-width: 326px;
  margin-bottom: 10px;
}

.subLocation {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  display: block;
  margin-bottom: 12px;
  color: #E1171F;
}

@media screen and (max-width: 991px) {
  .getInTouchForm>div {
    max-width: 100%;
    width: 100%;
  }

  .subTitleForm {
    margin-bottom: 12px;
    width: 100%;
  }

  .button-group {
    position: unset;
    width: 100%;
    transform: translateX(0);
  }

  .bannerGetInTouchBlck .titlePage {
    font-size: 22px;
  }

  .bannerGetInTouchBlck .msgSpan {
    font-size: 16px;
  }

  .bannerGetInTouchBlck h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .ContactMapArea {
    justify-content: space-between;
  }

  .ContactMapArea li span {
    display: none;
  }

  .ContactMapArea {
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .ContactMapArea li {
    font-size: 14px;
    background-size: 18px 18px;
    padding: 16px 20px 16px 35.3px;
    background-position: center left 10px;
  }

  .sectonHeading,
  .formColumn1 h2 {
    font-size: 24px;
  }

  .worldMAp {
    margin: 40px 0;
  }

  .subTitleForm,
  .msgSpan {
    font-size: 16px;
  }

  .descrPara,
  .paraAnimate p {
    font-size: 14px;
  }

  .notePara {
    display: none;
  }

  .bannerGetInTouchBlck h2 {
    font-size: 18px;
  }

  .bannerGetInTouch {
    background: url(../images/get-in-touch/get-in-touch_mb.webp) no-repeat top right;
    background-size: cover;
    padding: 160px 0 68px;
    margin-top: 75px;
  }

  .sideMapDetails {
    max-width: 390px;
  }

  .addressGroup {
    margin: 20px;
  }

  .contentLocation {
    padding: 0 0 0 20px;
  }

  .addressGroup h4 {
    font-size: 18px;
  }

  .subLocation {
    font-size: 16px;
  }

  .addressGroup .infoSpan {
    font-size: 14px;

    line-height: 24px;
  }

  .closesideMapDetails {
    width: 36px;
    height: 36px;
  }

  .bannerGetInTouchBlck .msgSpan {
    margin: 5px 0 10px;
  }

  .btnForm {
    padding: 15.5px 10.5px;
    font-size: 16px;
  }

  .bannerGetInTouchBlck {
    padding: 0 20px 20px 20px;
  }

  .getInTouchForm {
    transform: translateY(0);
  }

  .getInTouchForm {
    padding: 0 20px;
    background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  }

  .getInTouchForm .formColumn1,
  .getInTouchForm .formColumn2 {
    transform: translateY(-40px);
    padding: 20px;
  }

  .paraAnimate p {
    padding-left: 45px;
  }

  .paraAnimate {
    background: url(../images/get-in-touch/arrow.svg) no-repeat left top 5px;
    background-size: 40px auto;
  }
}

/* get in Touch */

/* Popup Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Show when targeted */
.popup:target {
  display: flex;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 40px 30px;
  width: 90%;
  max-width: 580px;
  border-radius: 12px;
  /* text-align: center; */
  position: relative;
  animation: fadeIn .4s ease;
  background: #F4F8FF;
}

/* Close Icon */
.close-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 40px;
  text-decoration: none;
  color: #333;
  font-weight: 200;
  cursor: pointer;
  background: #fff;
  padding: 5px 15px;
}

.customLinkset {
  color: #fff;
  text-decoration: none;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup h3 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #E1171F;
  padding: 20px 0px;
}

.popup p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
}

@media screen and (max-width:500px) {
  .popup h3 {
    font-size: 22px;
  }

  .close-icon {
    top: 15px;
    right: 20px;
    font-size: 30px;
  }

  .popup p {
    font-size: 15px;
  }
}