﻿html {
    overflow-x: hidden;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

nav.desktop-menu-wrap ul li {
    list-style: none;
}

nav.desktop-menu-wrap ul.desktop-menu-only {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
}

nav.desktop-menu-wrap {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.logo-menus-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

a.sk__mobile-main-logo {
    display: none;
    position: relative;
    max-width: 230px;
}

.logo-wrap {
    max-width: 130px;
}

nav.desktop-menu-wrap ul.desktop-menu-only li:not(:last-child) {
    margin: 0 20px 0 0;
}

.desktop-big-header {
    padding: 15px 0;
}

body.sk__scrolling-started .desktop-big-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #000;
    box-shadow: 0 0 40px 0 #ffffff1c;
}

div#codeModal {
    display: none;
}

.color-styler-wrapper {
    display: none;
}

.sp-container.sp-hidden.sp-light.sp-alpha-enabled.sp-clear-enabled.sp-palette-buttons-disabled.sp-initial-disabled {
    display: none;
}

li.commons, li {
    position: relative;
    list-style: none;
}

img.png-icon {
    height: 40px;
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    padding: 5px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(105%) contrast(108%);
}

ul, ol {
    padding: 0;
    margin: 0;
}

footer p, footer a {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.third-colunm ul.footer-links-wrap li {
    padding: 0 0 20px 50px;
}

    .third-colunm ul.footer-links-wrap li p, .third-colunm ul.footer-links-wrap li a {
        margin: 0;
    }

.second-colunm ul.footer-links-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.copy-right-wrap p {
    text-align: center;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.copy-right-wrap {
    padding: 15px 0;
    border-top: 1px solid #ffffff63;
    margin: 30px 0 0 0;
}
    .copy-right-wrap p a img {
        max-width: 100px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7455%) hue-rotate(324deg) brightness(99%) contrast(120%);
    }

/*authority-credibility-snapshot-section*/
.section-authority {
    padding: 30px 0;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 24px;
}

.section-heading {
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

.credibility-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 30px;
    margin-bottom: 40px;
}

.credibility-item {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding: 20px 50px;
    background: #111111;
    box-shadow: 0 0 0 1px #ffffff45;
    counter-increment: item;
    font-weight: 300;
}

    .credibility-item::before {
        content: counter(item) ". ";
        position: absolute;
        left: 9px;
        top: 24px;
        background: #ffffff;
        border-radius: 50%;
        height: 28px;
        width: 30px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

.section-paragraph {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 0 210px;
}

.cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 70px;
}


/*advisory-pathways-section*/
section.advisory-pathways-section {
    padding: 30px 0;
    background: #1A1A1A;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 30px;
}

.section-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 40px;
    color: #ffffff;
}

.section-body {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    margin: 30px 0 30px 0;
}

.feature-item {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding-left: 39px;
    position: relative;
    font-weight: 300;
}

    .feature-item::before, .bullet-item::before, .promise-item::before {
        content: "";
        background-image: url('../img/img-png.png');
        background-repeat: no-repeat;
        position: absolute;
        top: 3px;
        width: 30px;
        height: 20px;
        background-size: 100% 100%;
        left: 0;
        bottom: 0;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(56deg) brightness(105%) contrast(102%);
    }

.section-closing {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    border-left: 2px solid #fff;
    padding: 10px 0 10px 13px;
}

.cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 70px;
}


/*the-chief-philosophy-section*/

/* Section Container */
.section-philosophy {
    padding: 30px 0;
}

/* Label */
.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-bottom: 40px;
}

/* Main Heading */
.section-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 30px;
}


.bullet-block {
    margin: 15px 0;
    padding-left: 20px;
    border-left: 2px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.bullet-item {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding: 0 0 4px 40px;
}
/* Signal Highlight */
.signal-highlight {
    margin: 140px 0 100px 0;
    padding: 80px 60px;
    background: linear-gradient(145deg, #111118, #0d0d12);
    border: 1px solid rgba(255,255,255,0.08);
}

.signal-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #ffffff;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 50px;
}

.signal-item h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 31px;
}

.signal-item p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
}
/* Divider */
.section-divider {
    margin: 120px 0;
    height: 1px;
    background: rgba(255,255,255,0.08);
}

/*institutional-trust-section*/
.section-institutional {
    padding: 30px 0;
    background: #29292c;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 35px;
}

.section-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-subtitle {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 32px;
}

.institution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.institution-card {
    padding: 40px 35px;
    background: linear-gradient(160deg, #111118, #0d0d13);
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

    .institution-card h3 {
        margin-bottom: 25px;
        color: #ffffff;
    }

    .institution-card p {
        margin-bottom: 25px;
    }

.cta-group {
    margin-top: 20px;
}

    .cta-group > a:not(:last-child) {
        margin-bottom: 20px;
    }

.section-working {
    padding: 30px 0;
}

.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #ffffff;
}
.section-text {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    margin: 10px 0 10px 0;
}

.promise-block {
    margin: 0px 0;
    padding: 40px 40px;
    background-image: url('../img/siteimages/21-atlasinteractive.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .promise-block h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 35px;
        color: #ffffff;
        position: relative;
    }

.promise-item {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 11px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
/*
    .promise-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
        height: 6px;
        background: #ffffff;
        border-radius: 50%;
    }*/
.cta-panel a {
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 6px;
    transition: all 0.3s ease;
}


/* Banner section wrap */

/* Hero Banner */
.hero {
    position: relative;
    height: 100vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url('../img/siteimages/11-apex.jpg');
    padding: 24px 0 0 0;
    background-size: cover;
}
section.hero.banner-section-wraap::before {
    content: "";
    background: #0000005e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10,10,13,0.65); /* Dark overlay */
}

/* Hero Content */
.hero-content {
    position: relative;
    max-width: 100%;
    padding: 0 30px;
    z-index: 2;
}

.hero-headline {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

.hero-subtext {
    font-size: 14px;
    line-height: 26px;
    font-family: 'poppins', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 400px 0 0;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin: 30px 0 0 0;
}
.common-design > a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px 0 20px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0px !important;
    position: relative;
}

    .common-design > a:hover {
        background: #fff;
        color: #000;
        box-shadow: none;
    }
/* Primary CTA */
.cta-primary {
    background: #ff4d5a;
    color: #ffffff;
    border: none;
}
/* Secondary CTA */
.cta-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}









/* Accordion Item */
.accordion-item {
    background: #111111;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1A1A1A;
}

.accordion-header {
    cursor: pointer;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    border: 1px solid #fff;
    border-radius: 8px;
}

.accordion-item.active {
    border: 1px solid #ffffff9e;
    border-radius: 8px;
}

.accordion-header:hover {
    background: #1A1A1A;
}

.accordion-header::after {
    content: '+';
    font-size: 35px;
    transition: transform 0.3s ease;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.accordion-item.active .accordion-header::after {
    content: '−';
    background: #000;
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    background: #111111;
    font-size: 16px;
    line-height: 1.8;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.accordion-item.active .accordion-content {
    max-height: 530px;
    padding: 20px 30px;
}

.accordion-item.active .accordion-header {
    background: #fff;
    color: #000;
}



/*******my-css********/
section:not(.banner-section-wraap) .container {
    max-width: 1300px;
}

.ScrollSmoother-wrapper {
    display: none;
}

.authority-credibility-snapshot-section .common-design {
    text-align: center;
}

ul.ul-li-design li {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 0 0 10px 35px;
}

    ul.ul-li-design li::before {
        content: "";
        background-image: url('../img/desgnpng.png');
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(56deg) brightness(105%) contrast(102%);
        background-size: 100% 100%;
    }

.promise-block::before {
    content: "";
    background: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

p.para-footer {
    margin: 15px 0;
}

ul.submenu {
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    width: 230px;
    visibility: hidden;
    opacity: 0;
}

nav.desktop-menu-wrap ul.desktop-menu-only li.nav-item.submenuwrap:hover ul.submenu {
    visibility: visible;
    opacity: 1;
}

ul.submenu li.nav-item {
    width: 100%;
}

    ul.submenu li.nav-item a {
        width: 100%;
        background: #000;
        display: block;
        padding: 10px 20px;
    }

    ul.submenu li.nav-item a {
        border: 1px solid #ffffff29;
    }

nav.desktop-menu-wrap ul.desktop-menu-only > li.submenuwrap > a::before {
    content: "";
    background-image: url('../img/arrow.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(333deg) brightness(106%) contrast(104%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 5px;
    transform: rotate(90deg);
}
.footer-logo-wrap {
    max-width: 230px;
    margin: 0 0 10px 0;
}
/*******************************/
.banner {
    background-image: url('../img/img3.jpg');
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    background-size: cover;
    position: relative;
    background-position: center;
}

.inner-banner-wrap::before {
    content: "";
    background: #000000e3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.inner-banner-wrap .container {
    position: relative;
}

.banner h1 {
    margin: 0;
    font-size: 40px;
}

.breadcrumb {
    margin-top: 15px;
    font-size: 16px;
}

    .breadcrumb a {
        color: #fff;
        text-decoration: none;
        opacity: 0.8;
    }

        .breadcrumb a:hover {
            opacity: 1;
            text-decoration: underline;
        }

    .breadcrumb span {
        margin: 0 8px;
    }

.breadcrumb {
    justify-content: center;
}



/* ====== PHILOSOPHY SECTION ====== */
.philosophy-section {
    position: relative;
    background: #000;
    padding: 120px 20px;
    color: #fff;
}

    .philosophy-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.75);
    }

.philosophy-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.philosophy-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 23px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 50px;
}

.philosophy-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.philosophy-text {
    max-width: 100%;
    margin: 0;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
/* ===== SIGNAL CARDS ===== */
.signals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.signal-card {
    background: #fff;
    color: #222;
    width: 300px;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    transition: 0.4s;
}

    .signal-card:hover {
        transform: translateY(-10px);
    }

    .signal-card img {
        width: 60px;
        margin-bottom: 15px;
    }

    .signal-card h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .signal-card p {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        font-weight: 300;
    }

.left-side-border {
    border-left: 2px solid #fff;
    padding: 0 0 0 10px;
    margin: 10px 0;
}


/* ===============================
   SIGNAL CONCEPT SECTION STYLING
================================= */
.signal-concept {
    padding: 40px 0;
    background: #262626;
    color: #f8fafc;
}

    .signal-concept .container {
        max-width: 1100px;
        margin: 0 auto;
    }

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 42px;
        font-weight: 700;
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }

    .section-header .tagline {
        font-size: 18px;
        color: #94a3b8;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.definition {
    font-size: 20px;
    line-height: 30px;
    max-width: 1080px;
    margin: 0 auto 40px auto;
    color: #fff;
}

.reality {
    background: #000;
    padding: 30px 20px;
    border-radius: 12px;
    max-width: 1080px;
    margin: 0 auto 70px;
}
.reality h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.reality p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 26px;
}
.reality blockquote {
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid #fff;
    padding-left: 20px;
    color: #f1f5f9;
}
.doctrine h3 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.doctrine > p {
    text-align: center;
    margin-bottom: 50px;
    color: #cbd5e1;
}
.signal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.signal-card {
    background: #000;
    transition: all 0.3s ease;
    width: 100%;
}
.signal-card:hover {
    transform: translateY(-6px);
    background: #000;
    border-color: #000;
}
.signal-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.closing {
    text-align: center;
    margin-top: 80px;
    font-size: 20px;
    font-weight: 500;
    color: #f1f5f9;
}
/* ===============================
   CHIEF SIGNAL DIAGNOSTICS
================================= */

.chief-diagnostics {
    padding: 120px 20px;
    background: #000000;
    color: #F8FAFC;
    font-family: 'Inter', sans-serif;
}
.chief-diagnostics .container {
    max-width: 1200px;
    margin: 0 auto;
}

.diagnostics-header {
    text-align: center;
    margin-bottom: 60px;
}
.diagnostics-header h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.diagnostics-header .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #94A3B8;
    margin-top: 10px;
}
/* Intro */
.diagnostics-intro {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 70px auto;
    color: #fff;
    text-align: left;
}
.diagnostics-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}
.breakdown-card {
    background: #0F0F0F;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #1F1F1F;
    transition: all 0.3s ease;
}
.breakdown-card:hover {
    transform: translateY(-8px);
    border-color: #38BDF8;
    background: #141414;
}
.breakdown-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #38BDF8;
    letter-spacing: 1px;
}
.breakdown-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #CBD5E1;
}
.diagnostics-context {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px auto;
}
.diagnostics-context p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #E2E8F0;
}
.diagnostics-context blockquote {
    font-size: 22px;
    font-weight: 600;
    border-left: 4px solid #38BDF8;
    padding-left: 20px;
    text-align: left;
    margin: 0 auto;
    max-width: 600px;
}
.diagnostics-footer {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}
.diagnostics-footer p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #CBD5E1;
}
.diagnostics-footer .closing-line {
    font-size: 16px;
    color: #94A3B8;
}
section.chief-signal-diagnostics-section h2.section-heading {
    text-align: left;
}
/* ===============================
   CHIEF CTA SYSTEM
================================= */
.chief-cta-system {
    background: #000000;
    color: #F8FAFC;
    font-family: 'Inter', sans-serif;
}
.cta-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #38BDF8;
    margin-bottom: 15px;
}
/* ===============================
   CTA STRIP (Mid Page)
================================= */
.cta-strip {
    background: linear-gradient(90deg, #0A0A0A, #111827);
    padding: 70px 20px;
    text-align: center;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
}
.cta-strip h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.cta-link {
 
    transition: 0.3s;
}
.cta-link:hover {
    letter-spacing: 1px;
}
/* ===============================
   CTA PANEL (Lower Section)
================================= */
.cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 10%;
    background: #0F0F0F;
    border-bottom: 1px solid #1F1F1F;
}
.cta-panel-left h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.cta-panel-left p {
    color: #94A3B8;
}
.cta-button {
    padding: 14px 30px;
    background: transparent;
    border: 1px solid #38BDF8;
    color: #38BDF8;
    text-decoration: none;
    transition: 0.3s;
}
.cta-button:hover {
    background: #38BDF8;
    color: #000000;
}
/* ===============================
   CTA HERO (End Page Dominant)
================================= */
.cta-hero {
    padding: 120px 20px;
    text-align: center;
    background: radial-gradient(circle at center, #111827, #000000);
}
.cta-hero h2 {
    font-size: 44px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}
.cta-primary {
    color: #fff;
}
.cta-primary:hover {
    background: #3B82F6;
}



/* ===============================
   CHIEF STORY BANNER
================================= */

.chief-story-banner {
    position: relative;
    background: radial-gradient(circle at center, #111827 0%, #000000 70%);
    padding: 140px 20px;
    text-align: center;
    overflow: hidden;
    color: #F8FAFC;
    font-family: 'Inter', sans-serif;
}
.story-overlay {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(56,189,248,0.15), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(80px);
    z-index: 0;
}

.story-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.story-label {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #38BDF8;
    margin-bottom: 20px;
}
.story-heading {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.story-subtext {
    font-size: 18px;
    line-height: 1.7;
    color: #CBD5E1;
    margin-bottom: 40px;
}
.story-divider {
    width: 80px;
    height: 2px;
    background: #38BDF8;
    margin: 0 auto 40px auto;
}
.story-cta {
    display: inline-block;
    padding: 16px 42px;
    border: 1px solid #38BDF8;
    color: #38BDF8;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.story-cta:hover {
    background: #38BDF8;
    color: #000000;
    transform: translateY(-4px);
}


/* ===============================
   CHIEF INSIGHT MID-PAGE BANNER
================================= */
.chief-insight-banner {
    background: linear-gradient(90deg, #0A0A0A, #111827);
    padding: 90px 8%;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
    font-family: 'Inter', sans-serif;
    color: #F8FAFC;
}
.insight-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.insight-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #38BDF8;
    margin-bottom: 18px;
}
.insight-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.insight-subtext {
    font-size: 17px;
    line-height: 1.7;
    color: #94A3B8;
    max-width: 600px;
}
.insight-cta {
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid #38BDF8;
    color: #38BDF8;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.insight-cta:hover {
    background: #38BDF8;
    color: #000000;
    transform: translateY(-4px);
}



/* ===============================
   CHIEF DIVISIONS LOWER BANNER
================================= */

.chief-divisions-banner {
    background: #0F0F0F;
    padding: 100px 10%;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
    font-family: 'Inter', sans-serif;
    color: #F8FAFC;
}

.divisions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Content */

.divisions-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #38BDF8;
    margin-bottom: 18px;
}

.divisions-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.divisions-subtext {
    font-size: 17px;
    line-height: 1.7;
    color: #94A3B8;
    max-width: 600px;
}

/* Right CTA Button */

.divisions-button {
    display: inline-block;
    padding: 16px 40px;
    border: 1px solid #38BDF8;
    color: #38BDF8;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.divisions-button:hover {
    background: #38BDF8;
    color: #000000;
    transform: translateY(-4px);
}


/* ===============================
   FOOTER CTA BANNER
================================= */

.footer-cta-banner {
    background: #0A0A0A;
    padding: 120px 20px;
    text-align: center;
    border-top: 2px solid #1F1F1F;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    color: #F8FAFC;
}
.footer-cta-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(56,189,248,0.1), transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.footer-cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}
.footer-cta-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #38BDF8;
    letter-spacing: -0.5px;
}
.footer-cta-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #CBD5E1;
}
.footer-cta-button {
    display: inline-block;
    padding: 18px 48px;
    border: 2px solid #38BDF8;
    color: #38BDF8;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.footer-cta-button:hover {
    background: #38BDF8;
    color: #000000;
    transform: translateY(-4px);
}
.leftsideimg-rightsidecontent {
    margin: 0 0 30px 0;
}
.home-img-content {
    margin: 0 0 30px 0;
}
