/* Mobile Footer Toolbar Styles */
.mobile-footer-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    /* Premium Terracotta */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    border-top: 1px solid #f0f0f0;
}

.mobile-footer-toolbar .toolbar-item {
    flex: 1;
    text-align: center;
}

.mobile-footer-toolbar .toolbar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #444;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-footer-toolbar .toolbar-item i {
    font-size: 22px;
    margin-bottom: 5px;
    color: #ce9a94;
}

.mobile-footer-toolbar .toolbar-item span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-footer-toolbar .toolbar-item a:active {
    transform: scale(0.95);
}

.toolbar-divider {
    width: 1px;
    height: 30px;
    background: #f0f0f0;
}

/* Main Footer Mobile Enhancements */
@media (max-width: 991px) {
    .footer-5__area-common {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    .footer-5__logo {
        text-align: center;
        margin-bottom: 25px !important;
    }

    .footer-5__content {
        text-align: center;
    }

    .footer-5__widget-title h4 {
        color: #000000 !important;
        /* Bold black heading as per screenshot */
        font-weight: 800 !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }

    .contact-info {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        margin: 0 auto;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;

        text-align: left;
        margin-bottom: 22px;
        width: 100%;
    }

    .contact-item i {
        min-width: 24px;
        color: #ffffff !important;
        margin-top: 2px;
        font-size: 16px;
        text-align: center;
        opacity: 0.9;
    }

    .contact-item p,
    .contact-item a {
        margin-bottom: 0;
        line-height: 1.6;
        font-weight: 500 !important;
        color: #ffffff !important;
        font-size: 15px !important;
        text-decoration: none !important;
        letter-spacing: 0.3px;
    }

    .footer-5__bottom {
        padding: 20px 0 !important;
    }

    .footer-5__copyright {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    /* --- Floating Pill-Shaped Mobile Header --- */
    .header__area.header-6 {
        position: absolute !important;
        top: 15px !important;
        left: 15px !important;
        right: 15px !important;
        width: calc(100% - 30px) !important;
        background: #ffffff !important;
        border-radius: 100px !important;
        /* Full pill shape */
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
        z-index: 1000 !important;
        padding: 5px 0 !important;
        border: none !important;
        height: auto !important;
    }

    /* Fixed header when scrolling */
    .header__area.header-6.header-sticky {
        position: fixed !important;
        top: 10px !important;
    }

    .header__main {
        padding: 0 15px !important;
        height: 55px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .header__logo {
        padding: 0 !important;
        margin: 0 !important;
    }

    .header__logo img {
        height: 35px !important;
        width: auto !important;
    }

    .header__right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .header__action {
        gap: 0 !important;
    }

    .header__hamburger {
        margin: 0 !important;
        padding: 5px !important;
    }

    .bar-icon span {
        background-color: #000000 !important;
        /* Dark menu icons as per image */
        height: 2px !important;
        width: 25px !important;
    }

    /* --- Refined Breadcrumb Section (Mobile) --- */
    .breadcrumb__area {
        padding-top: 100px !important;
        /* Huge padding for floating header */
        padding-bottom: 40px !important;
        background-color: #ce9a94 !important;
        /* Solid Terracotta */
        background-image: none !important;
    }

    .breadcrumb__background {
        display: none !important;
        /* No BG image on mobile for clean look */
    }

    .breadcrumb__content {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .breadcrumb__title {
        display: block !important;
        font-size: 36px !important;
        /* Large bold title like screenshot */
        font-weight: 900 !important;
        color: #ffffff !important;
        margin-bottom: 25px !important;
        line-height: 1.1 !important;
        text-transform: capitalize !important;
    }

    .breadcrumb__menu ul {
        display: flex !important;
        flex-direction: column !important;
        /* Stack path and current name */
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        padding: 0 !important;
    }

    /* Target the path line (Home > Treatments) */
    .breadcrumb__menu ul li {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #000000 !important;
        /* Default to dark */
        display: inline-block !important;
        margin: 0 !important;
    }

    /* Wrap the Home and intermediate links in a group if possible, 
       otherwise style them inline but force the last one to its own line */
    .breadcrumb__menu ul li:first-child {
        color: #ffffff !important;
        /* Home is White */
    }

    .breadcrumb__menu ul li:first-child a {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    /* Separate the "Home > path" part from the "current" part */
    .breadcrumb__menu ul li:last-child {
        display: block !important;
        width: 100% !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        color: #333333 !important;
        /* Darker current page label */
        margin-top: 5px !important;
    }

    /* Style the separator specifically for the Path line */
    .breadcrumb__menu ul li::after {
        content: '\f105' !important;
        /* Angle right */
        font-family: 'Font Awesome 6 Pro' !important;
        margin: 0 10px !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        color: #ffffff !important;
        /* Separator is White */
    }

    /* Hide separator for the last item since it's on a new line */
    .breadcrumb__menu ul li:last-child::after {
        display: none !important;
    }

    /* For intermediate items (like 'Treatments' in Home > Treatments > Current) */
    .breadcrumb__menu ul li:nth-child(2):not(:last-child) {
        color: #333333 !important;
    }

    /* Compensate for floating header in other sections */
    .banner-5__area {
        padding-top: 120px !important;
    }

    body {
        padding-bottom: 70px;
    }

    /* Reduce general section vertical spacing */
    .section-space,
    .pt-120 {
        padding-top: 60px !important;
    }

    .section-space,
    .pb-120 {
        padding-bottom: 60px !important;
    }

    .mb-120 {
        margin-bottom: 60px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-60 {
        margin-bottom: 25px !important;
    }

    .mb-50 {
        margin-bottom: 0px !important;
    }

    .mb-40 {
        margin-bottom: 15px !important;
    }

    .mb-30 {
        margin-bottom: 10px !important;
    }

    /* Specific Banner Spacing */
    .banner-5__space {
        /* padding-top: 100px !important; */
        padding-bottom: 40px !important;
    }

    .banner-5__content h1 {
        margin-bottom: 15px !important;
        font-size: 32px !important;
    }

    .banner-5__btn-box {
        margin-bottom: 25px !important;
    }
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }
}

/* FAQ Section Styles */
.faq-area {
    background-color: #f9f6f5;
    /* Very subtle warm background */
}

.faq-area .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 15px;
}

.faq-area .accordion-button {
    background: #ffffff;
    color: #2b392b;
    /* Dark green/grey */
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(206, 154, 148, 0.1);
    transition: all 0.3s ease;
}

.faq-area .accordion-button:not(.collapsed) {
    background: #ce9a94;
    /* Primary theme color */
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(206, 154, 148, 0.2);
}

.faq-area .accordion-button::after {
    background-image: none;
    content: '\f067';
    /* FontAwesome Plus */
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-area .accordion-button:not(.collapsed)::after {
    content: '\f068';
    /* FontAwesome Minus */
    transform: rotate(180deg);
    color: #ffffff;
}

.faq-area .accordion-body {
    background: #ffffff;
    padding: 25px;
    margin-top: -10px;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(206, 154, 148, 0.1);
    border-top: none;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.faq-area .accordion-body a {
    color: #ce9a94;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 767px) {
    .faq-area .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }
}

/* FAQ Image Styles */
.faq-image-wrapper {
    position: relative;
    padding-right: 60px;
    padding-bottom: 60px;
}

.faq-image-wrapper .main-img {
    width: 85%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.faq-image-wrapper .jump-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
    border: 12px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    animation: jumpingSmooth 4s ease-in-out infinite;
    z-index: 2;
}

.faq-experience-badge {
    position: absolute;
    top: 40px;
    left: -20px;
    background: #ce9a94;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(206, 154, 148, 0.4);
    animation: floatingSmooth 3s ease-in-out infinite;
    z-index: 3;
}

@keyframes jumpingSmooth {

    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    50% {
        transform: translateY(-40px) scale(1.02);
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.25);
    }
}

@keyframes floatingSmooth {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.faq-experience-badge i {
    font-size: 20px;
}

.faq-experience-badge span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 991px) {

    /* --- Banner: Premium Overlapping Design & Leaves (Mobile) --- */
    .banner-5__media {
        position: relative !important;
        height: 480px !important;
        /* Fixed height for layering */
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        display: block !important;
        padding: 20px;
    }

    .banner-5__media .image-1 {
        position: absolute !important;
        width: 70% !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
        display: block !important;
    }

    .banner-5__media .image-2 {
        position: absolute !important;
        width: 70% !important;
        bottom: 20px !important;
        right: 0 !important;
        z-index: 1 !important;
        display: block !important;
    }

    /* --- About Us: Simplified Single Image (Mobile) --- */
    .about-us-5__media {
        position: relative !important;
        height: auto !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        display: block !important;
        padding: 0 !important;
    }

    .about-us-5__media .image-1 {
        position: relative !important;
        width: 100% !important;
        max-width: 450px !important;
        margin: 0 auto;
        display: block !important;
    }

    .about-us-5__media .image-2 {
        display: none !important;
    }

    /* FAQ remains clean single-image as per previous preference */
    .faq-image-wrapper {
        position: relative !important;
        height: auto !important;
        padding: 0 !important;
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }

    .faq-image-wrapper img {
        position: relative !important;
        width: 100% !important;
        display: block !important;
    }

    /* Image Styling & Premium Shadows */
    .faq-image-wrapper img,
    .about-us-5__media img,
    .banner-5__media img {
        width: 100% !important;
        height: auto !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    }

    /* Special Case: FAQ (Single Image Layout) */
    .faq-image-wrapper {
        height: auto !important;
        padding: 0 !important;
    }

    .faq-image-wrapper img {
        position: relative !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    }

    .faq-experience-badge {
        bottom: 15px !important;
        top: auto !important;
        right: 15px !important;
        left: auto !important;
        padding: 10px 20px !important;
        z-index: 3 !important;
    }

    .faq-experience-badge span {
        font-size: 11px !important;
    }

    .banner-5__media-shape {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.6;
    }

    .banner-5__media-shape img {
        position: absolute !important;
        width: 120px !important;
        box-shadow: none !important;
    }

    .banner-5__media-shape .img-1 {
        top: 55%;
        left: -20px;
    }

    .banner-5__media-shape .img-2 {
        top: 5%;
        right: 10px;
    }

    .banner-5__media-shape .img-3 {
        bottom: 20%;
        right: -30px;
    }

    /* Dental Services Mobile Refinement */
    .dental-services-tabs .nav-pills {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .dental-services-tabs .nav-link {
        width: 100% !important;
        padding: 15px 25px !important;
        border-radius: 100px !important;
        /* Pill style */
        justify-content: center !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    }

    .service-category-card {
        padding: 20px !important;
        border-radius: 25px !important;
    }

    .category-card-media {
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    .category-card-media img {
        width: 100% !important;
        max-width: 450px !important;
        height: auto !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    }

    .category-card-content {
        text-align: center !important;
    }

    .category-card-content h4 {
        margin-bottom: 15px !important;
    }

    .service-item {
        margin-bottom: 25px !important;
    }
}

/* --- Premium Animations for Leaves & Shapes --- */

/* Floating movement for leaf background shapes */
.left-shape img,
.banner-5__media-shape img {
    opacity: 0.8 !important;
    filter: brightness(0) invert(1) !important;
}

.left-shape img,
.banner-5__media-shape .img-1,
.banner-5__media-shape .img-2,
.banner-5__media-shape .img-3 {
    animation: leafFloat 12s ease-in-out infinite alternate !important;
    transform-origin: center center;
}

.banner-5__media-shape .img-2 {
    animation-delay: -4s !important;
}

.banner-5__media-shape .img-3 {
    animation-delay: -8s !important;
}

@keyframes leafFloat {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    33% {
        transform: translate(2%, -3%) rotate(2deg) scale(1.02);
    }

    66% {
        transform: translate(-1%, -5%) rotate(-1deg) scale(0.98);
    }

    100% {
        transform: translate(3%, -2%) rotate(3deg) scale(1.01);
    }
}

/* Interactive hover for any dental images */
.banner-5__media .image-1 img,
.banner-5__media .image-2 img,
.about-us-5__media img,
.service-category-card img,
.category-card-media img {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner-5__media .image-1 img:hover,
.banner-5__media .image-2 img:hover,
.about-us-5__media img:hover,
.service-category-card img:hover,
.category-card-media img:hover {
    transform: scale(1.04) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* --- Staff Section Premium Styles --- */
.staff-card {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(206, 154, 148, 0.1);
}

.staff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(206, 154, 148, 0.15) !important;
    border-color: rgba(206, 154, 148, 0.3);
}

.staff-img-wrapper {
    height: 400px;
    background: #fdf8f7;
}

.staff-img-wrapper img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.staff-card:hover .staff-img-wrapper img {
    transform: scale(1.05);
}

.staff-bio {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .staff-img-wrapper {
        height: auto;
        min-height: 300px;
    }

    .staff-section .section__title-wrapper h2 {
        font-size: 28px !important;
    }
}

/* --- Contact Info Premium Styles --- */
.contact-info-box {
    background: #ffffff;
    border-radius: 0 30px 30px 0;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.02);
}

.contact-info-box h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b392b;
    /* Dark green/grey for contrast */
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.contact-info-box h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ce9a94;
    border-radius: 10px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(10px);
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    background: rgba(206, 154, 148, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    background: #ce9a94;
}

.contact-info-icon i {
    font-size: 22px;
    color: #ce9a94;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon i {
    color: #ffffff;
}

.contact-info-text h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2b392b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-text p,
.contact-info-text a {
    font-size: 16px;
    line-height: 1.6;
    color: #555 !important;
    margin-bottom: 0;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.contact-info-text a:hover {
    color: #ce9a94 !important;
}

/* Compact Map Styling */
.compact-map-frame {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 0 0 30px 0;
    display: block;
}

@media (max-width: 991px) {
    .contact-info-box {
        border-radius: 30px 30px 0 0;
        padding: 40px !important;
    }

    .compact-map-frame {
        border-radius: 0;
    }
}

/* --- Contact Form Area Premium Styles --- */
.contact-form-area {
    background: #fdf8f7;
    /* Very subtle warm tint to match the theme */
    padding: 60px 50px;
    border-radius: 30px 0 0 30px;
}

.contact-form-title {
    color: #ce9a94;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.contact-wrapper {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    overflow: hidden;
}

/* Ensure form inputs look premium */
.pricing-appointment__form-input input,
.pricing-appointment__form-input textarea,
.pricing-appointment__form-select select {
    background: #ffffff !important;
    border: 1px solid rgba(206, 154, 148, 0.15) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
}

.pricing-appointment__form-input input:focus,
.pricing-appointment__form-input textarea:focus {
    border-color: #ce9a94 !important;
    box-shadow: 0 0 0 4px rgba(206, 154, 148, 0.1) !important;
}

@media (max-width: 991px) {
    .contact-form-area {
        padding: 40px 30px;
        border-radius: 30px 30px 0 0;
    }

    .contact-info-box {
        border-radius: 0;
    }
}

/* ============================================
   Children's Dentistry Page - Mobile Compact
   ============================================ */
@media (max-width: 767px) {

    /* Section spacing */
    .about-us-5.section-space,
    .why-choose-section.section-space,
    .process-section.section-space,
    .appointment-section.section-space {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    /* Headings */
    .about-us-5__content h2.display-4 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .why-choose-section h2.display-6 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .process-section h2.display-6 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    /* Sub-labels */
    .about-us-5__content h6,
    .why-choose-section h6 {
        font-size: 10px !important;
        margin-bottom: 8px !important;
    }

    /* Lead paragraph */
    .about-us-5__content p.lead,
    .appointment-section p.lead {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    /* Check lists */
    .about-us-5__content .list-check li,
    .why-choose-section .list-check li {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    /* Book button spacing */
    .about-us-5__content .mt-40 {
        margin-top: 18px !important;
    }

    /* Image in About section */
    .about-us-5__media {
        margin-bottom: 20px !important;
    }

    /* Why Choose Us image */
    .why-choose-section .about-us-2__media {
        margin-top: 20px !important;
    }

    /* Process / Visit Breakdown steps */
    .process-step {
        padding: 14px 10px !important;
    }

    .process-step .step-number {
        font-size: 28px !important;
        margin-bottom: 6px !important;
    }

    .process-step h5 {
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }

    /* Appointment CTA box */
    .appointment-section .appointment-box {
        padding: 24px 18px !important;
    }

    .appointment-section .icon-wrapper {
        width: 52px !important;
        height: 52px !important;
        margin-bottom: 10px !important;
    }

    .appointment-section .icon-wrapper i {
        font-size: 20px !important;
    }

    .appointment-section h2.section__title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .appointment-section .mb-30 {
        margin-bottom: 16px !important;
    }

    /* Breadcrumb */
    .breadcrumb__title {
        font-size: 24px !important;
    }
}

/* ============================================
   Contact Page - Compact Mobile Form
   ============================================ */
@media (max-width: 767px) {

    /* Reduce overall section spacing */
    .section-space.pb-100 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /* Compact contact wrapper */
    .contact-wrapper {
        border-radius: 18px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
    }

    /* Compact form area */
    .contact-form-area {
        padding: 24px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    /* Smaller heading */
    .contact-form-area h2.section__title {
        font-size: 22px !important;
        margin-bottom: 16px !important;
    }

    .contact-form-title {
        font-size: 11px !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 4px !important;
    }

    /* Compact form inputs */
    .pricing-appointment__form-input input,
    .pricing-appointment__form-input textarea,
    .pricing-appointment__form-select select {
        padding: 10px 14px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }

    /* Shorter textarea */
    .pricing-appointment__form-input textarea {
        min-height: 90px !important;
        height: 90px !important;
    }

    /* Reduce row gaps */
    .pricing-appointment__form .row {
        row-gap: 10px !important;
    }

    .pricing-appointment__form-input,
    .pricing-appointment__form-select {
        margin-bottom: 0 !important;
    }

    /* Compact submit button */
    .contact-form-area .rr-btn {
        padding: 12px 28px !important;
        font-size: 13px !important;
        margin-top: 6px !important;
    }

    /* Compact info box */
    .contact-info-box {
        padding: 20px 18px !important;
        border-radius: 0 !important;
    }

    .contact-info-box h3 {
        font-size: 20px !important;
        margin-bottom: 18px !important;
    }

    .contact-info-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .contact-info-icon i {
        font-size: 16px !important;
    }

    .contact-info-item {
        gap: 12px !important;
        margin-bottom: 18px !important;
    }

    .contact-info-text h5 {
        font-size: 13px !important;
        margin-bottom: 4px !important;
    }

    .contact-info-text p,
    .contact-info-text a {
        font-size: 13px !important;
    }

    /* Compact map */
    .compact-map-frame {
        height: 180px !important;
        border-radius: 0 0 18px 18px !important;
    }

    .contact-map-wrapper {
        border-radius: 0 0 18px 18px !important;
        overflow: hidden !important;
    }

    /* Breadcrumb compact */
    .breadcrumb__area {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
}

/* ============================================
   Appointment Page - Compact Mobile Form
   ============================================ */
@media (max-width: 767px) {

    /* Overall section spacing */
    section.section-space.pb-100 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    /* Compact form heading */
    .contact-form-area h2.section__title {
        font-size: 20px !important;
        margin-bottom: 14px !important;
    }

    /* Tighter col gaps in appointment form */
    #appointment-form.pricing-appointment__form .row {
        row-gap: 8px !important;
    }

    #appointment-form .col-sm-6,
    #appointment-form .col-sm-12 {
        margin-bottom: 0 !important;
    }

    /* Compact mb-30 inside appointment form columns */
    .contact-form-area .mb-30 {
        margin-bottom: 0 !important;
    }

    /* Shorter textarea for appointment */
    #textarea {
        min-height: 75px !important;
        height: 75px !important;
    }

    /* Submit button spacing */
    .contact-form-area .mt-30 {
        margin-top: 10px !important;
    }

    /* Expert Consultation Sidebar - compact on mobile */
    .expert-consultation-box {
        padding: 18px !important;
    }

    .expert-consultation-box h3 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    /* Hide the long paragraph text in sidebar on mobile to save space */
    .expert-consultation-box>p {
        display: none !important;
    }

    .expert-consultation-box .consultation-contact {
        margin-top: 0 !important;
    }

    .expert-consultation-box .consultation-contact a {
        font-size: 13px !important;
    }

    .expert-consultation-box .consultation-contact i {
        font-size: 16px !important;
    }

    .expert-consultation-box .d-flex.align-items-center {
        margin-bottom: 10px !important;
    }
}

/* Force calendar icon to black in appointment CTA */
.appointment-section .icon-wrapper i,
.appointment-section .icon-wrapper .fa-calendar-check {
    color: #000000 !important;
}

/* Date input - calendar picker icon black */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0);
    opacity: 0.8;
    cursor: pointer;
}