/* ========== Contact Page Styles ========== */

/* Contact Info Section */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 170px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.info {
  color: #1E1E1E;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.239px;
  margin: 0;
  text-decoration: none;
}

.info a {
  color: inherit;
  text-decoration: none;
}
.map{
  background: linear-gradient(284deg, rgba(163, 215, 255, 0.51) 0%, rgba(255, 255, 255, 0.21) 100%);
}

.map .title .banner-description {
  margin-top: 20px;
}

/* Contact Badge */
.contant-badge {
  position: absolute;
  bottom: 50px;
  right: 103px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contant-badge img {
  width: auto;
  height: 150px;
}

/* Override Elementor font-size for title elements */
.maintitle {
  font-size: 72px !important;
}

.maintitle-blue {
  font-size: 72px !important;
}

/* ========== Responsive Styles ========== */

/* Large to Medium devices (1200px and below) */
@media (max-width: 1200px) {
  .contact-info {
    gap: 14px;
    margin-top: 120px;
  }

  .info {
    font-size: 18px;
    line-height: 30px;
  }

  .contant-badge {
    bottom: 72px;
    right: 147px;
  }

  .contant-badge img {
    width: auto;
    height: 150px;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .maintitle {
    font-size: 36px !important;
  }

  .maintitle-blue {
    font-size: 36px !important;
  }

  .contact-info {
    gap: 12px;
    margin-top: 80px;
  }

  .info {
    font-size: 16px;
    line-height: 26px;
  }

  .contant-badge {
    bottom: 50px;
    right: 110px;
  }

  .contant-badge img {
    width: auto;
    height: 145px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .maintitle {
    font-size: 22px !important;
  }

  .maintitle-blue {
    font-size: 22px !important;
  }

  .contact-info {
    gap: 10px;
    margin-top: 60px;
  }

  .contact-item {
    gap: 12px;
  }

  .contact-item img {
    width: 20px;
    height: 20px;
  }

  .info {
    font-size: 14px;
    line-height: 22px;
  }

  .contant-badge {
    bottom: 0px;
    right: 40px;
  }

  .contant-badge img {
    width: auto;
    height: 80px;
  }
}
