:root {
    --primary-color: #0d47a1;
    --secondary-color: #00c853;
    --accent-color: #00e676;
    --bg-color: #f5f7fa;
    --card-bg: #ffffff;
    --text-color: #1a202c;
    --text-muted: #4a5568;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif
}

@media only screen and (max-width:768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    body {
        font-family: var(--font-body);
        font-size: 16px;
        background-color: var(--bg-color);
        color: var(--text-color);
        line-height: 1.6;
        overflow-x: hidden;
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        display: block
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--font-heading);
        color: #1a1a1a;
        margin-bottom: 1rem;
    }

    h1 { font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

    h2 {
        font-size: 1.25rem !important; /* 20px */
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

    h3 {
        font-size: 1.125rem !important; /* 18px */ /* Reduced to 18px (was larger than h2) */
        line-height: 1.4 !important;
        font-weight: 600 !important;
    }

    h4 {
        font-size: 1rem !important; /* 16px */
        line-height: 1.5 !important;
        font-weight: 500 !important;
    }

    p {
        font-size: 1rem !important; /* 16px */
        line-height: 1.6 !important;
        margin-bottom: 1rem !important;
    }

    a {
        text-decoration: none !important;
        border-bottom: none !important
    }

    a.btn-outline {
        border-bottom: 2px solid #fff !important
    }

    a.btn-primary {
        border-bottom: none !important
    }

    /* Mobile Sticky Bar - Visible on Mobile */
    .mobile-flush-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-top: 1px solid #ddd;
    }

    .flush-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #333;
        font-size: 0.8rem;
        gap: 5px;
    }

    .flush-btn i {
        font-size: 1.2rem;
    }

    .btn-email i {
        color: #0d47a1;
    }

    .btn-call i {
        color: #00c853;
    }

    .btn-whatsapp i {
        color: #25d366;
    }

    /* FIX: Ensure Smart Strip text is visible on mobile */
    #industry-choice {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    header {
        background-color: #ffffff;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 3px solid var(--primary-color);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        min-height: 60px;
        height: auto !important
    }

    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px
    }

    .logo img {
        height: 45px;
        width: auto;
        object-fit: contain
    }

    nav {
        display: none
    }

    .menu-icon {
        display: block;
        font-size: 1.8rem;
        color: var(--primary-color);
        cursor: pointer
    }

    #mobile-menu {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 2px solid var(--secondary-color);
        display: none;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        z-index: 999
    }

    #mobile-menu.active {
        display: flex
    }

    #mobile-menu li {
        margin-bottom: 15px;
        text-align: center
    }

    #mobile-menu li a {
        font-size: 1rem;
        color: #333;
        display: block;
        padding: 10px
    }

    .hero,
    .hero-section {
        padding-top: 100px !important;
        margin-top: 0 !important;
        min-height: 100dvh !important;
        height: auto !important;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        position: relative;
        overflow: visible !important;
        padding-bottom: 80px !important
    }

    
.hero-content h1,
.hero-content h2,
.hero h1,
.hero h2,
.hero-section h1,
.hero-section h2,
.hero-slider h1,
.hero-slider h2,
.hero-title {
    font-family: var(--font-heading) !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    word-wrap: break-word !important;
    width: 100% !important;
    text-align: left !important;
    letter-spacing: 0.5px !important;
}


.hero-content p {
    font-size: 0.95rem !important;
    color: #f0f0f0 !important;
    border-left: 3px solid var(--secondary-color) !important;
    padding-left: 15px !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.5 !important;
    width: 100% !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    padding: 20px !important;
    width: 100% !important;
    min-height: auto;
    padding-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 15px !important;
        margin-top: 25px !important
    }

    .hero-content .btn {
        position: relative;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        margin-top: 0 !important;
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important
    }

    

    .hero-slider,
    .hero-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .hero-bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover !important
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        display: flex;
        align-items: center;
        z-index: 0;
        background-size: cover !important;
        background-position: center !important
    }

    .slide.active {
        opacity: 1;
        z-index: 2
    }

    .slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(13, 71, 161, 0.9), rgba(0, 0, 0, 0.4));
        z-index: 1
    }

    .hero-slide-2 {
        background-image: url('../assets/mobile/cloud-server-white-1767161430972-result.webp') !important
    }

    .hero-slide-3 {
        background-image: url('../assets/mobile/hero-bg-result.webp') !important
    }

    .hero-slide-4 {
        background-image: url('../assets/mobile/main-hero-4-1767425363733-result.webp') !important
    }

    .hero-slide-5 {
        background-image: url('../assets/mobile/main-hero-5-1767425382093-result.webp') !important
    }

    

    .card,
    .service-card {
        background-color: var(--card-bg) !important;
        padding: 30px !important;
        border-radius: 8px !important;
        border-top: 4px solid var(--primary-color) !important;
        margin-bottom: 25px !important;
        display: flex !important;
        flex-direction: column !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
        position: relative;
        z-index: 5;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        width: 100% !important;
        box-sizing: border-box !important
    }

    .grid-2,
    .grid-3,
    .grid-4,
    .services-grid,
    .service-grid-2 {
        display: grid !important;
        grid-template-columns: 100% !important;
        gap: 30px !important;
        margin-top: 20px !important;
        justify-content: center !important
    }

    .card:active,
    .card:hover,
    .service-card:active,
    .service-card:hover {
        border-top-color: var(--secondary-color) !important;
        transform: translateY(-2px)
    }

    .card a,
    .service-card a {
        position: relative;
        z-index: 10
    }

    .card:first-child,
    .service-card:first-child {
        margin-top: 10px !important
    }

    .card > i,
    .service-card > i,
    .card > div > i,
    .service-card > div > i {
        font-size: 3rem !important;
        color: var(--secondary-color) !important;
        margin-bottom: 15px;
        display: block
    }

    .service-card i {
        color: var(--primary-color) !important;
        transition: color 0.3s !important
    }

    .service-card:active i,
    .service-card:hover i {
        color: var(--secondary-color) !important
    }

    /* FIX: Correct alignment and size for list icons inside cards */
    .card ul li i,
    .service-card ul li i,
    .audience-card ul li i,
    .card ul li div i {
        font-size: 1.1rem !important;
        color: #0d47a1 !important;
        margin-bottom: 0 !important;
        display: inline-block !important;
        width: 25px !important;
        text-align: center;
        margin-right: 10px;
    }

    .grid-3,
    .grid-4,
    .services-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        margin-top: 20px !important
    }

    .feature-row {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 20px !important;
        margin-bottom: 40px !important;
        margin-top: 20px
    }

    .feature-image {
        width: 100% !important;
        height: 250px !important;
        min-height: 250px !important;
        background-size: cover !important;
        background-position: center !important;
        display: block !important;
        border-radius: 8px;
        background-color: #f0f0f0
    }

    .contact-info h3 {
        display: none !important
    }

    .contact-info i {
        color: var(--primary-color) !important;
        margin-right: 10px !important;
        font-size: 1.2rem !important
    }

    .contact-form h3 {
        margin-bottom: 15px
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important;
        margin-bottom: 15px !important;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        font-size: 1rem !important;
        outline: none !important
    }

    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus {
        border-color: var(--secondary-color) !important;
        box-shadow: 0 0 5px rgba(0, 200, 83, 0.4) !important
    }

    .contact-form button {
        width: 100% !important;
        padding: 15px !important;
        font-size: 1.1rem !important
    }

    footer {
        background-color: #1a1a1a !important;
        color: #fff !important;
        padding-top: 40px !important;
        padding-bottom: 80px !important; /* Added to clear mobile sticky bar */
        border-top: 3px solid var(--primary-color);
        text-align: center !important
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px !important;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center !important;
        margin-bottom: 0 !important
    }

    .footer-col h3 {
        color: #ffffff !important;
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        border-bottom: none !important
    }

    .footer-col p,
    .footer-col a,
    .footer-col li {
        color: #cccccc !important;
        text-align: center !important;
        font-size: 0.95rem !important;
        line-height: 1.8 !important;
        text-decoration: none !important;
        border: none !important
    }

    .footer-col ul {
        list-style: none;
        padding: 0
    }

    .footer-col ul li {
        margin-bottom: 10px
    }

    .footer-col a:hover {
        color: var(--secondary-color) !important;
        text-decoration: none !important
    }

    /* FIX: Center MSME Badge on Mobile */
    .msme-badge {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin-top: 15px !important;
        width: 100% !important;
    }

    .social-media-row {
        display: flex !important;
        justify-content: center !important;
        gap: 20px !important;
        padding: 15px 0 !important;
        background-color: #111 !important;
        width: 100% !important;
        border-top: 1px solid #333 !important;
        border-bottom: 1px solid #333 !important;
        margin-top: 0 !important
    }

    /* FIX: More space for About Us button on mobile */
    #who-we-are .btn {
        margin-top: 20px !important;
        display: inline-block !important;
    }


    .social-media-row a {
        width: 45px !important;
        height: 45px !important;
        background-color: #222 !important;
        border: 1px solid #333 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 1.2rem !important;
        text-decoration: none !important
    }

    .copyright {
        text-align: center !important;
        padding: 15px 0 20px !important;
        border-top: none;
        font-size: 0.85rem;
        color: #b0b0b0;
        background-color: #000 !important;
        width: 100%;
        margin-bottom: 0 !important;
    }





    #back-to-top {
        position: fixed !important;
        bottom: 30px !important;
        right: 20px !important;
        width: 50px;
        height: 50px;
        background-color: var(--primary-color) !important;
        color: #fff !important;
        border-radius: 50% !important;
        border: none !important;
        cursor: pointer;
        font-size: 1.5rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1001 !important;
        display: none;
        justify-content: center;
        align-items: center
    }

    #back-to-top.show {
        display: flex !important
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    /* FIX: Ensure Smart Strip text is visible on mobile (Adjusted Overlap) */
    #industry-choice {
        margin-top: -50px !important;
        position: relative;
        z-index: 100 !important;
    }

    .section-padding {
        padding: 40px 0;
        /* Updated mobile section padding */
    }

    /* General section title margins for mobile */
    .section-title,
    h1.section-heading,
    h2.section-heading,
    h3.section-heading {
        margin-bottom: 25px !important;
    }

    .section-title h2 {
    font-size: 1.25rem !important; /* 20px */
    color: var(--primary-color) !important;
    text-align: center !important;
}

    /* =========================================
       DYNAMIC TESTIMONIALS SECTION (Mobile Fix)
       ========================================= */
    .testimonials-section.light-theme-bg {
        background-color: #f5f5f5 !important;
        padding: 40px 0 20px 0 !important;
        z-index: 1;
        position: relative;
        color: #333;
    }

    .t-dynamic-carousel {
        position: relative;
        max-width: 100% !important;
        margin: 20px auto 0 !important;
        overflow: hidden;
        padding: 40px 0px 20px !important;
    }

    .t-track {
        display: flex !important;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        align-items: stretch;
        width: 100%;
    }

    .t-card-wrapper {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
    }

    .t-card {
        background: #e8eaec !important;
        border-radius: 12px !important;
        padding: 0 20px 30px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        position: relative !important;
        margin-top: 40px !important;
        box-shadow: none !important;
    }

    .t-avatar-container {
        position: relative !important;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
        width: 70px !important;
        height: 70px !important;
        display: block !important;
    }

    .t-card-img {
        width: 70px !important;
        height: 70px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        background: #fff !important;
        margin: 0 auto !important;
    }

    .t-card-g-badge {
        position: absolute !important;
        bottom: -2px !important;
        right: -2px !important;
        background: #fff !important;
        border-radius: 50% !important;
        width: 24px !important;
        height: 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    }

    .t-card-g-badge i {
        color: #4285F4 !important;
        font-size: 12px !important;
    }

    .t-card-name {
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        color: #222 !important;
        margin: 0 0 5px !important;
    }

    .t-card-meta {
        font-size: 0.8rem !important;
        color: #888 !important;
        margin-bottom: 10px !important;
    }

    .t-card-rating {
        color: #fbbc04 !important;
        margin-bottom: 15px !important;
        font-size: 1rem !important;
        letter-spacing: 1px !important;
    }

    .t-card-review {
        color: #555 !important;
        line-height: 1.5 !important;
        font-size: 0.9rem !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        flex-grow: 1 !important;
    }

    .t-card-readmore {
        font-size: 0.85rem !important;
        color: #0d47a1 !important;
        margin-top: 12px !important;
        cursor: pointer !important;
        font-weight: 600 !important;
        display: block !important;
    }

    .t-nav-btn {
        display: none !important;
    }

    .t-carousel-dots {
        display: flex !important;
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 15px !important;
    }

    .t-c-dot {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background: #cbd5e0 !important;
        cursor: pointer !important;
    }

    .t-c-dot.active {
        background: #0d47a1 !important;
    }

    /* =========================================
       PARTNERS SLIDER SECTION (Mobile Fix)
       ========================================= */
    .partners-section {
        padding: 60px 0 30px 0 !important;
        background: #ffffff !important;
    }

    .partners-container {
        margin: 10px auto !important;
        overflow: hidden !important;
        position: relative !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        background: #f9f9f9 !important;
        height: 50px !important;
    }

    .partners-track {
        animation: scrollMobile 40s linear infinite !important;
        display: flex !important;
        width: calc(150px * 50) !important; /* (130px logo + 20px gap) * 50 */
        gap: 20px !important;
    }

    .partner-logo {
        width: 130px !important;
        height: 80px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .partner-logo img {
        max-width: 110px !important;
        max-height: 55px !important; 
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        filter: none !important;
        opacity: 1 !important;
    }

    /* Google Rating Summary Fix */
    .google-rating-summary p {
        font-size: 0.9rem !important;
        margin-top: 10px !important;
    }

}

@keyframes scrollMobile {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-150px * 25)); } 
}



/* Hide Floating WhatsApp on Mobile */
@media only screen and (max-width:768px) {

    /* Adjust Back to Top Button on Mobile to clear footer */
    #back-to-top {
        bottom: 80px !important;
        /* 60px footer + 20px space */
    }

    /* Premium Pillar Sliders Mobile Adjustments */
    .services-pillars-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        margin-top: 25px !important;
    }

    .service-pillar {
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

    .pillar-header {
        padding: 0 5px 12px !important;
        margin-bottom: 15px !important;
        border-bottom: 2px solid var(--primary-color) !important;
        width: fit-content !important;
    }

    .pillar-header i {
        font-size: 1.2rem !important;
        color: var(--primary-color) !important;
    }

    .pillar-header h3 {
        font-size: 1.125rem !important; /* 18px */
        color: var(--primary-color) !important;
    }

    .pillar-slider-outer {
        padding: 0 !important;
    }

    .pillar-slider {
        gap: 15px !important;
        padding-bottom: 15px !important;
    }

    /* ===================================================
   SERVICE-BOX-PREMIUM SLIDER CARDS - Mobile Overrides
   Must come AFTER generic .service-card rules to win
   =================================================== */

    /* Hide slider arrows completely on mobile */
    .slider-arrow {
        display: none !important;
    }

    /* The outer wrapper: no padding, just overflow visible for scroll */
    .pillar-slider-outer {
        padding: 0 !important;
        overflow: visible !important;
    }

    /* The scroll track: horizontal flex row */
    .pillar-slider {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        gap: 15px !important;
        padding: 10px 5px 20px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .pillar-slider::-webkit-scrollbar {
        display: none !important;
    }

    /* Premium cards: fixed-width slice, scroll-snapping */
    .service-box-premium {
        flex: 0 0 82% !important;
        width: 82% !important;
        min-height: 160px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        padding: 20px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
        margin-bottom: 0 !important;
        scroll-snap-align: start !important;
        /* Override the generic .service-card overrides */
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        border-top: none !important;
        border-left: 4px solid var(--primary-color) !important;
        gap: 12px !important;
    }

    /* Icon inside premium card */
    .service-box-premium .icon-wrap {
        flex-shrink: 0 !important;
        font-size: 1.8rem !important;
        display: block !important;
        margin-bottom: 0 !important;
    }

    .service-box-premium .icon-wrap i {
        font-size: 1.8rem !important;
        color: inherit !important;
        margin-bottom: 0 !important;
        display: inline !important;
    }

    /* Text inside premium card */
    .service-box-premium .text-wrap h4 {
        font-size: 0.95rem !important;
        margin-bottom: 6px !important;
        color: #1a1a1a !important;
        font-family: var(--font-heading) !important;
    }

    .service-box-premium .text-wrap p {
        font-size: 0.82rem !important;
        color: #555 !important;
        line-height: 1.5 !important;
    }

    /* =========================================
       FAQ SECTION (Mobile Premium Redesign)
       ========================================= */
    .faq-container {
        padding: 5px 15px 40px !important;
        margin-top: 10px !important;
        max-width: 100% !important;
    }
    
    .faq-item {
        background: #ffffff !important;
        border-radius: 10px !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
        border: 1px solid #e0e6ed !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        border-bottom: 1px solid #e0e6ed !important; /* Restore border-bottom properly */
    }

    .faq-item.active {
        border-color: var(--secondary-color) !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1) !important;
    }

    .faq-question {
        padding: 18px 50px 18px 20px !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        line-height: 1.4 !important;
        position: relative !important;
        background: #ffffff !important;
        display: block !important;
        width: 100% !important;
    }

    .faq-question::after {
        content: '\f067' !important; /* Force FontAwesome Plus */
        font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        position: absolute !important;
        right: 18px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: var(--secondary-color) !important;
        font-size: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
    }

    .faq-item.active .faq-question::after {
        content: '\f068' !important; /* Force FontAwesome Minus */
        color: #d32f2f !important;
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .faq-answer {
        display: none !important;
        font-size: 0.9rem !important;
        padding: 0 20px 20px !important;
        margin-top: 0 !important;
        line-height: 1.6 !important;
        color: #555 !important;
        border-left: none !important;
        background: #ffffff !important;
        border-top: 1px solid #f0f4f8 !important;
    }

    .faq-item.active .faq-answer {
        display: block !important;
        padding-top: 15px !important;
    }

    /* Floating CTA Bar / Quick Form (Mobile Overrides) */
    .floating-cta-bar {
        display: none;
    }

    .floating-cta-bar.mobile-form-open {
        display: block !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 10000 !important;
        transform: none;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .floating-cta-bar.mobile-form-open .cta-whatsapp,
    .floating-cta-bar.mobile-form-open .cta-call,
    .floating-cta-bar.mobile-form-open .cta-quote i,
    .floating-cta-bar.mobile-form-open .cta-quote > span {
        display: none !important;
    }
    
    .floating-cta-bar.mobile-form-open .cta-quote {
        background: transparent !important;
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .floating-cta-bar.mobile-form-open .cta-form-container {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 400px;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        background: #ffffff !important;
        padding: 30px !important;
        border-radius: 15px !important;
        box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important;
        margin: 0 auto;
    }

    .mobile-form-close {
        display: flex !important;
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        font-size: 1.2rem !important;
        color: #333 !important;
        cursor: pointer !important;
        line-height: 1 !important;
        z-index: 10001 !important;
        background: #f0f0f0 !important;
        border: 1px solid #ccc !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
        font-weight: bold !important;
    }
    
    .quick-form input, 
    .quick-form textarea {
        width: 100% !important;
        margin-bottom: 15px !important;
        display: block !important;
        padding: 12px;
        border: 1px solid #eee;
        background: #f9f9f9;
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.95rem;
    }

    .quick-form button {
        width: 100% !important;
        padding: 15px !important;
        background: var(--secondary-color) !important;
        color: #000 !important;
        border: none !important;
        border-radius: 8px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
    }
    .quick-form h4 {
        margin: 0 0 5px 0 !important;
        color: var(--primary-color) !important;
        font-size: 1.3rem !important;
    }
    .quick-form p {
        font-size: 0.9rem !important;
        color: #666 !important;
        margin-bottom: 20px !important;
    }

    /* FIX: Standardized Alignment for Section Titles and Cards on Mobile */
    .section-title {
        text-align: center !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }

    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title p,
    .section-desc {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .underline {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .audience-card h2 {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .audience-card ul {
        display: block !important;
        text-align: left !important;
        max-width: fit-content;
        margin: 0 auto !important;
    }
}

/* =========================================
   MOBILE CTA BANNER STYLES
   ========================================= */
.cta {
    padding: 60px 20px !important;
    text-align: center !important;
}

.cta h2 {
    font-size: 1.6rem !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    color: #ffffff !important;
}

.cta p {
    font-size: 1rem !important;
    margin: 0 auto 25px auto !important;
    text-align: center !important;
    color: #f0f0f0 !important;
}

.cta .btn,
.cta a.btn {
    width: 100% !important;
    max-width: 340px !important;
    text-align: center !important;
}
