.hero-column {
  position: relative;
  min-height: 900px;
  background-image: url("../images/contact-us/hero-left.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-fluid {
  padding: 0;
}

.hero-overlay {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(31, 30, 30, 0.6) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
}

.hero-content {
  margin-top: 60px;
}

.hero-content h1 {
  color: #fff;
  font-family: Bricolage Grotesque;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
}

.hero-content p {
  color: #fff;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;

  margin-top: 30px;
}

.hero-mail {
  color: #fff;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.contact-right {
  max-width: 800px;
  padding: 140px 60px;
}

.contact-tag {
  color: #0659f4;
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.contact-right h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #0f172b;
  margin-top: 10px;
}

.contact-subtitle {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #62748e;
  margin-bottom: 50px;
}

/* Timeline */

.timeline-wrapper-1 {
  position: relative;
}

.timeline-line-1 {
  position: absolute;
  left: 18px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: #E2E8F0;
}

.timeline-progress-1 {
  position: absolute;
  left: 18px;
  top: 20px;
  width: 2px;
  height: 0;
background:rgba(6, 89, 244, 0.3);

  transition: 0.5s;
}

.timeline-step {
  display: flex;
  gap: 25px;
  margin-bottom: 55px;
  position: relative;
}

.bi-person::before {
  margin-bottom: 0;
}

.timeline-icon-1 {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-top: 0.8px solid #0659f433;
  border-radius: 50%;
  /* border:2px solid #dbe5ff; */
  box-shadow: 0px 4px 6px -2px #0659f40d;

  box-shadow: 0px 10px 15px -3px #0659f41a;

  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #9ca3af;
  margin-bottom: 0px !important;
  transition: 0.4s;

  z-index: 2;
}

.timeline-step.active .timeline-icon-1 {
  color: #2563eb;
  border-color: #2563eb;

  box-shadow:
    0 0 0 10px rgba(37, 99, 235, 0.12),
    0 10px 25px rgba(37, 99, 235, 0.15);
}

.timeline-step.completed .timeline-icon-1 {
  background: #ffffff;
  border-color: #2563eb;
  color: #2563eb;

  /* box-shadow:
        0 0 0 10px rgba(37,99,235,.12),
        0 10px 25px rgba(37,99,235,.30); */
}

.timeline-content-1 {
  width: 100%;
}

.timeline-content-1 h5 {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0f172b;
  margin-bottom: 2px;
}

.timeline-content-1 span {
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  color: #62748e;
}

.form-control,
.form-select {
  height: 56px;
  border-radius: 12px;
}

textarea.form-control {
  height: auto;
}

.policy span {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #90a1b9;
  margin: 55px;
}

.send-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 15px 42px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 35px;
}

.success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.success-popup {
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 40px 30px;
    text-align: center;
    border-radius: 16px;
    animation: popupScale .3s ease;
}

.success-icon {
    font-size: 60px;
    color: #0659f4;
    margin-bottom: 15px;
}

.success-popup h3 {
    margin-bottom: 12px;
}

.success-popup p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.success-popup button {
    background: #0659f4;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
}

@keyframes popupScale {
    from {
        transform: scale(.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-overlay {
    display: none;
    justify-content: center;
    align-items: center;
}

/* locaion section */

.location-section {
  background: #f5f6fa;
  padding: 80px 0;
    max-height:500px;
}

.location-card {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 40px;
  left: 50px;
  max-height: none;
  max-width: 1140px;
  z-index: 9;
}

/* LEFT */

.location-content {
  padding: 20px;
}

.info-block {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.info-block .icon {
  color: #2563eb;
  font-size: 24px;
  margin-top: 2px;
}

.info-block h3 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 0 !important;
  margin-bottom: 5px;
}

.info-block p {
  margin: 0;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0%;
   width: 100%;
  max-width: 428px;
}

.info-block a {
  text-decoration: none;
  color: #111827;
  font-size: 17px;
  font-weight: 500;
}

/* MAP */

.map-wrapper {
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 156px;
  border: 0;
}

/*IMAGE SECTION */

.office-image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

/* BOTH IMAGES */

.office-image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 531px;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  transition: 0.6s ease;
  border-radius: 10px;
  justify-self: end;
}

/* DEFAULT IMAGE */

.main-image {
  opacity: 1;
  /* transform: scale(1); */
}

/* HOVER IMAGE */

.hover-image {
  opacity: 0;
  /* transform: scale(1.1); */
}

/* HOVER EFFECT */

.office-image-wrapper:hover .main-image {
  opacity: 0;
  /* transform: scale(1.15); */
}

.office-image-wrapper:hover .hover-image {
  opacity: 1;
  /* transform: scale(1); */
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .office-image-wrapper {
    min-height: 350px;
  }

  .info-block h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .location-section {
    padding: 60px 0;
  }

  .office-image-wrapper {
    min-height: 300px;
  }
}


/* ==========================================
   RESPONSIVE CONTACT PAGE
========================================== */

/* Large Tablets */
@media (max-width: 1199px) {

  .contact-right {
    padding: 100px 40px;
  }

  .hero-overlay {
    padding: 40px;
  }

  .location-card {
    left: 0;
    max-width: 100%;
  }
}


/* Tablets */
@media (max-width: 991px) {

  .hero-column {
    min-height: 500px;
  }

  .hero-overlay {
    padding: 30px;
  }

  .hero-content {
    margin-top: 30px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-right {
    padding: 60px 25px;
  }

  .contact-right h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .timeline-step {
    gap: 15px;
  }

  .send-btn {
    margin-left: 0;
    width: 100%;
  }

  .policy span {
    margin: 0;
    display: block;
    padding-left: 30px;
  }

  .location-section {
    max-height: unset;
    padding: 60px 15px;
  }

  .location-card {
    left: 0;
    max-height: unset;
    padding: 20px;
  }

  .info-block p {
    width: 100%;
    line-height: 1.5;
  }

  .office-image-wrapper {
    min-height: 350px;
    margin-top: 20px;
  }

  .office-image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
  }
}


/* Mobile Devices */
@media (max-width: 767px) {

  .hero-column {
    min-height: 420px;
  }

  .hero-overlay {
    padding: 20px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }

  .hero-mail {
    font-size: 13px;
    word-break: break-word;
  }

  .contact-right {
    padding: 40px 15px;
  }

  .contact-right h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-subtitle {
    margin-bottom: 30px;
  }

  .timeline-line-1,
  .timeline-progress-1 {
    left: 15px;
  }

  .timeline-icon-1 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 14px;
  }

  .timeline-step {
    gap: 12px;
    margin-bottom: 35px;
  }

  .timeline-content-1 h5 {
    font-size: 16px;
  }

  .form-control,
  .form-select {
    height: 50px;
    font-size: 14px;
  }

  textarea.form-control {
    min-height: 120px;
  }

  .policy {
    padding-left: 10px;
  }

  .policy span {
    margin: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .send-btn {
    width: 100%;
    margin-top: 30px;
    padding: 14px;
  }

  .location-section {
    padding: 40px 10px;
  }

  .location-card {
    padding: 15px;
    border-radius: 18px;
  }

  .location-content {
    padding: 0;
  }

  .info-block {
    gap: 10px;
    margin-bottom: 25px;
  }

  .info-block .icon {
    font-size: 20px;
  }

  .info-block h3 {
    font-size: 18px;
  }

  .info-block p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .info-block a {
    font-size: 14px;
  }

  .map-wrapper iframe {
    height: 220px;
  }

  .office-image-wrapper {
    min-height: auto;
    margin-top: 15px;
  }

  .office-image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset;
  }

  .hover-image {
    display: none;
  }
}


/* Small Mobiles */
@media (max-width: 480px) {

  .hero-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .contact-right h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .timeline-step {
    flex-direction: row;
    align-items: flex-start;
  }

  .timeline-content-1 {
    overflow: hidden;
  }

  .send-btn {
    font-size: 14px;
  }

  .success-popup {
    width: 95%;
    padding: 25px 20px;
  }

  .success-icon {
    font-size: 50px;
  }
}
