/* ================= ABOUT HERO ================= */
.about-hero {
  padding: 12vw 0 6vw;
  background: linear-gradient(rgba(11, 60, 111, 0.8), rgba(0, 0, 0, 0.7)),
    url("../images/contact-hero-bg.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
}

.about-heading {
  font-size: 3.5vw;
  font-weight: 800;
  margin-bottom: 1vw;
}

.about-heading span {
  color: #FFD532;
}

.breadcrumb {
  font-size: 1.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  margin: 0;
  font-weight: 500;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #FFD532;
}

.breadcrumb .divider {
  color: #FFD532;
  font-size: 1vw;
}

.breadcrumb .current {
  color: rgba(255, 255, 255, 0.7);
}


/* ================= CONTACT ================= */

.ui-style {
  background: #f6f7fb;
  padding: 3vw 0;
}

/* LEFT CARD (Dark Blue Theme) */
.ui-left-card {
  background: #000E38;
  color: #fff;
  border-radius: 1.5vw;
  padding: 3vw;
  height: 100%;
  box-shadow: 0 1vw 3vw rgba(0, 14, 56, 0.15);
  display: flex;
  flex-direction: column;
}

.left-card-header h2 {
  font-size: 2.2vw;
  font-weight: 700;
  margin-bottom: 1vw;
  color: #fff;
}

.ui-form-card {
  border: 0.1vw solid black;

}

.left-card-header p {
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3vw;
  line-height: 1.6;
}

.ui-info-list {
  flex-grow: 1;
}

.ui-info {
  display: flex;
  gap: 1.2vw;
  margin-bottom: 2vw;
  align-items: flex-start;
}

.ui-icon {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 0.8vw;
  background: #FFD532;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ui-icon i {
  font-size: 1.5vw;
  color: #000E38;
}

.ui-text h6 {
  font-size: 1.1vw;
  margin: 0 0 0.4vw;
  color: #fff;
  font-weight: 600;
}

.ui-text span {
  font-size: 0.95vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  display: block;
}

.ui-text .address-line {
  margin-top: 0.8vw;
}

/* SOCIAL ICONS */
.ui-socials {
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ui-socials p {
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 1vw;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 1vw;
}

.social-icons a {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #FFD532;
  color: #000E38;
  transform: translateY(-3px);
}

/* RIGHT FORM CARD */
.ui-form-card {
  background: #fff;
  border-radius: 1.5vw;
  padding: 4vw;
  box-shadow: 0 1.5vw 4vw rgba(0, 0, 0, 0.05);
  height: 100%;
}

.form-header {
  margin-bottom: 3vw;
}

.form-header .section-tag {
  font-size: 0.9vw;
  font-weight: 700;
  color: #000E38;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
}

.form-header h2 {
  font-size: 2.5vw;
  font-weight: 700;
  color: #000E38;
  margin-bottom: 1vw;
}

.ui-desc {
  font-size: 1vw;
  color: #212121;
  line-height: 1.6;
  margin: 0;
}

/* INPUT FIELDS */
.custom-input {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #141414;
  border-radius: 0.6vw;
  padding: 1vw 1.2vw;
  font-size: 1vw;
  color: #333;
  transition: 0.3s ease;
}

.custom-input:focus {
  outline: none;
  border-color: #FFD532;
  background: #fff;
  box-shadow: 0 0 0 0.2vw rgba(255, 213, 50, 0.25);
}

.custom-input::placeholder {
  color: #adb5bd;
}

textarea.custom-input {
  resize: vertical;
  min-height: 10vw;
}

/* SUBMIT BUTTON */
.ui-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #FFD532;
  padding: 0.5vw;
  border-radius: 0.6vw;
  border: none;
  text-decoration: none;
  margin-top: 1vw;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ui-submit-btn .btn-text {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 1vw;
  padding: 0.8vw 1.5vw;
  border-radius: 0.4vw;
}

.ui-submit-btn .btn-icon {
  color: #000;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.ui-submit-btn:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.15);
}

.ui-submit-btn:hover .btn-icon {
  transform: rotate(0deg) translateX(0.2vw);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 960px) {
  .about-hero {
    padding: 34vw 6vw 16vw;
  }

  .about-heading {
    font-size: 10vw;
  }

  .breadcrumb {
    font-size: 4.2vw;
    gap: 2.5vw;
  }

  .breadcrumb .divider {
    font-size: 3.5vw;
  }

  .contact-hero {
    padding: 20vw 5vw 10vw;
  }

  .contact-hero h1 {
    font-size: 6vw;
    line-height: 1.3;
  }

  .contact-hero p {
    font-size: 3.5vw;
  }

  .breadcrumb {
    font-size: 3.5vw;
    gap: 1.5vw;
  }

  .ui-style {
    padding: 10vw 5%;
  }

  /* LEFT CARD */
  .ui-left-card {
    border-radius: 4vw;
    padding: 6vw;
  }

  .left-card-header h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }

  .left-card-header p {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }

  .ui-info {
    gap: 4vw;
    margin-bottom: 6vw;
  }

  .ui-icon {
    width: 12vw;
    height: 12vw;
    border-radius: 3vw;
  }

  .ui-icon i {
    font-size: 5vw;
  }

  .ui-text h6 {
    font-size: 4.5vw;
    margin-bottom: 1.5vw;
  }

  .ui-text span {
    font-size: 3.5vw;
  }

  .ui-text .address-line {
    margin-top: 2.5vw;
  }

  .ui-socials {
    margin-top: 6vw;
    padding-top: 6vw;
  }

  .ui-socials p {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  .social-icons {
    gap: 3vw;
  }

  .social-icons a {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }

  /* RIGHT CARD */
  .ui-form-card {
    border-radius: 4vw;
    padding: 6vw;
    margin-top: 0;
  }

  .form-header {
    margin-bottom: 6vw;
  }

  .form-header .section-tag {
    font-size: 3.5vw;
    margin-bottom: 3vw;
    gap: 2vw;
  }

  .form-header h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }

  .ui-desc {
    font-size: 3.5vw;
  }

  .custom-input {
    font-size: 3.5vw;
    padding: 3.5vw 4vw;
    border-radius: 2vw;
  }

  textarea.custom-input {
    min-height: 30vw;
  }

  /* BUTTON */
  .ui-submit-btn {
    padding: 1.5vw;
    border-radius: 2vw;
    width: 76%;
    margin-top: 3vw;
    justify-content: space-between;
  }

  .ui-submit-btn .btn-text {
    font-size: 3vw;
    padding: 3vw 5vw;
    border-radius: 1.5vw;
    flex-grow: 1;
    text-align: center;
  }

  .ui-submit-btn .btn-icon {
    font-size: 4vw;
    padding: 0 4vw;
  }
}
