/*----------------------------------------------
*
* [Default Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root
2. Button
3. Effect

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    --h1-font: 'Poppins', sans-serif;
    --h1-size: 4.5rem;
    --h1-weight: 900;
    
    --h2-font: 'Poppins', sans-serif;
    --h2-size: 3rem;
    --h2-weight: 700;
    
    --p-font: 'Montserrat', sans-serif;
    --p-size: 1rem;
    --p-weight: 400;

    --header-bg-color: #021627 ;
    --nav-top-bg-color: #031829;
    --nav-sub-bg-color: #031f36;
    --nav-top-bg-color: #031829;
    --nav-holder-bg-color: transparent;
    --nav-brand-height: 40px;
    --nav-item-color: #d7ecff;
    --hero-bg-color: #111117;
    --footer-brand-height: 80px;

    --primary-color: #0e7ac7;
    --secondary-color: #15a7e0;
    
    --white-color: #eaf7ff;
    --black-color: #00060c;
    --dark-grey-color: #02111f;

    --primary-t-color: #d7ecff;
    --secondary-t-color: #99d8ff; 
    --primary-p-color: #b2d5f2;
    --secondary-p-color: #82bce5;
    --primary-b-color: #eaf7ff;
    --primary-l-color: rgba(0, 0, 0, .25);
    --secondary-l-color: rgba(255, 255, 255, 0.35);

    --valid-color: #007a4d;
    --invalid-color: #e34f4f;

    --primary-bg-color: #031424;
    --primary-bg-color-2: #04192d;
    --primary-bg-color-3: rgba(20, 120, 180, 0.18);

    --secondary-bg-color: #081f34;
    --secondary-bg-color-2: #0b2744;
    --secondary-bg-color-3: #123352;

    --card-bg-color: #09233a;

    --footer-bg-color: #041019;
}

/* #endregion Root */

/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */

.primary-button, .primary-button:visited, .primary-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--primary-color);
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.primary-button:hover, .primary-button:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.outline-button, .outline-button:visited, .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.odd .outline-button, .odd .outline-button:visited, .odd .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.outline-button:hover, .outline-button:focus {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
}

/* #endregion Button */

/* #region Effect */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}
  
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--secondary-color);
        box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}

/* #endregion Effect */

/*----------------------------------------------
Header Premium
----------------------------------------------*/

.header-premium {
    position: relative;
    z-index: 1030;
    font-family: var(--p-font);
    --topbar-height: 50px;
}

/*----------------------------------------------
Preloader overrides
----------------------------------------------*/
/* Hide animated percentage text inside the preloader, keep rings/logo visible */
#preloader.preloader .radial span,
#preloader.preloader .radial span i {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
}

.header-premium .nav-top-premium {
    position: relative;
    padding: 0.5rem 0;
    background: linear-gradient(90deg, rgba(8, 24, 40, 0.95) 0%, rgba(3, 20, 36, 0.9) 45%, rgba(8, 40, 63, 0.9) 100%);
    color: rgba(233, 245, 255, 0.72);
    border-bottom: 1px solid rgba(125, 214, 255, 0.12);
    backdrop-filter: blur(8px);
    overflow: hidden;
    max-height: 120px;
    transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.header-premium .nav-top-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(125, 214, 255, 0.12), rgba(125, 214, 255, 0));
    opacity: 0.65;
    pointer-events: none;
}

.header-premium .nav-top-premium .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1.25rem;
}

.header-premium .nav-top-premium .navbar-nav {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.header-premium .nav-top-premium .navbar-nav:first-of-type {
    flex: 1 1 auto;
    justify-content: flex-start;
}

.header-premium .nav-top-premium .navbar-nav:nth-of-type(2) {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.header-premium .nav-top-premium .navbar-nav.icons {
    flex: 0 0 auto;
}

.header-premium .nav-top-premium .ml-auto {
    display: none;
}

.header-premium .nav-top-premium .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(233, 245, 255, 0.78);
    text-transform: none; /* allow lowercase content to appear as typed */
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    transition: color 0.3s ease;
}

.header-premium .nav-top-premium .nav-link {
    white-space: nowrap;
}

.header-premium .nav-top-premium .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.header-premium .nav-top-premium .icons {
    display: flex;
    align-items: center;
}

.header-premium .nav-top-premium .nav-link i {
    color: rgba(125, 214, 255, 0.85);
    font-size: 0.85rem;
}

.header-premium .nav-top-premium .nav-link:hover {
    color: #7dd6ff;
}

.header-premium .nav-top-premium .icons .nav-link {
    padding: 0; /* center icon inside fixed circle */
    width: 36px;
    height: 36px;
    justify-content: center;
    border-radius: 50%;
    background: rgba(125, 214, 255, 0.12);
    color: #7dd6ff;
    font-size: 0.9rem;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.header-premium .nav-top-premium .icons .nav-link:hover {
    transform: translateY(-3px);
    background: rgba(125, 214, 255, 0.3);
    color: #ffffff;
}

.header-premium .nav-main-premium {
    position: fixed;
    top: var(--topbar-height);
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem 0;
    background: rgba(3, 20, 36, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(125, 214, 255, 0.14);
    box-shadow: 0 26px 48px rgba(2, 14, 24, 0.45);
    z-index: 1020;
    transition: padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, top 0.35s ease;
}

/* Reserve space for fixed nav (topbar height + nav height) */
.header-premium {
    padding-top: calc(var(--topbar-height, 0px) + var(--nav-fixed-height, 80px));
}

.header-premium .nav-main-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(110% 110% at 50% -15%, rgba(125, 214, 255, 0.2) 0%, rgba(3, 20, 36, 0) 55%);
    pointer-events: none;
}

.header-premium .nav-main-premium .container {
    position: relative;
    z-index: 1;
}

.header-premium .nav-main-premium .navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(125, 214, 255, 0.14), rgba(125, 214, 255, 0.06));
    border: 1px solid rgba(125, 214, 255, 0.22);
    box-shadow: 0 10px 30px rgba(7, 18, 30, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-premium .nav-main-premium .navbar-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(7, 18, 30, 0.45);
}

.header-premium .nav-main-premium .navbar-brand img {
    max-height: 56px;
    width: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45));
    transition: max-height 0.35s ease;
}

.header-premium .nav-main-premium .navbar-nav.items > li {
    margin: 0 0.35rem;
}

.header-premium .nav-main-premium .navbar-nav.items > li > .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1.05rem;
    color: rgba(233, 245, 255, 0.8);
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    transition: color 0.35s ease, transform 0.35s ease;
}

.header-premium .nav-main-premium .navbar-nav.items > li > .nav-link::after {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 0.4rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(125, 214, 255, 0), rgba(125, 214, 255, 0.8), rgba(125, 214, 255, 0));
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.header-premium .nav-main-premium .navbar-nav.items > li:hover > .nav-link,
.header-premium .nav-main-premium .navbar-nav.items > li > .nav-link:focus {
    color: #ffffff;
}

.header-premium .nav-main-premium .navbar-nav.items > li:hover > .nav-link::after,
.header-premium .nav-main-premium .navbar-nav.items > li > .nav-link:focus::after,
.header-premium .nav-main-premium .navbar-nav.items > li > .nav-link[aria-current="page"]::after {
    transform: scaleX(1);
    opacity: 1;
}

.header-premium .nav-main-premium.navbar-sticky {
    padding: 0.6rem 0;
    background: rgba(3, 18, 30, 0.98);
    box-shadow: 0 18px 36px rgba(0, 8, 16, 0.55);
}

.header-premium .nav-main-premium.navbar-sticky .navbar-brand img {
    max-height: 48px;
}

.header-premium.header-condensed .nav-top-premium {
    max-height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.header-premium:not(.header-condensed) .nav-top-premium {
    transform: translateY(0);
    opacity: 1;
}

.header-premium.header-condensed .nav-main-premium {
    top: 0;
}

.header-premium:not(.header-condensed) .nav-main-premium {
    top: var(--topbar-height);
}

.header-premium.header-condensed {
    --topbar-height: 0px;
}

.header-premium .navbar-sticky.sub,
.header-premium .navbar-sticky.sub.hidden,
.header-premium .navbar-sticky.sub.visible {
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.header-premium .nav-main-premium .navbar-nav.items .dropdown-menu {
    margin-top: 0.2rem;
    padding: 0.75rem 0.85rem;
    background: rgba(5, 26, 43, 0.96);
    border: 1px solid rgba(125, 214, 255, 0.18);
    border-radius: 14px;
    box-shadow: 0 30px 55px rgba(0, 10, 18, 0.55);
    min-width: 240px;
}

.header-premium .nav-main-premium .navbar-nav.items .dropdown-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.55rem 0.65rem;
    color: rgba(233, 245, 255, 0.78);
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-premium .nav-main-premium .navbar-nav.items .dropdown-menu .nav-link:hover {
    color: #7dd6ff;
    transform: translateX(4px);
}

.header-premium .nav-main-premium .navbar-nav.items .dropdown-menu .dropdown-menu {
    margin-left: 0.5rem;
    margin-top: 0.35rem;
}

.header-premium .nav-main-premium .navbar-nav.action .btn {
    border-radius: 999px;
    padding: 0.75rem 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0e7ac7 0%, #15a7e0 55%, #54d2ff 100%);
    border: none;
    box-shadow: 0 24px 45px rgba(14, 122, 199, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.header-premium .nav-main-premium .navbar-nav.action .btn:hover,
.header-premium .nav-main-premium .navbar-nav.action .btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 28px 55px rgba(14, 122, 199, 0.55);
}

.header-premium .nav-main-premium .navbar-nav.toggle .nav-link {
    padding: 0; /* remove default nav-link padding to center icon */
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(125, 214, 255, 0.18), rgba(125, 214, 255, 0.08));
    color: #7dd6ff;
    border: 1px solid rgba(125, 214, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.header-premium .nav-main-premium .navbar-nav.toggle .nav-link:hover {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(125, 214, 255, 0.3), rgba(125, 214, 255, 0.12));
}

.header-premium .nav-main-premium .icons .nav-link {
    color: rgba(233, 245, 255, 0.75);
    transition: color 0.3s ease;
}

.header-premium .nav-main-premium .icons .nav-link:hover {
    color: #7dd6ff;
}

@media (max-width: 1199.98px) {
    .header-premium .nav-main-premium {
        padding: 0.85rem 0;
    }

    .header-premium .nav-main-premium .navbar-nav.items > li > .nav-link {
        padding: 0.65rem 0.85rem;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 991.98px) {
    .header-premium .nav-top-premium {
        padding: 0.45rem 0.5rem;
    }

    .header-premium .nav-top-premium .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
    }

    .header-premium .nav-top-premium .navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem;
        text-align: center;
    }

    .header-premium .nav-top-premium .nav-link {
        letter-spacing: 0.08em;
    }

    .header-premium .nav-main-premium {
        padding: 0.75rem 0;
    }

    .header-premium .nav-main-premium .navbar-nav.items > li > .nav-link {
        padding: 0.65rem 0.75rem;
        font-size: 0.78rem;
    }

    .header-premium .nav-main-premium .navbar-nav.action {
        margin-top: 1rem;
    }

    .header-premium .nav-main-premium .navbar-nav.action .btn {
        width: 100%;
    }

    .header-premium .nav-main-premium .navbar-nav.items .dropdown-menu {
        position: static;
        margin: 0.35rem 0;
        border-radius: 12px;
        box-shadow: none;
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 575.98px) {
    .header-premium .nav-top-premium .nav-link {
        font-size: 0.68rem;
        gap: 0.3rem;
    }

    .header-premium .nav-top-premium .navbar-nav:first-of-type,
    .header-premium .nav-top-premium .navbar-nav:nth-of-type(2),
    .header-premium .nav-top-premium .navbar-nav.icons {
        justify-content: center;
    }

    .header-premium .nav-top-premium .icons {
        margin-top: 0.35rem;
        justify-content: center;
        width: 100%;
    }

    .header-premium .nav-main-premium .navbar-brand img {
        max-height: 48px;
    }
}

/*----------------------------------------------
Scroll To Top – Premium
----------------------------------------------*/

.scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(14, 122, 199, 0.85) 0%, rgba(21, 167, 224, 0.7) 60%, rgba(125, 214, 255, 0.85) 100%);
    box-shadow: 0 18px 36px rgba(7, 18, 30, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.scroll-to-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #0b2034;
    font-size: 1.2rem;
}

.scroll-to-top.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.scroll-to-top:hover {
    box-shadow: 0 22px 44px rgba(7, 18, 30, 0.55);
    transform: translateY(-6px);
}

.scroll-to-top:hover a {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .scroll-to-top {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
}

/*----------------------------------------------
Premium Enhancements
----------------------------------------------*/

.hero-premium .hero-copy {
    color: var(--white-color);
}

.hero-premium .slide-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 4rem 0;
    position: relative;
    z-index: 2;
}

.hero-premium .slide-content .container {
    width: 100%;
}

.hero-premium .hero-copy h1,
.hero-premium .hero-copy .title {
    color: var(--white-color);
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero-premium .hero-copy .lead {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1.05rem, 2.3vw, 1.32rem);
    max-width: 680px;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: grid;
    row-gap: 0.75rem;
}

.hero-highlights li {
    display: flex;
    align-items: flex-start;
    color: var(--white-color);
    font-weight: 500;
}

.hero-highlights i {
    color: var(--secondary-color);
    margin-right: 0.75rem;
    margin-top: 0.2rem;
}

.hero-premium .buttons .btn {
    position: relative;
    box-shadow: 0 18px 40px rgba(14, 122, 199, 0.35);
    border-radius: 999px;
    padding: 0.9rem 1.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-premium .buttons .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-premium .buttons .btn:hover::before,
.hero-premium .buttons .btn:focus::before {
    opacity: 1;
}

.hero-intel {
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    .hero-intel {
        margin-top: 0;
    }
}

.hero-premium .swiper-slide {
    position: relative;
}

.hero-premium .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(3, 20, 36, 0.88) 15%, rgba(3, 20, 36, 0.55) 60%, rgba(3, 20, 36, 0.35) 100%);
    z-index: 1;
}

.hero-insight-stack {
    display: grid;
    gap: 1.5rem;
}

.hero-insight-stack .card {
    height: 100%;
}

.hero-premium .slide-content {
    padding: 4rem 0;
}

.hero-dashboard,
.hero-quote {
    background: rgba(8, 14, 19, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 2rem;
    color: var(--white-color);
    backdrop-filter: blur(6px);
}

.hero-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.hero-dashboard-header .tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(37, 135, 165, 0.2);
    color: var(--secondary-color);
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-weight: 600;
}

.hero-dashboard-header .kpi {
    font-weight: 700;
    font-size: 1rem;
    color: #7dd6ff;
}

.hero-dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    row-gap: 0.75rem;
}

.hero-dashboard-list li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 0.95rem;
}

.hero-dashboard-list span {
    opacity: 0.75;
}

.hero-dashboard-list strong {
    color: #ffffff;
    font-weight: 600;
}

.hero-dashboard-cta {
    font-weight: 600;
    border-radius: 12px;
}

.hero-quote {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hero-quote-body p {
    font-size: 1.05rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.hero-quote-footer {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
}

.hero-stats .stat {
    background: rgba(8, 14, 19, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    min-width: 120px;
}

.hero-stats .label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.hero-stats strong {
    display: block;
    font-size: 1.1rem;
    color: #7dd6ff;
}

.hero-article .hero-media {
    position: relative;
    z-index: 1;
    margin: 2rem 0 0;
    padding: 1.25rem;
    border-radius: 26px;
    background:
        radial-gradient(135% 135% at 105% -5%, rgba(21, 167, 224, 0.32) 0%, rgba(3, 20, 36, 0.9) 55%, rgba(3, 20, 36, 0.98) 100%),
        linear-gradient(135deg, rgba(14, 122, 199, 0.08), rgba(3, 20, 36, 0.6));
    box-shadow:
        0 32px 68px rgba(2, 12, 24, 0.55),
        0 1px 0 rgba(255, 255, 255, 0.05) inset;
    isolation: isolate;
    overflow: visible;
}

.hero-article .hero-media::before {
    content: "";
    position: absolute;
    inset: 0.35rem;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    opacity: 0.65;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.hero-article .hero-media::after {
    content: "";
    position: absolute;
    width: 62%;
    height: 64%;
    left: -12%;
    bottom: -16%;
    background: radial-gradient(65% 65% at 50% 50%, rgba(21, 167, 224, 0.35) 0%, rgba(3, 20, 36, 0) 100%);
    filter: blur(0);
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.hero-article .hero-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(6, 40, 73, 0.55);
    filter: saturate(1.05) contrast(1.05);
    transition:
        transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-article .hero-media:hover::before {
    opacity: 0.9;
}

.hero-article .hero-media:hover::after {
    transform: translate3d(12%, 12%, 0);
    opacity: 0.85;
}

.hero-article .hero-media:hover img {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 32px 80px rgba(10, 45, 80, 0.6);
}

@media (max-width: 991.98px) {
    .hero-article .hero-media {
        margin-top: 2.5rem;
        padding: 1rem;
    }

    .hero-article .hero-media::after {
        width: 78%;
        height: 58%;
        left: 8%;
        bottom: -20%;
    }
}

@media (max-width: 991.98px) {
    .hero-premium .slide-content {
        padding: 3rem 0;
    }

    .hero-insight-stack {
        margin-top: 2rem;
    }
}

.hero-metrics-band {
    background: linear-gradient(135deg, #07121e 0%, #0f2742 60%, #13314f 100%);
    color: var(--white-color);
    padding: 4rem 0;
}

.hero-metrics-band h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.hero-metrics-band p {
    color: rgba(255, 255, 255, 0.75);
}

.hero-metrics-grid {
    row-gap: 1.5rem;
}

.metric-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 1.5rem;
    height: 100%;
}

.metric-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #7dd6ff;
}

.metric-value .unit {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.25rem;
}

.metric-label {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.75;
}

.about-premium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
}

.about-actions .btn {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.about-commitments {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    row-gap: 0.75rem;
}

.about-commitments li {
    font-weight: 500;
    color: var(--primary-p-color);
}

.about-commitments strong {
    color: var(--primary-color);
}

.about-pillar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.about-pillar-grid .col-12 {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
}

@media (max-width: 575.98px) {
    .about-pillar-grid .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pillar-card {
    background: var(--card-bg-color);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 16px 40px rgba(7, 18, 30, 0.12);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pillar-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid rgba(9, 91, 184, 0.12);
    pointer-events: none;
}

.pillar-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.pillar-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.pillar-card p {
    font-size: 0.95rem;
    color: var(--primary-p-color);
}

.assurance-card {
    margin-top: 2rem;
    background: linear-gradient(135deg, #0a1d2f 0%, #0f2f4a 60%);
    color: #ffffff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(7, 18, 30, 0.25);
}

.assurance-card .eyebrow {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    opacity: 0.7;
    display: block;
    margin-bottom: 0.75rem;
}

.assurance-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1rem;
}

.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.badge-list .badge {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.excellence {
    background: var(--primary-bg-color);
    padding: 5rem 0;
}

.capability-row {
    margin-top: 2.5rem;
    row-gap: 2rem;
}

.capability-card {
    background: linear-gradient(160deg, rgba(9, 35, 58, 0.95) 0%, rgba(4, 25, 45, 0.9) 100%);
    border-radius: 20px;
    padding: 2.2rem 2rem;
    box-shadow: 0 18px 45px rgba(7, 18, 30, 0.22);
    height: 100%;
    position: relative;
    border: 1px solid rgba(125, 214, 255, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(7, 18, 30, 0.32);
}

.capability-icon {
    font-size: 2rem;
    color: #7dd6ff;
    margin-bottom: 1rem;
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    background: rgba(7, 18, 30, 0.65);
    border: 1px solid rgba(125, 214, 255, 0.25);
}

.capability-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: var(--white-color);
}

.capability-card p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.2rem;
    font-size: 0.98rem;
}

.capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 0.6rem;
}

.capability-list li {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.capability-list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #7dd6ff;
    margin-right: 0.55rem;
    margin-top: 0.05rem;
}

.service-card {
    border-radius: 22px;
    padding: 2.4rem 2.1rem;
    background: linear-gradient(150deg, rgba(9, 91, 184, 0.18) 0%, rgba(3, 26, 44, 0.92) 100%);
    border: 1px solid rgba(125, 214, 255, 0.15);
    box-shadow: 0 18px 48px rgba(7, 18, 30, 0.22);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.services-grid .item {
    margin-top: 1.5rem;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(7, 18, 30, 0.32);
}

.service-badge {
    position: absolute;
    top: 20px;
    right: 22px;
    background: rgba(125, 214, 255, 0.15);
    color: #7dd6ff;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(7, 18, 30, 0.6);
    border: 1px solid rgba(125, 214, 255, 0.3);
    margin-bottom: 1.25rem;
}

.service-icon span {
    font-size: 1.8rem;
    color: #7dd6ff;
}

.service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    color: #ffffff;
}

.service-card p {
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.2rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    row-gap: 0.65rem;
}

.service-features li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: flex-start;
}

.service-features li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #7dd6ff;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    margin-top: 0.15rem;
    margin-top: 0.1rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    margin-top: auto;
    position: relative;
    z-index: 2;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(20, 144, 218, 0.95), rgba(10, 72, 167, 0.95));
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 40px rgba(14, 122, 199, 0.45);
}

.service-link i {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon span {
    color: #ffffff;
}

.service-card:hover .service-link i {
    transform: translateX(6px);
}

.service-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-gradient {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.95rem 2.4rem;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(20, 144, 218, 0.95) 0%, rgba(10, 72, 167, 0.95) 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 45px rgba(14, 122, 199, 0.45);
}

.cta-gradient:hover,
.cta-gradient:focus {
    color: #ffffff;
    transform: translateY(-2px);
}

.partners-premium {
    background: linear-gradient(140deg, #021627 0%, #031f36 60%, #05294b 100%);
    padding: 5rem 0;
    color: rgba(255, 255, 255, 0.85);
}

.partners-premium h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.partners-premium p {
    color: rgba(255, 255, 255, 0.75);
}

.partner-carousel {
    margin-top: 2.5rem;
}

.partner-card {
    background: rgba(4, 20, 36, 0.8);
    border: 1px solid rgba(125, 214, 255, 0.18);
    border-radius: 16px;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(7, 18, 30, 0.25);
    min-height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(7, 18, 30, 0.35);
}

.partner-card img {
    max-width: 100%;
    height: auto;
    filter: grayscale(0) brightness(1.05);
}

.operating-system {
    background: var(--primary-bg-color);
    padding: 5rem 0;
}

.operating-system .operating-points {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: grid;
    row-gap: 0.75rem;
}

.operating-system .operating-points li {
    font-weight: 500;
    color: var(--primary-p-color);
}

.operating-system .operating-points strong {
    color: var(--primary-color);
}

.operating-timeline {
    position: relative;
    padding-left: 2.5rem;
    border-left: 1px solid rgba(9, 91, 184, 0.25);
    display: grid;
    row-gap: 1.75rem;
}

.operating-timeline .timeline-item {
    position: relative;
    padding-left: 1rem;
}

.operating-timeline .timeline-item .step {
    position: absolute;
    left: -2.5rem;
    top: 0;
    background: var(--white-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(9, 91, 184, 0.2);
}

.operating-timeline .timeline-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--primary-color);
}

.operating-timeline .timeline-item p {
    margin: 0;
    color: var(--primary-p-color);
    font-size: 0.95rem;
}

@media (max-width: 767.98px) {
    .hero-dashboard,
    .hero-quote {
        margin-top: 2rem;
    }

    .hero-premium .slide-content {
        padding: 3rem 0;
    }

    .hero-metrics-band {
        text-align: center;
    }

    .hero-metrics-band .hero-metrics-intro {
        margin-bottom: 2rem;
    }

    .operating-timeline {
        padding-left: 1.5rem;
    }
}



.blog-premium {
    background: var(--primary-bg-color);
    padding: 5rem 0 5rem;
    margin-bottom: 5rem;
}

.projects-premium {
    background: linear-gradient(160deg, #021829 0%, #041f33 55%, #052b47 100%);
    padding: 5rem 0;
    color: rgba(255, 255, 255, 0.85);
}

.projects-premium h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.projects-premium p {
    color: rgba(255, 255, 255, 0.75);
}

.projects-premium .btn-group .btn {
    background: rgba(9, 35, 58, 0.8);
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(125, 214, 255, 0.2);
    border-radius: 999px;
    padding: 0.35rem 1.2rem;
    margin: 0 0.35rem;
}

.projects-premium .btn-group .btn.active,
.projects-premium .btn-group .btn:hover {
    background: linear-gradient(120deg, rgba(20, 144, 218, 0.95), rgba(10, 72, 167, 0.95));
    color: #ffffff;
    border-color: transparent;
}

.projects .card {
    background: rgba(9, 35, 58, 0.9);
    border-radius: 18px;
    border: 1px solid rgba(125, 214, 255, 0.15);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(7, 18, 30, 0.25);
}

.projects .card .image-over {
    position: relative;
    overflow: hidden;
}

.projects .card .image-over::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 18, 41, 0) 0%, rgba(2, 18, 41, 0.8) 100%);
}

.projects .card .image-over img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.4s ease;
}

.projects .card:hover .image-over img {
    transform: scale(1.07);
}

.projects .card-caption .card-body {
    padding: 1.9rem;
}

.projects .card-caption h4 {
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.projects .card-caption p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.projects .card .btn-icon {
    background: linear-gradient(120deg, rgba(20, 144, 218, 0.95), rgba(10, 72, 167, 0.95));
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(14, 122, 199, 0.4);
}

.projects .card .btn-icon:hover {
    transform: translateY(-3px);
}

.featured-article {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(7, 18, 30, 0.32);
    margin-bottom: 2.5rem;
    background: linear-gradient(155deg, rgba(9, 35, 58, 0.95) 0%, rgba(4, 25, 45, 0.9) 100%);
    border: 1px solid rgba(125, 214, 255, 0.18);
}

.featured-article .featured-media img {
    width: 100%;
    height: auto;
}

.featured-article .card-body {
    padding: 2.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.featured-article h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white-color);
}

.blog-grid .blog-card {
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(7, 18, 30, 0.22);
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: rgba(9, 35, 58, 0.88);
    border: 1px solid rgba(125, 214, 255, 0.15);
}

.blog-grid .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(7, 18, 30, 0.28);
}

.blog-grid .blog-card .card-body {
    padding: 1.75rem;
}

.blog-grid .blog-card h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--white-color);
}

.blog-grid .blog-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.blog-card-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.96rem !important;
    line-height: 1.6;
}

.blog-premium .card-footer a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-premium .card-footer a i {
    color: #7dd6ff;
    margin-right: 0.35rem;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-p-color);
    margin-bottom: 1.25rem;
}

.blog-meta i {
    margin-right: 0.4rem;
    color: var(--primary-color);
}

/* Hide author names across articles and listings */
.article-meta span:first-child,
.story-meta span:first-child,
.blog-meta span:first-child {
    display: none;
}

.blog-sidebar .sidebar-card,
.article-sidebar .sidebar-card {
    background: rgba(9, 35, 58, 0.9);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(7, 18, 30, 0.25);
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(125, 214, 255, 0.15);
}

.blog-sidebar .sidebar-card h4,
.article-sidebar .sidebar-card h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.insight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 0.6rem;
}

.insight-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(125, 214, 255, 0.12);
    color: #7dd6ff;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.insight-list--bullet li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.82);
}

.insight-list--bullet i {
    color: #7dd6ff;
}

.newsletter-form .form-control,
.newsletter-form select {
    border-radius: 10px;
    border: 1px solid rgba(125, 214, 255, 0.2);
    padding: 0.6rem 0.75rem;
    background-color: transparent;
    color: #ffffff !important;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.blog-pagination .page-link.blog-nav-link {
    background: rgba(9, 35, 58, 0.85);
    border: 1px solid rgba(125, 214, 255, 0.18);
    color: #7dd6ff;
    font-size: 1rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(7, 18, 30, 0.25);
}

.blog-pagination .page-link.blog-nav-link i {
    font-size: 0.9rem;
}

.blog-pagination .page-link.blog-nav-link:hover {
    background: linear-gradient(120deg, rgba(20, 144, 218, 0.95), rgba(10, 72, 167, 0.95));
    color: #ffffff;
}

.newsletter-form .btn {
    margin-top: 0.5rem;
}

.blog-cta {
    border-radius: 20px;
    background: linear-gradient(135deg, #07121e 0%, #0d243b 60%, #123252 100%);
    color: #ffffff;
    margin-top: 2.5rem;
    box-shadow: 0 24px 60px rgba(7, 18, 30, 0.28);
}

.blog-cta .card-body {
    padding: 2.5rem;
}

.blog-cta h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Article CTA actions: keep buttons on one line */
.article-cta .btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.article-cta .btn + .btn {
    margin-left: 0.75rem;
}

/* Space below article CTA (before footer) */
.article-cta {
    margin-bottom: 10px;
}

/* Offset anchors to account for fixed header when using #hash links */
.article-body [id],
.article-premium [id] {
    scroll-margin-top: 110px;
}

@media (max-width: 767.98px) {
    .article-body [id],
    .article-premium [id] {
        scroll-margin-top: 90px;
    }
}

.contact-overview {
    background: linear-gradient(135deg, #06162a 0%, #0b2744 60%, #0f3456 100%);
    color: #ffffff;
    padding: 5rem 0;
    position: relative;
}

.contact-overview p {
    color: rgba(255, 255, 255, 0.75);
}

.contact-highlights {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    row-gap: 0.8rem;
}

.contact-highlights li {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.contact-highlights i {
    margin-right: 0.75rem;
    color: #7dd6ff;
}

.contact-scorecard {
    background: rgba(8, 14, 19, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 2rem;
    color: #ffffff;
    backdrop-filter: blur(6px);
}

.contact-scorecard h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.contact-score-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    row-gap: 0.6rem;
    font-weight: 600;
}

.contact-score-list li {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
}

.contact-premium {
    background: var(--primary-bg-color);
    padding: 5rem 0;
}

.contact-form-wrapper {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(7, 18, 30, 0.16);
}

.contact-form-wrapper .card-body {
    padding: 2.5rem;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper select {
    border-radius: 10px;
    border: 1px solid rgba(9, 91, 184, 0.2);
    padding: 0.65rem 0.85rem;
    background-color: transparent;
    color: #ffffff !important;
}

.contact-form-wrapper textarea {
    min-height: 160px;
}

.contact-guarantees {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: var(--primary-p-color);
}

.contact-guarantees i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.contact-card {
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(7, 18, 30, 0.15);
    margin-bottom: 1.8rem;
}

.contact-card .card-body {
    padding: 2rem;
}

.contact-card h3,
.contact-card h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.contact-card p {
    color: var(--primary-p-color);
    margin-bottom: 1.2rem;
}

.contact-runtime ul {
    display: grid;
    row-gap: 0.6rem;
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact-runtime li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: var(--primary-p-color);
}

.contact-runtime li i {
    color: var(--primary-color);
}

@media (max-width: 991.98px) {
    .contact-overview {
        text-align: center;
    }

    .contact-overview .about-actions {
        justify-content: center;
    }

    .contact-overview .contact-scorecard {
        margin-top: 2rem;
    }
}
.contact-home {
    margin-top: 0;
    background: linear-gradient(135deg, #06162a 0%, #0b2744 65%, #0f3456 100%);
    color: #ffffff;
    padding: 5rem 0;
}

.contact-home-intro p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.5rem;
}

.contact-home-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    row-gap: 0.75rem;
}

.contact-home-list li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.contact-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.contact-home-hotline {
    display: grid;
    row-gap: 0.6rem;
}

.contact-home-hotline .label {
    display: block;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: rgba(125, 214, 255, 0.75);
}

.contact-home-hotline a {
    color: #ffffff;
    font-weight: 600;
}

.contact-quick-form {
    border-radius: 22px;
    border: 1px solid rgba(125, 214, 255, 0.2);
    background: rgba(9, 35, 58, 0.92);
    box-shadow: 0 24px 55px rgba(7, 18, 30, 0.28);
}

.contact-quick-form .card-body {
    padding: 2.4rem 2rem;
    color: rgba(255, 255, 255, 0.85);
}

.contact-quick-form h3 {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: var(--white-color);
}

.contact-quick-form p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.78);
}

.contact-quick-form .form-control,
.contact-quick-form select,
.contact-quick-form textarea {
    border-radius: 12px;
    border: 1px solid rgba(125, 214, 255, 0.2);
    padding: 0.7rem 0.9rem;
    background-color: transparent;
    color: #ffffff !important;
}

.contact-quick-form textarea {
    min-height: 140px;
}

/* Article share label styling */
.article-share {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

/*----------------------------------------------
Responsive: Global quality-of-life fixes
----------------------------------------------*/
/* Media scale safely inside containers */
img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Avoid text overflow on narrow screens */
.section, .card, .detail-card, .premium-card, .story-card, .service-card, .blog-tile {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Card title alignment across families (desktop-first) */
.service-card h3,
.story-card h3,
.blog-tile h4,
.insight-mini h4 {
    line-height: 1.3;
    min-height: 2.6rem; /* ~2 lines */
}

.service-card .service-card-top .service-icon {
    flex-shrink: 0;
}

/* Tighter vertical rhythm on small screens */
@media (max-width: 991.98px) {
    .section { padding: 4rem 0; }
    .hero-spotlight .hero-slides, .hero-slide { min-height: auto; }
    .article-share { flex-wrap: wrap; row-gap: .35rem; }
    .service-card .service-card-top { align-items: flex-start; }
    .service-card .service-meta { width: 100%; }
    /* Let titles shrink naturally on small screens to avoid gaps */
    .service-card h3,
    .story-card h3,
    .blog-tile h4,
    .insight-mini h4 { min-height: 0; }
}

@media (max-width: 575.98px) {
    /* Allow buttons to wrap cleanly */
    .btn { white-space: normal; }
}
.article-share .share-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary-p-color);
}

.contact-form-wrapper .form-control::placeholder,
.contact-quick-form .form-control::placeholder,
.contact-quick-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-quick-form small {
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
    .contact-home {
    margin-top: 0;
        text-align: center;
    }

    .contact-home-actions {
        justify-content: center;
    }

    .contact-home-hotline {
        justify-items: center;
    }
}

.footer-premium {
    position: relative;
    padding: 4.5rem 0 3.75rem;
    color: rgba(233, 245, 255, 0.88);
    background: radial-gradient(120% 120% at 85% -10%, rgba(21, 167, 224, 0.28) 0%, rgba(3, 20, 36, 0.96) 48%, rgba(2, 14, 24, 0.98) 100%);
    overflow: hidden;
}

.footer-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(110% 110% at -10% 110%, rgba(8, 150, 206, 0.3) 0%, transparent 55%);
    opacity: 0.7;
    pointer-events: none;
}

.footer-premium::after {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, rgba(21, 167, 224, 0) 0%, rgba(125, 214, 255, 0.6) 45%, rgba(125, 214, 255, 0.1) 100%);
}

.footer-premium .container {
    position: relative;
    z-index: 1;
}

.footer-brand-block {
    background: rgba(7, 18, 30, 0.55);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(125, 214, 255, 0.12);
    box-shadow: 0 22px 44px rgba(3, 12, 24, 0.38);
}

.footer-brand-block img {
    max-height: 60px;
    margin-bottom: 1.25rem;
}

/* Premium wrapper around footer brand logo */
.footer-brand-block .navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(125, 214, 255, 0.14), rgba(125, 214, 255, 0.06));
    border: 1px solid rgba(125, 214, 255, 0.22);
    box-shadow: 0 12px 35px rgba(7, 18, 30, 0.38);
}

.footer-brand-block .navbar-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 45px rgba(7, 18, 30, 0.48);
}

/* Accessible focus ring */
.header-premium .nav-main-premium .navbar-brand:focus-visible,
.footer-brand-block .navbar-brand:focus-visible {
    outline: 3px solid #a9e7ff;
    outline-offset: 2px;
}

.footer-brand-block p {
    color: rgba(233, 245, 255, 0.72);
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 0.65rem;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: rgba(233, 245, 255, 0.78);
    gap: 0.65rem;
}

.footer-contact-list i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(125, 214, 255, 0.12);
    color: #7dd6ff;
    font-size: 0.75rem;
}

.footer-contact-list a {
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-contact-list a:hover {
    color: #7dd6ff;
}

.footer-social {
    margin-top: 1.75rem;
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(125, 214, 255, 0.16), rgba(125, 214, 255, 0.05));
    color: #7dd6ff;
    font-size: 1.15rem;
    border: 1px solid rgba(125, 214, 255, 0.18);
    box-shadow: 0 18px 32px rgba(7, 18, 30, 0.28);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(145deg, rgba(125, 214, 255, 0.35), rgba(125, 214, 255, 0.12));
    box-shadow: 0 24px 45px rgba(7, 18, 30, 0.38);
}

.footer-links {
    padding: 1.5rem;
    background: rgba(7, 18, 30, 0.38);
    border-radius: 20px;
    border: 1px solid rgba(125, 214, 255, 0.12);
    height: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 36px rgba(3, 12, 24, 0.22);
}

.footer-links h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(233, 245, 255, 0.74);
    font-size: 0.97rem;
    margin-bottom: 0.7rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a i {
    font-size: 0.75rem;
    color: rgba(125, 214, 255, 0.7);
}

.footer-links a:hover {
    color: #7dd6ff;
    transform: translateX(6px);
}

.footer-cta {
    margin-top: 1.8rem;
}

.footer-cta .btn {
    border-radius: 999px;
    padding: 0.85rem 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 22px 44px rgba(14, 122, 199, 0.35);
}

.footer-meta {
    position: relative;
    background: #041019;
    color: rgba(233, 245, 255, 0.72);
    padding: 1.6rem 0;
    border-top: 1px solid rgba(125, 214, 255, 0.12);
}

.footer-meta a {
    color: #7dd6ff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-meta a:hover {
    color: #a9e7ff;
}

@media (max-width: 991.98px) {
    .footer-premium {
        text-align: center;
    }

    .footer-brand-block {
        margin-bottom: 2rem;
    }

    .footer-contact-list li {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .footer-links {
        padding: 1.35rem;
    }

    .footer-links a {
        justify-content: center;
    }

    /* On mobile, show only the LinkedIn icon in quick access */
    .footer-links a[aria-label="LinkedIn IGTSD"] {
        font-size: 0; /* visually hide text label */
        gap: 0;      /* remove gap reserved for hidden text */
    }

    .footer-links a[aria-label="LinkedIn IGTSD"] i {
        font-size: 1rem; /* keep icon visible at normal size */
    }
}


.blog-featured {
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(9,35,58,0.95) 0%, rgba(4,25,45,0.9) 100%);
    border: 1px solid rgba(125,214,255,0.18);
    box-shadow: 0 24px 55px rgba(7,18,30,0.28);
    margin-bottom: 2.5rem;
    overflow: hidden;
    padding: 0;
}

.blog-featured .featured-media {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    background: radial-gradient(circle at 15% 15%, rgba(125,214,255,0.35), transparent 55%), linear-gradient(160deg, rgba(7,32,54,0.92) 0%, rgba(2,15,27,0.85) 100%);
    box-shadow: inset 0 0 0 1px rgba(125,214,255,0.12);
}

.blog-featured .featured-media::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 18px;
    border: 1px solid rgba(125,214,255,0.35);
    opacity: 0;
    transform: translate3d(0,16px,0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.blog-featured .featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(79,168,255,0.45) 0%, rgba(7,20,33,0.4) 55%, rgba(3,18,32,0.85) 100%);
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0.65;
    transition: opacity 0.4s ease;
}

.blog-featured:hover .featured-media::before {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.blog-featured:hover .featured-media::after {
    opacity: 0.85;
}

.blog-featured .featured-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), filter 0.7s ease;
    filter: saturate(1.08) contrast(1.05);
}

.blog-featured:hover .featured-media img {
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .blog-featured .featured-media {
        border-radius: 24px 24px 0 0;
    }

    .blog-featured .featured-media::before {
        inset: 16px;
    }
}

.blog-featured .card-body {
    padding: 2.5rem;
    color: rgba(255,255,255,0.85);
}

.blog-featured h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.75rem;
    display: grid;
    row-gap: 0.55rem;
}

.blog-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: rgba(255,255,255,0.82);
    font-size: 0.95rem;
}

.blog-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #7dd6ff;
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.blog-tiles {
    margin-top: 2.5rem;
}

.blog-tile {
    background: rgba(9,35,58,0.88);
    border: 1px solid rgba(125,214,255,0.18);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7,18,30,0.25);
    height: 100%;
    padding: 0;
}

.blog-tile .card-body {
    padding: 2rem;
    color: rgba(255,255,255,0.82);
}

.blog-tile h4 {
    color: #ffffff;
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.row.blog-tiles {
    --bs-gutter-x: 2.2rem;
    --bs-gutter-y: 2.2rem;
}

.row.blog-tiles .col-12.col-md-6 {
    display: flex;
}

.row.blog-tiles .blog-tile.card {
    width: 100%;
    height: 100%;
}

.blog-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.blog-filter-chips .chip {
    border: 1px solid rgba(125,214,255,0.25);
    background: rgba(9,35,58,0.65);
    color: #7dd6ff;
    border-radius: 999px;
    padding: 0.45rem 1.4rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
}

.blog-filter-chips .chip.active,
.blog-filter-chips .chip:hover {
    background: linear-gradient(135deg, #26c6f9 0%, #7d6bff 100%);
    color: #031424;
    border-color: transparent;
    box-shadow: 0 12px 25px rgba(28, 172, 255, 0.25);
}

.story-card {
    background: rgba(9,35,58,0.88);
    border: 1px solid rgba(125,214,255,0.18);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 45px rgba(7,18,30,0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(10,26,40,0.35);
}

.story-card img {
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.story-card .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.story-card .badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.story-card h3 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.3;
}

.story-card p {
    color: rgba(255,255,255,0.8);
    flex: 1;
}

.story-card .story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(125,214,255,0.75);
}

.story-card .story-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #7dd6ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.insights-aside .trending-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insights-aside .trending-list li {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(125,214,255,0.12);
}

.insights-aside .trending-list span {
    color: rgba(125,214,255,0.65);
    font-weight: 600;
}

.insights-aside .trending-list a {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
}

.insights-aside .download-card {
    background: linear-gradient(135deg, rgba(38,198,249,0.12), rgba(125,107,255,0.12));
    border: 1px solid rgba(125,214,255,0.25);
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
}

.insights-aside .download-card h4 {
    color: #ffffff;
}

.featured-actions {
    gap: 1rem;
}

.featured-actions .btn {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.featured-actions .btn:last-child {
    margin-right: 0;
}

.blog-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7dd6ff;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    border: 1px solid rgba(125,214,255,0.35);
}

.blog-button i {
    transition: transform 0.3s ease;
}

.blog-button:hover {
    color: #ffffff;
    background: linear-gradient(120deg, rgba(20,144,218,0.95), rgba(10,72,167,0.95));
    border-color: transparent;
}

.blog-button:hover i {
    transform: translateX(6px);
}

.blog-newsletter {
    background: rgba(9,35,58,0.92);
    border: 1px solid rgba(125,214,255,0.18);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7,18,30,0.25);
    margin-bottom: 2rem;
    padding: 0;
}

.blog-newsletter .card-body {
    padding: 2rem;
    color: rgba(255,255,255,0.82);
}


.blog-cta.card {
    background: linear-gradient(135deg, rgba(10, 45, 75, 0.95), rgba(5, 25, 45, 0.9));
    border: 1px solid rgba(125,214,255,0.18);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7,18,30,0.22);
    margin-top: 2rem;
    padding: 0;
}

.blog-cta .card-body {
    padding: 2.2rem;
    color: rgba(255,255,255,0.82);
}

.blog-cta h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0.75rem 0 1rem;
}

.blog-premium .card-footer {
    background: transparent;
    border-top: 1px solid rgba(125,214,255,0.1);
}

.blog-premium .card-footer a {
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-premium .card-footer a i {
    color: #7dd6ff;
    margin-right: 0.35rem;
}


.about-overview {
    background: linear-gradient(150deg, #021829 0%, #041f33 65%, #052b47 100%);
    color: rgba(255,255,255,0.85);
    padding: 5rem 0;
}

.about-overview h2 {
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.about-highlights {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    row-gap: 0.75rem;
    color: rgba(255,255,255,0.82);
    font-size: 0.98rem;
}

.about-highlights li strong {
    color: #7dd6ff;
}

.about-actions .btn {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.about-stat-card {
    background: rgba(9,35,58,0.88);
    border: 1px solid rgba(125,214,255,0.18);
    border-radius: 20px;
    padding: 2.4rem;
    box-shadow: 0 20px 50px rgba(7,18,30,0.28);
}

.about-stat-card h3 {
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.about-stat-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 0.65rem;
}

.about-stat-card li {
    color: rgba(255,255,255,0.78);
    font-size: 0.95rem;
}

.about-stat-card li span {
    display: block;
    font-weight: 700;
    color: #7dd6ff;
}

.about-pillars {
    background: var(--primary-bg-color);
    padding: 5rem 0;
}

.about-card {
    background: rgba(9,35,58,0.88);
    border-radius: 18px;
    border: 1px solid rgba(125,214,255,0.18);
    padding: 2.2rem;
    box-shadow: 0 18px 45px rgba(7,18,30,0.22);
    height: 100%;
}

.about-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(7,18,30,0.6);
    border: 1px solid rgba(125,214,255,0.3);
    color: #7dd6ff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.about-card h4 {
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.about-card p {
    color: rgba(255,255,255,0.78);
}

.about-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 0.45rem;
    color: rgba(255,255,255,0.78);
}

.about-services {
    background: linear-gradient(140deg, #031829 0%, #041f33 60%, #062d4f 100%);
    color: rgba(255,255,255,0.85);
    padding: 5rem 0;
}

.about-services h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.about-service-grid {
    margin-top: 2.5rem;
    row-gap: 2rem;
}

.service-offer-card {
    background: rgba(9,35,58,0.88);
    border-radius: 18px;
    border: 1px solid rgba(125,214,255,0.18);
    padding: 2.1rem;
    height: 100%;
    box-shadow: 0 18px 45px rgba(7,18,30,0.25);
}

.service-offer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(7,18,30,0.6);
    border: 1px solid rgba(125,214,255,0.3);
    color: #7dd6ff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.service-offer-card h4 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.service-offer-card p {
    color: rgba(255,255,255,0.78);
    font-size: 0.95rem;
}

.about-director {
    background: var(--primary-bg-color);
    padding: 5rem 0;
}

.director-card {
    background: rgba(9,35,58,0.88);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(125,214,255,0.18);
    text-align: center;
    box-shadow: 0 18px 45px rgba(7,18,30,0.22);
}

.director-photo img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.director-card h4 {
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.director-role {
    color: rgba(255,255,255,0.7);
}

.director-message {
    background: linear-gradient(135deg, rgba(10,45,75,0.95), rgba(5,25,45,0.9));
    border-radius: 20px;
    padding: 2.4rem;
    border: 1px solid rgba(125,214,255,0.18);
    box-shadow: 0 18px 45px rgba(7,18,30,0.22);
    color: rgba(255,255,255,0.82);
}

.director-message h3 {
    color: #ffffff;
    margin: 0.8rem 0 1.2rem;
}

@media (max-width: 991.98px) {
    .about-actions {
        display: flex;
        flex-wrap: wrap;
    }

    .about-stat-card {
        margin-top: 2rem;
    }

    .director-card {
        margin-bottom: 2rem;
    }
}

/* Contact Pro section (shared, from a-propos.html) */
.contact-pro.contact-premium {
    position: relative;
    background: linear-gradient(160deg, rgba(2, 18, 32, 0.98) 0%, rgba(3, 24, 41, 0.98) 55%, rgba(4, 30, 52, 0.98) 100%);
    overflow: hidden;
    color: var(--text-base);
}

/* Keep supporting the original #contact-pro id as well */
#contact-pro.contact-premium {
    position: relative;
    background: linear-gradient(160deg, rgba(2, 18, 32, 0.98) 0%, rgba(3, 24, 41, 0.98) 55%, rgba(4, 30, 52, 0.98) 100%);
    overflow: hidden;
    color: var(--text-base);
}

.contact-pro .section__heading,
#contact-pro .section__heading {
    max-width: 760px;
    margin: 0 auto 3.125rem;
    text-align: center;
    color: var(--text-base);
}

.contact-pro .section__heading .pre-title,
#contact-pro .section__heading .pre-title { margin-bottom: 1rem; }

.contact-pro .section__heading h2,
#contact-pro .section__heading h2 {
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 700;
    color: var(--text-strong);
    margin-bottom: 1rem;
}

.contact-pro .section__heading p,
#contact-pro .section__heading p {
    margin-bottom: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.contact-pro.contact-premium::before,
.contact-pro.contact-premium::after,
#contact-pro.contact-premium::before,
#contact-pro.contact-premium::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.4;
}

.contact-pro.contact-premium::before,
#contact-pro.contact-premium::before {
    inset: -35% auto auto -22%;
    width: 62%;
    height: 62%;
    background: radial-gradient(circle, rgba(18, 207, 255, 0.28), transparent 70%);
}

.contact-pro.contact-premium::after,
#contact-pro.contact-premium::after {
    inset: auto -18% -38% auto;
    width: 58%;
    height: 58%;
    background: radial-gradient(circle, rgba(78, 241, 152, 0.2), transparent 65%);
}

.contact-pro .container,
#contact-pro .container { position: relative; z-index: 1; }

.contact-pro .contact-grid,
#contact-pro .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
    gap: 2.5rem;
}

.contact-pro .contact-card,
#contact-pro .contact-card {
    background: rgba(3, 24, 41, 0.92);
    border-radius: 28px;
    border: 1px solid rgba(18, 207, 255, 0.22);
    box-shadow: 0 30px 110px rgba(2, 14, 26, 0.55);
    padding: 3rem;
    backdrop-filter: blur(16px);
}

.contact-pro .contact-card form,
#contact-pro .contact-card form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.contact-pro .contact-field,
#contact-pro .contact-field { display: flex; flex-direction: column; gap: 0.65rem; }

.contact-pro .contact-field label,
#contact-pro .contact-field label { font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.72); }

.contact-pro .contact-field input,
.contact-pro .contact-field select,
.contact-pro .contact-field textarea,
#contact-pro .contact-field input,
#contact-pro .contact-field select,
#contact-pro .contact-field textarea {
    width: 100%; border-radius: 16px; border: 1px solid rgba(18, 207, 255, 0.24);
    background: rgba(5, 28, 46, 0.82); padding: 0.85rem 1.1rem; color: var(--text-base);
    font-size: 0.95rem; transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-pro .contact-field input:focus,
.contact-pro .contact-field select:focus,
.contact-pro .contact-field textarea:focus,
#contact-pro .contact-field input:focus,
#contact-pro .contact-field select:focus,
#contact-pro .contact-field textarea:focus { border-color: rgba(18, 207, 255, 0.6); box-shadow: 0 0 0 3px rgba(18, 207, 255, 0.2); outline: none; }

.contact-pro .contact-field textarea,
#contact-pro .contact-field textarea { min-height: 140px; resize: vertical; grid-column: span 2; }

.contact-pro .contact-field--full,
#contact-pro .contact-field--full { grid-column: span 2; }

.contact-pro .contact-checkbox-group,
#contact-pro .contact-checkbox-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.75rem; }

.contact-pro .contact-checkbox,
#contact-pro .contact-checkbox { position: relative; display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.65rem 1rem; border-radius: 16px; background: rgba(18, 207, 255, 0.08); border: 1px solid rgba(18, 207, 255, 0.18); color: rgba(255, 255, 255, 0.78); font-size: 0.85rem; cursor: pointer; transition: border 0.3s ease, background 0.3s ease, transform 0.3s ease; }

.contact-pro .contact-checkbox input,
#contact-pro .contact-checkbox input { appearance: none; width: 16px; height: 16px; border-radius: 4px; border: 1px solid rgba(18, 207, 255, 0.45); background: transparent; position: relative; }

.contact-pro .contact-checkbox input:checked,
#contact-pro .contact-checkbox input:checked { background: var(--accent-primary); border-color: var(--accent-primary); }

.contact-pro .contact-checkbox input:checked::after,
#contact-pro .contact-checkbox input:checked::after { content: ""; position: absolute; inset: 3px; border-radius: 2px; background: #031424; }

.contact-pro .contact-checkbox:hover,
#contact-pro .contact-checkbox:hover { transform: translateY(-4px); border-color: rgba(18, 207, 255, 0.36); background: rgba(18, 207, 255, 0.15); }

.contact-pro .contact-privacy,
#contact-pro .contact-privacy { display: flex; align-items: flex-start; gap: 0.7rem; grid-column: span 2; font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); }

.contact-pro .contact-privacy input,
#contact-pro .contact-privacy input { margin-top: 0.25rem; }

.contact-pro .contact-submit,
#contact-pro .contact-submit { grid-column: span 2; display: flex; gap: 1rem; align-items: center; }

.contact-pro .contact-submit .btn,
#contact-pro .contact-submit .btn { padding: 0.45rem 1.1rem; border-radius: 999px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; font-size: 0.8rem; }

.contact-pro .contact-submit-note,
#contact-pro .contact-submit-note { font-size: 0.8rem; color: rgba(255, 255, 255, 0.65); }

.contact-pro .contact-info-card,
#contact-pro .contact-info-card { background: rgba(2, 19, 33, 0.92); border-radius: 24px; border: 1px solid rgba(18, 207, 255, 0.18); box-shadow: 0 24px 95px rgba(2, 12, 24, 0.5); padding: 2.4rem; display: flex; flex-direction: column; gap: 1.6rem; }

.contact-pro .contact-info-card h3,
#contact-pro .contact-info-card h3 { font-size: 1.2rem; color: var(--text-strong); margin: 0; }

.contact-pro .contact-info-list,
#contact-pro .contact-info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; }

.contact-pro .contact-info-list li,
#contact-pro .contact-info-list li { display: flex; gap: 0.75rem; font-size: 0.92rem; color: rgba(255, 255, 255, 0.75); }

.contact-pro .contact-info-list li i,
#contact-pro .contact-info-list li i { color: var(--accent-primary); margin-top: 0.2rem; }

.contact-pro .contact-info-meta,
#contact-pro .contact-info-meta {
    display: grid;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199.98px) {
    .contact-pro .contact-grid,
    #contact-pro .contact-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .contact-pro .contact-card form,
    #contact-pro .contact-card form { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .contact-pro .contact-field textarea,
    .contact-pro .contact-field--full,
    .contact-pro .contact-submit,
    .contact-pro .contact-privacy,
    #contact-pro .contact-field textarea,
    #contact-pro .contact-field--full,
    #contact-pro .contact-submit,
    #contact-pro .contact-privacy { grid-column: span 1; }
}
