/* General Body Styles */
body {
    background-color: #0f172a;
    color: #e2e8f0;
    font-family: 'Poppins', sans-serif;
}
.plans{
    background-color: #0f172a;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
}
/* ============================================== */
/* GOOGLE TRANSLATE WIDGET - CUSTOM NAVBAR STYLING */
/* ============================================== */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
.goog-logo-link {
    display:none !important;
}
.goog-te-gadget {
    font-size: 0 !important; 
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important; 
}
#google_translate_element select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent; 
    color: #ffffff; 
    border: 1px solid #ffc107; 
    border-radius: 6px; 
    padding: 8px 35px 8px 15px !important ;
    cursor: pointer;
    font-size: 1rem; 
    font-weight: 500;
    height: 42px;
    transition: all 0.3s ease; 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffc107' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
#google_translate_element select:hover {
    background-color: rgba(255, 193, 7, 0.1); 
    border-color: #fce8a5;
}
#google_translate_element select option {
    background: #1a2035;
    color: #ffffff;
}
@keyframes spin {
        from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* ========== PRELOADER STYLES ========== */
/* #preloader {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #0F172A; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader-hidden {
    transition: opacity 0.90s ease-out, visibility 0.90s ease-out;
    opacity: 0;
    visibility: hidden;
}
#preloader img {
    width: 100px; 
    height: 10%;
    animation: spin 2s linear infinite;
} */


#preloader {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #0F172A; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-hidden {
    transition: opacity 0.90s ease-out, visibility 0.10s ease-out;
    opacity: 0;
    visibility: hidden;
}
#preloader img {
    width: 70px; 
    height: auto;
    animation: flipY 2s linear infinite;
}

/* Flip animation on Y-axis */
@keyframes flipY {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

/* Header and Navbar */
.nav{
    background-color: hsl(222, 47%, 11%) !important;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: hsl(38, 92%, 50%) !important;
}
.nav-link {
    color: #cbd5e1 !important;
    margin: 0 10px;
}
.nav-link:hover {
    color: #f59e0b !important;
}
.nav-item .dropdown button{
    background: none;
    color: #fbbf24;
    border: 1px solid #f59e0b;
}
.nav-item .dropdown .dropdown-menu{
    padding: 10px;
}
.nav-item .dropdown .dropdown-menu li{
    margin-bottom: 10px;
}
.nav-item .dropdown .dropdown-menu li #google_translate_element{
     border: #fbbf24;
}
.nav-item .dropdown .dropdown-menu .btn{
    font-size: 14px;
    width: 100%;
}
/* Buttons */
.btn-warning {
    background: linear-gradient(to right, #f59e0b, #fbbf24);
    border: none;
    color: #1e293b;
    font-weight: bold;
    font-size: 15px;
    /* padding: 15px; */
    /* border-radius: 10px; */
}
.btn-outline-warning {
    border-color: #f59e0b;
    color: #f59e0b;
}
.btn-outline-warning:hover {
    background-color: #f59e0b;
    color: #1e293b;
}

/* Main Content Sections */
main.container {
    padding-top: 20px;
    padding-bottom: 40px;
}
section {
    padding: 40px 0;
}
.section-title {
    margin-bottom: 40px;
    font-weight: bold;
    color: #cbd5e1;
}


/* style.css */

.hero-section { 
    background-image: url('../images/homeimage/blog-1-content.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;   
    min-height: 100%; 
    display: flex;
    /* margin-top: 5%; */
    padding-bottom: 15%;
    padding-top: 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1000px) {
    .hero-section {
        justify-content: space-between;   
        gap: 25px;
    }
    .btn-warning {
        margin-bottom: 30px;
}
}

.hero-section h1, .hero-section .text-muted {
    color: #ffffff !important; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}
.text-muted {
    color: hsl(213, 27%, 84%)!important;
    font-size: 13px;
    letter-spacing: 1px;
}
.plan-price span{
    color: hsl(213, 27%, 84%) !important;
}

/* How Work Section */
.how-work {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Section Heading */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-heading__desc {
    font-size: 18px;
    color: #6c757d;
}

/* How Work Item */
.how-work-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.how-work-item {
    text-align: center;
    padding: 20px;
}

.how-work-item__number {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-work-item__hexagon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f59e0b; 
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.how-work-item__number .text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.how-work-item__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-work-item__desc {
    font-size: 16px;
    color: #6c757d;
}
/* Earn Calculator Section */
.earn-section {
    background-color: #1e293b;
    border-radius: 15px;
    padding: 40px;
}
.earn-calculator {
    max-width: 500px;
    margin: auto;
    background-color: #334155;
    padding: 30px;
    border-radius: 10px;
}
.form-select {
    background-color: #475569;
    color: #fff;
    border: 1px solid #64748b;
}
.earn-calculator .result {
    background-color: #0f172a;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    color: white;
    cursor: pointer;
}

/* Plans Section */

.plan-card:hover {
    transform: translateY(-10px);
    border-color: #f59e0b;
}
.plan-icon {
    background-color: #34d399;
    color: #1e293b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 2rem;
    font-weight: bold;
}
.plan-card ul li:last-child {
    border-bottom: none;
}
/* ===================================
   Plan Cards Custom Styles
======================================*/
.plans-section .plan-card {
    max-width: 280px; 
    margin-left: auto;   
    margin-right: auto;  
    padding: 20px 15px;  
    border: 1px solid #444; 
    height: 100%; 
    display: flex;
    flex-direction: column;
}
.plans-section .plan-card h5 {
    font-size: 1.1rem; 
}
.plans-section .plan-card .plan-price {
    font-size: 1.5rem; 
    margin-bottom: 10px;
}
.plans-section .plan-card ul li {
    font-size: 0.9rem; 
    margin-bottom: 8px;
}
.plans-section .plan-card .total-return {
    font-size: 0.95rem;
    margin-top: 0.5px; 
    margin-bottom: 15px;
}
.plans-section .plan-card .btn-warning {
    padding: 10px; 
}

/* ===================================
   Plan Cards Custom Styles (Extra Small)
======================================*/


.plans-section .plan-card {
    max-width: 280px; 
    margin-left: auto;
    margin-right: auto;
    padding: 15px 12px; 
    border: 1px solid #444;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #1a1a2e; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease; 
}
.plans-section .plan-card:hover {
    transform: translateY(-10px); 
}
.plans-section .plan-card .plan-icon {
    font-size: 1.5rem; 
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.plans-section .plan-card h5 {
    font-size: 1rem; 
    font-weight: 600;
}
.plans-section .plan-card .plan-price {
    font-size: 1.3rem; 
    margin-bottom: 10px;
}
.plans-section .plan-card ul {
    padding-left: 10px !important; 
    padding-right: 10px !important;
}
.plans-section .plan-card ul li {
    font-size: 0.85rem; 
    margin-bottom: 6px; 
}
.plans-section .plan-card .total-return {
    font-size: 0.9rem; 
    margin-top: auto;
    margin-bottom: 15px;
    font-weight: 500;
}
.plans-section .plan-card .btn-warning {
    padding: 8px; 
    font-size: 0.9rem; 
}
/* Testimonial Section */
.testimonial-card {
    max-width: 600px;
    margin: auto;
    background-color: #1e293b;
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid #34d399;
}
.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

/* Blog Section */
.blog-card__image{
    text-align: center;
}
.blog-card {
    background-color: #1e293b;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    text-align: center;
}
.blog-card img {
    width: 100%;
    margin: auto;
    max-width: 400px;
}
.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #34d399;
    color: #1e293b;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
}
.blog-content {
    padding: 20px;
}
.blog-card__content a{
    text-decoration: none;
    color: #cece;
    font-size: 18px;
    font-weight: 600;
}
.blog-card__text{
        letter-spacing: 1px;
    font-size: 14px;
}
/* Footer */
.footer-section p{
color: #f59e0b;
}
.footer-section {
    background-color: #1e293b;
    padding: 50px 0 20px 0;
    color: #cbd5e1 !important;
}


.footer-section h5 {
color: #cbd5e1!important;
    margin-bottom: 20px;
}
.footer-section a {
    color: rgb(219 224 231)!important;
    text-decoration: none ;
}
.list-unstyled li{
    font-size: 14px;
}
.list-unstyled a{
    color: #cbd5e1 !important;
    text-decoration: none; 
}
.footer-section a:hover {
    color: #f59e0b;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section i {
    margin-right: 10px;
    color: #f59e0b;
}
/* Footer */
.footer-section p {
    color: #cbd5e1; 
}
.footer-section .footer-text {
    color: #ffffff !important; 
}

.footer-section {
    background-color: #1e293b;
    padding: 50px 0 20px 0;
    color: #cbd5e1 !important;
}

.footer-section h5 {
    color: #cbd5e1!important;
    margin-bottom: 20px;
}

.footer-section a {
    color: rgb(219 224 231)!important;
    text-decoration: none;
}

/* ==================================
   Footer Social Media Icons Styling
   ================================== */

.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #1E293B;
    border: 1px solid #334155;
    border-radius: 50%; 
    color: #cbd5e1;
    font-size: 1rem; 
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #1F2937;
    transform: translateY(-3px);
}
.footer-links h5{
    font-weight: 600;
    color: #f59e0b;
}
.footer-links li a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-links li a:hover {
    color: #f59e0b !important;
    padding-left: 5px;
    letter-spacing: 1px;
}
.footer-contact li {
    color: #94a3b8;
}
.footer-contact i {
    color: #f59e0b; 
    margin-right: 10px;
}
.copytext{
    font-size: 13px;
    letter-spacing: 1px;
}
/* Payment Gateway */
.payment-gateway-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.payment-card {
    background: linear-gradient(145deg, #2a3a55, #1a253a);
    padding: 30px;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
}
.qr-code {
    display: block;
    margin: 0 auto 20px auto;
    width: 150px;
    border-radius: 10px;
    border: 5px solid #34d399;
}
.btn-network {
    background-color: #334155;
    color: #fff;
    border: none;
    margin: 0 5px;
}
.btn-network.active {
    background-color: #34d399;
    color: #1e293b;
}
.wallet-address-box {
    background-color: #0f172a;
    padding: 15px;
    border-radius: 10px;
    word-wrap: break-word;
    text-align: center;
    border: 1px solid #334155;
}
.payment-card .form-control {
    background-color: #334155;
    border: 1px solid #475569;
    color: #fff;
}
.payment-card .form-control::placeholder {
    color: #94a3b8;
}
.btn-success {
    background-color: #34d399;
    border: none;
}
.timer {
    position: absolute;
    bottom: 5px;
    background-color: rgba(0,0,0,0.3);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.7rem;
}



@media (max-width:768px){
      .hero-section h1{
        font-size: 30px;
      }
      .section-heading__title{
        font-size: 25px;
      }
}