/*====================================================
    SHALOM PREMIUM LANDING PAGE
=====================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Inter', sans-serif;

    background: #050B18;

    color: #fff;

    overflow-x: hidden;

    line-height: 1.6;

}

a {

    text-decoration: none;

    color: inherit;

}

img {

    max-width: 100%;

    display: block;

}

ul {

    list-style: none;

}

.container {

    width: 92%;

    max-width: 1320px;

    margin: auto;

}

/*====================================================
HEADER
=====================================================*/

.header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    background: rgba(4, 10, 25, .72);

    backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(255, 255, 255, .06);

}

.header .container {

    display: flex;

    align-items: center;

    justify-content: space-between;

    height: 70px;

}

/* Logo */

.logo {

    display: flex;

    align-items: center;

    gap: 15px;

}

.logo img {

    width: 190px;

}

.logo-text h2 {

    font-size: 28px;

    font-weight: 800;

    color: #fff;

}

.logo-text span {

    font-size: 13px;

    color: #9AA7BF;

}

/* Menu */

.navbar ul {

    display: flex;

    gap: 40px;

}

.navbar a {

    font-size: 16px;

    font-weight: 600;

    color: #DCE5F2;

    transition: .35s;

    position: relative;

}

.navbar a:hover {

    color: #FFD54A;

}

.navbar a.active {

    color: #FFD54A;

}

.navbar a::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: -8px;

    width: 0;

    height: 2px;

    background: #FFD54A;

    transition: .35s;

}

.navbar a:hover::after,

.navbar a.active::after {

    width: 100%;

}

/* Donate Button */

.btn-donate {

    padding: 8px 30px;

    border-radius: 50px;

    background: linear-gradient(135deg, #2F6DFF, #1B3FE6);

    color: #fff;

    font-weight: 700;

    transition: .35s;

    box-shadow: 0 15px 35px rgba(47, 109, 255, .35);

}

.btn-donate:hover {

    transform: translateY(-3px);

    box-shadow: 0 20px 45px rgba(47, 109, 255, .55);

}

.mobile-toggle {

    display: none;

}

/*====================================================
HERO
=====================================================*/

.hero {

    position: relative;

    min-height: 100vh;

    overflow: hidden;
    align-items: center;
    padding: 90px 0 40px;

    background:
        linear-gradient(135deg, #061226 0%, #0A1E45 45%, #071225 100%);

}

/* Hero overlay */

.hero-overlay {

    position: absolute;

    inset: 0;

    background:
        radial-gradient(circle at left, rgba(0, 132, 255, .18), transparent 40%),
        radial-gradient(circle at right, rgba(255, 194, 54, .08), transparent 45%);

    pointer-events: none;

}

/* Light Glow */

/* .hero::before{

    content:'';

    position:absolute;

    width:700px;

    height:700px;

    left:-280px;

    top:120px;

    border-radius:50%;

    background:#1D6CFF;

    opacity:.18;

    filter:blur(140px);

} */

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/images/world-map.svg") center center/75% no-repeat;
    opacity: .08;
    pointer-events: none;
}

.hero::after {

    content: '';

    position: absolute;

    width: 500px;

    height: 500px;

    right: -160px;

    top: 80px;

    border-radius: 50%;

    background: #FFD54A;

    opacity: .08;

    filter: blur(140px);

}

/* ===============================
   Floating Particles
================================ */

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hero-particles span {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
    animation: floatParticle linear infinite;
}

/* Different particle sizes */

.hero-particles span:nth-child(3n) {
    width: 6px;
    height: 6px;
    background: #FFD54A;
}

.hero-particles span:nth-child(4n) {
    width: 2px;
    height: 2px;
    background: #4DA3FF;
}

/* Random Positions */

.hero-particles span:nth-child(1) {
    left: 8%;
    top: 15%;
    animation-duration: 18s;
}

.hero-particles span:nth-child(2) {
    left: 22%;
    top: 70%;
    animation-duration: 24s;
}

.hero-particles span:nth-child(3) {
    left: 35%;
    top: 30%;
    animation-duration: 20s;
}

.hero-particles span:nth-child(4) {
    left: 48%;
    top: 80%;
    animation-duration: 28s;
}

.hero-particles span:nth-child(5) {
    left: 60%;
    top: 18%;
    animation-duration: 16s;
}

.hero-particles span:nth-child(6) {
    left: 72%;
    top: 60%;
    animation-duration: 22s;
}

.hero-particles span:nth-child(7) {
    left: 85%;
    top: 28%;
    animation-duration: 19s;
}

.hero-particles span:nth-child(8) {
    left: 92%;
    top: 78%;
    animation-duration: 26s;
}

.hero-particles span:nth-child(9) {
    left: 15%;
    top: 45%;
    animation-duration: 17s;
}

.hero-particles span:nth-child(10) {
    left: 55%;
    top: 48%;
    animation-duration: 21s;
}

.hero-particles span:nth-child(11) {
    left: 78%;
    top: 10%;
    animation-duration: 27s;
}

.hero-particles span:nth-child(12) {
    left: 30%;
    top: 90%;
    animation-duration: 23s;
}

@keyframes floatParticle {

    0% {
        transform: translateY(0) scale(.8);
        opacity: 0;
    }

    15% {
        opacity: .8;
    }

    85% {
        opacity: .8;
    }

    100% {
        transform: translateY(-120px) scale(1.3);
        opacity: 0;
    }

}

.hero-wrapper {

    position: relative;

    z-index: 5;

}

.hero-content {

    text-align: center;

    max-width: 900px;

    margin: auto;

}

.hero-tag {

    display: inline-flex;

    padding: 10px 28px;

    border-radius: 50px;

    border: 1px solid rgba(255, 255, 255, .12);

    background: rgba(255, 255, 255, .04);

    color: #FFD54A;

    letter-spacing: 3px;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 30px;

}

/* Heading */

.hero h1 {

    font-size: clamp(42px, 5vw, 48px);
    line-height: 1.05;
    max-width: 700px;
    margin: 0 auto 5px;

}

.hero h1 span {

    display: block;

    background: linear-gradient(90deg, #FFD54A, #F5C542);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.hero p {

    max-width: 650px;

    margin: auto;

    font-size: 14px;
    letter-spacing: 1px;

    color: #BFC9D8;

}

/* Buttons */

.hero-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    margin-top: 20px;

}

.btn-primary {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 8px 30px;

    border-radius: 60px;

    background: linear-gradient(135deg, #2F6DFF, #214AE5);

    font-weight: 700;

    transition: .35s;

    box-shadow: 0 20px 50px rgba(47, 109, 255, .35);

}

.btn-primary:hover {

    transform: translateY(-4px);

}

.btn-outline {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 8px 30px;

    border-radius: 60px;

    border: 1px solid rgba(255, 255, 255, .18);

    background: rgba(255, 255, 255, .04);

    backdrop-filter: blur(20px);

    transition: .35s;

}

.btn-outline:hover {

    background: rgba(255, 255, 255, .10);

}

/*====================================================
    FLOATING MINISTRY CARDS
====================================================*/

.hero-cards {

    position: relative;

    z-index: 20;

    margin-top: 30px;

}

.cards-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 28px;

}

.card {

    position: relative;

    overflow: hidden;

    padding: 20px;

    border-radius: 22px;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .08);

    transition: .45s;

    min-height: 230px;

}

.card:hover {

    transform: translateY(-12px);

    border-color: #3A7BFF;

    box-shadow:
        0 30px 60px rgba(20, 50, 130, .45);

}

/* Glow */

.card::before {

    content: '';

    position: absolute;

    width: 180px;

    height: 180px;

    border-radius: 50%;

    right: -70px;

    top: -70px;

    background: rgba(59, 130, 246, .15);

    filter: blur(35px);

}

.card .icon {

    width: 85px;

    height: 85px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    font-size: 34px;

    color: #fff;

    background:
        linear-gradient(135deg, #347DFF, #2148D8);

    box-shadow:
        0 20px 35px rgba(52, 125, 255, .35);

}

.icon.purple {

    background:
        linear-gradient(135deg, #9D4BFF, #6532FF);

}

.icon.green {

    background:
        linear-gradient(135deg, #17C6A3, #0B8E74);

}

.icon.gold {

    background:
        linear-gradient(135deg, #F7C54C, #F4A400);

}

.card span {

    display: block;

    color: #7FB6FF;

    font-size: 13px;

    letter-spacing: 2px;

    margin-bottom: 8px;

    font-weight: 700;

}

.card h3 {

    font-size: 22px;

    line-height: 1.2;

    margin-bottom: 8px;

    font-weight: 600;

}

.card p {

    color: #C7D2E4;

    font-size: 14px;

    line-height: 1.5;

    margin-bottom: 10px;

}

.card a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    font-weight: 700;

    color: #4DA3FF;

    transition: .35s;

}

.card:hover a {

    gap: 18px;

}

/*====================================================
    STATS
====================================================*/

.hero-stats {

    margin-top: 30px;

}

.stats-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-radius: 24px;

    overflow: hidden;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, .08);

}

.stats-grid>div {

    padding: 15px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .08);

}

.stats-grid>div:last-child {

    border-right: none;

}

.stats-grid h2 {

    font-size: 30px;

    color: #FFD54A;

    margin-bottom: 5px;

    font-weight: 700;

}

.stats-grid p {

    color: #C9D3E2;

    font-size: 15px;

}

/*====================================================
    CURVED DIVIDER
====================================================*/

.hero {

    position: relative;

}

.hero-bottom-wave {

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 100%;

    line-height: 0;
    z-index: 1;

}

.hero-bottom-wave svg {

    display: block;

    width: 100%;

    height: 70px;

    fill: #EEF5FF;

}

.hero-light {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle,
            rgba(255, 214, 74, .18) 0%,
            rgba(47, 109, 255, .12) 35%,
            transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: .6;
    }

    50% {
        transform: translateX(-50%) scale(1.15);
        opacity: 1;
    }
}

/*====================================================
    DONATION V2
====================================================*/

.donation-section {

    position: relative;

    padding: 55px 0 20px 0;

    overflow: hidden;

    background:
        linear-gradient(180deg,
            #EEF5FF 0%,
            #F7FAFF 25%,
            #FFFFFF 100%);
}

.donation-section::before {

    content: '';

    position: absolute;

    width: 700px;

    height: 700px;

    left: -300px;

    top: -120px;

    border-radius: 50%;

    background: #2F6DFF;

    opacity: .06;

    filter: blur(160px);

}

.donation-section::after {

    content: '';

    position: absolute;

    width: 600px;

    height: 600px;

    right: -250px;

    bottom: -180px;

    border-radius: 50%;

    background: #FFD54A;

    opacity: .08;

    filter: blur(160px);

}

.donation-layout {

    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;

}

/*===================================
Main Card
===================================*/

.donation-main-card {

    background: #fff;

    border-radius: 28px;

    padding: 40px;

    border: 1px solid #EDF2FA;

    box-shadow: 0 25px 70px rgba(10, 40, 90, .08);

}

.card-header {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 10px;

}

.card-header span {

    display: block;

    color: #2F6DFF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 0px;

}

.card-header h3 {

    font-size: 28px;

    color: #081325;

    font-weight: 800;

}

.card-desc {

    font-size: 17px;

    color: #667792;

    line-height: 1.8;

    margin-bottom: 20px;

}

/*===================================
Options
===================================*/

.donation-options {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;

}

.option-card {

    border: 1px solid #EAF0FA;

    border-radius: 22px;

    padding: 30px;

    background: #FAFCFF;

    transition: .35s;

}

.option-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 60px rgba(20, 40, 80, .12);

}

.option-card i {

    font-size: 34px;

    color: #2F6DFF;

    margin-bottom: 18px;

}

.option-card h4 {

    font-size: 24px;

    color: #081325;

    margin-bottom: 12px;

}

.option-card p {

    color: #667792;

    line-height: 1.7;

    margin-bottom: 25px;

}

/*===================================
Sponsor Card
===================================*/

.sponsor-card {

    background: #fff;

    border-radius: 28px;

    padding: 35px;

    border: 1px solid #EDF2FA;

    box-shadow: 0 25px 70px rgba(10, 40, 90, .08);

    display: flex;

    flex-direction: column;

}

.sponsor-card span {

    display: block;

    color: #D9A200;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin: 10px 0 0px;

}

.sponsor-card h3 {

    font-size: 28px;

    color: #081325;

    margin-bottom: 5px;

}

.sponsor-card p {

    color: #667792;

    line-height: 1.8;

    margin-bottom: 25px;

}

.sponsor-card ul {

    margin-bottom: 35px;

}

.sponsor-card li {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    color: #45556F;

}

.sponsor-card li i {

    color: #2F6DFF;

}

/*===================================
Icons
===================================*/

.donation-icon {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 28px;

    background: linear-gradient(135deg, #FF5E57, #E53935);

    box-shadow: 0 18px 35px rgba(229, 57, 53, .35);

}

.donation-icon.gold {

    background: linear-gradient(135deg, #FFD54A, #D6A000);

    box-shadow: 0 18px 35px rgba(214, 160, 0, .35);

}

/*===================================
Buttons
===================================*/

.option-card .btn-primary,
.option-card .btn-outline,
.sponsor-btn {

    width: 100%;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

    font-weight: 700;

}

.option-card .btn-primary {

    background: #2F6DFF;

    color: #fff;

}

.option-card .btn-outline {

    border: 2px solid #2F6DFF;

    color: #2F6DFF;

    background: #fff;

}

.sponsor-btn {

    background: #D9A200;

    color: #fff;

    margin-top: auto;

}

.option-card .btn-primary:hover,
.option-card .btn-outline:hover,
.sponsor-btn:hover {

    transform: translateY(-2px);

}

.donation-section .section-tag {

    color: #2F6DFF;
    background: #EAF2FF;

}

.donation-section .section-heading h2 {

    color: #081325;

}

.donation-section .section-heading p {

    color: #667792;

}

.section-heading {

    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 10px;
    z-index: 20;

}

.section-tag {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 24px;

    border-radius: 50px;

    background: rgba(47, 109, 255, .08);

    border: 1px solid rgba(47, 109, 255, .15);

    color: #2F6DFF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 22px;

    box-shadow: 0 10px 30px rgba(47, 109, 255, .08);

}

.section-heading h2 {

    font-size: clamp(46px, 5vw, 45px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -2px;

    color: #081325;

    margin-bottom: 10px;

    position: relative;

}

.section-heading h2::after {

    content: "";

    display: block;

    width: 90px;

    height: 4px;

    margin: 10px auto 0;

    border-radius: 10px;

    background: linear-gradient(90deg, #2F6DFF, #FFD54A);

}

.section-heading p {

    max-width: 700px;

    margin: 0 auto;

    font-size: 16px;

    line-height: 1.9;

    color: #667792;

}

.donation-layout {

    position: relative;

    z-index: 10;

}

.donation-wrapper {

    position: relative;

    margin-top: -110px;

    border-radius: 35px;

    padding: 70px;

    /* box-shadow:0 30px 80px rgba(15,40,80,.10); */

    z-index: 30;

}

/*==================================================
PUBLICATIONS - MAGAZINE SHOWCASE
==================================================*/

.publications-section {
    position: relative;
    padding: 45px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.publications-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -250px;
    top: -150px;
    border-radius: 50%;
    background: #2f6dff;
    opacity: .05;
    filter: blur(120px);
}

.publications-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: #ffd54a;
    opacity: .08;
    filter: blur(120px);
}

.publicationSwiper {
    padding: 30px 10px 70px;
}

.swiper-slide {
    height: auto;
}

/*----------------------------------
ITEM
----------------------------------*/

.publication-item {
    text-align: center;
    transition: .4s;
}

.publication-item:hover {
    transform: translateY(-10px);
}

/*----------------------------------
MAGAZINE COVER
----------------------------------*/

.publication-cover {
    position: relative;
    width: 300px;
    margin: 25px auto 30px;
}

.publication-cover::before {
    content: "";
    position: absolute;
    inset: 15px;
    border-radius: 16px;
    background: rgba(47, 109, 255, .12);
    filter: blur(35px);
    z-index: 0;
}

.publication-cover img {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
    z-index: 2;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .15),
        0 8px 18px rgba(47, 109, 255, .15);

    transition: .45s;
}

.publication-item:hover .publication-cover img {

    transform:
        perspective(900px) rotateY(-8deg) rotateX(3deg) scale(1.04);

    box-shadow:
        0 35px 60px rgba(0, 0, 0, .18),
        0 18px 35px rgba(47, 109, 255, .25);

}

/*----------------------------------
INFO
----------------------------------*/

.publication-category {

    display: inline-block;

    padding: 7px 18px;

    border-radius: 40px;

    background: #edf4ff;

    color: #2f6dff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;

}

.publication-info h3 {

    font-size: 20px;

    color: #081325;

    margin-bottom: 5px;

    font-weight: 700;

}

.publication-info p {

    color: #6b7280;

    line-height: 1.8;

    font-size: 15px;

    max-width: 280px;

    margin: 0 auto 25px;

}

.publication-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #2f6dff;

    font-weight: 700;

    transition: .3s;

}

.publication-link i {

    transition: .3s;

}

.publication-link:hover {

    color: #0d52ff;

}

.publication-link:hover i {

    transform: translateX(8px);

}

/*----------------------------------
PAGINATION
----------------------------------*/

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cdd8ea;
    opacity: 1;
    transition: .3s;
}

.swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 20px;
    background: #2f6dff;
}

/*----------------------------------
RESPONSIVE
----------------------------------*/

@media(max-width:992px) {

    .publication-cover {
        width: 210px;
    }

    .publication-info h3 {
        font-size: 22px;
    }

}

@media(max-width:768px) {

    .publication-cover {
        width: 190px;
    }

    .publication-info p {
        font-size: 14px;
    }

}

@media(max-width:576px) {

    .publication-cover {
        width: 170px;
    }

}

/* ==========================================================
SPONSOR SECTION
========================================================== */

.sponsor-section {
    position: relative;
    padding: 45px 0;
    background:
        radial-gradient(circle at top right, rgba(30, 144, 255, .12), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255, 215, 0, .08), transparent 35%),
        #07111f;
    overflow: hidden;
}

.sponsor-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/world-map.png') center center/cover no-repeat;
    opacity: .04;
    pointer-events: none;
}

.sponsor-section .container {
    position: relative;
    z-index: 2;
}

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #8fc8ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-heading h2 {
    /* color: #fff; */
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-heading p {
    max-width: 720px;
    margin: auto;
    /* color: rgba(255, 255, 255, .75); */
    line-height: 1.9;
    font-size: 17px;
}


/* ==========================================================
SWIPER
========================================================== */

.sponsorSwiper {
    padding-bottom: 70px;
}

.sponsorSwiper .swiper-slide {
    height: auto;
}


/* ==========================================================
CARD
========================================================== */

.sponsor-item {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    transition: .45s;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .15);
    height: 100%;
}

.sponsor-item:hover {
    transform: translateY(-12px);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .28);
}


/* ==========================================================
IMAGE
========================================================== */

.sponsor-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.sponsor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.sponsor-item:hover .sponsor-image img {
    transform: scale(1.08);
}


/* ==========================================================
CATEGORY TAG
========================================================== */

.sponsor-tag {
    position: absolute;
    left: 20px;
    top: 20px;

    padding: 8px 18px;

    background: linear-gradient(135deg, #0b74ff, #3ea2ff);

    color: #fff;

    font-size: 12px;

    font-weight: 600;

    border-radius: 50px;

    letter-spacing: 1px;

    box-shadow: 0 10px 25px rgba(0, 95, 255, .30);
}


/* ==========================================================
CONTENT
========================================================== */

.sponsor-content {
    padding: 30px;
}

.sponsor-content h3 {
    font-size: 26px;
    color: #0b2341;
    margin-bottom: 15px;
    font-weight: 700;
}

.sponsor-content p {
    color: #6d7b90;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 28px;
}


/* ==========================================================
BUTTON
========================================================== */

.sponsor-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;

    color: #0b74ff;

    font-weight: 600;

    transition: .35s;
}

.sponsor-btn i {
    transition: .35s;
}

.sponsor-btn:hover {
    color: #ffb300;
}

.sponsor-btn:hover i {
    transform: translateX(6px);
}


/* ==========================================================
PAGINATION
========================================================== */

.sponsor-pagination {
    margin-top: 30px;
}

.sponsor-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #8ea8c5;
    opacity: 1;
    transition: .35s;
}

.sponsor-pagination .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 30px;
    background: #0b74ff;
}


/* ==========================================================
PREMIUM SPONSOR MODAL
========================================================== */

.sponsor-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease;
}

.sponsor-modal.active {
    visibility: visible;
    opacity: 1;
}

/* ===============================
OVERLAY
================================ */

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 26, .72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* ===============================
CONTAINER
================================ */

.modal-container {

    position: relative;

    width: min(1100px, 92%);

    max-height: 90vh;

    overflow: auto;

    background: #fff;

    border-radius: 28px;

    display: grid;

    grid-template-columns: 42% 58%;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, .35);

    transform: translateY(40px) scale(.95);

    transition: .35s ease;

}

.sponsor-modal.active .modal-container {

    transform: translateY(0) scale(1);

}

/* ===============================
SCROLLBAR
================================ */

.modal-container::-webkit-scrollbar {

    width: 8px;

}

.modal-container::-webkit-scrollbar-thumb {

    background: #d7dce3;

    border-radius: 20px;

}

/* ===============================
IMAGE
================================ */

.modal-image {

    position: relative;

    background: #081726;

}

.modal-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}

/* dark overlay */

.modal-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(transparent,
            rgba(0, 0, 0, .45));

}

/* ===============================
TAG
================================ */

.modal-tag {

    position: absolute;

    left: 30px;

    top: 30px;

    z-index: 2;

    padding: 9px 18px;

    border-radius: 50px;

    background: linear-gradient(135deg, #0b74ff, #3ea2ff);

    color: #fff;

    font-size: 13px;

    letter-spacing: 1px;

    font-weight: 600;

}

/* ===============================
BODY
================================ */

.modal-body {

    padding: 50px;

}

.modal-body h2 {

    color: #0b2341;

    font-size: 40px;

    margin-bottom: 20px;

    font-weight: 700;

}

.modal-body p {

    color: #68768a;

    line-height: 1.9;

    font-size: 16px;

    margin-bottom: 35px;

}

/* ===============================
FEATURE BOX
================================ */

.modal-features {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-bottom: 35px;

}

.feature-item {

    background: #f7f9fc;

    border-radius: 16px;

    text-align: center;

    padding: 24px 15px;

    transition: .35s;

}

.feature-item:hover {

    transform: translateY(-5px);

    background: #eef6ff;

}

.feature-item i {

    font-size: 28px;

    color: #0b74ff;

    margin-bottom: 15px;

}

.feature-item span {

    display: block;

    font-size: 14px;

    color: #49576c;

    line-height: 1.6;

}

/* ===============================
BENEFITS
================================ */

.modal-body h4 {

    margin-bottom: 18px;

    font-size: 22px;

    color: #0b2341;

}

#modalBenefits {

    list-style: none;

    padding: 0;

    margin: 0 0 35px;

}

#modalBenefits li {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 14px;

    color: #5c6a7e;

    font-size: 15px;

}

#modalBenefits li::before {

    content: "\2713";

    width: 28px;

    height: 28px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #0b74ff;

    color: #fff;

    font-weight: bold;

    flex-shrink: 0;

}

/* ===============================
FOOTER
================================ */

.modal-footer {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 20px;

    padding-top: 30px;

    border-top: 1px solid #edf1f6;

}

.modal-amount small {

    color: #8b97aa;

    display: block;

    margin-bottom: 6px;

}

.modal-amount h3 {

    color: #0b74ff;

    font-size: 34px;

    margin: 0;

}

/* ===============================
BUTTON
================================ */

#modalSponsorBtn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 15px 38px;

    border-radius: 50px;

    background: linear-gradient(135deg, #0b74ff, #1e9bff);

    color: #fff;

    text-decoration: none;

    font-weight: 600;

    transition: .35s;

    box-shadow: 0 15px 35px rgba(11, 116, 255, .25);

}

#modalSponsorBtn:hover {

    transform: translateY(-3px);

    box-shadow: 0 20px 45px rgba(11, 116, 255, .35);

}

/* ===============================
CLOSE
================================ */

.modal-close {

    position: absolute;

    right: 22px;

    top: 22px;

    width: 46px;

    height: 46px;

    border: none;

    border-radius: 50%;

    background: #fff;

    color: #0b2341;

    cursor: pointer;

    font-size: 18px;

    z-index: 20;

    transition: .35s;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

}

.modal-close:hover {

    transform: rotate(90deg);

    background: #0b74ff;

    color: #fff;

}



.publicationSwiper {

    padding-bottom: 20px !important;

}

.publicationSwiper .swiper-pagination {

    position: relative;

    margin-top: 35px;

    bottom: auto !important;

}

.sponsorSwiper {

    padding-bottom: 80px;

}

.sponsor-pagination {

    bottom: 0 !important;

}

.sponsor-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    padding: 14px 20px;

    border-radius: 50px;

    background: linear-gradient(135deg, #f7b500, #ffcc33);

    color: #111;

    font-weight: 700;

    text-decoration: none;

    transition: .35s;

    box-shadow: 0 12px 30px rgba(247, 181, 0, .30);

}

.sponsor-btn:hover {

    transform: translateY(-3px);

    background: linear-gradient(135deg, #e5a400, #ffb300);

    color: #111;

}

.sponsor-btn i {

    margin-left: 8px;

    transition: .35s;

}

.sponsor-btn:hover i {

    transform: translateX(5px);

}

/*=========================================
Future Mission
=========================================*/

.future-section {

    padding: 35px 0;

    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);

    position: relative;

    overflow: hidden;

}

.future-section::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    background: radial-gradient(circle,
            rgba(11, 116, 255, .08),
            transparent 70%);

    top: -180px;
    right: -180px;

    border-radius: 50%;

}

.future-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 35px;

    margin-top: 70px;

}

.future-card {

    background: #fff;

    border-radius: 24px;

    overflow: hidden;

    border: 1px solid #edf2f8;

    transition: .4s;

    position: relative;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .05);

}

.future-card:hover {

    transform: translateY(-10px);

    box-shadow:
        0 25px 60px rgba(11, 116, 255, .15);

}

.future-image {

    position: relative;

    height: 240px;

    overflow: hidden;

}

.future-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .6s;

}

.future-card:hover .future-image img {

    transform: scale(1.08);

}

.future-tag {

    position: absolute;

    top: 20px;
    left: 20px;

    padding: 8px 16px;

    border-radius: 30px;

    background: #0b74ff;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .5px;

}

.future-content {

    padding: 20px;

}

.future-content h3 {

    font-size: 22px;

    color: #12233d;

    margin-bottom: 5px;

    line-height: 1.3;

}

.future-content p {

    color: #6f7d90;

    line-height: 1.8;

    margin-bottom: 15px;

}

.future-progress {

    margin-bottom: 30px;

}

.progress-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 12px;

}

.progress-top span {

    color: #6b7280;

}

.progress-top strong {

    color: #0b2341;

    font-size: 18px;

}

.progress-bar {

    height: 10px;

    background: #edf2f7;

    border-radius: 20px;

    overflow: hidden;

}

.progress-bar span {

    display: block;

    height: 100%;

    border-radius: 20px;

    background:
        linear-gradient(90deg,
            #0b74ff,
            #49b4ff);

}

.future-progress small {

    display: block;

    margin-top: 10px;

    color: #0b74ff;

    font-weight: 600;

}

.future-btn {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    height: 56px;

    border-radius: 14px;

    text-decoration: none;

    color: #fff;

    font-weight: 700;

    background:
        linear-gradient(135deg,
            #0b74ff,
            #3ca8ff);

    transition: .35s;

}

.future-btn:hover {

    transform: translateY(-3px);

    color: #fff;

    box-shadow:
        0 15px 35px rgba(11, 116, 255, .30);

}

.future-btn i {

    transition: .3s;

}

.future-btn:hover i {

    transform: translateX(6px);

}

.future-section .section-heading h2 {
    color: #12233d;
}

.future-section .section-heading h2 span {
    color: #0b74ff;
}

.future-section .section-heading p {
    color: #6b7280;
}

.future-section .section-tag {
    color: #0b74ff;
}

/* Publication */

.publication-section .section-heading h2 {
    color: #12233d !important;
}

.publication-section .section-heading h2 span {
    color: #0b74ff !important;
}

.publication-section .section-heading p {
    color: #6b7280 !important;
}

.publication-section .section-badge {
    color: #0b74ff !important;
}

/*=========================================
FOOTER
=========================================*/

.footer {

    background: #071321;

    color: #fff;

    position: relative;

    overflow: hidden;

}

.footer::before {

    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(11, 116, 255, .18),
            transparent 70%);

    top: -220px;
    left: -180px;

}

.footer::after {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(247, 181, 0, .08),
            transparent 70%);

    bottom: -220px;
    right: -180px;

}

.footer>.container {

    position: relative;

    z-index: 2;

}

.footer-cta {

    text-align: center;

    padding: 35px 20px 35px;

    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.footer-cta span {

    display: inline-block;

    padding: 10px 22px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .08);

    color: #69a8ff;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 25px;

}

.footer-cta h2 {

    font-size: 48px;

    font-weight: 800;

    margin-bottom: 20px;

}

.footer-cta p {

    max-width: 760px;

    margin: auto;

    color: rgba(255, 255, 255, .72);

    line-height: 1.9;

    font-size: 17px;

}

.footer-cta-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 35px;

    padding: 8px 30px;

    border-radius: 50px;

    background: linear-gradient(135deg, #0b74ff, #3ca8ff);

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    transition: .35s;

}

.footer-cta-btn:hover {

    transform: translateY(-4px);

    color: #fff;

    box-shadow: 0 20px 40px rgba(11, 116, 255, .35);

}

.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1.3fr;

    gap: 60px;

    padding: 80px 0;

}

.footer-logo {

    width: 190px;

    margin-bottom: 25px;

}

.footer-about p {

    color: rgba(255, 255, 255, .70);

    line-height: 1.9;

}

.footer-col h4 {

    margin-bottom: 25px;

    font-size: 20px;

}

.footer-col ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.footer-col li {

    margin-bottom: 15px;

}

.footer-col a {

    color: rgba(255, 255, 255, .70);

    text-decoration: none;

    transition: .3s;

}

.footer-col a:hover {

    color: #fff;

    padding-left: 6px;

}

.footer-contact li {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    color: rgba(255, 255, 255, .72);

}

.footer-contact i {

    color: #0b74ff;

    margin-top: 4px;

}

.footer-social {

    display: flex;

    gap: 15px;

    margin-top: 30px;

}

.footer-social a {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background: rgba(255, 255, 255, .08);

    color: #fff;

    transition: .35s;

}

.footer-social a:hover {

    background: #0b74ff;

    transform: translateY(-5px);

}

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, .08);

    padding: 28px 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: rgba(255, 255, 255, .60);

    font-size: 14px;

}

.footer-links {

    display: flex;

    gap: 25px;

}

.footer-links a {

    color: rgba(255, 255, 255, .60);

    text-decoration: none;

}

.footer-links a:hover {

    color: #fff;

}

.sponsor-section .section-heading h2 {

    color: #ffffff !important;

    font-size: 52px;

    font-weight: 800;

    line-height: 1.2;

}

.sponsor-section .section-heading h2 span {

    color: #4da3ff !important;

}

.sponsor-section .section-heading p {

    color: rgba(255, 255, 255, .75) !important;

}

.sponsor-section .section-badge {

    color: #7cb6ff !important;

}

.sponsorSwiper {

    padding-bottom: 0px !important;
     padding-top: 15px !important;

}

.sponsorSwiper .swiper-pagination {

    position: relative;

    margin-top: 35px;

    bottom: auto !important;

}