﻿/* ========== Venziq AI — SLN-style Corporate Design ========== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.7;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

img {
    max-width: 100%;
    display: block;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0b1e3f;
    font-weight: 600;
    line-height: 1.25;
}

:root {
    --primary: #0066ff;
    --primary-dark: #0047b3;
    --accent: #ff5e14;
    --accent2: #ff9d00;
    --dark: #0b1e3f;
    --dark2: #071025;
    --gray: #6c757d;
    --light: #f7faff;
    --border: #e6ecf5;
    --shadow: 0 4px 18px rgba(11, 30, 63, 0.08);
    --shadow-lg: 0 8px 30px rgba(11, 30, 63, 0.12);
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.row>div {
    flex: 1;
    min-width: 280px;
}


/* =================== TOP CONTACT BAR =================== */

.top-bar {
    background: var(--dark);
    color: #cfd8e3;
    font-size: 13px;
    padding: 10px 0;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar .ci span {
    margin-right: 22px;
    display: inline-block;
}

.top-bar .ci i {
    color: var(--accent);
    margin-right: 6px;
}

.top-bar .social a {
    display: inline-block;
    margin-left: 10px;
    color: #cfd8e3;
}

.top-bar .social a:hover {
    color: var(--accent);
}


/* =================== HEADER / NAV =================== */

.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(11, 30, 63, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--dark);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 75px;
}

.header-contact-desktop {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
}
.header-contact-desktop i {
    color: #25d366;
    font-size: 28px;
}



@media (min-width: 981px) {
    .header-contact-mobile {
        display: none;
    }
}

.logo-img {
    height: 70px !important;
    width: auto;
    object-fit: contain;
}

.logo .c-blue {
    color: var(--primary);
}

.logo .c-orange {
    color: var(--accent);
}


/* Two-column submenu for large dropdowns */

.nav-links>li:hover .submenu.submenu-wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 480px;
}


/* =================== MEGA MENU =================== */


/* =================== MEGA MENU DESKTOP TWEAKS =================== */

@media (min-width: 981px) {
    .mega-menu {
        min-width: 900px;
        padding: 16px 8px 14px !important;
        gap: 0;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) translateY(0) !important;
    }
    /* .nav-links>li:hover .mega-menu {
        transform: translateX(-50%) translateY(0) !important;
    } */
    .mega-col {
        padding: 0 14px;
    }
    .mega-heading {
        font-size: 13.5px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        letter-spacing: 0.2px;
    }
    .mega-col>ul>li>a {
        padding: 5px 0 5px 12px !important;
        font-size: 13px;
        line-height: 1.4;
    }
    .mega-col>ul>li>a:hover {
        padding-left: 17px !important;
    }
}

.mega-menu {
    display: flex !important;
    flex-direction: row !important;
    min-width: 760px;
    padding: 22px 10px 18px !important;
    gap: 0;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
}

.nav-links>li:hover .mega-menu {
    transform: translateY(0) !important;
    opacity: 1;
    visibility: visible;
}

.mega-col {
    flex: 1;
    padding: 0 18px;
    border-right: 1px solid var(--border);
}


/* ========== Desktop-specific fixes to ensure dropdowns show correctly ========== */

@media (min-width: 981px) {
    .nav-links>li>.mega-menu,
    .nav-links>li>.service-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateX(-50%) translateY(10px) !important;
    }
    .nav-links>li:hover>.mega-menu {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(0) !important;
    }
    .nav-links>li:hover>.service-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(0) !important;
    }
    .mega-menu {
        position: absolute !important;
        left: 50% !important;
        top: 100% !important;
        transform: translateX(-50%) translateY(0) !important;
        flex-direction: row !important;
        min-width: 680px !important;
        padding: 18px 12px !important;
        box-shadow: var(--shadow-lg) !important;
    }
    .service-menu {
        position: absolute !important;
        left: 50% !important;
        top: 100% !important;
        transform: translateX(-50%) translateY(0) !important;
        min-width: 240px !important;
        max-width: 260px !important;
        flex-direction: unset !important;
    }
    .service-menu .service-item {
        display: block !important;
        width: 100% !important;
    }
    .service-title {
        display: block !important;
        width: 100% !important;
        white-space: nowrap;
    }
    .mega-col {
        min-width: 180px !important;
    }
}


/* =================== SERVICE MENU (vertical accordion) =================== */


/* =================== SERVICE MENU — no submenus, direct navigation =================== */


/* Desktop: show menu on hover, items are plain links */

@media (min-width: 981px) {
    .nav-links>li:hover>.service-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(0) !important;
    }
    .service-menu {
        position: absolute !important;
        left: 50% !important;
        top: 100% !important;
        transform: translateX(-50%) translateY(0) !important;
        min-width: 240px !important;
        max-width: 260px !important;
    }
}

.service-item {
    display: block;
    border-bottom: 1px solid var(--border);
}

.service-item:last-child {
    border-bottom: none;
}


/* service-title is now a plain <a> — no flex/chevron needed */

.service-title {
    display: block;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    transition: 0.2s;
    white-space: nowrap;
}

.service-title:hover,
.service-item:hover .service-title {
    background: var(--light);
    color: var(--primary);
    padding-left: 24px;
}


/* Remove the old chevron icon rule — no icons in service-title anymore */

.service-title i {
    display: none;
}


/* Mobile */

@media (max-width: 980px) {
    .service-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        box-shadow: none;
        border-top: none;
        border-radius: 0;
        padding: 0;
        min-width: 0;
        width: 100%;
    }
    .nav-links>li.submenu-open>.service-menu {
        display: block;
    }
    .service-title {
        padding: 11px 24px 11px 38px;
        font-size: 14px;
        white-space: normal;
    }
    .service-title:hover {
        padding-left: 44px;
    }
}

.mega-col:last-child {
    border-right: none;
}

.mega-heading {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent) !important;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border);
    letter-spacing: 0.3px;
}

.mega-heading:hover {
    color: var(--accent) !important;
    background: none !important;
    /* padding-left: 0 !important; */
    text-decoration: underline;
    cursor: pointer;
}


/* Remove blue hover background that nav applies to all anchors */


/* .mega-col>a.mega-heading:hover,
.submenu .mega-col>a.mega-heading:hover {
    background: transparent !important;
    color: var(--accent) !important;
    padding-left: 0 !important;
} */

.mega-col>ul {
    display: block !important;
}

.mega-col>ul>li {
    display: block;
}

.mega-col>ul>li>a {
    padding: 4px 0 4px 14px !important;
    font-size: 13.5px;
    color: #444;
    display: block;
    border-bottom: none;
}

.mega-col>ul>li>a:hover {
    color: var(--primary);
    background: none !important;
    padding-left: 20px !important;
}


/* ---- MOBILE MEGA MENU ---- */

@media (max-width: 980px) {
    /* The drawer itself must not overflow */
    .nav-links {
        overflow-x: hidden !important;
    }
    .mega-menu {
        position: static !important;
        flex-direction: column !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-top: none !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none !important;
    }
    .nav-links>li.submenu-open>.mega-menu {
        display: flex !important;
    }
    .mega-col {
        width: 100% !important;
        padding: 0 !important;
        border-right: none !important;
        border-bottom: 1px solid var(--border);
    }
    .mega-col:last-child {
        border-bottom: none;
    }
    .mega-heading {
        display: block !important;
        padding: 13px 24px 13px 38px !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid var(--border) !important;
        font-size: 14px !important;
        color: var(--accent) !important;
        background: #f8f9ff;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .mega-heading:hover {
        padding-left: 44px !important;
    }
    .mega-col>ul {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .mega-col>ul>li {
        width: 100% !important;
    }
    .mega-col>ul>li>a {
        padding: 11px 24px 11px 52px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
    .mega-col>ul>li>a:hover {
        padding-left: 58px !important;
        background: var(--light) !important;
        color: var(--primary) !important;
    }
}

.nav-links {
    display: flex;
    gap: 2px;
    align-items: center;
    overflow: visible;
}

.nav-links>li {
    position: relative;
}

.nav-links>li>a {
    padding: 10px 14px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    display: block;
}

.nav-links>li>a:hover,
.nav-links>li>a.active {
    background: var(--primary);
    color: #fff;
}

.nav-links>li>a i {
    font-size: 11px;
}

.service-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    box-shadow: var(--shadow-lg);
    padding: 6px 0;
    border-top: 3px solid var(--primary);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: 0.25s;
    z-index: 999;
    border-radius: 4px;
    max-height: 80vh;
    overflow-y: auto;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0%;
    min-width: 250px;
    background: #fff;
    box-shadow: var(--shadow-lg);
    padding: 8px 0;
    border-top: 3px solid var(--primary);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s;
    z-index: 999;
    border-radius: 4px;
}

.nav-links>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li {
    display: block;
}

.submenu li a {
    padding: 9px 20px;
    font-size: 13.5px;
    color: #333;
    display: block;
}

.submenu li a:hover {
    background: var(--light);
    color: var(--primary);
    padding-left: 26px;
}

.btn-quote {
    background: var(--accent) !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    margin-left: 10px;
}

.btn-quote:hover {
    background: var(--dark) !important;
}

.mobile-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    color: var(--dark);
    padding: 5px 10px;
}


/* =================== HERO / PAGE BANNER =================== */

.hero {
    background: linear-gradient(135deg, #0b1e3f 0%, #0047b3 60%, #0066ff), url('../../../photo-1451187580459-43490279c0fa') center/cover;
    background-blend-mode: overlay;
    color: #fff;
    padding: 40px 0;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 30, 63, 0.85), rgba(11, 30, 63, 0.2));
}

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

.hero h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.hero h1 span {
    color: var(--accent2);
}

.hero p {
    font-size: 17px;
    max-width: 720px;
    margin-bottom: 30px;
    opacity: 0.94;
}

.hero .btn-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 45px;
    align-items: center;
}

.hero-text {
    min-width: 0;
}

.hero-rotator {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 157, 0, 0.5);
    border-radius: 30px;
    padding: 7px 20px;
    margin-bottom: 20px;
    min-height: 38px;
    align-items: center;
    backdrop-filter: blur(4px);
}

.rotate-word {
    color: var(--accent2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.rotate-word.rotate-out {
    opacity: 0;
    transform: translateY(-8px);
}

.rotate-word::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 12px;
}

.hero-form {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    padding: 30px 28px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
    height: 520px;
    width: min(400px, 100%);
    max-width: 100%;
}

.hero-form-sub {
    color: var(--gray) !important;
    font-size: 13.5px !important;
    margin-bottom: 18px !important;
    opacity: 1 !important;
    max-width: 100% !important;
}

.hero-form .form-group {
    margin-bottom: 12px;
}

.hero-form input,
.hero-form select,
.hero-form textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d5dde9;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: 0.2s;
    background: #fff;
    color: #333;
}

.hero-form input:focus,
.hero-form select:focus,
.hero-form textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12);
}

.hero-form textarea {
    resize: vertical;
}

@media (max-width: 900px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.25s;
    cursor: pointer;
    border: 2px solid transparent;
    font-family: inherit;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: var(--dark);
    transform: translateY(-2px);
}

.btn-outline {
    border-color: #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: var(--dark);
}

.btn-blue {
    background: var(--primary);
    color: #fff;
}

.btn-blue:hover {
    background: var(--primary-dark);
}


/* =================== PAGE BANNER (inner pages) =================== */

.page-banner {
    background: linear-gradient(135deg, var(--dark), var(--primary-dark)), url('../../../photo-1497366216548-37526070297c') center/cover;
    background-blend-mode: overlay;
    color: #fff;
    padding: 70px 0 80px;
    text-align: center;
}

.page-banner h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-banner .crumb {
    font-size: 14px;
    opacity: 0.9;
}

.page-banner .crumb a {
    color: var(--accent2);
}


/* =================== SECTIONS & TITLES =================== */

section {
    padding: 40px 0;
}

.sec-title {
    text-align: center;
    margin-bottom: 55px;
}

.sec-title .small {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
}

.sec-title h2 {
    font-size: 34px;
    margin-top: 8px;
}

.sec-title h2 span {
    color: var(--primary);
}

.sec-title p {
    color: var(--gray);
    max-width: 760px;
    margin: 14px auto 0;
}


/* =================== THREE-UP SERVICE CARDS (SLN style) =================== */

.feature-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.feature-block:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
    border-color: transparent;
}

.feature-block .fb-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.feature-block .fb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.feature-block:hover .fb-img img {
    transform: scale(1.08);
}

.feature-block .fb-body {
    padding: 25px;
}

.feature-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-block .fb-body p {
    color: var(--gray);
    font-size: 14.5px;
    margin-bottom: 14px;
}

.feature-block .readmore {
    color: var(--accent);
    font-weight: 600;
    font-size: 14px;
}

.feature-block .readmore:hover {
    color: var(--primary);
}

.feature-block .readmore i {
    transition: 0.2s;
}

.feature-block .readmore:hover i {
    margin-left: 4px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 900px) {
    .grid-3,
    .grid-4,
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-3,
    .grid-4,
    .grid-2,
    .grid-6 {
        grid-template-columns: 1fr;
    }
}


/* =================== INFO-ICON BOXES (Why Us / Process) =================== */

.icon-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 30px 25px;
    transition: 0.3s;
}

.icon-box:hover {
    box-shadow: var(--shadow);
    border-color: var(--primary);
    transform: translateY(-4px);
}

.icon-box .ib-top {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.icon-box .ib-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.icon-box h4 {
    font-size: 17px;
    margin-bottom: 6px;
}

.icon-box p {
    color: var(--gray);
    font-size: 14.5px;
}


/* =================== CONTENT PAGE (two-column with sidebar) =================== */

.content-layout {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 40px;
}

@media (max-width: 900px) {
    .content-layout {
        grid-template-columns: 1fr;
    }
}

.content-layout>*,
.main-content,
.sidebar {
    min-width: 0;
}

.main-content h1 {
    font-size: 30px;
    margin-bottom: 18px;
}

.main-content h2 {
    font-size: 24px;
    margin: 32px 0 14px;
    color: var(--dark);
}

.main-content h3 {
    font-size: 19px;
    margin: 26px 0 10px;
    color: var(--dark);
}

.main-content p {
    color: #444;
    margin-bottom: 16px;
}

.main-content ul {
    margin: 14px 0 22px;
}

.main-content ul li {
    padding: 6px 0 6px 28px;
    position: relative;
    color: #444;
    line-height: 1.7;
}

.main-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.main-content img.hero-img {
    border-radius: 8px;
    margin-bottom: 20px;
}


/* Sidebar */

.sidebar {
    position: sticky;
    top: 90px;
    align-self: flex-start;
}

.side-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 22px;
}

.side-card h4 {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 2px solid var(--primary);
}

.side-card ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #e6ecf5;
    font-size: 14px;
}

.side-card ul li:last-child {
    border-bottom: 0;
}

.side-card ul li a {
    color: #444;
}

.side-card ul li a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.side-cta {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 30px 24px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 22px;
}

.side-cta h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.side-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 14px;
}

.side-cta a.cta-btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 4px;
}

.side-cta a.cta-btn:hover {
    background: var(--dark);
}


/* =================== TABLES =================== */

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14.5px;
}

.price-table th,
.price-table td {
    padding: 12px 16px;
    border: 1px solid var(--border);
    text-align: left;
}

.price-table th {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
}

.price-table tr:nth-child(even) {
    background: var(--light);
}


/* =================== PROCESS / STEPS =================== */

.process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.step-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 30px 22px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.step-box:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.step-num {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 14px;
}

.step-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.step-box p {
    color: var(--gray);
    font-size: 14px;
}

@media (max-width: 900px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =================== STATS / COUNTERS =================== */

.stats {
    background: linear-gradient(135deg, var(--dark), var(--primary-dark));
    color: #fff;
    padding: 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    text-align: center;
}

.stat-item h3 {
    color: var(--accent2);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
}


/* =================== CTA BAND =================== */

.cta-band {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff;
    padding: 55px 0;
    margin-top: 30px;
    text-align: center;
}

.cta-band h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cta-band p {
    font-size: 16px;
    margin-bottom: 22px;
    opacity: 0.95;
}

.cta-band .btn {
    background: #fff;
    color: var(--accent);
}

.cta-band .btn:hover {
    background: var(--dark);
    color: #fff;
}


/* =================== FAQ =================== */

.faq {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.faq-q {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--dark);
    font-size: 15.5px;
}

.faq-q::after {
    content: "+";
    font-size: 24px;
    color: var(--primary);
    transition: 0.25s;
    font-weight: 400;
}

.faq-item.open .faq-q {
    background: var(--light);
}

.faq-item.open .faq-q::after {
    content: "−";
    color: var(--accent);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding: 0 24px;
    color: #555;
}

.faq-item.open .faq-a {
    max-height: 400px;
    padding: 0 24px 20px;
}


/* =================== PORTFOLIO =================== */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
}

.pf-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.pf-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.pf-img {
    height: 210px;
    overflow: hidden;
}

.pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.pf-item:hover .pf-img img {
    transform: scale(1.08);
}

.pf-body {
    padding: 20px;
}

.pf-body h4 {
    font-size: 17px;
    margin-bottom: 4px;
}

.pf-body p {
    color: var(--accent);
    font-size: 13px;
    font-weight: 500;
}


/* =================== TESTIMONIALS =================== */

.t-sec {
    background: var(--light);
}

.t-carousel-container {
    position: relative;
    margin-top: 40px;
    max-width: 600px; /* Overridden on desktop */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; /* Hide the overflowing part of the carousel */
}

.t-carousel {
    display: flex;
    position: relative;
    border-radius: 8px;
    transition: transform 0.5s ease; /* Smoother sliding transition */
}

.t-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--border);
    position: relative;
    min-width: 100%;
    flex: 0 0 100%;
    /* transition: transform 0.5s ease-in-out; */ /* Moved to .t-carousel */
}

.t-card::before {
    content: "“";
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 80px;
    color: var(--primary);
    opacity: 0.12;
    font-family: Georgia;
    line-height: 1;
}

.t-stars {
    color: var(--accent2);
    margin-bottom: 12px;
    font-size: 15px;
}

.t-card p {
    color: #555;
    font-size: 14.5px;
    margin-bottom: 18px;
    font-style: italic;
}

.t-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.t-user h5 {
    font-size: 15px;
    margin-bottom: 2px;
}

.t-user small {
    color: var(--gray);
    font-size: 12.5px;
}


/* Carousel Navigation Buttons */

.t-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.t-carousel-btn:hover {
    background: var(--accent2);
    transform: translateY(-50%) scale(1.1);
}

.t-carousel-prev {
    left: 15px;
}

.t-carousel-next {
    right: 15px;
}


/* Carousel Dots/Indicators */

.t-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.t-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.t-carousel-dot.active {
    background: var(--primary);
    transform: scale(1.3);
}

.t-carousel-dot:hover {
    background: var(--accent2);
}

/* Responsive adjustments for desktop carousel */
@media (min-width: 981px) {
    .t-carousel-container {
        max-width: 1200px;
    }
    .t-carousel {
        gap: 20px; /* Add a gap between cards */
    }
    .t-card {
        flex: 0 0 calc((100% - 40px) / 3); /* Adjust card width for 3 cards with 20px gap */
        min-width: calc((100% - 40px) / 3);
    }
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .t-carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .t-carousel-prev {
        left: 10px;
    }
    .t-carousel-next {
        right: 10px;
    }
    .t-card {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .t-carousel-container {
        padding: 0 50px;
    }
    .t-carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .t-carousel-prev {
        left: 0;
    }
    .t-carousel-next {
        right: 0;
    }
    .t-card {
        padding: 15px;
        font-size: 14px;
    }
    .t-card p {
        font-size: 13px;
    }
}


/* =================== LOGO / TECH STRIP =================== */

.tech-strip {
    background: var(--light);
    padding: 45px 0;
}

.tech-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}

.tech-grid span {
    background: #fff;
    padding: 14px 26px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--dark);
    font-size: 15px;
    border: 1px solid var(--border);
}


/* =================== CONTACT =================== */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 35px;
}

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

.contact-info {
    background: var(--light);
    padding: 35px;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.ci-row {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.ci-row .ci-icon {
    width: 46px;
    height: 46px;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.ci-row h5 {
    font-size: 15px;
    margin-bottom: 4px;
}

.ci-row p {
    color: var(--gray);
    font-size: 14px;
}

.contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-row>div {
    flex: 1;
    min-width: 230px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 13.5px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d5dde9;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: 0.2s;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.form-group textarea {
    min-height: 75px;
    resize: vertical;
}


/* =================== BLOG CARDS =================== */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.blog-img {
    height: 190px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}

.blog-body {
    padding: 22px;
}

.blog-body h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-body p {
    color: var(--gray);
    font-size: 14.5px;
    margin-bottom: 12px;
}

.blog-body .readmore {
    color: var(--accent);
    font-weight: 600;
    font-size: 14px;
}

.blog-body .readmore:hover {
    color: var(--primary);
}


/* =================== PRODUCTS (SaaS-style) =================== */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.product-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.product-top {
    padding: 30px;
    display: flex;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid var(--border);
}

.product-top .p-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.product-top h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.product-top p {
    color: var(--gray);
    font-size: 13.5px;
}

.product-body {
    padding: 22px 30px;
}

.product-body ul {
    margin-bottom: 16px;
}

.product-body ul li {
    padding: 5px 0 5px 24px;
    position: relative;
    color: #444;
    font-size: 14px;
}

.product-body ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

.product-body .readmore {
    color: var(--accent);
    font-weight: 600;
    font-size: 14px;
}

.product-body .readmore:hover {
    color: var(--primary);
}


/* =================== ABOUT PAGE =================== */

.about-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}


/* =================== FOOTER =================== */

.site-footer {
    background: var(--dark2);
    color: #b8c4d4;
    padding: 70px 0 0;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 35px;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

.site-footer h4 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.site-footer p {
    color: #a8b5c6;
    line-height: 1.7;
    margin-bottom: 10px;
}

.site-footer ul li {
    padding: 6px 0;
}

.site-footer ul li a {
    color: #a8b5c6;
    font-size: 14px;
}

.site-footer ul li a:hover {
    color: var(--accent2);
    padding-left: 5px;
}

.site-footer .logo {
    color: #fff;
    margin-bottom: 15px;
}

.site-footer .logo .c-blue {
    color: var(--accent2);
}

.f-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #1a2a4d;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: 0.25s;
    font-size: 14px;
}

.f-social a:hover {
    background: var(--accent);
    transform: translateY(-3px);
}

.fi-line {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    color: #a8b5c6;
    align-items: flex-start;
}

.fi-line i {
    color: var(--accent);
    padding-top: 4px;
    font-size: 14px;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid #1a2a4d;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    color: #8795ab;
    font-size: 13.5px;
}

.footer-bottom strong {
    color: var(--accent2);
}


/* =================== FLOATING BUTTONS =================== */

.float-btn {
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    right: 25px;
    z-index: 999;
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.float-btn:hover {
    transform: scale(1.1);
}

.float-wa {
    background: #25d366;
    bottom: 25px;
    font-size: 30px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.float-call {
    background: var(--primary);
    bottom: 95px;
    font-size: 22px;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
}


/* =================== RESPONSIVE =================== */


/* For very large screens */
@media (min-width: 1440px) {
    .container {
        max-width: 1740px;
    }
}

/* Tablet & below */

@media (max-width: 1100px) and (min-width: 981px) {
    .nav-links>li>a {
        padding: 9px 10px;
        font-size: 13px;
    }
    .logo {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-steps {
        grid-template-columns: repeat(3, 1fr);
    }
    .container {
        padding: 0 18px;
    }
}


/* Mobile navigation breakpoint */

@media (max-width: 980px) {
    .site-header {
        z-index: 1010;
    }
    .header-contact-desktop {
        display: none;
    }
    .mobile-toggle {
        display: block;
        z-index: 1006;
        position: relative;
    }
    .navbar {
        padding: 12px 0;
    }
    .nav-links {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 86%;
        max-width: 340px;
        height: 100%;
        max-height: 100%;
        background: #ffffff;
        flex-direction: column;
        padding: 64px 0 40px;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
        align-items: stretch;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1012;
        gap: 0;
        transform: translateX(105%);
        transition: transform 0.3s ease;
        visibility: hidden;
    }
    .nav-links.open {
        transform: translateX(0);
        visibility: visible;
    }
    .nav-links>li {
        width: 100%;
        border-bottom: 1px solid #eef2f8;
        flex-shrink: 0;
    }
    .nav-links>li>a {
        padding: 14px 24px;
        border-radius: 0;
        font-size: 15px;
        font-weight: 500;
        color: #1a2a4d;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-links>li>a:hover,
    .nav-links>li>a.active {
        background: var(--light);
        color: var(--primary);
    }
    .nav-links>li.has-sub>a i {
        transition: transform 0.2s ease;
    }
    .nav-links>li.has-sub.submenu-open>a i {
        transform: rotate(180deg);
    }
    /* mobile submenus stay collapsed until their parent is tapped */
    .submenu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0;
        border: 0;
        background: #f4f8ff;
        border-radius: 0;
        min-width: 0;
    }
    .nav-links>li.submenu-open>.submenu {
        display: block;
    }
    .submenu li a {
        padding: 11px 24px 11px 38px;
        font-size: 13.5px;
        color: #33415c;
    }
    .submenu li a:hover {
        padding-left: 42px;
    }
    .btn-quote {
        margin: 16px 24px 0;
        text-align: center;
        border-radius: 30px !important;
        flex-shrink: 0;
    }
    /* nav backdrop — sits BELOW the drawer */
    .nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(7, 16, 37, 0.28);
        z-index: 1001;
    }
    .nav-backdrop.show {
        display: block;
    }
    body.nav-open {
        overflow: hidden;
    }
    /* mobile close button inside drawer */
    .nav-close {
        display: block;
        position: absolute;
        top: 14px;
        right: 18px;
        font-size: 26px;
        line-height: 1;
        width: 40px;
        height: 40px;
        color: var(--dark);
        background: #f4f8ff;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1013;
    }
}

@media (min-width: 981px) {
    .nav-close {
        display: none;
    }
}


/* Top bar on mobile */

@media (max-width: 980px) {
    .top-bar {
        font-size: 12px;
        padding: 8px 0;
    }
    .top-bar .container {
        justify-content: center;
        text-align: center;
    }
    .top-bar .ci span {
        margin: 0 8px;
        display: inline-block;
    }
    .top-bar .ci span:nth-child(n+3) {
        display: none;
    }
    .top-bar .social {
        display: none;
    }
}


/* Hero on mobile */

@media (max-width: 980px) {
    .hero {
        padding: 50px 0 55px;
    }
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hero h1 {
        font-size: 30px;
    }
    .hero p {
        font-size: 15px;
    }
    .hero .btn-wrap {
        gap: 10px;
    }
    .hero .btn {
        width: 100%;
        text-align: center;
    }
    .hero-rotator {
        margin-bottom: 16px;
    }
    .rotate-word {
        font-size: 14px;
    }
    .hero-form {
        padding: 24px 20px;
    }
}


/* Sections / headings on mobile */

@media (max-width: 980px) {
    section {
        padding: 50px 0;
    }
    .sec-title {
        margin-bottom: 35px;
    }
    .sec-title h2,
    .main-content h1 {
        font-size: 24px;
    }
    .page-banner {
        padding: 50px 0 55px;
    }
    .page-banner h1 {
        font-size: 26px;
        padding: 0 10px;
    }
    .stats {
        padding: 50px 0;
    }
    .stat-item h3 {
        font-size: 36px;
    }
    .cta-band {
        padding: 45px 0;
    }
    .cta-band h2 {
        font-size: 24px;
    }
    .row {
        gap: 28px;
    }
    .content-layout {
        gap: 30px;
    }
    .sidebar {
        position: static;
    }
    .main-content h2 {
        font-size: 21px;
    }
    .main-content .hero-img {
        min-height: auto;
    }
    .price-table {
        table-layout: fixed;
        max-width: 100%;
    }
    .price-table th,
    .price-table td {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}


/* Grids stack to single column on small phones */

@media (max-width: 680px) {
    .grid-3,
    .grid-4,
    .grid-2,
    .grid-6,
    .services-grid,
    .portfolio-grid,
    .product-grid,
    .blog-grid,
    .t-grid,
    .process-steps,
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
    .grid-2 {
        grid-template-columns: 1fr !important;
    }
    .feature-block .fb-img {
        height: 200px;
    }
    .container {
        padding: 0 16px;
    }
    .logo {
        font-size: 21px;
    }
    .logo-mark {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .form-row>div {
        min-width: 100%;
    }
    .price-table {
        table-layout: fixed;
        font-size: 12px;
        max-width: 100%;
    }
    .price-table th,
    .price-table td {
        padding: 8px 6px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .float-btn {
        width: 50px;
        height: 50px;
        right: 16px;
    }
    .float-wa {
        bottom: 16px;
        font-size: 26px;
    }
    .float-call {
        bottom: 76px;
        font-size: 19px;
    }
}


/* Stats two-up on very small as a fallback nicety */

@media (max-width: 680px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }
    .stat-item h3 {
        font-size: 30px;
    }
    .stat-item p {
        font-size: 13px;
    }
}


/* Keep comparison tables inside the mobile viewport */

@media (max-width: 480px) {
    .price-table {
        display: table;
        overflow-x: visible;
        white-space: normal;
    }
    .price-table th,
    .price-table td {
        font-size: 11px;
        padding: 7px 4px;
    }
    .hero h1 {
        font-size: 26px;
    }
    .page-banner h1 {
        font-size: 22px;
    }
}

/* ---- INDUSTRIES (icon-over-label row, matches homepage style) ---- */
.ai-industries { padding: 60px 0; background: #f8f9fb; }
.ai-ind-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    text-align: center;
    margin-top: 40px;
}
.ai-ind-card { transition: 0.3s; }
.ai-ind-card:hover { transform: translateY(-6px); }
.ai-ind-icon {
    width: 50px; height: 50px; margin: auto; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 20px; margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.ai-ind-card span { font-size: 11.5px; color: #444; font-weight: 500; display: block; }
.ic-1 { background: #ff9800; } .ic-2 { background: #7c3aed; } .ic-3 { background: #ff6f61; }
.ic-4 { background: #29b6f6; } .ic-5 { background: #16a34a; } .ic-6 { background: #1565c0; }
.ic-7 { background: #7c3aed; } .ic-8 { background: #0891b2; } .ic-9 { background: #d97706; }
.ic-10 { background: #be185d; } .ic-11 { background: #059669; } .ic-12 { background: #6c757d; }

/* Responsive Industries Grid */
@media (max-width: 1200px) { .ai-ind-grid { grid-template-columns: repeat(8, 1fr); } }
@media (max-width: 900px) { .ai-ind-grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 640px) { .ai-ind-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 480px) { .ai-ind-grid { grid-template-columns: repeat(3, 1fr); } }