/* ================= GLOBAL =================== */
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Inter", sans-serif;
}


/* Headings – desktop */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
}

h1 { font-size: 46px !important; line-height: 1.2 !important; }
h2 { font-size: 36px !important; line-height: 1.25 !important; }
h3 { font-size: 28px !important; line-height: 1.3 !important; }
h4 { font-size: 22px !important; line-height: 1.35 !important; }
h5 { font-size: 18px !important; line-height: 1.4 !important; }
h6 { font-size: 16px !important; line-height: 1.4 !important; }

/* Mobile – headings + text */
@media (max-width: 768px) {
  h1 { font-size: 30px !important; }
  h2 { font-size: 23px !important; }
  h3 { font-size: 22px !important; }
  h4 { font-size: 18px !important; }
  h5 { font-size: 16px !important; }
  h6 { font-size: 14px !important; }

  p,
  li {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}



/* ================= HEADER =================== */
.tsa-header {
    padding: 10px 40px;
    background: #ffffff;
}

.tsa-header-inner {
    align-items: center;
}

.tsa-logo img {
    max-height: 70px;
    width: auto;
}

.tsa-header-btn {
    background: #8a2624;
    border-radius: 30px;
    padding: 12px 42px;
    border: 1px solid #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #f1f1f1;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.tsa-header-btn-mobile{
  background: #25d366 !important;
  color:#fff !important;
  border:none;
}
.tsa-header-btn-mobile:hover{
  background: #25d366 !important;
  color:#fff !important;
   border:none;
}

.tsa-header-btn:hover,
.tsa-header-btn:focus {
    color: #8a2624;
    background: #f1f1f1;
}

.tsa-btn-group {
    display: flex;
    gap: 40px;
}

/* ================= HERO BANNER =================== */

.hero3{
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 60px 0 70px;
  font-family: Arial, sans-serif;
}

/* Background image */
.hero3__bg{
  position:absolute;
  inset:0;
  background: url("../image/bg-main1.webp") center/cover no-repeat;
  transform: scale(1.02);
}

/* Overlay for readability */
.hero3__overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 35% 65%,
    rgba(255,255,255,0.58) 0%,
    rgba(0,0,0,0.15) 55%,
    rgba(0,0,0,0.32) 100%);
}

/* Container */
.hero3__container{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

/* -------- TOP ROW -------- */
.hero3__top{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: end;
}

.hero3__leftImg img{
  width: 100%;
  max-width: 560px;
  display:block;
  filter: drop-shadow(0 20px 32px rgba(0,0,0,.22));
}

.hero3__rightBadges{
  justify-self: end;
  width: 100%;
  max-width: 560px;
}

.hero3__rightBadges img{
  width: 100%;
  height: auto;
  display:block;
  filter: drop-shadow(0 22px 36px rgba(0,0,0,.25));
}

/* ✅ Zoom in/out animation on right-side image */
.zoom-pulse{
  transform-origin: center;
  animation: zoomInOut 6.5s ease-in-out infinite;
}

@keyframes zoomInOut{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.06); }
  100%{ transform: scale(1); }
}

/* -------- BOTTOM ROW -------- */
.hero3__bottom{
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: end;
}

/* LEFT CONTENT */
.hero3__title{
  margin: 0 0 22px;
  font-family: "Times New Roman", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  color: #0f172a;
  text-shadow: 0 2px 0 rgba(255,255,255,0.2);
}

.hero3__cta{
  display: inline-block;
  background: #2b6cb0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 28px;
  box-shadow: 0 14px 26px rgba(0,0,0,.22);
}

/* RIGHT CONTENT */
.hero3__contentRight{
  justify-self: end;
  width: 100%;
  max-width: 560px;
}

.hero3__reviewBox{
  display:flex;
  align-items:center;
  gap: 14px;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  padding: 10px 14px;
  width: fit-content;
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
  margin-bottom: 14px;
}

.hero3__reviewImg img{
  width: 72px;
  height: auto;
  display:block;
}

.hero3__stars{
  color: #f5b301;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
}

.hero3__reviews{
  margin-top: 6px;
  font-size: 14px;
  color: #111827;
}

.hero3__safe{
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 22px;
  color: #7a1e1d;
  background: rgba(255,255,255,0.75);
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
}

/* Bullet boxes like tags */
.hero3__bullets{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.hero3__bullets li{
  background: #2b6cb0;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}

/* -------- RESPONSIVE -------- */
@media (max-width: 992px){
  .hero3{ min-height: auto; padding: 50px 0 60px; }

  .hero3__top,
  .hero3__bottom{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero3__rightBadges,
  .hero3__contentRight{
    justify-self: center;
    max-width: 620px;
  }

  .hero3__title{ font-size: 40px; }
  .hero3__bullets{ grid-template-columns: 1fr; }
}

@media (max-width: 576px){
  .hero3__title{ font-size: 32px; }
  .hero3__reviewImg img{ width: 64px; }
}

@media (max-width: 768px) {
    .tsa-header {
        padding: 10px 20px;
    }
    .about-img {
    padding: 0px 21px !important;
}

    .tsa-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin: 0 -28px;
    }

    .tsa-btn-group {
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
    }

    .tsa-header-btn {
        padding: 9px 20px;
        font-size: 18px;
        margin: 13px auto;
    }
   

    .tsa-logo img {
        max-height: 55px;
        width: auto;
        margin-top: 10px;
    }

    .doctor-banner {
        max-height: 92vh;
        background-position: center;
    }


    .doctor-banner-overlay {
        width: 100%;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.85),
                rgba(0, 0, 0, 0));
    }

    .banner-text-block {
        text-align: center;
        margin-top: 12px;
    }
    .hero-form-card {
        margin: 0px auto;
    }
}

/* ================= CLINIC INFO STRIP =================== */
.clinic-info-strip {
    background: #ffffff;
    padding: 22px 0 26px;
    border-bottom: 5px solid #8a2624;
}

.clinic-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.ci-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #8a2624;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a2624;
    font-size: 24px;
    flex-shrink: 0;
    margin: 22px 14px;
}

.ci-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #274d90;
}

.ci-text {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

@media (min-width: 768px) {
    .clinic-info-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: -12px;
        border-right: 2px dotted rgba(0, 0, 0, 0.35);
    }
}

@media (max-width: 767.98px) {
    .clinic-info-item {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid #e5e7eb;
    }

    .clinic-info-item::after {
        display: none;
    }
}

/* ================= TESTIMONIAL SECTION =================== */
.tsm-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.tsm-section::before,
.tsm-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    z-index: 0;
}

.tsm-section::before {
    top: -60px;
    left: -40px;
    background: #ffd28b;
}

.tsm-section::after {
    bottom: -80px;
    right: -40px;
    background: #9fd5ff;
}

.tsm-heading {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 800;
    color: #274d90;
}

.tsm-subtitle {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 0 auto;
    color: #657086;
    font-size: 15px;
}

.tsm-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 28px 28px 24px;
    box-shadow: 0 16px 40px rgba(10, 35, 71, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.tsm-quote-icon {
    position: absolute;
    top: -18px;
    left: 24px;
    font-size: 60px;
    line-height: 1;
    color: rgba(255, 166, 0, 0.22);
    font-family: Georgia, "Times New Roman", serif;
}

.tsm-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.tsm-name {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #1e2533;
}

.tsm-meta {
    margin: 0;
    font-size: 13px;
    color: #7b879c;
}

.tsm-text {
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 16px;
}

.tsm-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #ffb400;
}

.tsm-rating small {
    font-size: 12px;
    color: #6b7280;
}

.tsm-indicators {
    position: static;
    margin-top: 18px;
}

.tsm-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    background: #d0d7e6;
}

.tsm-indicators .active {
    background: #ff9900;
}

.tsm-control {
    width: 40px;
}

.tsm-control-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4b5563;
    font-size: 26px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
}

@media (max-width: 767.98px) {
    .tsm-heading {
        font-size: 24px;
    }

    .tsm-card {
        padding: 22px 18px 20px;
    }

    .tsm-text {
        font-size: 14px;
    }
}

/* ================= AWARDS SECTION =================== */
.awards-section {
  background: #fff4ea;
  padding: 70px 0;
}

.awards-title {
  font-size: 34px;
  font-weight: 700;
  color: #274d90;
}

.awards-nav {
  display: flex;
  gap: 12px;
}

.awards-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.awards-nav-btn:hover {
  background: #f5f5f5;
}

/* ========= DEFAULT (Desktop): GRID, NO SCROLL ========= */
.awards-scroller {
  display: flex;
  flex-wrap: wrap;          /* ✅ grid layout */
  gap: 24px;
  overflow: visible;        /* ✅ scroll off */
  padding-bottom: 0;
  scroll-behavior: auto;
}

/* hide scrollbar rules not needed now */
.awards-scroller::-webkit-scrollbar {
  height: 0;
}

/* Desktop: 4 columns (col-3 like) */
.award-card {
    max-width: 100%;
    background: #fff;
    border: 3px solid #8a2624;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 180px;
}

.award-img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/* ========= Tablet (<=992px): 2 columns ========= */
@media (max-width: 992px) {
  .award-card {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

/* ========= Mobile (<=576px): 1 column (col-12) ========= */
@media (max-width: 576px) {
  /* full width stacked cards */
  .award-card {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .award-img img {
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
  }
}





/* ================= WHY + CALLBACK =================== */

.why-callback-section {
    background: #ffffff;
    padding: 60px 0;
}

.why-card {
    background: #ffffff;
    border: 2px solid #8a2624;
    border-radius: 22px;
    padding: 28px 32px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.why-title {
    font-size: 28px;
    font-weight: 700;
    color: #274d90;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #222;
}

.why-list li::before {
    content: "▸";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #b53b36;
}

.callback-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.callback-top-strip {
    height: 18px;
    background-image: repeating-linear-gradient(-45deg,
            #8a2624 0 10px,
            #b53b36 10px 20px);
}

.callback-inner {
    padding: 28px 26px 22px;
}

.callback-title {
    font-size: 24px;
    font-weight: 700;
    color: #274d90;
    margin-bottom: 22px;
}

.callback-input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #e0e3ea;
    padding: 12px 18px;
    background: #ffffff;
    font-size: 15px;
    outline: none;
    transition: 0.2s ease;
}

.callback-input:focus {
    border-color: #f5a623;
    box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.25);
}

.callback-textarea {
    border-radius: 16px;
    resize: none;
    padding-top: 12px;
}

.callback-btn {
    width: 100%;
    background: #8a2624;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    transition: 0.3s ease;
}

.callback-btn:hover {
    background: #f1f1f1;
    color: #8a2624;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .why-card {
        margin-bottom: 20px;
    }

    .callback-inner {
        padding: 20px 18px 18px;
    }
}

/* ================= ABOUT SECTION =================== */
.about-section {
    padding: 60px 0;
    background: #ffffff;
}

.about-section .container-fluid {
    padding: 0 40px;
}

.about-row {
    min-height: 420px;
}

.about-image-wrap {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 10px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0 50px;
}

.about-card {
    background: #8a2624;
    border-radius: 40px;
    padding: 50px 60px;
    margin: 40px 40px 40px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.about-highlight {
    position: relative;
    display: inline-block;
}

.about-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05em;
    height: 6px;
    background: #f7c774;
    z-index: -1;
}

.about-subtitle {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #f1f1f1;
    margin-bottom: 24px;
}

.about-text {
    font-size: 17px;
    line-height: 1.7;
    color: #f1f1f1;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .about-card {
        margin-left: -80px;
    }
}

@media (max-width: 991.98px) {
    .about-card {
        margin: 20px 16px 30px;
        border-radius: 24px;
        padding: 30px 24px;
    }

    .about-heading {
        font-size: 28px;
    }

    .about-subtitle,
    .about-text {
        font-size: 15px;
    }

    .about-image-wrap {
        min-height: 260px;
    }

    .about-section .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .about-heading {
        font-size: 24px;
    }
}

/* ================= FAQ SECTION =================== */
.faq-section {
    background: #fff4ea;
}

.faq-heading {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}

.faq-heading span {
    color: #8a2624;
}

.faq-subtext {
    font-size: 14px;
    color: #6b7280;
    max-width: 480px;
    margin: 0 auto;
}

.faq-accordion {
    margin-top: 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    padding: 6px 18px;
}

.faq-item {
    border: none;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0 !important;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-btn {
    background: transparent;
    box-shadow: none;
    padding: 16px 0;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

.faq-btn:not(.collapsed) {
    background-color: transparent;
    color: #8a2624;
}

.faq-btn::after {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: "+";
    font-size: 15px;
    color: #6b7280;
    background-image: none;
    margin-left: auto;
}

.faq-btn:not(.collapsed)::after {
    content: "−";
    color: #ffffff;
    background: #8a2624;
}

.faq-btn:focus {
    box-shadow: none;
}

.faq-body {
    padding: 0 0 14px 0;
    font-size: 14px;
    color: #4b5563;
    /*max-width: 550px;*/
}

.faq-image-wrap {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
}

.faq-main-img {
    width: 100%;
    display: block;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
    object-fit: cover;
}

.faq-small-img {
    position: absolute;
    right: -10px;
    bottom: -40px;
    width: 65%;
    border-radius: 24px;
    border: 6px solid #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
    object-fit: cover;
    background: #ffffff;
}

.faq-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    background: rgba(17, 24, 39, 0.86);
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    backdrop-filter: blur(8px);
}

.faq-badge-main {
    font-weight: 800;
    font-size: 14px;
}

.faq-badge-sub {
    font-size: 11px;
    opacity: 0.85;
}

@media (max-width: 991.98px) {
    .faq-heading {
        font-size: 28px;
    }

    .faq-accordion {
        padding: 4px 14px;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    }

    .faq-image-wrap {
        margin: 40px auto 0;
    }

    .faq-small-img {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 18px;
        width: 80%;
    }
}

@media (max-width: 575.98px) {
    .faq-btn {
        font-size: 15px;
    }

    .faq-heading {
        font-size: 24px;
    }
}

/* ================= CONTACT SECTION =================== */

.contact-info-block {
    max-width: 420px;
}

.contact-logo {
    height: 60px;
    object-fit: contain;
}

.contact-label {
    font-size: 16px;
    font-weight: 600;
    color: #274d90;
}

.contact-enquiry a {
    font-size: 26px;
    font-weight: 800;
    color: #274d90;
}

.contact-text {
    font-size: 16px;
    color: #274d90;
    line-height: 1.7;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    padding: 32px 32px 26px;
}

.form-title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #274d90;
}

.contact-input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    padding: 12px 18px;
    font-size: 15px;
    outline: none;
    background: #f9fafb;
}

.contact-input:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3);
}

.contact-textarea {
    border-radius: 18px;
    resize: vertical;
}

.contact-btn {
    width: 100%;
    border: none;
    border-radius: 999px;
    background: #8a2624;
    color: #ffffff;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(245, 158, 11, 0.35);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.contact-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(245, 158, 11, 0.45);
}

.data-safe {
    font-size: 14px;
    color: #374151;
    text-align: left;
}

.contact-map-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: 100%;
    min-height: 260px;
}

.contact-map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
}

@media (max-width: 991.98px) {

    .contact-form-card,
    .contact-map-card {
        border-radius: 20px;
    }

    .contact-cta-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* ================= PRESS SECTION =================== */
.press-logo-section {
    background: #fff4ea;
}

.press-heading {
    font-size: 38px;
    font-weight: 600;
    font-family: "Georgia", "Times New Roman", serif;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: #274d90;
}

.press-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 260px;
    height: 6px;
    background: #8ad28c;
    border-radius: 50px;
    opacity: 0.9;
}

.press-image-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.press-logos-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 576px) {
    .press-heading {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .press-heading::after {
        width: 180px;
        height: 4px;
        bottom: -4px;
    }
}

/* ================= FOOTER =================== */
.tsa-footer {
    position: relative;
    padding: 18px 40px;
    background: #003161;
    color: #ffffff;
    overflow: hidden;
}

.tsa-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 55%;
    background: #8a2624;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: 0;
}

.footer-row {
    position: relative;
    z-index: 1;
    row-gap: 10px;
}

.footer-left {
    column-gap: 12px;
}

.footer-label {
    font-size: 20px;
    font-weight: 600;
    color: #f1f1f1;
    margin-right: 4px;
}

.footer-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00528f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.footer-icon + .footer-icon {
    margin-left: 6px;
}

.footer-icon:hover {
    background: #ffb100;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.footer-center {
    font-size: 15px;
    color: #e6ecf4;
}

.footer-brand {
    color: #ff7ad9;
    font-weight: 600;
    text-decoration: none;
}

.footer-brand:hover {
    text-decoration: underline;
}

.footer-right {
    text-align: right;
}

.footer-call-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.footer-call-number a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
}

@media (max-width: 991.98px) {
    .tsa-footer {
        padding: 18px 20px;
    }

    .tsa-footer::before {
        width: 100%;
        clip-path: none;
        height: 50%;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
    }

    .footer-left,
    .footer-right {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-call-number {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {

    .footer-row {
        row-gap: 14px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        display: flex;
    }

    .footer-left {
        order: 1;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .footer-right {
        order: 2;
        justify-content: flex-start;
        text-align: left;
    }

    .footer-center {
        order: 3;
        justify-content: center;
        text-align: center;
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 13px;
    }
}

/* ================= Floating Call & WhatsApp buttons =================== */

.floating-contact {
    position: fixed;
    right: 16px;
    bottom: 90px;
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    z-index: 9999;
}

.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.float-call {
    background: #8a2624;
}

.float-whatsapp {
    background: #25D366;
}

.float-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}

@media (max-width: 768px) {
    .floating-contact {
        right: 12px;
        bottom: 70px;
        gap: 261px;
        flex-direction: row;
    }

    .float-btn {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
}
.float-call{
  animation: pulsing-red 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.float-whatsapp{
  animation: pulsing-green 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulsing-red{
  0%{ box-shadow: 0 0 0 0 rgba(255,0,0,0.8); }
  70%{ box-shadow: 0 0 0 18px rgba(255,0,0,0); }
  100%{ box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}

@keyframes pulsing-green{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,0.8); }
  70%{ box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}


/* by default hide on desktop */
.mobile-cta-bar {
    display: none;
}

/* sirf mobile ke liye */
@media (max-width: 767.98px) {

  .mobile-cta-bar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: -7px;
      z-index: 9999;
      background: transparent;      /* outer full-width, overflow nahi karega */
  }

  /* actual coloured bar yaha hai */
  .mobile-cta-inner {
      max-width: 391px;            /* yaha se width control karo */
      margin: 0 auto 6px;          /* center + thoda upar */
      display: flex;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 0;
      height: 60px;/* chahe to 0 ya 4px rakh sakte ho */
  }

  .mobile-cta-btn {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 10px 8px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      border: none;
  }

  .mobile-cta-btn i {
      font-size: 16px;
  }

  .call-btn {
      background: #8a2624;   /* purple-ish */
  }

  .whatsapp-btn {
      background: #25D366;
      font-size: 11px;
  }

  .mobile-cta-btn:active {
      opacity: 0.9;
  }
}

.mh-hero-section {
    padding: 24px 0 32px;
    background: #faf7ff;
}

/* Clinic label */
.mh-clinic-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #1d396c;          /* text color */
    font-weight: 700;
    margin-bottom: 8px;
}

/* Main heading */
.mh-hero-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #1d396c;          /* text color */
    margin-bottom: 18px;
}

/* Stats */
.mh-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin-bottom: 22px;
}

.mh-stat {
    padding-right: 10px;
}

.mh-stat-main {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #8a2624;          /* ul li color */
}

.mh-stat-sub {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #1d396c;          /* normal text */
}

/* Form card */
.mh-form-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 16px 20px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    margin-bottom: 20px;
}

.mh-form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #1d396c;
}

/* Inputs */
.mh-input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    outline: none;
    background: #f9fafb;
    color: #1d396c;          /* input text */
}

.mh-input::placeholder {
    color: #9ca3af;
}

.mh-input:focus {
    border-color: #1d396c;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(29, 57, 108, 0.18);
}

/* Button */
.mh-btn {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 11px 16px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    background: #8a2624;     /* button = highlight color */
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.15s ease,
                background-color 0.15s ease;
}

.mh-btn:hover {
    background: #741f1d;
    box-shadow: 0 10px 25px rgba(138, 38, 36, 0.4);
}

/* Safe text */
.mh-safe-text {
    margin-top: 8px;
    font-size: 11px;
    color: #1d396c;
    text-align: center;
}

/* Image wrapper */
.mh-banner-image-wrap {
    margin-top: 29px;
    border-radius: 18px;
    overflow: hidden;
}

.mh-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.hero-highlights li {
    color: #d0312e;
    font-weight: bold;
}
 /* ================= SECTION 9 : our-clinics (ID section-8) ================= */
    .our-clinics{
      padding: 70px 0;
      background:#fff;
    }

    .our-clinics .container{
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 18px;
    }

    .oc-title{
      text-align:center;
      font-size: 44px;
      margin: 0;
      font-weight: 700;
      font-family: "Times New Roman", serif;
    }

    .oc-subtitle{
      max-width: 900px;
      margin: 12px auto 0;
      text-align:center;
      color:#6b7280;
      line-height: 1.8;
      font-size: 15px;
    }

    .oc-grid{
      margin-top: 45px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px;
    }

    /* ✅ UPDATED: overflow visible so oc-info can go outside */
    .oc-card{
      position: relative;
      border-radius: 18px;

      /* was: overflow:hidden; */
      overflow: visible;

      box-shadow: 0 24px 40px rgba(17,24,39,.18);
      min-height: 420px;
      background: #e5e7eb;
    }

    /* ✅ image stays rounded even with overflow visible */
    .oc-img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display:block;
      transform: scale(1.02);

      border-radius: 18px;
    }

    /* ✅ UPDATED: right side & bottom side outside */
    .oc-info{
      position: absolute;

      /* inside from left, but outside on right */
      left: 18px;
      right: -22px;   /* ✅ right protrusion */

      bottom: -22px;  /* ✅ bottom protrusion */

      background: rgba(255,255,255,.96);
      border-radius: 16px;
      padding: 26px 26px 22px;
      box-shadow: 0 22px 34px rgba(17,24,39,.22);
    }

    .oc-city{
      margin: 0 0 14px;
      font-size: 22px;
      letter-spacing: 1px;
      font-family: "Times New Roman", serif;
    }

    .oc-addr{
      margin: 0 0 18px;
      color: #4b5563;
      font-size: 13px;
      line-height: 1.7;
    }

    .oc-cta{
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      color: #111827;
      text-decoration: none;
      font-size: 14px;
    }

    .oc-arrow{
      font-size: 18px;
      line-height: 1;
      transform: translateY(1px);
    }

    /* Responsive */
    @media (max-width: 980px){
      .oc-grid{ grid-template-columns: 1fr; gap: 26px; }
      .oc-title{ font-size: 36px; }

      /* ✅ keep protrusion smaller on mobile */
      .oc-info{
        right: -14px;
        bottom: -14px;
      }
    }
    
    /* ================= SECTION 10 : CTA =================== */
.cta-section-10{
  background: #e9f3ff;     /* light blue */
  padding: 90px 0;         /* height like screenshot */
}

.cta10-wrap{
  max-width: 900px;
  margin: 0 auto;
}

.cta10-title{
  font-size: 44px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 28px;
  font-family: "Georgia", serif; /* similar look */
}

/* underline under "Don't Delay.." */
.cta10-underline{
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.cta10-underline::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: #f4b400;     /* yellow underline */
  border-radius: 10px;
}

/* pill button */
.cta10-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.2s ease;
}

.cta10-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 992px){
  .cta10-title{ font-size: 34px; }
  .cta-section-10{ padding: 70px 0; }
}

@media (max-width: 576px){
  .cta10-title{ font-size: 26px; }
  .cta10-btn{ padding: 12px 26px; }
  .footer-call-label {
    margin-bottom: 0px;
    text-align: center;
}
.footer-call-text {
    margin: 0 auto;
    padding-bottom: 7px;
}
}
@media (max-width: 768px){
  body{
    padding-bottom: 40px;
  }
}

:root{
    --card-bg: rgba(0,0,0,.35);
    --accent: #e25352;
    --accent-hover: #d64746;
    --text: #ffffff;
    --control-radius: 4px;
  }

  /* Modal content panel style */
  .booking-card{
    background: var(--card-bg);
    border-radius: 6px;
    padding: 22px 18px 18px;
    backdrop-filter: blur(2px);
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
  }

  .booking-headline{
    color: var(--text);
    font-weight: 700;
    font-size: clamp(18px, 2.2vw, 24px);
    text-align: center;
    margin-bottom: 10px;
  }

  .booking-subtext{
    color: rgba(255,255,255,.92);
    text-align: center;
    margin: 0 auto 18px;
    max-width: 680px;
    line-height: 1.5;
    font-size: 15px;
  }

  .notice{
    display: none;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .notice.show{ display:block; }
  .notice.success{
    background: rgba(46, 204, 113, .16);
    border: 1px solid rgba(46, 204, 113, .35);
    color: #eafff2;
  }
  .notice.failed{
    background: rgba(231, 76, 60, .16);
    border: 1px solid rgba(231, 76, 60, .35);
    color: #ffecec;
  }

  .form-control, .form-select{
    border-radius: var(--control-radius);
    border: 1px solid rgba(255,255,255,.55);
    padding: 12px 14px;
    font-size: 16px;
    background: rgba(255,255,255,.95);
  }
  .form-control::placeholder{ color:#8a8a8a; }
  .form-control:focus, .form-select:focus{
    border-color: rgba(255,255,255,.9);
    box-shadow: 0 0 0 .2rem rgba(226,83,82,.18);
  }
  textarea.form-control{
    min-height: 50px;
    resize: vertical;
  }

  .cta-btn{
    width: 100%;
    background: var(--accent);
    border: none;
    border-radius: 4px;
   
    font-weight: 800;
    font-size: clamp(18px, 2.2vw, 24px);
    padding: 14px 16px;
    box-shadow: 0 12px 25px rgba(226,83,82,.28);
    transition: transform .05s ease, background .15s ease;
  }
 
  .cta-btn:active{ transform: translateY(1px); }

  /* Optional: modal background dark effect */
  .modal-backdrop.show { opacity: .75; }
  
  @media (min-width: 390px) and (max-width: 430px){
  .mobile-cta-inner{
    max-width: 428px;    /* iPhone ke liye */
    height: 60px;        /* iPhone me fixed height */
  }
}



