: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;
}

/* Typography Hierarchy */
h1 { font-family: var(--font-heading); font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}

h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

h4 {
    font-family: var(--font-heading);
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1.25rem;
}

.text-lead {
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
}

/* Semantic Tag Display Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

* {
    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;
    scroll-behavior: smooth;
    overflow-x: hidden
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    color: #1a1a1a
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s
}

ul {
    list-style: none
}

.content-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px
}

.content-list li {
    margin-bottom: 10px;
    padding-left: 5px
}

.highlight {
    color: var(--secondary-color)
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

header {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 clamp(20px, 4vw, 50px)
}

.logo a {
    display: block;
    line-height: 0
}

.logo img {
    height: clamp(60px, 6vw, 90px);
    width: auto;
    object-fit: contain
}

nav ul {
    display: flex;
    gap: clamp(15px, 2.5vw, 30px);
    align-items: center
}

nav ul li a {
    font-weight: 600;
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    text-transform: uppercase;
    color: #333333;
    transition: color 0.3s
}

nav ul li a:hover {
    color: var(--primary-color)
}

.btn-nav {
    border: 2px solid var(--primary-color);
    padding: 6px 15px;
    border-radius: 5px;
    color: var(--primary-color);
    font-weight: 700;
    white-space: nowrap
}

.btn-nav:hover {
    background-color: var(--primary-color);
    color: #fff
}

.menu-icon {
    display: none;
    font-size: 1.8rem;
    color: var(--primary-color);
    cursor: pointer
}

#mobile-menu {
    position: fixed;
    top: 78px;
    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)
}

#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 {
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
    position: relative
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.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
}

.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
}

.slide img,
.hero-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.slide.active {
    opacity: 1;
    z-index: 2
}

/* Slide 1: IT Support (NEW) */
.hero-slide-1 {
    background-image: url('assets/home-hero-1-hd.png');
}

/* Slide 2: Enterprise IT (RESTORED - was slide 1) */
.hero-slide-2 {
    background-image: url('assets/home-hero-2-hd.png');
}

/* Slide 3: Edu ERP (was slide 2) */
.hero-slide-3 {
    background-image: url('assets/smart-classroom-hero-result.webp');
}

/* Slide 4: Infrastructure (New Image) */
.hero-slide-4 {
    background-image: url('assets/home-hero-4-hd.png');
}

/* Slide 5: Networking (was slide 4) */
.hero-slide-5 {
    background-image: url('assets/home-hero-3-hd.png');
}

@media (max-width:768px) {
    .hero-slide-1 {
        background-image: url('assets/mobile/home-hero-1-hd.png');
    }

    .hero-slide-2 {
        background-image: url('assets/mobile/home-hero-2-hd.png');
    }

    .hero-slide-3 {
        background-image: url('assets/mobile/smart-classroom-hero-result.webp');
    }

    .hero-slide-4 {
        background-image: url('assets/mobile/home-hero-4-hd.png');
    }

    .hero-slide-5 {
        background-image: url('assets/mobile/home-hero-3-hd.png');
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 71, 161, 0.8), rgba(0, 0, 0, 0.3));
    z-index: 0
}


.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: 35px !important;
    line-height: 1.25 !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;
    text-align: left !important;
    max-width: 950px !important;
    letter-spacing: 0.5px !important;
}


.hero-content p {
    font-size: 1.05rem;
    color: #f0f0f0;
    border-left: 3px solid var(--secondary-color);
    padding-left: 15px;
    margin-bottom: 25px;
    display: block;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    font-family: var(--font-body);
    max-width: 850px;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left !important;
    max-width: 1100px;
    margin-left: 5% !important;
    margin-right: auto !important;
    padding: 0 20px;
    width: 100%;
}





/* ... existing code ... */

.service-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #333;
    /* Force 2 lines max */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    /* Approx height for 2 lines */
    line-height: 1.2em;
}



.hero-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px
}

.btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s
}

.btn-primary {
    background-color: var(--secondary-color);
    color: #000
}

.btn-primary:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px)
}

.btn-primary i {
    margin-left: 8px;
    transition: margin-left 0.3s
}

.btn-primary:hover i {
    margin-left: 12px
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.btn-outline:hover {
    background-color: #fff;
    color: var(--primary-color)
}

.section-padding {
    padding: 50px 0
}

.bg-dark {
    background-color: var(--bg-color)
}

.section-title {
    text-align: center;
    margin-bottom: 30px
}

.section-title h2 {
    font-size: 1.5rem; /* 24px */
    margin-bottom: 15px;
    color: var(--primary-color);
    text-align: center;
}

.underline {
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 0 auto
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px
}

.card {
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #e0e0e0;
    border-top: 3px solid var(--primary-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05)
}

.card:hover {
    transform: translateY(-5px);
    border-top-color: var(--secondary-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

/* Only target the primary icon of a card */
.card > i,
.card > div > i,
.audience-card > i,
.audience-card > div > i {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 25px;
    display: inline-block;
}

/* Fix for icons inside lists (as seen in Industry Cards) */
.card ul li i,
.audience-card ul li i {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin-bottom: 0;
    width: 25px; /* Ensures consistent alignment */
    text-align: center;
}

.card h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #333
}

.card p {
    color: var(--text-muted)
}

.bg-darker {
    background-color: #eef2f6
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px
}

.service-card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    text-align: left;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.service-card:hover {
    border-bottom-color: var(--secondary-color);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.service-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    transition: color 0.3s
}

.service-card:hover i {
    color: var(--secondary-color)
}

.service-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #333;
    /* Force 2 lines max */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    /* Approx height for 2 lines */
    line-height: 1.2em;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.9rem
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

.contact-info,
.contact-form {
    flex: 1;
    min-width: 300px
}

.contact-info h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--secondary-color)
}

.contact-info p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333333
}

.contact-info i {
    color: var(--primary-color);
    font-size: 1.2rem
}

.form-group {
    margin-bottom: 20px
}

input,
textarea {
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-family: var(--font-body)
}

input:focus,
textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 5px rgba(0, 200, 83, 0.2)
}

footer {
    background-color: #1a1a1a;
    color: #fff;
    padding-top: 30px;
    border-top: 3px solid var(--primary-color);
    font-size: 0.9rem
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px
}

.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff
}

.footer-col p {
    color: #cccccc;
    max-width: 300px;
    margin-bottom: 10px
}

.footer-col ul li {
    margin-bottom: 5px
}

.footer-col ul li a {
    color: #cccccc
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
    padding-left: 5px
}

.copyright {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #333;
    color: #b0b0b0;
    font-size: 0.85rem
}

.design-credit {
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    color: #888
}

.social-media-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    background-color: #111;
    border-top: 1px solid #222
}

.social-media-row a {
    width: 45px;
    height: 45px;
    background-color: #222;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    transition: 0.3s
}

.social-media-row a:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.social-media-row a[title="Facebook"]:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

.social-media-row a[title="LinkedIn"]:hover {
    background-color: #0077b5;
    border-color: #0077b5
}

.social-media-row a[title="Instagram"]:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: #d6249f
}

.social-media-row a[title="YouTube"]:hover {
    background-color: #FF0000;
    border-color: #FF0000
}





#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease
}

#back-to-top:hover {
    background-color: var(--secondary-color);
    transform: translateY(-5px)
}



/* Partners Section - Infinite Sliding Track */
.partners-section {
    padding: 40px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.partners-section .section-title {
    margin-bottom: 25px;
}

.partners-track {
    display: flex;
    white-space: nowrap;
    width: calc(230px * 50); /* (200px logo + 30px gap) * 50 */
    animation: scroll 80s linear infinite;
    gap: 30px;
    align-items: center;
}

.partners-track:hover {
    animation-play-state: paused;
}

.partner-logo {
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: transform 0.3s ease;
    filter: none;
    opacity: 1;
}

.partner-logo:hover {
    transform: scale(1.05); /* Subtle scale instead of drastic zoom */
}

.partner-logo img {
    max-width: 180px;
    max-height: 80px; /* Fully visible and well-proportioned */
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

/* Normalization fixes for inconsistent logo file intrinsic sizing */
.partner-logo img[alt="Lenovo"],
.partner-logo img[alt="Quick Heal"] {
    transform: scale(0.6); /* Massive block backgrounds need severe shrinking */
}

.partner-logo img[alt="Apple"],
.partner-logo img[alt="Cisco"],
.partner-logo img[alt="Sophos"],
.partner-logo img[alt="Amazon Web Services"],
.partner-logo img[alt="Dahua"] {
    transform: scale(0.75); /* Tall/Bold logos need moderate shrinking */
}

.partner-logo img[alt="Bosch"],
.partner-logo img[alt="Kaspersky"],
.partner-logo img[alt="Google Cloud"] {
    transform: scale(1.4); /* Thin/wide text logos need to be magnified */
}


@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-230px * 25)); } /* Full width shift */
}

/* Glassy container for the track background */
.partners-container {
    padding: 10px 0;
    position: relative;
    background: rgba(245, 247, 250, 0.5);
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.partners-container::before,
.partners-container::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.partners-container::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-container::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width:1440px) {
    header .container {
        padding: 0 20px
    }

    .logo img {
        height: 60px
    }

    nav ul {
        gap: 15px
    }

    nav ul li a {
        font-size: 0.75rem
    }

    .btn-nav {
        padding: 5px 12px;
        white-space: nowrap;
        font-size: 0.8rem
    }

    
}

@media (max-width:1024px) {
    nav {
        display: none
    }

    .menu-icon {
        display: block;
        cursor: pointer;
        color: var(--primary-color)
    }
}

@media (max-width:768px) {
    header .container {
        padding: 0 20px
    }

    .logo img {
        height: 60px
    }

    .hero,
    .hero-section {
        padding-top: 80px !important;
        min-height: 100dvh !important;
        display: flex !important;
        align-items: center !important
    }

    .hero-content {
    position: relative;
    z-index: 2;
    text-align: left !important;
    max-width: 1100px;
    margin-left: 5% !important;
    margin-right: auto !important;
    padding: 0 20px;
    width: 100%;
}

    

    

    .hero-buttons {
        justify-content: flex-start !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 15px !important;
        padding: 0 !important
    }

    .slide {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        height: 100% !important
    }

    .hero-slider {
        top: 80px !important;
        height: calc(100% - 80px) !important
    }

    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr
    }

    .hero-bg-img img {
        object-fit: cover
    }
}

/* Mobile Sticky Bar - Hidden on Desktop */
/* Mobile Flush Bar - Hidden on Desktop */
.mobile-flush-bar {
    display: none;
}

/* Audience Card Styles */
.audience-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Service Links (The Buttons inside cards) */
.service-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 6px;
}

/* Special Links (Top Half - Big) */
.service-link.special {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding: 12px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #eee;
}

.service-link.special:hover {
    border-color: #ccc;
    background: #fafafa;
    color: var(--primary-color);
    transform: translateX(5px);
}

.service-link.special i {
    width: 25px;
    text-align: center;
    color: inherit;
}

/* Common Links (Bottom Half - Small) */
.service-link.common {
    font-size: 0.85rem;
    color: #666;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
}

.service-link.common:hover {
    color: #000;
    background: #fff;
    border-color: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.service-link.common i {
    color: #999;
    font-size: 0.9rem;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .split-wrapper {
        flex-direction: column;
    }

    .audience-card {
        min-width: 100%;
    }
}

/* =========================================
   NEW FEATURE ROW & HERO STYLES (ZIGZAG)
   ========================================= */

/* Feature Row (Zigzag) */
.feature-row {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-text {
    flex: 1;
}



.feature-text p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.feature-text ul {
    list-style: none;
    padding: 0;
}

.feature-text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1.05rem;
    color: #444;
}

.feature-text ul li::before {
    content: '\f058';
    /* FontAwesome Check Circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--secondary-color);
}

.feature-image {
    flex: 1;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-image:hover {
    transform: translateY(-5px);
}

/* Specific Heros */
.education-hero {
    background: linear-gradient(rgba(13, 71, 161, 0.8), rgba(13, 71, 161, 0.8)), url('assets/smart-classroom-hero-result.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    /* Explicitly force left alignment */
    padding: 160px 20px 100px;
}

.business-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/boardroom-hero-result.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    padding: 160px 20px 100px;
}

/* .business-hero h1 removed to inherit standard 

.cta h2 {
    color: white;
    margin-bottom: 15px;
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.cta .btn {
    background: white;
    color: var(--primary-color);
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
}

.cta .btn:hover {
    background: var(--secondary-color);
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .feature-row,
    .feature-row.reverse {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .feature-image {
        width: 100%;
        height: 250px;
    }

    .education-hero,
    .business-hero {
        padding-top: 120px;
    }

    /* .education-hero h1 and .business-hero h1 overrides removed */
}


/* =========================================
   NEW COMPONENT STYLES (9-POINT GUIDE)
   ========================================= */

/* Split Cards Section (Section 6) */
.split-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.split-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.split-card:hover {
    transform: translateY(-5px);
}

.split-card-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.split-card-content {
    padding: 30px;
}

.split-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.split-card ul {
    list-style: none;
    padding: 0;
}

.split-card ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.split-card ul li::before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-color);
}

/* Simple Link List (Section 8) */
.simple-link-section {
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}

.simple-link-list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 30px auto 0;
    text-align: left;
}

.simple-link-list li {
    border-bottom: 1px solid #eee;
}

.simple-link-list a {
    display: block;
    padding: 15px 20px;
    color: #444;
    font-weight: 600;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.simple-link-list a:hover {
    background: white;
    color: var(--primary-color);
    padding-left: 25px;
}

.simple-link-list a::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9rem;
    color: #ccc;
}

.simple-link-list a:hover::after {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .split-card-container {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }
}

/* =========================================
   MODERN LAYOUT REFINEMENTS
   ========================================= */

/* Section Banding */
.bg-light {
    background-color: #f8f9fa !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.section-padding {
    padding: 50px 0;
}

/* Icon Box Grid */
.icon-box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.icon-box {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #eee;
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--secondary-color);
}

.icon-box i {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 25px;
    display: inline-block;
}

.icon-box h4 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

/* MSME Badge Styling */
.msme-badge {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #ccc;
}

.msme-badge a {
    display: inline-block;
    margin-top: 5px;
    transition: opacity 0.3s;
}

.msme-badge a:hover {
    opacity: 0.8;
}

.icon-box p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Service Ecosystem Grid */
.service-grid-section {
    padding: 80px 0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.service-card-small {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-left: 4px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-card-small:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left-color: var(--primary-color);
}

.service-card-small h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.service-card-small i {
    color: #ccc;
    transition: color 0.3s;
}

.service-card-small:hover i {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .section-padding {
        padding: 30px 0;
    }
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

/* =========================================
   HOME PAGE ALIGNMENT FIXES
   ========================================= */
#who-we-are .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
}

#who-we-are .section-desc {
    margin-bottom: 30px !important;
    display: block;
    position: relative;
    z-index: 1;
}

#who-we-are .btn {
    margin-top: 20px !important;
    display: inline-block;
    position: relative;
    z-index: 5;
}

/* Global Utility: 3 Column Grid */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

/* FIX: Restore Education Page Hero Layout */
.education-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* Ensure background image is visible - relying on existing definition */
}

/* =========================================
   PARTNERS LOGO SLIDER (Infinite Marquee)
   ========================================= */
.partners-slider {
    background: transparent;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.partners-slider::before,
.partners-slider::after {
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.partners-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.partners-slider::before {
    left: 0;
    top: 0;
}

/* Removed outdated partners slider definitions to prevent overrides */


/* =========================================
   DYNAMIC TESTIMONIALS SECTION (Modern & Clean)
   ========================================= */
.testimonials-section.light-theme-bg {
    background-color: #f5f5f5;
    /* Light grey matching reference */
    padding: 60px 0 40px 0;
    /* Compact padding */
    z-index: 1;
    position: relative;
    color: #333;
    font-family: inherit;
}

.t-dynamic-carousel {
    position: relative;
    max-width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 40px 0px 20px;
    /* Padding top for avatars popping out */
}

/* Slider Track */
.t-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
    will-change: transform;
    align-items: stretch;
    /* Make all cards same height */
}

.t-track:active {
    cursor: grabbing;
}

/* Base Card Style */
.t-card-wrapper {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
}

@media (min-width: 768px) {
    .t-card-wrapper {
        flex: 0 0 50%;
    }
}

@media (min-width: 1024px) {
    .t-card-wrapper {
        flex: 0 0 33.333%;
    }
}

.t-card {
    background: #e8eaec;
    /* Matching the Infodot light gray/white subtle card */
    border-radius: 12px;
    padding: 0 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
    /* Room for the avatar */
}

/* Avatar popping out */
.t-avatar-container {
    position: relative;
    margin-top: -40px;
    /* Pops out the top */
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.t-card-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover; object-position: right center;
    background: #fff;
}

/* Google G badge on avatar */
.t-card-g-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.t-card-g-badge i {
    color: #4285F4;
    font-size: 14px;
}

/* Text elements */
.t-card-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 5px;
}

.t-card-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 12px;
}

.t-card-rating {
    color: #fbbc04;
    margin-bottom: 20px;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.t-card-review {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    /* Pushes text to take remaining space evenly */
}

.t-card-readmore {
    font-size: 0.9rem;
    color: #888;
    margin-top: 15px;
    cursor: pointer;
}

/* Navigation & Arrows */
.t-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    color: #555;
    border: 1px solid #eee;
    transition: all 0.2s;
}

.t-nav-btn:hover {
    background: #f8f9fa;
    color: #222;
}

.t-nav-left {
    left: 10px;
    z-index: 10;
    font-size: 20px;
    background: white;
    color: black;
}

.t-nav-right {
    right: 10px;
    z-index: 10;
    font-size: 20px;
    background: white;
    color: black;
}

/* Pagination Dots */
.t-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.t-c-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: background 0.3s;
}

.t-c-dot.active {
    background: #0d47a1;
}


.t-card-review.expanded {
    -webkit-line-clamp: initial;
    line-clamp: initial;
    overflow: visible;
}

/* =========================================
   PREMIUM PILLAR SLIDERS (Service Catalog) - 3 Section Layout
   ========================================= */
.services-pillars-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
}

.service-pillar {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pillar-header {
    padding: 0 0 15px;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.pillar-header i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.pillar-header h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.pillar-slider-outer {
    position: relative;
    padding: 0 50px;
}

.pillar-slider {
    display: flex;
    overflow-x: auto;
    gap: 25px;
    padding: 15px 0 35px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.pillar-slider::-webkit-scrollbar {
    display: none;
}

.service-box-premium {
    flex: 0 0 calc(33.333% - 17px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    color: var(--text-color);
    min-height: 240px;
    white-space: normal;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-box-premium:hover {
    border-bottom-color: var(--secondary-color);
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service-box-premium .icon-wrap {
    font-size: 2.22rem;
    color: var(--primary-color);
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.service-box-premium:hover .icon-wrap {
    color: var(--secondary-color);
}

.service-box-premium h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 700;
}

.service-box-premium p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Redefine slider arrows for Homepage */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: var(--primary-color);
    border: 1px solid rgba(13, 71, 161, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.slider-arrow:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(13, 71, 161, 0.25);
    border-color: var(--primary-color);
}

@media (max-width: 1200px) {
    .service-box-premium {
        flex: 0 0 calc(50% - 13px);
    }
}

@media (max-width: 768px) {
    .services-pillars-container {
        gap: 40px;
    }

    .pillar-header h3 {
        font-size: 1.2rem;
    }

    .pillar-slider-outer {
        padding: 0 10px;
    }

    .service-box-premium {
        flex: 0 0 85%;
        padding: 25px;
        min-height: 200px;
    }

    .slider-arrow {
        display: none !important;
    }
}

/* Who We Are - Ultimate Enterprise Suite Architecture */
.enterprise-intro {
    background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%); /* Platinum corporate surface */
    padding: 60px 0 100px 0; /* Reduced top padding */
    position: relative;
    text-align: center;
}

.enterprise-text {
    max-width: 900px;
    margin: 0 auto;
}



.enterprise-divider {
    height: 3px; /* Slightly thinner */
    width: 60px;
    background: var(--primary-color);
    margin: 0 auto 20px auto; /* Reduced space below divider */
}

.enterprise-text p {
    font-size: 1.1rem; /* Slightly smaller for density */
    color: #475569;
    line-height: 1.6; /* Tighter leading */
    margin-bottom: 20px;
}

.enterprise-trust-overlap {
    background: transparent; /* Matching main background */
    margin-top: 0; /* Align directly under intro text */
    position: relative;
    z-index: 10;
    margin-bottom: 40px; /* Reduced bottom margin */
    padding-bottom: 10px;
}

.trust-cards-row {
    display: flex;
    justify-content: center;
    gap: 60px; /* Wider gap for cleaner look without boxes */
    flex-wrap: wrap; 
}

.trust-focus-card {
    background: transparent; /* No more box */
    padding: 0; /* No more padding */
    box-shadow: none; /* No more shadow */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    transition: transform 0.4s ease;
    border: none; /* No more borders */
}

.trust-focus-card:hover {
    transform: translateY(-10px); /* Clean float up */
}

.trust-image-container {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.12)); /* More pronounced icon shadow */
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.trust-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trust-focus-card:hover .trust-image-container {
    transform: scale(1.15); /* More dramatic icon scale */
}

.trust-focus-card h4 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.trust-focus-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    
    .trust-cards-row {
        flex-direction: column;
        align-items: center;
    }
    .trust-focus-card {
        width: 100%;
    }
}


.slider-arrow.prev {
    left: -20px;
}

.slider-arrow.next {
    right: -20px;
}

.slider-arrow.prev:hover {
    transform: translateY(-50%) translateX(-4px);
}

.slider-arrow.next:hover {
    transform: translateY(-50%) translateX(4px);
}

/* Standardized Global FAQ Accordion */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.faq-question {
    font-weight: 700;
    color: var(--primary-color);
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    user-select: none;
}

.faq-question::after {
    content: '\f067';
    /* FontAwesome Plus */
    font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-answer {
    display: none;
    margin-top: 15px;
    color: #555;
    padding-left: 15px;
    border-left: 3px solid var(--secondary-color);
    cursor: pointer;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

.faq-item.active .faq-question::after {
    content: '\f068';
    /* FontAwesome Minus */
    color: #d32f2f;
}

/* Floating Right Sidebar CTA (Desktop Only) - Original Preferred "Unique" Box */
.floating-cta-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    background: #000;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-item {
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    cursor: pointer;
}

.cta-item:last-child {
    border-bottom: none;
}

.cta-item i {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.cta-item:not(.cta-quote) i {
    margin-bottom: 0;
}

.cta-quote {
    background-color: var(--primary-color);
    padding: 20px 0;
}

.cta-quote span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 5px;
    white-space: nowrap;
}

.cta-whatsapp { background-color: #25d366; }
.cta-call { background-color: var(--secondary-color); }

/* Hover Labels */
.cta-label {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: inherit;
    padding: 0 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    pointer-events: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.cta-item:hover .cta-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.cta-item:hover {
    padding-right: 5px;
    width: 50px;
}

/* Quick Form Slide-out */
.cta-form-container {
    position: absolute;
    right: 100%;
    bottom: -100px;
    width: 320px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: -10px 0 40px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateX(40px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    color: #333;
}

.cta-quote:hover .cta-form-container:not(.force-closed) {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.quick-form h4 {
    margin: 0 0 5px 0;
    color: var(--primary-color);
    font-size: 1.3rem;
    font-family: var(--font-heading);
}

.quick-form p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.mobile-form-close {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    line-height: 1;
    z-index: 10001;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-weight: bold;
    transition: all 0.3s ease;
}

.mobile-form-close:hover {
    background: #e0e0e0;
    color: var(--primary-color);
}

.quick-form input, 
.quick-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.quick-form input:focus, 
.quick-form textarea:focus {
    background: #fff;
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 71, 161, 0.1);
}

.quick-form textarea {
    height: 100px;
    resize: none;
}

.quick-form button {
    width: 100%;
    padding: 15px;
    background: var(--secondary-color);
    color: #000;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.quick-form button:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
}

.form-status {
    font-size: 0.9rem;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

.form-status.success { color: #00c853; }
.form-status.error { color: #d32f2f; }

/* Tooltip for other items remains same */
.cta-item:not(.cta-quote) .cta-label {
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    height: auto;
    padding: 10px 20px;
}

.cta-item:not(.cta-quote):hover .cta-label {
    transform: translateY(-50%) translateX(0);
}

@media (max-width: 768px) {
    .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: block !important;
        position: absolute;
        top: -15px;
        right: -15px;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        line-height: 1;
        z-index: 10001;
        background: var(--primary-color);
        border: 2px solid #fff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    
    .quick-form input, 
    .quick-form textarea {
        width: 100% !important;
        margin-bottom: 15px !important;
        display: block !important;
    }
}


/* =========================================
   CTA BANNER SECTION STYLES (Fixed Visibility)
   ========================================= */
.cta {
    position: relative;
    padding: 80px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.cta h2 {
    color: #ffffff !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
}

.cta p {
    color: #f0f0f0 !important;
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    max-width: 750px !important;
    margin: 0 auto 30px auto !important;
    text-align: center !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
}

.cta .btn,
.cta .btn-primary,
.cta a.btn {
    background-color: var(--secondary-color) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    padding: 14px 35px !important;
    font-size: 1rem !important;
    border-radius: 4px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4) !important;
    transition: all 0.3s ease !important;
    margin: 0 auto !important;
}

.cta .btn:hover,
.cta .btn-primary:hover,
.cta a.btn:hover {
    background-color: var(--accent-color) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0, 230, 118, 0.6) !important;
}
