/* Extracted from master layout inline <style> (cacheable now) */
    body {
      background-color: #000000 !important;
      color: #ffffff !important;
    }

    ::-webkit-selection {
      background: #ffaa00;
      color: #000000;
    }

    ::selection {
      background: #ffaa00;
      color: #000000;
    }
    
    
/* --- Header Navigation Styles --- */
/* ==========================================================================
   Header & Navigation Styles (Bootstrap 5.0.2 Compatible)
   ========================================================================== */

/* --- Sticky Header Fixes --- */

.sticky-top {
    top: 0;
    z-index: 1020; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(10px); 
}

.navbar-nav .nav-link {
    color: #ffaa00 !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffcc00 !important;
    text-decoration: none;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #ffaa00;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-nav .nav-item .text-dark {
    color: #000000 !important;
}

.navbar-nav .nav-item .text-dark:hover {
    color: #111111 !important;
    background-color: #f8f9fa !important;
}

.dropdown-menu-dark {
    background-color: #121317 !important;
    border: 1px solid #1a1a1a !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem !important;
}

.dropdown-menu-dark .dropdown-item {
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    transition: all 0.2s ease;
}

.dropdown-menu-dark .dropdown-item:hover {
    background-color: #ffaa00 !important;
    color: #000000 !important;
}

/* ==========================================================================
   WhatsApp "Get ID Now" Button Styles
   ========================================================================== */

.btn-lg {
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    background-color: #ffcc00 !important; 
    color: #000000 !important;
    text-decoration: none !important;
}

.btn-lg:hover {
    background-color: #ffcc00 !important; 
    color: #000000 !important;
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(255, 170, 0, 0.35); 
}

.btn-lg:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(255, 170, 0, 0.2);
}

/* ==========================================================================
   Mobile Responsive Adjustments (Media Queries)
   ========================================================================== */

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .navbar-nav .nav-link.text-dark {
        display: inline-block !important;
        width: auto;
    }
    
    .navbar-collapse .text-center {
        margin-top: 1.5rem !important;
    }
}

.custom-promo-card {
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
    border-color: #ffcc00;
    box-shadow: 0 0 35px rgba(255, 170, 0, 0.4) !important;
    border: 2px solid gold;
}

.exchange-card {
    background-color: transparent;
    border: none;
}

.card-image-box {
    border-radius: 6px;
    height: 280px; 
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid #1a1a1a;
}

.card-image-box img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.exchange-card:hover .card-image-box img {
    transform: scale(1.03);
}

.exchange-card .btn-get-id {
    background-color: #ffcc00 !important;
    color: #000000 !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 4px;
    border: none !important;
    letter-spacing: 0.5px;
    margin-top: 15px !important;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(255, 170, 0, 0.2);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.exchange-card .btn-get-id:hover {
    background-color: #ffcc00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 170, 0, 0.4);
}

.exchange-card .btn-get-id:active {
    transform: translateY(1px);
}

.faq-item {
    position: relative;
    width: 100%;
}

.faq-answer-box {
    background-color: rgba(11, 12, 16, 0.4);
    border: 1.5px solid #ffaa00;
    box-shadow: 0 0 15px rgba(255, 170, 0, 0.2);
    color: #e0e0e0;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .rounded-pill-custom {
        border-radius: 50px !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

    
    
    /* --- Complete Footer Custom Styles --- */

.site-footer {
    background-color: #050505; 
    color: #ffffff;
    font-family: Arial, sans-serif;
    /* border-top: 2px solid #ffaa00; */
}

.site-footer .footer-heading {
    color: #ffaa00; 
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #ffaa00;
    display: inline-block;
    padding-bottom: 4px;
}

.site-footer .footer-links li {
    margin-bottom: 10px;
}

.site-footer .footer-links li a {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .footer-links li a:hover {
    color: #ffaa00;
}

.site-footer .badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #222;
    color: #aaa;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #444;
}

.site-footer .social-icons .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
    font-size: 1rem;
    transition: transform 0.2s ease;
    text-decoration: none;
}

.site-footer .social-icons .social-btn:hover {
    transform: scale(1.1);
}

.site-footer .social-icons .instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.site-footer .social-icons .facebook { background-color: #3b5998; }
.site-footer .social-icons .telegram { background-color: #0088cc; }

/* ==========================================================================
   Floating Fixed WhatsApp & Call Action Buttons Styles
   ========================================================================== */

.fixed-action-buttons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999; 
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.6rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.whatsapp-float {
    background-color: #25d366;
    animation: contactPulseEffect 2s infinite ease-in-out;
}
.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.call-float {
    background-color: #ffaa00;
    color: #000000 !important; 
}
.call-float:hover {
    background-color: #ffcc00;
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 170, 0, 0.5);
}

@keyframes contactPulseEffect {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 575.98px) {
    .fixed-action-buttons {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
    .floating-btn {
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }
}

#iawz0j {
  max-height: 430px!important;
}

/* --- Custom Border and Glowing Shadow Style --- */
.IDMT768JREL77SW17 , .IDMT76B8FYA50RJ20   , .IDMT77IOUYMF10423, .IDMT77YW8O9ME0Q26, .IDMT780FXKZ5YVG30, .IDMT781HOHNSMKL33   {
    border: 2px solid #ffaa00 !important; 
    box-shadow: 0 0 20px rgba(255, 170, 0, 0.25) !important; 
    border-radius: 8px; 
    transition: box-shadow 0.3s ease, border-color 0.3s ease; 
    /*margin-right: -5px;*/
}

/*.IDMT768JRILWCDV18:hover {*/
/*    border-color: #ffcc00 !important; */
/*    box-shadow: 0 0 30px rgba(255, 170, 0, 0.45) !important;*/
/*}*/

.image-master-container {
    padding: 0 !important;
}

.IDMT75ORLRHOPA43{margin-bottom: 10px!important; margin-top: 10px!important}
