body {
    font-family: 'Inter', sans-serif;
    color: #333;
    overflow-x: hidden;
}

/* Top Mini Navbar */
.top-nav {
    font-size: 0.85rem;
    padding: 0.25rem 0;
}
.top-nav a {
    color: #666;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 500;
}
.top-nav a:hover {
    color: #000;
}

/* Main Navbar */
.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7a6ad8 !important;
    letter-spacing: -0.5px;
}
.navbar-brand img {
    height: 35px;
    margin-right: 10px;
}
.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}
.nav-link:hover {
    color: #7a6ad8 !important;
}
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    height: 3px;
    background-color: #7a6ad8;
}

/* Enable hover for dropdowns on desktop */
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        transition: all 0.3s ease;
    }
}

.search-box {
    border-radius: 20px;
    background-color: #f4f4f4;
    border: none;
    padding: 5px 20px;
    font-size: 0.9rem;
}

/* Hero Section (Purple/Black/Hard Blue) */
.hero-section {
    background: linear-gradient(135deg, #020024 0%, #090979 35%, #4a00e0 100%);
    color: white;
    position: relative;
    overflow: hidden;
}
.z-index-2 { z-index: 2; }

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero-section h1 {
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 35px;
    font-weight: 400;
    max-width: 90%;
}

.btn-cyan {
    background-color: #ccffff;
    color: #7a6ad8;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-cyan:hover {
    background-color: #aaffff;
    color: #7a6ad8;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(204, 255, 255, 0.4);
}

.btn-cyan span {
    margin-left: 8px;
    font-size: 1.2rem;
    line-height: 1;
}

/* Theme Purple Buttons and Links */
.btn-theme {
    background-color: #7a6ad8;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 2px solid #7a6ad8;
    box-shadow: 0 4px 15px rgba(122, 106, 216, 0.3);
}

.btn-theme:hover {
    background-color: #6152b9;
    border-color: #6152b9;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(122, 106, 216, 0.5);
    transform: translateY(-2px);
}

.btn-theme span {
    margin-left: 8px;
    font-size: 1.2rem;
    line-height: 1;
}

.text-theme { color: #7a6ad8 !important; }
.text-theme-light { color: #a29bfe !important; }
.link-theme {
    color: #7a6ad8;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}
.link-theme:hover {
    color: #5a4ab8;
    text-decoration: none;
}

/* Hero Bottom Navbar */
.hero-bottom-nav {
    background-color: #000022; /* Very dark background */
    border-top: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 5;
}
.hero-bottom-nav a {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 20px 25px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.hero-bottom-nav a.active {
    border-bottom: 2px solid white;
}
.hero-bottom-nav a:hover {
    color: #7a6ad8;
    text-decoration: none;
}

/* Large Text Section */
.large-text-section {
    padding: 100px 0;
    background-color: white;
}
.large-text-section h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.4;
    color: #7a6ad8;
    letter-spacing: -0.5px;
}
.large-text-section h2 strong {
    font-weight: 600;
}
.text-cyan { color: #2cb5e8 !important; }
.text-blue { color: #0055ff !important; }

/* Image Banners */
.image-banner-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
}

.inner-box {
    background-color: #00003f;
    color: white;
    padding: 60px;
    max-width: 900px;
}
.inner-box.offset-box {
    margin-bottom: 0;
}
.inner-box h3 {
    color: #2cb5e8;
    font-weight: 700;
    margin-bottom: 25px;
}
.inner-box p {
    font-size: 1.1rem;
    line-height: 1.6;
}
.link-cyan {
    color: #2cb5e8;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}
.link-cyan:hover {
    color: white;
    text-decoration: none;
}

/* Case Studies Section */
.case-studies-section {
    padding: 80px 0;
    background-color: white;
}
.section-title {
    color: #000033;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: -1px;
}
.section-subtitle {
    color: #000033;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.case-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.case-card:hover img {
    transform: scale(1.05);
}
.case-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,20,92,0.95), rgba(0,20,92,0.6) 70%, transparent);
    padding: 40px;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.case-card-overlay .category {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.case-card-overlay h4 {
    color: #2cb5e8;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Sticky Items */
.sticky-contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #79a6d2; 
    color: #000033;
    padding: 20px 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    z-index: 1050;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.sticky-contact:hover {
    background-color: #559be6;
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #559be6;
    color: white;
    padding: 8px 12px 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.back-to-top:hover {
    color: white;
    text-decoration: none;
    background-color: #3f7ec2;
}
.back-to-top .arrow {
    margin-left: 10px;
    background: transparent;
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.cookie-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #72cc50; /* Green color match */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); /* Modern soft shadow */
}
.navbar.sticky-top {
    z-index: 1060 !important;
}

/* Footer layout */
footer {
    background-color: #00001a; 
    color: #fff;
    padding: 80px 0 30px 0;
}
footer h6 {
    letter-spacing: 1px;
    font-size: 0.85rem;
}
footer a {
    color: #aaa;
    transition: color 0.2s;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* Mega Menu Desktop Hover Details */
@media all and (min-width: 992px) {
    .navbar .nav-item.dropdown.position-static {
        position: static !important;
    }
    .navbar .nav-item .dropdown-menu {
        display: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
        transition: all 0.2s ease-in-out;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        border-radius: 0;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0; 
    }
    .mega-menu-content {
        min-height: 480px;
    }
}

/* Mobile Friendly Mega Menu Adjustments */
@media (max-width: 991px) {
    .navbar-collapse {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .dropdown-menu.mega-menu {
        border: none !important;
        margin: 0;
        box-shadow: none !important;
    }
    .mega-menu-content {
        flex-direction: column;
    }
    .mega-menu-left, .mega-menu-middle, .mega-menu-right {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mega-menu-middle, .mega-menu-right {
        padding: 20px !important;
    }
    .list-group-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.dropdown-menu.mega-menu {
    border-top: 3px solid #7a6ad8 !important;
    padding: 0;
    z-index: 1050 !important;
}

/* Center Mega Menu on Desktop */
@media all and (min-width: 992px) {
    .dropdown-menu.mega-menu-center {
        width: 80%;
        max-width: 1100px;
        left: 50% !important;
        transform: translateX(-50%);
        right: auto;
    }
}

/* =============================================
   CONTACT PAGE STYLES  (image-matched layout)
   ============================================= */

/* --- Hero --- */
.ct-hero {
    position: relative;
    min-height: 360px;
    background:
        url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1800&q=80')
        center center / cover no-repeat;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.ct-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        105deg,
        rgba(2,0,36,0.97) 0%,
        rgba(9,9,121,0.88) 45%,
        rgba(44,0,180,0.55) 75%,
        rgba(0,0,0,0.25) 100%
    );
    z-index: 1;
}
.ct-hero .container-fluid { position: relative; z-index: 2; }
.ct-hero-left { padding: 80px 0; }
.ct-breadcrumb {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.ct-hero-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 14px;
}
.ct-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}
.ct-hero-img-col { display: none !important; }

/* --- Connect With Us --- */
.ct-connect { background: #fff; border-bottom: 1px solid #eee; }
.ct-section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #000033;
    letter-spacing: -0.5px;
}
.ct-connect-desc {
    font-size: 0.97rem;
    color: #555;
    line-height: 1.8;
    max-width: 680px;
    margin-bottom: 20px;
}
.ct-connect-list {
    list-style: none;
    padding: 0; margin: 0 0 24px 0;
}
.ct-connect-list li { margin-bottom: 10px; }
.ct-connect-list li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7a6ad8;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.ct-connect-list li a:hover { color: #2cb5e8; text-decoration: none; }
.ct-connect-list li a strong { color: #333; }
.ct-send-btn {
    display: inline-block;
    padding: 11px 28px;
    border: 2px solid #7a6ad8;
    border-radius: 4px;
    color: #7a6ad8;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.25s;
}
.ct-send-btn:hover {
    background: #7a6ad8;
    color: #fff;
    text-decoration: none;
}

/* --- Locations --- */
.ct-locations { background: #f8f9fc; }
.ct-loc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.ct-loc-search {
    display: flex; align-items: center;
    border: 1.5px solid #d0d0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    min-width: 260px;
}
.ct-loc-search-input {
    border: none;
    outline: none;
    padding: 8px 14px;
    font-size: 0.875rem;
    color: #333;
    flex: 1;
    background: transparent;
}
.ct-loc-search-btn {
    background: #7a6ad8;
    border: none;
    color: #fff;
    padding: 8px 14px;
    cursor: pointer;
    display: flex; align-items: center;
}

/* Alpha Tabs */
.ct-alpha-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
    gap: 0;
}
.ct-alpha-tab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    padding: 10px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
}
.ct-alpha-tab:hover { color: #7a6ad8; }
.ct-alpha-tab.active {
    color: #7a6ad8;
    border-bottom-color: #7a6ad8;
}

/* Location Cards Grid */
.ct-loc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 20px;
}
.ct-loc-card {
    background: #fff;
    border: 1px solid #e8e8f0;
    border-top: 3px solid #7a6ad8;
    border-radius: 4px;
    padding: 20px;
    transition: box-shadow 0.25s;
}
.ct-loc-card:hover { box-shadow: 0 6px 24px rgba(122,106,216,0.12); }
.ct-loc-city {
    font-size: 1rem;
    font-weight: 700;
    color: #000033;
    margin-bottom: 8px;
    display: flex; align-items: center; gap: 8px;
}
.ct-hq-badge {
    font-size: 0.65rem;
    font-weight: 700;
    background: #7a6ad8;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px;
    letter-spacing: 0.5px;
}
.ct-loc-addr {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
}
.ct-loc-dir {
    font-size: 0.8rem;
    font-weight: 600;
    color: #7a6ad8;
    text-decoration: none;
}
.ct-loc-dir:hover { color: #2cb5e8; text-decoration: none; }
.ct-no-results { color: #999; font-size: 0.9rem; margin-top: 16px; }

/* --- Contact Form Section --- */
.ct-form-section { background: #fff; }
.ct-field {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #ccc;
    border-radius: 0;
    padding: 10px 2px;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    color: #333;
    background: transparent;
    transition: border-color 0.2s;
    outline: none;
}
.ct-field:focus { border-bottom-color: #7a6ad8; }
.ct-field::placeholder { color: #aaa; }
.ct-select { appearance: none; cursor: pointer; }
.ct-textarea { resize: vertical; min-height: 110px; }

.ct-privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.ct-privacy-check input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #7a6ad8;
    width: 16px; height: 16px;
    cursor: pointer;
}
.ct-privacy-check label {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.6;
    cursor: pointer;
}
.ct-privacy-check label a { color: #7a6ad8; }
.ct-submit-btn {
    background: #7a6ad8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 40px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
}
.ct-submit-btn:hover { background: #5a4ab8; transform: translateY(-1px); }
.ct-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }
.ct-success-msg {
    background: #eafaf1;
    border: 1px solid #2ecc71;
    color: #1a7a40;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.88rem;
    font-weight: 500;
}
.ct-form-note {
    font-size: 0.78rem;
    color: #999;
}
.ct-form-note a { color: #7a6ad8; }

/* Responsive */
@media (max-width: 767px) {
    .ct-hero-heading { font-size: 2rem; }
    .ct-hero-left { padding: 40px 0; }
    .ct-loc-header { flex-direction: column; align-items: flex-start; }
    .ct-loc-search { width: 100%; }
    .ct-alpha-tab { padding: 8px 12px; font-size: 0.8rem; }
}

/* =============================================
   CONTACT — LOCATION + MAP  (Kolkata only)
   ============================================= */

.ct-loc-map-wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,51,0.12);
    min-height: 420px;
}

/* Left panel */
.ct-loc-info-panel {
    background: #00001a;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ct-loc-info-badge {
    display: inline-block;
    background: #7a6ad8;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    align-self: flex-start;
}
.ct-loc-info-city {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.ct-loc-info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.ct-loc-info-icon {
    width: 32px; height: 32px;
    background: rgba(255,255,255,0.06);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.ct-loc-info-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 3px;
}
.ct-loc-info-val {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin: 0;
}
a.ct-loc-link {
    color: #2cb5e8 !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}
a.ct-loc-link:hover { color: #fff !important; }
.ct-loc-dir-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    background: #7a6ad8;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s;
    align-self: flex-start;
}
.ct-loc-dir-btn:hover { background: #5a4ab8; color: #fff; text-decoration: none; }

/* Right: Map */
.ct-map-embed {
    position: relative;
    min-height: 420px;
}
.ct-map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .ct-loc-map-wrap { grid-template-columns: 1fr; }
    .ct-map-embed { min-height: 280px; position: relative; }
    .ct-map-embed iframe { position: static; height: 280px; }
}

/* =============================================
   ABOUT US PAGE STYLES
   ============================================= */

/* Hero */
.ab-hero {
    position: relative;
    min-height: 420px;
    background:
        url('https://images.unsplash.com/photo-1518770660439-4636190af475?ixlib=rb-4.0.3&auto=format&fit=crop&w=1800&q=80')
        center center / cover no-repeat;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.ab-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        105deg,
        rgba(2,0,36,0.97) 0%,
        rgba(9,9,121,0.88) 45%,
        rgba(74,0,224,0.55) 75%,
        rgba(0,0,0,0.3) 100%
    );
    z-index: 1;
}
.ab-hero .container-fluid { position: relative; z-index: 2; }
.ab-hero-left { padding: 80px 0; }
.ab-hero-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.ab-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.ab-hero-btn {
    display: inline-block;
    padding: 11px 28px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.25s;
}
.ab-hero-btn:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
    border-color: rgba(255,255,255,0.7);
}
.ab-hero-img-col { display: none !important; }

/* Stats Strip */
.ab-stats-strip {
    background: #7a6ad8;
    padding: 36px 0;
}
.ab-stat-item {
    text-align: center;
    padding: 12px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.ab-stat-item:last-child { border-right: none; }
.ab-stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1;
}
.ab-stat-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Story Section */
.ab-story { background: #fff; }
.ab-story-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.ab-story-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.ab-story-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #7a6ad8;
    color: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(122,106,216,0.4);
}
.ab-story-badge-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}
.ab-story-badge-txt {
    font-size: 0.72rem;
    opacity: 0.85;
    line-height: 1.3;
}
.ab-eyebrow {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #7a6ad8;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ab-text-accent { color: #7a6ad8; }
.ab-body-text {
    font-size: 0.97rem;
    color: #555;
    line-height: 1.85;
}
.ab-story-highlights { margin-top: 16px; }
.ab-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.92rem;
    color: #333;
    font-weight: 500;
}
.ab-highlight-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #7a6ad8;
    flex-shrink: 0;
}

/* Mission & Vision — Premium Full-Width Split */
.ab-mv-section {
    background: #07071a;
    overflow: hidden;
}

/* Header inside section */
.ab-mv-header {
    padding: 70px 0 48px;
    background: #07071a;
}
.ab-mv-section-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Two panels side by side */
.ab-mv-panels {
    display: flex;
    align-items: stretch;
    min-height: 480px;
}

/* Each panel */
.ab-mv-panel {
    flex: 1;
    position: relative;
    padding: 60px 60px 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ab-mv-panel-mission {
    background: linear-gradient(145deg, #0d0830 0%, #120a40 60%, #0a0628 100%);
    border-right: 1px solid rgba(255,255,255,0.05);
}
.ab-mv-panel-vision {
    background: linear-gradient(145deg, #031628 0%, #051e35 60%, #021020 100%);
}

/* Ghost watermark word */
.ab-mv-panel-deco {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1;
    color: rgba(255,255,255,0.025);
    pointer-events: none;
    user-select: none;
    font-family: 'Inter', sans-serif;
}

/* Panel inner content */
.ab-mv-panel-inner {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

/* Tag pill */
.ab-mv-tag {
    display: inline-block;
    background: rgba(122,106,216,0.15);
    border: 1px solid rgba(122,106,216,0.35);
    color: #a89ee8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.ab-mv-tag-cyan {
    background: rgba(44,181,232,0.12);
    border-color: rgba(44,181,232,0.3);
    color: #7dd4f0;
}

/* Big icon */
.ab-mv-big-icon {
    width: 80px; height: 80px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.03);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 28px;
    backdrop-filter: blur(4px);
}

/* Panel title */
.ab-mv-panel-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

/* Panel body text */
.ab-mv-panel-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.9;
    margin-bottom: 28px;
}

/* Bullet list */
.ab-mv-bullets {
    list-style: none;
    padding: 0; margin: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ab-mv-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.72);
    font-weight: 500;
}
.ab-mv-bullet-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #7a6ad8;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(122,106,216,0.7);
}
.ab-mv-bullet-cyan {
    background: #2cb5e8;
    box-shadow: 0 0 8px rgba(44,181,232,0.7);
}

/* Glow blob behind content */
.ab-mv-panel-glow {
    position: absolute;
    width: 320px; height: 320px;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 1;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.ab-mv-glow-mission { background: rgba(122,106,216,0.12); }
.ab-mv-glow-vision  { background: rgba(44,181,232,0.09); }

/* Vertical divider between panels */
.ab-mv-divider {
    width: 1px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    padding: 40px 0;
    flex-shrink: 0;
}
.ab-mv-divider-line {
    flex: 1;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.12), transparent);
}
.ab-mv-divider-circle {
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin: 16px 0;
    backdrop-filter: blur(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .ab-mv-panels { flex-direction: column; }
    .ab-mv-panel { padding: 48px 28px; }
    .ab-mv-divider { flex-direction: row; width: 100%; height: auto; padding: 0 24px; }
    .ab-mv-divider-line { flex: 1; width: auto; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.12), transparent); }
    .ab-mv-divider-circle { margin: 0 16px; }
    .ab-mv-panel-deco { font-size: 5rem; }
    .ab-mv-panel-title { font-size: 1.3rem; }
    .ab-mv-header { padding: 48px 0 32px; }
    .ab-mv-section-title { font-size: 1.8rem; }
}


/* Core Values */
.ab-values { background: #fff; }
.ab-value-card {
    background: #f8f9fc;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
    transition: box-shadow 0.25s, transform 0.25s;
}
.ab-value-card:hover {
    box-shadow: 0 8px 30px rgba(122,106,216,0.14);
    transform: translateY(-4px);
    background: #fff;
}
.ab-value-num {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(122,106,216,0.08);
    line-height: 1;
}
.ab-value-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.ab-value-title {
    font-size: 1rem;
    font-weight: 700;
    color: #000033;
    margin-bottom: 10px;
}
.ab-value-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

/* Services Grid */
.ab-services { background: #f8f9fc; }
.ab-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.ab-svc-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
    transition: background 0.2s;
}
.ab-svc-item:hover { background: #f0eefb; }
.ab-svc-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: #f8f9fc;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ab-svc-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #000033;
    margin-bottom: 4px;
}
.ab-svc-desc {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* CTA Banner */
.ab-cta {
    position: relative;
    background: linear-gradient(135deg, #7a6ad8 0%, #4a00e0 100%);
    padding: 70px 0;
    overflow: hidden;
}
.ab-cta-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
}
.ab-cta .container-fluid { position: relative; z-index: 2; }
.ab-cta-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.ab-cta-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.78);
    margin: 0;
}
.ab-cta-btn {
    display: inline-block;
    background: #fff;
    color: #7a6ad8;
    border-radius: 6px;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.ab-cta-btn:hover {
    background: #ccffff;
    color: #4a00e0;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
    .ab-hero-heading { font-size: 2rem; }
    .ab-hero-left { padding: 50px 0; }
    .ab-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .ab-services-grid { grid-template-columns: 1fr; }
    .ab-cta { text-align: center; }
    .ab-cta-heading { font-size: 1.5rem; }
    .text-lg-right { text-align: center !important; margin-top: 20px; }
}
