html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

:root {
    --black-900: #4D5156;
    --black-800: #201e1e;
    --green-800: #00DE4C;
    --green-700: #00CFD1;
    --green-600: #008591;
    --gray-300: #F1F1F2;
    --gray-200: #F1F1EF;
    --gray-100: #EDEDEE;
    --blue-900: #0030FF;
    --blue-800: #063BF9;
    --md-teal: #009591;
    --green-emerald-600: #00DE4C;
    --green-emerald-800: #00CFD1;

    --pink-800: #FF5070;

    --yellow-800: #FF9500;
    --orange-800: #FF6B10;

    --intro-gradient-from: rgba(2, 15, 48, 0.99);
    --intro-gradient-to: rgba(2, 15, 45, 0);

    --br-gradient-from: rgba(0, 21, 73, 0.99);
    --br-gradient-to: rgba(2, 15, 45, 0);
}

.adnoc-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1300px; */
    padding-left: 2.5rem;
    /* px-10 */
    padding-right: 2.5rem;
    /* px-10 */
}

* {
    font-family: 'ADNOC Sans', sans-serif;
}

.nav-active {
    color: var(--blue-900) !important;
    border-bottom: 2px solid var(--blue-900) !important;
    font-weight: bold !important;
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.3s ease;
    height: 95px;
}

.hero-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-section-ar {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.hero-section-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

.introduction-hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
}

.introduction-hero-section-ar {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.introduction-hero-section-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

.business-review-hero {
    background-size: cover;
    background-position: center;
    position: relative;
}

.business-review-hero-ar {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.business-review-hero-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

.vcs-hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
}

.vcs-hero-section-ar {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.vcs-hero-section-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

.ss-hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
}

.ss-hero-section-ar {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.ss-hero-section-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

.capitals-hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
}

.capitals-hero-section-ar {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}

.capitals-hero-section-ar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: -1;
}

@font-face {
    font-family: 'ADNOC Sans';
    src: url('../fonts/ADNOCSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ADNOC Sans';
    src: url('../fonts/ADNOCSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ADNOC Sans';
    src: url('../fonts/ADNOCSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ADNOC Sans';
    src: url('../fonts/ADNOCSans-XBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'ADNOC Sans', sans-serif !important;
    scroll-behavior: smooth;
}

.glass-morphism {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.adnoc-blue {
    color: #0056b3;
}

.adnoc-bg-blue {
    background-color: #0056b3;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 30%, transparent 70%);
}

[data-aos] {
    transition-duration: 1000ms !important;
}

.fluid-hero-eyebrow {
    font-size: clamp(1.125rem, 0.98rem + 0.7vw, 1.625rem);
    line-height: clamp(1.4rem, 1.18rem + 0.8vw, 2rem);
}

.fluid-hero-title {
    font-size: clamp(1.875rem, 0.65rem + 3.4vw, 4.5rem);
    line-height: clamp(2.375rem, 0.7rem + 3vw, 3.875rem);
}

.fluid-section-title {
    font-size: clamp(2rem, 1.3rem + 3vw, 4.563rem);
    line-height: clamp(2.25rem, 1.5rem + 2.7vw, 4.375rem);
}

.fluid-title-lg {
    font-size: clamp(1.5rem, 2rem + 1vw, 3rem);
    line-height: clamp(1.75rem, 2rem + 1.1vw, 3rem);
}

.fluid-title-md {
    font-size: clamp(1.125rem, 0.95rem + 0.55vw, 1.4375rem);
    line-height: clamp(1.35rem, 1.12rem + 0.6vw, 1.75rem);
}

.fluid-title-sm {
    font-size: clamp(1rem, 0.5rem + 0.35vw, 1.25rem);
    line-height: clamp(1.25rem, 1rem + 0.4vw, 1.5rem);
}

.fluid-stat-lg {
    font-size: clamp(1.875rem, 0.5rem + 1.2vw, 2.5rem);
    line-height: clamp(1.9rem, 0.5rem + 1vw, 2.5rem);
}

.fluid-stat-md {
    font-size: clamp(1.375rem, 1.1rem + 0.9vw, 1.5rem);  
    line-height: clamp(1.45rem, 1.15rem + 0.8vw, 1.8rem);
}
.fluid-stat-smd {
    font-size: clamp(1.175rem, 1.1rem + 0.9vw, 1.2rem);  
    line-height: clamp(1.25rem, 1.15rem + 0.8vw, 1.5rem);
}
.fluid-stat-sm {
    font-size: clamp(0.9rem, 1.1rem + 0.9vw, 1.2rem);
    line-height: clamp(1rem, 1.15rem + 0.8vw, 1.3rem);
}

.fluid-body-lg {
    font-size: clamp(1rem, 0.9rem + 0.45vw, 1.575rem);
    line-height: clamp(1.5rem, 1rem + 0.5vw, 1.75rem);
}

.fluid-body-md {
    font-size: clamp(0.9375rem, 0.86rem + 0.3vw, 1rem);
    line-height: clamp(1.3rem, 1rem + 0.35vw, 1.5rem);
}

.fluid-body-sm {
    font-size: clamp(0.8125rem, 0.5rem + 0.2vw, 0.9375rem);
    line-height: clamp(1.1rem, 0.5rem + 0.25vw, 1.35rem);
}

.fluid-body-xs {
    font-size: clamp(0.6875rem, 0.66rem + 0.15vw, 0.8125rem);
    line-height: clamp(0.95rem, 0.88rem + 0.2vw, 1.15rem);
}

.fluid-body-xss {
    font-size: clamp(0.3875rem, 1.66rem + 0.15vw, 0.65rem);
    line-height: clamp(0.45rem, 1.88rem + 0.2vw, 0.7rem);
}

.fluid-button-text {
    font-size: clamp(0.75rem, 0.7rem + 0.18vw, 0.875rem);
    line-height: 1.1;
}

/* Global Button Hover Effects */
button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
}

button:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

button:active {
    transform: scale(0.98);
    filter: brightness(0.9);
}

/* Specific fix for floating buttons to ensure they don't shift too much */
.fixed button:hover {
    transform: scale(1.05) translateX(-5px);
}


@media (min-width: 1300px) {
    .adnoc-container {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .adnoc-container {
        max-width: 1240px;
    }
}
@media (min-width: 1700px) {
    .adnoc-container {
        max-width: 1300px;
    }
}
@media (min-width: 1900px) {
    .adnoc-container {
        max-width: 1440px;
    }
}





@media (max-width: 768px) {
    .adnoc-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .business-review-hero,
    .vcs-hero-section,
    .ss-hero-section,
    .capitals-hero-section,
    .introduction-hero-section {
        background-position: 10%;
    }

    .introduction-hero-section-ar::before,
    .capitals-hero-section-ar::before,
    .ss-hero-section-ar::before,
    .vcs-hero-section-ar::before,
    .business-review-hero-ar::before {
        background-position: 10%;
    }
}


@media (max-width: 1536px) {
    .adnoc-focus-section .adnoc-focus-stat-prefix {
        font-size: 14px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-number {
        font-size: 28px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-suffix {
        font-size: 12px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-title {
        font-size: 11px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-desc,
    .adnoc-focus-section .adnoc-focus-stat-extra {
        font-size: 10px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-growth {
        font-size: 12px !important;
    }
}

@media (max-width: 1280px) {
    .adnoc-focus-section .adnoc-focus-stat-prefix {
        font-size: 13px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-number {
        font-size: 26px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-suffix {
        font-size: 11px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-title {
        font-size: 10px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-desc,
    .adnoc-focus-section .adnoc-focus-stat-extra {
        font-size: 9px !important;
    }

    .adnoc-focus-section .adnoc-focus-stat-growth {
        font-size: 11px !important;
    }
}
