.w72 {
  width: 72px !important;
}

.menuwidth {
  width: 336px !important;
}

.menuwidth2 {
  width: 295px !important;
}

.menuwidth3 {
  width: 260px !important;
}

.menuwidth4 {
  width: 300px !important;
}

@media (max-width: 765px) {
  .w72 {
    width: 57px !important;
  }
  .ds {
    display: none;
  }
  .ts {
    text-align: center;
  }
  .footer-logo img {
    /* max-width: 65px !important; */
  }
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* Icon sizes */
.icon-circle i {
  font-size: 28px;
}

/* Default icon colors */
.men-icon i {
  color: #1e73be;
}

.women-icon i {
  color: #e6398d;
}

.trans-icon i {
  background: linear-gradient(45deg, #5bc0eb, #f06292);
  -webkit-background-clip: text;
  color: transparent;
}

/* Hover effect — same style as screenshot */
.service-item:hover .icon-circle {
  transform: translateY(-4px);
  box-shadow: 0px 10px 22px rgb(29 38 54 / 70%);
}

/* Fix unwanted breadcrumb text from theme */
.breadcrumb-item::before,
.breadcrumb-item::after {
  content: "" !important;
}

/* Add custom separator */
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  /* padding: 0 6px; */
  color: #555;
}

/* Clean list styling */
.vision-mission-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vision-mission-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding-left: 0 !important;
}

/* PERFECT ICON ALIGNMENT */
.vision-mission-content ul li i {
  width: 26px;
  /* uniform width */
  min-width: 26px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #3d5afe;
  margin-top: 3px;
}

/* Remove theme-added icons/bullets */
.vision-mission-content ul li:after {
  display: none !important;
}

/* Improve section spacing */
.our-approach-content {
  padding-left: 15px;
}

.section-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3d5afe;
}

.section-title h2 {
  font-size: 27px;
  font-weight: 700;
}

.section-title p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #555;
}
.xx {
  margin-right: 8px;
}

.section-quote {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.container-quote {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.quote-box {
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  gap: 20px;
  border-left: 4px solid #1e73be;
  padding: 20px;
  background: #f7f9fc;
  border-radius: 8px;
  align-items: center;
}

.quote-text {
  flex: 1 1 300px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

.quote-text p {
  margin-bottom: 12px;
}

.quote-text strong {
  color: #1e73be;
}

/* IMAGE POPUP INDICATORS */
.quote-img {
  position: relative;
  flex: 1 1 240px;
  text-align: center;
  overflow: hidden;
}

/* Prevent blue draggable icon */
.quote-img img {
  width: 100%;
  border-radius: 6px;
  cursor: zoom-in;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* Hover effect */
.quote-img:hover img {
  transform: scale(1.05);
  opacity: 0.75;
}

/* Center zoom icon */
.quote-img::after {
  /* content: "🔍";  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: opacity 0.25s ease;

  pointer-events: none; /* let clicks pass through */
}

.quote-img:hover::after {
  opacity: 1;
}

.red {
  color: red;
}

.p15-mob {
  padding: 0px 15px;
}

.mar {
  margin: 0px 5px;
}

.uuu ul li {
  display: block !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ptt-50 {
  padding-top: 85px !important;
}

.ptt-130 {
  padding-top: 130px !important;
}

.asp {
  aspect-ratio: 0 !important;
}

.w140 {
  width: 140px !important;
}

.b55 {
  border-radius: 55px !important;
}

@media (max-width: 756px) {
  .pt-100 {
    padding-top: 50px !important;
  }
  .ptt-50 {
    padding-top: 0px !important;
  }
  .mt-20 {
    padding-top: 15px !important;
  }
  .ptt-130 {
    padding-top: 85px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 4px !important;
  }
  .quote-box {
    display: block;
  }
  .w140 {
    width: 100% !important;
  }
  .b55 {
    border-radius: 0px !important;
  }
}

.uui ul li {
  display: block !important;
}

.flexo {
  flex: 1 1 0px !important;
}

/* WRAPPER */
.mf2-faq-section {
  background: #ffffff;
  padding: 20px 0;
}

/* Heading */
.mf2-question-heading {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #1e3a5f;
}

/* Each FAQ item */
.mf2-qa-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-left: 6px solid #1e73be;
  transition: 0.3s ease;
}

.mf2-qa-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Accordion header */
.mf2-qa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.mf2-qa-question {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a5f;
}

.mf2-qa-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.mf2-qa-item.active .mf2-qa-arrow {
  transform: rotate(90deg);
}

/* Hidden answer by default */
.mf2-qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Expanded state */
.mf2-qa-item.active .mf2-qa-answer {
  max-height: 500px;
  padding-top: 12px;
}

.whit:hover {
  color: #ffffff !important;
}

.cus {
  color: red;
  font-size: 14px;
}

.pl-5 {
  padding-right: 5px !important;
}

/* Normal state – BLACK text */
.contact-info-item a.whit {
  color: #1f2937;
  /* dark black/gray */
  font-weight: 500;
  transition: color 0.3s ease;
}

/* On card hover – WHITE text */
.contact-info-item:hover a.whit {
  color: #ffffff;
  text-decoration: none;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card */
.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 22px;
  background: #f4f6ff;
  /* light blue like screenshot */
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Icon */
.contact-card .icon {
  width: 52px;
  height: 52px;
  background: #4f63d8;
  /* blue circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card .icon img {
  width: 22px;
  height: 22px;
}

.contact-card .text p,
.contact-card .text a {
  margin: 0;
  /* font-size: 15px; */
  color: #0f172a;
  /* always same color */
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

/* HARD STOP: no hover changes */
.contact-card a:hover,
.contact-card:hover a {
  color: #0f172a;
  text-decoration: none;
}

.map-section {
  width: 100%;
  overflow: hidden;
  /* REQUIRED for border-radius */
  border-radius: 30px;
  background: transparent;
}

/* Clean Google Map */
.map-section iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;

  /* No effects, ever */
  filter: none !important;
  box-shadow: none !important;
  transform: none !important;
  background: transparent;
}

/* Disable any hover effects */
.map-section:hover,
.map-section iframe:hover {
  filter: none !important;
  box-shadow: none !important;
}

.pt60 {
  padding-top: 60px;
}

@media (max-width: 756px) {
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: #fff !important;
  }

  .slicknav_nav a:hover {
    color: #fff !important;
  }
  .slicknav_open > a .slicknav_arrow:after {
    transform: rotate(-180deg);
    color: #fff !important;
  }
  .section-title h2 {
    font-size: 18px !important;
    line-height: 28px;
  }
  .pt60 {
    padding-top: 10px;
  }
}

.pl-1 {
  padding-left: 1px !important;
}

.pl5 {
  padding-right: 5px;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.help-box {
  background: #f5f8ff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: rgb(0 0 0 / 24%) 1.95px 1.95px 2.6px;
}

.help-box h4 {
  margin: 0 0 6px;
  font-weight: 800;
}

.help-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-actions .btn {
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 700;
  margin-right: 6px;
}

/* ⭐ Mobile Responsive Styling */
@media (max-width: 768px) {
  .help-actions {
    flex-direction: column;
    gap: 8px;
  }

  .help-actions .btn {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}

.call {
  background: #4d64ff;
  color: #fff;
}

.whatsapp {
  background: #25d366;
  color: #fff;
}

.email {
  background: #ffc107;
  color: #000;
}

/* Appointment Highlight */
.appointment-note {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px;
  background: #fff3cd;
  border: 1px solid #ffe58f;
  border-radius: 8px;
  color: #856404;
  font-size: 13px;
  font-weight: 600;
}

.tc {
  text-align: center;
}

.bl {
  color: #4f63d8;
}

.br {
  border-radius: 25px !important;
}

.w182 {
  width: 182px !important;
}

.w230 {
  width: 230px !important;
}

.boximg {
  display: flex;
}

.box1 {
  width: 100px;
}

.w280 {
  width: 280px !important;
}

.w130 {
  width: 130px !important;
}

.w215 {
  width: 215px !important;
}

.pl-30 {
  padding-left: 26px !important;
}

.ccdd:hover {
  text-decoration: underline !important;
}

.ht270 {
  height: 271px !important;
}

.w300 {
  width: 300px !important;
}

.w348 {
  width: 348px !important;
}

.wbg {
  background-color: #fff;
}

/* ⭐ Mobile Responsive Styling */
@media (max-width: 768px) {
  .box1 {
    width: 100%;
  }

  .boximg {
    display: block;
  }

  .w230 {
    width: 100% !important;
  }

  .w280 {
    width: 100% !important;
  }

  .w130 {
    width: 100% !important;
  }

  .w215 {
    width: 100% !important;
  }

  .pl-30 {
    padding-left: 0px !important;
  }
  .plr-0 {
    padding-left: 0px !important;
  }
  .w201 {
    width: 200px !important;
  }
  .w300 {
    width: 100% !important;
  }

  .w348 {
    width: 100% !important;
  }
}



@media (max-width: 600px) {
    .our-approach-img figure, .our-approach-img img {
        aspect-ratio: auto !important;
      
    }
}