/* Custom Header Styles */

body {
    direction: rtl;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.header-bottom-custom .main-menu nav ul li a,
.pricing_section .btn-package-outline,
.pricing_section .pricing-card .btn-package-outline,
.pricing_section .btn-package-featured:hover,
.pricing_section .pricing-card .btn-package-featured:hover,
.pricing_section .btn-package-featured,
.pricing_section .pricing-card .btn-package-featured,
.btn-service,
.btn-primary-calculator,
.btn-login-custom,
.btn-register-custom,
button,
button.submit,
button[type='submit'],
.btn,
.button {
    font-family: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.logo_image,
.logo.logo-width-1 a .logo_image {
    width: 100%;
    min-width: auto;
}

.header-info>ul>li:before {
    display: none;
}



/* Top Bar Styles - Dark Navy Background */
.header-area .header-top.header-top-custom,
.header-area .header-top-ptb-1.header-top-custom,
div.header-top-custom {
    /* background: linear-gradient(290.81deg, #050514 0.29%, #263D95 99.92%) !important;
    background-color: #050514 !important; */
    background-color: #FFF;
    border-bottom: 1px solid rgba(74, 108, 181, 0.3) !important;
    padding: 10px 0 !important;
}

.header-top-custom .header-info ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-custom .header-info ul li {
    margin: 0;
}

.header-top-custom .header-info ul li a {
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.header-top-custom .header-info ul li a i {
    margin: 0;
}

.header-top-custom .header-info-left {
    text-align: left;
}

.header-top-custom .header-info-left p {
    color: #263d95;
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-top-custom .header-info-left p .discount-icon {
    width: 17px;
    height: auto;
    margin-left: 5px;
    object-fit: contain;
}

.header-top-custom .header-info-left p a {
    color: #263d95;
    text-decoration: underline;
    margin-right: 0;
    font-weight: 500;
}

.header-top-custom .header-info-left p a:hover {
    color: #5a9eff;
}

/* Mobile Header Top Styles */
.mobile-header-top {
    padding: 0;
}

.mobile-social-row {
    padding: 8px 0;
    border-bottom: 0;
}

.mobile-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mobile-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.1); */
    transition: all 0.3s ease;
}

.mobile-social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.mobile-social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-promo-row {
    padding: 10px 0;
}

.mobile-promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
}

.mobile-discount-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.mobile-promo-text {
    color: #263d95;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.mobile-promo-text a {
    color: #263d95;
    text-decoration: underline;
    font-weight: 500;
}

.mobile-promo-text a:hover {
    color: #5a9eff;
}

/* Responsive adjustments for mobile header top */
@media (max-width: 480px) {
    .mobile-social-icons {
        gap: 20px;
    }

    .mobile-social-icon {
        width: 35px;
        height: 35px;
    }

    .mobile-social-icon img {
        width: 18px;
        height: 18px;
    }

    .mobile-promo-text {
        font-size: 10px;
    }

    .mobile-discount-icon {
        width: 18px;
        height: 18px;
    }
}

.header-style-1 .header-bottom-bg-color {
    background-color: #fff;
    border-top: 0px solid rgb(255 255 255 / 20%);
    border-bottom: 0px solid rgb(255 255 255 / 20%);
}

/* Main Header Styles - Deep Blue Background */
.header-bottom-custom {
    background: linear-gradient(290.81deg, #050514 0.29%, #263D95 99.92%) !important;
    background-color: #050514 !important;
    padding: 15px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.header-bottom-custom .logo img {
    max-height: 40px !important;
    filter: brightness(1.15) contrast(1.1);
}

.header-bottom-custom .main-menu nav ul {
    display: flex;
    gap: 0px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

.header-bottom-custom .main-menu nav ul li {
    margin: 0;
}

.header-bottom-custom .main-menu nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.3px;
}

.header-bottom-custom .main-menu nav ul li a:hover {
    color: #5a9eff;
}

.header-bottom-custom .main-menu nav ul li a.active-menu {
    border-bottom: 3px solid #fff;
    padding-bottom: 7px;
}

/* Header Navigation - Align to Right */
.header-nav.d-none.d-lg-flex {
    margin-right: auto;
    margin-left: 5%;
}

/* Auth Buttons */
.header-action-right-custom {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 0;
}

.btn-login-custom {
    background: linear-gradient(135deg, #6478FD 0%, #3846E4 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(74, 108, 181, 0.4);
    border: none;
}

.btn-login-custom:hover {
    background: linear-gradient(135deg, #6478FD 0%, #3846E4 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 108, 181, 0.5);
}

.btn-register-custom {
    background-color: transparent;
    color: #fff;
    padding: 12px 30px;
    border-radius: 13px;
    border: 2px solid #6478FD;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-register-custom:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #5a9eff;
    transform: translateY(-2px);
}

/* Mobile Menu Icon */
.header-bottom-custom .burger-icon-white span {
    background-color: #fff;
}

.header-top-custom .header-info ul li a {
    width: auto;
    height: auto;
    border-radius: inherit;
    background-color: transparent;
    transition: all 0.3s ease;
}

.header-top-custom .header-info ul li a:hover {
    background-color: transparent;
}

.main-menu.main-menu-lh-2>nav>ul>li {
    line-height: 13px;
    border-left: 1px solid;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.main-menu.main-menu-padding-1>nav>ul>li:last-child {
    border-left: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-bottom-custom {
        padding: 5px 0;
    }

    .header-bottom-custom .logo img {
        max-height: 32px !important;
    }
}


/* ========================================
   Hero Section Custom Styles
======================================== */

.custom-hero-section {
    background: linear-gradient(135deg, #1a2b5f 0%, #2d4a7c 50%, #1a2b5f 100%);
    padding: 0;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.custom-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(285.3deg, #050514 12.29%, #20337D 89.83%, #050514 114.69%);
    pointer-events: none;
}

.custom-hero-section::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/slider_wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}


.custom-hero-section .home-slide-cover {
    margin-top: 0 !important;
}

/* Hero Content */
.hero-content-custom {
    padding: 0;
    position: relative;
    z-index: 2;
    padding-right: 5%;
}

.hero-title-custom {
    font-size: 38px !important;
    font-weight: 700;
    color: #fff;

    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle-custom {
    font-size: 36px;
    font-weight: 600;
    color: #6F72F3;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-description-custom {
    font-size: 16px;
    color: #d4e1f7;
    line-height: 2.3;
    margin-bottom: 35px;
}

/* Hero Buttons */
.hero-buttons-custom {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    margin-bottom: 50px !important;
}

.btn-primary-custom {
    background: linear-gradient(135deg, #6478FD 0%, #3846E4 100%);
    color: #fff;
    padding: 0px 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 108, 181, 0.4);
    height: 45px;
    line-height: 45px;
    font-weight: 500;
}

.btn-primary-custom:hover {
    background: linear-gradient(135deg, #6478FD 0%, #3846E4 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 108, 181, 0.5);
    color: #fff;
}

.btn-outline-custom {
    background-color: transparent;
    color: #fff;
    padding: 0px 60px;
    border-radius: 10px;
    border: 2px solid #6478FD;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
}

.btn-outline-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #5a9eff;
    color: #fff;
    transform: translateY(-2px);
}

/* Hero Rating */
.hero-rating-custom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
}

.rating-users {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #1a2b5f;
    margin-right: -12px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.user-avatar:hover {
    transform: scale(1.1);
    z-index: 10;
}

.rating-dash {
    display: flex;
    width: 50px;
    border-bottom: 1px solid #FFF;
    margin-left: 10px;
    margin-right: 10px;
}

.rating-info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.rating-count {
    color: #d4e1f7;
    font-size: 14px;
    font-weight: 500;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-number {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.rating-stars i {
    color: #ffc107;
    font-size: 20px;
}

/* Hero Phones */
/* .hero-phones-custom {
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .phone-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
} */

.slider_phone {
    max-height: 572px;
    padding-top: 0px;
    width: 100%;
    z-index: 99;
    position: relative;
    object-fit: contain;
}

.phone-wrapper {
    text-align: left;
    padding-left: 5%;
}

.phone-img {
    position: absolute;
    max-width: 280px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.phone-1 {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-5deg);
    z-index: 2;
}

.phone-2 {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(5deg);
    z-index: 1;
}

.phone-img:hover {
    transform: translateY(-50%) rotate(0deg) scale(1.05);
}

.mobile_dev {
    display: none;
}


/* Responsive */
@media (max-width: 991px) {

    .custom-hero-section {
        padding: 0px 0 50px;
        min-height: auto;
    }

    .custom-hero-section .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .custom-hero-section .row > div:nth-child(1) {
        order: 1 !important;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .custom-hero-section .row > div:nth-child(2) {
        order: 2 !important;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .hero-title-custom {
        font-size: 27px !important;
        margin-bottom: 12px;
    }

    .hero-subtitle-custom {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero-description-custom {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .hero-description-custom br {
        display: none;
    }

    .hero-content-custom {
        text-align: right !important;
        padding: 0;
    }

    /* Show phones in mobile */
    .hero-phones-custom {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider_phone {
        max-height: 280px;
        width: 100%;
        padding-top: 0;
        object-fit: contain;
    }

    /* Mobile buttons styling */
    .hero-buttons-custom {
        justify-content: flex-start;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 20px !important;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        padding: 0px;
        font-size: 14px;
        width: 100%;
        max-width: 180px;
    }

    /* Mobile rating styling */
    .hero-rating-custom {
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .rating-info {
        align-items: flex-start;
        text-align: right;
    }

    .user-avatar {
        width: 35px;
        height: 35px;
        margin-right: -8px;
    }

    .rating-count {
        font-size: 12px;
    }

    .rating-number {
        font-size: 15px;
    }

    .rating-stars i {
        font-size: 16px;
    }

    .phone-img {
        max-width: 200px;
    }


}



@media (max-width: 767px) {

    .custom-hero-section .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .custom-hero-section .row {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .custom-hero-section .row > div:nth-child(1) {
        flex: 0 0 55% !important;
        max-width: 55% !important;
        order: 1 !important;
        padding-left: 5px;
        padding-right: 10px;
    }

    .custom-hero-section .row > div:nth-child(2) {
        flex: 0 0 45% !important;
        max-width: 45% !important;
        order: 2 !important;
        padding-left: 10px;
        padding-right: 5px;
    }

    .hero-content-custom {
        text-align: right !important;
        padding: 0;
    }

    .hero-title-custom {
        font-size: 18px !important;
        margin-bottom: 8px;
        line-height: 1.3;
        font-weight: 700;
    }

    .hero-subtitle-custom {
        font-size: 14px !important;
        margin-bottom: 10px;
        line-height: 1.3;
        font-weight: 600;
    }

    .hero-description-custom {
        font-size: 10px !important;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .hero-buttons-custom {
        display: flex;
        flex-direction: column !important;
        gap: 8px;
        margin-bottom: 15px !important;
        align-items: stretch;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        padding: 8px 12px !important;
        font-size: 11px !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
        border-radius: 8px;
        line-height: 1.5;
        height: auto !important;
    }

    .slider_phone {
        max-height: 250px !important;
        width: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .user-avatar {
        width: 30px;
        height: 30px;
        margin-right: -7px;
    }

    .rating-count {
        font-size: 11px;
    }

    .rating-number {
        font-size: 14px;
    }

    .rating-stars i {
        font-size: 14px;
    }

    .phone-img {
        max-width: 160px;
    }

    .slider_hero_buttons {
        display: block;
    }

    .phone-wrapper {
        text-align: center;
        padding-left: 0;
    }

    .home-slider .order-lg-1 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .home-slider .order-lg-2 {
        padding-right: 0;
        padding-left: 5px;
    }

    .mobile_dev {
        display: none !important;
    }

    .mobile_dev .slider_hero_buttons {
        display: none;
    }

    .rating-dash {
        display: none;
    }

    .custom-hero-section::after {
        top: 60%;
    }

    .hero-rating-custom {
        flex-direction: row;
        justify-content: center;
    }

    .user-avatar {
        width: 25px;
        height: 25px;
        margin-right: -6px;
    }

    .rating-number {
        margin-left: 10px;
    }

    .hero-buttons-custom {
        justify-content: center;
    }

    .features-section .col-lg-2:nth-child(3) .feature-item {
        border: 0;
    }

    .features-section .col-lg-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .features-section .col-lg-2 .feature-item {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 480px) {

    .custom-hero-section .row {
        flex-wrap: wrap !important;
    }

    .custom-hero-section .row > div:nth-child(1) {
        flex: 0 0 55% !important;
        max-width: 55% !important;
        order: 1 !important;
        padding-left: 5px;
        padding-right: 10px;
    }

    .custom-hero-section .row > div:nth-child(2) {
        flex: 0 0 45% !important;
        max-width: 45% !important;
        order: 2 !important;
        padding-left: 10px;
        padding-right: 5px;
    }

    .hero-content-custom {
        text-align: center !important;
        padding: 0;
    }

    .hero-content-custom .slider_hero_buttons {
        display: none !important;
    }

    .hero-content-custom .hero-description-custom {
        display: block !important;
        font-size: 10px !important;
        line-height: 1.7 !important;
        margin-bottom: 12px !important;
        color: #d4e1f7 !important;
        text-align: center !important;
    }

    .hero-title-custom {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        line-height: 1.4 !important;
        font-weight: 700;
        text-align: center !important;
    }

    .hero-subtitle-custom {
        font-size: 13px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
        font-weight: 600;
        text-align: center !important;
    }

    .slider_phone {
        max-height: 250px !important;
        width: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    /* Mobile specific bottom block under columns */
    .mobile_dev {
        display: block !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 3 !important;
        text-align: center !important;
        margin-top: 15px !important;
        padding-left: 15px;
        padding-right: 15px;
        position: relative !important;
        z-index: 3 !important;
    }

    .mobile_dev .slider_hero_buttons {
        display: block !important;
    }

    .mobile_dev .hero-description-custom {
        display: none !important;
    }

    .mobile_dev .hero-buttons-custom {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
    }

    .mobile_dev .btn-primary-custom,
    .mobile_dev .btn-outline-custom {
        flex: 1 !important;
        max-width: 160px !important;
        height: 44px !important;
        line-height: 44px !important;
        padding: 0 !important;
        font-size: 13px !important;
        text-align: center !important;
        border-radius: 10px !important;
        display: inline-block !important;
        white-space: nowrap !important;
    }

    .mobile_dev .hero-rating-custom {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        margin-top: 15px !important;
    }

    .mobile_dev .rating-info {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .mobile_dev .rating-count {
        font-size: 11px !important;
        line-height: 1.3 !important;
        color: #d4e1f7 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .mobile_dev .rating-number {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #fff !important;
    }

    .mobile_dev .user-avatar {
        width: 30px !important;
        height: 30px !important;
        margin-right: -8px !important;
        border: 2px solid #101c42 !important;
    }

    /* Side-by-side compact features styling on mobile */
    .features-section {
        padding: 15px 0 !important;
        margin: 0 !important;
        background-color: #f8f9fa !important;
    }

    .features-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        margin-left: -5px !important;
        margin-right: -5px !important;
        gap: 0 !important;
    }

    .features-section .row > div {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .feature-item {
        padding: 5px 0 !important;
        border-left: 1px solid rgba(138, 146, 159, 0.4) !important;
        border-radius: 0 !important;
        text-align: center !important;
        background: transparent !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        height: 100% !important;
    }

    .features-section .row > div:last-child .feature-item {
        border-left: 0 !important;
    }

    .feature-icon {
        width: 32px !important;
        height: 32px !important;
        margin: 0 auto 6px !important;
        background: #F0F5FF !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .feature-icon img {
        width: 16px !important;
        height: 16px !important;
    }

    .feature-title {
        font-size: 2.3vw !important;
        font-weight: 700 !important;
        margin-bottom: 0 !important;
        color: #1a2b5f !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        text-align: center !important;
    }

    .feature-description {
        display: block !important;
        font-size: 1.7vw !important;
        color: #6c757d !important;
        line-height: 1.2 !important;
        margin-top: 3px !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        text-align: center !important;
    }

    .feature-item:hover {
        transform: translateY(-5px);
        background-color: transparent !important;
        box-shadow: none !important;
    }
}


/* ========================================
   Features Section Styles
======================================== */

.features-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.feature-item {
    padding: 25px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border-left: 1px solid #8A929F;
    border-radius: 0;
}

.features-section .col-lg-2:last-child .feature-item {
    border: 0;
}

.feature-item:hover {
    transform: translateY(-5px);
    /* background-color: #fff; */
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); */
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F5FF;
    border-radius: 50%;
}

.feature-icon img {
    width: 25px;
    /* width: 100%;
    height: 100%;
    object-fit: contain; */
}

.section-title {
    display: flex;
    justify-content: center;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b5f;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}



/* ========================================
   How It Works Section Styles
======================================== */

.how-it-works-section {
    background-color: #fff;
    padding: 80px 0;
}

.section-title .main-title {
    font-size: 27px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title .main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4a6cb5 0%, #5a7cc5 100%);
    border-radius: 2px;
    display: none;
}

.step-item {
    padding: 20px 10px;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateY(-5px);
}

.step-icon {
    width: 51px;
    height: 51px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.step-item:hover .step-icon {
    /* background: linear-gradient(135deg, #4a6cb5 0%, #5a7cc5 100%); */
    transform: scale(1.1);
}

.step-icon img {
    width: 22px;
    /* width: 45px;
    height: 45px;
    object-fit: contain; */
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b5f;
    margin-bottom: 12px;
}

.step-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-arrow img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(32%) saturate(1041%) hue-rotate(129deg) brightness(142%) contrast(58%);
}

/* Responsive */
@media (max-width: 991px) {
    .features-section {
        padding: 40px 0;
    }

    .how-it-works-section {
        padding: 50px 0;
    }

    .section-title .main-title {
        font-size: 28px;
    }

    .feature-item,
    .step-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-title .main-title {
        font-size: 24px;
    }

    .feature-title,
    .step-title {
        font-size: 16px;
    }

    .feature-description,
    .step-description {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .section-title .main-title {
        margin-bottom: 15px;
        font-size: 16px;
    }
}


/* ========================================
   How It Works - Single Row Layout Override
======================================== */

.how-it-works-section .main-title {
    margin-bottom: -2px !important;
    background: #f8f9fa !important;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -2px;
}

.how-it-works-section .row {
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6EBF0;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.how-it-works-section .step-item {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    padding: 15px 8px;
}

.how-it-works-section .step-title {
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 8px;
}

.how-it-works-section .step-description {
    font-size: 14px;
    line-height: 1.4;
}

.how-it-works-section .step-arrow {
    min-width: 100px;
    max-width: 100px;
}

.how-it-works-section .col-auto {
    padding: 0 !important;
}

@media (max-width: 1270px) {

    .how-it-works-section .col-auto {
        flex: 0 0 15%;
        max-width: 15%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .arrow_dev {
        flex: 0 0 6%;
        max-width: 6%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .step-item {
        padding: 0;
    }

    .how-it-works-section .step-arrow {
        display: block !important;
    }

    .how-it-works-section .step-arrow {
        min-width: 70px;
        max-width: 35px;
    }

}


@media (max-width: 991px) {

    .how-it-works-section .row {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .how-it-works-section .col-auto {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-bottom: 30px;
    }

    /* .how-it-works-section .step-arrow {
        display: none !important;
    } */

    .how-it-works-section .step-item {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        padding: 15px 10px;
    }

    .how-it-works-section .step-title {
        white-space: normal;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .how-it-works-section .step-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .how-it-works-section .step-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 15px;
    }

    /* ******************************************** */

    .how-it-works-section .col-auto {
        flex: 0 0 23%;
        max-width: 23%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .arrow_dev {
        flex: 0 0 14%;
        max-width: 14%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .step-item {
        padding: 0;
    }

    .how-it-works-section .step-arrow {
        display: block !important;
    }

    .how-it-works-section .step-arrow {
        min-width: 100px;
        max-width: 35px;
    }

    .how-it-works-section .col-auto:nth-child(6) {
        display: none;
    }

    .how-it-works-section .col-auto:nth-child(7),
    .how-it-works-section .col-auto:nth-child(9) {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    /* .how-it-works-section .col-auto {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-bottom: 25px;
    }
     */

    .how-it-works-section .step-arrow {
        min-width: 64px;
        max-width: 35px;
    }

    .how-it-works-section .step-title {
        font-size: 14px;
    }

    .how-it-works-section .step-description {
        font-size: 11px;
    }

    .how-it-works-section .step-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {

    .how-it-works-section .col-auto {
        flex: 0 0 23%;
        max-width: 23%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .arrow_dev {
        flex: 0 0 14%;
        max-width: 14%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-section .step-item {
        padding: 0;
    }

    .how-it-works-section .step-arrow {
        display: block !important;
    }

    .how-it-works-section .step-arrow {
        min-width: 35px;
        max-width: 35px;
    }

    .how-it-works-section .col-auto:nth-child(6) {
        display: none;
    }

    .how-it-works-section .col-auto:nth-child(7),
    .how-it-works-section .col-auto:nth-child(9) {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .how-it-works-section .section-title .main-title {
        margin-bottom: -2px !important;
    }

    .how-it-works-section .step-title {
        font-size: 13px;
    }

    .how-it-works-section .step-icon img {
        width: 22px;
        height: 22px;
    }

    .how-it-works-section .step-description {
        font-size: 12px;
        line-height: 1.5;
    }

    .how-it-works-section .step-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
}

/* ========================================
   RTL Select Arrow Positioning
======================================== */

/* RTL Select Styles - Arrow on Left */
.form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    padding-left: 2.25rem;
    padding-right: 0.75rem;
    text-align: right;
    direction: rtl;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove default arrow for all browsers */
.form-select::-ms-expand {
    display: none;
}

/* Focus state */
.form-select:focus {
    background-position: left 0.75rem center;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Hover state */
.form-select:hover {
    border-color: #ced4da;
}

/* Disabled state */
.form-select:disabled {
    background-color: #e9ecef;
    opacity: 1;
    background-position: left 0.75rem center;
}

/* Custom arrow color for better visibility */
.form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 6 6 6-6'/%3E%3C/svg%3E");
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-select {
        background-position: left 0.5rem center;
        padding-left: 2rem;
        padding-right: 0.5rem;
    }

    .form-select:focus {
        background-position: left 0.5rem center;
    }

    .form-select:disabled {
        background-position: left 0.5rem center;
    }
}


/* ========================================
   Mobile Menu Custom Styles
======================================== */

/* Mobile Menu Container */
.mobile-header-wrapper-style {
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.mobile-header-wrapper-inner {
    padding: 20px;
}

/* Mobile Header Top */
.mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.mobile-header-logo {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b5f;
}

.mobile-menu-close .close-style {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.mobile-menu-close .close-style i {
    font-size: 20px;
    color: #666;
}

/* Mobile Menu Items */
.mobile-menu li {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 0 !important;
}

.mobile-menu li a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu li a span {
    flex: 1;
    text-align: right;
}

.mobile-menu li a i {
    font-size: 14px;
    color: #999;
    margin-left: 0 !important;
    margin-right: 10px;
}

.mobile-menu li a:hover {
    color: #4a6cb5 !important;
}

.mobile-menu li a:hover i {
    color: #4a6cb5;
}

/* Mobile Auth Section */
.mobile-auth-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-mobile-auth {
    width: 100%;
    max-width: 350px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #5a7cc5 0%, #4a6cb5 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 108, 181, 0.3);
}

.btn-mobile-auth:hover {
    background: linear-gradient(135deg, #4a6cb5 0%, #3a5ca5 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 108, 181, 0.4);
    color: #fff;
}

.mobile-auth-divider {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.btn-mobile-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    text-align: center;
}

.btn-mobile-link .link-highlight {
    color: #4a6cb5;
    font-weight: 600;
}

.btn-mobile-link:hover {
    color: #4a6cb5;
}

.btn-mobile-link:hover .link-highlight {
    text-decoration: underline;
}

/* Mobile Menu Scrollable Area */
.mobile-header-content-area {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.mobile-header-content-area::-webkit-scrollbar {
    width: 5px;
}

.mobile-header-content-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.mobile-header-content-area::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.mobile-header-content-area::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.btn-newsletter-icon-inline,
.btn-newsletter-icon-inline[type='submit'] {
    background: transparent !important;
}

@media only screen and (max-width: 768px) {

    .mobile-header-top {
        align-items: center;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .mobile-header-wrapper-style {
        width: -webkit-fill-available;
        max-width: 270px;
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
        margin-bottom: 0;
        padding-right: 10px;
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
        padding-top: 0;
        padding-right: 10px;
    }

    .close-style-wrap .close-style {
        margin-left: 0;
    }

    .mobile-auth-section {
        margin-top: 0;
        border-top: 0;
    }

    .mobile-header-wrapper-style.sidebar-visible {
        z-index: 999999999;
    }

    .btn-mobile-auth {
        max-width: 300px;
        padding: 9px 30px;
        border-radius: 23px;
        font-size: 14px;
        background: linear-gradient(135deg, #6478FD 0%, #3846E4 100%);
        margin-bottom: 20px;
    }

    .modal-open .modal {
        z-index: 99999999999;
        padding-right: 0 !important;
    }

    .modal .modal-content {
        margin: 0;
        max-width: none;
    }

    .modal {
        z-index: 999999999999;
    }

    .btn-mobile-link {
        background: transparent;
        font-size: 11px;
    }

    .btn-mobile-link:hover {
        background: transparent !important;
        font-size: 11px !important;
    }

    .mobile-auth-section {
        gap: 0;
    }

    .mobile-menu-close .close-style {
        background: #F4F6FF;
    }

}

/* ========================================================
   How It Works - Mobile Custom Flex Layout (All in One Row)
   ======================================================= */
.how-it-works-mobile-container {
    border: 1px solid #E6EBF0;
    border-radius: 20px;
    padding: 15px 5px !important;
    background: #ffffff !important;
    margin-top: 10px;
    position: relative;
    direction: rtl;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03) !important;
}

.how-it-works-mobile-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
}

.mobile-step-column {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 0 2px !important;
    position: relative !important;
}

.how-it-works-mobile-container .step-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.how-it-works-mobile-container .step-icon {
    width: 32px !important;
    height: 32px !important;
    margin: 0 auto 6px !important;
    background: #F0F5FF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
}

.how-it-works-mobile-container .step-icon img {
    width: 16px !important;
    height: 16px !important;
}

.how-it-works-mobile-container .step-title {
    font-size: 2.3vw !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: #1a2b5f !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
}

.how-it-works-mobile-container .step-description {
    display: block !important;
    font-size: 1.7vw !important;
    color: #6c757d !important;
    line-height: 1.2 !important;
    margin-top: 3px !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
}

.mobile-step-line {
    position: absolute !important;
    top: 16px !important; /* Center of the 32px icon */
    left: -50% !important; /* Centered between adjacent icons */
    width: 100% !important;
    z-index: 5 !important;
    pointer-events: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mobile-step-line img {
    width: 60% !important;
    height: auto !important;
    filter: brightness(0) saturate(100%) invert(57%) sepia(32%) saturate(1041%) hue-rotate(129deg) brightness(142%) contrast(58%);
}

/* ========================================================
   Sticky Footer & Body Height Setup
   ======================================================== */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-area {
    flex-shrink: 0;
}

.main {
    flex: 1 0 auto;
}

.main-footer {
    flex-shrink: 0;
}


/* ===================================
   Currency Dropdown Styles
   =================================== */
.currency-dropdown {
    position: relative;
    display: inline-block;
}

.currency-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 130px;
}

.currency-selector:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.currency-selector .currency-flag {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
}

.currency-selector i {
    margin-right: auto;
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #000;
    margin-top: 4px;
}

.currency-selector.active i {
    transform: rotate(180deg);
}

.currency-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.currency-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.currency-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.currency-option:last-child {
    border-bottom: none;
}

.currency-option:hover {
    background: #f8f9fa;
}

.currency-option.active {
    background: #e8f5e9;
}

.currency-option .currency-code {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.currency-option .currency-flag {
    width: 32px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.currency-option:hover .currency-code {
    color: #4CAF50;
}

/* Tooltip for country name */
.currency-option::after {
    content: attr(data-name);
    position: absolute;
    left: -120px;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

.currency-option:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .currency-dropdown {
        margin-top: 10px;
    }
    
    .currency-selector {
        width: 100%;
        justify-content: center;
    }
    
    .currency-dropdown-menu {
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
    }
    
    .currency-dropdown-menu.show {
        transform: translateX(-50%) translateY(0);
    }
}


#selectedCurrency {
    color: #000;
}

.discount-icon , .mobile-discount-icon {
    display: none !important;
}


/* ===================================
   Mobile Currency Dropdown Styles
   =================================== */
.mobile-currency-item {
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    margin-top: 10px;
    padding-top: 10px;
}

.mobile-currency-display {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-currency-flag {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

#mobileCurrencyTrigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: transparent;
    border-radius: 8px;
    /* margin: 0 15px; */
}

#mobileCurrencyTrigger.active i {
    transform: rotate(-90deg);
}

.mobile-currency-submenu {
    background: #fff;
    padding: 10px 0;
    margin: 10px 15px;
    border-radius: 8px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mobile-currency-option {
    list-style: none;
}

.mobile-currency-option a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    transition: background 0.2s ease;
}

.mobile-currency-option a:hover,
.mobile-currency-option.active a {
    background: #f0f7ff;
}

.mobile-currency-option.active a {
    color: #4CAF50;
    font-weight: 600;
}

.mobile-currency-option span {
    font-size: 15px;
}

/* Animation for submenu */
.mobile-currency-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-currency-submenu.show {
    max-height: 500px;
}


/* ===================================
   Mobile Currency Dropdown Styles (Header)
   =================================== */
.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-currency-dropdown {
    position: relative;
}

.mobile-currency-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-currency-selector:hover {
    background: rgba(255, 255, 255, 0.15);
}

.mobile-currency-selector .mobile-currency-flag {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 3px;
}

.mobile-currency-selector i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.mobile-currency-selector.active i {
    transform: rotate(180deg);
}

.mobile-currency-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.mobile-currency-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-currency-dropdown-menu .mobile-currency-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-currency-dropdown-menu .mobile-currency-option:last-child {
    border-bottom: none;
}

.mobile-currency-dropdown-menu .mobile-currency-option:hover {
    background: #f8f9fa;
}

.mobile-currency-dropdown-menu .mobile-currency-option.active {
    background: #e8f5e9;
}

.mobile-currency-dropdown-menu .mobile-currency-option .currency-code {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.mobile-currency-dropdown-menu .mobile-currency-option .currency-flag {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.mobile-currency-dropdown-menu .mobile-currency-option:hover .currency-code {
    color: #4CAF50;
}


/* Sub-package tabs: palette and selected state are defined by pricing.css. */
.sub-packages-tabs .tab-item {
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
    position: relative;
    overflow: hidden;
}
