html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    }

.sticky-icon {
    z-index: 2;
    position: fixed;
    top: 75%;
    right: 0%;
    width: 240px;
    display: flex;
    flex-direction: column;
}



.sticky-icon a {
    transform: translate(180px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px 0px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}



.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}



/*.search_icon a:hover i  {

transform:rotate(360deg);}*/

.whatsapp {
    background-color: #075E54;
    color: #FFF;
}



.doctor-img {
    max-height: 70vh;
    object-fit: contain;
}

@media (max-width: 992px) {
    .slider-content {
        text-align: center !important;
    }
}

.footer .nav-link:hover,
.footer .social-icons-link:hover,
.footer a:hover {
    color: #1BB272 !important;
    /* Bootstrap green shade */

}

.footer .nav.flex-column .nav-link {
    padding-bottom: 0.15rem;
}

.footer p {
    margin-bottom: 0.5rem;
}

.cs-font-size {
    font-size: 0.85rem;
}

.cs-header-pd {
    font-size: 0.85rem;
    padding: 0.1rem 1rem;
}

.error {
    color: red;
    margin: 0px;
}

@keyframes popUp {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.pop-up-img {
    animation: popUp 1s ease-out;
}

.membership-box {
    border: 5px solid #0672BA;
    position: relative;
    padding-top: 2.5rem;
    /* space for legend */
}

.membership-box legend.membership-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -0.9rem;
    /* lift above border */
    left: 50%;
    transform: translateX(-50%);
    /* exact center */
    background: #fff;
    padding: 0 75px;
    text-align: center;
    width: auto;
    margin: 0;
    /* remove browser default */
}


/* ================Custom Card Hover Effect Style================ */

.feature-box.f-style-5:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(80, 90, 100, 0.30) !important;
    box-shadow: 0 10px 40px 0 rgba(80, 90, 100, 0.30) !important;
}

/* ================Custom Button Style================ */
.btn-primary-custom {
    color: #fff;
    background-color: #0873BA;
    border-color: #0873BA;
}

.btn-primary-custom:hover {
    color: #0873BA;
    background-color: transparent;
    border-color: #0873BA;
}

.btn-dark-custom {
    color: #fff;
    background-color: #0b3d2e;
    border-color: #0b3d2e;
}

.btn-dark-custom:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


/* Fullscreen overlay */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

/* Center form */
.search-form {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    width: 30%;
    max-width: 700px;
    display: flex;
    gap: 10px;
}

/* Mobile screens: width <= 768px */
@media (max-width: 768px) {
   .search-form {
      width: 80%;
      padding: 15px 20px;
      flex-direction: column;
   }
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}


html {
    scroll-behavior: smooth;
}
.sticky-toc {
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999;
}

/* Hide checkbox */
#toc-toggle {
    display: none;
}

/* Handle button */
.toc-handle {
    background: #343a40;
    color: #fff;
    padding: 12px 14px;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
    display: inline-block;
}

/* Sidebar panel (CLOSED by default) */
.toc-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #343a40;
    padding: 15px 20px 15px 15px;
    min-width: 220px;
    max-height: 60vh;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

/* OPEN on click */
#toc-toggle:checked ~ .toc-content {
    transform: translateX(0);
}

/* Push handle to the right when open */
#toc-toggle:checked + .toc-handle {
    transform: translateX(220px);
    transition: transform 0.4s ease;
}

/* Links */
.toc-content a {
    display: block;
    color: #343a40;
    text-decoration: none;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.2;
}

.toc-content a:hover {
    color: #0d6efd;

}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #peoplelike{
				scroll-margin-top: 150px;
		}

/* Default image style */
.responsive-img {
    height: 70px !important;
}

/* Small devices (sm) */
@media (min-width: 576px) {
    .responsive-img {
        height: 70px !important;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .responsive-img {
        height: 70px !important;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .responsive-img {
        height: 70px !important;
    }
}

/* Extra large devices (xl) */
@media (min-width: 1200px) {
    .responsive-img {
        height: 51px !important;
    }
}

/* Extra extra large devices (xxl) */
@media (min-width: 1400px) {
    .responsive-img {
        height: 53px !important;
    }
}


/* ================Custom home page Style================ */

.slider-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.letter-spacing {
    letter-spacing: .16em;
}

.home-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), .16), transparent 36%),
        linear-gradient(180deg, var(--bs-light) 0%, var(--bs-white) 100%);
}

.home-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-secondary-rgb), .10));
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-portrait-card,
.home-feature-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-portrait-card:hover,
.home-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px -22px rgba(var(--bs-primary-rgb), .38) !important;
}

.home-portrait-card img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.home-feature-card {
    position: relative;
    overflow: hidden;
}

.home-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--bs-secondary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}

.home-feature-card:hover::before {
    transform: scaleX(1);
}

.home-feature-card svg {
    transition: transform .2s ease;
}

.home-feature-card:hover svg {
    transform: translateX(3px);
}


.areas-served {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #045a99 100%);
    color: #fff;
    padding: 3rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.areas-served::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: radial-gradient(circle at 30% 50%, rgba(28, 177, 113, 0.18), transparent 60%);
    pointer-events: none;
}

.areas-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    position: relative;
    z-index: 1;
}

.areas-grid h2 {
    color: #fff;
}

.areas-grid h2 em {
    font-style: normal;
}

.areas-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.areas-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.area-tag {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    color: #fff;
    font-weight: 600;
    transition: all 0.18s ease;
}

.area-tag:hover {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.area-tag.tag-region {
    background: rgba(27, 178, 114, 0.28);
    border-color: rgba(27, 178, 114, 0.5);
}

/* Tablet + Mobile */
@media (max-width: 991.98px) {
    .areas-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .areas-served::before {
        width: 100%;
        opacity: 0.65;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .areas-served {
        padding: 2.5rem 0;
        border-radius: 0.4rem;
    }

    .areas-grid h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .areas-grid p {
        font-size: 1rem;
    }

    .areas-tags {
        gap: 0.6rem;
    }

    .area-tag {
        padding: 0.5rem 0.9rem;
        font-size: 0.82rem;
    }
}

.home-feature-card .card-header img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.overlay-card {
    position: absolute;
    left: -35px;
    bottom: -38px;
    max-width: 230px;
}

.opacity-10 {
    opacity: .10 !important;
}

@media (max-width: 575.98px) {
    .home-hero::after {
        width: 100%;
        opacity: .45;
        clip-path: none;
    }

    .home-hero .display-4 {
        font-size: 2.25rem;
    }

    .overlay-card {
        position: absolute;
        left: 0px;
        bottom: -38px;
        max-width: 230px;
    }
}

/* ================Custom About page Style================ */

.about-page {
    color: var(--bs-dark);
}

.about-page .about-eyebrow {
    display: inline-block;
    color: var(--bs-secondary);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-page .about-section-title em,
.about-page .about-display em {
    color: var(--bs-secondary);
    font-style: normal;
}

.about-hero-modern {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.about-hero-modern::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12) 0%, #C5DEF0 100%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 168%);
    z-index: 0;
}

.about-hero-modern>.container {
    position: relative;
    z-index: 1;
}

.about-quote {
    border-left: 3px solid var(--bs-secondary);
    color: #345168;
    font-size: 1.08rem;
    font-style: italic;
    line-height: 1.65;
    padding-left: 1.25rem;
}

.about-portrait-box {
    aspect-ratio: 4 / 5;
    background: linear-gradient(160deg, rgba(var(--bs-primary-rgb), .08), rgba(var(--bs-secondary-rgb), .06)), rgba(var(--bs-primary-rgb), .12);
    border-radius: .5rem;
    box-shadow: 0 24px 60px -20px rgba(var(--bs-primary-rgb), .22), 0 4px 16px rgba(15, 44, 63, .06);
    overflow: hidden;
}

.about-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-float-card {
    position: absolute;
    bottom: 1.5rem;
    left: -1.5rem;
    min-width: 210px;
    background: var(--bs-primary);
    color: #fff;
    border-radius: .5rem;
    box-shadow: 0 16px 40px -10px rgba(var(--bs-primary-rgb), .35);
}

.about-credential-strip {
    background: #0F2C3F;
}

.about-credential-item {
    min-height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.about-credential-strip .col:last-child .about-credential-item {
    border-right: 0;
}

.about-credential-item .h3 {
    font-size: 2rem;
    line-height: 1;
}

.about-credential-item p {
    font-size: 0.85rem;
    line-height: 1.35;
}

/* Tablet: 3 columns */
@media (max-width: 991.98px) {
    .about-credential-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-credential-strip .col:nth-child(3n + 1) .about-credential-item,
    .about-credential-strip .col:nth-child(3n + 2) .about-credential-item {
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-credential-strip .col:nth-last-child(-n + 3) .about-credential-item {
        border-bottom: 0;
    }
}

/* Mobile: 2 columns */
@media (max-width: 767.98px) {
    .about-credential-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-credential-strip .col:nth-child(odd) .about-credential-item {
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

    .about-credential-strip .col:nth-last-child(-n + 2) .about-credential-item {
        border-bottom: 0;
    }

    .about-credential-item .h3 {
        font-size: 1.6rem;
    }
}

.about-hover-card,
.about-volume-card,
.about-practice-card,
.about-member-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-volume-card {
    border-top: 4px solid var(--bs-primary) !important;
}

.about-timeline {
    position: relative;
    max-width: 880px;
}

.about-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    width: 2px;
    background: linear-gradient(to bottom, var(--bs-primary), var(--bs-secondary));
}

.about-timeline-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1.5rem;
    position: relative;
    padding-bottom: 2.5rem;
}

.about-timeline-item:last-child {
    padding-bottom: 0;
}

.about-timeline-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.about-timeline-dot.is-green {
    background: var(--bs-secondary);
}

.about-flag-box {
    width: 42px;
    height: 42px;
    border-radius: .6rem;
    background: rgba(var(--bs-primary-rgb), .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.about-flag-box.is-green {
    background: rgba(var(--bs-secondary-rgb), .18);
}

.about-philosophy-card {
    background: var(--bs-primary);
    border-radius: .75rem;
}

.about-philosophy-card blockquote {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.about-quick-facts .list-group-item {
    background: transparent;
    border-color: var(--bs-gray-200);
}

.about-cta-panel {
    background: linear-gradient(135deg, var(--bs-primary), #045a99);
    position: relative;
    overflow: hidden;
}

.about-cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 45%;
    background: radial-gradient(circle at 30% 50%, rgba(var(--bs-secondary-rgb), .22), transparent 60%);
    pointer-events: none;
}

.about-cta-panel>.container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .about-hero-modern::before {
        width: 100%;
        clip-path: none;
        opacity: .35;
    }

    .about-float-card {
        left: 1rem;
        bottom: -1rem;
    }

    .about-credential-item {
        border-right: 0;
    }
}

@media (max-width: 575.98px) {
    .about-hero-modern .display-3 {
        font-size: 2.5rem;
    }

    .about-float-card {
        position: static;
        margin-top: 1rem;
    }

    .about-timeline-item {
        gap: 1rem;
    }

    .about-cta-panel::before {
        width: 100%;
        opacity: .7;
    }
}

/* ================Custom Contact page Style================ */

 .contact-page {
     color: var(--bs-dark);
 }

 .contact-page .eyebrow {
     display: inline-block;
     font-size: .74rem;
     font-weight: 700;
     letter-spacing: .16em;
     text-transform: uppercase;
     color: var(--bs-secondary);
 }

 .contact-page h1,
 .contact-page h2 {
     font-weight: 700;
     letter-spacing: -.02em;
     line-height: 1.15;
 }

 .contact-page h1 em,
 .contact-page h2 em {
     color: var(--bs-secondary);
     font-style: normal;
 }

 .contact-page p {
     line-height: 1.7;
 }

 .contact-page .btn-primary {
     background: var(--bs-secondary);
     border-color: var(--bs-secondary);
     color: #fff;
     box-shadow: 0 4px 14px rgba(var(--bs-secondary-rgb), .28);
 }

 .contact-page .btn-primary:hover {
     background: #16935f;
     border-color: #16935f;
     color: #fff;
     transform: translateY(-2px);
 }

 .contact-page .btn-secondary {
     background: var(--bs-primary);
     border-color: var(--bs-primary);
     color: #fff;
 }

 .contact-page .btn-secondary:hover {
     background: #045a99;
     border-color: #045a99;
     color: #fff;
     transform: translateY(-2px);
 }

 .contact-hero {
     background: var(--bs-primary);
     padding: clamp(2.5rem, 5vw, 4rem) 0;
     color: #fff;
     position: relative;
     overflow: hidden;
 }

 .contact-hero::after {
     content: '';
     position: absolute;
     inset: 0 0 0 auto;
     width: 42%;
     pointer-events: none;
 }

 .contact-hero .container {
     position: relative;
     z-index: 1;
 }

 .contact-hero h1 {
     color: #fff;
     margin: .85rem 0;
     font-size: clamp(2rem, 4.5vw, 3.2rem);
 }

 .contact-hero p {
     color: rgba(255, 255, 255, .82);
     font-size: 1.05rem;
     max-width: 52ch;
     margin-bottom: 1.5rem;
 }

 .hero-badges {
     display: flex;
     flex-wrap: wrap;
     gap: .5rem;
 }

 .hero-badge {
     background: rgba(255, 255, 255, .12);
     border: 1px solid rgba(255, 255, 255, .22);
     color: rgba(255, 255, 255, .92);
     font-size: .78rem;
     font-weight: 600;
     padding: .3rem .85rem;
     border-radius: 999px;
 }

 .hero-badge.green {
     background: rgba(var(--bs-secondary-rgb), .25);
     border-color: rgba(var(--bs-secondary-rgb), .45);
 }

 .contact-page .trust-strip {
     background: var(--bs-primary);
     padding: 1.75rem 0;
 }

 .trust-inner {
     display: flex;
     align-items: center;
     justify-content: space-around;
     flex-wrap: wrap;
     gap: 1rem;
 }

 .trust-stat {
     text-align: center;
     color: #fff;
 }

 .trust-stat .ts-num {
     font-size: 1.7rem;
     font-weight: 700;
     color: var(--bs-secondary);
     line-height: 1;
 }

 .trust-stat .ts-label {
     font-size: .72rem;
     text-transform: uppercase;
     letter-spacing: .14em;
     color: rgba(255, 255, 255, .75);
     margin-top: .25rem;
     font-weight: 600;
 }

 .trust-divider {
     width: 1px;
     height: 40px;
     background: rgba(255, 255, 255, .18);
 }

 .contact-section {
     padding: clamp(3rem, 6vw, 5rem) 0;
 }

 .contact-main-grid {
     display: grid;
     grid-template-columns: 1fr 1.1fr;
     gap: clamp(2rem, 5vw, 4rem);
     align-items: start;
 }

 .contact-blocks {
     display: flex;
     flex-direction: column;
     gap: 1.1rem;
     margin-bottom: 2rem;
 }

 .contact-block {
     background: #fff;
     border: 1px solid var(--bs-gray-200);
     border-radius: 10px;
     padding: 1.25rem 1.4rem;
     display: grid;
     grid-template-columns: 44px 1fr;
     gap: 1rem;
     align-items: flex-start;
     transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
 }

 .contact-block:hover {
     border-color: rgba(var(--bs-primary-rgb), .22);
     box-shadow: 0 4px 16px rgba(var(--bs-primary-rgb), .08);
     transform: translateY(-2px);
 }

 .contact-block.primary {
     border-left: 4px solid var(--bs-secondary);
 }

 .contact-block.secondary {
     border-left: 4px solid var(--bs-primary);
 }

 .cb-icon {
     width: 44px;
     height: 44px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .cb-icon.green {
     background: rgba(var(--bs-secondary-rgb), .18);
     color: var(--bs-secondary);
 }

 .cb-icon.blue {
     background: rgba(var(--bs-primary-rgb), .12);
     color: var(--bs-primary);
 }

 .cb-icon.slate {
     background: var(--bs-light);
     color: var(--bs-body-color);
 }

 .cb-icon svg {
     width: 20px;
     height: 20px;
     stroke-width: 1.75;
 }

 .cb-label {
     font-size: .7rem;
     text-transform: uppercase;
     letter-spacing: .16em;
     font-weight: 700;
     color: var(--bs-gray-600);
     margin-bottom: .3rem;
 }

 .cb-value {
     font-size: 1.08rem;
     font-weight: 700;
     color: var(--bs-dark);
     line-height: 1.35;
     margin-bottom: .2rem;
 }

 .cb-value a {
     color: var(--bs-dark);
     transition: color .18s ease;
 }

 .cb-value a:hover {
     color: var(--bs-primary);
 }

 .cb-sub {
     font-size: .82rem;
     color: var(--bs-body-color);
     line-height: 1.5;
 }

 .cb-cta {
     margin-top: .65rem;
 }

 .hours-card,
 .wa-quick {
     background: var(--bs-light);
     border: 1px solid var(--bs-gray-200);
     border-radius: 10px;
     padding: 1.35rem 1.5rem;
     margin-bottom: 1.1rem;
 }

 .hours-card h4 {
     margin-bottom: 1rem;
     display: flex;
     align-items: center;
     gap: .5rem;
     font-size: .92rem;
     color: var(--bs-dark);
 }

 .hours-card h4 svg {
     width: 16px;
     height: 16px;
     color: var(--bs-primary);
 }

 .hours-row {
     display: flex;
     justify-content: space-between;
     gap: 1rem;
     align-items: center;
     padding: .55rem 0;
     border-bottom: 1px solid var(--bs-gray-200);
     font-size: .9rem;
 }

 .hours-row:last-child {
     border-bottom: 0;
 }

 .hours-day {
     color: var(--bs-body-color);
     font-weight: 500;
 }

 .hours-time {
     font-weight: 700;
     color: var(--bs-dark);
 }

 .hours-closed {
     font-weight: 600;
     color: var(--bs-danger);
 }

 .hours-note {
     font-size: .78rem;
     color: var(--bs-gray-600);
     margin-top: .75rem;
     padding-top: .75rem;
     border-top: 1px solid var(--bs-gray-200);
 }

 .contact-form-wrap {
     background: #fff;
     border: 1px solid var(--bs-gray-200);
     border-radius: 12px;
     padding: clamp(1.75rem, 3vw, 2.5rem);
     box-shadow: 0 20px 50px -20px rgba(var(--bs-primary-rgb), .14);
     position: sticky;
     top: 90px;
 }

 .form-header {
     margin-bottom: 1.5rem;
     padding-bottom: 1.25rem;
     border-bottom: 1px solid var(--bs-gray-200);
 }

 .form-header h2 {
     font-size: 1.55rem;
     margin-bottom: .35rem;
 }

 .form-header p {
     font-size: .9rem;
     color: var(--bs-body-color);
 }

 .form-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 1rem;
 }

 .form-field {
     margin-bottom: 1rem;
 }

 .form-field label {
     display: block;
     font-size: .75rem;
     font-weight: 700;
     color: var(--bs-dark);
     margin-bottom: .35rem;
     letter-spacing: .02em;
     text-transform: uppercase;
 }

 .form-field input,
 .form-field select,
 .form-field textarea {
     width: 100%;
     padding: .85rem 1rem;
     border: 1px solid var(--bs-gray-300);
     background: var(--bs-light);
     border-radius: 8px;
     font-size: .95rem;
     color: var(--bs-dark);
     transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
 }

 #contact_form .error,
 #contact_form label.error,
 #contact_form .invalid-feedback {
     display: block !important;
     color: var(--bs-danger) !important;
     font-size: 0.875rem;
     font-weight: 500;
     margin-top: 0.35rem;
 }

 #contact_form input.error,
 #contact_form select.error,
 #contact_form textarea.error,
 #contact_form .is-invalid {
     border-color: var(--bs-danger) !important;
     background-color: #fff !important;
 }

 #contact_form input.error:focus,
 #contact_form select.error:focus,
 #contact_form textarea.error:focus,
 #contact_form .is-invalid:focus {
     border-color: var(--bs-danger) !important;
     box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
 }

 .form-field input:focus,
 .form-field select:focus,
 .form-field textarea:focus {
     outline: 0;
     border-color: var(--bs-primary);
     background: #fff;
     box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), .1);
 }

 .btn-submit {
     width: 100%;
     justify-content: center;
     font-size: 1rem;
     padding: 1rem 1.5rem;
 }

 .form-disclaimer {
     text-align: center;
     font-size: .76rem;
     color: var(--bs-gray-600);
     margin-top: .85rem;
     line-height: 1.5;
 }

 .wa-quick {
     background: rgba(var(--bs-secondary-rgb), .08);
     border-color: rgba(var(--bs-secondary-rgb), .22);
 }

 .wa-quick-label {
     font-size: .72rem;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: .14em;
     color: var(--bs-secondary);
     margin-bottom: .65rem;
 }

 .wa-links {
     display: flex;
     flex-direction: column;
     gap: .45rem;
 }

 .wa-link {
     display: flex;
     align-items: center;
     gap: .65rem;
     font-size: .86rem;
     font-weight: 500;
     color: var(--bs-body-color);
     padding: .55rem .75rem;
     border-radius: 6px;
     background: #fff;
     border: 1px solid rgba(var(--bs-secondary-rgb), .22);
     transition: all .18s ease;
     text-decoration: none;
 }

 .wa-link:hover {
     background: var(--bs-secondary);
     color: #fff;
     border-color: var(--bs-secondary);
 }

 .wa-link svg {
     width: 16px;
     height: 16px;
     fill: var(--bs-secondary);
     flex-shrink: 0;
     transition: fill .18s ease;
 }

 .wa-link:hover svg {
     fill: #fff;
 }

 .map-section {
     padding: clamp(3rem, 5vw, 4.5rem) 0;
     background: var(--bs-light);
 }

 .section-head {
     margin-bottom: 1.75rem;
 }

 .section-head h2 {
     margin-bottom: .6rem;
 }

 .map-grid {
     display: grid;
     grid-template-columns: 1fr 1.6fr;
     gap: clamp(1.5rem, 4vw, 3rem);
     align-items: start;
 }

 .map-frame {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 12px 32px -10px rgba(var(--bs-primary-rgb), .15);
     border: 1px solid var(--bs-gray-200);
     aspect-ratio: 16/10;
 }

 .map-frame iframe {
     width: 100%;
     height: 100%;
     border: 0;
     display: block;
 }

 .directions-block {
     display: flex;
     flex-direction: column;
     gap: .85rem;
 }

 .direction-item {
     background: #fff;
     border: 1px solid var(--bs-gray-200);
     border-radius: 8px;
     padding: 1.1rem 1.25rem;
     display: grid;
     grid-template-columns: 36px 1fr;
     gap: .85rem;
     align-items: flex-start;
 }

 @media (max-width: 1024px) {

     .contact-main-grid,
     .map-grid {
         grid-template-columns: 1fr;
     }

     .contact-form-wrap {
         position: static;
     }

     .map-frame {
         aspect-ratio: 16/9;
     }
 }

 @media (max-width: 860px) {
     .form-row {
         grid-template-columns: 1fr;
     }

     .trust-divider {
         display: none;
     }
 }

 @media (max-width: 560px) {
     .contact-block {
         grid-template-columns: 1fr;
     }

     .hours-row {
         flex-direction: column;
         align-items: flex-start;
     }

     .hero-badges {
         flex-direction: column;
         align-items: flex-start;
     }
 }
