
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

.theme-one { color: #FF3653 !important; }
.theme-one-bg { background: #FF3653 !important; }
.theme-two { color: #18D39E !important; }
.theme-two-bg { background: #18D39E !important; }
.theme-three { color: #0C93D2 !important; }
.theme-three-bg { background: #0C93D2 !important; }
.theme-four { color: #F6A200 !important; }
.theme-four-bg { background: #F6A200 !important; }

.gradient-one { background: linear-gradient(180deg, #020024 0%, rgba(0, 0, 0, 0.68) 100%) !important; }
.gradient-two { background: linear-gradient(135deg, #00001c 50%, #0d198f 130%) !important; }
.gradient-three { background: linear-gradient(180deg, #04083F00 19%, #010124 81%) !important; }

.text--primary { color: #3796f6 !important; }
.text--secondary { color: #1A1A33 !important; }
.text--base { color: #D7A31F !important; }
.text--danger { color: #EA5455 !important; }
.text--warning { color: #FF9F43 !important; }
.text--info { color: #1E9FF2 !important; }
.text--success { color: #28C76F !important; }
.text--dark { color: #343A40 !important; }
.text--white { color: #fff !important; }

.border--white { border-color: rgba(255, 255, 255, 0.15) !important; }
.border--dark { border-color: rgba(31, 31, 35, 0.15) !important; }
.border--base { border-color: rgba(215, 163, 31, 0.15) !important; }
.border--primary { border-color: rgba(55, 150, 246, 0.15) !important; }
.border--secondary { border-color: rgba(26, 26, 51, 0.15) !important; }
.btn--outline { border: 1px solid #D7A31F !important; }
.btn--border { border: 1px solid #D7A31F !important; }
.btn--round { border-radius: 35px !important; }
.radius-0 { border-radius: 0 !important; }
.radius-5 { border-radius: 5px !important; }
.radius-50 { border-radius: 50% !important; }
.btn--lg { padding: 11px 30px !important; font-size: 15px; }
.btn--md { padding: 8px 22px !important; font-size: 13px !important; }
.btn--sm { padding: 4px 13px !important; font-size: 12px !important; }
.btn--xs { line-height: 1.6; padding: 0px 8px !important; font-size: 11px !important; }

.btn--primary { color: #fff !important; background: #3796f6 !important; border-color: #3796f6 !important; }
.btn--secondary { color: #fff !important; background: #1A1A33 !important; border-color: #1A1A33 !important; }
.btn--base { color: #fff !important; background: #D7A31F !important; border-color: #D7A31F !important; }
.btn--danger { color: #fff !important; background: #EA5455 !important; border-color: #EA5455 !important; }
.btn--warning { color: #fff !important; background: #FF9F43 !important; border-color: #FF9F43 !important; }
.btn--info { color: #fff !important; background: #1E9FF2 !important; border-color: #1E9FF2 !important; }
.btn--success { color: #fff !important; background: #28C76F !important; border-color: #28C76F !important; }
.btn--dark { color: #fff !important; background: #343A40 !important; border-color: #343A40 !important; }

.badge--primary { color: #fff !important; background: #3796f6 !important; border-color: #3796f6 !important; }
.badge--secondary { color: #fff !important; background: #1A1A33 !important; border-color: #1A1A33 !important; }
.badge--base { color: #fff !important; background: #D7A31F !important; border-color: #D7A31F !important; }
.badge--danger { color: #fff !important; background: #EA5455 !important; border-color: #EA5455 !important; }
.badge--warning { color: #fff !important; background: #FF9F43 !important; border-color: #FF9F43 !important; }
.badge--info { color: #fff !important; background: #1E9FF2 !important; border-color: #1E9FF2 !important; }
.badge--success { color: #fff !important; background: #28C76F !important; border-color: #28C76F !important; }
.badge--dark { color: #fff !important; background: #343A40 !important; border-color: #343A40 !important; }

.bg--primary { background: #3796f6 !important; }
.bg--secondary { background: #1A1A33 !important; }
.bg--base { background: #D7A31F !important; }
.bg--danger { background: #EA5455 !important; }
.bg--warning { background: #FF9F43 !important; }
.bg--info { background: #1E9FF2 !important; }
.bg--success { background: #28C76F !important; }
.bg--dark { background: #343A40 !important; }
.bg--white { background: #fff !important; }
.bg--none { background: transparent !important; }

.shadow--base { box-shadow: 0 0 25px rgba(215, 163, 31, 0.45) !important; }
.shadow--primary { box-shadow: 0 0 25px rgba(55, 150, 246, 0.35) !important; }
.shadow--secondary { box-shadow: 0 3px 15px rgba(26, 26, 51, 0.45) !important; }

.facebook { color: #3b5998 !important; border: 1px solid rgba(59, 89, 152, 0.9) !important; }
.facebook:hover { background: #3b5998 !important; color: #fff !important; }
.twitter { color: #55acee !important; border: 1px solid rgba(85, 172, 238, 0.9) !important; }
.twitter:hover { background: #55acee !important; color: #fff !important; }
.instagram { color: #e4405f !important; border: 1px solid rgba(228, 64, 95, 0.9) !important; }
.instagram:hover { background: #e4405f !important; color: #fff !important; }
.youtube { color: #cd201f !important; border: 1px solid rgba(205, 32, 31, 0.9) !important; }
.youtube:hover { background: #cd201f !important; color: #fff !important; }

.facebook-bg { background: #3b5998 !important; border-color: transparent !important; }
.twitter-bg { background: #55acee !important; border-color: transparent !important; }
.vimeo-bg { background: #1ab7ea !important; border-color: transparent !important; }
.instagram-bg { background: #e4405f !important; border-color: transparent !important; }
.pinterest-bg { background: #DE1436 !important; border-color: transparent !important; }
.youtube-bg { background: #cd201f !important; border-color: transparent !important; }
.google-bg { background: #dd4b39 !important; border-color: transparent !important; }

.pb-80 { padding-bottom: 80px; }
.pt-80 { padding-top: 80px; }

html { scroll-behavior: smooth; }

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #c5c7cc;
    line-height: 1.8;
    font-family: 'DM Sans', 'Space Grotesk', sans-serif;
    background: #00001C;
}

/* Prevent body scroll when mobile menu is open */
body.overflow-hidden { overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-family: 'Space Grotesk', 'DM Sans', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #fff; }

h1 { font-size: 56px; }
h2 { font-size: 40px; margin-top: -8px; }
h3 { font-size: 20px; margin-top: -5px; }
h4 { font-size: 17px; margin-top: -4px; font-weight: 500; }
h5 { font-size: 15px; margin-top: -3px; font-weight: 500; }
h6 { font-size: 13px; margin-top: -2px; font-weight: 500; }

p { margin: 0; padding: 0; }

a {
    display: inline-block;
    text-decoration: none;
    color: #c5c7cc;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

span, sub, sup { display: inline-block; line-height: 1.8; }

ul { margin: -7px 0; padding: 0; }
ul li { list-style: none; padding: 7px 0; }

.bg_img { background-size: cover !important; background-position: center center; background-repeat: no-repeat !important; }
.bg_fixed { background-attachment: fixed !important; }

.form--control {
    height: 45px;
    border-radius: 5px;
    transition: all ease 0.15s;
    color: #c5c7cc;
    border: 1px solid rgba(255, 255, 255, 0.4);
    outline: 0;
    box-shadow: 0;
    background: transparent !important;
}
.form--control:focus { border: 1px solid rgba(215, 163, 31, 0.7); color: #fff; box-shadow: none; }
textarea.form--control { height: 100px; padding-top: 10px; }

.h-40 { height: 40px !important; }
.h-45 { height: 45px !important; }
.h-50 { height: 50px !important; }

::-webkit-input-placeholder { color: #c5c7cc; line-height: 1; }

.title, .name, img { -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }

.section-bg { background: linear-gradient(180deg, #04083F 0%, rgba(0, 0, 28, 0.7) 100%); }
.section-bg-two { background: linear-gradient(0deg, #04083F 0%, rgba(0, 0, 28, 0.7) 100%); }

.nice-select {
    width: auto;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #00001C;
    border-color: rgba(255, 255, 255, 0.4);
}
.nice-select:focus { border-color: rgba(215, 163, 31, 0.7); }
.nice-select .list { max-height: 150px; overflow-y: auto; background: #1A1A33 !important; box-shadow: 0 3px 15px rgba(255,255,255,0.1); }
.nice-select .list li { min-height: 20px; max-height: 35px; display: flex; align-items: center; }
.nice-select .list li:hover, .nice-select .list li.active, .nice-select .list li.focus { background: #D7A31F !important; color: #fff !important; }
.nice-select .list li::before { display: none; }

.rtl { direction: rtl !important; }

.scrollToTop {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    transform: translateY(150px);
    background: #D7A31F;
    border-radius: 3px;
}
.scrollToTop:hover { color: #fff; }
.scrollToTop.active { transform: translateY(0); animation: bounceInDown 2s; }
.scrollToTop i { transform: rotate(-45deg); }
i { line-height: 1; }

@media (min-width: 1200px) {
    .padding-top { padding-top: 100px; }
    .padding-bottom { padding-bottom: 100px; }
}

@media (max-width: 1199px) {
    h2 { font-size: 32px; }
    h3 { font-size: 17px; }
    h4 { font-size: 16px; }
    h5 { font-size: 15px; }
    h6 { font-size: 13px; }
    .padding-top { padding-top: 90px; }
    .padding-bottom { padding-bottom: 90px; }
}

@media (max-width: 991px) {
    h3 { font-size: 17px; }
    h5 { font-size: 14px; }
    .padding-top { padding-top: 75px; }
    .padding-bottom { padding-bottom: 75px; }
}

@media (max-width: 767px) {
    h2 { font-size: 28px; }
    h4 { font-size: 15px; }
    h6 { font-size: 13px; }
    .padding-top { padding-top: 65px; }
    .padding-bottom { padding-bottom: 65px; }
}

@media (max-width: 575px) {
    h2 { font-size: 24px; }
    h3 { font-size: 16px; }
    h4 { font-size: 14px; }
    h5 { font-size: 14px; }
    h6 { font-size: 13px; }
    .padding-top { padding-top: 55px; }
    .padding-bottom { padding-bottom: 55px; }
    .container, .container-fluid { max-width: 460px !important; }
    p { font-size: 13px; }
}

/* ====== BUTTONS ====== */
.btn, .cmn--btn, .cmn--btn2, .cmn--btn4 {
    padding: 10px 32px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

@media (max-width: 450px) {
    .btn, .cmn--btn, .cmn--btn2, .cmn--btn4 { font-size: 13px; padding: 8px 24px; }
}

.cmn--btn { color: #1f1f23; position: relative; z-index: 1; }
.cmn--btn::before, .cmn--btn::after {
    position: absolute; content: ""; width: 100%; height: 100%; top: 0;
    -webkit-transition: all ease 0.3s; transition: all ease 0.3s; z-index: -1;
}
.cmn--btn::before { left: -100%; background: linear-gradient(-90deg, #de9f17 0%, #d19c15 33%, #fff58a 67%, #ffd147 100%); }
.cmn--btn::after { left: 0%; background: linear-gradient(90deg, #de9f17 0%, #d19c15 33%, #fff58a 67%, #ffd147 100%); }
.cmn--btn:hover { color: #1f1f23; }
.cmn--btn:hover::before { left: 0; }
.cmn--btn:hover::after { left: 100%; }

.cmn--btn2 {
    color: #D7A31F;
    border: 1px solid #D7A31F;
    position: relative;
    z-index: 1;
    padding: 8px 32px;
}
@media (max-width: 450px) { .cmn--btn2 { font-size: 13px; padding: 7px 24px; } }
.cmn--btn2:hover { color: #1f1f23; background: #D7A31F; }

.cmn--btn3 {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    padding: 10px 32px;
    border-radius: 5px;
}
.cmn--btn3:hover, .cmn--btn3.active {
    color: #fff;
    background: linear-gradient(90deg, #034fab 0%, #064aa8 4.58%, #202a95 44.13%, #30178a 77.34%, #361086 100%);
    border-color: transparent;
}

/* ====== OVERLAY ====== */
.overlay {
    position: fixed; left: 0; top: 0; bottom: 0; right: 0;
    min-height: 100%; background: transparent;
    z-index: -111; transition: all ease 0.3s;
}
.overlay.active { z-index: 99998; } /* sit just below the fixed menu (99999) */
.overlay.overlay-color { background: rgba(31, 31, 35, 0.6); z-index: 99998; }

/* ====== HEADER ====== */
.header { position: absolute; width: 100%; z-index: 12; }
.header .nice-select { height: auto; position: relative; z-index: 1111; background: transparent; color: #fff; border: 0; font-size: 15px; }
@media (max-width: 767px) { .header .nice-select { font-size: 13px; } }
@media (max-width: 575px) { .header .nice-select { display: none; } }
.header .nice-select .list { background: #00001C; font-size: 13px; }
.header .nice-select .list li { background: transparent !important; }
.header .user__thumb { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; }
.header .user__thumb img { width: 100%; height: 100%; object-fit: cover; }

.header-bottom { padding: 16px 0; width: 100%; z-index: 11; }
@media (max-width: 767px) { .header-bottom { padding: 12px 0; } }
@media (max-width: 1199px) { .header-bottom .button__wrapper { margin: -5px !important; } }
@media (max-width: 1199px) {
    .header-bottom .button__wrapper .cmn--btn {
        padding: 6px 20px;
        font-size: 13px;
        margin: 5px !important;
        color: #1f1f23 !important;
        display: inline-block;
    }
}

.header-bottom-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img { max-width: 190px; max-height: 60px; }
@media (max-width: 1199px) { .logo img { max-width: 155px; } }
@media (max-width: 767px) { .logo img { max-width: 135px; } }
@media (max-width: 575px) { .logo img { max-width: 120px; max-height: 50px; } }

/* ====== DESKTOP MENU ====== */
.menu { align-items: center; }
.menu > .has-sub-menu { margin-right: 15px; }
@media (min-width: 992px) { .menu > .has-sub-menu.open .sub-menu { display: block !important; } }
@media (min-width: 992px) { .menu .sub-menu { display: block !important; } }
.menu li { position: relative; }
.menu li:hover > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.menu li.has-sub-menu > a { position: relative; display: flex; justify-content: space-between; }
.menu li.has-sub-menu > a::after {
    position: absolute; font-weight: 900;
    font-family: "Line Awesome Free"; content: "\f107";
    right: 0; top: 50%; transform: translate(8px, -50%); font-size: 12px;
}
.menu li a {
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Space Grotesk', 'DM Sans', sans-serif;
    color: #fff;
}
.menu li a:hover { color: #D7A31F; }
.menu li a.active { color: #D7A31F !important; }
@media (max-width: 1399px) { .menu li a { font-size: 13px; } }
@media (max-width: 1199px) { .menu li a { font-size: 12px; padding: 4px 8px; } }

@media (min-width: 992px) {
    .sub-menu {
        position: absolute; top: 100%; left: 0px; opacity: 0; visibility: hidden;
        min-width: 200px; transition: all ease 0.3s; transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(55, 150, 246, 0.1); overflow: hidden; z-index: 11; background: #fff;
    }
    .sub-menu li { padding: 0; }
    .sub-menu li:last-child { border: none; }
    .sub-menu li a { color: #1f1f23; font-size: 13px; padding: 8px 15px; display: block; }
    .sub-menu li a:hover { color: #fff; padding-left: 25px; background: #D7A31F; }
    .sub-menu:hover { visibility: visible; opacity: 1; transform: translateY(0); }
}

/* ====== MOBILE MENU – full-viewport overlay ====== */
@media (max-width: 991px) {
    .menu {
        /* Hidden state */
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 80px 25px 30px; /* top gap so hamburger stays visible */
        background: #00001C;
        border: none;
        border-radius: 0;

        /* Slide-in animation */
        visibility: hidden;
        transform: translateY(-100%) scaleY(0.6);
        transform-origin: top;
        opacity: 0;
        transition: all ease 0.3s;
        z-index: 99999;
    }

    .menu.active {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
    }

    .menu li {
        padding: 4px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu li:nth-last-child(1) { border-bottom: none; }
    .menu li a { color: #fff; display: block; padding-left: 0; }

    .sub-menu { display: none; padding-left: 25px; background: #fff; }
}

/* ====== HAMBURGER TRIGGER ====== */
.header-trigger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    margin-left: auto;
    padding: 2px;
    position: relative;
    z-index: 100000; /* always above the fixed menu */
}
@media (max-width: 991px) { .header-trigger { display: flex; } }

.header-trigger span {
    width: 25px;
    height: 2px;
    background: #D7A31F;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

/* X animation */
.header-trigger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.header-trigger.active span:nth-child(2) { opacity: 0; }
.header-trigger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Keep trigger on top when menu is open (menu is fixed; trigger must also be fixed) */
@media (max-width: 991px) {
    .header-trigger.active {
        position: fixed !important;
        top: 20px;
        right: 20px;
        z-index: 100000 !important;
    }
}

/* ====== BANNER ====== */
.shape { position: absolute; }

.banner-section {
    background: linear-gradient(135deg, #00001c 50%, #0d198f 130%);
    padding-top: 200px;
    padding-bottom: 85px;
}
@media (max-width: 1199px) { .banner-section { padding-top: 140px; padding-bottom: 0px; } }
@media (max-width: 991px)  { .banner-section { padding-top: 140px; padding-bottom: 85px; } }
@media (max-width: 575px)  { .banner-section { padding-top: 110px; padding-bottom: 55px; } }

/* ── Banner wrapper: column on mobile ── */
.banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .banner__wrapper {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
}

/* ── Banner content ── */
.banner__content { max-width: 570px; }
@media (max-width: 991px) {
    .banner__content {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .banner__content .title { text-align: center !important; }
}

.banner__content .title { line-height: 1.2; margin-bottom: 16px; }
@media (max-width: 1199px) { .banner__content .title { font-size: 48px; } }
@media (max-width: 991px)  { .banner__content .title { font-size: 44px; } }
@media (max-width: 767px)  { .banner__content .title { font-size: 36px; } }
@media (max-width: 575px)  { .banner__content .title { font-size: 30px; } }

.banner__content p { max-width: 550px; font-size: 15px; margin-bottom: 30px; }
@media (max-width: 991px) { .banner__content p { margin: 0 auto 30px; } }
@media (max-width: 575px)  { .banner__content p { font-size: 14px; } }

/* ── Banner thumb ── */
.banner__thumb { max-width: calc(100% - 580px); margin-left: 50px; position: relative; }
@media (max-width: 1199px) { .banner__thumb { margin-left: 15px; } }
@media (max-width: 991px) {
    .banner__thumb {
        display: block !important;
        max-width: 280px;
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
    }
    .banner__thumb img  { width: 100%; height: auto; }
    .banner__thumb .shapes { display: none; } /* animated shape images off on mobile */
}

.banner__thumb .shape1 { top: 20px;  left: 45%; animation: move-tb 3s linear infinite; }
.banner__thumb .shape2 { top: -50px; left: 28%; animation: fadeInOut 3s linear infinite; }
.banner__thumb .shape3 { top: 200px; left: 15%; animation: fadeInOut 6s ease-in infinite; }
.banner__thumb .shape4 { top: 150px; right: 8%; animation: fadeInOut 6s ease-in infinite; }

/* ====== TABLE ====== */
.table { margin: 0; border: none; width: 100%; border-collapse: collapse; }
.table thead tr th {
    background: linear-gradient(180deg, #F6C94A 19%, #D39B15 81%);
    padding: 12px 28px;
    font-family: 'Space Grotesk', 'DM Sans', sans-serif;
    color: #1f1f23; border: none;
    font-size: 15px;
    font-weight: 600;
}
.table thead tr th:first-child { border-radius: 15px 0 0 0; }
.table thead tr th:last-child  { border-radius: 0 15px 0 0; }
.table tbody { font-size: 13px; }
.table tbody tr { transition: all ease 0.3s; }
.table tbody tr:last-child td { border: 0; }
.table tbody tr:last-child td:first-child { border-radius: 0 0 0 15px; }
.table tbody tr:last-child td:last-child  { border-radius: 0 0 15px 0; }
.table tbody tr td { background: #1A1A33; padding: 12px 28px; color: #fff; vertical-align: middle; }
@media (min-width: 992px) { .table tbody tr td { border-color: rgba(255, 255, 255, 0.1); } }
@media (max-width: 991px) {
    .table thead { display: none; }
    .table tbody tr { display: block; }
    .table tbody tr td {
        display: flex; align-items: center; justify-content: space-between;
        padding: 8px 15px; border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .table tbody tr td:last-child { border: none; }
    .table tbody tr td::before {
        content: attr(data-label);
        font-family: 'Space Grotesk', 'DM Sans', sans-serif;
        font-size: 13px; color: #fff; font-weight: 500;
    }
    .table tbody tr:nth-child(even) td { background: rgba(55, 150, 246, 0.05) !important; }
}

/* ====== BADGE ====== */
.badge { background: #D7A31F; padding: 4px 10px !important; color: #fff !important; border-radius: 5px; font-size: 12px; line-height: 1; font-weight: 500; }
.badge:hover { color: #fff; }
.badge.badge--sm { padding: 2px 8px !important; font-size: 11px; }
.badge.badge--xs { padding: 1px 6px !important; font-size: 10px; }
.badge.badge--lg { padding: 5px 12px !important; font-size: 13px; }

/* ====== FOOTER ====== */
.footer-top { padding-bottom: 45px; border-color: rgba(255, 255, 255, 0.07) !important; }
.footer__widget .widget-title { position: relative; font-weight: 500; padding-bottom: 20px; margin-bottom: 25px; }
.footer__widget .widget-title::before { position: absolute; content: ""; width: 45px; height: 4px; left: 0; bottom: 0; background: linear-gradient(90deg, #de9f17 0%, #d19c15 33%, #fff58a 67%, #ffd147 100%); }
.footer__widget .social-links { margin-top: 28px; }
.footer__widget .social-links li { padding: 0; padding-right: 10px; padding-bottom: 10px; }
.footer__widget .social-links li a { height: 40px; width: 40px; }
@media (max-width: 1199px) { .footer__widget .social-links li a { width: 35px; height: 35px; } }
.footer__widget .social-links li a i { color: #fff; }
.footer__widget .footer-links li { position: relative; padding-left: 18px; }
.footer__widget .footer-links li::before { position: absolute; content: ""; width: 7px; height: 7px; background: #D7A31F; border-radius: 50%; top: 14px; left: 0; }
.footer__widget .footer-links li a:hover { color: #D7A31F; }

/* ====== SECTION HEADER ====== */
.section__header { margin-bottom: 42px; }
.section__header.text-center .section__header-title::before { left: 50%; transform: translateX(-50%); }
@media (max-width: 450px) { .section__header { margin-bottom: 28px; } }
.section__header-title { margin-bottom: 14px; position: relative; display: inline-block; }
.section__header p { color: #fff; margin-bottom: 12px; font-size: 18px; line-height: 1.6; }
@media (max-width: 1199px) { .section__header p { font-size: 15px; } }
@media (max-width: 575px)  { .section__header p { font-size: 14px; } }

/* ====== PLAN SECTION ====== */
.plan__item {
    position: relative; text-align: center; padding: 32px 20px;
    border: 3px solid #D7A31F;
    box-shadow: 0 0 0 2px rgba(215, 163, 31, 0.7);
    border-radius: 12px;
}
.plan__item::before {
    position: absolute; content: ""; border-radius: 50%; background: transparent; left: 0px; top: 0px;
    box-shadow: 0 0 5px 5px rgba(215, 163, 31, 0.7), 0 0 10px 10px rgba(215, 163, 31, 0.2), 0 0 15px 15px rgba(215, 163, 31, 0.3);
}
.plan__item-header { padding-bottom: 12px; margin-bottom: 18px; position: relative; }
.plan__item-header::before {
    position: absolute; content: ""; width: 65px; height: 2px; border-radius: 5px;
    background: linear-gradient(90deg, #de9f17 0%, #d19c15 33%, #fff58a 67%, #ffd147 100%);
    bottom: 0; left: 50%; transform: translateX(-50%);
}
.plan__item-header .plan-parcent { font-size: 48px; line-height: 1.1; }
@media (max-width: 1399px) { .plan__item-header .plan-parcent { font-size: 40px; } }
@media (max-width: 767px)  { .plan__item-header .plan-parcent { font-size: 36px; } }
.plan__item-header .plan-parcent-info { font-size: 15px; font-weight: 600; }
.plan__item-body .plan__info li { font-size: 16px; padding: 0; }
.plan__item-body .plan__info .value { margin-left: 12px; }
.plan__item-footer { margin-top: 32px; color: #D7A31F; font-weight: 600; text-transform: uppercase; }
@media (max-width: 767px) { .plan__item-footer { margin-top: 24px; } }

/* ====== FEATURE SECTION ====== */
.feature__item {
    padding: 32px 20px; text-align: center;
    background: linear-gradient(180deg, #04083F 0%, rgba(0, 0, 28, 0.7) 100%);
    margin: 0 13px;
}
.feature__item-icon { width: 52px; height: 52px; margin: 0 auto 12px; }
.feature__item-icon img { width: 100%; height: 100%; object-fit: contain; }
.feature__item-content .title { margin-bottom: 10px; }

/* ====== REFERRAL SECTION ====== */
.referral-section { overflow: hidden; } /* prevent absolutely-positioned shapes from bleeding out */

@media (max-width: 991px) {
    /* ── Thumb: override Bootstrap me-5 (which uses !important) ── */
    .referral-section .section__thumb {
        display: block !important;
        max-width: 260px !important;
        margin: 0 auto 30px !important; /* !important beats Bootstrap me-5 */
    }
    .referral-section .section__thumb img { width: 100%; height: auto; }

    /* ── Hide decorative shapes so they don't overlap the next section ── */
    .referral-section .shapes,
    .referral-section .section__thumb .shapes { display: none !important; }
}

/* ====== INVESTOR SECTION ====== */
.investor__item { text-align: center; }
.investor__item:hover img { transform: scale(1.1); z-index: -1; }
.investor__item-thumb { width: 220px; height: 220px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; position: relative; }
@media (max-width: 767px) and (min-width: 576px) { .investor__item-thumb { width: 190px; height: 190px; } }
@media (max-width: 575px) { .investor__item-thumb { width: 180px; height: 180px; } }
.investor__item-thumb::before {
    position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: auto; bottom: 0;
    background: linear-gradient(180deg, #04083F00 19%, #010124 81%); opacity: 1; z-index: 1;
}
.investor__item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.investor__item-content .invest-amount { font-size: 16px; }

/* ====== CHOOSE US ====== */
@media (max-width: 991px) {
    .choose-us .section__thumb {
        display: block !important;
        max-width: 260px;
        margin: 0 auto 30px;
    }
    .choose-us .section__thumb img { width: 100%; height: auto; }
}

/* ====== DOWNLOAD / COUNTER ====== */
.download-btn { display: inline-flex; flex-wrap: wrap; align-items: center; }
.download-btn .icon { width: 22px; font-size: 20px; line-height: 1; }
.download-btn .text { width: calc(100% - 22px); padding-left: 8px; }
.download-btn .text p { line-height: 1; }
.download-btn .text .for { line-height: 1; font-size: 11px; margin-top: 4px; }

@media (max-width: 991px) {
    .download-section .section__thumb {
        display: block !important;
        max-width: 220px;
        margin: 30px auto 0;
    }
    .download-section .section__thumb img { width: 100%; height: auto; }
}

.counter__item .icon { width: 44px; height: 44px; }
@media (max-width: 1399px) { .counter__item .icon { width: 35px; height: 35px; } }
.counter__item .icon img { width: 100%; height: 100%; object-fit: contain; }
.counter__item .title { font-size: 24px; font-weight: 300; margin-left: 12px; }
@media (max-width: 1399px) { .counter__item .title { font-size: 20px; } }
@media (max-width: 991px)  { .counter__item .title { font-size: 18px; } }
.counter__item .title > span { font-size: 48px; margin-right: 2px; font-weight: 600; }
@media (max-width: 1399px) { .counter__item .title > span { font-size: 40px; } }
@media (max-width: 991px)  { .counter__item .title > span { font-size: 34px; } }
@media (max-width: 450px)  { .counter__item .title > span { font-size: 26px; } }
.counter__item .info { font-size: 18px; color: #fff; font-weight: 300; line-height: 1.2; }
@media (max-width: 1399px) { .counter__item .info { font-size: 16px; } }
@media (max-width: 991px)  { .counter__item .info { font-size: 15px; } }
@media (max-width: 450px)  { .counter__item .info { font-size: 13px; } }

/* ====== FAQ ====== */
.faq-section { position: relative; }
.faq-section::before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: #00001C; opacity: 0.9; }
.faq-section .container { position: relative; z-index: 1; }
.faq__item { margin-bottom: 20px; }
.faq__item.active .faq__item-content { display: block; }
.faq__item.open .faq__item-title::before { transform: translateY(-50%) rotate(90deg); }
.faq__item:last-child { margin-bottom: 0; }
.faq__item-title {
    padding: 20px;
    background: linear-gradient(180deg, #04083F 0%, rgba(0, 0, 28, 0.7) 100%);
    cursor: pointer; position: relative;
}
.faq__item-title::before, .faq__item-title::after { position: absolute; content: ""; background: #fff; border-radius: 5px; top: 50%; transform: translateY(-50%); transition: all ease 0.3s; }
.faq__item-title::before { height: 14px; width: 2px; right: 22px; }
.faq__item-title::after  { width: 14px; height: 2px; right: 16px; }
.faq__item-title .title { font-weight: 500; }
.faq__item-content { padding-top: 20px; display: none; }

/* ====== TRANSACTION ====== */
.transection__tab__menu { margin-bottom: 32px; }
.transection__tab__menu li { padding: 4px 10px; }
.transection__tab__menu .cmn--btn2.active, .transection__tab__menu .cmn--btn2:hover { background: transparent; color: #1f1f23; }
.transection__table tbody .user .thumb { width: 32px; height: 32px; overflow: hidden; border-radius: 50%; }
.transection__table tbody .user .thumb img { width: 100%; height: 100%; object-fit: cover; }
.transection__table tbody .user .name { margin-left: 20px; }

/* ====== TESTIMONIAL ====== */
.testimonial__thumb img { width: 100%; border-radius: 66% 32% 31% 69%/51% 41% 59% 49%; }
.testimonial__content__slider { margin-left: 40px; }
@media (max-width: 1199px) { .testimonial__content__slider { margin-left: 12px; } }
.testimonial__content .icon { color: #3796f6; font-size: 80px; line-height: 1; opacity: 0.1; margin-bottom: 28px; }
@media (max-width: 575px) { .testimonial__content .icon { font-size: 50px; } }
.testimonial__content p { font-size: 22px; }
@media (max-width: 1399px) { .testimonial__content p { font-size: 18px; } }
@media (max-width: 767px)  { .testimonial__content p { font-size: 17px; } }
.testimonial__content .name { font-size: 20px; font-weight: 500; margin-top: 32px; margin-bottom: 5px; }
@media (max-width: 767px) { .testimonial__content .name { margin-top: 20px; font-size: 18px; } }

/* ====== BLOG ====== */
.post-meta li { padding: 0; color: #fff; }
@media (max-width: 1199px) { .post-meta li { font-size: 12px; } }
.post-meta li i { color: #D7A31F; font-size: 13px; margin-right: 4px; }
.post__item:hover .post__item-thumb img { transform: scale(1.1); }
.post__item-thumb { position: relative; overflow: hidden; border-radius: 20px; }
.post__item-thumb::before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(180deg, #04083F00 19%, #010124 81%); z-index: 1; }
.post__item-thumb img { width: 100%; }
.post__item-thumb .thumb__content { position: absolute; bottom: 0; left: 0; padding: 20px; z-index: 1; }
@media (max-width: 1199px) { .post__item-thumb .thumb__content { padding: 12px; } }
.post__item-thumb .thumb__content .title { margin-bottom: 12px; font-weight: 500; }
.post__item-thumb .thumb__content a:hover { color: #D7A31F; }

/* ====== BRAND ====== */
.brand__item { max-width: 170px; margin: 0 auto; }
@media (max-width: 1199px) { .brand__item { max-width: 130px; } }
.brand__item img { width: 100%; }

/* ====== SOCIAL LINKS ====== */
.social-links { display: flex; flex-wrap: wrap; align-items: center; }
.social-links li { padding: 3px; }
.social-links li a {
    width: 36px; height: 36px;
    font-size: 18px;
    color: #fff;
    border: 1px solid rgba(215, 163, 31, 0.6);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.social-links li a:hover { color: #fff; background: #D7A31F; border-color: #D7A31F; }

/* ====== SLICK ====== */
.slick-dots { left: 0; }
.slick-dots li { height: auto; width: auto; }
.slick-dots li.slick-active button { background: #D7A31F; }
.slick-dots li button { width: 10px; height: 10px; border-radius: 5px !important; background: rgba(215, 163, 31, 0.2); }
.slick-dots li button::before { display: none; }
.slick-arrow {
    position: absolute; cursor: pointer;
    width: 44px; height: 44px;
    border-radius: 50%; overflow: hidden;
    color: #1f1f23;
    background: linear-gradient(90deg, #de9f17 0%, #d19c15 33%, #fff58a 67%, #ffd147 100%);
    top: 50%; transform: translateY(-50%);
    font-size: 22px;
    box-shadow: inset 0 0 13px 5px rgba(31, 31, 35, 0.4);
    display: flex; align-items: center; justify-content: center;
}
.slick-arrow.arrow-left  { left: 0px;  z-index: 1; transform: translate(-50%, -50%); }
.slick-arrow.arrow-right { right: 0px; z-index: 1; transform: translate(50%, -50%); }

/* ====== PRELOADER ====== */
.preloader { background: #1A1A33; position: fixed; height: 100%; width: 100%; z-index: 1111; display: flex; align-items: center; justify-content: center; }
.preinnner { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.preinnner .ring { position: relative; width: 130px; height: 130px; margin: -26px; border: 4px solid transparent; border-radius: 50%; border-top: 4px solid #24ecff; animation: animate 4s linear infinite; }
@keyframes animate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.preinnner .ring::before { content: ""; position: absolute; top: 12px; right: 12px; border-radius: 50%; width: 13px; height: 13px; background: #24ecff; box-shadow: 0 0 0 5px #24ecff33, 0 0 0 10px #24ecff22, 0 0 0 20px #24ecff11, 0 0 20px #24ecff, 0 0 50px #24ecff; }
.preinnner .ring:nth-child(2) { animation: animate2 4s linear infinite; animation-delay: -1s; border-left: 4px solid #93ff2d; border-top: 4px solid transparent; }
.preinnner .ring:nth-child(2)::before { content: ""; position: absolute; bottom: 12px; left: 12px; border-radius: 50%; width: 13px; height: 13px; background: #93ff2d; box-shadow: 0 0 0 5px #93ff2d33, 0 0 0 10px #93ff2d22, 0 0 0 20px #93ff2d11, 0 0 20px #93ff2d, 0 0 50px #93ff2d; }
@keyframes animate2 { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } }
.preinnner .ring:nth-child(3) { animation: animate2 4s linear infinite; animation-delay: -3s; position: absolute; top: -57.7px; border-top: 4px solid transparent; border-left: 4px solid #e41cf8; }
.preinnner .ring:nth-child(3)::before { content: ""; position: absolute; bottom: 12px; left: 12px; border-radius: 50%; width: 13px; height: 13px; background: #e41cf8; box-shadow: 0 0 0 5px #e41cf833, 0 0 0 10px #e41cf822, 0 0 0 20px #e41cf811, 0 0 20px #e41cf8, 0 0 50px #e41cf8; }

/* ====== MISC ====== */
.rating, .social-links, .header-bottom-area, .menu, .pagination, .tags,
.dashboard__header, .dashboard__card, .feature__item__two,
.testimonial__item__two-header { display: flex; flex-wrap: wrap; }

.section__thumb { position: relative; align-self: end; }

.button__wrapper { margin: -5px -10px; }
.button__wrapper .cmn--btn,
.button__wrapper .btn,
.button__wrapper .cmn--btn2,
.button__wrapper .cmn--btn4 { margin: 5px 10px; }

.info__list li { width: 50%; position: relative; padding-left: 18px; font-weight: 500; }
@media (max-width: 450px) { .info__list li { width: 100%; } }
.info__list li::before { position: absolute; content: ""; width: 7px; height: 7px; border-radius: 50%; background: #D7A31F; left: 0; top: 14px; }

.profit__calculation__content .section__header { margin-bottom: 28px; }
.profit__calculation__form .form-label { color: #fff; font-weight: 500; }

.section__header.max-p p { max-width: 600px; margin: 0 auto; }

iframe { margin-bottom: -8px; }
.rating li { padding: 0 3px; }

/* ====== KEYFRAMES ====== */
@keyframes move-tb {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
@keyframes fadeInOut {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

