@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/iransans/eot/IRANSansWeb_UltraLight.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"),
    url(../fonts/iransans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/iransans/eot/IRANSansWeb_Light.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb_Light.woff) format("woff"),
    url(../fonts/iransans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iransans/eot/IRANSansWeb.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb.woff) format("woff"),
    url(../fonts/iransans/ttf/IRANSansWeb.ttf) format("truetype");
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/iransans/eot/IRANSansWeb_Medium.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb_Medium.woff) format("woff"),
    url(../fonts/iransans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/iransans/eot/IRANSansWeb_Bold.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb_Bold.woff) format("woff"),
    url(../fonts/iransans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/iransans/eot/IRANSansWeb_Black.eot);
    src: url("../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb_Black.woff) format("woff"),
    url(../fonts/iransans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}
@font-face {
    font-family: "Pinar-FD";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Pinar/Pinar-FD-Medium.woff2);
}
@font-face {
    font-family: "Pinar-FD";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Pinar/Pinar-FD-SemiBold.woff2);
}
@font-face {
    font-family: "Pinar-FD";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Pinar/Pinar-FD-Bold.woff2);
}
@font-face {
    font-family: "Pinar-FD";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Pinar/Pinar-FD-ExtraBold.woff2);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "IRANSansWeb", sans-serif;
    background: #f4f8fb;
    color: #07111f;
    overflow-x: hidden;
    direction: rtl;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    display: block;
}

button,
input,
textarea {
    font-family: "IRANSansWeb", sans-serif;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    touch-action: pan-y;
}

.bg-effect {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .1), transparent 25%),
    radial-gradient(circle at bottom left, rgba(20, 216, 196, .08), transparent 30%),
    linear-gradient(to bottom, #f8fbff, #eef5fb);
}

section {
    padding: 80px 7% 0px 7%;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header span,
.page-hero-content span,
.cta-box span {
    color: #14d8c4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-header h2 {
    margin-top: 18px;
    color: #07111f;
    font-size: 42px;
    font-weight: 900;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.primary-btn,
.secondary-btn {
    width: 180px;
    height: 58px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
    transition: .4s;
}

.primary-btn {
    background: #14d8c4;
    color: #07111f;
}

.primary-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(20, 216, 196, .2);
}

.secondary-btn {
    background: #fff;
    color: #07111f;
    border: 1px solid rgba(15, 23, 42, .08);
}

/* ==========================================================================
   Header / Navbar
   ========================================================================== */
.navbar {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1000;
}

.nav-menu {
    width: 86%;
    height: 92px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    border-radius: 32px;
    overflow: visible;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .72) 0%,
        rgba(255, 255, 255, .92) 25%,
        rgba(20, 216, 196, .08) 50%,
        rgba(255, 255, 255, .92) 75%,
        rgba(255, 255, 255, .72) 100%
    );
    border: 1px solid rgba(20, 216, 196, .14);
    backdrop-filter: blur(24px);
    box-shadow: 0 15px 45px rgba(15, 23, 42, .06),
    0 5px 15px rgba(20, 216, 196, .05),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nav-menu::before,
.nav-menu::after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 220px;
    height: 40px;
    background: rgba(20, 216, 196, .18);
    filter: blur(35px);
    border-radius: 50%;
    pointer-events: none;
}

.nav-menu::before {
    right: 8%;
}

.nav-menu::after {
    left: 8%;
}

.nav-right,
.nav-left {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-right a,
.nav-left a {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

.nav-right a::after,
.nav-left a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #14d8c4;
    transition: .3s;
}

.nav-right a:hover,
.nav-left a:hover {
    color: #14d8c4;
}

.nav-right a:hover::after,
.nav-left a:hover::after {
    width: 100%;
}

.logo {
    position: relative;
    z-index: 5;
}

.logo img {
    width: 210px;
    position: relative;
    z-index: 2;
}

.nav-menu .logo {
    padding: 0 35px;
}

.nav-menu .logo::before,
.nav-menu .logo::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 45px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgba(20, 216, 196, .35), transparent);
}

.nav-menu .logo::before {
    left: -30px;
}

.nav-menu .logo::after {
    right: -30px;
}

.mobile-toggle {
    display: none;
    font-size: 24px;
    color: #07111f;
}

/* ==========================================================================
   Floating Site Tools / Language + Theme
   ========================================================================== */

.site-tools {
    width: 86%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1002;
}

.site-tool-group {
    height: 38px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(20, 216, 196, .16);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05),
    inset 0 1px 0 rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    gap: 4px;
}

.site-tool-btn,
.theme-tool-btn {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 13px;
    font-weight: 900;
    transition: .3s;
}

.site-tool-btn {
    width: auto;
    min-width: 48px;
    padding: 0 8px;
    gap: 6px;
}

.site-tool-btn:hover,
.site-tool-btn.active,
.theme-tool-btn:hover,
.theme-tool-btn.active {
    background: rgba(20, 216, 196, .14);
    color: #0ea896;
}

.tool-flag {
    font-size: 15px;
    line-height: 1;
}

.tool-label {
    font-size: 11px;
    line-height: 1;
    letter-spacing: .5px;
}

.tool-flag-img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* Theme toggle visual */
.theme-tool {
    position: relative;
    width: 78px;
    justify-content: space-between;
}

.theme-tool::before {
    content: "";
    position: absolute;
    top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #14d8c4;
    box-shadow: 0 8px 18px rgba(20, 216, 196, .22);
    transition: .35s;
}

body.light .theme-tool::before {
    right: 4px;
}

body.dark .theme-tool::before {
    right: 44px;
}

html[dir="ltr"] body.light .theme-tool::before {
    right: 44px;
}

html[dir="ltr"] body.dark .theme-tool::before {
    right: 4px;
}

.theme-tool-btn {
    position: relative;
    z-index: 2;
    background: transparent;
}

.theme-tool-btn.active {
    color: #07111f;
}

/* Dark mode support */
body.dark .site-tool-group {
    background: rgba(7, 17, 31, .78);
    border-color: rgba(20, 216, 196, .24);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.dark .site-tool-btn,
body.dark .theme-tool-btn {
    color: #cbd5e1;
}

body.dark .site-tool-btn:hover,
body.dark .site-tool-btn.active {
    background: rgba(20, 216, 196, .16);
    color: #14d8c4;
}

body.dark .theme-tool-btn.active {
    color: #07111f;
}


/* ===========================
   HERO NEW PROFESSIONAL LAYOUT
   =========================== */

.hero{
    padding:145px 7% 0;
    margin-top:45px ;
}

.hero-wrapper{
    display:flex;
    gap:25px;
    align-items:stretch;
}

/* ===========================
   MAIN SLIDER
   =========================== */

.hero-main{
    width:70%;
    flex-shrink:0;
}

.heroSwiper{
    height:700px;
    border-radius:42px;
    overflow:hidden;
    box-shadow:
        0 30px 80px rgba(15,23,42,.10),
        0 10px 30px rgba(20,216,196,.08);
}

.heroSwiper .swiper-slide{
    position:relative;
    display:flex;
    align-items:center;
    background-size:cover !important;
    background-position:center !important;
}

.hero-slide{
    position:relative;
}

.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(248,251,255,.10) 0%,
            rgba(248,251,255,.30) 30%,
            rgba(248,251,255,.65) 50%,
            rgba(248,251,255,.90) 100%
        );
    z-index:1;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at top right,
            rgba(20,216,196,.18),
            transparent 40%
        );
    z-index:2;
}

.hero-content{
    position:relative;
    z-index:5;
    padding:0 90px;
    max-width:760px;
}

.hero-content span{
    display:inline-block;
    margin-bottom:15px;
    color:#14d8c4;
    font-size:14px;
    font-weight:900;
    letter-spacing:3px;
}

.hero-content h1{
    color:#07111f;
    font-size:28px;
    font-weight:900;
    line-height:1.35;
    margin-bottom:25px;
}

.hero-content p{
    color:#475569;
    font-size:18px;
    line-height:2.2;
    margin-bottom:35px;
    max-width:620px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/* ===========================
   RIGHT SIDEBAR CARDS
   =========================== */

.hero-side{
    width:30%;
    display:flex;
    flex-direction:column;
    gap:25px;
}

.hero-side-card{
    flex:1;
    position:relative;
    overflow:hidden;
    border-radius:35px;
    background:#fff;
    border:1px solid rgba(20,216,196,.12);
    box-shadow:
        0 20px 55px rgba(15,23,42,.05),
        0 8px 20px rgba(20,216,196,.05);
}

.hero-side-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.hero-side-card:hover img{
    transform:scale(1.05);
}

.hero-side-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to top,
            rgba(7,17,31,.90),
            rgba(7,17,31,.20),
            transparent
        );
}

.hero-side-content{
    position:absolute;
    right:25px;
    left:25px;
    bottom:25px;
    z-index:3;
}

.hero-side-content span{
    display:block;
    margin-bottom:8px;
    color:#14d8c4;
    font-size:12px;
    font-weight:900;
    letter-spacing:2px;
}

.hero-side-content h3{
    color:#fff;
    font-size:24px;
    line-height:1.8;
    font-weight:900;
}

.hero-side-content p{
    margin-top:10px;
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:2;
}

/* ===========================
   PAGINATION
   =========================== */

.heroSwiper .swiper-pagination{
    bottom:25px !important;
}

.heroSwiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff !important;
    opacity:.35 !important;
}

.heroSwiper .swiper-pagination-bullet-active{
    opacity:1 !important;
    background:#14d8c4 !important;
}

/* ===========================
   TABLET
   =========================== */

@media(max-width:1200px){

    .hero-wrapper{
        flex-direction:column;
    }

    .hero-main{
        width:100%;
    }

    .hero-side{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

    .hero-side-card{
        min-height:280px;
    }

    .hero-content h1{
        font-size:54px;
    }
}

/* ===========================
   MOBILE
   =========================== */

@media(max-width:768px){

    .hero{
        padding-top:130px;
    }

    .heroSwiper{
        height:560px;
        border-radius:30px;
    }

    .hero-content{
        padding:0 30px;
        text-align:center;
    }

    .hero-content h1{
        font-size:34px;
    }

    .hero-content p{
        font-size:15px;
        line-height:2;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-side{
        grid-template-columns:1fr;
    }

    .hero-side-card{
        min-height:240px;
    }

    .hero-side-content h3{
        font-size:20px;
    }
}

@media(max-width:480px){

    .heroSwiper{
        height:520px;
    }

    .hero-content h1{
        font-size:28px;
    }

    .hero-content span{
        font-size:12px;
    }

    .hero-side-card{
        min-height:210px;
    }
}
/* ==========================================================================
   Home Sections
   ========================================================================== */
.sector-grid,
.stats-grid,
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.sector-card,
.stat-box,
.portfolio-card,
.news-card,
.partner-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 216, 196, .1);
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
    transition: .45s;
}

.sector-card:hover,
.stat-box:hover,
.portfolio-card:hover,
.news-card:hover,
.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(20, 216, 196, .12);
}

/* Sector */
.sector-card {
    height: 250px;
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sector-card::before,
.stat-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .12), transparent 40%);
}

.sector-card i {
    margin-bottom: 24px;
    color: #14d8c4;
    font-size: 52px;
}

.sector-card h3 {
    color: #07111f;
    font-size: 20px;
}

/* 7 sector items desktop layout: 4 items first row, 3 items full width second row */
@media (min-width: 1201px) {
    .sector-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .sector-card {
        grid-column: span 3;
    }

    .sector-card:nth-child(5),
    .sector-card:nth-child(6),
    .sector-card:nth-child(7) {
        grid-column: span 4;
    }
}

/* Stats */
.stat-box {
    height: 260px;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-glow {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
    background: rgba(20, 216, 196, .12);
    border-radius: 50%;
    filter: blur(70px);
}

.stat-number {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.stat-number span {
    color: #14d8c4;
    font-size: 88px;
    line-height: 1;
    text-shadow: 0 10px 30px rgba(20, 216, 196, .2);
}

.stat-number small {
    margin-top: 10px;
    margin-right: 5px;
    color: #14d8c4;
    font-size: 30px;
    font-weight: 900;
}

.stat-box h3 {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    color: #07111f;
    font-size: 19px;
}

/* Process */
.process {
    overflow: hidden;
}

.process-wrapper {
    position: relative;
    height: 420px;
    margin-top: 90px;
}

.process-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.process-line path {
    fill: none;
    stroke: #14d8c4;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 12;
    filter: drop-shadow(0 0 8px rgba(20, 216, 196, .18));
}

.process-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #14d8c4, #0ea896);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07111f;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    box-shadow: 0 18px 40px rgba(20, 216, 196, .25);
    transition: .4s;
}

.process-circle::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(20, 216, 196, .18);
    animation: pulse 3s infinite;
}

.process-item:hover .process-circle {
    transform: translateY(-8px) scale(1.06);
}

.process-item h3 {
    width: 180px;
    margin-top: 20px;
    color: #07111f;
    font-size: 17px;
    line-height: 1.9;
    text-align: center;
}

.item1 {
    top: 115px;
    right: 2%;
}

.item2 {
    top: 10px;
    right: 18%;
}

.item3 {
    top: 120px;
    right: 35%;
}

.item4 {
    top: 235px;
    right: 51%;
}

.item5 {
    top: 110px;
    right: 68%;
}

.item6 {
    top: 15px;
    right: 84%;
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

/* Portfolio / News / Partners */
.portfolioSwiper,
.newsSwiper {
    overflow: hidden !important;
    padding: 10px 0 20px;
}

/* Portfolio swiper */
.portfolioSwiper .swiper-wrapper,
.newsSwiper .swiper-wrapper {
    align-items: stretch;
}

.portfolioSwiper .swiper-slide {
    width: 360px !important;
    height: auto;
}

.portfolioSwiper .portfolio-card {
    height: 100%;
}

.portfolioSwiper .portfolio-logo {
    height: 220px;
    overflow: hidden;
    background: transparent;
}

.portfolioSwiper .portfolio-content {
    min-height: 185px;
}

.portfolioSwiper .portfolio-content h3 {
    margin-bottom: 15px;
    color: #07111f;
    font-size: 22px;
    line-height: 1.8;
}

.portfolioSwiper .portfolio-content p {
    color: #64748b;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

/* News swiper */
.newsSwiper .swiper-slide {
    width: 420px !important;
    height: auto;
}

.newsSwiper .news-card {
    height: 100%;
}

.newsSwiper .news-image {
    height: 260px;
}

.newsSwiper .news-content {
    min-height: 220px;
}

.newsSwiper .news-content p {
    margin-top: 15px;
    line-height: 2;
    color: #64748b;
}

/* Shared cards */
.portfolio-card,
.news-card,
.partner-card {
    border-radius: 34px;
}

.portfolio-logo {
    height: 170px;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .12), transparent 45%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 34px;
    font-weight: 900;
}

.portfolio-content,
.news-content {
    padding: 16px;
}

.portfolio-content h3 {
    margin-bottom: 15px;
    color: #07111f;
    font-size: 24px;
}

.portfolio-content p {
    color: #64748b;
    line-height: 2;
}

.news-image {
    height: 260px;
    background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .3)), url("#");
    background-size: cover;
    background-position: center;
}

.news2 {
    background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .3)), url("#");
    background-size: cover;
    background-position: center;
}

.news-content span {
    color: #14d8c4;
    font-size: 12px;
    font-weight: 800;
}

.news-content h3 {
    margin-top: 18px;
    color: #07111f;
    font-size: 16px;
    line-height: 2;
}

/* Partners */
.partner-card {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(20, 216, 196, .14), rgba(20, 216, 196, .05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-weight: 900;
}

.partner-card h3 {
    color: #07111f;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolioSwiper .swiper-slide {
        width: 290px !important;
    }

    .portfolioSwiper .portfolio-logo {
        height: 200px;
    }

    .portfolioSwiper .portfolio-content {
        min-height: 170px;
    }

    .portfolioSwiper .portfolio-content h3 {
        font-size: 19px;
    }

    .newsSwiper .swiper-slide {
        width: 300px !important;
    }

    .newsSwiper .news-image {
        height: 220px;
    }
}

/* CTA */
.cta-box {
    height: 170px;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(20, 216, 196, .1), rgba(255, 255, 255, .95));
    border: 1px solid rgba(20, 216, 196, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .05);
}

.cta-box::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: rgba(20, 216, 196, .08);
    border-radius: 50%;
}

.cta-box h2 {
    margin-top: 15px;
    color: #07111f;
    font-size: 30px;
}

.cta-box button {
    width: 180px;
    height: 60px;
    border-radius: 18px;
    background: #14d8c4;
    color: #07111f;
    font-weight: 800;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    width: 86%;
    margin: 50px auto 40px;
    padding: 90px 5% 40px;
    border-radius: 45px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .14);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .06);
}

.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 45px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(20, 216, 196, .4), transparent, rgba(20, 216, 196, .2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.footer-glow {
    position: absolute;
    top: -250px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: rgba(20, 216, 196, .08);
    border-radius: 50%;
    filter: blur(100px);
}

.footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h3 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
    color: #07111f;
    font-size: 22px;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 20px;
    background: #14d8c4;
}

.footer-column a {
    margin-bottom: 18px;
    color: #475569;
    transition: .3s;
}

.footer-column a:hover {
    color: #14d8c4;
}

.footer-column p {
    color: #64748b;
    line-height: 2.2;
}

.middle {
    text-align: center;
    align-items: center;
}

.middle img {
    width: 217px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.middle p {
    width: 80%;
    margin: auto;
}

.socials {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.socials a {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07111f;
    transition: .3s;
}

.socials a:hover {
    background: #14d8c4;
    color: #fff;
}

.copyright {
    position: relative;
    z-index: 2;
    padding-top: 35px;
    border-top: 1px solid rgba(15, 23, 42, .06);
    color: #64748b;
    text-align: center;
    font-size: 12px;
}

/* ==========================================================================
   Inner Pages Shared
   ========================================================================== */
.page-hero {
    padding: 220px 7% 120px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(20, 216, 196, .12), transparent 60%);
}

.page-hero-content h1 {
    margin: 25px 0;
    color: #07111f;
    font-size: 40px;
    font-weight: 900;
}

.page-hero-content p {
    max-width: 800px;
    margin: auto;
    color: #64748b;
    line-height: 2.2;
}

.about-grid,
.contact-grid,
.news-grid {
    display: grid;
    gap: 30px;
}

.about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
    grid-template-columns: 1fr 1.3fr;
}

.about-card {
    padding: 35px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(20, 216, 196, .1);
    box-shadow: 0 15px 40px rgba(15, 23, 42, .05);
}

.about-card h3 {
    margin-bottom: 15px;
    color: #07111f;
    font-size: 22px;
}

.about-card p {
    color: #64748b;
    line-height: 2;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    font-family: inherit;
}

.contact-form textarea {
    resize: none;
}

/* ==========================================================================
   Dynamic Home Grids
   ========================================================================== */
.card-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-grid {
    display: grid;
    gap: 30px;
}

.dynamic-grid.cols-1 {
    grid-template-columns: minmax(320px, 520px);
    justify-content: center;
}

.dynamic-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
}

.dynamic-grid.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dynamic-grid.cols-4,
.dynamic-grid.cols-more {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-list .portfolio-card,
.news-list .news-card {
    height: 100%;
}

.news-list .news-card {
    display: flex;
    flex-direction: column;
}

.portfolio-list .portfolio-logo {
    height: 220px;
    overflow: hidden;
    background: transparent;
}

.portfolio-list .portfolio-content {
    min-height: 185px;
}

.portfolio-list .portfolio-content p {
    font-size: 15px;
    line-height: 2;
}

.news-list .news-image {
    height: 240px;
    overflow: hidden;
}

.news-list .news-image .card-cover-image {
    object-fit: cover;
}

.news-list .news-content {
    flex: 1;
}

.news-list .news-content span {
    display: inline-block;
    margin-bottom: 14px;
}

.news-list .news-content p {
    margin-top: 14px;
    color: #64748b;
    font-size: 12px;
    line-height: 2;
}

.partners-list {
    align-items: stretch;
}

.partners-list .partner-card {
    min-height: 230px;
    height: auto;
    padding: 35px 25px;
}

.partners-list .partner-logo {
    width: 110px;
    height: 110px;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
    background: transparent;
}

.partners-list .partner-card h3 {
    line-height: 1.8;
    text-align: center;
}

.brand-image-box,
.brand-placeholder {
    width: 100%;
    height: 100%;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.brand-image-box {*/
/*    background:*/
/*        !*radial-gradient(circle at top right, rgba(20, 216, 196, .16), transparent 45%),*!*/
/*        !*linear-gradient(145deg, #ffffff, #f3fbfa);*!*/
/*}*/

.brand-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-placeholder {
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .22), transparent 45%),
    linear-gradient(145deg, rgba(20, 216, 196, .12), rgba(255, 255, 255, .95));
}

.brand-placeholder-inner {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    background: rgba(20, 216, 196, .14);
    border: 1px solid rgba(20, 216, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 38px;
    box-shadow: 0 18px 40px rgba(20, 216, 196, .12);
}

.empty-card {
    min-height: 230px;
    padding: 40px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px dashed rgba(20, 216, 196, .28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .04);
}

.empty-card i {
    color: #14d8c4;
    font-size: 42px;
}

.empty-card h3 {
    color: #07111f;
    font-size: 22px;
}

.empty-card p {
    max-width: 520px;
    color: #64748b;
    line-height: 2;
}

/* ==========================================================================
   News List Page
   ========================================================================== */
.news-page-hero,
.single-news-hero,
.contact-page-hero {
    position: relative;
    overflow: hidden;
}

.news-page-hero::after,
.contact-page-hero::after {
    content: "";
    position: absolute;
    top: 120px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(20, 216, 196, .1);
    filter: blur(80px);
    pointer-events: none;
}

.news-page-section,
.single-news-section,
.contact-page-section {
    padding-top: 40px;
}

.news-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.news-page-card {
    position: relative;
    min-height: 100%;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .1);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
    transition: .45s;
}

.news-page-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 75px rgba(20, 216, 196, .12);
}

.news-page-card-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
}

.news-page-card-link:hover {
    color: inherit;
}

.news-page-card-link .news-page-content {
    flex: 1;
}

.news-page-image {
    height: 260px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .18), transparent 45%),
    linear-gradient(145deg, #ffffff, #eefaf8);
}

.news-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.news-page-card:hover .news-page-image img {
    transform: scale(1.06);
}

.news-page-placeholder,
.single-news-placeholder {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .22), transparent 45%),
    linear-gradient(145deg, rgba(20, 216, 196, .12), rgba(255, 255, 255, .95));
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-page-placeholder i,
.single-news-placeholder i {
    border-radius: 28px;
    background: rgba(20, 216, 196, .14);
    border: 1px solid rgba(20, 216, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    box-shadow: 0 18px 40px rgba(20, 216, 196, .12);
}

.news-page-placeholder i {
    width: 96px;
    height: 96px;
    font-size: 38px;
}

.news-page-content {
    padding: 16px;
}

.news-page-meta,
.single-news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.news-page-meta {
    margin-bottom: 18px;
}

.news-page-meta span,
.single-news-meta span {
    border-radius: 999px;
    background: rgba(20, 216, 196, .08);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0ea896;
    font-size: 13px;
    font-weight: 800;
}

.news-page-meta span {
    min-height: 34px;
    padding: 7px 13px;
}

.news-page-content h3 {
    margin-bottom: 10px;
    color: #07111f;
    font-size: 16px;
    line-height: 1.9;
}

.news-page-content h4 {
    margin-bottom: 12px;
    color: #14d8c4;
    font-size: 15px;
    line-height: 2;
}

.news-page-content p {
    min-height: 84px;
    color: #64748b;
    font-size: 12px;
    line-height: 2.1;
}

.news-page-link {
    width: fit-content;
    min-height: 46px;
    margin-top: 25px;
    padding: 0 20px;
    border-radius: 16px;
    background: #14d8c4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
    transition: .35s;
}

.news-page-card:hover .news-page-link,
.single-news-file a:hover,
.single-back-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(20, 216, 196, .2);
}

/* Pagination */
.site-pagination {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-btn,
.pagination-number,
.pagination-dots {
    min-width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn,
.pagination-number {
    padding: 0 16px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(20, 216, 196, .14);
    color: #07111f;
    font-size: 14px;
    font-weight: 800;
    transition: .3s;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .04);
}

.pagination-number.active,
.pagination-btn:hover,
.pagination-number:hover {
    background: #14d8c4;
    color: #07111f;
    box-shadow: 0 16px 35px rgba(20, 216, 196, .18);
}

.pagination-btn.disabled {
    opacity: .45;
    cursor: not-allowed;
}

.pagination-dots {
    min-width: 34px;
    color: #64748b;
    font-size: 18px;
    font-weight: 900;
}

/* ==========================================================================
   Single News Page
   ========================================================================== */
.single-news-hero::after {
    content: "";
    position: absolute;
    top: 120px;
    left: -140px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(20, 216, 196, .1);
    filter: blur(90px);
    pointer-events: none;
}

.single-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: start;
}

.single-news-card,
.single-news-gallery-box,
.single-sidebar-card {
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
}

.single-news-cover {
    height: 470px;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .18), transparent 45%),
    linear-gradient(145deg, #ffffff, #eefaf8);
}

.single-news-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news-placeholder i {
    width: 120px;
    height: 120px;
    border-radius: 34px;
    font-size: 48px;
}

.single-news-body {
    padding: 42px;
}

.single-news-meta {
    margin-bottom: 24px;
}

.single-news-meta span {
    min-height: 36px;
    padding: 8px 14px;
    gap: 8px;
}

.single-news-body h2 {
    margin-bottom: 12px;
    color: #07111f;
    font-size: 36px;
    line-height: 1.9;
}

.single-news-body h4 {
    margin-bottom: 22px;
    color: #14d8c4;
    font-size: 17px;
    line-height: 2;
}

.single-news-summary {
    margin: 30px 0;
    padding: 26px 30px;
    border-radius: 26px;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .14), transparent 45%),
    linear-gradient(145deg, rgba(20, 216, 196, .08), rgba(255, 255, 255, .92));
    border: 1px solid rgba(20, 216, 196, .12);
    color: #475569;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2;
}

.single-news-description {
    color: #475569;
    font-size: 16px;
    line-height: 2.35;
}

.single-news-description p {
    margin-bottom: 20px;
}

.single-news-description h1,
.single-news-description h2,
.single-news-description h3,
.single-news-description h4,
.single-news-description h5,
.single-news-description h6 {
    margin: 32px 0 16px;
    color: #07111f;
    line-height: 1.8;
}

.single-news-description ul,
.single-news-description ol {
    margin: 20px 0;
    padding-right: 24px;
}

.single-news-description li {
    margin-bottom: 12px;
}

.single-news-description img {
    max-width: 100%;
    margin: 28px 0;
    border-radius: 26px;
}

.single-news-file {
    margin-top: 36px;
    padding: 22px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.single-news-file div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #07111f;
    font-weight: 900;
}

.single-news-file i {
    color: #14d8c4;
    font-size: 24px;
}

.single-news-file a,
.single-back-card a {
    border-radius: 16px;
    background: #14d8c4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07111f;
    font-weight: 900;
    transition: .35s;
}

.single-news-file a {
    min-height: 46px;
    padding: 0 20px;
    white-space: nowrap;
}

.single-news-gallery-box {
    margin-top: 34px;
    padding: 40px;
}

.single-inner-header {
    margin-bottom: 35px;
}

.single-inner-header h2 {
    font-size: 30px;
}

.single-news-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.single-news-gallery-item {
    height: 190px;
    border-radius: 24px;
    overflow: hidden;
    background: #eefaf8;
    border: 1px solid rgba(20, 216, 196, .12);
}

.single-news-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s;
}

.single-news-gallery-item:hover img {
    transform: scale(1.07);
}

/* Single News Sidebar */
.single-news-sidebar {
    position: sticky;
    top: 135px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-sidebar-card {
    padding: 30px;
}

.single-sidebar-card h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 18px;
    color: #07111f;
    font-size: 22px;
}

.single-sidebar-card h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    border-radius: 20px;
    background: #14d8c4;
}

.single-sidebar-info,
.related-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-sidebar-info div {
    padding: 18px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
}

.single-sidebar-info span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
}

.single-sidebar-info strong {
    color: #07111f;
    font-size: 15px;
    line-height: 1.8;
}

.related-news-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
    transition: .35s;
}

.related-news-item:hover {
    transform: translateY(-4px);
    background: rgba(20, 216, 196, .08);
}

.related-news-image {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(20, 216, 196, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 24px;
}

.related-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-content h4 {
    margin-bottom: 8px;
    color: #07111f;
    font-size: 14px;
    line-height: 1.8;
}

.related-news-content span {
    color: #0ea896;
    font-size: 12px;
    font-weight: 800;
}

.single-back-card p {
    margin-bottom: 22px;
    color: #64748b;
    line-height: 2;
}

.single-back-card a {
    min-height: 48px;
    padding: 0 20px;
    gap: 10px;
    font-size: 14px;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-page-grid {
    align-items: stretch;
    gap: 34px;
}

.contact-page-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-info-card {
    min-height: 138px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 30px;
}

.contact-info-card h3 {
    margin-bottom: 8px;
    color: #07111f;
}

.contact-info-card p {
    color: #64748b;
    line-height: 2;
    word-break: break-word;
}

.contact-info-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    flex-shrink: 0;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .22), transparent 45%),
    linear-gradient(145deg, rgba(20, 216, 196, .14), rgba(255, 255, 255, .95));
    border: 1px solid rgba(20, 216, 196, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 24px;
    box-shadow: 0 16px 35px rgba(20, 216, 196, .1);
}

.contact-page-form {
    height: 100%;
    padding: 36px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
}

.contact-page-form input,
.contact-page-form textarea {
    min-height: 58px;
    border-radius: 18px;
    color: #07111f;
    transition: .3s;
}

.contact-page-form textarea {
    min-height: 170px;
    line-height: 2;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
    border-color: rgba(20, 216, 196, .65);
    box-shadow: 0 0 0 4px rgba(20, 216, 196, .08);
}

.contact-page-form .primary-btn {
    width: 180px;
    margin-top: 4px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .site-tools {
        width: 92%;
    }
}

@media (max-width: 768px) {
    .site-tools {
        width: 92%;
        margin-bottom: 8px;
        justify-content: center;
        gap: 8px;
    }

    .site-tool-group {
        height: 34px;
    }

    .site-tool-btn {
        min-width: 42px;
        height: 26px;
        padding: 0 7px;
    }

    .theme-tool {
        width: 70px;
    }

    .theme-tool::before {
        width: 26px;
        height: 26px;
    }

    body.light .theme-tool::before {
        right: 4px;
    }

    body.dark .theme-tool::before {
        right: 40px;
    }

    html[dir="ltr"] body.light .theme-tool::before {
        right: 40px;
    }

    html[dir="ltr"] body.dark .theme-tool::before {
        right: 4px;
    }

    .theme-tool-btn {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .tool-flag {
        font-size: 14px;
    }

    .tool-label {
        font-size: 10px;
    }
}


@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 58px;
    }

    .hero-content p {
        width: 100%;
    }

    .sector-grid,
    .stats-grid,
    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-wrapper {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px;
    }

    .process-line {
        display: none;
    }

    .process-item {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }
    .footer-grid {
        position: relative;
        z-index: 2;
        display: block;
        gap: 60px;
    }
    .footer-grid,
    .single-news-layout {
        grid-template-columns: 1fr;
    }

    .dynamic-grid.cols-4,
    .dynamic-grid.cols-more,
    .news-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-news-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-back-card {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .nav-menu {
        width: 92%;
        padding: 0 25px;
    }

    .logo img {
        width: 170px;
    }

    .nav-right,
    .nav-left {
        gap: 18px;
    }

    .heroSwiper {
        height: 620px;
    }

    .hero-content {
        padding: 0 60px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .cta-box {
        height: auto;
        padding: 50px;
        flex-direction: column;
        justify-content: center;
        gap: 35px;
        text-align: center;
    }

    .cta-box h2 {
        font-size: 38px;
    }

    .dynamic-grid.cols-3,
    .dynamic-grid.cols-4,
    .dynamic-grid.cols-more {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-page-info {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .contact-info-card {
        min-height: 180px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    section {
        padding: 70px 5%;
    }

    .mobile-toggle {
        display: block;
    }

    .nav-menu {
        height: 85px;
    }

    .nav-links {
        position: absolute;
        top: 105px;
        right: 0;
        width: 100%;
        padding: 25px;
        border-radius: 25px;
        background: #fff;
        display: none;
        flex-direction: column;
        box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
    }

    .nav-links.active {
        display: flex;
    }

    .hero {
        padding-top: 150px;
    }

    .heroSwiper {
        height: 580px;
        border-radius: 30px;
    }

    .hero-content {
        padding: 0 30px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 2.1;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .sector-grid,
    .stats-grid,
    .partners-grid,
    .process-wrapper,
    .about-grid,
    .news-grid,
    .contact-grid,
    .dynamic-grid,
    .dynamic-grid.cols-1,
    .dynamic-grid.cols-2,
    .dynamic-grid.cols-3,
    .dynamic-grid.cols-4,
    .dynamic-grid.cols-more,
    .news-page-grid,
    .single-news-gallery {
        grid-template-columns: 1fr;
    }

    .dynamic-grid {
        max-width: none;
    }

    .process-wrapper {
        gap: 40px;
    }

    .process-item h3 {
        width: 100%;
    }

    .portfolio-content h3,
    .news-content h3,
    .news-page-content h3 {
        font-size: 20px;
    }

    .portfolio-list .portfolio-logo,
    .news-list .news-image {
        height: 220px;
    }

    .page-hero {
        padding: 170px 5% 80px;
    }

    .page-hero-content h1 {
        font-size: 42px;
    }

    .news-page-image {
        height: 230px;
    }

    .news-page-content {
        padding: 26px;
    }

    .site-pagination {
        flex-wrap: wrap;
        gap: 12px;
    }

    .pagination-numbers {
        order: -1;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .single-news-cover {
        height: 300px;
    }

    .single-news-body {
        padding: 28px;
    }

    .single-news-body h2 {
        font-size: 24px;
    }

    .single-news-summary {
        padding: 22px;
        font-size: 15px;
    }

    .single-news-description {
        font-size: 15px;
    }

    .single-news-file {
        flex-direction: column;
        align-items: stretch;
    }

    .single-news-file a {
        width: 100%;
    }

    .single-news-gallery-box {
        padding: 28px;
    }

    .single-news-sidebar {
        grid-template-columns: 1fr;
    }

    .single-back-card {
        grid-column: auto;
    }

    .contact-page-section {
        padding-top: 20px;
    }

    .contact-page-info {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        padding: 24px;
        text-align: right;
    }

    .contact-page-form {
        padding: 26px;
        border-radius: 28px;
    }

    .contact-page-form .primary-btn {
        width: 100%;
    }

    .footer {
        width: 92%;
        padding: 70px 8% 35px;
        border-radius: 30px;
    }

    .footer-column,
    .middle {
        text-align: center;
        align-items: center;
    }

    .footer-column h3::after {
        right: 50%;
        transform: translateX(50%);
    }

    .middle p {
        width: 100%;
    }

    .socials {
        justify-content: center;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .heroSwiper {
        height: 540px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content span {
        font-size: 12px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .stat-number span {
        font-size: 70px;
    }

    .cta-box h2 {
        font-size: 28px;
    }

    .contact-info-card {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .contact-info-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .contact-page-form {
        padding: 22px;
    }
}

/* Portfolio page */
.portfolio-page-section {
    padding-top: 40px;
}

.portfolio-page-list {
    align-items: stretch;
}

.portfolio-page-card {
    height: 100%;
}

.portfolio-page-logo {
    height: 230px;
}

.portfolio-page-content {
    min-height: auto;
    padding: 26px 24px 30px;
    text-align: center;
}

.portfolio-page-content h3 {
    margin-bottom: 0;
    color: #07111f;
    font-size: 20px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .portfolio-page-logo {
        height: 210px;
    }

    .portfolio-page-content {
        padding: 24px 20px 28px;
    }

    .portfolio-page-content h3 {
        font-size: 18px;
    }
}

/* ==========================================================
   PROFESSIONAL EXTENSIONS
   Add To End Of style.css
========================================================== */

:root {
    --primary: #14d8c4;
    --primary-dark: #0ea896;

    --bg: #f4f8fb;
    --surface: #ffffff;

    --text: #07111f;
    --text-light: #475569;
    --text-muted: #64748b;

    --border: rgba(20, 216, 196, .12);

    --shadow-sm: 0 12px 30px rgba(15, 23, 42, .04);
    --shadow-md: 0 18px 45px rgba(15, 23, 42, .05);
    --shadow-lg: 0 25px 70px rgba(15, 23, 42, .06);
}

/* ---------- Performance ---------- */

img {
    max-width: 100%;
    height: auto;
}

.card-cover-image,
.news-page-image img,
.single-news-cover img,
.single-news-gallery-item img,
.heroSwiper {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.sector-card,
.stat-box,
.portfolio-card,
.news-card,
.partner-card,
.news-page-card {
    will-change: transform;
}

/* ---------- Focus ---------- */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(20, 216, 196, .35);
    outline-offset: 3px;
}

/* ---------- Better Forms ---------- */

input,
textarea {
    transition: border-color .3s,
    box-shadow .3s,
    background-color .3s;
}

input::placeholder,
textarea::placeholder {
    color: #94a3b8;
}

/* ---------- Better Hover ---------- */

.partner-card:hover,
.portfolio-card:hover,
.news-card:hover,
.news-page-card:hover {
    box-shadow: 0 30px 70px rgba(20, 216, 196, .12);
}

/* ---------- Mobile Navbar ---------- */

@media (max-width: 768px) {
    .navbar {
        top: 16px;
    }

    .site-tools {
        width: 92%;
        margin: 0 auto 8px;
        justify-content: center;
        gap: 8px;
    }

    .site-tool-group {
        height: 34px;
        padding: 4px;
    }

    .site-tool-btn {
        min-width: 42px;
        height: 26px;
        padding: 0 7px;
    }

    .theme-tool {
        width: 70px;
    }

    .theme-tool::before {
        width: 26px;
        height: 26px;
    }

    body.light .theme-tool::before {
        right: 4px;
    }

    body.dark .theme-tool::before {
        right: 40px;
    }

    html[dir="ltr"] body.light .theme-tool::before {
        right: 40px;
    }

    html[dir="ltr"] body.dark .theme-tool::before {
        right: 4px;
    }

    .theme-tool-btn {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .tool-flag {
        font-size: 14px;
    }

    .tool-label {
        font-size: 10px;
    }

    .nav-menu {
        width: 92%;
        height: 76px;
        padding: 0 22px;
        border-radius: 26px;
        justify-content: center;
    }

    .mobile-toggle {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: rgba(20, 216, 196, .12);
        border: 1px solid rgba(20, 216, 196, .18);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #07111f;
        z-index: 20;
        transition: .3s;
    }

    .mobile-toggle.active {
        background: #14d8c4;
        color: #07111f;
    }

    .logo {
        padding: 0 !important;
    }

    .logo img {
        width: 145px;
    }

    .nav-menu .logo::before,
    .nav-menu .logo::after {
        display: none;
    }

    .nav-right,
    .nav-left {
        position: absolute;
        right: 0;
        width: 100%;
        padding: 22px;
        border-radius: 24px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid rgba(20, 216, 196, .12);
        box-shadow: 0 20px 45px rgba(15, 23, 42, .08);
        backdrop-filter: blur(20px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        z-index: 19;
    }

    .nav-right {
        top: 88px;
    }

    .nav-left {
        top: 290px;
    }

    .nav-right.active,
    .nav-left.active {
        display: flex;
    }

    .nav-right a,
    .nav-left a {
        width: 100%;
        padding: 13px 0;
        text-align: center;
        color: #07111f;
        font-size: 15px;
        border-bottom: 1px solid rgba(15, 23, 42, .06);
    }

    .nav-right a:last-child,
    .nav-left a:last-child {
        border-bottom: none;
    }

    .nav-right a::after,
    .nav-left a::after {
        display: none;
    }

    body.dark .mobile-toggle {
        background: rgba(20, 216, 196, .14);
        color: #f8fafc;
        border-color: rgba(20, 216, 196, .22);
    }

    body.dark .mobile-toggle.active {
        background: #14d8c4;
        color: #07111f;
    }

    body.dark .nav-right,
    body.dark .nav-left {
        background: rgba(15, 23, 42, .96);
        border-color: rgba(20, 216, 196, .18);
        box-shadow: 0 22px 50px rgba(0, 0, 0, .32);
    }

    body.dark .nav-right a,
    body.dark .nav-left a {
        color: #f8fafc;
        border-bottom-color: rgba(255, 255, 255, .06);
    }
}

/* ---------- Better Mobile Cards ---------- */

@media (max-width: 768px) {

    .sector-card,
    .stat-box {
        min-height: 220px;
        height: auto;
        padding: 30px;
    }

    .partner-card {
        min-height: 200px;
    }

    .news-page-content p {
        min-height: auto;
    }

    .single-news-gallery-item {
        height: 240px;
    }

}

/* ---------- Small Devices ---------- */

@media (max-width: 480px) {

    .hero-content {
        padding: 0 20px;
    }

    .hero-content h1 {
        line-height: 1.6;
    }

    .section-header {
        margin-bottom: 45px;
    }

    .single-news-body {
        padding: 22px;
    }

    .single-sidebar-card {
        padding: 22px;
    }

    .footer {
        margin-top: 80px;
    }

}

/* ==========================================================
   DARK MODE
========================================================== */

body.dark {

    --bg: #07111f;
    --surface: #0f172a;

    --text: #f8fafc;
    --text-light: #cbd5e1;
    --text-muted: #94a3b8;

    background: #07111f;
    color: #f8fafc;
}

body.dark .bg-effect {
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .15), transparent 25%),
    radial-gradient(circle at bottom left, rgba(20, 216, 196, .08), transparent 30%),
    linear-gradient(to bottom, #07111f, #0f172a);
}

body.dark .nav-menu,
body.dark .footer,
body.dark .sector-card,
body.dark .stat-box,
body.dark .portfolio-card,
body.dark .news-card,
body.dark .partner-card,
body.dark .about-card,
body.dark .contact-page-form,
body.dark .news-page-card,
body.dark .single-news-card,
body.dark .single-sidebar-card,
body.dark .single-news-gallery-box {

    background: linear-gradient(
        145deg,
        rgba(15, 23, 42, .96),
        rgba(15, 23, 42, .88)
    );

    border-color: rgba(20, 216, 196, .18);
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #f8fafc !important;
}

body.dark p,
body.dark li,
body.dark span:not(.counter) {
    color: #94a3b8;
}

body.dark .nav-right a,
body.dark .nav-left a {
    color: #f8fafc;
}

body.dark .secondary-btn {
    background: #0f172a;
    color: #f8fafc;
    border-color: #1e293b;
}

body.dark input,
body.dark textarea {
    background: #0f172a;
    color: #f8fafc;
    border-color: #1e293b;
}

body.dark .single-news-file,
body.dark .single-sidebar-info div,
body.dark .related-news-item {
    background: #111c31;
    border-color: #1e293b;
}

/* ==========================================================
   LTR SUPPORT
========================================================== */

html[dir="ltr"] body {
    direction: ltr;
}

html[dir="ltr"] .nav-right a::after,
html[dir="ltr"] .nav-left a::after,
html[dir="ltr"] .footer-column h3::after,
html[dir="ltr"] .single-sidebar-card h3::after {
    left: 0;
    right: auto;
}

html[dir="ltr"] .single-news-description ul,
html[dir="ltr"] .single-news-description ol {
    padding-left: 24px;
    padding-right: 0;
}

html[dir="ltr"] .contact-info-card {
    text-align: left;
}

html[dir="ltr"] .single-news-meta,
html[dir="ltr"] .news-page-meta {
    justify-content: flex-start;
}

/* ==========================================================
   Accessibility
========================================================== */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

}




/* Partner placeholder when image file is missing */
.partner-placeholder {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .22), transparent 48%),
        linear-gradient(145deg, rgba(20, 216, 196, .10), rgba(255, 255, 255, .96));
}

.partner-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(20, 216, 196, .24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 24px;
    box-shadow: 0 12px 26px rgba(20, 216, 196, .12);
}

.partner-placeholder-icon i {
    color: #14d8c4;
    font-size: 24px;
}

/* Dark mode */
body.dark .partner-placeholder {
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .22), transparent 48%),
        linear-gradient(145deg, rgba(20, 216, 196, .10), rgba(15, 23, 42, .96));
}

body.dark .partner-placeholder-icon {
    background: rgba(15, 23, 42, .82);
    border-color: rgba(20, 216, 196, .24);
    color: #14d8c4;
}

/* DARK MODE */

body.dark {

    --bg: #07111f;

    --white: #0f172a;

    --text: #f8fafc;
    --text-light: #cbd5e1;
    --text-muted: #94a3b8;

    background: #07111f;
    color: #f8fafc;
}

body.dark .bg-effect {
    background: radial-gradient(
        circle at top right,
        rgba(20, 216, 196, .15),
        transparent 25%
    ),
    radial-gradient(
        circle at bottom left,
        rgba(20, 216, 196, .08),
        transparent 30%
    ),
    linear-gradient(
        to bottom,
        #07111f,
        #0f172a
    );
}

body.dark .nav-menu,
body.dark .footer,
body.dark .sector-card,
body.dark .stat-box,
body.dark .portfolio-card,
body.dark .news-card,
body.dark .partner-card,
body.dark .about-card,
body.dark .contact-page-form,
body.dark .news-page-card,
body.dark .single-news-card,
body.dark .single-sidebar-card,
body.dark .single-news-gallery-box {

    background: linear-gradient(
        145deg,
        rgba(15, 23, 42, .96),
        rgba(15, 23, 42, .88)
    );

    border-color: rgba(20, 216, 196, .18);
}

body.dark .nav-menu {
    background: linear-gradient(
        90deg,
        rgba(15, 23, 42, .86) 0%,
        rgba(15, 23, 42, .96) 25%,
        rgba(20, 216, 196, .10) 50%,
        rgba(15, 23, 42, .96) 75%,
        rgba(15, 23, 42, .86) 100%
    );

    border-color: rgba(20, 216, 196, .22);

    box-shadow: 0 18px 55px rgba(0, 0, 0, .34),
    0 8px 28px rgba(20, 216, 196, .08),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.dark .nav-menu::before,
body.dark .nav-menu::after {
    background: rgba(20, 216, 196, .16);
    filter: blur(38px);
}

body.dark .section-header h2,
body.dark .hero-content h1,
body.dark .portfolio-content h3,
body.dark .news-content h3,
body.dark .partner-card h3,
body.dark .footer-column h3,
body.dark .single-news-body h2,
body.dark .news-page-content h3 {
    color: #f8fafc;
}

body.dark .hero-content p,
body.dark .portfolio-content p,
body.dark .news-content p,
body.dark .footer-column p,
body.dark .single-news-description,
body.dark .single-news-summary,
body.dark .contact-info-card p {
    color: #94a3b8;
}

/* Dark hero refinement */
body.dark .heroSwiper {
    box-shadow: 0 32px 90px rgba(0, 0, 0, .46),
    0 10px 35px rgba(20, 216, 196, .08);
}

body.dark .hero-slide {
    background: linear-gradient(
        rgba(7, 17, 31, .74),
        rgba(7, 17, 31, .86)
    ),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=2070");
}

body.dark .slide2 {
    background: linear-gradient(
        rgba(7, 17, 31, .74),
        rgba(7, 17, 31, .86)
    ),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072");
}

body.dark .hero-overlay {
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .24), transparent 38%),
    radial-gradient(circle at bottom left, rgba(20, 216, 196, .10), transparent 34%),
    linear-gradient(90deg, rgba(7, 17, 31, .18), rgba(15, 23, 42, .04));
}

body.dark .hero-content span {
    color: #14d8c4;
}

body.dark .hero-content h1 {
    color: #f8fafc;
    text-shadow: 0 12px 35px rgba(0, 0, 0, .28);
}

body.dark .hero-content p {
    color: #cbd5e1;
}

body.dark .secondary-btn {
    background: rgba(15, 23, 42, .86);
    color: #f8fafc;
    border-color: rgba(20, 216, 196, .18);
}

body.dark .secondary-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

body.dark .swiper-pagination-bullet {
    background: #f8fafc !important;
    opacity: .28 !important;
}

body.dark .swiper-pagination-bullet-active {
    background: #14d8c4 !important;
    opacity: 1 !important;
}

body.dark .nav-right a,
body.dark .nav-left a {
    color: #f8fafc;
}

body.dark .secondary-btn {
    background: #0f172a;
    color: #f8fafc;
    border-color: #1e293b;
}

body.dark input,
body.dark textarea {
    background: #0f172a;
    color: #f8fafc;
    border-color: #1e293b;
}

.portfolio-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 15px;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.portfolio-slider:active {
    cursor: grabbing;
}

.portfolio-slider::-webkit-scrollbar {
    height: 8px;
}

.portfolio-slider::-webkit-scrollbar-thumb {
    background: #14d8c4;
    border-radius: 20px;
}

.portfolio-slide {
    flex: 0 0 360px;
}

.portfolio-slide .portfolio-card {
    height: 100%;
}

@media (max-width: 768px) {

    .portfolio-slider {
        gap: 20px;
    }

    .portfolio-slide {
        flex: 0 0 290px;
    }

}

.partnersSwiper {
    overflow: hidden !important;
    padding: 10px 0 20px;
}

.partnersSwiper .swiper-slide {
    width: 280px !important;
    height: auto;
}

.partnersSwiper .partner-card {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partnersSwiper .partner-logo {
    width: 200px;
    height: 145px;
    margin-bottom: 20px;
}

.partnersSwiper .partner-card h3 {
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}

.partnersSwiper .brand-image-box {
    width: 100%;
    height: 100%;
}

.partnersSwiper .brand-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {

    .partnersSwiper .swiper-slide {
        width: 220px !important;
    }

    .partnersSwiper .partner-card {
        height: 200px;
    }

    .partnersSwiper .partner-logo {
        width: 90px;
        height: 90px;
    }

}
/* ===== MANAGEMENT TEAM SECTION / ORGANIZATIONAL STRUCTURE ===== */
.team-section {
    position: relative;
    overflow: hidden;
    padding: 80px 7% 0px 7%;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, 0.10), transparent 22%),
        radial-gradient(circle at bottom left, rgba(20, 216, 196, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fffe 0%, #f3fbfa 100%);
}

.team-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(20, 216, 196, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 216, 196, 0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    opacity: 0.5;
}

.team-section .container {
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.section-header span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(20, 216, 196, 0.12);
    color: rgb(9, 112, 101);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 14px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

/* ===== GRID AS ORG CHART ===== */
.management-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    gap: 34px 26px;
    align-items: start;
    margin-top: 20px;
    padding-top: 10px;
}

/* خط عمودی از مدیرعامل به پایین */
.management-grid::before {
    content: "";
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(20, 216, 196, 0.95),
        rgba(20, 216, 196, 0.45)
    );
    z-index: 0;
}

/* خط افقی اتصال 4 مدیر پایین */
.management-grid::after {
    content: "";
    position: absolute;
    top: 568px;
    left: 12.5%;
    width: 75%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgba(20, 216, 196, 0.25),
        rgba(20, 216, 196, 0.95),
        rgba(20, 216, 196, 0.25)
    );
    z-index: 0;
}

/* ===== TEAM CARD ===== */
.team-card.featured-card {
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(20, 216, 196, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    z-index: 1;
}

.team-card.featured-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(20, 216, 196, 0.18);
    border-color: rgba(20, 216, 196, 0.40);
}

.team-card.featured-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(20, 216, 196, 0.035) 100%
    );
    pointer-events: none;
}

.team-card.featured-card::after {
    content: "";
    position: absolute;
    inset-inline: 18px;
    top: 18px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.85),
        transparent
    );
    z-index: 2;
}

/* ===== CEO CARD ===== */
.featured-card:first-child {
    grid-column: 2 / 4;
    max-width: 430px;
    width: 100%;
    margin: 0 auto 40px;
    border-color: rgba(20, 216, 196, 0.30);
    box-shadow: 0 26px 70px rgba(20, 216, 196, 0.16);
}

/* چهار کارت ردیف دوم */
.featured-card:nth-child(2),
.featured-card:nth-child(3),
.featured-card:nth-child(4),
.featured-card:nth-child(5) {
    grid-row: 2;
}

/* خط عمودی بالای هر مدیر */
.featured-card:nth-child(n+2)::before {
    box-shadow: inset 0 0 0 9999px rgba(20, 216, 196, 0.035);
}

.featured-card:nth-child(2)::after,
.featured-card:nth-child(3)::after,
.featured-card:nth-child(4)::after,
.featured-card:nth-child(5)::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(20, 216, 196, 0.95),
        rgba(20, 216, 196, 0.25)
    );
    z-index: 0;
}

/* ===== IMAGE ===== */
.team-image-box {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #dffcf7;
}

.featured-card:first-child .team-image-box {
    height: 300px;
}

.team-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-bottom: 1px solid rgba(20, 216, 196, 0.16);
    z-index: 1;
    pointer-events: none;
}

.team-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(15, 23, 42, 0.40), rgba(15, 23, 42, 0.06) 34%, rgba(20, 216, 196, 0.10)),
        linear-gradient(135deg, rgba(20, 216, 196, 0.06), transparent 40%);
    pointer-events: none;
}

.team-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-card.featured-card:hover .team-image {
    transform: scale(1.05);
}

/* ===== BODY ===== */
.team-card-body {
    position: relative;
    padding: 24px 24px 28px;
}

.team-card-body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgb(20, 216, 196),
        rgba(20, 216, 196, 0.30)
    );
    transform: translateY(-50%);
}

.team-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(20, 216, 196, 0.12);
    color: rgb(9, 112, 101);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
}

.team-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(20, 216, 196);
    box-shadow: 0 0 0 4px rgba(20, 216, 196, 0.15);
}

.team-name {
    font-size: 23px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: center;
}

.featured-card:first-child .team-name {
    font-size: 26px;
}

.team-position {
    font-size: 15px;
    font-weight: 800;
    color: rgb(9, 112, 101);
    margin-bottom: 14px;
    text-align: center;
}

.team-description {
    font-size: 14px;
    line-height: 2;
    color: #526173;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1399px) {
    .management-grid {
        gap: 30px 20px;
    }

    .management-grid::before {
        top: 500px;
    }

    .management-grid::after {
        top: 548px;
    }
}

@media (max-width: 1199px) {
    .management-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        gap: 28px;
    }

    .featured-card:first-child {
        grid-column: 1 / -1;
        max-width: 460px;
        margin-bottom: 30px;
    }

    .featured-card:nth-child(2),
    .featured-card:nth-child(3),
    .featured-card:nth-child(4),
    .featured-card:nth-child(5) {
        grid-row: auto;
    }

    .management-grid::before,
    .management-grid::after,
    .featured-card:nth-child(2)::after,
    .featured-card:nth-child(3)::after,
    .featured-card:nth-child(4)::after,
    .featured-card:nth-child(5)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 70px 0;
    }

    .section-header {
        margin-bottom: 35px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .management-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 0;
    }

    .featured-card:first-child {
        grid-column: auto;
        max-width: 100%;
        margin-bottom: 0;
    }

    .team-image-box {
        height: 220px;
    }

    .featured-card:first-child .team-image-box {
        height: 250px;
    }

    .team-card-body {
        padding: 20px 18px 24px;
    }

    .team-name,
    .featured-card:first-child .team-name {
        font-size: 21px;
    }

    .team-description {
        font-size: 13.5px;
        line-height: 1.9;
    }
}



/* ==========================================================================
   Premium About Page
   ========================================================================== */

.about-premium-hero {
    min-height: 860px;
    padding: 220px 7% 100px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    align-items: center;
    gap: 70px;
}

.about-premium-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(20, 216, 196, .20), transparent 28%),
        radial-gradient(circle at 88% 65%, rgba(20, 216, 196, .14), transparent 35%),
        linear-gradient(to bottom, rgba(255, 255, 255, .04), transparent);
    pointer-events: none;
}

.about-premium-hero-glow {
    position: absolute;
    border-radius: 50%;
    background: rgba(20, 216, 196, .13);
    filter: blur(90px);
    pointer-events: none;
    animation: aboutGlowMove 8s ease-in-out infinite alternate;
}

.glow-one {
    width: 420px;
    height: 420px;
    right: -140px;
    top: 180px;
}

.glow-two {
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: 80px;
    animation-delay: 1.5s;
}

.about-premium-hero-content,
.about-premium-visual {
    position: relative;
    z-index: 3;
}

.about-premium-label,
.about-premium-intro-text span,
.about-premium-value-card span {
    color: #14d8c4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-premium-hero-content h1 {
    margin: 26px 0 28px;
    color: #07111f;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 900;
    animation: aboutFadeUp .9s ease both;
}

.about-premium-hero-content p {
    max-width: 780px;
    color: #475569;
    font-size: 17px;
    line-height: 2.35;
    text-align: justify;
    animation: aboutFadeUp .9s ease .14s both;
}

.about-premium-actions {
    margin-top: 42px;
    display: flex;
    gap: 18px;
    animation: aboutFadeUp .9s ease .28s both;
}

.about-premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-premium-visual {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-premium-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(20, 216, 196, .20);
    box-shadow: inset 0 0 40px rgba(20, 216, 196, .05);
    animation: aboutRotate 18s linear infinite;
}

.orbit-large {
    width: 450px;
    height: 450px;
}

.orbit-small {
    width: 310px;
    height: 310px;
    animation-duration: 12s;
    animation-direction: reverse;
}

.about-premium-core-card {
    width: 315px;
    min-height: 350px;
    padding: 42px 34px;
    border-radius: 44px;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .20), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86));
    border: 1px solid rgba(20, 216, 196, .16);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    animation: aboutFloat 5s ease-in-out infinite;
}

.about-premium-core-icon {
    width: 96px;
    height: 96px;
    border-radius: 32px;
    background: rgba(20, 216, 196, .14);
    border: 1px solid rgba(20, 216, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 42px;
}

.about-premium-core-card h3 {
    color: #07111f;
    font-size: 28px;
}

.about-premium-core-card p {
    color: #64748b;
    line-height: 2;
}

.about-premium-floating-card {
    position: absolute;
    min-width: 138px;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(20, 216, 196, .14);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
    backdrop-filter: blur(18px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
}

.about-premium-floating-card i {
    color: #14d8c4;
    font-size: 20px;
}

.floating-card-1 {
    top: 80px;
    right: 20px;
    animation: aboutFloat 4.5s ease-in-out infinite;
}

.floating-card-2 {
    bottom: 95px;
    right: 0;
    animation: aboutFloat 5.2s ease-in-out .4s infinite;
}

.floating-card-3 {
    left: 20px;
    bottom: 160px;
    animation: aboutFloat 4.8s ease-in-out .8s infinite;
}

/* Intro */
.about-premium-intro {
    padding-top: 40px;
}

.about-premium-intro-box {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 34px;
    align-items: stretch;
}

.about-premium-intro-text,
.about-premium-intro-stats,
.about-premium-value-card,
.timeline-card,
.about-premium-team-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
}

.about-premium-intro-text {
    padding: 46px;
    border-radius: 38px;
}

.about-premium-intro-text h3 {
    margin: 18px 0 22px;
    color: #07111f;
    font-size: 34px;
    line-height: 1.8;
}

.about-premium-intro-text p {
    color: #64748b;
    font-size: 16px;
    line-height: 2.3;
    text-align: justify;
}

.about-premium-intro-stats {
    padding: 28px;
    border-radius: 38px;
    display: grid;
    gap: 18px;
}

.about-premium-stat {
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .12), transparent 42%),
        #f8fafc;
    border: 1px solid rgba(20, 216, 196, .08);
    transition: .35s;
}

.about-premium-stat:hover {
    transform: translateY(-6px);
    background: rgba(20, 216, 196, .08);
}

.about-premium-stat strong {
    display: block;
    color: #14d8c4;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}

.about-premium-stat span {
    display: block;
    margin-top: 12px;
    color: #475569;
    font-weight: 800;
}

/* Values */
.about-premium-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.about-premium-value-card {
    min-height: 410px;
    padding: 38px;
    border-radius: 38px;
    position: relative;
    overflow: hidden;
    transition: .45s;
}

.about-premium-value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(20, 216, 196, .16), transparent 42%);
    opacity: .9;
}

.about-premium-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(20, 216, 196, .12);
}

.about-premium-value-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    background: rgba(20, 216, 196, .13);
    border: 1px solid rgba(20, 216, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 30px;
    position: relative;
    z-index: 2;
}

.about-premium-value-card span,
.about-premium-value-card h3,
.about-premium-value-card p {
    position: relative;
    z-index: 2;
}

.about-premium-value-card span {
    display: block;
    margin: 30px 0 10px;
}

.about-premium-value-card h3 {
    margin-bottom: 16px;
    color: #07111f;
    font-size: 26px;
}

.about-premium-value-card p {
    color: #64748b;
    line-height: 2.25;
    text-align: justify;
}

/* Timeline */
.about-premium-timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 30px;
}

.about-premium-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #14d8c4, transparent);
}

.about-premium-timeline-item {
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: center;
}

.about-premium-timeline-item:nth-child(odd) .timeline-card {
    grid-column: 1;
}

.about-premium-timeline-item:nth-child(even) .timeline-card {
    grid-column: 3;
}

.timeline-number {
    grid-column: 2;
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 24px;
    background: #14d8c4;
    color: #07111f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(20, 216, 196, .22);
    position: relative;
    z-index: 3;
}

.timeline-card {
    padding: 30px;
    border-radius: 30px;
    transition: .4s;
}

.timeline-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(20, 216, 196, .12);
}

.timeline-card h3 {
    margin-bottom: 12px;
    color: #07111f;
    font-size: 22px;
}

.timeline-card p {
    color: #64748b;
    line-height: 2;
}

/* Team */
.about-premium-management-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.about-premium-team-card {
    min-height: 390px;
    border-radius: 38px;
    overflow: hidden;
    position: relative;
    transition: .45s;
}

.about-premium-team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(20, 216, 196, .16), transparent 48%);
    z-index: 1;
    pointer-events: none;
}

.about-premium-team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(20, 216, 196, .12);
}

.about-premium-team-image {
    height: 240px;
    padding: 26px 26px 0;
    position: relative;
    z-index: 2;
}

.about-premium-team-image img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: top center;
    filter: saturate(1.04);
    transition: .6s;
}

.about-premium-team-card:hover .about-premium-team-image img {
    transform: scale(1.05);
}

.about-premium-team-body {
    padding: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-premium-team-body span {
    min-height: 32px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(20, 216, 196, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0ea896;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px;
}

.about-premium-team-body h3 {
    margin-bottom: 10px;
    color: #07111f;
    font-size: 18px;
    line-height: 1.8;
}

.about-premium-team-body p {
    color: #64748b;
    font-size: 13px;
    line-height: 2;
}

/* Animations */
@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(34px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes aboutRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes aboutGlowMove {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(30px, -25px, 0) scale(1.08);
    }
}

/* Dark mode */
body.dark .about-premium-hero-content h1,
body.dark .about-premium-core-card h3,
body.dark .about-premium-intro-text h3,
body.dark .about-premium-value-card h3,
body.dark .timeline-card h3,
body.dark .about-premium-team-body h3 {
    color: #f8fafc !important;
}

body.dark .about-premium-hero-content p,
body.dark .about-premium-core-card p,
body.dark .about-premium-intro-text p,
body.dark .about-premium-value-card p,
body.dark .timeline-card p,
body.dark .about-premium-team-body p {
    color: #94a3b8;
}

body.dark .about-premium-core-card,
body.dark .about-premium-intro-text,
body.dark .about-premium-intro-stats,
body.dark .about-premium-value-card,
body.dark .timeline-card,
body.dark .about-premium-team-card {
    background: linear-gradient(145deg, rgba(15, 23, 42, .96), rgba(15, 23, 42, .88));
    border-color: rgba(20, 216, 196, .18);
}

body.dark .about-premium-floating-card,
body.dark .about-premium-stat {
    background: rgba(15, 23, 42, .88);
    border-color: rgba(20, 216, 196, .16);
    color: #f8fafc;
}

body.dark .about-premium-core-icon,
body.dark .about-premium-value-icon {
    background: rgba(20, 216, 196, .12);
}

/* Responsive */
@media (max-width: 1300px) {
    .about-premium-management-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .about-premium-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 40px;
    }

    .about-premium-visual {
        min-height: 460px;
    }

    .about-premium-intro-box {
        grid-template-columns: 1fr;
    }

    .about-premium-values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-premium-hero {
        padding: 190px 5% 70px;
    }

    .about-premium-hero-content {
        text-align: center;
    }

    .about-premium-hero-content h1 {
        font-size: 34px;
    }

    .about-premium-hero-content p {
        font-size: 15px;
        text-align: right;
    }

    .about-premium-actions {
        flex-direction: column;
    }

    .about-premium-visual {
        min-height: 380px;
    }

    .orbit-large {
        width: 320px;
        height: 320px;
    }

    .orbit-small {
        width: 230px;
        height: 230px;
    }

    .about-premium-core-card {
        width: 250px;
        min-height: 285px;
    }

    .about-premium-floating-card {
        min-width: 112px;
        min-height: 48px;
        font-size: 12px;
    }

    .floating-card-1 {
        top: 34px;
        right: 5px;
    }

    .floating-card-2 {
        bottom: 55px;
        right: 5px;
    }

    .floating-card-3 {
        left: 5px;
        bottom: 110px;
    }

    .about-premium-intro-text {
        padding: 30px;
    }

    .about-premium-intro-text h3 {
        font-size: 26px;
    }

    .about-premium-timeline-line {
        right: 35px;
    }

    .about-premium-timeline-item {
        grid-template-columns: 70px 1fr;
        gap: 18px;
    }

    .timeline-number {
        grid-column: 1;
        width: 60px;
        height: 60px;
        border-radius: 20px;
        font-size: 18px;
    }

    .about-premium-timeline-item:nth-child(odd) .timeline-card,
    .about-premium-timeline-item:nth-child(even) .timeline-card {
        grid-column: 2;
    }

    .about-premium-management-grid {
        grid-template-columns: 1fr;
    }

    .about-premium-team-image {
        height: 280px;
    }
}


/* CEO featured card */
.about-premium-team-card-ceo {
    transform: translateY(-18px);
    border: 1px solid rgba(20, 216, 196, .32);
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .24), transparent 48%),
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9));
    box-shadow:
        0 35px 90px rgba(20, 216, 196, .16),
        0 18px 45px rgba(15, 23, 42, .08);
}

.about-premium-team-card-ceo::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 30px;
    border: 1px solid rgba(20, 216, 196, .18);
    pointer-events: none;
    z-index: 2;
}

.about-premium-team-card-ceo .about-premium-team-image {
    height: 265px;
}

.about-premium-team-card-ceo .about-premium-team-image img {
    border: 2px solid rgba(20, 216, 196, .22);
    box-shadow: 0 18px 42px rgba(20, 216, 196, .14);
}

.about-premium-team-card-ceo .about-premium-team-body span {
    background: #14d8c4;
    color: #07111f;
    box-shadow: 0 12px 28px rgba(20, 216, 196, .22);
}

.about-premium-team-card-ceo .about-premium-team-body h3 {
    font-size: 20px;
}

.ceo-highlight-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 5;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(20, 216, 196, .94);
    color: #07111f;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 16px 35px rgba(20, 216, 196, .22);
}

.ceo-highlight-badge i {
    font-size: 13px;
}

/* Dark mode CEO card */
body.dark .about-premium-team-card-ceo {
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .24), transparent 48%),
        linear-gradient(145deg, rgba(15, 23, 42, .98), rgba(15, 23, 42, .9));
    border-color: rgba(20, 216, 196, .34);
    box-shadow:
        0 35px 90px rgba(20, 216, 196, .10),
        0 24px 60px rgba(0, 0, 0, .32);
}

body.dark .about-premium-team-card-ceo::after {
    border-color: rgba(20, 216, 196, .20);
}

body.dark .ceo-highlight-badge {
    background: #14d8c4;
    color: #07111f;
}

/* Responsive CEO card */
@media (max-width: 1300px) {
    .about-premium-team-card-ceo {
        transform: translateY(0);
        grid-column: span 3;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-premium-team-card-ceo {
        order: -1;
        grid-column: auto;
        max-width: none;
    }

    .about-premium-team-card-ceo .about-premium-team-image {
        height: 300px;
    }

    .ceo-highlight-badge {
        top: 18px;
        right: 18px;
    }
}



/* ==========================================================================
   Premium Events Pages
   ========================================================================== */

.events-premium-hero,
.single-event-hero {
    position: relative;
    overflow: hidden;
    padding: 220px 7% 110px;
}

.events-premium-hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: center;
    gap: 70px;
}

.events-premium-bg,
.single-event-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 26%, rgba(20, 216, 196, .18), transparent 28%),
        radial-gradient(circle at 84% 64%, rgba(20, 216, 196, .12), transparent 35%),
        linear-gradient(to bottom, rgba(255, 255, 255, .03), transparent);
    pointer-events: none;
}

.events-premium-glow {
    position: absolute;
    border-radius: 50%;
    background: rgba(20, 216, 196, .12);
    filter: blur(90px);
    pointer-events: none;
    animation: eventsGlowMove 8s ease-in-out infinite alternate;
}

.events-premium-glow.glow-one {
    width: 420px;
    height: 420px;
    right: -150px;
    top: 170px;
}

.events-premium-glow.glow-two {
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: 70px;
    animation-delay: 1.5s;
}

.events-premium-hero-content,
.events-premium-hero-visual,
.single-event-hero-content {
    position: relative;
    z-index: 3;
}

.events-premium-hero-content span,
.single-event-hero-content span {
    color: #14d8c4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.events-premium-hero-content h1,
.single-event-hero-content h1 {
    margin: 26px 0;
    color: #07111f;
    font-size: 64px;
    line-height: 1.45;
    font-weight: 900;
    animation: eventsFadeUp .9s ease both;
}

.events-premium-hero-content p,
.single-event-hero-content p {
    max-width: 760px;
    color: #475569;
    font-size: 17px;
    line-height: 2.35;
    animation: eventsFadeUp .9s ease .14s both;
}

.events-premium-hero-visual {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(20, 216, 196, .2);
    box-shadow: inset 0 0 40px rgba(20, 216, 196, .05);
    animation: eventsRotate 18s linear infinite;
}

.events-orbit.orbit-large {
    width: 420px;
    height: 420px;
}

.events-orbit.orbit-small {
    width: 290px;
    height: 290px;
    animation-duration: 12s;
    animation-direction: reverse;
}

.events-hero-card {
    width: 310px;
    min-height: 330px;
    padding: 42px 34px;
    border-radius: 44px;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .2), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86));
    border: 1px solid rgba(20, 216, 196, .16);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    animation: eventsFloat 5s ease-in-out infinite;
}

.events-hero-card i {
    width: 96px;
    height: 96px;
    border-radius: 32px;
    background: rgba(20, 216, 196, .14);
    border: 1px solid rgba(20, 216, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 42px;
}

.events-hero-card h3 {
    color: #07111f;
    font-size: 28px;
}

.events-hero-card p {
    color: #64748b;
    line-height: 2;
}

/* Events list */
.events-premium-section {
    padding-top: 40px;
}

.events-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.event-premium-card {
    min-height: 100%;
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    transition: .45s;
}

.event-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(20, 216, 196, .12);
}

.event-premium-image {
    height: 245px;
    position: relative;
    overflow: hidden;
}

.event-premium-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.event-premium-card:hover .event-premium-image img {
    transform: scale(1.07);
}

.event-premium-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(7, 17, 31, .64), transparent 60%),
        radial-gradient(circle at top right, rgba(20, 216, 196, .18), transparent 46%);
}

.event-premium-number {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: #14d8c4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07111f;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 35px rgba(20, 216, 196, .22);
}

.event-premium-content {
    flex: 1;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.event-premium-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.event-premium-meta span {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(20, 216, 196, .08);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0ea896;
    font-size: 12px;
    font-weight: 900;
}

.event-premium-content h3 {
    margin-bottom: 14px;
    color: #07111f;
    font-size: 22px;
    line-height: 1.9;
}

.event-premium-content p {
    flex: 1;
    color: #64748b;
    font-size: 14px;
    line-height: 2.15;
}

.event-premium-link {
    width: fit-content;
    margin-top: 24px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 16px;
    background: #14d8c4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
}

/* Single event */
.single-event-hero {
    text-align: center;
}

.single-event-hero-content {
    max-width: 1050px;
    margin: 0 auto;
}

.single-event-hero-meta {
    margin: 44px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 950px;
}

.single-event-hero-meta div {
    min-height: 120px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.single-event-hero-meta i {
    color: #14d8c4;
    font-size: 26px;
}

.single-event-hero-meta strong {
    color: #07111f;
    font-size: 14px;
}

.single-event-hero-meta span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.single-event-section {
    padding-top: 40px;
}

.single-event-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: start;
}

.single-event-main,
.single-event-side-card {
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    border: 1px solid rgba(20, 216, 196, .12);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
    overflow: hidden;
}

.single-event-cover {
    height: 430px;
    overflow: hidden;
}

.single-event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-event-body {
    padding: 42px;
}

.single-event-badge {
    width: fit-content;
    min-height: 40px;
    padding: 0 16px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(20, 216, 196, .1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0ea896;
    font-size: 13px;
    font-weight: 900;
}

.single-event-body h2 {
    margin-bottom: 24px;
    color: #07111f;
    font-size: 34px;
    line-height: 1.8;
}

.single-event-body p {
    margin-bottom: 20px;
    color: #475569;
    font-size: 16px;
    line-height: 2.3;
    text-align: justify;
}

.single-event-intro {
    padding: 26px 30px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .14), transparent 45%),
        linear-gradient(145deg, rgba(20, 216, 196, .08), rgba(255, 255, 255, .92));
    border: 1px solid rgba(20, 216, 196, .12);
    font-weight: 800;
}

.single-event-focus-box {
    margin-top: 38px;
    padding: 30px;
    border-radius: 30px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .06);
}

.single-event-focus-box h3 {
    margin-bottom: 22px;
    color: #07111f;
    font-size: 24px;
}

.single-event-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.single-event-focus-grid div {
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(20, 216, 196, .10);
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-event-focus-grid i {
    color: #14d8c4;
}

.single-event-focus-grid span {
    color: #07111f;
    font-weight: 800;
    line-height: 1.8;
}

.single-event-sidebar {
    position: sticky;
    top: 135px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-event-side-card {
    padding: 30px;
}

.single-event-side-card h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 18px;
    color: #07111f;
    font-size: 22px;
}

.single-event-side-card h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    border-radius: 20px;
    background: #14d8c4;
}

.single-event-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.single-event-info-list div {
    padding: 18px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
}

.single-event-info-list span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
}

.single-event-info-list strong {
    color: #07111f;
    font-size: 14px;
    line-height: 1.8;
}

.related-events-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.related-event-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
    transition: .35s;
}

.related-event-item:hover {
    transform: translateY(-4px);
    background: rgba(20, 216, 196, .08);
}

.related-event-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(20, 216, 196, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14d8c4;
    font-size: 22px;
}

.related-event-item h4 {
    margin-bottom: 6px;
    color: #07111f;
    font-size: 14px;
    line-height: 1.8;
}

.related-event-item span {
    color: #0ea896;
    font-size: 12px;
    font-weight: 900;
}

.single-event-back-card p {
    margin-bottom: 22px;
    color: #64748b;
    line-height: 2;
}

.single-event-back-card a {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    background: #14d8c4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
}

/* Dark mode */
body.dark .events-hero-card,
body.dark .event-premium-card,
body.dark .single-event-hero-meta div,
body.dark .single-event-main,
body.dark .single-event-side-card {
    background: linear-gradient(145deg, rgba(15, 23, 42, .96), rgba(15, 23, 42, .88));
    border-color: rgba(20, 216, 196, .18);
}

body.dark .events-premium-hero-content h1,
body.dark .single-event-hero-content h1,
body.dark .events-hero-card h3,
body.dark .event-premium-content h3,
body.dark .single-event-body h2,
body.dark .single-event-focus-box h3,
body.dark .single-event-hero-meta strong,
body.dark .single-event-side-card h3,
body.dark .single-event-info-list strong,
body.dark .related-event-item h4,
body.dark .single-event-focus-grid span {
    color: #f8fafc !important;
}

body.dark .events-premium-hero-content p,
body.dark .single-event-hero-content p,
body.dark .events-hero-card p,
body.dark .event-premium-content p,
body.dark .single-event-body p,
body.dark .single-event-hero-meta span,
body.dark .single-event-info-list span,
body.dark .single-event-back-card p {
    color: #94a3b8;
}

body.dark .single-event-focus-box,
body.dark .single-event-info-list div,
body.dark .related-event-item {
    background: #111c31;
    border-color: #1e293b;
}

body.dark .single-event-focus-grid div {
    background: rgba(15, 23, 42, .88);
    border-color: rgba(20, 216, 196, .16);
}

/* Animations */
@keyframes eventsFadeUp {
    from {
        opacity: 0;
        transform: translateY(34px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes eventsFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes eventsRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes eventsGlowMove {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(30px, -25px, 0) scale(1.08);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .events-premium-hero,
    .single-event-layout {
        grid-template-columns: 1fr;
    }

    .events-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-event-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-event-back-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .events-premium-hero,
    .single-event-hero {
        padding: 190px 5% 70px;
    }

    .events-premium-hero-content,
    .single-event-hero-content {
        text-align: center;
    }

    .events-premium-hero-content h1,
    .single-event-hero-content h1 {
        font-size: 34px;
    }

    .events-premium-hero-content p,
    .single-event-hero-content p {
        font-size: 15px;
    }

    .events-premium-hero-visual {
        min-height: 360px;
    }

    .events-orbit.orbit-large {
        width: 310px;
        height: 310px;
    }

    .events-orbit.orbit-small {
        width: 220px;
        height: 220px;
    }

    .events-hero-card {
        width: 245px;
        min-height: 270px;
    }

    .events-premium-grid,
    .single-event-hero-meta,
    .single-event-sidebar,
    .single-event-focus-grid {
        grid-template-columns: 1fr;
    }

    .single-event-back-card {
        grid-column: auto;
    }

    .single-event-cover {
        height: 260px;
    }

    .single-event-body {
        padding: 26px;
    }

    .single-event-body h2 {
        font-size: 24px;
    }

    .single-event-body p {
        font-size: 15px;
        text-align: right;
    }
}


/* Single event schedule + registration */
.single-event-schedule-box,
.single-event-register-box {
    margin-top: 38px;
    border-radius: 32px;
    border: 1px solid rgba(20, 216, 196, .12);
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .12), transparent 44%),
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .04);
}

.single-event-schedule-box {
    padding: 34px;
}

.single-event-inner-header {
    margin-bottom: 30px;
}

.single-event-inner-header span,
.single-event-register-content span {
    color: #14d8c4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single-event-inner-header h3,
.single-event-register-content h3 {
    margin-top: 12px;
    color: #07111f;
    font-size: 26px;
    line-height: 1.8;
}

.single-event-schedule-list {
    position: relative;
    display: grid;
    gap: 22px;
}

.single-event-schedule-list::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 27px;
    width: 2px;
    background: linear-gradient(to bottom, #14d8c4, rgba(20, 216, 196, .08));
}

.single-event-schedule-item {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.single-event-schedule-marker {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: #14d8c4;
    box-shadow: 0 14px 30px rgba(20, 216, 196, .20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-event-schedule-marker span {
    color: #07111f;
    font-size: 18px;
    font-weight: 900;
}

.single-event-schedule-content {
    padding: 22px 24px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
    transition: .35s;
}

.single-event-schedule-content:hover {
    transform: translateY(-5px);
    background: rgba(20, 216, 196, .08);
}

.single-event-schedule-content strong {
    display: inline-flex;
    margin-bottom: 10px;
    color: #0ea896;
    font-size: 13px;
    font-weight: 900;
}

.single-event-schedule-content h4 {
    margin-bottom: 10px;
    color: #07111f;
    font-size: 18px;
    line-height: 1.8;
}

.single-event-schedule-content p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 2.1;
    text-align: right;
}

.single-event-register-box {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    position: relative;
}

.single-event-register-box::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(20, 216, 196, .12);
    filter: blur(55px);
}

.single-event-register-content {
    position: relative;
    z-index: 2;
}

.single-event-register-content p {
    max-width: 680px;
    margin: 14px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 2.2;
    text-align: right;
}

.single-event-register-btn {
    position: relative;
    z-index: 2;
    min-width: 160px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    background: #14d8c4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: .35s;
}

.single-event-register-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(20, 216, 196, .22);
}

/* Dark mode */
body.dark .single-event-schedule-box,
body.dark .single-event-register-box {
    background:
        radial-gradient(circle at top right, rgba(20, 216, 196, .14), transparent 44%),
        linear-gradient(145deg, rgba(15, 23, 42, .96), rgba(15, 23, 42, .88));
    border-color: rgba(20, 216, 196, .18);
}

body.dark .single-event-inner-header h3,
body.dark .single-event-register-content h3,
body.dark .single-event-schedule-content h4 {
    color: #f8fafc;
}

body.dark .single-event-schedule-content {
    background: #111c31;
    border-color: #1e293b;
}

body.dark .single-event-schedule-content p,
body.dark .single-event-register-content p {
    color: #94a3b8;
}

body.dark .single-event-schedule-content:hover {
    background: rgba(20, 216, 196, .10);
}

/* Responsive */
@media (max-width: 768px) {
    .single-event-schedule-box,
    .single-event-register-box {
        padding: 24px;
        border-radius: 28px;
    }

    .single-event-register-box {
        flex-direction: column;
        align-items: stretch;
    }

    .single-event-register-btn {
        width: 100%;
    }

    .single-event-schedule-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .single-event-schedule-list::before {
        right: 23px;
    }

    .single-event-schedule-marker {
        width: 48px;
        height: 48px;
        border-radius: 17px;
    }

    .single-event-schedule-content {
        padding: 20px;
    }

    .single-event-inner-header h3,
    .single-event-register-content h3 {
        font-size: 22px;
    }
}
.cta-btn{
    width:180px;
    height:60px;
    border-radius:18px;
    background:#14d8c4;
    color:#07111f;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    z-index: 9;
}

.cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(20,216,196,.2);
}

body.dark .cta-box{
    background:
        radial-gradient(circle at top left, rgba(20,216,196,.16), transparent 34%),
        linear-gradient(135deg, rgba(15,23,42,.92), rgba(2,6,23,.96));
    border-color:rgba(94,234,212,.18);
    box-shadow:0 24px 60px rgba(0,0,0,.34), 0 8px 24px rgba(20,216,196,.08);
}

body.dark .cta-box::before{
    background:rgba(20,216,196,.12);
}

body.dark .cta-box span{
    color:#5eead4;
}

body.dark .cta-box h2{
    color:#f8fafc;
}

body.dark .cta-box .cta-btn,
body.dark .cta-box button{
    background:#14d8c4;
    color:#04111d;
    box-shadow:0 18px 40px rgba(20,216,196,.18);
}
