/* ============================================================
   Digital Module – Premium Design System
   Colors: Orange #ff7a00, Navy #0b1120, Blue #0084ff
   ============================================================ */

/* ---------- Variables ---------- */
:root {
    --primary: #ff7a00;
    --primary-dark: #e56d00;
    --primary-light: #fff0e0;
    --secondary: #0b1120;
    --accent: #0084ff;
    --accent-light: #e0f0ff;
    --white: #ffffff;
    --text-dark: #1a202c;
    --text-body: #4a5568;
    --text-muted: #718096;
    --bg-light: #f7f9fc;
    --bg-alt: #f0f4f8;
    --border: #e2e8f0;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.08);
    --transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--white);
    color: var(--text-body);
    line-height: 1.7;
}

a,
button,
input[type="submit"],
.clickable,
.service-card,
.process-card {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

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

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.15rem;
}

p {
    margin-bottom: 1rem;
}

.highlight {
    color: var(--primary);
}

/* ---------- Layout ---------- */
.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- SVG Background Decorations ---------- */
.section,
.page-hero,
.page-content,
.gallery-section,
.clients-section {
    position: relative;
}

.section::before,
.page-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24' fill='none' stroke='%23ff7a00' stroke-width='1' opacity='0.04'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%230084ff' stroke-width='1' opacity='0.03'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23ff7a00' stroke-width='1' opacity='0.03'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 01-2.83 2.83l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-4 0v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83-2.83l.06-.06A1.65 1.65 0 004.68 15a1.65 1.65 0 00-1.51-1H3a2 2 0 010-4h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 012.83-2.83l.06.06A1.65 1.65 0 009 4.68a1.65 1.65 0 001-1.51V3a2 2 0 014 0v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 2.83l-.06.06A1.65 1.65 0 0019.4 9a1.65 1.65 0 001.51 1H21a2 2 0 010 4h-.09a1.65 1.65 0 00-1.51 1z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%230084ff' stroke-width='1' opacity='0.03'%3E%3Cpolyline points='16 18 22 12 16 6'/%3E%3Cpolyline points='8 6 2 12 8 18'/%3E%3C/svg%3E");
    background-position: 5% 15%, 92% 25%, 8% 80%, 88% 75%;
    background-repeat: no-repeat;
    background-size: 60px, 50px, 44px, 40px;
}

.section>.container,
.page-content>.container,
.gallery-section>.container {
    position: relative;
    z-index: 1;
}

/* Floating geometric shapes */
.page-hero::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 10%;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 122, 0, 0.06);
    border-radius: 30px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 0;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 8%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 5%;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transform: rotate(30deg);
    pointer-events: none;
    z-index: 0;
}

.cta-section {
    position: relative;
    overflow: hidden;
}

/* Decorative dots pattern */
.gallery-section::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 30px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(255, 122, 0, 0.08) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 0;
}

.gallery-section::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 20px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(0, 132, 255, 0.06) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 0;
}

/* Floating shapes for page-content sections */
.page-content::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 40px;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 122, 0, 0.04);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: floatShape 8s ease-in-out infinite;
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

/* Tech section decorative bg */
.tech-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='0.8' opacity='0.03'%3E%3Cpolyline points='16 18 22 12 16 6'/%3E%3Cpolyline points='8 6 2 12 8 18'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='0.8' opacity='0.03'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z'/%3E%3C/svg%3E");
    background-position: 15% 30%, 85% 70%;
    background-repeat: no-repeat;
    background-size: 50px, 46px;
    pointer-events: none;
    z-index: 0;
}

.tech-section {
    position: relative;
    overflow: hidden;
}

.tech-section>.container {
    position: relative;
    z-index: 1;
}

.section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    transition: var(--transition);
    letter-spacing: 0.3px;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.25);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 122, 0, 0.35);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--border);
    color: var(--secondary);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-white {
    background: var(--white);
    color: var(--primary);
    font-weight: 800;
}

.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.industry-card {
    text-align: center;
    padding: 36px 20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.industry-card:hover {
    border-color: var(--primary);
    transform: translateY(-8px);
}

.industry-card i {
    font-size: 2.2rem;
    margin-bottom: 16px;
    display: block;
}

.industry-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* ---------- Header ---------- */
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: var(--transition);
}

header .container {
    max-width: 100%;
    padding: 0 4%;
}

header.scrolled {
    box-shadow: var(--shadow-sm);
    background: rgba(255, 255, 255, 0.98);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo {
    font-size: 1.65rem;
    font-weight: 900;
    color: var(--secondary);
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-link {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text-dark);
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary);
}

.nav-link:hover::after {
    width: 100%;
}

/* ---------- Dropdown Navigation ---------- */
.nav-dropdown {
    position: relative;
}

.nav-dropdown>.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-dropdown>.nav-link i {
    font-size: 0.7rem;
    transition: var(--transition);
}

.nav-dropdown:hover>.nav-link i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -16px;
    min-width: 260px;
    background: var(--white);
    border-radius: var(--radius-sm);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--border);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: var(--transition);
    z-index: 1000;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-body);
    transition: var(--transition);
}

.dropdown-menu li a i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: var(--primary);
    transition: var(--transition);
}

.dropdown-menu li a:hover {
    background: var(--bg-light);
    color: var(--primary);
}

.dropdown-menu li a:hover i {
    background: var(--primary);
    color: var(--white);
}

/* ---------- Inner Page Hero Banner ---------- */
.page-hero {
    padding: 140px 0 80px;
    background: var(--secondary);
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

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

.page-hero .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 0.88rem;
}

.page-hero .breadcrumb a {
    color: #a0aec0;
    transition: var(--transition);
}

.page-hero .breadcrumb a:hover {
    color: var(--primary);
}

.page-hero .breadcrumb span {
    color: var(--primary);
}

.page-hero .breadcrumb i {
    color: #4a5568;
    font-size: 0.7rem;
}

.page-hero h1 {
    color: var(--white);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    margin-bottom: 16px;
}

.page-hero p {
    color: #a0aec0;
    max-width: 640px;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* ---------- Inner Page Content ---------- */
.page-content {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-content .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.page-content .content-grid img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.page-content .feature-list {
    list-style: none;
    padding: 0;
    margin: 28px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-content .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.95rem;
    color: var(--text-body);
}

.page-content .feature-list li i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 2px;
}

.page-content .mini-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.page-content .mini-card {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.page-content .mini-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}

.page-content .mini-card i {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 12px;
    display: block;
}

.page-content .mini-card h4 {
    margin-bottom: 6px;
}

.page-content .mini-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: var(--secondary);
    border-radius: 4px;
    transition: var(--transition);
}

/* ---------- Hero Slider (GPS Inspired) ---------- */
.hero-slider {
    position: relative;
    height: auto;
    min-height: 70vh;
    overflow: hidden;
    background: #0d1b3e;
    display: flex;
    align-items: center;
    width: 100%;
    /* Ensure full width */
}

/* Background Animated Icons */
.hero-bg-icons {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-icon {
    position: absolute;
    opacity: 0.05;
    color: white;
    font-size: 3rem;
    animation: floatIcon 15s linear infinite;
}

@keyframes floatIcon {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(100px, 50px) rotate(120deg);
    }

    66% {
        transform: translate(-50px, 100px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center horizontally */
    z-index: 1;
    width: 100%;
}

.slide.active {
    position: relative;
    opacity: 1;
}

.slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center content */
    gap: 80px;
    width: 100%;
    padding: 80px 40px;
    /* Equal spacing on all sides */
    max-width: 1400px;
    /* Wider container */
    margin: 0 auto;
}

.slide-content {
    flex: 1;
    color: var(--white);
    text-align: left;
    /* Keep text left but centered in the flex group */
}

.slide-content h1 {
    color: white !important;
    font-size: clamp(2.5rem, 5vw, 4rem);
    /* Slightly larger */
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.slide-subtext {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    max-width: 580px;
}

.slide-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
}

/* Ensure outline buttons are white on dark bg */
.hero-slider .btn-outline {
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.hero-slider .btn-outline:hover {
    background: white;
    color: var(--secondary);
    border-color: white;
}

.slide-stats {
    display: flex;
    gap: 40px;
}

.slide-stat-item h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 5px;
}

.slide-stat-item span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.slide-image {
    flex: 0.8;
    display: flex;
    justify-content: center;
    position: relative;
}

.main-img-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-img-wrap img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border: 8px solid rgba(255, 255, 255, 0.05);
}

.img-badge {
    position: absolute;
    background: white;
    padding: 12px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
    min-width: 180px;
}

.img-badge i {
    font-size: 1.6rem;
    color: var(--primary);
}

.img-badge strong {
    display: block;
    font-size: 0.9rem;
    color: #1a202c;
    line-height: 1.2;
}

.img-badge span {
    font-size: 0.7rem;
    color: #718096;
}

.img-badge.top-right {
    top: 40px;
    right: -30px;
}

.img-badge.bottom-left {
    bottom: 40px;
    left: -30px;
}

/* Slider Controls */
.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.slider-dots .dot.active {
    background: var(--primary);
    width: 30px;
    border-radius: 10px;
}

/* ---------- Why Choose Us ---------- */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-image-stack {
    position: relative;
    padding-bottom: 40px;
}

.main-img {
    width: 90%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.float-card {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--white);
    padding: 28px 36px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    text-align: center;
    border-left: 4px solid var(--primary);
}

.float-card h2 {
    font-size: 2.8rem;
    color: var(--primary);
    margin-bottom: 0;
}

.float-card p {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0;
    font-size: 0.95rem;
}

.feature-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.feature-icon.blue {
    background: var(--accent-light);
    color: var(--accent);
}

.feature-icon.orange {
    background: var(--primary-light);
    color: var(--primary);
}

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

.service-card {
    background: var(--white);
    padding: 40px 32px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

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

.service-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.6rem;
}

.service-card h3 {
    margin-bottom: 12px;
}

.service-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.service-card .read-more {
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-card .read-more i {
    transition: var(--transition);
}

.service-card:hover .read-more i {
    transform: translateX(4px);
}

/* ---------- Stats Section ---------- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.stat-card {
    text-align: center;
    padding: 40px 24px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card h2 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 4px;
}

.stat-card p {
    color: #a0aec0;
    font-weight: 500;
    margin-bottom: 0;
}

/* ---------- Process Section ---------- */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.process-card {
    text-align: center;
    padding: 48px 28px 40px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    position: relative;
    transition: var(--transition);
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.process-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--bg-alt);
    line-height: 1;
}

.process-card .icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 20px;
    background: var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--accent);
    position: relative;
    z-index: 1;
}

.process-card h4 {
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.process-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

/* ---------- Testimonials ---------- */
/* ---------- Section 6 – Testimonials Redesign ---------- */
.testimonials-section {
    background: #0d1b3e;
    /* Dark Blue */
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* Background Pattern */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10L90 90M90 10L10 90' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");
    opacity: 0.6;
}

.testimonials-section .section-header h2 {
    color: var(--white);
    font-size: 2.8rem;
}

.testimonials-section .section-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.testimonial-grid {
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    flex: 0 0 calc(25% - 18px);
    /* 4 per row */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    border-color: var(--primary);
}

.testimonial-stars {
    color: #ffc107;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.testimonial-card .quote-icon {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.15);
}

.testimonial-card p {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 0.95rem;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Avatar Initials */
.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: white;
    font-size: 1.2rem;
}

.testimonial-author h4 {
    color: var(--white);
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: 700;
}

.testimonial-author span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 500;
}

/* Pagination Dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.t-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition);
}

.t-dot.active {
    background: var(--primary);
    width: 24px;
    border-radius: 10px;
}

    {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ---------- Gallery Section ---------- */
.gallery-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 0;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(11, 17, 32, 0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    color: var(--white);
    font-size: 0.95rem;
    margin-bottom: 4px;
    text-align: center;
}

.gallery-overlay span {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 600;
}

.gallery-overlay .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay .zoom-icon {
    transform: translate(-50%, -50%) scale(1);
}

/* Gallery Extra Slider */
.gallery-slider-wrap {
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.gallery-slider {
    display: flex;
    transition: transform 0.6s ease;
}

.gallery-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 360px;
}

.gallery-slide-content {
    padding: 48px 48px;
    background: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery-slide-content .badge {
    background: rgba(255, 122, 0, 0.15);
}

.gallery-slide-content h3 {
    color: var(--white);
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.gallery-slide-content p {
    color: #a0aec0;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 24px;
}

.gallery-slide-img {
    position: relative;
    overflow: hidden;
}

.gallery-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.gallery-slider-dots .g-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border);
    cursor: pointer;
    transition: var(--transition);
}

.gallery-slider-dots .g-dot.active {
    background: var(--primary);
    width: 36px;
    border-radius: 6px;
}

/* ---------- Clients / Logos Marquee ---------- */
.clients-section {
    padding: 64px 0;
    background: var(--white);
    overflow: hidden;
}

.clients-section .section-header {
    margin-bottom: 40px;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 25s linear infinite;
    gap: 60px;
    width: max-content;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 72px;
    padding: 12px 24px;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.client-logo-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.client-logo-item i {
    font-size: 2rem;
    color: var(--text-muted);
    margin-right: 10px;
    transition: var(--transition);
}

.client-logo-item:hover i {
    color: var(--primary);
}

.client-logo-item span {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--text-dark);
    white-space: nowrap;
}

/* ---------- Tech Stack Section ---------- */
.tech-section {
    padding: 80px 0;
    background: var(--secondary);
}

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

.tech-card {
    text-align: center;
    padding: 32px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.tech-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-6px);
    border-color: var(--primary);
}

.tech-card i {
    font-size: 2.4rem;
    color: var(--primary);
    margin-bottom: 14px;
    display: block;
}

.tech-card h4 {
    color: var(--white);
    font-size: 0.95rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.tech-card p {
    color: #718096;
    font-size: 0.8rem;
    margin-bottom: 0;
}

/* ---------- CTA Banner ---------- */
.cta-section {
    background: var(--primary);
    padding: 72px 0;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cta-inner h2 {
    color: var(--white);
    margin-bottom: 8px;
}

.cta-inner p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    font-size: 1.1rem;
}

/* ---------- Sticky Buttons ---------- */
.sticky-buttons {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sticky-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
}

.sticky-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.whatsapp {
    background: #25d366;
}

.call-btn {
    background: var(--accent);
}

/* ---------- Footer ---------- */
footer {
    background: var(--secondary);
    color: var(--white);
    padding: 80px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
    gap: 48px;
    padding-bottom: 60px;
}

.footer-col h4 {
    color: var(--white);
    margin-bottom: 24px;
    font-size: 1.1rem;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #a0aec0;
    font-size: 0.92rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 4px;
}

.footer-contact p {
    color: #a0aec0;
    font-size: 0.92rem;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-contact i {
    color: var(--primary);
    margin-top: 4px;
    min-width: 16px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.social-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.95rem;
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    text-align: center;
    font-size: 0.88rem;
    color: #718096;
}

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

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

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full {
    grid-column: span 2;
}

.form-group label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 0.95rem;
    transition: var(--transition);
}

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

/* Appointment Section Update */
.appointment-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--white);
    padding: 64px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.appointment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: flex-start;
}

.appointment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* FAQ Styles */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--bg-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.faq-item.active {
    border-color: var(--primary);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1rem;
}

.faq-question i {
    font-size: 0.8rem;
    transition: var(--transition);
    color: var(--primary);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    padding: 0 24px 20px;
    max-height: 200px;
}

/* Testimonials Update: 4 Columns on Desktop */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .appointment-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .appointment-container {
        padding: 32px 24px;
    }

    .appointment-form {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        display: flex;
        transition: transform 0.4s ease;
        width: max-content;
    }

    .testimonial-card {
        min-width: 300px;
    }
}

/* Top Bar */
.top-bar {
    background: #005689;
    color: white;
    padding: 12px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1001;
    position: relative;
}

.top-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.top-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.top-info-item i {
    color: var(--secondary);
    font-size: 1rem;
}

.top-info-item a {
    color: inherit;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-info-item a:hover {
    color: var(--secondary);
}

@media (max-width: 991px) {
    .top-info-list {
        gap: 20px;
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 8px 0;
    }

    .top-info-list {
        flex-direction: column;
        gap: 8px;
        align-items: center;
        text-align: center;
    }

    .top-info-item {
        font-size: 0.75rem;
        justify-content: center;
        width: 100%;
    }
}

.top-social a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

/* Header Logo */
.logo img {
    height: 50px;
    width: auto;
    display: block;
}

/* Footer Logo */
.footer-logo img {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
}

/* ============================================================
   RESPONSIVE – Tablet
   ============================================================ */
@media (max-width: 1024px) {
    .top-left a span {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .section {
        padding: 80px 0;
    }

    .why-grid {
        gap: 48px;
    }

    .drivers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .page-content .content-grid {
        gap: 40px;
    }

    .page-content .mini-cards {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   RESPONSIVE – Mobile
   ============================================================ */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    .section {
        padding: 64px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    /* Nav */
    .nav-links {
        position: fixed;
        top: 0;
        right: -110%;
        width: 280px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        padding: 100px 32px 40px;
        gap: 24px;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
        transition: var(--transition);
        z-index: 1000;
        align-items: flex-start;
        text-align: left;
    }

    .nav-links.active {
        right: 0;
    }

    .menu-toggle {
        display: flex;
    }

    nav .btn {
        display: none;
    }

    header .container {
        max-width: 100%;
    }

    /* Mobile Dropdown Fix */
    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown .nav-link {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0 0 0 16px;
        min-width: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        width: 100%;
        text-align: left;
    }

    .nav-dropdown.open .dropdown-menu {
        max-height: 1000px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav-dropdown.open>.nav-link i {
        transform: rotate(180deg);
    }

    .dropdown-menu li a {
        padding: 10px 12px;
        font-size: 0.88rem;
        justify-content: flex-start;
    }

    /* Appointment Form Mobile */
    .appointment-container {
        padding: 32px 20px;
    }

    .appointment-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .form-group.full {
        grid-column: span 1;
    }

    /* Inner Pages */
    .page-hero {
        padding: 120px 0 60px;
    }

    .page-hero h1 {
        font-size: 2rem;
    }

    .page-content .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Hero */
    .hero-slider {
        height: auto;
        min-height: auto;
    }

    .slide-inner {
        display: flex;
        flex-direction: column-reverse;
        /* Image on top, Content below */
        padding: 40px 20px;
        gap: 35px;
        text-align: center;
    }

    .slide-image {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .main-img-wrap {
        max-width: 90%;
    }

    .main-img-wrap img {
        border-width: 4px;
        border-radius: 20px;
    }

    .img-badge {
        padding: 8px 12px;
        min-width: 140px;
        border-radius: 10px;
    }

    .img-badge.top-right {
        top: 20px;
        right: -10px;
    }

    .img-badge.bottom-left {
        bottom: 20px;
        left: -10px;
    }

    .slide-content {
        padding: 0;
        width: 100%;
    }

    .slide-content h1 {
        font-size: 2.4rem;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .slide-content p {
        font-size: 1rem;
        margin-bottom: 25px;
        color: rgba(255, 255, 255, 0.8);
    }

    .slide-actions {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .slide-actions .btn {
        width: 100%;
    }

    .slide-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .slide-stat-item:last-child {
        grid-column: span 2;
    }

    /* Gallery */
    .gallery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .gallery-item {
        min-width: 0;
        height: 180px;
    }

    /* Grids & App Feel */
    .section {
        padding: 80px 0;
    }

    /* Consistent spacing */
    .why-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .why-image-stack {
        width: 100%;
    }

    .why-image-stack .main-img {
        width: 100%;
        border-radius: 20px;
    }

    .float-card {
        position: absolute;
        bottom: -20px;
        right: 10px;
        padding: 15px 20px;
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        background: white;
        z-index: 5;
    }

    .float-card h2 {
        font-size: 2rem;
    }

    .float-card p {
        font-size: 0.8rem;
    }

    .industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-card {
        border-radius: 20px;
        padding: 40px 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .stat-card {
        border-radius: 20px;
        padding: 30px 20px;
        background: white;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    }

    .drivers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonials-section .section-header {
        margin-bottom: 25px !important;
    }
    
    .testimonial-dots {
        margin-top: 25px;
    }
}

/* ============================================================
   STICKY SOCIAL SIDEBAR
   ============================================================ */
.social-sidebar {
    position: fixed;
    left: 5px;
    /* Moved slightly right from 0 */
    top: 65%;
    /* Moved slightly down from 50% */
    transform: translateY(-50%);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.social-sidebar a {
    width: 32px;
    /* Reduced size by ~25% from 42px */
    height: 32px;
    /* Reduced size by ~25% from 42px */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    /* Smaller icons */
    transition: var(--transition);
    border-radius: 4px;
}

.social-sidebar .fb {
    background: #3b5998;
}

.social-sidebar .tw {
    background: #1da1f2;
}

.social-sidebar .ig {
    background: #e1306c;
}

.social-sidebar .li {
    background: #0077b5;
}

.social-sidebar .yt {
    background: #ff0000;
}

.social-sidebar a:hover {
    width: 44px;
    padding-left: 8px;
}

/* ============================================================
   HERO SLIDER UPDATES (Logo Colors)
   ============================================================ */
.hero-slider {
    background: #0d1b3e;
    /* Match Testimonials Dark Blue */
}

.slide-bg {
    /* Using orange overlay for consistency with logo */
    background-image: linear-gradient(135deg, rgba(255, 122, 0, 0.15), rgba(13, 27, 62, 0.9)), url('...');
}

/* ============================================================
   RESPONSIVE – Mobile Refinements
   ============================================================ */
@media (max-width: 768px) {

    /* Projects Grid 2x2 */
    .gallery-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        transform: none !important;
    }

    .gallery-item {
        min-width: 0 !important;
        height: 150px;
    }

    /* Trust Us Logos 2x2 Slider */
    .marquee-track {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        animation: none;
        /* Disable auto-scroll to allow manual/auto sliding logic if needed, or keep grid */
    }

    .client-logo-item {
        background: var(--bg-light);
        padding: 15px;
        border-radius: var(--radius-md);
    }

    /* Testimonial Auto Slide Fix */
    .testimonial-grid {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
        scroll-snap-type: x mandatory;
        overflow-x: hidden;
    }

    .testimonial-card {
        min-width: 100%;
        scroll-snap-align: start;
    }
}

@media (max-width: 1024px) {
    .social-sidebar {
        /* Optional: Hide on very small screens if it overlaps too much, but user wants it */
        /* display: none; */
    }
}