@import url('./reset.css');
@import url('./helper.css');

/* === GLOBAL COLOR OVERRIDES === */
:root {
    --default-bg: #ffffff important;           /* Main background → pure white */
    --separate-bg: #f8f9fa important;          /* Cards/sections → very light gray-white */
    --clr-secondary: #f0f0f0 important;        /* Secondary backgrounds → light gray */
    --clr-main: #ff0000 important;             /* Main accent (buttons, links) → pure red */
    --gradient-bg: linear-gradient(to right, #ff0000, #cc0000) important;  /* Red gradient for buttons */
}

/* Fix text color on white background (was white text on black) */
body, .banner-content .banner-description, .footer-section, .plan-item .plan-name, .d-card {
    color: #333333 important;                  /* Dark text for contrast */
}

/* Make sure buttons look good in red */
.main-btn, .btn-primary, .btn, .invest-btn, .plan-btn, .cmn-btn, .subscription-form button {
    background: var(--gradient-bg) important;
    border-color: #ff0000 important;
    color: #ffffff important;
}

.main-btn:hover, .btn-primary:hover, .btn:hover {
    background: #cc0000 important;             /* Darker red on hover */
    border-color: #cc0000 important;
}

/* Remove/fix any remaining dark overlays (like auth page) */
.auth-thumb-area::before, .banner-section::before, .page-banner::before {
    background-color: transparent important;
    opacity: 0 !important;
}

/* Optional: Make header/footer white too if needed */
.header, .footer-section {
    background-color: #ffffff important;
}

/*
==============================
Item wrapper css
==============================
*/
.sp_separator_bg, .contact-item, .blog-widget, .referral-section {
    background-color: var(--separate-bg);
}

.items-wrapper div[class*=col-]:nth-child(1) {
    animation-delay: 0.3s;
}

.items-wrapper div[class*=col-]:nth-child(2) {
    animation-delay: 0.5s;
}

.items-wrapper div[class*=col-]:nth-child(3) {
    animation-delay: 0.7s;
}

.items-wrapper div[class*=col-]:nth-child(4) {
    animation-delay: 0.9s;
}

.items-wrapper div[class*=col-]:nth-child(5) {
    animation-delay: 1s;
}

.items-wrapper div[class*=col-]:nth-child(6) {
    animation-delay: 1.2s;
}


/*
==============================
Preloader css
==============================
*/
.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    z-index: 9999;
}

.preloader-holder::after {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.preloader-holder .preloader {
    width: 140px;
    height: 140px;
}

.preloader-holder .preloader img {
    max-width: 80px;
    max-height: 80px;
}

.preloader-holder .preloader .preloader-spiner {
    content: "";
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid transparent;
    border-top: 3px solid var(--clr-main);
    border-right: 3px solid var(--clr-main);
    -webkit-animation: spiner 2s linear infinite;
    animation: spiner 2s linear infinite;
}

.preloader-holder .preloader .preloader-spiner::after {
    content: "";
    bottom: 7px;
    right: 12px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px 1px rgba(247, 199, 11, 0.7);
}

@-webkit-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
==============================
Extend css
==============================
*/
.d-card, .testimonial-item, .testimonial-section, .transaction-section, .investor-item .investor-content, .investor-section, .work-section, .plan-section, .counter-item, .counter-wrapper div[class*=col], .counter-section, .referral-item, .referral-section, .about-thumb, .about-section, .page-breadcrumb li, .page-banner, .banner-section, .subscription-form, .footer-top, .about-content ul li, body, .preloader-holder .preloader {
    position: relative;
}

.d-card i, .testimonial-item::after, .transaction-section .transaction-el, .investor-item .investor-content::after, .investor-section::before, .accordion-item .accordion-button::before, .work-section .man-with-dollar, .work-section::before, .plan-section .plan-el, .plan-section .top-dollar, .plan-section .dollar-right, .counter-item::before, .counter-wrapper div[class*=col]::after, .counter-section::before, .referral-item .referral-content, .referral-item::after, .referral-section .referral-img, .about-thumb .line.one::after, .about-thumb .line.one::before, .about-thumb .line, .about-section::before, .page-breadcrumb li::after, .page-banner::before, .banner-section .banner-lady, .banner-section::before, .subscription-form button, .header,.about-content ul li::before, .preloader-holder::after, .preloader-holder .preloader .preloader-spiner, .preloader-holder .preloader .preloader-spiner::after {
    position: absolute;
}

.transaction-section, .investor-item .investor-content, .investor-section::before, .investor-section, .work-section, .plan-section, .counter-section, .referral-section, .about-thumb, .about-section, .page-banner, .banner-section {
    z-index: 1;
}

.transaction-section .transaction-el, .investor-item .investor-content::after, .investor-section::before, .work-section .man-with-dollar, .work-section::before, .plan-section .plan-el, .plan-section .top-dollar, .counter-section::before, .referral-section .referral-img, .about-thumb .line, .about-section::before, .page-banner::before {
    z-index: -1;
}

.d-card, .sidebar-menu li a, .user-sidebar, .contact-item, .investor-item .investor-content::after, .investor-item .investor-content, .investor-item .investor-thumb, .accordion-item .accordion-button::before, .referral-item::after, .referral-item, .benefit-item .benefit-icon, .social-links li a, .header .sp_main_menu li .sub-menu li a, .header .sp_main_menu li .sub-menu, .header .sp_main_menu li.has_children > a::before, body .header,
body .main-wrapper, .site-checkbox label::before, .form-control, body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-item .icon, .investor-item .investor-thumb-inner, .work-item .work-number, .counter-section::before, .benefit-item .benefit-icon .benefit-icon-inner, .about-thumb .line.one::after, .about-thumb .line.one::before, .social-links li a:hover, .subscription-form button, .main-btn, .preloader-holder .preloader .preloader-spiner::after {
    background: var(--gradient-bg);
}

.user-sidebar, .dropdown-menu, .user-header, .counter-section, .page-banner::before, .page-banner, .header .sp_main_menu li .sub-menu, .header.header-fixed .header-bottom, .main-btn2, .preloader-holder .preloader {
    background-color: var(--clr-secondary);
}

.d-card, .account-wrapper, .accordion-item, .pagination .page-item .page-link, .site-card .card-header, .site-card, textarea, .select, .form-control {
    background-color: var(--default-bg);
}

.sidebar-menu li a:hover, .contact-item .content a:hover, .blog-meta li i, .counter-item .counter-title, .referral-item .referral-content .referral-amount, .page-breadcrumb li a, .banner-content .banner-title span, .footer-menu li a:hover, .social-icons li a:hover, .hc-list > li > a i, .hc-list > li > a:hover, .header .sp_main_menu li .sub-menu li a:hover, .header .sp_main_menu li a:hover, .header .sp_main_menu li a:focus, .header .sp_main_menu li.has_children:hover > a, .header .site-logo.site-title, .custom-icon-field .form-control:focus ~ i, .about-content ul li::before, .top-caption i, .top-caption i.las, .sp_site_title span {
    color: var(--clr-main);
}

.dropdown-menu .dropdown-item, .user-dropdown .user-btn span, .counter-item .caption, .referral-item .referral-content .referral-caption, .page-breadcrumb li, .banner-content .check-list li, .banner-content .banner-title, .subscription-form button, .subscription-form .form-control:focus, .subscription-form .form-control, .footer-section h2, .footer-section h3, .footer-section h6, .menu-toggle, .social-icons li a, .hc-list > li > a, .header .sp_main_menu li .sub-menu li a, .header .sp_main_menu li a, .header .sp_main_menu li.has_children > a::before, .sp_view_btn:hover, .sp_view_btn, .main-btn2:hover, .main-btn2 {
    color: #fff;
}

.user-dropdown .user-btn img, .short-post .thumb img, .blog-item .blog-thumb img, .testimonial-item .testimonial-client .thumb img, .investor-item .investor-thumb-inner img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.sidebar-menu li a, .user-header, .short-post, .blog-btn, .blog-meta, .testimonial-item .testimonial-client, .transaction-wrapper-top, .investor-item .investor-content ul, .accordion-item .accordion-button::before, .referral-wrapper, .page-breadcrumb, .social-links li a, .social-links, .social-icons, .hc-list, .btn-close, .custom-icon-field i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-item .icon, .investor-item .investor-content ul, .accordion-item .accordion-button::before, .work-item .work-number, .social-links li a, .btn-close, .custom-icon-field i, .sp_view_btn, .main-btn {
    justify-content: center;
}

.sidebar-menu li a, .user-header, .contact-item .icon, .blog-btn, .blog-meta, .testimonial-item .testimonial-client, .transaction-wrapper-top, .investor-item .investor-content ul, .accordion-item .accordion-button::before, .work-item .work-number, .page-breadcrumb, .social-links li a, .social-links, .header .sp_main_menu, .btn-close, .custom-icon-field i, .table-user, .sp_view_btn, .main-btn2, .main-btn, .top-caption {
    align-items: center;
}

.preloader-holder, .preloader-holder .preloader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact-item .icon, .work-item .work-number, .table-user, .sp_view_btn, .main-btn2, .main-btn, .top-caption {
    display: inline-flex;
}

.d-card, .short-post .thumb, .blog-details-img, .blog-item .blog-thumb, .testimonial-item .testimonial-client .thumb, .transaction-section, .investor-section, .counter-section, .about-section, .banner-section {
    overflow: hidden;
}

.user-header, .short-post .thumb img, .blog-details-img img, .blog-item .blog-thumb img, .testimonial-item .testimonial-client .thumb img, .investor-item .investor-thumb-inner img, .plan-section .top-dollar, .counter-item::before, .page-banner::before, .header, .site-nav-tabs .nav-item .nav-link, .preloader-holder, .preloader-holder::after {
    width: 100%;
}

.contact-item, .short-post .thumb img, .blog-details-img img, .blog-item .blog-thumb img, .testimonial-item .testimonial-client .thumb img, .investor-item .investor-thumb-inner img, .counter-item::before, .counter-wrapper div[class*=col]::after, .page-banner::before, .custom-icon-field i, .preloader-holder::after {
    height: 100%;
}

.d-card:hover, .contact-item:hover, .investor-item:hover .investor-thumb, .referral-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-item, .investor-item, .work-item, .plan-section .top-dollar, .counter-item, .referral-item .referral-content {
    text-align: center;
}

.blog-item .blog-thumb, .social-links li a, .subscription-form button, .header .sp_main_menu li .sub-menu, .site-nav-tabs .nav-item .nav-link, .site-checkbox label::before, .form-control, .sp_view_btn, .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.d-card, .contact-item, .blog-widget, .blog-item, .testimonial-item, .site-card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.account-wrapper, .blog-details-img, .transaction-wrapper {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user-dropdown .user-btn img, .contact-item .icon, .testimonial-item .testimonial-client .thumb, .investor-item .investor-content::after, .accordion-item .accordion-button::before, .work-item .work-number, .referral-item::after, .about-thumb .line.one::after, .about-thumb .line.one::before, .about-thumb .line, .table-user img, .preloader-holder .preloader, .preloader-holder .preloader .preloader-spiner, .preloader-holder .preloader .preloader-spiner::after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/*
==============================
About css
==============================
*/

.about-content ul li {
    margin-top: 0.625rem;
}

.about-content ul li {
    font-size: 1.125rem;
    padding-left: 1.875rem;
}

.about-content ul li::before {
    content: "\f00c";
    top: 2px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    width: 25px;
    height: 25px;
}


/* 
==============================
Animate css
==============================
*/ 
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}


/*
==============================
Header css
==============================
*/
.header {
    top: 0;
    left: 0;
    z-index: 2;
}

.header.header-fixed {
    position: fixed;
    z-index: 3;
}

.header.header-fixed .header-top {
    display: none;
}

.header.header-fixed .header-bottom {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
}

.header-bottom {
    background-color: transparent;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 0.625rem 0;
    }
}

.header .site-logo img {
    max-width: 13.4375rem;
    max-height: 4.0625rem;
}

@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 9.375rem;
        max-height: 3.4375rem;
    }
}

.header .site-logo.site-title {
    font-size: 1.5rem;
}

.header .sp_main_menu {
    margin-left: 4.375rem;
}

@media (max-width: 1199px) {
    .header .sp_main_menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}

.header .sp_main_menu li {
    position: relative;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.header .sp_main_menu li:last-child a {
    padding-right: 0;
}

.header .sp_main_menu li.has_children {
    position: relative;
}

.header .sp_main_menu li.has_children.active {
    border-bottom: none;
}

.header .sp_main_menu li.has_children.open > .sub-menu {
    display: block;
}

.header .sp_main_menu li.has_children > a {
    padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li.has_children > a {
        display: block;
    }
}

.header .sp_main_menu li.has_children > a::before {
    position: absolute;
    content: "\f067";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1.9375rem;
    right: 5px;
    font-size: 0.875rem;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li.has_children > a::before {
        display: block;
        top: 0.5625rem;
        color: #fff;
    }
}

.header .sp_main_menu li.has_children:hover > a::before {
    content: "\f068";
    color: #F7C70B;
}

.header .sp_main_menu li a {
    font-weight: 500;
    padding: 1.75rem 0.9375rem 1.75rem 0;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li a {
        color: #fff;
        padding: 0.5rem 0;
        display: block;
    }
}

.header .sp_main_menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    padding: 0.3125rem 0;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #cbcbcb;
}

.header .sp_main_menu li .sub-menu.active {
    display: block;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: #ffffff;
        border: none;
        padding: 0.9375rem;
    }
}

.header .sp_main_menu li .sub-menu li {
    border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.header .sp_main_menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .sp_main_menu li .sub-menu li a {
    padding: 0.5rem 1.25rem;
    display: block;
    position: relative;
    font-size: 0.875rem;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li .sub-menu li a {
        color: #fff;
        padding: 0.5rem 0;
    }
}

.header .sp_main_menu li .sub-menu li + li {
    margin-left: 0;
}

.header .sp_main_menu li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .sp_main_menu li + li {
    margin-left: 1.25rem;
}

@media (max-width: 1199px) {
    .header .sp_main_menu li + li {
        margin-left: 0;
    }
}

.header .sp_main_menu .sub-menu li.has_children > a::before {
    top: 9px;
    right: 8px;
}

.header .sp_main_menu .sub-menu li.has_children > .sub-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 1199px) {
    .header .sp_main_menu .sub-menu li.has_children > .sub-menu {
        padding-left: 15px;
    }
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hc-list > li {
    padding: 0.625rem 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
}

@media (max-width: 991px) {
    .hc-list > li {
        border-right: none;
    }
}

.hc-list > li:first-child {
    padding-left: 0;
}

.hc-list > li > a i {
    margin-right: 4px;
}

.social-icons li {
    padding: 0 0.75rem;
}

.social-icons li:first-child {
    padding-left: 0;
}

.social-icons li:last-child {
    padding-right: 0;
}

.h-get-btn {
    color: #F7C70B !important;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 20px !important;
        background-color: #070500;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #fff;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*
==============================
Footer css
==============================
*/
.footer-site-name {
    font-size: 36px;
}

.footer-section {
    position: relative;
    z-index: 1;
    margin-top: auto;
}
.footer-logo-portion {
    padding: 50px 0;
    position: relative;
    background-color: var(--default-bg);
    z-index: 1;
}

.footer-menu-portion {
    padding: 15px 0;
    border-top: 1px solid #ffffff26;
}

.footer-logo img {
    max-width: 215px;
    max-height: 75px;
}

.map-el {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
}
.map-el img {
    max-height: 300px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    margin: -3px -5px;
}
.social-links li {
    padding: 3px 5px;
}
.social-links li a {
    color: #777;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.social-links li a:hover {
    background-color: var(--clr-main);
    border-color: var(--clr-main);
    color: #fff;
}
.footer-box .title {
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}
.footer-box .title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--clr-main);
}

.footer-inline-list {
    margin: -3px -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-inline-list li {
    padding: 3px 20px;
    position: relative;
}

.footer-inline-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-inline-list li:last-child::after {
    display: none;
}

.footer-inline-list li a i {
    margin-right: 3px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 8px;
    display: none;
    z-index: 999;
    background-color: #080600;
}


/*
==============================
Back to top css
==============================
*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffc451;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #151515;
    line-height: 0;
}

.back-to-top:hover {
background: #151515;
}

.back-to-top:hover i {
color: #ffc451;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
}

.pointer {
cursor: context-menu !important;
}


/*
==============================
Banner section css
==============================
*/
.banner-section {
    position: relative;
    padding-top: 18.375rem;
    padding-bottom: 13rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #020201;
    z-index: 1;
}

.banner-el-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.banner-el-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-el-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.banner-el-img3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner-el-left-arrow,
.banner-el-right-arrow {
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
}

.banner-el-left-arrow {
    left: 0;
}

.banner-el-right-arrow {
    right: 0;
}

@media (max-width: 1399px) {
    .banner-section {
        padding-top: 10.5rem;
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 1199px) {
    .banner-section {
        padding-top: 9.5rem;
        padding-bottom: 6.25rem;
    }
}

.banner-section .banner-lady {
    bottom: -100px;
    right: 12%;
}

@media (max-width: 991px) {
    .banner-section .banner-lady {
        display: none;
    }
}

.banner-section .banner-lady img {
    max-width: 540px;
}

@media (max-width: 1399px) {
    .banner-section .banner-lady img {
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .banner-section .banner-lady img {
        max-width: 400px;
    }
}

.banner-content .banner-title {
    font-size: 94px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 5px 10px #00000065;
}

@media (max-width: 1399px) {
    .banner-content .banner-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 1199px) {
    .banner-content .banner-title {
        font-size: 3rem;
    }
}

@media (max-width: 575px) {
    .banner-content .banner-title {
        font-size: 2.25rem;
    }
}

.banner-content .banner-title span {
    font-weight: 400;
}

.banner-content .banner-description {
    font-size: 1.125rem;
    color: #e6e6e6;
}

@media (max-width: 1199px) {
    .banner-content .check-list li {
        font-size: 1rem;
    }
    .banner-content .banner-description {
        font-size: 16px;
    }
}

.overview-box {
    position: relative;
}

.overview-box::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 50px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.overview-wrapper div[class*=col]:last-child .overview-box::after {
    display: none;
}

.overview-box-amount {
    font-family: var(--h-font);
    font-weight: 700;
    color: var(--clr-main);
    font-size: 36px;
    line-height: 1;
}

.overview-box p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
}



/*
==============================
Page banner css
==============================
*/
.page-banner {
    padding-top: 11.25rem;
    padding-bottom: 3.75rem;
}

.page-banner::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.75;
}

.page-breadcrumb li {
    padding: 0 0.625rem;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li::after {
    content: "/";
    top: 0;
    right: -0.1875rem;
}


/*
==============================
About section css
==============================
*/

.about-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-section-el {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); 
    opacity: 0.025;
    z-index: -1;
}

.about-content p,
.about-content span {
    color: #fff !important;
}

.about-section::before {
    content: "";
    top: -15%;
    right: -18%;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.015));
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
}

/* 
==============================
Calculator css
==============================
*/ 
.calculate-area {
    padding: 65px 0;
    position: relative;
    z-index: 1;
    background: var(--gradient-bg);
}

@media (max-width: 1399px) {
    .calculate-area {
        padding: 40px 0;
    }
}

.calculate-area .calculator {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -1;
}

.calculate-area .calculator img {
    max-height: 300px;
}

@media (max-width: 1399px) {
    .calculate-area .calculator img {
        max-height: 175px;
    }
}

@media (max-width: 1199px) {
    .calculate-area .cmn-btn {
        padding: 12px 20px;
    } 
}

@media (max-width: 1150px) {
    .calculate-area::before,
    .calculate-area .calculator {
        display: none;
    }
}


/*
==============================
Benefit section css
==============================
*/

.benefit-item {
    text-align: center;
    padding: 25px;
}

.benefit-item i {
    font-size: 56px;
    line-height: 1;
    background: -webkit-linear-gradient(var(--grad-one), var(--grad-two));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefit-item .benefit-content {
    margin-top: 20px;
}

.benefit-items-wrapper div[class*="col"] {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 1200px) {
    .benefit-items-wrapper div[class*="col"]:nth-last-of-type(-n+3) {
        border-bottom: none;
    }
    
    .benefit-items-wrapper div[class*="col"]:nth-of-type(3n + 3) {
        border-right: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .benefit-items-wrapper div[class*="col"]:nth-last-of-type(-n+2) {
        border-bottom: none;
    }
    
    .benefit-items-wrapper div[class*="col"]:nth-of-type(2n + 2) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .benefit-items-wrapper div[class*="col"] {
        border-right: none;
        border-bottom: none;
    }
}


/*
==============================
Referral section css
==============================
*/

.referral-section {
    padding: 2.125rem 0;
} 

.referral-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: -1;
}

@media (max-width: 767px) {
    .referral-wrapper {
        justify-content: center;
    }
}

.referral-wrapper .referral-item {
    width: 20%;
    padding: 10px 13px;
}

@media (max-width: 767px) {
    .referral-wrapper .referral-item {
        padding: 15px;
        width: 33.3333333333%;
    }
}

@media (max-width: 460px) {
    .referral-wrapper .referral-item {
        width: 50%;
    }
}

.referral-item:hover::after {
    opacity: 1;
    bottom: -18px;
}

.referral-item::after {
    content: "";
    bottom: -18px;
    left: 50%;
    width: 80px;
    height: 12px;
    background: radial-gradient(#ddd, #ffffff);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.referral-item .referral-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.referral-item .referral-content .referral-amount {
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 991px) {
    .referral-item .referral-content .referral-amount {
        font-size: 2.25rem;
    }
}

.referral-item .referral-content .referral-caption {
    font-size: 1.125rem;
    font-weight: 5005;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .referral-item .referral-content .referral-caption {
        font-size: 1rem;
        margin-top: 0.3125rem;
    }
}


/*
==============================
Counter section css
==============================
*/
@media (max-width: 991px) {
    .counter-section {
        padding-top: 1.875rem;
        padding-bottom: 0.3125rem;
    }
}

@media (max-width: 767px) {
    .counter-section {
        padding-bottom: 0.9375rem;
    }
}



.counter-wrapper div[class*=col]:last-child::after {
    display: none;
}

.counter-wrapper div[class*=col]::after {
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    opacity: 0.15;
}

@media (max-width: 767px) {
    .counter-wrapper div[class*=col]::after {
        display: none;
    }
}

.counter-wrapper div[class*=col]:nth-child(odd)::after {
    top: 0;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.137));
}

@media (max-width: 991px) {
    .counter-wrapper div[class*=col]:nth-child(2)::after {
        display: none;
    }
}

.counter-wrapper div[class*=col]:nth-child(even)::after {
    bottom: 0;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.137));
}

.counter-item {
    padding: 30px 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .counter-item {
        padding: 0.625rem 0;
    }
}

.counter-item::before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.counter-item .counter-title {
    font-size: 2rem;
}

@media (max-width: 1399px) {
    .counter-item .counter-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .counter-item .caption {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .counter-item .caption {
        font-size: 0.875rem;
    }
}


/*
==============================
Plan section css
==============================
*/
.plan-section {
    position: relative;
    z-index: 1;
}

.plan-section-el {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.05;
}

.plan-item {
    padding: 25px;
    background-color: var(--default-bg);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 3px solid var(--clr-main);
}

.plan-item .plan-name {
    font-size: 32px;
    color: var(--clr-main);
}

.plan-item .plan-fatures {
    margin: 35px 0;
}

.bg-transparent.plan-btn {
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.bg-transparent.plan-btn::before,
.bg-transparent.plan-btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-transparent.plan-btn::before {
    background-color: #fff;
    border-radius: 6px;
    z-index: -1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
}

.bg-transparent.plan-btn:hover::before {
    background: var(--gradient-bg);
}

.bg-transparent.plan-btn::after {
    background: var(--gradient-bg);
    border-radius: 6px;
    z-index: -2;
}

.plan-item .plan-amount {
    font-family: var(--h-font);
    font-size: 22px;
    font-weight: 400; 
    line-height: 1;
}

.plan-item .star-img {
    text-align: center;
}

.plan-item .star-img img {
    max-height: 45px;
}

.plan-item .plan-rio {
    margin-top: 20px;
}

.plan-list {
    margin: 0 -25px;
}

.plan-list li {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.plan-list li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.plan-list li i {
    color: var(--clr-main);
    margin-right: 6px;
}

.view-affiliate-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.view-affiliate-btn {
    padding: 3px 15px;
    font-size: 14px;
    border: none;
    background-color: transparent;
    background-color: var(--clr-main);
    border-radius: 3px;
}

.plan-referral-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.65);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.5, 0.5);
    transition: all 0.3s;
    visibility: hidden;
}

.plan-referral-area.active {
    opacity: 1;
    transform: scale(1, 1);
    visibility: visible;
}


.plan-referral {
    position: relative;
    width: 360px;
    background-color: var(--clr-secondary);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #4c4c4c;
    box-shadow: 0 5px 10px #000;
}

.plan-referral-area-close {
    position: absolute;
    top: -3px;
    right: 5px;
    color: rgb(202, 12, 12);
    font-size: 20px;
}

.single-referral {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.single-referral:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05);
}

.plan-item.plan-item-two {
    flex-flow: column;
}

.plan-item.plan-item-two::before,
.plan-item.plan-item-two::after {
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
    width: 100%;
    height: 153px;
}

.plan-item.plan-item-two::after {
    left: 0;
    height: 135px;
}

.plan-item-two .plan-name-area {
    margin-bottom: 55px;
}

.plan-item-two .plan-name-area,
.plan-item-two .plan-fatures,
.plan-item-two .plan-rio,
.plan-item-two .plan-action {
    width: 100%;
    padding: 0;
}

.plan-item-two .plan-fatures::before,
.plan-item-two .plan-fatures::after {
    display: none;
}

.plan-item-two .plan-fatures {
    margin-bottom: 30px;
}

.plan-item-two .plan-rio {
    text-align: center;
    margin-bottom: 15px;
}

.plan-item-two .plan-rio::before,
.plan-item-two .plan-rio::after {
    display: none;
}

/*
==============================
Work section css
==============================
*/
@media (max-width: 991px) {
    .work-section {
        overflow: hidden;
    }
}

.work-section {
    z-index: 1;
}

.work-section .man-with-dollar {
    bottom: 0;
    left: 0;
}

.work-section .man-with-dollar img {
    max-height: 300px;
}

.work-item {
    padding: 2.5rem 1.875rem;
}

.work-item-wrapper div[class*="col"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .work-item-wrapper div[class*="col"]:last-child {
        border-right: none;
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
    .work-item-wrapper div[class*="col"]:nth-child(2),
    .work-item-wrapper div[class*="col"]:last-child {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .work-item-wrapper div[class*="col"] {
        border-right: none;
    }

    .work-item {
        padding: 0;
    }
}

.work-item .work-number {
    width: 55px;
    height: 55px;
    font-weight: 500;
    font-size: 1.5rem;
}

.work-item .work-content {
    margin-top: 1.5625rem;
}

/*
==============================
Faq section css
==============================
*/
.faq-section {
    position: relative;
    z-index: 1;
}

.faq-thumb img {
    max-height: 500px;
}


/*
==============================
Investor section css
==============================
*/
.investor-section::before {
    content: "";
    top: 0;
    right: -18%;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.04));
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.investor-item {
    padding: 25px;
    background-color: var(--default-bg);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.investor-item:hover .investor-content::after {
    top: -25px;
    opacity: 0.25;
}

.investor-item .investor-thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.investor-item .investor-content {
    margin-top: 25px;
}

.investor-item .investor-content::after {
    content: "";
    top: -20px;
    left: 50%;
    width: 100px;
    height: 15px;
    margin-left: -50px;
    background: radial-gradient(circle, var(--clr-main) 0%, rgba(28, 142, 106, 0) 70%, rgba(0, 212, 255, 0) 100%);
    filter: blur(5px);
    opacity: 0;
}

.investor-item .investor-content ul li a {
    padding: 0 8px;
}

.investor-slider .slick-list {
    margin: -0.9375rem;
}

.investor-slider .single-slide {
    padding: 0.9375rem;
}


/*
==============================
Transaction section css
==============================
*/
.transaction-section {
    z-index: 1;
}

.transaction-wrapper {
    background-color: var(--separate-bg);
    padding: 1.875rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.transaction-wrapper-top {
    justify-content: space-between;
}

.transaction-tabs {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.113);
    border-radius: 8px;
    overflow: hidden;
    padding: 3px;
}

.transaction-tabs .nav-item .nav-link {
    background-color: transparent;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
}

.transaction-tabs .nav-item .nav-link.active {
    background-color: var(--clr-main);
    color: #fff;
}

@media (max-width: 575px) {
    .transaction-tabs {
        margin-top: 10px;
    }
    .transaction-wrapper {
        padding: 20px;
    }
    .transaction-tabs .nav-item .nav-link {
        padding: 5px 12px;
    }
}


/*
==============================
Testimonial css
==============================
*/
.testimonial-section {
    overflow: hidden;
}

.testimonial-item {
    padding: 4.0625rem 1.875rem 1.875rem 1.875rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: var(--default-bg);
}

.testimonial-item::after {
    content: "";
    top: 23px;
    left: 31px;
    width: 32px;
    height: 32px;
    background-image: url("../img/quote.png") !important;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    filter: hue-rotate(210deg) saturate(3) brightness(1.2) !important; /* shifts red toward blue */
}

.testimonial-item .testimonial-client {
    margin-top: 1.25rem;
}

.testimonial-item .testimonial-client .thumb {
    width: 50px;
    height: 50px;
}

.testimonial-item .testimonial-client .content {
    width: calc(100% - 50px);
    padding-left: 1.25rem;
}

.testimonial-item .testimonial-client .content .name {
    font-size: 1.1875rem;
}

.testimonial-item .testimonial-client .content p {
    font-size: 0.875rem;
}

.testimonial-slider .slick-list {
    margin: -1.5625rem -1.25rem;
}

.testimonial-slider .single-slide {
    padding: 1.5625rem 1.25rem;
}


/*
==============================
Blog section css
==============================
*/
.blog-section {
    position: relative;
    z-index: 1;
}

.blog-item {
    background-color: var(--separate-bg);
    padding: 0.625rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.blog-item .blog-thumb {
    height: 275px;
}

.blog-item .blog-content {
    padding: 1.25rem;
}

.blog-item .blog-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-meta {
    margin: -0.3125rem -0.625rem;
}

.blog-meta li {
    font-size: 0.9375rem;
    padding: 0.3125rem 0.625rem;
}

.blog-btn {
    justify-content: space-between;
    padding-top: 0.9375rem;
    margin-top: 1.5625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-item.blog-list-style {
    display: flex;
}

.blog-item.blog-list-style .blog-thumb {
    width: 250px;
    height: auto;
}

.blog-item.blog-list-style .blog-content {
    width: calc(100% - 250px);
    padding: 10px 10px 10px 20px;
}

.blog-item.blog-list-style .blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .blog-item.blog-list-style {
        display: block;
    }

    .blog-item.blog-list-style .blog-thumb {
        height: 230px;
    }

    .blog-item.blog-list-style .blog-thumb,
    .blog-item.blog-list-style .blog-content {
        width: 100%;
    }

    .blog-item.blog-list-style .blog-content {
        padding: 20px 10px 10px 10px !important;
    }
}

/*
==============================
Blog details css
==============================
*/
.blog-details-img {
    max-height: 500px;
}

.social-links-btn {
    color: #777;
}

.single-comment {
    display: flex;
    flex-wrap: wrap;
}

.single-comment + .single-comment {
    margin-top: 25px;
}

.comment-thumb {
    width: 80px;
    height: 80px;
    background-color: #ddd;
    border-radius: 6px;
    overflow: hidden;
    transform: translateY(8px);
}

.comment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.comment-content {
    width: calc(100% - 80px);
    padding-left: 25px;
}

.blog-widget {
    padding: 1.5625rem;
}

.blog-widget .blog-widget-title {
    margin-bottom: 0.9375rem;
}

.short-post-wrapper .short-post {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(203, 203, 203, 0.35);
}

.short-post-wrapper .short-post:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.short-post .thumb {
    width: 80px;
    height: 55px;
}

@media (max-width: 1199px) {
    .short-post .thumb {
        width: 65px;
        height: 50px;
    }
}

.short-post .content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
}

@media (max-width: 1199px) {
    .short-post .content {
        width: calc(100% - 65px);
    }
}

.short-post .content .title a {
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*
==============================
Subscribe section css
==============================
*/
.subscribe-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.subscribe-form {
    display: flex;
}

.subscribe-form .form-control {
    height: 55px;
}

.subscribe-form button {
    width: 180px;
    border: none;
    padding: 10px;
    background: var(--gradient-bg);
    color: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    margin-left: -2px;
}

@media (max-width: 1199px) {
    .subscribe-el {
        left: 0;
    }
}

@media (max-width: 991px) {
    .subscribe-el img {
        max-height: 265px;
    }
}

@media (max-width: 767px) {
    .subscribe-el img {
        max-height: 120px;
    }
    .subscribe-form button {
        font-size: 14px;
    }
}


/*
==============================
Contact section css
==============================
*/
.contact-item {
    padding: 1.5625rem;
}

.contact-item:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.contact-item .icon {
    width: 75px;
    height: 75px;
    font-size: 1.75rem;
}

.contact-item .content {
    margin-top: 1.25rem;
}

.contact-item .content .caption {
    color: #b3b3b3;
}

.map-area {
    filter: grayscale(1);
}

.map-area iframe {
    width: 100%;
    height: 500px;
}


/*
==============================
Auth section css
==============================
*/
.auth-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}
.auth-wrapper {
    min-height: 100vh;
    width: 650px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 30px 70px;
    position: relative;
    z-index: 1;
}
.auth-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--default-bg);
    z-index: -1;
}

.auth-top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.auth-logo img {
    max-width: 175px;
    max-height: 65px;
}
.auth-body-part {
    padding: 50px 0;
}

.auth-thumb-area {
    position: relative;
    min-height: 100vh;
    padding: 50px;
    width: calc(100% - 650px);
    background-color: var(--secondary-color);
    background-size: cover;
    z-index: 1;
}

.auth-thumb-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;   /* white */
    opacity: 1;                  /* full – no darkening */
    z-index: -1;
}

.auth-section-two .auth-wrapper {
    width: 750px;
    padding: 30px 50px;
}
.auth-section-two .auth-thumb-area {
    width: calc(100% - 750px);
}

@media (max-width: 1199px) {
    .auth-wrapper {
        width: 600px;
    }
    .auth-thumb-area {
        width: calc(100% - 600px);
    }
    .auth-thumb img {
        max-height: 550px;
    }
    .auth-section-two .auth-wrapper {
        width: 565px;
        padding: 30px;
    }
    .auth-section-two .auth-thumb-area {
        width: calc(100% - 565px);
    }
}

@media (max-width: 991px) {
    .auth-wrapper {
        width: 400px;
    }
    .auth-thumb-area {
        width: calc(100% - 400px);
    }
    .auth-thumb img {
        max-height: 400px;
    }
    .auth-section-two .auth-wrapper {
        width: 100%;
    }
    .auth-section-two .auth-thumb-area {
        display: none;
    }
    .auth-wrapper {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .auth-wrapper {
        width: 100%;
        padding: 30px;
    }
    .auth-thumb-area {
        display: none;
    }
}


/*
==============================
Account section css
==============================
*/
.account-wrapper {
    padding: 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.account-wrapper .title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}


/*
==============================
Dashboard css
==============================
*/
.user-header {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 0.625rem 1.875rem;
    z-index: 2;
}

.user-header .site-logo {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .user-header .site-logo {
        opacity: 1;
        visibility: visible;
    }
}

.sidebar-toggeler {
    display: none;
}

@media (max-width: 1199px) {
    .sidebar-toggeler {
        display: inline-flex;
        background-color: #ffffff;
        color: #fff;
        border: 1px solid #cbcbcb;
        width: 40px;
        height: 35px;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
    }
}

@media (max-width: 1199px) {
    .user-dropdown {
        display: none;
    }
}

.user-dropdown .user-btn {
    background-color: transparent;
}

.user-dropdown .user-btn::after {
    border-top-color: #fff;
}

.user-dropdown .user-btn img {
    width: 35px;
    height: 35px;
    margin-right: 0.375rem;
}

.dropdown-menu {
    border: 1px solid #cbcbcb;
}

.dropdown-menu .dropdown-item {
    font-size: 0.9375rem;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.user-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    z-index: 3;
}

.user-sidebar.active {
    left: 0;
}

@media (max-width: 1199px) {
    .user-sidebar {
        left: -100%;
        border-right: 1px solid #cbcbcb;
    }
}

.user-sidebar .site-logo {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
}

.sidebar-menu {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.sidebar-menu .menu-caption {
    font-size: 0.875rem;
    color: #9d9d9d;
    padding: 0.375rem 1.25rem;
    font-weight: 500;
}

.sidebar-menu .menu-caption.border-top {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
    padding-top: 1.25rem;
    margin-top: 0.9375rem;
}

.sidebar-menu li a {
    color: #c0c0c0;
    padding: 0.625rem 1.5625rem;
    border-left: 3px solid transparent;
    font-size: 0.9375rem;
}

.sidebar-menu li a i {
    font-size: 1.1875rem;
}

.sidebar-menu li a.active {
    background-color: #F7C70B;
    border-left-color: #F7C70B;
}

.sidebar-menu {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.05) #070500;
}

.sidebar-menu::-webkit-scrollbar {
    width: 12px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background: #070500;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 3px solid #070500;
}

.dashbaord-main {
    padding: 6.25rem 1.875rem 1.875rem 18.75rem;
}

@media (max-width: 1199px) {
    .dashbaord-main {
        padding-left: 1.875rem;
    }
}

@media (max-width: 575px) {
    .dashbaord-main {
        padding: 6.25rem 1.25rem 1.25rem 1.25rem;
    }
}

.dashboard-top {
    margin-bottom: 2.5rem;
}

.d-card {
    padding: 1.5625rem;
    border: 1px solid #cbcbcb;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.d-card:hover {
    border-color: #F7C70B;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.d-card i {
    bottom: -18px;
    right: -18px;
    font-size: 90px;
    line-height: 1;
    opacity: 0.1;
}

.d-card .d-card-amount {
    margin-top: 0.9375rem;
}

@media (max-width: 1550px) {
    .d-card .d-card-amount {
        font-size: 1.5rem;
    }
}

.user-account-number {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background: var(--gradient-bg);
    z-index: 1;
}
.card-dot [class*="dot-"] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.45;
}
.card-dot .dot-2 {
    background-color: #fff;
    opacity: 0.1;
    transform: translateX(-15px);
}

.user-account-number i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    color: #fff;
    opacity: 0.1;
    font-size: 150px;
    line-height: 1;
}
.user-account-number .caption {
    color: #fff;
}
.user-account-number .acc-number {
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.d-box-one {
    background-color: var(--default-bg);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.d-box-one i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: -1;
    font-size: 56px;
    opacity: 0.05;
}

.d-box-one .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.d-box-one .top span {
    font-weight: 500;
}

.d-box-one-amount {
    margin-top: 30px;
    margin-bottom: 0;
}

.d-box-two {
    padding: 25px;
    background-color: var(--default-bg);
    border-radius: 8px;
    position: relative;
}

.d-box-two-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, #FF9D7A, #fdbda5);
    box-shadow: 0 5px 20px rgba(255, 157, 122, 0.5);
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 35px;
}
.d-box-two-amount {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 22px;
}

.d-box-two .link-btn {
    position: absolute;
    bottom: 15px;
    right: 18px;
    transform: rotate(45deg);
    color: #777;
}

.d-box-two .link-btn:hover {
    color: var(--clr-main);
}

.d-box-two-wrapper div[class*="col"]:nth-of-type(4n + 2) .d-box-two-icon {
    background: linear-gradient(to left, #5ecbdf, #96e2f0);
    box-shadow: 0 5px 20px rgba(151, 223, 235, 0.5);
}

.d-box-two-wrapper div[class*="col"]:nth-of-type(4n + 3) .d-box-two-icon {
    background: linear-gradient(to left, #4272C7, #70a1f5);
    box-shadow: 0 5px 20px rgba(66, 114, 199, 0.5);
}

.d-box-two-wrapper div[class*="col"]:nth-of-type(4n + 4) .d-box-two-icon {
    background: linear-gradient(to left, #66CB7F, #8bf5a5);
    box-shadow: 0 5px 20px rgba(102, 203, 127, 0.5);
}

.d-box-three {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .d-box-three {
        padding: 15px;
    }
}

.d-box-three .icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 24px;
    position: relative;
    color: var(--clr-main);
}

.d-box-three .icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    border-radius: 5px;
}

.d-box-three .content {
    width: calc(100% - 55px);
    padding-left: 20px;
}

.d-box-three .content .title {
    font-size: 22px;
}

.text-small {
    font-size: 14px;
}

.d-plan-notice {
    padding: 15px;
    background-color: #E5EAF0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}

.d-plan-notice p,
.d-plan-notice a {
    font-size: 14px;
}
.d-plan-notice a {
    color: #fff !important;
    font-weight: 500;
}

.single-reply {
    padding: 20px;
    background-color: var(--default-bg);
    border-radius: 8px;
}

.single-reply + .single-reply {
    margin-top: 20px;
}

.dashboard-main {
    min-height: 100vh;
    background-color: var(--separate-bg);
}

.user-toggle-menu {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}

.header-inner-pages .user-toggle-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.dropdown-toggle::after {
    border-top-color: var(--p-color);
}

.dropdown-menu {
    background-color: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.dropdown-menu li a {
    color: #fff;
}

.header-inner-pages .user-menu li a {
    color: #fff;
}

.header-inner-pages .dropdown-menu {
    background-color: var(--default-bg);
}
.header-inner-pages .dropdown-menu li a {
    color: #fff;
}

.user-toggle-menu img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}

@media (max-width: 575px) {
    .user-toggle-menu img {
        display: none;
    }
    .user-toggle-menu span {
        margin: 0 !important;
    }
}

.dashboard-body-part {
    padding: 100px 20px 50px 335px;
}

.d-sidebar {
    position: fixed;
    min-height: calc(100vh - 75px);
    max-height: calc(100vh - 75px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    top: 75px;
    left: 0;
    width: 310px;
    padding: 20px 0;
    background-color: var(--default-bg);
    overflow: hidden;
    z-index: 1;
    overflow: auto;
}

.sidebar-open-btn {
    border: none;
    background-color: var(--secondary-color);
    font-size: 22px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sidebar-open-btn i.bi-arrow-bar-left {
    display: none;
}

.sidebar-open-btn.active i.bi-arrow-bar-left {
    display: inline-block;
}

.sidebar-open-btn.active i.bi-arrow-bar-right {
    display: none;
}

@media (max-width: 991px) {
    .sidebar-open-btn {
        display: flex;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255, 0.1) var(--secondary-color);
  }
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: var(--secondary-color);
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255, 0.1);
    border-radius: 20px;
    border: 3px solid var(--secondary-color);
  }


.d-sidebar-menu li:last-child a { 
    border-bottom: none;
    padding-bottom: 0;
}

.d-sidebar-menu li.active > a {
    background: var(--gradient-bg);
    color: #fff;
    border-bottom: none;
}

.d-sidebar-menu li.active > a:hover {
    color: #fff;
}

.d-sidebar-menu li a svg {
    margin-right: 15px;
    width: 22px;
}

.d-sidebar-menu li a svg path,
.d-sidebar-menu li a svg rect,
.d-sidebar-menu li a svg polygon {
    fill: #00000012;
}

.d-sidebar-menu li a.active svg path,
.d-sidebar-menu li a.active svg rect,
.d-sidebar-menu li a.active svg polygon {
    fill: #4c4c4c1a;
}

.d-sidebar-menu li a svg {
    margin-right: 15px;
    width: 22px;
}

.d-sidebar-menu li a svg {
    margin-right: 10px;
}

.submenu {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
}

.d-sidebar-menu .submenu li a {
    padding-left: 49px !important;
}

.d-sidebar-menu li a {
    display: block;
    padding: 12px 20px !important;
    color: #777;
}

.d-sidebar-menu li a:hover {
    color: var(--clr-main);
}

.d-plan-notice {
    padding: 15px;
    background: var(--gradient-bg);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}

.d-plan-notice p,
.d-plan-notice a {
    font-size: 14px;
}
.d-plan-notice a {
    color: var(--clr-main);
}

.has_submenu {
    position: relative;
}
.has_submenu::after {
    position: absolute;
    content: "\f078";
    top: 16px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

.has_submenu.active .submenu {
    display: block;
}

#header.header-inner-pages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}

#header.header-inner-pages {
    padding: 10px 0;
    background: var(--default-bg) !important;
    box-shadow: none;
}
.header-inner-pages .changeLang {
    color: var(--p-color);
    border: 1px solid rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
    .header-inner-pages .changeLang {
        display: none;
    }
}
#header .logo img {
    max-height: 55px;
}

.mobile-bottom-menu-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--default-bg);
    z-index: 9999;
}

.mobile-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mobile-bottom-menu li {
    width: 20%;
}

.mobile-bottom-menu li a {
    padding: 6px;
    text-align: center;
    display: block;
    color: #777;
}

.mobile-bottom-menu li a.active {
    color: #fff;
}

.mobile-bottom-menu li a.active i {
    background: var(--gradient-bg);
    width: 45px;
    height: 45px;
    border: 4px solid var(--separate-bg);
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    border-radius: 50%;
    margin-top: -12px;
    transform: translateY(-9px);
}

.mobile-bottom-menu li a i {
    position: relative;
    z-index: 1;
}

.mobile-bottom-menu li a span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.mobile-box {
    text-align: center;
}

.mobile-box .title {
    font-size: 13px;
}

.mobile-box i {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, #FF9D7A, #fdbda5);
    box-shadow: 0 5px 20px rgba(255, 157, 122, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-box-wrapper div[class*="col"]:nth-of-type(4n + 2) .mobile-box i {
    background: linear-gradient(to left, #5ecbdf, #96e2f0);
    box-shadow: 0 5px 20px rgba(151, 223, 235, 0.5);
}

.mobile-box-wrapper div[class*="col"]:nth-of-type(4n + 3) .mobile-box i {
    background: linear-gradient(to left, #4272C7, #70a1f5);
    box-shadow: 0 5px 20px rgba(66, 114, 199, 0.5);
}

.mobile-box-wrapper div[class*="col"]:nth-of-type(4n + 4) .mobile-box i {
    background: linear-gradient(to left, #66CB7F, #8bf5a5);
    box-shadow: 0 5px 20px rgba(102, 203, 127, 0.5);
}

.mobile-box img {
    height: 45px;
    margin-bottom: 10px;
}

.link-item {
    position: relative;
}

.item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.mobile-card-slider .slick-list {
    margin-left: -10px;
    padding-left: 0 !important;
  }
  
  .mobile-card-slider .single-slide {
    padding: 0 10px;
  }
  
  .mobile-card-slider::before,
  .mobile-card-slider::after {
    position: absolute;
    content: '';
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
  }
  
  .mobile-card-slider::before {
    left: -2px;
  }
  
  .mobile-card-slider::after {
    right: -2px;
  }

.tab-btn-group {
    display: inline-flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}
.tab-btn {
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    color: #777;
}
.tab-btn.active {
    border-color: var(--clr-main);
    color: var(--clr-main);
}

.tab-btn .num {
    padding: 3px 5px;
    background-color: var(--clr-main);
    color: var(--default-bg);
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 1;
}

.payment-box {
    padding: 20px;
    background-color: var(--default-bg);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.payment-box-thumb img {
    max-height: 150px;
}

.payment-box-content {
    margin-top: auto;
    padding-top: 20px;
}

.mobile-page-header {
    display: none;
}

.changeLang {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #fff;
    padding: 6px 10px 6px 15px;
    font-size: 14px;
    -webkit-appearance: auto;
}

.changeLang option {
    color: #363636;
}


/*
==============================
Responsive css
==============================
*/
@media (max-width: 991px) {
    .mobile-page-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: -5px -10px;
        padding-bottom: 20px;
    }

    .mobile-page-header .title {
        padding: 5px 10px;
        font-size: 17px;
    }

    .mobile-page-header .back-btn {
        padding: 5px 10px;
        color: #cbcbcb;
        font-size: 14px;
    }

    #header.header-inner-pages {
        padding: 0;
        display: none;
    }
    .d-sidebar {
        display: none;
    }
    .dashboard-body-part {
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 100px;
    }

    .user-account-number {
        padding: 20px;
    }

    .card-dot [class*="dot-"] {
        width: 25px;
        height: 25px;
    }

    .user-account-number .caption {
        font-size: 13px;
    }

    .user-account-number .acc-number {
        font-size: 22px;
    }

    .d-box-three {
        padding: 13px;
    }

    .d-box-three .icon {
        width: auto;
        height: auto;
        line-height: 1;
        background-color: transparent;
        margin-bottom: 12px;
    }
    
    .d-box-three .icon::before {
        background-color: transparent;
    }

    .d-box-three .content {
        width: 100%;
        padding-left: 0;
    }

    .d-box-three .content p {
        font-size: 12px;
    }

    .d-box-three .content .title {
        font-size: 16px;
    }

    .mobile-bottom-menu-wrapper {
        display: block;
    }

    .header-inner-pages .user-toggle-menu {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.1);
        font-size: 14px;
    }

    .user-toggle-menu span {
        color: #fff;
    }

    .payment-box {
        padding: 12px;
    }

    .form-control.form-control-sm {
        font-size: 12px;
        padding: 5px 10px;
    }

    .table .no-data-table {
        padding: 10px 15px !important;
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .tab-btn {
        padding: 4px 15px;
        font-size: 14px;
    }
    .site-table tbody tr td,
    .list-group-item {
        font-size: 14px;
    }
}

/* === FIX WHITE BACKGROUND ISSUES: Boost contrast, fix faint text, sharpen elements === */

/* 1. Force dark text everywhere that was light */
body,
p, h1, h2, h3, h4, h5, h6,
.banner-content .banner-description,
.about-content p,
.plan-item .plan-name,
.plan-item .plan-amount,
.plan-item .plan-fatures,
.d-card, .d-box-one, .d-box-two, .d-box-three,
.testimonial-item .testimonial-content,
.footer-section,
.sidebar-menu li a,
.auth-wrapper * {
    color: #1a1a1a !important;          /* Very dark gray-black – readable on white */
}

/* Headings bolder & darker */
h1, h2, h3, h4, h5, h6,
.banner-content .banner-title,
.plan-name,
.counter-item .counter-title {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* 2. Fix faint/blurry cards & sections – add borders & stronger shadows */
.d-card,
.plan-item,
.testimonial-item,
.investor-item,
.transaction-wrapper,
.blog-item,
.contact-item,
.account-wrapper,
.d-box-one, .d-box-two, .d-box-three {
    background-color: #ffffff !important;   /* pure white */
    border: 1px solid #e0e0e0 !important;   /* light gray border for definition */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important; /* stronger visible shadow */
}

/* 3. Make investment plans visible & sharp */
.plan-section .plan-item {
    border: 2px solid #ff0000 !important;   /* red border to stand out */
    background-color: #fff !important;
    box-shadow: 0 8px 30px rgba(255, 0, 0, 0.12) !important; /* subtle red glow shadow */
}

.plan-item .plan-name,
.plan-item .plan-amount {
    color: #ff0000 !important;              /* red for emphasis */
}

/* 4. Fix any remaining transparent/faint overlays */
.auth-thumb-area::before,
.banner-section::before,
.page-banner::before,
.referral-section::before,
.investor-section::before,
.about-section::before,
.plan-section-el,
.counter-section::before {
    display: none !important;               /* remove old dark/light overlays */
    opacity: 0 !important;
}

/* 5. Make icons/links sharper */
.main-btn, .btn-primary, .btn, .cmn-btn,
.plan-btn, .subscription-form button {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
}

.main-btn:hover, .btn:hover {
    background: #d00 !important;
    border-color: #d00 !important;
    box-shadow: 0 6px 20px rgba(200, 0, 0, 0.4) !important;
}

/* 6. Fix preloader & other elements if blurry */
.preloader-holder::after {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(5px) !important;
}

/* === CHANGE ALL BUTTONS, PLANS, ICONS & ACCENTS TO BLUE === */

/* Override main accent variable */
:root {
    --clr-main: #007bff !important;               /* Main blue color */
    --gradient-bg: linear-gradient(to right, #007bff, #0056b3) !important;  /* Blue gradient for buttons */
}

/* All main buttons & CTAs */
.main-btn,
.btn-primary,
.btn,
.cmn-btn,
.plan-btn,
.bg-transparent.plan-btn,
.subscription-form button,
.view-affiliate-btn,
.invest-btn,
.d-box-three .link-btn:hover,
.main-btn2,
.tab-btn.active,
.dashbaord-main .btn,
.user-sidebar .active > a,
.plan-item .plan-action button,
.payment-box button {
    background: var(--gradient-bg) !important;
    border-color: #007bff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important; /* blue glow */
}

.main-btn:hover,
.btn:hover,
.btn-primary:hover,
.cmn-btn:hover,
.plan-btn:hover,
.subscription-form button:hover,
.main-btn2:hover,
.tab-btn.active:hover {
    background: #0056b3 !important;               /* darker blue hover */
    border-color: #0056b3 !important;
    box-shadow: 0 6px 20px rgba(0, 86, 179, 0.4) !important;
}

/* Investment plan cards & buttons */
.plan-item {
    border: 2px solid #007bff !important;
    background-color: #ffffff !important;
}

.plan-item .plan-name,
.plan-item .plan-amount,
.plan-item .plan-fatures li i {
    color: #007bff !important;
}

.plan-item .plan-action .btn,
.plan-item .plan-btn {
    background: var(--gradient-bg) !important;
    border-color: #007bff !important;
}

/* Icons with background (benefit icons, mobile boxes, etc.) */
.benefit-item i,
.mobile-box i,
.d-box-two-icon,
.contact-item .icon,
.work-item .work-number {
    background: linear-gradient(to left, #007bff, #0056b3) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.4) !important;
}

/* Active/hover states for menus, tabs, links */
.sidebar-menu li.active > a,
.tab-btn.active,
.header .sp_main_menu li a:hover,
.footer-menu li a:hover,
.social-links li a:hover,
.social-icons li a:hover,
.d-sidebar-menu li a:hover,
.plan-list li i,
.counter-item .counter-title,
.referral-item .referral-amount {
    color: #007bff !important;
}

/* Fix any remaining orange/red leftovers */
*[style*="background-color: #F7C70B"],
*[style*="background: #F7C70B"],
*[class*="orange"],
*[class*="warning"] {
    background-color: #007bff !important;
    background: var(--gradient-bg) !important;
}

/* Force investment plan borders to blue – overrides any red */
.plan-item,
.plan-item.plan-item-two,
.plan-section .plan-item {
    border: 2px solid #007bff !important;
    border-color: #007bff !important;   /* double force */
}

/* Also make sure plan action buttons are blue (not red) */
.plan-item .plan-action .btn,
.plan-item .plan-btn,
.plan-item .plan-action button {
    background: linear-gradient(to right, #007bff, #0056b3) !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

/* If any plan has inline red style, kill it */
.plan-item[style*="border-color: #ff0000"],
.plan-item[style*="border: 2px solid #ff0000"] {
    border-color: #007bff !important;
}


/* Fix FAQ text visibility on white background */
.faq-section .accordion-item,
.faq-section .accordion-button,
.faq-section .accordion-body p,
.faq-section .accordion-body {
    color: #1a1a1a !important;          /* Dark readable text always */
}

.faq-section .accordion-button:not(.collapsed) {
    color: #ffffff !important;          /* White text when open (if background is blue/red) */
    background-color: #007bff !important; /* or your accent color */
}

.faq-section .accordion-button {
    background-color: #f8f9fa !important; /* light gray when closed */
    border: 1px solid #dee2e6 !important; /* subtle border to define sections */
}

/* Ensure icon/arrow visible too */
.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    filter: none !important;            /* remove any old filter that hid it */
}

/* Fix feature icons shape & visibility */
.benefit-item i,
.benefit-item .benefit-icon,
.benefit-item .benefit-icon-inner,
.feature-item i,
.feature-icon,
.benefit-item i:before,
.feature-section i {
    color: #ffffff !important;               /* White icon fill/shape */
    background: #007bff !important;           /* Blue background circle/square */
    -webkit-background-clip: text !important; /* for gradient/text icons if any */
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important; /* keeps gradient if used */
    text-shadow: 0 0 5px rgba(0,0,0,0.3) !important; /* subtle shadow for definition */
    font-size: 3rem !important;               /* bigger for better visibility */
    line-height: 1 !important;
}

/* Ensure icon container has background */
.benefit-item .benefit-icon,
.benefit-item .benefit-icon-inner {
    background: linear-gradient(to bottom right, #007bff, #0056b3) !important;
    border-radius: 50% !important;
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3) !important;
}

/* If icons are SVG or font with fill */
.benefit-item i svg,
.feature-icon svg,
.benefit-item i::before {
    fill: #ffffff !important;
}
/* Softer blue background for feature icons – less overpowering */
.benefit-item .benefit-icon,
.benefit-item .benefit-icon-inner,
.feature-item .feature-icon,
.benefit-item i {
    background: rgba(0, 123, 255, 0.12) !important;     /* very light blue (12% opacity) */
    color: #007bff !important;                          /* blue icon itself */
    border: 2px solid #007bff !important;               /* thin blue border */
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.15) !important; /* gentle glow */
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
}

/* Make icon bigger & sharper */
.benefit-item i,
.feature-icon {
    font-size: 2.8rem !important;
    line-height: 1 !important;
}

/* Stronger white text + heavy dark shadow for maximum visibility */
.banner-content .banner-title,
.banner-content .banner-title span,
.banner-section .banner-title {
    color: #ffffff !important;
    text-shadow: 
        0 0 10px rgba(0, 0, 0, 0.9),   /* soft outer glow */
        3px 3px 0 #000000,             /* hard offset shadow */
        -3px -3px 0 #000000,           /* opposite corner for depth */
        0 4px 8px rgba(0, 0, 0, 0.7) !important;  /* drop shadow */
    -webkit-text-stroke: 1px #000000 !important;  /* optional thin black outline (very sharp) */
}

/* If subtitle/description also needs help */
.banner-content .banner-description,
.banner-content p {
    color: #f0f0f0 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8) !important;
}

/* === STICKY HEADER WITH BLUE BACKGROUND ON SCROLL === */

/* Make header fixed/sticky (if not already) */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent !important; /* transparent at top */
}

/* === HEADER & FOOTER SAME BLUE COLOR – Consistent Theme === */

/* 1. Header: Transparent at top, blue when scrolled */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    background: transparent !important; /* no color at top */
}

/* Scrolled state – blue background */
.header.scrolled,
.header.header-fixed.scrolled {
    background: #007bff !important;               /* solid blue – your main accent */
    /* OR semi-transparent if you want glass effect: */
    /* background: rgba(0, 123, 255, 0.92) !important; */
    /* backdrop-filter: blur(10px) !important; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Make header text white when blue */
.header.scrolled .sp_main_menu li a,
.header.scrolled .sp_main_menu li a:hover,
.header.scrolled .site-logo.site-title,
.header.scrolled .changeLang,
.header.scrolled .h-get-btn,
.header.scrolled .social-icons li a {
    color: #ffffff !important;
}

/* 2. Footer: Always solid blue (same color as scrolled header) */
.footer-section,
.footer-logo-portion,
.footer-menu-portion,
.footer-top {
    background-color: #007bff !important;         /* same blue as scrolled header */
    color: #ffffff !important;
}

/* Footer text, links, titles – white & visible */
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6,
.footer-section p,
.footer-section a,
.footer-section .footer-box .title,
.footer-menu li a,
.social-links li a,
.footer-inline-list li a {
    color: #ffffff !important;
}

/* Footer links hover – lighter blue or white glow */
.footer-menu li a:hover,
.social-links li a:hover,
.footer-inline-list li a:hover {
    color: #e6f0ff !important;                    /* light blue-white hover */
}

/* Footer box titles underline in white */
.footer-box .title::after {
    background-color: #ffffff !important;
}

/* If footer has icons or borders */
.footer-section i,
.social-icons li a,
.footer-inline-list li::after {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* === HEADER: FORCE BLUE ON SCROLL === */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    background: transparent !important; /* at top */
}

/* When scrolled – solid blue + shadow */
.header.scrolled,
.header.header-fixed,
.header.header-fixed.scrolled,
.header.sticky,
.header.fixed {
    background: #007bff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Make sure ALL header text turns white when blue */
.header.scrolled .sp_main_menu li a,
.header.scrolled .sp_main_menu li a:hover,
.header.scrolled .site-logo.site-title,
.header.scrolled .changeLang,
.header.scrolled .h-get-btn,
.header.scrolled .social-icons li a,
.header.scrolled * {
    color: #ffffff !important;
}

/* Extra fallback for any light text */
.header.scrolled .sp_main_menu li a,
.header.scrolled .site-logo.site-title {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6) !important;
}

/* === HEADER: Proper Light Blue on Scroll – Not Too Faint, Not Thick === */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    background: transparent !important; /* clear at top */
}

/* Scrolled: Nice light blue with good visibility */
.header.scrolled,
.header.header-fixed.scrolled {
    background: #0d6efd !important;               /* Vibrant light blue – #0d6efd is Bootstrap's primary blue */
    /* If you want it a touch darker/lighter, try: #007bff (medium) or #4dabf7 (softer) */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
    /* Optional blur for premium feel (remove if it looks too faint) */
    backdrop-filter: blur(8px) !important;
}

/* Force ALL header text to WHITE on blue bg */
.header.scrolled .sp_main_menu li a,
.header.scrolled .sp_main_menu li a:hover,
.header.scrolled .sp_main_menu li a:focus,
.header.scrolled .sp_main_menu li.active > a,
.header.scrolled .site-logo.site-title,
.header.scrolled .changeLang,
.header.scrolled .h-get-btn,
.header.scrolled .social-icons li a,
.header.scrolled * {
    color: #ffffff !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6) !important; /* shadow for extra pop */
}


/* At top (no scroll) – leave normal (your original hover works here) */
.header .sp_main_menu li a,
.header .sp_main_menu li a:hover,
.header .sp_main_menu li a:focus,
.header .sp_main_menu li.active > a {
    /* Do nothing – keep your theme's default color + hover */
}

/* After scroll – text white & completely static (no hover change) */
.header.scrolled .sp_main_menu li a,/* === HEADER TEXT: White & Static ONLY After Scroll === */

/* Base header setup */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    background: transparent !important;
}

/* Scrolled header – light blue */
.header.scrolled,
.header.header-fixed.scrolled {
    background: rgba(13, 110, 253, 0.85) !important; /* light blue */
    backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
}

/* === Text color logic === */

.header.scrolled .sp_main_menu li a:hover,
.header.scrolled .sp_main_menu li a:focus,
.header.scrolled .sp_main_menu li.active > a,
.header.scrolled .site-logo.site-title,
.header.scrolled .changeLang,
.header.scrolled .h-get-btn,
.header.scrolled .social-icons li a {
    color: #ffffff !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6) !important; /* extra pop */
    transition: none !important; /* kill any hover color transition */
}

/* Block ANY hover/active color change after scroll */
.header.scrolled .sp_main_menu li a:hover,
.header.scrolled .sp_main_menu li a:focus,
.header.scrolled .sp_main_menu li.active > a {
    color: #ffffff !important;
}

/* Optional: Very subtle hover feedback (no color change) */
.header.scrolled .sp_main_menu li:hover {
    background: rgba(255,255,255,0.08) !important; /* faint white overlay */
    border-bottom: 2px solid rgba(255,255,255,0.4) !important; /* white underline */
}

/* === HEADER MENU TEXT: Always Static White – NO Hover/Active Change Ever === */

/* Base header setup (keep transparent at top, light blue on scroll) */
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    background: transparent !important;
}

/* Scrolled header – light blue */
.header.scrolled,
.header.header-fixed.scrolled {
    background: rgba(13, 110, 253, 0.85) !important; /* your light blue */
    backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
}

/* === LOCK TEXT TO WHITE STATIC FOREVER === */

/* All header menu text – white, no transition, no hover/active change */
.header .sp_main_menu li a,
.header .sp_main_menu li a:hover,
.header .sp_main_menu li a:focus,
.header .sp_main_menu li.active > a,
.header .sp_main_menu li a:active,
.header .site-logo.site-title,
.header .changeLang,
.header .h-get-btn,
.header .social-icons li a,
.header * {
    color: #ffffff !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6) !important; /* shadow for contrast */
    transition: none !important; /* kill any hover/active transition */
}

/* Block EVERY possible hover/active/focus state from changing color */
.header .sp_main_menu li:hover > a,
.header .sp_main_menu li a:hover,
.header .sp_main_menu li a:focus,
.header .sp_main_menu li.active > a,
.header .sp_main_menu li a:active {
    color: #ffffff !important;
}

/* Optional: Subtle hover feedback (no color change – just light bg/underline) */
.header .sp_main_menu li:hover {
    background: rgba(255,255,255,0.08) !important;
    border-bottom: 2px solid rgba(255,255,255,0.4) !important;
}

/* === FIX USER DASHBOARD: Dark Background + Clear Text (Investment Plans & All Sections) === */

/* Target main dashboard wrappers */
.dashboard-body-part,
.dashbaord-main,
.user-sidebar,
.d-card,
.d-box-one,
.d-box-two,
.d-box-three,
.payment-box,
.account-wrapper,
.plan-section .plan-item,
.user-account-number,
.d-plan-notice,
.table-user,
.single-reply,
.d-sidebar {
    background-color: #0f0f0f !important;  /* Dark gray-black background */
    color: #e0e0e0 !important;            /* Light readable text */
    border: 1px solid #333333 !important;  /* Subtle border for definition */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

/* Headings, amounts, titles – bright white */
.plan-item .plan-name,
.plan-item .plan-amount,
.plan-item .plan-fatures li,
.d-card .d-card-amount,
.user-account-number .acc-number,
.d-box-one-amount,
.d-box-two-amount,
.d-box-three .title,
.counter-item .counter-title,
.table-user th, .table-user td {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Fix any faint text in dashboard */
.dashboard-body-part *,
.d-card *,
.plan-item *,
.table-user *,
.user-sidebar * {
    color: #e0e0e0 !important;
}

/* Make sure plan cards have contrast */
.plan-item {
    border: 2px solid #444444 !important;
    background-color: #1a1a1a !important;
}

.plan-item .plan-name,
.plan-item .plan-amount,
.plan-item .plan-fatures li i {
    color: #ffffff !important;
}

/* Links & buttons in dashboard */
.d-card a,
.plan-item a,
.table-user a,
.user-sidebar a {
    color: #4dabf7 !important; /* light blue links – visible */
}

/* Force blog text to be always visible in static blue - no white initial state, no hover changes */
/* Target common HYIP/blog card classes - adjust if needed after inspect */

/* Blog container / cards */
.blog-section,
.recent-posts,
.news-section,
.blog-grid,
.post-item,
.blog-card,
.card.blog,
.news-item,
.post-card {
    opacity: 1 !important;
    background: #ffffff !important; /* ensure white/light bg for contrast if needed */
}

/* Titles (h3, h4, .title, .card-title, etc.) */
.blog-section h3,
.blog-section h4,
.blog-section .post-title,
.blog-section .title,
.blog-section .card-title,
.blog-section .blog-title,
.post-item h3,
.post-item h4 {
    color: #0056b3 !important;       /* Static blue - change hex if you want different shade, e.g. #007bff for Bootstrap blue */
    opacity: 1 !important;
    transition: none !important;     /* Kill any color fade/animation */
}

/* Excerpts / descriptions / paragraphs */
.blog-section p,
.blog-section .excerpt,
.blog-section .post-excerpt,
.blog-section .description,
.blog-section .card-text,
.post-item p {
    color: #003366 !important;       /* Darker blue for body text - or use #004080 */
    opacity: 1 !important;
    transition: none !important;
}

/* Dates, meta, read-more links */
.blog-section .date,
.blog-section .meta,
.blog-section .post-date,
.blog-section a.read-more,
.blog-section .btn,
.blog-section a {
    color: #0056b3 !important;
    opacity: 1 !important;
    transition: none !important;
}

/* Completely disable hover color changes on blog elements */
.blog-section *:hover,
.blog-section .card:hover h3,
.blog-section .card:hover .title,
.blog-section .post-item:hover .title,
.blog-section .card:hover p,
.blog-section .post-item:hover a,
.blog-section .card:hover .card-title,
.blog-section a:hover {
    color: #0056b3 !important;       /* Stay the same blue on hover */
    opacity: 1 !important;
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

/* If there's an overlay or fade causing white/initial hide */
.blog-section .overlay,
.blog-section .card-overlay,
.blog-section .image-overlay,
.blog-section .hover-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

/* Milestone framed "21" - blue number, black border, white theme */
.milestone-frame {
   position: relative;
   text-align: center;
}

.frame-border {
   position: relative;
   border: 5px solid #000000;          /* black border */
   border-radius: 18px;
   padding: 35px 25px 70px;
   background: #ffffff;                 /* white inside frame */
   box-shadow: 0 8px 25px rgba(0,0,0,0.12);
   max-width: 380px;
   margin: 0 auto;
}

.number-box {
   background: #ffffff;
   border: 4px solid #000000;           /* black border around number */
   border-radius: 12px;
   padding: 15px 45px;
   display: inline-block;
   position: relative;
   top: -25px;                          /* overlap for stylish effect */
}

.big-number {
   font-size: 9rem;                     /* very big */
   font-weight: 900;
   color: #0d47a1 !important;           /* deep blue (change to #1565c0 for lighter blue if preferred) */
   line-height: 1;
   letter-spacing: -6px;
   display: block;
}

.wheat-icons {
   position: absolute;
   bottom: 15px;
   left: 50%;
   transform: translateX(-50%);
   font-size: 2.8rem;
   color: #0d47a1;                      /* blue wheat icons to match */
}

.wheat-icons .leaf {
   margin: 0 12px;
}

/* Tagline text */
.tagline {
   font-size: 2.4rem;
   font-weight: 800;
   color: #000000;
   line-height: 1.2;
   margin: 0 0 8px 0;
}

.sub-tag {
   font-size: 1.45rem;
   font-weight: 500;
   color: #333333;
   line-height: 1.4;
}

/* Mobile adjustments */
@media (max-width: 768px) {
   .big-number { font-size: 7rem; letter-spacing: -4px; }
   .tagline { font-size: 2rem; }
   .frame-border { padding: 25px 20px 60px; }
}

/* Make all headings dark & visible by default – override white color */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000 !important;     /* pure black – always visible */
    /* or softer dark: #111111, #1a1a1a, #222222, #333333 */
}

/* Target specifically the title on blog/detail pages (more precise) */
.blog-details-content .title,
.blog-details-content h3.title,
.blog-title,
.entry-title,
.post-title,
.blog-item .blog-title a,
.blog-details-img .title {
    color: #000000 !important;
}

/* Disable any hover color change that tries to make it white/blue again */
.blog-details-content .title:hover,
.blog-item .blog-title:hover,
.blog-title a:hover {
    color: #000000 !important;     /* stay black on hover */
}

/* If there's an overlay hiding text – make it transparent */
.blog-details-img .overlay,
.post-thumb .overlay,
.image-overlay,
.overlay-layer {
    opacity: 0 !important;
    background: transparent !important;
}

/* Make language dropdown text & border visible */
select.changeLang,
select[name="lang"] {
    color: #000000 !important;               /* black text */
    background-color: #ffffff !important;    /* white bg for contrast */
    border: 1px solid #333333 !important;    /* dark border */
    border-radius: 4px !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;  /* subtle shadow for depth */
    min-width: 120px !important;             /* wider if needed */
}

/* Hover/focus state for better UX */
select.changeLang:hover,
select.changeLang:focus {
    border-color: #007bff !important;        /* blue border on hover/focus */
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.25) !important;
}

/* If options are hard to read */
select.changeLang option {
    color: #000000 !important;
    background: #ffffff !important;
}

/* === COMPLETE BLUE + WHITE DASHBOARD - REMOVE ALL BLACK/DARK === */

/* Kill the dark background rule completely */
.dashboard-body-part,
.dashbaord-main,
.user-sidebar,
.d-card,
.d-box-one,
.d-box-two,
.d-box-three,
.payment-box,
.account-wrapper,
.plan-section .plan-item,
.user-account-number,
.d-plan-notice,
.table-user,
.single-reply,
.d-sidebar {
    background-color: #ffffff !important;          /* pure white background */
    color: #212529 !important;                     /* sharp black/dark text for visibility */
    border: 1px solid #cce5ff !important;          /* light blue border for contrast */
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08) !important; /* subtle blue-tinted shadow */
}

/* Make sure body/main wrappers are white */
body,
.dashboard-body,
.main-content,
.content-area,
.dashboard-wrapper,
.sp_main,
.sp_container,
.sp_pb_100,
.sp_pt_100,
.sp_pt_120,
.sp_pb_120 {
    background-color: #ffffff !important;
    color: #212529 !important;
}

/* Cards & sections inside - white with blue touches */
.card,
.site-card,
.widget,
.panel,
.box,
.user-card,
.profile-card,
.transaction-card,
.plan-card,
.sp_card,
.card-body,
.card-header {
    background-color: #ffffff !important;
    border: 1px solid #cce5ff !important;        /* light blue border */
    color: #212529 !important;
}

/* Blue accents: Header, sidebar, buttons */
.header-inner-pages,
#header,
.topbar,
.navbar,
.main-header,
.dashboard-header,
.user-sidebar,
.sidebar,
.left-sidebar,
.dashboard-sidebar {
    background-color: #007bff !important;         /* primary blue */
    color: #ffffff !important;
    border-bottom: 1px solid #0056b3 !important;
}

/* Sidebar links/text visible on blue */
.user-sidebar a,
.sidebar a,
.nav-link {
    color: #ffffff !important;
}

.user-sidebar a:hover,
.nav-link:hover {
    background-color: #0056b3 !important;
}

/* Buttons - blue */
.btn-main,
.main-btn,
.btn-primary,
.sp_main-btn,
.dashboard-btn,
.submit-btn {
    background-color: #007bff !important;
    border-color: #0069d9 !important;
    color: #ffffff !important;
}

/* Tables, inputs, forms - white bg + blue borders */
.table,
.table-responsive,
.form-control,
.input-group,
.sp_form-control,
textarea,
input,
select {
    background-color: #ffffff !important;
    border: 1px solid #80bdff !important;        /* light blue border */
    color: #212529 !important;
}

/* Headings & important text - sharp black */
h1, h2, h3, h4, h5, h6,
.title,
.card-title,
.widget-title,
.blog-title,
.plan-name,
.amount,
.user-name {
    color: #000000 !important;                    /* black, sharp & visible on white */
}

/* Dropdowns (username etc.) - white bg + blue border */
.dropdown-menu,
.user-dropdown,
.profile-dropdown,
.user-toggle-menu .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #cce5ff !important;
    color: #212529 !important;
}

.dropdown-item,
.dropdown-menu li a {
    color: #212529 !important;
}

.dropdown-item:hover {
    background-color: #cce5ff !important;
}

/* Remove any remaining dark shadows or overlays */
*[style*="background-color:#0f0f0f"],
*[style*="background:#0f0f0f"],
.bg-dark,
.dark-bg,
.sp_dark,
*[style*="box-shadow"][style*="rgba(0,0,0"] {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,123,255,0.1) !important;
}
/* Undo blue header on public/frontend pages (keep white or original) */
.header:not(.header-inner-pages),
#header:not(.header-inner-pages),
.topbar:not(.header-inner-pages),
.navbar:not(.header-inner-pages) {
    background-color: transparent !important;   /* or #ffffff if you want pure white */
    border-bottom: none !important;
}

/* If there's still extra blue layer on mobile */
@media (max-width: 991px) {
    .header-inner-pages,
    #header,
    .topbar,
    .navbar {
        background-color: transparent !important;
    }
}
/* === SHARP DARK TEXT ON WHITE - NO DULL / INVISIBLE TEXT === */

/* All main text areas - force dark readable text */
.dashboard-body-part,
.dashbaord-main,
.d-card,
.d-box-one,
.d-box-two,
.d-box-three,
.payment-box,
.account-wrapper,
.plan-section,
.plan-item,
.user-account-number,
.d-plan-notice,
.table-user,
.single-reply,
.d-sidebar,
.card-body,
.card-title,
.plan-name,
.plan-description,
.amount,
.period,
.withdrawal-method,
.transaction-table,
.table,
.form-control-label,
.form-label,
p,
span,
div,
li,
a:not(.btn) {
    color: #000000 !important;              /* pure black - sharp & visible */
    /* or slightly softer sharp dark: #111111 or #1a1a1a */
}

/* Headings in plans/withdrawals/dashboard - extra sharp */
.plan-section h3,
.plan-section h4,
.plan-section .title,
.withdrawal-methods h4,
.transaction-history h4,
.card-title,
.widget-title,
h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Table text (plans, withdrawals, history) */
.table-user td,
.table-user th,
.table td,
.table th,
.transaction-table td,
.transaction-table th {
    color: #212529 !important;
}

/* Make sure no light gray fallback */
*[style*="color:#e0e0e0"],
*[style*="color:#ccc"],
*[style*="color:#ddd"],
.gray-text,
.text-muted,
.text-secondary {
    color: #212529 !important;
}

/* Links in dashboard - visible dark blue */
a,
.nav-link,
.dropdown-item,
.plan-btn a {
    color: #0056b3 !important;   /* dark blue links - sharp on white */
}

a:hover,
.nav-link:hover {
    color: #003d82 !important;
}

/* Buttons text - white on blue (keep contrast) */
.btn-main,
.main-btn,
.btn-primary,
.sp_main-btn {
    color: #ffffff !important;
}

/* === FINAL DASHBOARD FIX: SHARP BLACK TEXT + WHITE/BLUE THEME - NO FAINT/DULL ANYWHERE === */

/* Kill ALL dark backgrounds & force white */
.dashboard-body-part,
.dashbaord-main,
.user-sidebar,
.d-card,
.d-box-one,
.d-box-two,
.d-box-three,
.payment-box,
.account-wrapper,
.plan-section,
.plan-item,
.user-account-number,
.d-plan-notice,
.table-user,
.single-reply,
.d-sidebar,
.card,
.site-card,
.widget,
.panel,
.box,
.user-card,
.profile-card,
.transaction-card,
.plan-card,
.card-body,
.card-header,
.table,
.table-responsive,
.form-control,
.input-group,
.sp_form-control,
textarea,
input,
select,
.payment-info,
.withdrawal-method,
.transaction-history,
.dashboard-content,
.main-content,
.content-area,
.sp_main,
.sp_container,
.sp_pb_100,
.sp_pt_100,
.sp_pt_120,
.sp_pb_120,
*[style*="background-color:#0f0f0f"],
*[style*="background:#0f0f0f"],
.bg-dark,
.dark-bg,
.sp_dark {
    background-color: #ffffff !important;
    border: 1px solid #cce5ff !important;
    box-shadow: 0 2px 8px rgba(0,123,255,0.08) !important;
}

/* Force ALL text sharp black/dark - no light gray, no white-on-white */
.dashboard-body-part *,
.dashbaord-main *,
.user-sidebar *,
.d-card *,
.d-box-one *,
.d-box-two *,
.d-box-three *,
.payment-box *,
.account-wrapper *,
.plan-section *,
.plan-item *,
.user-account-number *,
.d-plan-notice *,
.table-user *,
.single-reply *,
.d-sidebar *,
.card *,
.site-card *,
.widget *,
.panel *,
.box *,
.user-card *,
.profile-card *,
.transaction-card *,
.plan-card *,
.card-body *,
.card-title *,
.plan-name *,
.plan-description *,
.amount *,
.period *,
.withdrawal-method *,
.transaction-table *,
.table *,
.form-control-label *,
.form-label *,
p,
span,
div,
li,
td,
th,
a:not(.btn),
h1, h2, h3, h4, h5, h6,
.title,
.widget-title,
.plan-title,
.payment-title,
.section-title,
.user-name,
.label,
.text {
    color: #000000 !important;
    font-weight: 500 !important;
}

/* Headings extra sharp */
h1, h2, h3, h4, h5, h6,
.plan-section h3,
.plan-section h4,
.payment-info h4,
.transaction-history h4,
.card-title,
.widget-title {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Links in dashboard - dark blue for visibility */
a,
.nav-link,
.dropdown-item,
.plan-btn a,
.payment-link {
    color: #004085 !important;
}

a:hover,
.nav-link:hover {
    color: #002752 !important;
}

/* Tables text & headers - sharp */
.table td,
.table th,
.table-user td,
.table-user th,
.transaction-table td,
.transaction-table th {
    color: #212529 !important;
}

.table th,
.table thead {
    background-color: #007bff !important;
    color: #ffffff !important;
}

/* Buttons keep white text on blue */
.btn-main,
.main-btn,
.btn-primary,
.sp_main-btn,
.dashboard-btn,
.submit-btn {
    color: #ffffff !important;
}

/* Undo any remaining light text overrides */
.text-white,
.text-light,
.text-muted,
.gray-text,
*[style*="color:#e0e0e0"],
*[style*="color:#ccc"],
*[style*="color:#ddd"],
*[style*="color:#fff"] {
    color: #000000 !important;
}

/* If header/sidebar still has issues - blue but readable */
.header-inner-pages,
.user-sidebar,
.sidebar {
    background-color: #007bff !important;
    color: #ffffff !important;
}

.user-sidebar a,
.sidebar a {
    color: #ffffff !important;
}

/* === MAKE PLAN NAMES + ROI + ALL PLAN TEXT PERMANENTLY BLACK & VISIBLE === */

/* Target every possible plan text element - override white color */
.plan-item .plan-name,
.plan-item .plan-name-area,
.plan-item .plan-name-area h3,
.plan-item .plan-name-area .plan-name,
.plan-item h3.plan-name,
.plan-item .plan-title,
.plan-item .plan-name span,
.plan-item .plan-rio,
.plan-item .plan-roi,
.plan-item .plan-amount,
.plan-item .plan-price,
.plan-item .plan-period,
.plan-item .plan-duration,
.plan-item .plan-features li,
.plan-item .plan-features li i,
.plan-item .plan-features li span,
.plan-item .plan-description,
.plan-item p,
.plan-item span,
.plan-item div,
.plan-item strong,
.plan-item b,
.plan-item label,
.plan-section .plan-item *,
.plan-section h3,
.plan-section h4,
.plan-section .title,
.plan-section .plan-name,
.plan-section .plan-rio,
.plan-section .amount,
.plan-section .return,
.plan-section .roi {
    color: #000000 !important;          /* black text - always visible */
    font-weight: 700 !important;        /* bold for sharpness */
    opacity: 1 !important;
    
}

/* Kill white text overrides specifically in plans */
.plan-item *[style*="color:#fff"],
.plan-item .text-white,
.plan-item .text-light,
.plan-section .text-white,
.plan-section .text-light,
.plan-item *[style*="color:#ffffff"],
.plan-item *[style*="color:#e0e0e0"],
.plan-item *[style*="color:#f8f9fa"],
.plan-item .light-text,
.plan-name[style*="color:#fff"],
.plan-rio[style*="color:#fff"] {
    color: #000000 !important;
}

/* Keep plan card backgrounds white/light so black text shows clearly */
.plan-item,
.plan-card,
.plan-section .plan-item-inner,
.plan-section .card,
.plan-section .box,
.plan-section .item {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Optional: Make ROI stand out even more (red or green) */
.plan-rio,
.plan-roi,
.plan-return,
.return-value,
.profit-rate,
.plan-item .roi,
.plan-item .return {
    color: #dc3545 !important;          /* red for emphasis - change to #28a745 for green */
    font-weight: 900 !important;
}
/* === REMOVE ALL BLACK BACKGROUNDS PERMANENTLY - WHITE ONLY === */

/* Target every possible dark/black background class and inline style */
.dashboard-body-part,
.dashbaord-main,
.user-sidebar,
.d-card,
.d-box-one,
.d-box-two,
.d-box-three,
.payment-box,
.account-wrapper,
.plan-section,
.plan-item,
.plan-card,
.plan-section-el,
.plan-separator-bg,
.plan-bg,
.main-img,
.banner-section,
.counter-section,
.about-section,
.sp_pt_120,
.sp_pb_120,
.sp_main,
.sp_container,
.content-area,
.main-content,
.dashboard-content,
.card,
.site-card,
.widget,
.panel,
.box,
.user-card,
.profile-card,
.transaction-card,
.plan-item-inner,
.plan-box,
.plan-section .card,
.plan-section .box,
.plan-section .item,
*[class*="dark"],
*[class*="bg-dark"],
*[class*="black"],
*[style*="background-color:#0f0f0f"],
*[style*="background:#0f0f0f"],
*[style*="background-color:rgb(15,15,15)"],
*[style*="background-color:#000"],
*[style*="background:#000"],
.bg-black,
.dark-bg,
.sp_dark,
.black-bg,
.dark-mode,
.dark-theme,
.overlay,
.image-overlay,
.plan-separator-bg,
.main-img,
.banner-bg,
.section-bg-dark {
    background-color: #ffffff !important;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;  /* remove any dark shadows */
}

/* Make sure text stays sharp black on the now-white bg */
.plan-item *,
.plan-section *,
.plan-name,
.plan-title,
.plan-ROI,
.plan-roi,
.plan-amount,
.plan-price,
.plan-period,
.plan-duration,
.plan-features *,
.plan-description,
.card-title,
.title,
h1, h2, h3, h4, h5, h6,
p, span, div, li, td, th, strong, b, label {
    color: #000000 !important;
    opacity: 1 !important;
}

/* Light blue subtle accents if needed - optional */
.plan-item,
.plan-card,
.card,
.site-card {
    border: 1px solid #cce5ff !important;
}