.footer__top img{
    max-width: 250px;
    max-height: 43px;
}
.modal-content {
    background-color: #242431;
    border: 1px solid rgba(0,0,0,.2);
}
.close,.close:hover {
    color: #fff;
    opacity: 1;
}
.custom-input-group{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}
.country-select{
    height: 50px;
}

#phoneInput .letter{
    border: 1px solid #cca354 !important;
    background: transparent !important;
}
#phoneInput .letter + .letter {
    border-left: 1px solid #cca354 !important;
}
.card {
    box-shadow: 0 0 15px rgba(204, 163, 84, 0.5);
    background-color: #000000;
    border: 2px solid rgba(204, 163, 84, 0.5);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px dashed #cca35454;
}
.btn{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 30px;
}
.cmn-section{
    padding: 150px 0px;
}
.table.style--two thead tr th {
    color: #000;
}
.card .card-header {
    background-color: #cca354;
}
.input-group-text {
    background-color: #cca354;
    border: 1px solid #cca354;
}
.header .main-menu li .sub-menu li a {
    color: #ffffff !important;
}

.referral-ul li {
    padding-left: 1em;
    border: 1px dotted #fff;
    border-width: 0 0 1px 1px;
}

.referral-ul li.container {
    border-bottom: 0px;
    width: 100%;
}

.referral-ul li.empty {
    font-style: italic;
    color: silver;
    border-color: silver;
}

.referral-ul li p {
    margin: 0;
    /*background: #121622;*/
    position: relative;
    top: 0.5em;
    padding-bottom: 3px;
}

.referral-ul li ul {
    border-top: 1px dotted #ffffff;
    margin-left: -1em;
    padding-left: 2em;
}

.referral-ul ul li:last-child ul {
    border-left: 1px dotted #fff;
    margin-left: -17px;
}
.pt-60{
    padding-top: 60px !important;
}
.btn-disabled{
    opacity: 0.5;
    cursor: auto !important;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 4%;
    top: -20%;
    content: attr(data-count);
    font-size: 30%;
    padding: 0.5em;
    border-radius: 999px;
    line-height: 0.75em;
    color: white;
    color: #000000;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: #cca354;
    border-style: solid;
}
.fa-stack {
    display: inline-block;
    height: 1.5em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 1.9em;
}.fa-stack {
     display: inline-block;
     height: 1.4em;
     line-height: 2em;
     position: relative;
     vertical-align: middle;
     width: 1.9em;
 }

.fa-circle {
    color: #df0000;
}

.red-cart {
    color: #df0000;
    background: white;
}


.cart-modal .title {
    margin-bottom: 5vh;
}
.cart-modal .card {
    margin: auto;
    width: 100%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}
@media (max-width: 767px) {
    .cart-modal .card {
        margin: 3vh auto;
    }
    .fa-stack {
        display: inline-block;
        height: 2.5em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 1.9em;
    }
}
.cart-modal .cart {
    background-color: #242331;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
@media (max-width: 767px) {
    .cart-modal .cart {
        padding: 20px 3px;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}
.cart-modal .summary {
    background-color: #CCA354;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
}
@media (max-width: 767px) {
    .cart-modal .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}
.cart-modal .summary .col-2 {
    padding: 0;
}
.cart-modal .summary .col-10 {
    padding: 0;
}
.cart-modal .row {
    margin: 0;
}
.cart-modal .title b {
    font-size: 1.5rem;
}
.cart-modal .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}
.cart-modal .col-2, .cart-modal .col {
    padding: 0 1vh;
}
.cart-modal a {
    padding: 0 1vh;
}
.cart-modal .close {
    margin-left: auto;
    font-size: 0.7rem;
}
.cart-modal img {
    width: 3.5rem;
}
.cart-modal .back-to-shop {
    margin-top: 4.5rem;
}
.cart-modal h5 {
    margin-top: 4vh;
}
.cart-modal hr {
    margin-top: 1.25rem;
}
.cart-modal form {
    padding: 2vh 0;
}
.cart-modal select:not(.user-address select) {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: #f7f7f7;
}
.cart-modal input:not(.user-address input) {
    /*border: 1px solid rgba(0, 0, 0, 0.137);*/
    padding: 1vh;
    outline: none;
    width: 49%;
}

.cart-modal .btn {
    width: 100%;
    padding: 1vh;
}
.cart-modal .btn.checkout {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    margin-top: 4vh;
    padding: 1vh;
}
.cart-modal .btn.checkout-claim {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    margin-top: 4vh;
    padding: 1vh;
}
.cart-modal .btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}
.cart-modal .btn:hover {
    color: white;
}
.cart-modal a {
    color: black;
}
.cart-modal a:hover {
    color: black;
    text-decoration: none;
}
.cart-modal #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.cart-modal .modal-content{
    background-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 767px) {
    .cart-modal input {
        width: 100%;
    }
}
.gold-price-block{
    float: right;
    font-size: 18px;
    margin-left: -150px;
    margin-top: 61px;
}
.you-promo{
    position: relative;
    padding-bottom: 56.25%;
}
.you-promo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
@media (max-width: 767px) {
    .you-promo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .gold-price-block{
        margin-top: -30px;
    }
    ul.respon-cart{
        margin-right: 0 !important;
        margin-left: 225px !important;
        margin-bottom: 10px !important;
    }
}

div#cart{
    overflow-y: scroll;
}

.scroll-to-top .scroll-icon i{
    transform: none;
    font-size: 53px;
}

.radius-10 {
    border-radius: 10px !important;
}

.border-info {
    border-left: 5px solid  #0dcaf0 !important;
}
.border-danger {
    border-left: 5px solid  #fd3550 !important;
}
.border-success {
    border-left: 5px solid  #15ca20 !important;
}
.border-warning {
    border-left: 5px solid  #ffc107 !important;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    color: black;
    text-align: left;
}
.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(
            45deg
            , #17ead9, #6078ea)!important;
    background: linear-gradient(
            45deg
            , #17ead9, #6078ea)!important;
}
.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}
.rounded-circle {
    border-radius: 50%!important;
}
.text-white {
    color: #fff!important;
}
.ms-auto {
    margin-left: auto!important;
}
.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(
            45deg
            , #f54ea2, #ff7676)!important;
    background: linear-gradient(
            45deg
            , #f54ea2, #ff7676)!important;
}

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(
            45deg
            , #00b09b, #96c93d)!important;
    background: linear-gradient(
            45deg
            , #00b09b, #96c93d)!important;
}

.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(
            45deg
            , #ffdf40, #ff8359)!important;
    background: linear-gradient(
            45deg
            , #ffdf40, #ff8359)!important;
}
.card.radius-10.border-start.border-0.border-3 {
    min-height: 145px;
}
.cart-modal .modal-content.modal-content-bg {
    border: 0;
}
.card h5 {
    color: black;
}
form.change-password-form label {
    color: black;
}
.card label {
    color: black;
}
.card .form-control {
    text-align: right;
    color: black;
}
.exchange-btn button{
    padding: 6px;
}

@media (max-width: 767px) {
    .mob-view-lang-set {
        display: none !important;
    }
}
.scroll-to-top {
    background-color: #46d365 !important;
}
div#fawaterkModal {
    width: 100%;
}
.row.user-address.mt-5 label {
    color: white !important;
}
.row.user-address.mt-5 input {
    color: white !important;
    text-align: left;
}
.row.user-address.mt-5 textarea {
    color: white !important;
    text-align: left;
}
.summary-content {
    color: white;
}
.summary-content h5{
    color: white;
}
.cart input{
    color: white !important;
}
.cart {
    color: white;
}

p.mt-2.font-13.exchange-btn .btn {
    width: 48%;
}
div#phoneInput {
    direction: ltr !important;
}
.app-icons a {
    display: inline-table;
}
.app-icons img.apple {
    width: 228px;
}
.app-icons img.android {
    width: 280px;
}
@media (max-width: 575px) {
    h2 {
        font-size: 20px;
    }
    .gold-price-block {
        margin-top: -20px;
    }
}

/* ==========================================
   MODERN HERO SECTION STYLES
   ========================================== */

.modern-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0a0a;
    padding: 120px 0 80px;
}

.modern-hero .container {
    position: relative;
    z-index: 3;
}

.modern-hero .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.modern-hero .bg_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8), rgba(26, 26, 26, 0.6));
}

.modern-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0a0a0a 0%, rgba(26, 26, 26, 0.8) 100%);
    z-index: 1;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 163, 84, 0.15), transparent);
    filter: blur(40px);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.circle-3 {
    width: 250px;
    height: 250px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-30px) scale(1.1); }
}

.golden-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(204, 163, 84, 0.1), transparent);
    animation: shimmer 5s infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.hero-badge {
    display: inline-block;
    padding: 10px 25px;
    background: rgba(204, 163, 84, 0.15);
    border: 1px solid rgba(204, 163, 84, 0.3);
    border-radius: 50px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-badge:hover {
    background: rgba(204, 163, 84, 0.25);
    transform: translateY(-2px);
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #cca354;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-title-modern {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
}

.hero-title-modern .title-line-1 {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-title-modern .title-line-2 {
    display: block;
    color: #cca354;
    text-shadow: 0 0 30px rgba(204, 163, 84, 0.5);
    background: linear-gradient(135deg, #cca354 0%, #d4b771 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description-modern {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 500px;
}

.hero-stats-modern {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(204, 163, 84, 0.08);
    border: 2px solid rgba(204, 163, 84, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat-item-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(204, 163, 84, 0.2), transparent);
    transition: left 0.5s ease;
}

.stat-item-modern:hover::before {
    left: 100%;
}

.stat-item-modern:hover {
    transform: translateY(-5px);
    border-color: rgba(204, 163, 84, 0.4);
    box-shadow: 0 15px 40px rgba(204, 163, 84, 0.2);
    background: rgba(204, 163, 84, 0.12);
}

.stat-icon-modern {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(204, 163, 84, 0.3), rgba(204, 163, 84, 0.15));
    border: 2px solid rgba(204, 163, 84, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cca354;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.stat-item-modern:hover .stat-icon-modern {
    transform: rotate(10deg) scale(1.1);
    background: linear-gradient(135deg, rgba(204, 163, 84, 0.4), rgba(204, 163, 84, 0.25));
    box-shadow: 0 8px 25px rgba(204, 163, 84, 0.3);
}

.stat-content-modern {
    flex: 1;
}

.stat-number-modern {
    font-size: 28px;
    font-weight: 900;
    color: #cca354;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 0 25px rgba(204, 163, 84, 0.5);
}

.stat-label-modern {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.app-icons-modern {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.app-link {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.app-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(204, 163, 84, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.app-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(204, 163, 84, 0.3);
}

.app-link:hover::before {
    opacity: 1;
}

.app-icons-modern .apple {
    width: 180px;
    height: auto;
}

.app-icons-modern .android {
    width: 200px;
    height: auto;
}

/* Right Side Visual */
.hero-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.gold-bar-3d {
    position: absolute;
    width: 120px;
    height: 80px;
    background: linear-gradient(135deg, #f4d03f 0%, #c9a61f 100%);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(204, 163, 84, 0.4), 
                inset 0 2px 10px rgba(255, 255, 255, 0.3);
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.gold-bar-1 {
    top: 20%;
    left: 10%;
    transform: rotateY(-15deg) rotateX(5deg);
}

.gold-bar-2 {
    top: 30%;
    right: 10%;
    transform: rotateY(15deg) rotateX(-5deg);
}

.gold-bar-3d::before {
    content: '1 Kg';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.gold-coins {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coin {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f4d03f 0%, #c9a61f 100%);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(204, 163, 84, 0.5),
                inset 0 2px 5px rgba(255, 255, 255, 0.3);
    animation: coinSpin 3s ease-in-out infinite;
}

.coin-1 {
    top: -100px;
    left: -60px;
    animation-delay: 0s;
}

.coin-2 {
    top: -80px;
    right: -60px;
    animation-delay: 0.5s;
}

.coin-3 {
    bottom: -80px;
    left: -60px;
    animation-delay: 1s;
}

.coin-4 {
    bottom: -100px;
    right: -60px;
    animation-delay: 1.5s;
}

@keyframes coinSpin {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(204, 163, 84, 0.5);
    border-radius: 15px;
    position: relative;
    margin: 0 auto 10px;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #cca354;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

.scroll-text {
    font-size: 12px;
    color: rgba(204, 163, 84, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title-modern {
        font-size: 45px;
    }
    
    .hero-visual {
        height: 400px;
        margin-top: 40px;
    }
    
    .gold-bar-3d {
        width: 100px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .modern-hero {
        min-height: auto;
        padding: 100px 0 60px;
    }
    
    .hero-title-modern {
        font-size: 32px;
    }
    
    .hero-description-modern {
        font-size: 16px;
    }
    
    .hero-stats-modern {
        gap: 15px;
        flex-direction: column;
    }
    
    .stat-item-modern {
        width: 100%;
        padding: 18px 20px;
    }
    
    .stat-icon-modern {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .stat-number-modern {
        font-size: 24px;
    }
    
    .stat-label-modern {
        font-size: 11px;
    }
    
    .app-icons-modern .apple {
        width: 140px;
    }
    
    .app-icons-modern .android {
        width: 160px;
    }
    
    .hero-visual {
        height: 300px;
    }
    
    .gold-bar-3d {
        width: 80px;
        height: 60px;
    }
    
    .gold-bar-1 {
        top: 15%;
        left: 15%;
    }
    
    .gold-bar-2 {
        top: 25%;
        right: 15%;
    }
    
    .coin {
        width: 30px;
        height: 30px;
    }
}

/* RTL Support for Arabic */
html[dir="rtl"] .modern-hero {
    direction: rtl;
}

html[dir="rtl"] .hero-title-modern {
    text-align: right;
}

html[dir="rtl"] .hero-description-modern {
    text-align: right;
}

html[dir="rtl"] .hero-stats {
    justify-content: flex-end;
}

html[dir="rtl"] .app-icons-modern {
    justify-content: flex-end;
}