/* Custom Styles for HotPay Website */

/* Header Styles */
.header-top-red {
    background-color: #dc3545 !important;
}

.header-top-red a {
    color: white !important;
}

.search-unified {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 35px;
    overflow: hidden;
    background: white;
}

.search-unified select {
    border: none;
    padding: 12px 15px;
    background: transparent;
    outline: none;
    border-right: 1px solid #e0e0e0;
}

.search-unified input {
    border: none;
    padding: 12px 15px;
    flex: 1;
    outline: none;
    background: transparent;
}

.search-unified button {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px;
    margin-top: -1px;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    max-width: 50px;
}

.user-welcome {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.user-welcome-text {
    color: #dc3545;
    font-size: 14px;
}

.user-welcome-name {
    color: #dc3545;
    font-size: 16px;
    font-weight: 600;
}

.notification-badge {
    background: #dc3545 !important;
}

.dot-style-1.dot-style-1-position-1 ul {
    bottom: -35px;
}

.dot-style-1 ul li.slick-active button {
    width: 35px;
    height: 8px;
}

.dot-style-1 ul li button {
    width: 10px;
    height: 10px;
    background: #de989c;
    border-color: #de989c;
}

/* Categories Styles */
.category-circle {
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.category-circle img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10%;

}

.category-item {
    text-align: center;
}

/* Buy Again Section Styles */
.buy-again-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.buy-again-title h3 {
    margin: 0;
}

.buy-again-title a {
    color: #dc3545;
    font-size: 14px;
    text-decoration: none;
}

.product-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    height: 280px;
    display: flex;
    flex-direction: column;
}

.product-card .heart-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
}

.product-card .product-image {
    display: block;
    margin-bottom: 10px;
}

.product-card .product-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.product-card .product-content {
    margin-top: auto;
}

.product-card .product-title {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-card .product-price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #333;
}

.product-card .product-old-price {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.product-card .product-bonus {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card .bonus-icon {
    background: #ffc107;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.product-card .bonus-text {
    font-size: 12px;
    color: #666;
}

.product-col {
    flex: 0 0 20%;
    max-width: 20%;
}

/* App Download Section Styles */
.app-download-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.app-download-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.app-features .feature-item {
    margin-bottom: 30px;
}

.feature-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-icon {
    background: #dc3545;
    padding: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.feature-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.feature-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.phone-container {
    position: relative;
    margin: 40px 0;
}

.phone-wrapper {
    position: relative;
    display: inline-block;
    height: 400px;
    width: 300px;
}

.phone-wrapper img {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.download-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.download-buttons a {
    text-decoration: none;
}

.download-buttons img {
    height: 45px;
    width: auto;
}

.game-images {
    margin-top: 50px;
}

.game-image {
    margin-bottom: 15px;
}

.game-image img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* Footer Styles */
.footer-main {
    background: #f8f9fa;
    padding: 60px 0;
}

.footer-logo {
    max-width: 150px;
}

.footer-description {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-links .simple-text {
    color: #666;
    font-size: 14px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.category-item h3 {
    font-size: 14px;
    margin-top: 12px;
}

.security-section {
    margin-bottom: 30px;
}

.security-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qr-code {
    width: 80px;
    height: 80px;
}

.app-buttons a {
    display: block;
    margin-bottom: 8px;
}

.app-buttons img {
    height: 35px;
}

.social-section {
    margin-bottom: 30px;
}

.social-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icon img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.service-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.service-text:last-child {
    margin: 0;
}

/* Bottom Footer */
.bottom-footer {
    background: #333;
    padding: 15px 0;
}

.copyright-text {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.hotline-number {
    color: #dc3545;
    font-weight: 600;
    font-size: 18px;
}

.support-text {
    color: #ccc;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 8px;
}

.footer-social-icon {
    width: 30px;
    height: 30px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.discount-text {
    color: #ccc;
    font-size: 12px;
}

.header-action-2 .header-action-icon-2 > a img {
    max-width: 50px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .product-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer-right {
        flex-direction: column;
        gap: 10px;
    }
    
    .phone-wrapper {
        width: 250px;
        height: 300px;
    }
    
    .phone-wrapper img {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .product-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .game-image {
        margin-bottom: 10px;
    }
}
/* Additional Styles for inline replacements */

/* Slider Background */
.slider-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Product Card Enhanced Styles */
.product-card .heart-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border-radius: 50%;
    line-height: 46px !important;
    text-align: center;
}

.product-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* App Download Section - Detailed Styles */
.app-download-section .feature-item {
    margin-bottom: 30px;
}

.app-download-section .feature-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.app-download-section .feature-icon {
    background: #dc3545;
    padding: 12px;
    border-radius: 4px;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-download-section .feature-icon img {
    width: 40px;
    height: 40px;
    margin-top: 6px;
}

.app-download-section .feature-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.app-download-section .feature-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    margin-top: 15px;
}

.app-download-section .phone-container {
    position: relative;
    margin: 40px 0;
}

.app-download-section .phone-wrapper {
    position: relative;
    display: inline-block;
    height: 400px;
    width: 300px;
}

.app-download-section .phone-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.app-download-section .download-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.app-download-section .download-buttons a {
    text-decoration: none;
}

.app-download-section .download-buttons img {
    height: 45px;
    width: auto;
}

.app-download-section .game-images {
    display: flex;
    justify-content: space-between;
    margin-top: -7%;
}

.app-download-section .game-image img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
    object-fit: cover;
}


/* Home Page Specific Styles */

/* Section Title Styles */
.section-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title-flex h3 {
    margin: 0;
}

.section-title-flex a {
    color: #dc3545;
    font-size: 14px;
    text-decoration: none;
}

/* Product Column Responsive */
.product-col-custom {
    flex: 0 0 20%;
    max-width: 20%;
}

/* Product Card Complete Styles */
.product-card-custom {
    background: #F7F7F8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 260px;
    padding: 15px;
}

.product-card-custom .fav-toggle-btn {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 36px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    z-index: 10 !important;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.product-card-custom .fav-toggle-btn:hover {
    transform: scale(1.05) !important;
}

.product-card-custom .heart-icon-custom {
    position: static !important;
    font-size: 22px !important;
    color: #666 !important;
   
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
}

.product-card-custom .heart-icon-custom.active,
.product-card-custom .fav-toggle-btn.active .heart-icon-custom {
    color: #dc3545 !important;
}

.product-card-custom .product-image-custom {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-card-custom .product-content-custom {
    margin-top: 0;
}

.product-card-custom .product-title-custom {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(10px, 3vw, 18px);
}

.product-card-custom .product-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-custom .product-price-custom {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #333;
}

.product-card-custom .product-old-price-custom {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.product-card-custom .discount-val {
    margin-left: 15px;
    background: #E10613;
    display: block;
    color: #fff;
    width: 41px;
    line-height: 21px;
    height: 21px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}


.product-card-custom .product-bonus-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card-custom .bonus-icon-custom {
    background: #ffc107;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.product-card-custom .bonus-text-custom {
    font-size: 12px;
    color: #666;
}

.product-bonus-wrapper-margin {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -4%;
}

/* App Download Section Complete Styles */
.app-download-section-custom {
    background: #f8f9fa;
    padding: 80px 0;
}

.app-download-section-custom .feature-item-custom {
    margin-bottom: 30px;
}

.app-download-section-custom .feature-content-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.app-download-section-custom .feature-icon-custom {
    background: #dc3545;
    padding: 12px;
    border-radius: 4px;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-download-section-custom .feature-icon-img {
    width: 40px;
    height: 40px;
    margin-top: 6px;
}

.app-download-section-custom .feature-title-custom {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.app-download-section-custom .feature-description-custom {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    margin-top: 15px;
}

.app-download-section-custom .app-title-custom {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.app-download-section-custom .phone-container-custom {
    position: relative;
    margin: 40px 0;
}

.app-download-section-custom .phone-wrapper-custom {
    position: relative;
    display: inline-block;
    height: 400px;
    width: 300px;
}

.app-download-section-custom .phone-image-custom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.app-download-section-custom .download-buttons-custom {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.app-download-section-custom .download-link-custom {
    text-decoration: none;
}

.app-download-section-custom .download-img-custom {
    height: 45px;
    width: auto;
}

.app-download-section-custom .game-images-custom {
    display: flex;
    justify-content: space-between;
    margin-top: -7%;
}

.app-download-section-custom .game-image-custom {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .product-col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Master Layout Specific Styles */

/* Product Rating Width */
.product-rating-90 {
    width: 90%;
}

/* User Dropdown Icon */
.user-dropdown-icon {
    color: #333;
    font-size: 22px;
}

/* Footer Styles */
.footer-main-border {
    border-top: 2px solid #DDD;
}

.footer-mid-custom {
    background: #f8f9fa;
    padding: 60px 0;
}

.footer-logo-custom {
    max-width: 150px;
}

.footer-list-custom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list-item-custom {
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.footer-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.footer-section-title-small {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.security-content-custom {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qr-code-custom {
    width: 80px;
    height: 80px;
}

.app-link-custom {
    display: block;
    margin-bottom: 8px;
}

.app-link-last-custom {
    display: block;
}

.app-img-custom {
    height: 35px;
}

.social-icons-custom {
    display: flex;
    gap: 10px;
}

.social-icon-custom {
    width: 35px;
    height: 35px;
    background: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-img-custom {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.service-text-custom {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.service-text-last-custom {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.bottom-footer-custom {
    background: #333;
    padding: 15px 0;
}

.bottom-footer-text {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-align: center;
}


.search-style-2 form input {
    background-image:none 
}

.header-style-1 .search-style-2 form input {
    margin-left: 0;
    padding-left: 15px;
}

.header-style-1 .search-style-2 form {
    border: 2px solid #eee;
    border-radius: 34px;
}

.hero-slider-1 .single-hero-slider {
    height: 300px;
}

.product_content {
    padding-left: 15px;
    padding-right: 15px
}

.header-style-1 .header-middle-ptb-1 {
    padding: 30px 0;
    border-bottom: 1px solid #EEE;
}


/* Profile Page Styles */

/* Profile Card */
.profile-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.profile-welcome {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

/* Loyalty Card */
.loyalty-card {
    background: #000;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.loyalty-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.loyalty-label {
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
}

.loyalty-coin {
    width: 50px;
    height: 50px;
}

.loyalty-points {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pts-text {
    font-size: 16px;
    font-weight: 400;
}

.redeem-link {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    opacity: 1;
    background: #a7a3a3;
    padding: 5px 7px;
    border-radius: 4px;
}

.redeem-link:hover {
    opacity: 1;
    color: #fff;
}

/* Account Section */
.account-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Dashboard Menu */
.dashboard-menu .menu-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.dashboard-menu .menu-item:hover {
    background: #f0f0f0;
    color: #333;
}

.dashboard-menu .menu-item.active {
    background: #ffe5e5;
    color: #dc3545;
}

.dashboard-menu .menu-item i:first-child {
    font-size: 18px;
    margin-right: 12px;
    width: 20px;
}

.dashboard-menu .menu-item span {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

.dashboard-menu .menu-item i:last-child {
    font-size: 16px;
    opacity: 0.5;
}

/* Social Icons Profile */
.social-icons-profile {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.social-icon-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-profile:hover {
    background: #dc3545;
    color: #fff;
    transform: translateY(-3px);
}

/* Account Content */
.account-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Points Display Card */
.points-display-card {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.points-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.pts-small {
    font-size: 20px;
    font-weight: 400;
}

.stars-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: none;
}

.star-icon {
    font-size: 40px;
    color: rgba(220, 53, 69, 0.1);
    font-style: normal;
}

/* Gifts Section */
.gifts-section {
    margin-top: 30px;
}

.gifts-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

/* Gift Card */
.gift-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gift-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.gift-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.gift-card .gift-name {
    font-size: 14px;
    color: #dc3545;
    font-weight: 600;
    margin: 15px 15px 5px;
}

.gift-card .gift-points {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 15px 15px;
}

.btn-redeem {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-redeem:hover {
    background: #c82333;
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 768px) {
    .profile-card {
        margin-bottom: 30px;
    }
    
    .account-content {
        padding: 0px;
    }
    
    .points-display-card {
        padding: 30px 20px;
    }
    
    .points-number {
        font-size: 36px;
    }
}


/* ============================================
   Auth Pages Styles
   ============================================ */

/* Body & Container */
.auth-body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.auth-container {
    display: flex;
    min-height: 100vh;
}

/* Left Side - Form Section */
.auth-left {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.auth-form-wrapper {
    width: 100%;
    max-width: 480px;
    position: relative;
}

/* Back Button */
.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.back-button:hover {
    background: #e8e8e8;
    color: #000;
}

.arrow-left {
    font-style: normal;
}

/* Logo */
.auth-logo {
    margin-bottom: 40px;
}

.auth-logo img {
    height: 45px;
    width: auto;
}

/* Title & Subtitle */
.auth-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.auth-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 35px;
    line-height: 1.5;
}

/* Form */
.auth-form {
    width: 100%;
}

/* Tab Buttons */
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-btn {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: #dc3545;
    color: #fff;
}

.tab-btn:hover:not(.active) {
    background: #e8e8e8;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Form Control */
.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-control::placeholder {
    color: #ccc;
}

/* Phone Input Group */
.phone-input-group {
    display: flex;
    gap: 10px;
}

.country-select {
    flex: 0 0 100px;
    padding: 14px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.country-select:focus {
    outline: none;
    border-color: #dc3545;
}

.phone-input-group .form-control {
    flex: 1;
}

/* Password Input Group */
.password-input-group {
    position: relative;
}

.password-input-group .form-control {
    padding-right: 45px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #999;
    font-size: 18px;
}

.password-toggle:hover {
    color: #666;
}

.eye-icon {
    font-style: normal;
}

/* Forgot Link */
.forgot-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #dc3545;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

/* OTP Inputs */
.otp-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
}

.otp-input {
    width: 70px;
    height: 70px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #dc3545;
    transition: all 0.3s ease;
    padding: 0;
}

.otp-input:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Checkbox */
.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dc3545;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    background: #fff;
}

.checkbox-container input:checked ~ .checkmark {
    background: #dc3545;
}

.checkbox-container input:checked ~ .checkmark:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-text {
    flex: 1;
}

/* Primary Button */
.btn-auth-primary {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-auth-primary:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Divider */
.divider {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: #ccc;
    font-size: 13px;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.divider span {
    padding: 0 15px;
}

/* Social Buttons */
.social-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.btn-social {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-social:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

.btn-social img {
    width: 20px;
    height: 20px;
}

.btn-google {
    border-color: #e0e0e0;
}

.btn-apple {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn-apple:hover {
    background: #333;
}

/* Footer Text */
.auth-footer-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
}

.auth-link {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}

.auth-link:hover {
    text-decoration: underline;
}

/* Resend Text */
.resend-text {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 20px;
    line-height: 1.6;
}

/* Right Side - Images Section */
.auth-right {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
    overflow: visible;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px 40px;
}

.auth-images-grid {
    position: relative;
    width: 100%;
    height: 550px;
}

.auth-img {
    position: absolute;
    width: 340px;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    /* box-shadow: 0 15px 50px rgba(0,0,0,0.25); */
    /* border: 12px solid #fff; */
    /* background: #fff; */
}

.auth-img-1 {
    top: 0;
    left: 0%;
    z-index: 3;
    transform: rotate(0deg);
    width: 71%;
}

.auth-img-2 {
    bottom: -42%;
    right: 30%;
    z-index: 2;
    transform: rotate(1deg);
    width: 52%;
}

.auth-img-3 {
    bottom: -45%;
    left: -29%;
    z-index: 1;
    transform: rotate(2deg);
    width: 60%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .auth-left {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .auth-right {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .auth-container {
        flex-direction: column;
    }
    
    .auth-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
    
    .auth-right {
        flex: 0 0 300px;
        max-width: 100%;
        min-height: 300px;
    }
    
    .auth-title {
        font-size: 26px;
    }
    
    .social-buttons {
        flex-direction: column;
    }
    
    .otp-inputs {
        gap: 10px;
    }
    
    .otp-input {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .auth-left {
        padding: 20px 15px;
    }
    
    .auth-title {
        font-size: 22px;
    }
    
    .auth-subtitle {
        font-size: 13px;
    }
    
    .otp-input {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}


/* ============================================
   Categories Page Styles - Updated Design
   ============================================ */

.categories-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Categories Header */
.categories-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.categories-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.categories-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.categories-actions {
    display: flex;
    gap: 15px;
}

.icon-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon-btn:hover {
    background: #e8e8e8;
    transform: scale(1.05);
}

/* Categories Grid - New Design */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.category-card {
    /* background: #f8f9fa;
    border-radius: 20px;
    padding: 25px 15px; */
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 140px;
    border: 2px solid transparent; */
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.category-card:hover {
    /* background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1); */
    /* transform: translateY(-5px); */
    /* border-color: #f0f0f0; */
    text-decoration: none;
}

.category-icon {
    /* width: 60px;
    height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    /* background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
    transition: all 0.3s ease;
}

/* .category-card:hover .category-icon { */
    /* transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15); */
/* } */

.category-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%
    /* object-fit: contain; */
}

.category-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.category-card:hover .category-name {
    color: #dc3545;
}

/* Add subtle gradient overlay */
.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.category-card:hover::before {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {

    .page-content {
        padding-top: 0 !important;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .categories-title {
        font-size: 26px;
    }
    
    /* .category-card {
        padding: 20px 10px;
        min-height: 120px;
        border-radius: 15px;
    } */
    
    /* .category-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-bottom: 12px;
    } */
    
    /* .category-icon img {
        width: 32px;
        height: 32px;
    } */
    
    .category-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .categories-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .categories-actions {
        width: 100%;
        justify-content: flex-end;
    }
    
    /* .category-card {
        padding: 18px 8px;
        min-height: 110px;
    } */
    
    /* .category-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    } */
    
    /* .category-icon img {
        width: 28px;
        height: 28px;
    } */
    
    .category-name {
        font-size: 12px;
    }
}


/* ============================================
   Favorites Page Styles
   ============================================ */

/* Favorites Header */
.favorites-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.favorites-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.favorites-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.favorites-actions {
    display: flex;
    gap: 15px;
}

/* Favorites Controls */
.favorites-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.products-count {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.view-toggle {
    display: flex;
    gap: 10px;
}

.view-btn {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.view-btn.active {
    /* background: #333;
    color: #fff; */
    border-color: #333;
}

/* Favorites Products Grid */
.favorites-products-grid {
    margin-top: 20px;
}

/* Heart Icon Active State */
.heart-icon-custom.active {
    color: #dc3545;
}

/* Responsive Design */
@media (max-width: 768px) {
    .favorites-header {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }
    
    .favorites-actions {
        width: 100%;
        justify-content: flex-end;
    }
    
    .favorites-title {
        font-size: 26px;
    }
    
    .products-count {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .favorites-controls {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .view-toggle {
        width: auto;
        justify-content: flex-end;
    }
}


/* ============================================
   Cart Page Styles
   ============================================ */

/* Breadcrumb */
.breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #999;
}

.breadcrumb-custom a {
    color: #999;
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    color: #dc3545;
}

.breadcrumb-custom span:last-child {
    color: #333;
    font-weight: 500;
}

/* Cart Items */
.cart-items {
    background: #fff;
    border-radius: 15px;
    padding: 0;
}

.cart-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    flex-shrink: 0;
    width: 170px;
    height: 120px;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-category {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cart-item-bonus {
    margin-bottom: 15px;
}

.bonus-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #28a745;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 5px 8px;
    height: 40px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #dc3545;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #DDD;
}

.qty-btn:hover {
    background: #c82333;
}

.qty-input {
    width: 60px;
    height: 30px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 5px;
}

.qty-input:focus {
    outline: none;
}

.delete-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f9fa;
    color: #999;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn:hover {
    background: #ffe5e5;
    color: #dc3545;
}

.cart-item-price {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
}

.cart-item-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Cart Summary */
.cart-summary {
    background: #eee;
    border-radius: 15px;
    padding: 30px;
    position: sticky;
    top: 100px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.summary-label {
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
}

.summary-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.pts-value {
    color: #28a745;
}

.discount-value {
    color: #dc3545;
}

.summary-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 20px 0;
}

.total-row {
    margin-bottom: 25px;
}

.total-row .summary-label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.total-row .total-value {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

/* Coupon Section */
.coupon-section {
    margin-bottom: 25px;
}

.coupon-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
}

.coupon-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.coupon-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding-left: 15px;
}

.coupon-badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #ffe5e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    font-size: 20px;
    margin-right: 10px;
}

.coupon-input {
    flex: 1;
    padding: 12px 50px 12px 0;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    background-color: transparent;
}

.coupon-input:focus {
    outline: none;
    border-color: #dc3545;
}

.coupon-apply-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 32px;
    border: none;
    background: #dc3545;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.coupon-apply-btn:hover {
    background: #c82333;
}

/* Checkout Button */
.btn-checkout {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background: #c82333;
    color : white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .cart-summary {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    /* .cart-item {
        flex-direction: column;
    } */
    
    .cart-item-image {
        width: 100%;
        height: 200px;
    }
    
    .cart-item-price {
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .cart-item-actions {
        flex-wrap: wrap;
    }

    .cart-item {
        padding: 7px !important;
    }

    .cart-item-header-mobile {
        gap: 9px !important;
    }

    .quantity-control {
        gap: 0 !important;
    }
}

@media (max-width: 480px) {
    .cart-item {
        padding: 20px 15px;
    }
    
    .cart-summary {
        padding: 20px;
    }
    
    .quantity-control {
        flex: 1;
    }
}


/* ============================================
   Checkout Page Styles
   ============================================ */

/* Checkout Items */
.checkout-items {
    background: #fff;
    border-radius: 15px;
    padding: 0;
}

.checkout-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-item:last-child {
    border-bottom: none;
}

.checkout-item-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-item-details {
    flex: 1;
}

.checkout-item-category {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.checkout-item-bonus {
    margin-bottom: 8px;
}

.bonus-badge-checkout {
    display: inline-block;
    padding: 3px 10px;
    background: #28a745;
    color: #fff;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.checkout-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.checkout-item-qty {
    flex-shrink: 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Checkout Payment */
.checkout-payment {
    background: #eee;
    border-radius: 15px;
    padding: 30px;
    position: sticky;
    top: 100px;
}

/* Payment Methods */
.payment-methods {
    margin-bottom: 30px;
}

.payment-method {
    margin-bottom: 15px;
}

.payment-method-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.payment-method-label:hover {
    background: #fff;
    border-color: #e0e0e0;
}

.payment-method input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment-method input[type="radio"]:checked ~ .payment-method-content {
    font-weight: 600;
}

.payment-method input[type="radio"]:checked ~ .radio-checkmark {
    background: #dc3545;
    border-color: #dc3545;
}

.payment-method input[type="radio"]:checked ~ .radio-checkmark:after {
    display: block;
}

.payment-method-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 15px;
}

.payment-method-name {
    font-size: 15px;
    color: #333;
}

.payment-method-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-method-icons img {
    height: 24px;
    width: auto;
}

.radio-checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.radio-checkmark:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

/* Checkout Summary */
.checkout-summary {
    margin-bottom: 25px;
}

/* Pay Button */
.btn-pay {
    width: 100%;
    padding: 16px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-pay:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

/* Responsive Design */
@media (max-width: 991px) {
    .checkout-payment {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .checkout-item {
        flex-wrap: wrap;
    }
    
    .checkout-item-image {
        width: 80px;
        height: 80px;
    }
    
    .checkout-item-qty {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    
    .checkout-payment {
        padding: 20px;
    }
    
    .payment-method-label {
        padding: 15px;
    }
    
    .payment-method-name {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .checkout-item {
        padding: 20px 15px;
    }
    
    .payment-method-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/* ============================================
   Purchases History & Orders Styles
   ============================================ */

/* Breadcrumb */
.breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.breadcrumb-custom a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    color: #dc3545;
}

.breadcrumb-custom .separator {
    color: #999;
}

/* Page Title */
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

/* Purchases Header */
.purchases-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* Tab Buttons */
.tab-buttons-custom {
    display: flex;
    gap: 10px;
}

.tab-btn-custom {
    padding: 10px 25px;
    border: none;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn-custom.active {
    background: #dc3545;
    color: white;
}

.tab-btn-custom:hover {
    background: #dc3545;
    color: white;
}

/* Tab Content */
.tab-content-custom {
    display: none;
}

.tab-content-custom.active {
    display: block;
}

/* Order Card */
.order-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

.order-header {
    margin-bottom: 20px;
}

.order-number {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.order-details {
    margin-bottom: 20px;
}

.order-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-info-row:last-child {
    border-bottom: none;
}

.order-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.order-value {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

/* Order Status */
.order-status {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.order-status.on-sale {
    background: #fff3cd;
    color: #856404;
}

.order-status.completed {
    background: #d4edda;
    color: #155724;
}

.order-status.in-progress {
    background: #fff3cd;
    color: #856404;
}

.order-status.cancelled {
    background: #f8d7da;
    color: #721c24;
}

.order-status.pending {
    background: #fff3cd;
    color: #856404;
}

/* Order Products */
.order-products {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.order-product-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f8f8;
    padding: 5px;
}

.order-arrow {
    margin-left: auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.order-arrow:hover {
    background: #dc3545;
    color: white;
}

/* ============================================
   Order Code Details Page - Two Column Layout
   ============================================ */

.code-display-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
}

.code-column-left {
    display: flex;
    flex-direction: column;
}

.code-card-compact {
    background: white;
    border: 3px dashed #4a90e2;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.code-brand-section {
    display: flex;
    justify-content: flex-start;
}

.brand-compact-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.code-details-compact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.code-label-compact {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.code-number-compact {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    letter-spacing: 1px;
}

.code-price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 30px;
    right: 80px;
}

.code-price-compact {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1;
}

.code-region-compact {
    font-size: 12px;
    color: #999;
    margin: 5px 0 0 0;
}

.code-actions-compact {
    display: flex;
    gap: 10px;
    position: relative;
    margin-top: 50%;
}

.btn-compact-action {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-compact-action:hover {
    background: #dc3545;
    color: white;
}

.decorative-dot {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #e91e63;
    background: white;
}

.code-column-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-info-compact {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
}

.order-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-info-item:last-child {
    border-bottom: none;
}

.info-label-compact {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.info-value-compact {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.status-badge-compact {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-compact.completed {
    background: #d4edda;
    color: #155724;
}

.redeem-compact {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
}

.redeem-title-compact {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.redeem-steps-compact {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin-bottom: 25px;
}

.redeem-steps-compact li {
    counter-increment: step-counter;
    padding: 8px 0;
    color: #999;
    font-size: 14px;
}

.redeem-steps-compact li::before {
    content: counter(step-counter) "- ";
    font-weight: 600;
    color: #999;
}

.btn-share-compact {
    width: 100%;
    padding: 14px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-share-compact:hover {
    background: #c82333;
}

.order-details-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
}

.order-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.detail-value {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.detail-status {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.detail-status.completed {
    background: #d4edda;
    color: #155724;
}

.redeem-section {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
}

.redeem-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.redeem-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin-bottom: 25px;
}

.redeem-list li {
    counter-increment: step-counter;
    padding: 8px 0;
    color: #999;
    font-size: 14px;
}

.redeem-list li::before {
    content: counter(step-counter) "- ";
    font-weight: 600;
    color: #999;
}

.btn-share-code {
    width: 100%;
    padding: 14px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-share-code:hover {
    background: #c82333;
}
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-share-full:hover {
    background: #c82333;
}

/* ============================================
   Order Items Details Page
   ============================================ */

.order-items-list {
    /* max-width: 800px; */
    margin: 0 auto;
}

.order-item-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-item-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-item-img {
    width: 120px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

.order-item-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.order-item-subtitle {
    font-size: 14px;
    color: #dc3545;
    font-weight: 600;
    margin: 0;
}

.order-item-date {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.order-item-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

.order-item-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #28a745;
}

.order-item-status.active {
    background: #28a745;
}

.btn-view-code {
    padding: 10px 25px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.btn-view-code:hover {
    background: #c82333;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .code-display-two-column {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .code-card-compact {
        padding: 25px 20px;
    }
    
    .code-price-section {
        position: static;
        align-items: flex-start;
        margin-top: 15px;
    }
    
    .code-actions-compact {
        position: static;
        margin-top: 15px;
    }
    
    .decorative-dot {
        display: none;
    }
    
    .purchases-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .order-item-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .order-item-actions {
        width: 100%;
        justify-content: space-between;
    }
}

/* ============================================
   Product Modal Styles
   ============================================ */
.modal-header .btn-close {
    margin-top: 4px;
}

.product-modal-content {
    border-radius: 15px;
    border: 0;
    overflow: hidden;
}

.product-modal-header {
    background: #f8f9fa;
    border-bottom: 0;
    padding: 15px 25px;
    position: relative;
    padding-bottom: 0;
}

.product-modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%;
}

.product-modal-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.product-modal-close:hover {
    color: #000;
}

.product-modal-nav {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding-top:0
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.nav-btn:hover {
    color: #4a90e2;
}

.nav-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.nav-next .nav-text {
    text-align: right;
}

.nav-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.nav-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.product-modal-body {
    padding: 25px;
}

.product-modal-image {
    text-align: center;
    margin-bottom: 25px;
    background: transparent;
    border-radius: 10px;
    padding: 0px;
    position: relative;
}

.modal-product-img {
    max-width: 100%;
    height: 280px;
    object-fit: contain;
    width: 100%;
    border-radius: 20px;
}

.product-modal-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
}

.modal-product-category {
    font-size: 14px;
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.modal-price-current {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1;
}

.price-old-discount {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.modal-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin: 0;
}

.modal-discount-percentage {
    background: rgb(220 53 69 / 20%);
    color: #dc3545;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

.modal-points-section {
    margin-bottom: 20px;
}

.points-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #6c6767;
    color: #12cc12;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.points-badge i {
    font-size: 16px;
}

.modal-product-actions {
    display: flex;
    gap: 10px;
}

.btn-modal-favorite,
.btn-modal-share {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-modal-share:hover {
    background: #dc3545;
    color: white;
}

.btn-modal-favorite:hover {
    background: #e0e0e0;
}

.btn-modal-favorite.active {
    background: #f5f5f5;
}

.product-modal-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #e0e0e0;
}

.product-modal-description p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.product-modal-footer {
    padding: 20px 25px;
    border-top: 0;
    background: #f8f9fa;
    display: flex;
    gap: 15px;
}

.btn-modal-buy,
.btn-modal-cart {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-modal-buy {
    background: #dc3545;
    color: white;
}

.btn-modal-buy:hover {
    background: #c82333;
    color: white;
}

.btn-modal-cart {
    background: #6c757d;
    color: white;
}

.btn-modal-cart:hover {
    background: #5a6268;
    color: white;
}

/* Make product cards clickable */
.product-card-custom {
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Modal image navigation arrows */
.modal-image-nav {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(128, 128, 128, 0.8) !important;
    border: none;
    color: white !important;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-image-nav:hover {
    background: rgba(128, 128, 128, 1) !important;
    transform: translateY(-50%) scale(1.1);
}

.modal-prev-btn {
    left: 15px;
}

.modal-next-btn {
    right: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    /* Make modal appear as bottom sheet */
    #productModal .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        transform: none !important;
    }

    #productModal .modal-content {
        border-radius: 20px 20px 0 0;
        border: 0;
        max-height: 90vh;
        overflow-y: auto;
    }

    #productModal.show .modal-dialog {
        transform: none !important;
    }

    .product-modal-header {
        padding: 15px 20px 10px;
        background: white;
        border-bottom: 0;
    }

    .product-modal-header::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 0 auto 15px;
    }

    .product-modal-header .modal-title {
        font-size: 18px;
        font-weight: 700;
    }

    .product-modal-close {
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 24px;
    }

    .product-modal-nav {
        display: none; /* Hide navigation on mobile */
    }

    .product-modal-body {
        padding: 20px;
    }

    .product-modal-image {
        margin-bottom: 20px;
        padding: 0;
        position: relative;
    }

    .modal-product-img {
        height: 200px;
        border-radius: 15px;
        width: 100%;
        object-fit: contain;
    }

    /* Navigation arrows on image - show on mobile */
    .modal-image-nav {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 35px !important;
        height: 35px !important;
        border-radius: 50% !important;
        background: rgba(128, 128, 128, 1) !important;
        border: none !important;
        color: white !important;
        font-size: 12px !important;
        cursor: pointer !important;
        z-index: 10 !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease !important;
    }

    .modal-image-nav:hover {
        background: rgba(128, 128, 128, 1) !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    .modal-prev-btn {
        left: 15px !important;
    }

    .modal-next-btn {
        right: 15px !important;
    }

    /* Image overlay for title and price */
    .modal-image-overlay {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        padding: 10px 15px;
        backdrop-filter: blur(10px);
    }

    .modal-overlay-content {
        text-align: center;
    }

    .modal-overlay-title {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin: 0 0 5px 0;
        line-height: 1.2;
    }

    .modal-overlay-price {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }

    /* App icons */
    .modal-app-icons {
        display: flex;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .app-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
        overflow: hidden;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .app-icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    
    .product-modal-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    /* Mobile price and points styling */
    .modal-product-price {
        margin-bottom: 15px;
    }

    .modal-price-current {
        font-size: 24px;
    }

    .price-old-discount {
        margin-top: 3px;
    }

    .modal-price-old {
        font-size: 13px;
    }

    .modal-discount-percentage {
        font-size: 11px;
        padding: 1px 5px;
    }

    .modal-points-section {
        margin-bottom: 15px;
    }

    .points-badge {
        padding: 5px 10px;
        font-size: 13px;
    }

    .points-badge i {
        font-size: 14px;
    }

    .modal-product-category {
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .modal-product-actions {
        gap: 8px;
    }

    .btn-modal-favorite,
    .btn-modal-share {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .product-modal-description {
        padding: 15px;
        margin-bottom: 20px;
    }

    .product-modal-description p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .product-modal-footer {
        padding: 15px 20px 20px;
        background: white;
        flex-direction: row;
        gap: 10px;
        border-top: 1px solid #f0f0f0;
    }

    .btn-modal-buy,
    .btn-modal-cart {
        padding: 14px 7px;
        font-size: 12px;
        border-radius: 10px;
    }

    .btn-modal-buy {
        flex: 1;
    }

    .btn-modal-cart {
        flex: 1;
    }

    /* Backdrop for bottom sheet */
    #productModal .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

/* Modal Quantity Selector */
.modal-quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
}

.modal-qty-btn {
    width: 45px;
    height: 45px;
    border: 2px solid #ccc;
    background: white;
    color: #666;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.modal-qty-minus {
    background: #f8f9fa;
    border-color: #dee2e6;
}

.modal-qty-plus {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
}

.modal-qty-btn:hover {
    transform: scale(1.05);
}

.modal-qty-minus:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.modal-qty-plus:hover {
    background: #5a6268;
    border-color: #545b62;
}

.modal-qty-display {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    min-width: 40px;
    text-align: center;
    margin: 0 5px;
}

/* Update modal footer layout */
.product-modal-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-modal-buy {
    flex: 1;
    max-width: none;
}

.modal-quantity-selector {
    flex: 0 0 auto;
}

/* ============================================
   No Results Found Page
   ============================================ */

.no-results-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.no-results-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.no-results-icon {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

.search-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    border: 3px dashed #4a90e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #f8f9fa;
}

.search-icon {
    font-size: 40px;
    color: #4a90e2;
}

.sad-face {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 24px;
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4a90e2;
}

.question-mark {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #4a90e2;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.no-results-text {
    margin-bottom: 40px;
}

.no-results-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.no-results-subtitle {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    margin: 0;
}

.search-suggestions {
    margin-bottom: 40px;
}

.suggestions-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.suggestion-tag {
    background: #f8f9fa;
    color: #666;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
}

.suggestion-tag:hover {
    background: #4a90e2;
    color: white;
    border-color: #4a90e2;
}

.no-results-actions {
    margin-top: 30px;
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #dc3545;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-back-home:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Animation for the icon */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.search-icon-wrapper {
    animation: float 3s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .no-results-section {
        min-height: 50vh;
        padding: 30px 0;
    }
    
    .search-icon-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .search-icon {
        font-size: 32px;
    }
    
    .no-results-title {
        font-size: 24px;
    }
    
    .no-results-subtitle {
        font-size: 14px;
    }
    
    .suggestion-tags {
        justify-content: center;
    }
}
/* ============================================
   Empty Cart Page
   ============================================ */

.empty-cart-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.empty-cart-content {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.empty-cart-icon {
    margin-bottom: 30px;
    display: inline-block;
}

.empty-cart-icon i {
    font-size: 120px;
    color: #ccc;
    display: block;
}

.empty-cart-text {
    margin-bottom: 40px;
}

.empty-cart-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.empty-cart-actions {
    margin-bottom: 50px;
}

.btn-go-shopping {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-go-shopping:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.cart-suggestions {
    margin-top: 40px;
}

.suggestions-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 600;
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.category-link {
    background: #f8f9fa;
    color: #666;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
}

.category-link:hover {
    background: #4a90e2;
    color: white;
    text-decoration: none;
    border-color: #4a90e2;
    transform: translateY(-2px);
}

/* Animation for the cart icon */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.empty-cart-icon i {
    animation: bounce 2s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .empty-cart-section {
        min-height: 50vh;
        padding: 50px 0;
    }
    
    .empty-cart-icon i {
        font-size: 100px;
    }
    
    .empty-cart-title {
        font-size: 20px;
    }
    
    .btn-go-shopping {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .category-links {
        flex-direction: column;
        align-items: center;
    }
    
    .category-link {
        width: 200px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .empty-cart-content {
        padding: 0 20px;
    }
    
    .empty-cart-icon i {
        font-size: 80px;
    }
    
    .empty-cart-title {
        font-size: 18px;
    }
}
/* ============================================
   Favorites List View Styles
   ============================================ */

/* List View Styles - Override default styles */
.favorites-products-grid.list-view {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.favorites-products-grid.list-view .product-col-custom {
    flex: 0 0 calc(33.333% - 10px) !important;
    max-width: calc(33.333% - 10px) !important;
    margin-bottom: 0 !important;
}

.favorites-products-grid.list-view .product-card-custom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 10px !important;
    gap: 12px !important;
    position: relative !important;
    background: #f8f8f8 !important;
    border-radius: 8px !important;
    height: 100% !important;
    min-height: 100px !important;
}

.favorites-products-grid.list-view .product-card-custom .fav-toggle-btn {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    width: 42px !important;
    height: 36px !important;
    background: #FFFFFF !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    z-index: 10 !important;
    transition: transform 0.2s ease !important;
}

.favorites-products-grid.list-view .product-card-custom .fav-toggle-btn:hover {
    transform: translateY(-50%) scale(1.05) !important;
}

.favorites-products-grid.list-view .product-card-custom .heart-icon-custom {
    position: static !important;
    font-size: 18px !important;
    color: #666 !important;

    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.favorites-products-grid.list-view .product-card-custom > a {
    flex-shrink: 0 !important;
    /* width: 90px !important; */
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.favorites-products-grid.list-view .product-image-custom {
    /* width: 90px !important;
    height: 100px !important; */
    width: 125px !important;
    height: 84px !important;
    object-fit: cover;
    border-radius: 6px !important;
    margin-bottom: 0;
}

.favorites-products-grid.list-view .product-content-custom {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-right: 30px !important;
    gap: 5px !important;
    margin-top: 0 !important;
}

.favorites-products-grid.list-view .product-title-custom {
    margin-bottom: 0 !important;
    text-align: left !important;
    font-size: 13px !important;
    color: #e74c3c !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.favorites-products-grid.list-view .product-price-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
    margin-top: 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

.favorites-products-grid.list-view .product-price-wrapper > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.favorites-products-grid.list-view .product-price-custom {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 2px !important;
}

.favorites-products-grid.list-view .product-old-price-custom {
    font-size: 11px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.favorites-products-grid.list-view .product-bonus-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #ffc107 !important;
    padding: 3px 8px !important;
    border-radius: 15px !important;
    margin-top: 3px !important;
}

.favorites-products-grid.list-view .bonus-icon-custom {
    font-size: 12px !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.favorites-products-grid.list-view .bonus-text-custom {
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000 !important;
}

/* Responsive for smaller screens */
@media (max-width: 992px) {
    .favorites-products-grid.list-view .product-col-custom {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 576px) {
    .favorites-products-grid.list-view .product-col-custom {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* View Toggle Button Styles */
.view-btn.active {
    /* background-color: #000 !important; */
    /* color: #fff !important; */
}

/* ============================================
   Products Page Category Filter Styles
   ============================================ */

/* Category Filter Tabs */
.category-filter-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-tab {
    padding: 12px 25px;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.filter-tab:hover {
    border-color: #dc3545;
    color: #dc3545;
    background: #fff5f5;
}

.filter-tab.active {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

/* Products Page Breadcrumb */
.breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.breadcrumb-custom a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-custom a:hover {
    color: #dc3545;
}

.breadcrumb-custom .separator {
    color: #999;
    margin: 0 5px;
}

.breadcrumb-custom span:last-child {
    color: #333;
    font-weight: 500;
}

/* Products Grid Responsive for Category Filters */
@media (max-width: 768px) {
    .category-filter-tabs {
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .filter-tab {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .category-filter-tabs {
        justify-content: center;
    }
    
    .filter-tab {
        flex: 1;
        text-align: center;
        min-width: 80px;
    }
}
/* ============================================
   Filter Modal Styles
   ============================================ */

.filter-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.filter-modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 25px;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.filter-modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.filter-modal-header .btn-close {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background-size: 16px;
}

.filter-modal-body {
    padding: 25px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-section:last-child {
    margin-bottom: 0;
}

.filter-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Category Tags */
.filter-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-category-tag {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
    color: #666;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-category-tag:hover {
    border-color: #dc3545;
    color: #dc3545;
}

.filter-category-tag.active {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

/* Radio Groups */
.filter-radio-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #666;
    padding-left: 0;
}

.filter-radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.filter-radio-label input[type="radio"]:checked ~ .radio-custom {
    border-color: #dc3545;
    background: #dc3545;
}

.filter-radio-label input[type="radio"]:checked ~ .radio-custom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.radio-text {
    font-weight: 500;
    color: #333;
    margin-top: -3%;
}

/* Discount Indicator */
.discount-indicator {
    margin-left: auto;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #dc3545 0%, #dc3545 50%, #e0e0e0 50%, #e0e0e0 100%);
    border-radius: 2px;
    position: relative;
}

.discount-indicator:after {
    content: '';
    position: absolute;
    right: 50%;
    top: -2px;
    width: 7px;
    height: 7px;
    background: #dc3545;
    border-radius: 50%;
    transform: translateX(50%);
}

/* Price Range Inputs */
.price-range-inputs {
    display: flex;
    gap: 15px;
}

.price-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #FFF;
    height: 45px;
}

.price-input:focus {
    outline: none;
    border-color: #dc3545;
    background: #fff;
}

.price-input::placeholder {
    color: #999;
}

/* Modal Footer */
.filter-modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 20px 25px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    gap: 15px;
}

.btn-reset {
    flex: 0 0 auto;
    padding: 12px 25px;
    background: transparent;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-reset:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #dc3545;
}

.btn-show-results {
    flex: 1;
    padding: 12px 25px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-show-results:hover {
    background: #c82333;
}

/* Filter Button Icon */
#filterBtn {
    position: relative;
}

#filterBtn i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .filter-modal-body {
        padding: 20px;
        max-height: 60vh;
    }
    
    .filter-category-tags {
        justify-content: center;
    }
    
    .filter-category-tag {
        flex: 1;
        text-align: center;
        min-width: 80px;
    }
    
    .price-range-inputs {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-modal-footer {
        flex-direction: row;
        gap: 10px;
    }

    .btn-show-results {
            padding: 12px 20px;
    }
    
    .btn-reset {
        order: 2;
    }
    
    .btn-show-results {
        order: 1;
    }
}

@media (max-width: 480px) {
    .filter-modal-header,
    .filter-modal-body,
    .filter-modal-footer {
        padding: 15px;
    }
    
    .filter-category-tag {
        padding: 6px 15px;
        font-size: 13px;
    }
}
/* ============================================
   Notification Modal Styles
   ============================================ */

.notification-modal-dialog {
    max-width: 480px;
    margin: 1.75rem auto;
}

.notification-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    overflow: hidden;
}

.notification-modal-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 25px 15px;
    position: relative;
}

.notification-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-align: center;
    width: 100%;
}

.notification-btn-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background-size: 16px;
    opacity: 0.6;
}

.notification-btn-close:hover {
    opacity: 1;
}

.notification-modal-body {
    padding: 0;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
}

/* Notification Sections */
.notification-section {
    padding: 0 25px 20px;
}

.notification-section:first-child {
    padding-top: 20px;
}

.notification-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.notification-date {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.clear-all-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.clear-all-btn:hover {
    color: #c82333;
}

/* Notification Items */
.notification-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.3s ease;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background-color: #f8f9fa;
    margin: 0 -25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
}

.payment-icon {
    background: #333;
}

.code-icon {
    background: #333;
}

.points-icon {
    background: #333;
}

.notification-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    flex: 1;
}

/* Custom Scrollbar */
.notification-modal-body::-webkit-scrollbar {
    width: 6px;
}

.notification-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.notification-modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.notification-modal-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Animation */
.notification-modal-content {
    animation: slideInDown 0.3s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .notification-modal-dialog {
        max-width: 90%;
        margin: 1rem auto;
    }
    
    .notification-modal-header {
        padding: 15px 20px 10px;
    }
    
    .notification-section {
        padding: 0 20px 15px;
    }
    
    .notification-section:first-child {
        padding-top: 15px;
    }
    
    .notification-modal-body {
        max-height: 60vh;
    }
    
    .notification-item {
        padding: 10px 0;
    }
    
    .notification-item:hover {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .notification-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .notification-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .notification-modal-dialog {
        max-width: 95%;
    }
    
    .notification-modal-header {
        padding: 12px 15px 8px;
    }
    
    .notification-modal-title {
        font-size: 16px;
    }
    
    .notification-section {
        padding: 0 15px 12px;
    }
    
    .notification-section:first-child {
        padding-top: 12px;
    }
    
    .notification-item:hover {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ============================================
   Settings Page Styles
   ============================================ */

.settings-content {
    background: #fff;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}

.setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.setting-item:last-child {
    border-bottom: none;
}

.setting-item:hover {
    background-color: #f8f9fa;
}

.setting-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.setting-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.setting-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Country Flag */
.country-flag {
    width: 30px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

/* Currency Badge */
.currency-badge {
    background: #dc3545;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Language Text */
.language-text {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

/* Delete Account Item */
.danger-item {
    border-bottom: 1px solid #f0f0f0;
}

.danger-item:hover {
    background-color: #fff5f5;
}

.delete-icon {
    font-size: 18px;
    color: #dc3545;
}

.danger-text {
    color: #dc3545;
    font-weight: 500;
}

/* Logout Item */
.logout-item {
    border-bottom: none;
}

.logout-item:hover {
    background-color: #f8f9fa;
}

.logout-icon {
    font-size: 18px;
    color: #666;
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 768px) {
    .settings-content {
        margin-top: 30px;
        padding: 0;
    }
    
    .setting-item {
        padding: 18px 20px;
    }
    
    .setting-label {
        font-size: 15px;
    }
    
    .country-flag {
        width: 25px;
        height: 18px;
    }
    
    .currency-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    .language-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .setting-item {
        padding: 15px 18px;
    }
    
    .setting-label {
        font-size: 14px;
    }
    
    .delete-icon,
    .logout-icon {
        font-size: 16px;
    }
}
/* ============================================
   Currency Modal Styles
   ============================================ */

.currency-modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}

.currency-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    overflow: hidden;
}

.currency-modal-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 25px 15px;
    position: relative;
}

.currency-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-align: center;
    width: 100%;
}

.currency-btn-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background-size: 16px;
    opacity: 0.6;
}

.currency-btn-close:hover {
    opacity: 1;
}

.currency-modal-body {
    padding: 0;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
}

/* Currency Items */
.currency-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    border-bottom: 1px solid #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.currency-item:hover {
    background-color: #f8f9fa;
}

.currency-item.active {
    background-color: #fff5f5;
}

.currency-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.currency-flag {
    width: 32px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.currency-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.currency-check {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency-item.active .currency-check {
    background: #dc3545;
    border-radius: 50%;
    color: #fff;
}

.currency-item.active .currency-check i {
    font-size: 14px;
    font-weight: bold;
}

.check-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.currency-item:hover .check-circle {
    border-color: #dc3545;
}

/* Animation */
.currency-modal-content {
    animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar for Currency Modal */
.currency-modal-body::-webkit-scrollbar {
    width: 6px;
}

.currency-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.currency-modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.currency-modal-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .currency-modal-dialog {
        max-width: 90%;
        margin: 1rem auto;
    }
    
    .currency-modal-header {
        padding: 15px 20px 10px;
    }
    
    .currency-item {
        padding: 15px 20px;
    }
    
    .currency-modal-body {
        max-height: 60vh;
    }
    
    .currency-flag {
        width: 28px;
        height: 20px;
    }
    
    .currency-name {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .currency-modal-dialog {
        max-width: 95%;
    }
    
    .currency-modal-header {
        padding: 12px 15px 8px;
    }
    
    .currency-modal-title {
        font-size: 16px;
    }
    
    .currency-item {
        padding: 12px 15px;
    }
    
    .currency-info {
        gap: 12px;
    }
    
    .currency-flag {
        width: 24px;
        height: 18px;
    }
    
    .currency-name {
        font-size: 14px;
    }
}
/* ============================================
   Contact Us Page Styles
   ============================================ */

.contact-us-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-form-section {
    max-width: 100%;
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.contact-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

/* Contact Form */
.contact-form {
    margin-bottom: 30px;
}

.contact-input {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f8f9fa;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-input:focus {
    outline: none;
    border-color: #dc3545;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.contact-input::placeholder {
    color: #999;
}

/* Phone Input Section */
.phone-input-section {
    position: relative;
}

.phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f9fa;
    overflow: hidden;
    transition: all 0.3s ease;
}

.phone-input-wrapper:focus-within {
    border-color: #dc3545;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.country-code-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 18px;
    border-right: 1px solid #e0e0e0;
    background: #fff;
    flex-shrink: 0;
}

.country-flag-small {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.country-code {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.phone-input {
    border: none;
    background: transparent;
    flex: 1;
    margin: 0;
}

.phone-input:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Textarea */
.contact-textarea {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f8f9fa;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-textarea:focus {
    outline: none;
    border-color: #dc3545;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.contact-textarea::placeholder {
    color: #999;
}

/* Send Button */
.btn-send {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.btn-send:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Contact Divider */
.contact-divider {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.contact-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.contact-divider span {
    background: #fff;
    padding: 0 20px;
    color: #999;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

/* WhatsApp Contact */
.whatsapp-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.whatsapp-contact:hover {
    background: #fff;
    border-color: #25d366;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.15);
}

.whatsapp-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.whatsapp-icon {
    width: 45px;
    height: 45px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.whatsapp-details {
    display: flex;
    flex-direction: column;
}

.whatsapp-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.whatsapp-number {
    font-size: 14px;
    color: #666;
}

.whatsapp-arrow {
    color: #999;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-us-content {
        margin-top: 30px;
        padding: 20px;
    }
    
    .contact-title {
        font-size: 20px;
    }
    
    .contact-input,
    .contact-textarea {
        padding: 12px 15px;
    }
    
    .country-code-selector {
        padding: 12px 15px;
    }
    
    .btn-send {
        padding: 12px;
        font-size: 15px;
    }
    
    .whatsapp-contact {
        padding: 15px 18px;
    }
    
    .whatsapp-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .whatsapp-title {
        font-size: 15px;
    }
    
    .whatsapp-number {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .contact-us-content {
        padding: 15px;
    }
    
    .contact-title {
        font-size: 18px;
    }
    
    .contact-subtitle {
        font-size: 13px;
    }
    
    .contact-input,
    .contact-textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .country-code-selector {
        padding: 10px 12px;
    }
    
    .country-flag-small {
        width: 20px;
        height: 14px;
    }
    
    .country-code {
        font-size: 13px;
    }
    
    .btn-send {
        padding: 10px;
        font-size: 14px;
    }
    
    .whatsapp-contact {
        padding: 12px 15px;
    }
    
    .whatsapp-info {
        gap: 12px;
    }
    
    .whatsapp-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
/* ============================================
   FAQ Page Styles
   ============================================ */

.faq-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* FAQ Header */
.faq-header {
    margin-bottom: 30px;
}

.faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.faq-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 100%;
}

.faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* FAQ Question */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-question[aria-expanded="true"] {
    background: #fff5f5;
    border-bottom: 1px solid #f0f0f0;
}

.question-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    flex: 1;
    margin-right: 15px;
}

.faq-icon {
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
    color: #dc3545;
    transform: rotate(180deg);
}

/* FAQ Answer */
.faq-answer {
    padding: 20px 25px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.faq-answer p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Collapse Animation */
.collapse {
    transition: all 0.3s ease;
}

.collapsing {
    transition: height 0.3s ease;
}

/* Active FAQ Item */
.faq-item:has(.collapse.show) {
    border-color: #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
}

.faq-item:has(.collapse.show) .faq-question {
    background: #fff5f5;
}

/* Custom Scrollbar for FAQ Content */
.faq-content {
    max-height: 80vh;
    overflow-y: auto;
}

.faq-content::-webkit-scrollbar {
    width: 6px;
}

.faq-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.faq-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.faq-content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-content {
        margin-top: 30px;
        padding: 20px;
        max-height: 70vh;
    }
    
    .faq-title {
        font-size: 20px;
    }
    
    .faq-subtitle {
        font-size: 13px;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .question-text {
        font-size: 15px;
        margin-right: 12px;
    }
    
    .faq-icon {
        font-size: 16px;
    }
    
    .faq-answer {
        padding: 18px 20px;
    }
    
    .faq-answer p {
        font-size: 13px;
    }
    
    .faq-item {
        margin-bottom: 12px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .faq-content {
        padding: 15px;
        max-height: 65vh;
    }
    
    .faq-title {
        font-size: 18px;
    }
    
    .faq-subtitle {
        font-size: 12px;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .question-text {
        font-size: 14px;
        margin-right: 10px;
    }
    
    .faq-icon {
        font-size: 14px;
    }
    
    .faq-answer {
        padding: 15px 18px;
    }
    
    .faq-answer p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .faq-item {
        margin-bottom: 10px;
        border-radius: 8px;
    }
}

/* Animation for FAQ Items */
.faq-item {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for FAQ items */
.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }
/* ============================================
   Terms & Conditions Page Styles
   ============================================ */

.terms-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Terms Header */
.terms-header {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.terms-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.terms-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* Terms Sections */
.terms-sections {
    max-width: 100%;
}

.terms-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f8f9fa;
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Clause Titles */
.clause-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Clause Content */
.clause-content {
    color: #666;
    line-height: 1.7;
}

.clause-content p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

.clause-content p:last-child {
    margin-bottom: 0;
}

/* Terms List */
.terms-list {
    margin: 15px 0;
    padding-left: 20px;
}

.terms-list li {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.6;
}

.terms-list li:last-child {
    margin-bottom: 0;
}

/* Custom Scrollbar for Terms Content */
.terms-content {
    max-height: 80vh;
    overflow-y: auto;
}

.terms-content::-webkit-scrollbar {
    width: 6px;
}

.terms-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.terms-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.terms-content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Hover Effects */
.terms-section {
    transition: all 0.3s ease;
    padding: 20px;
    margin: 0 -20px 25px -20px;
    border-radius: 8px;
}

.terms-section:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms-content {
        margin-top: 30px;
        padding: 20px;
        max-height: 70vh;
    }
    
    .terms-title {
        font-size: 20px;
    }
    
    .terms-subtitle {
        font-size: 13px;
    }
    
    .clause-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .clause-content p {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .terms-list {
        padding-left: 18px;
        margin: 12px 0;
    }
    
    .terms-list li {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .terms-section {
        margin-bottom: 25px;
        padding-bottom: 20px;
        padding: 15px;
        margin: 0 -15px 20px -15px;
    }
    
    .terms-header {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .terms-content {
        padding: 15px;
        max-height: 65vh;
    }
    
    .terms-title {
        font-size: 18px;
    }
    
    .terms-subtitle {
        font-size: 12px;
    }
    
    .clause-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .clause-content p {
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left;
    }
    
    .terms-list {
        padding-left: 15px;
        margin: 10px 0;
    }
    
    .terms-list li {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    
    .terms-section {
        margin-bottom: 20px;
        padding-bottom: 15px;
        padding: 12px;
        margin: 0 -12px 15px -12px;
    }
    
    .terms-header {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
}

/* Animation for Terms Sections */
.terms-section {
    animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for terms sections */
.terms-section:nth-child(1) { animation-delay: 0.1s; }
.terms-section:nth-child(2) { animation-delay: 0.2s; }
.terms-section:nth-child(3) { animation-delay: 0.3s; }
.terms-section:nth-child(4) { animation-delay: 0.4s; }
.terms-section:nth-child(5) { animation-delay: 0.5s; }
.terms-section:nth-child(6) { animation-delay: 0.6s; }
.terms-section:nth-child(7) { animation-delay: 0.7s; }
.terms-section:nth-child(8) { animation-delay: 0.8s; }

/* Print Styles */
@media print {
    .terms-content {
        box-shadow: none;
        max-height: none;
        overflow: visible;
    }
    
    .terms-section {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .clause-title {
        page-break-after: avoid;
    }
}


/* ============================================
   Mobile Header Styles - Updated Design
   ============================================ */

/* Mobile Header Container */
.mobile-header {
    display: none;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Mobile Top Bar */
.mobile-top-bar {
    background: #f8f9fa;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-top-links {
    display: flex;
    gap: 12px;
    margin-bottom: 5px;
}

.mobile-top-links a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.mobile-top-links a:hover {
    color: #dc3545;
}

.mobile-top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #999;
}

.mobile-language {
    font-weight: 500;
    color: #666;
}

.mobile-support {
    font-size: 10px;
}

.mobile-support a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}

/* Mobile Main Header */
.mobile-main-header {
    padding: 12px 0;
    background: #fff;
}

.mobile-header-logo {
    margin-bottom: 12px;
    text-align: center;
}

.mobile-header-logo img {
    height: 32px;
    width: auto;
}

/* Mobile Search */
.mobile-search-wrapper {
    margin-bottom: 12px;
}

.mobile-search-form {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 25px;
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
}

.mobile-search-form input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
    outline: none;
}

.mobile-search-form input::placeholder {
    color: #999;
}

.mobile-search-form button {
    background: none;
    border: none;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-form button:hover {
    color: #dc3545;
}

/* Mobile Categories Button */
.mobile-categories-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}

.mobile-categories-btn:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.35);
}

.mobile-categories-btn i {
    font-size: 16px;
}

/* Mobile User Section */
.mobile-user-section {
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.mobile-user-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-user-details {
    display: flex;
    flex-direction: column;
}

.mobile-user-welcome {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.mobile-user-points {
    font-size: 13px;
    color: #999;
}

.mobile-user-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile-action-icon {
    position: relative;
    color: #333;
    font-size: 22px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mobile-action-icon:hover {
    color: #dc3545;
}

.mobile-profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e0e0e0;
}

.mobile-profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-action-badge {
    position: absolute;
    top: 9px;
    right: -6px;
    background: #dc3545;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
    height: 16px;
    width: 16px;
    line-height: 13px;
}

/* Show mobile header only on mobile */
@media (max-width: 991px) {
    .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .mobile-top-bar {
        padding: 6px 0;
    }
    
    .mobile-main-header {
        padding: 10px 0;
    }
    
    .mobile-user-section {
        padding: 12px 0;
    }
    
    .mobile-user-welcome {
        font-size: 142x;
    }
    
    .mobile-user-points {
        font-size: 12px;
    }
}


/* ============================================
   Mobile Bottom Navigation - New Design
   ============================================ */

.mobile-bottom-nav {
    position: fixed;
    bottom: 12px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #444;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 55px;
}

.mobile-nav-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 2px;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-nav-item span {
    transition: all 0.3s ease;
    font-size: 10px;
}

.mobile-nav-item:hover {
    color: #111;
}

.mobile-nav-item.active {
    color: #111;
}

.mobile-nav-item.active .mobile-nav-icon-wrapper {
    background: rgba(0, 0, 0, 0.12);
}

.mobile-cart-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FF324D;
    color: white;
    border-radius: 50%;
    font-size: 9px;
    font-weight: bold;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .section-title.style-2 h3 {
        margin-bottom: 0;
    }
}

/* Add padding to main content to prevent overlap with bottom nav */
@media (max-width: 991px) {
    /* body {
        padding-bottom: 90px;
    } */

    .bottom-footer-custom {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-section-title, .footer-section-title-small {
        text-align: center;
    }

    .breadcrumb-custom {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .mobile-bottom-nav {
        bottom: 12px;
        left: 6px;
        right: 6px;
        padding: 10px 8px;
    }
    
    .mobile-nav-item {
        font-size: 10px;
        min-width: 55px;
    }
    
    .mobile-nav-item i {
        font-size: 20px;
        margin-bottom: 3px;
    }
}


/* ============================================
   Mobile Footer Styles
   ============================================ */

@media (max-width: 991px) {
    /* Footer Main Section */
    .footer-mid-custom {
        padding: 40px 0;
    }
    
    .footer-logo-custom {
        max-width: 120px;
        margin-bottom: 20px;
    }
    
    .footer-list-custom {
        margin-bottom: 30px;
    }
    
    .footer-list-item-custom {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    /* Security Section */
    .security-content-custom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .qr-code-custom {
        width: 70px;
        height: 70px;
    }
    
    .app-img-custom {
        height: 32px;
    }
    
    /* Social Icons */
    .social-icons-custom {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    
    .social-icon-custom {
        width: 32px;
        height: 32px;
    }
    
    .social-icon-img-custom {
        width: 16px;
        height: 16px;
    }
    
    /* Service Section */
    .service-text-custom,
    .service-text-last-custom {
        font-size: 13px;
    }
    
    /* Footer Sections */
    .footer-section-title,
    .footer-section-title-small {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    /* Bottom Footer */
    .bottom-footer-custom {
        padding: 12px 0;
    }
    
    .bottom-footer-text {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    /* Stack footer columns */
    .footer-mid-custom .row > div {
        margin-bottom: 30px;
    }
    
    .footer-mid-custom .row > div:last-child {
        margin-bottom: 0;
    }
    
    /* Center align on mobile */
    .footer-logo-custom {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .footer-list-custom {
        text-align: center;
    }
    
    .security-content-custom {
        align-items: center;
        text-align: center;
    }
    
    .social-icons-custom {
        justify-content: center;
    }
    
    .service-text-custom,
    .service-text-last-custom {
        text-align: center;
    }

    .hero-slider-1 .single-hero-slider {
        height: 160px;
    }

    .home-slide-cover {
        margin-top: 20px !important;
    }

    .section-title {
        margin-bottom: 10px !important;
    }

    .section-title h3 , .section-title a {
        margin-bottom: 0;
        font-size: 13px !important;
    }

    .category-item h3 {
        font-size: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .footer-mid-custom {
        padding: 30px 0;
    }
    
    .footer-logo-custom {
        max-width: 100px;
    }
    
    .qr-code-custom {
        width: 60px;
        height: 60px;
    }
    
    .app-img-custom {
        height: 28px;
    }
    
    .bottom-footer-text {
        font-size: 11px;
        padding: 0 10px;
    }
}


/* ============================================
   Hide Scrollbar on Mobile
   ============================================ */

@media (max-width: 991px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    body::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    body {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    /* Also hide for main content */
    html::-webkit-scrollbar {
        display: none;
    }
    
    html {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}


/* ============================================
   Hide Scroll Up Button on Mobile
   ============================================ */

@media (max-width: 991px) {
    #scrollUp {
        display: none !important;
    }
}


/* ============================================
   Currency Modal Styles
   ============================================ */

/* Modal Dialog Bottom */
.modal-dialog-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
}

.currency-modal-content {
    border-radius: 25px 25px 0 0;
    border: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

.currency-modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 20px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.currency-modal-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.currency-icon-wrapper {
    width: 45px;
    height: 45px;
    background: #ffe5e5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.currency-icon-wrapper i {
    font-size: 22px;
    color: #dc3545;
}

.currency-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.currency-modal-subtitle {
    font-size: 13px;
    color: #999;
    margin: 3px 0 0 0;
}

.currency-modal-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

/* Currency List */
.currency-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.currency-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    background: #f8f9fa;
    border: 2px solid #f8f9fa;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.currency-item:hover {
    background: #fff;
    border-color: #e0e0e0;
}

.currency-item.active {
    background: #fff;
    border-color: #dc3545;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}

.currency-item-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.currency-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.currency-info {
    display: flex;
    flex-direction: column;
}

.currency-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.currency-code {
    font-size: 13px;
    color: #999;
}

/* Custom Radio Button */
.currency-radio {
    position: relative;
}

.currency-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.currency-radio label {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.currency-radio label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 12px;
    height: 12px;
    background: #dc3545;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.currency-radio input[type="radio"]:checked + label {
    border-color: #dc3545;
}

.currency-radio input[type="radio"]:checked + label:after {
    transform: translate(-50%, -50%) scale(1);
}

.currency-item.active .currency-radio label {
    border-color: #dc3545;
}

.currency-item.active .currency-radio label:after {
    transform: translate(-50%, -50%) scale(1);
}

/* Responsive */
@media (min-width: 768px) {
    .modal-dialog-bottom {
        position: relative;
        max-width: 500px;
        margin: 1.75rem auto;
    }
    
    .currency-modal-content {
        border-radius: 15px;
    }
}


/* ============================================
   Mobile Search Page Styles
   ============================================ */

.mobile-search-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-search-page.active {
    transform: translateX(0);
}

/* Mobile Search Header */
.mobile-search-header {
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-search-back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mobile-search-back:hover {
    background: #e8e8e8;
}

.mobile-search-back i {
    font-size: 20px;
    color: #333;
}

.mobile-search-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 10px 15px;
    gap: 10px;
    height: 45px;
}

.mobile-search-input-wrapper i {
    font-size: 18px;
    color: #999;
}

.mobile-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    outline: none;
    padding-left: 5px;
}


.mobile-search-input:focus {
    border: 0 !important;
}

.mobile-search-input::placeholder {
    color: #999;
}

/* Mobile Search Content */
.mobile-search-content {
    padding: 20px 15px;
}

/* Popular Searches Section */
.popular-searches-section {
    margin-bottom: 30px;
}

.popular-searches-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.popular-searches-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-tag:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #333;
}

.search-tag i {
    font-size: 14px;
    color: #999;
}

/* Responsive */
@media (max-width: 480px) {
    .mobile-search-header {
        padding: 12px;
    }
    
    .mobile-search-back {
        width: 36px;
        height: 36px;
    }
    
    .mobile-search-content {
        padding: 15px 12px;
    }
    
    .popular-searches-title {
        font-size: 18px;
    }
    
    .search-tag {
        padding: 8px 15px;
        font-size: 13px;
    }
}


/* ============================================
   Mobile Profile Page Styles
   ============================================ */

.mobile-profile-page {
    background: #f5f5f5;
    min-height: 100vh;
    padding: 20px 15px 100px;
}

/* Profile Header */
.mobile-profile-header {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.profile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-header-left {
    flex: 1;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 13px 0;
}

.profile-welcome {
    font-size: 15px;
    color: #999;
    margin: 0;
}

.profile-header-right {
    flex-shrink: 0;
}

.profile-avatar-link {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #e8e8f5;
}

.profile-avatar-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Loyalty Card */
.mobile-loyalty-card {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.loyalty-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.loyalty-label {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 500;
}

.loyalty-coin-icon {
    width: 50px;
    height: 50px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loyalty-coin-icon i {
    font-size: 24px;
    color: #fff;
}

.loyalty-points-display {
    margin-bottom: 15px;
}

.loyalty-points-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.loyalty-points-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
}

.loyalty-redeem-link {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.loyalty-redeem-link:hover {
    color: #fff;
}

/* Mobile Account Section */
.mobile-account-section {
    margin-bottom: 30px;
}

.account-section-title {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    font-weight: 600;
}

.account-menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account-menu-item {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.account-menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.account-menu-item.highlight {
    background: #ffe5e5;
}

.account-menu-icon {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.account-menu-item.highlight .account-menu-icon {
    background: #fff;
}

.account-menu-icon i {
    font-size: 20px;
    color: #666;
}

.account-menu-item.highlight .account-menu-icon i {
    color: #dc3545;
}

.account-menu-text {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.account-menu-arrow {
    font-size: 18px;
    color: #999;
}


/* ============================================
   Edit Profile Page Styles
   ============================================ */

.edit-profile-page {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Edit Profile Header */
.edit-profile-header {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
    margin: -30px -30px 20px -30px;
    border-radius: 15px 15px 0 0;
}

@media (min-width: 992px) {
    .edit-profile-page {
        padding: 30px;
    }
    
    .edit-profile-header {
        display: none;
    }
}

.back-btn-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    flex-shrink: 0;
}

.back-btn-profile i {
    font-size: 20px;
}

.edit-profile-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

/* Profile Photo Section */
.profile-photo-section {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.profile-photo-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.profile-photo-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8e8f5;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.change-photo-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #dc3545;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.change-photo-btn i {
    font-size: 16px;
    color: #fff;
}

.change-photo-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Edit Profile Form */
.edit-profile-form {
    padding: 20px 15px;
}

.form-group-profile {
    margin-bottom: 20px;
}

.form-label-profile {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-control-profile {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.form-control-profile:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-control-profile::placeholder {
    color: #ccc;
}

/* Input with Badge */
.input-with-badge {
    position: relative;
}

.verified-badge {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #d4edda;
    color: #28a745;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-badge i {
    font-size: 12px;
}

/* Phone Input */
.phone-input-profile {
    display: flex;
    gap: 10px;
}

.country-code-select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    border: 0;
    padding-left: 0;
}

.country-flag-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.country-code-select span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.country-code-select i {
    font-size: 14px;
    color: #999;
}

.phone-input-field {
    flex: 1;
}

/* Date Input */
.date-input-wrapper {
    position: relative;
}

.date-input-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
}

/* Gender Toggle */
.gender-toggle {
    display: flex;
    gap: 10px;
}

.gender-btn {
    flex: 1;
    padding: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gender-btn:hover {
    border-color: #ccc;
}

.gender-btn.active {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

/* Profile Options List */
.profile-options-list {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-option-item {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-option-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.profile-option-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.profile-option-icon.red {
    background: #ffe5e5;
}

.profile-option-icon.red i {
    color: #dc3545;
    font-size: 18px;
}

.profile-option-icon.pink {
    background: #ffe5f0;
}

.profile-option-icon.pink i {
    color: #e91e63;
    font-size: 18px;
}

.profile-option-text {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.profile-option-arrow {
    font-size: 18px;
    color: #999;
}

/* Save Button */
.btn-save-profile {
    width: 100%;
    padding: 16px;
    background: #e0e0e0;
    color: #999;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-save-profile:hover {
    background: #d0d0d0;
}

.btn-save-profile.active {
    background: #dc3545;
    color: #fff;
}

/* Responsive */
@media (max-width: 480px) {
    .mobile-profile-page {
        padding: 15px 12px 100px;
    }
    
    .profile-name {
        font-size: 24px;
    }
    
    .profile-avatar-link {
        width: 60px;
        height: 60px;
    }
    
    .loyalty-points-number {
        font-size: 40px;
    }
}


/* ============================================
   Sidebar Profile Header Update
   ============================================ */

.profile-card .profile-header-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.profile-card .profile-header-left {
    flex: 1;
}

.profile-card .profile-header-left .profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.profile-card .profile-header-left .profile-welcome {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

.profile-card .profile-header-right {
    flex-shrink: 0;
    margin-left: 15px;
}

.profile-card .profile-header-right .profile-avatar-link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e8e8f5;
    transition: all 0.3s ease;
}

.profile-card .profile-header-right .profile-avatar-link:hover {
    transform: scale(1.05);
    border-color: #dc3545;
}

.profile-card .profile-header-right .profile-avatar-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ============================================
   Profile Icon Styles
   ============================================ */

.profile_icon {
    flex-shrink: 0;
    margin-left: 15px;
}

.profile-icon-link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e8e8f5;
    transition: all 0.3s ease;
}

.profile-icon-link:hover {
    transform: scale(1.05);
    border-color: #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
}

.profile-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
        border-radius: 50%;
}


/* ============================================
   Change Password Page Styles
   ============================================ */

.change-password-page {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.change-password-header {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
    margin: -30px -30px 20px -30px;
    border-radius: 15px 15px 0 0;
}

.back-btn-change {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    flex-shrink: 0;
}

.back-btn-change i {
    font-size: 20px;
}

.change-password-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.password-info-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    line-height: 1.6;
}

.change-password-form {
    max-width: 600px;
}

.form-group-password {
    margin-bottom: 25px;
}

.form-label-password {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}

.password-input-wrapper {
    position: relative;
}

.form-control-password {
    width: 100%;
    padding: 14px 50px 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.form-control-password:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-control-password::placeholder {
    color: #ccc;
}

.password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #999;
    font-size: 18px;
}

.password-toggle-btn:hover {
    color: #666;
}

.btn-save-password {
    width: 100%;
    padding: 16px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-save-password:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

@media (min-width: 992px) {
    .change-password-header {
        display: none;
    }
}


/* ============================================
   Login History Page Styles
   ============================================ */

.login-history-page {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.login-history-header {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
    margin: -30px -30px 20px -30px;
    border-radius: 15px 15px 0 0;
}

.back-btn-history {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    flex-shrink: 0;
}

.back-btn-history i {
    font-size: 20px;
}

.login-history-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.devices-section {
    max-width: 700px;
}

.devices-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.devices-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
    line-height: 1.6;
}

.device-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.device-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border: 2px solid #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.device-item:hover {
    border-color: #e0e0e0;
}

.device-item.current-device {
    background: #fff;
    border-color: #dc3545;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}

.device-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.device-item.current-device .device-icon {
    background: #e8f5e9;
}

.device-icon i {
    font-size: 24px;
    color: #666;
}

.device-item.current-device .device-icon i {
    color: #28a745;
}

.device-info {
    flex: 1;
}

.device-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.device-time {
    font-size: 13px;
    color: #999;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.device-time i {
    font-size: 14px;
}

.device-badge {
    flex-shrink: 0;
}

.current-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #ffe5e5;
    color: #dc3545;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.device-logout-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.device-logout-btn:hover {
    background: #ffe5e5;
    border-color: #dc3545;
    color: #dc3545;
}

.device-logout-btn i {
    font-size: 18px;
    color: #999;
}

.device-logout-btn:hover i {
    color: #dc3545;
}

@media (min-width: 992px) {
    .login-history-header {
        display: none;
    }
}

@media (max-width: 480px) {
    .device-item {
        padding: 15px;
    }
    
    .device-icon {
        width: 45px;
        height: 45px;
    }
    
    .device-icon i {
        font-size: 20px;
    }
    
    .device-name {
        font-size: 15px;
    }
    
    .device-time {
        font-size: 12px;
    }
}


/* ============================================
   Purchases History Tabs Styles
   ============================================ */

.purchases-mobile-header {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin: -30px -30px 20px -30px;
    border-radius: 15px 15px 0 0;
}

.back-btn-purchases {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    flex-shrink: 0;
}

.back-btn-purchases i {
    font-size: 20px;
}

.purchases-mobile-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.purchases-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.purchases-tab-btn {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    background: #f5f5f5;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.purchases-tab-btn:hover {
    background: #e8e8e8;
}

.purchases-tab-btn.active {
    background: #dc3545;
    color: #fff;
}

.purchases-tab-content {
    display: none;
}

.purchases-tab-content.active {
    display: block;
}

/* Empty State */
.empty-purchases-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-icon {
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.empty-icon i {
    font-size: 60px;
    color: #ccc;
}

.empty-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.empty-text {
    font-size: 15px;
    color: #999;
    margin: 0;
}

@media (min-width: 992px) {
    .purchases-mobile-header {
        display: none;
    }
}

@media (max-width: 480px) {
    .purchases-tabs {
        gap: 8px;
    }
    
    .purchases-tab-btn {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .empty-icon {
        width: 100px;
        height: 100px;
    }
    
    .empty-icon i {
        font-size: 50px;
    }
    
    .empty-title {
        font-size: 20px;
    }
    
    .empty-text {
        font-size: 14px;
    }
}


/* ============================================
   Authentication Modals Styles
   ============================================ */

/* Auth Modal Content */
.auth-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.auth-modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 30px;
}

.auth-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.auth-modal-body {
    padding: 30px;
}

.auth-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
}

/* Auth Method Toggle */
.auth-method-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.auth-method-btn {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.auth-method-btn.active {
    background: #dc3545;
    color: #fff;
}

.auth-method-btn:hover:not(.active) {
    background: #e8e8e8;
}

/* Auth Input Group */
.auth-input-group {
    margin-bottom: 20px;
}

.auth-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.auth-input:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.auth-input::placeholder {
    color: #ccc;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 16px;
    transition: all 0.3s ease;
    background-color: #FFF;
}

.phone-input-wrapper:focus-within {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.country-code-select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
    flex-shrink: 0;
    border: 0;
    padding-left: 0;
}

.country-flag-small {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.country-code-select span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.country-code-select i {
    font-size: 12px;
    color: #999;
}

.phone-input {
    border: none !important;
    padding: 14px 0 !important;
    box-shadow: none !important;
}

.phone-input:focus {
    border: none !important;
    box-shadow: none !important;
}

/* Email Verify Wrapper */
.email-verify-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.email-input {
    flex: 1;
}

/* Phone Verify Wrapper */
.phone-verify-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.phone-verify-wrapper .phone-input-wrapper {
    flex: 1;
}

.verify-btn {
    padding: 14px 24px;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.verify-btn:hover {
    background: #e8e8e8;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .auth-input {
    padding-right: 45px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #999;
    font-size: 18px;
}

.password-toggle:hover {
    color: #666;
}

/* Forgot Password Link */
.forgot-password-link {
    font-size: 13px;
    color: #dc3545;
    text-decoration: none;
}

.forgot-password-link:hover {
    text-decoration: underline;
}

/* Auth Submit Button */
.auth-submit-btn {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.auth-submit-btn:hover {
    background: #ce1b32ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Auth Divider */
.auth-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: #999;
    font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.auth-divider span {
    padding: 0 15px;
}

/* Google Login Button */
.google-login-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.google-login-btn:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

.google-icon {
    width: 20px;
    height: 20px;
}

/* Guest Continue Button */
.guest-continue-btn {
    width: 100%;
    padding: 14px;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.guest-continue-btn:hover {
    background: #e8e8e8;
}

/* Auth Switch Text */
.auth-switch-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 0;
}

.auth-switch-text a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}

.auth-switch-text a:hover {
    text-decoration: underline;
}

/* Auth Checkbox */
.auth-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.auth-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #dc3545;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.auth-checkbox .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.auth-checkbox .form-check-label {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    cursor: pointer;
}

.terms-link {
    color: #dc3545;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* Auth Icon Link (for Login/Register icons in header) */
.auth-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.auth-icon-link img {
    width: 30px;
    height: 30px;
}

.auth-icon-text {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.auth-icon-link:hover .auth-icon-text {
    color: #dc3545;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-modal-content {
        border-radius: 15px;
    }
    
    .auth-modal-header {
        padding: 20px;
    }
    
    .auth-modal-title {
        font-size: 20px;
    }
    
    .auth-modal-body {
        padding: 20px;
    }
    
    /* .auth-method-toggle {
        flex-direction: column;
    } */
    
    .auth-method-btn {
        width: 100%;
    }

    .home-slider .hero-slider-1 {
        height: auto;
    }
}


/* ============================================
   Reset Password & OTP Modals Styles
   ============================================ */

/* OTP Alert */
.otp-alert {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.otp-alert i {
    font-size: 24px;
    color: #2196f3;
    flex-shrink: 0;
}

.otp-alert-title {
    font-size: 14px;
    color: #1976d2;
    font-weight: 600;
    margin-bottom: 5px;
}

.otp-alert-code {
    font-size: 18px;
    color: #1565c0;
    font-weight: 700;
}

/* OTP Inputs Wrapper */
.otp-inputs-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.otp-input {
    width: 50px;
    height: 50px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #dc3545;
    transition: all 0.3s ease;
}

.otp-input:focus {
    outline: none;
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.otp-input:not(:placeholder-shown) {
    border-color: #dc3545;
}

/* Resend Text */
.resend-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.resend-timer {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.resend-timer span {
    color: #dc3545;
    font-weight: 600;
}

/* Reset Method Toggle */
#emailResetBtn,
#phoneResetBtn {
    flex: 1;
}

/* Responsive OTP Inputs */
@media (max-width: 576px) {
    .otp-inputs-wrapper {
        gap: 8px;
    }
    
    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/* ============================================
   Country Selector Modal Styles
   ============================================ */

/* Country Modal Content */
.country-modal-content {
    border-radius: 20px 20px 0 0;
    border: none;
    max-height: 90vh;
}

.country-modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 25px;
}

.country-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.country-modal-body {
    padding: 20px 25px;
    max-height: 70vh;
    overflow-y: auto;
}

/* Country Search */
.country-search-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.country-search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc3545;
    font-size: 18px;
}

.country-search-input {
    width: 100%;
    padding: 14px 16px 14px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f8f8f8;
    transition: all 0.3s ease;
}

.country-search-input:focus {
    outline: none;
    border-color: #dc3545;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.country-search-input::placeholder {
    color: #999;
}

/* Popular Countries Section */
.popular-countries-section {
    margin-bottom: 25px;
}

.popular-countries-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.popular-countries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.popular-country-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.popular-country-item:hover {
    border-color: #dc3545;
    background: #fff5f5;
}

.popular-country-item.active {
    border-color: #dc3545;
    background: #fff5f5;
}

.popular-country-flag {
    width: 32px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}

.popular-country-code {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Countries List */
.countries-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.country-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    padding-inline-start: 50px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f8f8;
    position: relative;
}

.country-list-item::before {
    content: '';
    position: absolute;
    inset-inline-start: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
}

.country-list-item:hover {
    background: #fff5f5;
}

.country-list-item.active {
    background: #ffe5e5;
    border: 2px solid #dc3545;
}

.country-list-item.active::before {
    border-color: #dc3545;
    background: #dc3545;
    box-shadow: inset 0 0 0 4px #fff;
}

.country-list-flag {
    width: 32px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    order: 2;
    margin-inline-start: auto;
}

.country-list-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    order: 1;
    text-align: start;
}

.country-list-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.country-list-code {
    font-size: 12px;
    color: #999;
}

.country-check-icon {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    #countryModal .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        transform: none !important;
    }
    
    #countryModal .modal-content {
        border-radius: 20px 20px 0 0;
        border: 0;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    #countryModal.show .modal-dialog {
        transform: none !important;
    }

    .country-modal-header {
        padding: 15px 20px 10px;
        background: white;
        border-bottom: 0;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    .country-modal-header::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 0 auto 15px;
    }
    
    .country-modal-header .modal-title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        width: 100%;
    }
    
    .country-modal-header .btn-close {
        position: absolute;
        inset-inline-start: 20px;
        top: 20px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .popular-countries-grid {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 10px;
        scrollbar-width: none;
    }
    .popular-countries-grid::-webkit-scrollbar {
        display: none;
    }
    .popular-country-item {
        flex: 0 0 75px;
        min-width: 75px;
    }
    
    .country-modal-content {
        border-radius: 20px 20px 0 0;
    }
    
    .country-modal-header {
        padding: 15px 20px 10px;
    }
    
    .country-modal-title {
        font-size: 18px;
    }
    
    .country-modal-body {
        padding: 15px 20px;
    }
}


@media (max-width: 990px) {
    .container, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .dot-style-1.dot-style-1-position-1 ul {
        bottom: -20%;
    }
}

.section-title {
    display: flex !important;
    align-items: center
}



/* ============================================
   Product Grid Mobile Responsive
   ============================================ */

/* Mobile - Show 2 products per row */
@media (max-width: 575px) {
    .product-col-custom {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Small Mobile - Show 2 products per row */
@media (max-width: 400px) {
    .product-col-custom {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    
    .product-card-custom {
        padding: 10px;
    }
    
    .product-card-custom .product-image-custom {
        height: 75px;
    }

    .product-card-custom {
        height: 185px;
    }
}


/* ============================================
   Cart Mobile Responsive Design
   ============================================ */

/* Mobile Cart Layout */
@media (max-width: 991px) {
    /* Cart Items - Full Width on Mobile */
    .col-lg-8,
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Cart Item - Card Style */
    .cart-item {
        background: #fff;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    /* Mobile Wrapper */
    .cart-item-mobile-wrapper {
        width: 100%;
    }
    
    /* Cart Item Header - Image and Title */
    .cart-item-header-mobile {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
    
    .cart-item-image {
        width: 140px;
        height: 90px;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
        background: #f5f5f5;
    }
    
    .cart-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .cart-item-info-mobile {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
    }
    
    .cart-item-title-mobile {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin: 0;
        line-height: 1.3;
    }
    
    /* Bottom Row - Price and Controls */
    .cart-item-bottom-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    
    .cart-item-price-wrapper {
        display: flex;
        flex-direction: row;
        gap: 4px;
        margin-bottom: 0px;
    }
    
    .cart-item-price-mobile {
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }
    
    .cart-item-old-price {
        font-size: 13px;
        color: #999;
        text-decoration: line-through;
        font-weight: 400;
    }
    
    .cart-item-discount-badge {
        display: inline-block;
        background: #dc3545;
        color: #fff;
        font-size: 9px;
        padding: 0px 3px;
        border-radius: 4px;
        font-weight: 600;
    }
    
    /* Cart Item Footer - Quantity and Delete */
    .cart-item-footer-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        width: 100%;
        justify-content: space-between;
    }
    
    .quantity-control {
        display: flex;
        align-items: center;
        gap: 10px;
        background: transparent;
    }
    
    .qty-btn {
        width: 30px;
        height: 30px;
        border: none;
        background: #f5f5f5;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .qty-btn:hover {
        background: #e8e8e8;
    }
    
    .qty-btn.plus {
        background: #dc3545;
        color: #fff;
    }
    
    .qty-btn.plus:hover {
        background: #c82333;
    }
    
    .qty-input {
        width: 35px;
        height: 36px;
        border: none;
        background: transparent;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        padding: 0;
    }
    
    .delete-btn {
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        color: #999;
        font-size: 18px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .delete-btn:hover {
        background: #ffe5e5;
        color: #dc3545;
    }
    
    /* Cart Summary - Mobile */
    .cart-summary {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        margin-top: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    /* Coupon Section - Mobile */
    .coupon-section {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .coupon-label {
        display: block;
        font-size: 13px;
        color: #999;
        margin-bottom: 10px;
    }
    
    .coupon-input-wrapper {
        display: flex;
        gap: 10px;
    }
    
    .coupon-input {
        flex: 1;
        padding: 10px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        color: #333;
        height: 50px;
    }
    
    .coupon-input:focus {
        outline: none;
        border-color: #dc3545;
    }
    
    .coupon-apply-btn {
        width: 60px;
        height: 36px;
        border: none;
        background: transparent;
        color: #999;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 1px solid #DDD;
    }
    
    .coupon-apply-btn:hover {
        background: #e8e8e8;
    }
    
    /* Summary Rows */
    .summary-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .summary-label {
        font-size: 14px;
        color: #666;
    }
    
    .summary-value {
        font-size: 14px;
        color: #333;
        font-weight: 600;
    }
    
    .pts-value {
        color: #4caf50;
    }
    
    .discount-value {
        color: #dc3545;
    }
    
    .summary-divider {
        height: 1px;
        background: #f0f0f0;
        margin: 15px 0;
    }
    
    .total-row {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #f0f0f0;
    }
    
    .total-row .summary-label {
        font-size: 16px;
        color: #000;
        font-weight: 700;
    }
    
    .total-row .summary-value {
        font-size: 18px;
        color: #000;
        font-weight: 700;
    }
    
    /* Checkout Button */
    .btn-checkout {
        width: 100%;
        padding: 15px;
        background: #dc3545;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 20px;
    }
    
    .btn-checkout:hover {
        background: #c82333;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }
}

/* Desktop - Keep Original Layout */
@media (min-width: 992px) {
    .cart-item-header-mobile,
    .cart-item-info-mobile,
    .cart-item-footer-mobile {
        display: none;
    }
}


/* ============================================
   Featured Cards Slider
   ============================================ */

/* ============================================
   Featured Cards Slider
   ============================================ */

.featured-cards-slider-wrapper {
    position: relative;
    margin: 0;
    padding: 0 50px;
    direction: ltr !important;
}

.featured-cards-slider {
    direction: ltr !important;
}

.featured-card-item {
    direction: ltr !important;
    padding: 0 10px; /* Add space between cards */
}

/* Slick overrides */
.featured-cards-slider .slick-list {
    direction: ltr !important;
    overflow: hidden;
    margin: 0 -10px; /* Compensate for card padding */
}

.featured-cards-slider .slick-track {
    direction: ltr !important;
    display: flex !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
}

.featured-cards-slider .slick-slide {
    direction: ltr !important;
    float: none !important;
}

/* Slick Slider Arrows Styling */
.featured-cards-slider-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border: 2px solid #dc3545;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.featured-cards-slider-wrapper .slick-arrow:hover {
    background: #dc3545;
    border-color: #dc3545;
    transform: translateY(-50%) scale(1.1);
}

.featured-cards-slider-wrapper .slick-arrow:before {
    font-size: 30px;
    color: #dc3545;
    transition: color 0.3s ease;
    line-height: 0;
    margin-top: -5px;
    font-weight: bold;
}

.featured-cards-slider-wrapper .slick-arrow:hover:before {
    color: #fff;
}

.featured-cards-slider-wrapper .slick-prev {
    left: -5%;
}

.featured-cards-slider-wrapper .slick-prev:before {
    content: "‹"; /* Simple left arrow */
}

.featured-cards-slider-wrapper .slick-next {
    right: -5%;
}

.featured-cards-slider-wrapper .slick-next:before {
    content: "›"; /* Simple right arrow */
}

/* Disabled state */
.featured-cards-slider-wrapper .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.featured-cards-slider-wrapper .slick-arrow.slick-disabled:hover {
    background: #fff;
    transform: translateY(-50%);
}

.featured-cards-slider-wrapper .slick-arrow.slick-disabled:hover:before {
    color: #dc3545;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .featured-cards-slider-wrapper {
        padding: 0 !important;
        direction: ltr !important;
    }

    .featured-cards-slider {
        direction: ltr !important;
    }

    .featured-card-item {
        padding: 0 8px; /* Space between cards on mobile */
    }

    .featured-cards-slider .slick-list {
        direction: ltr !important;
        margin: 0 -8px; /* Compensate for card padding */
    }

    .featured-cards-slider-wrapper .slick-arrow {
        display: none !important;
    }

    .featured-cards-slider .slick-track {
        direction: ltr !important;
    }

    .featured-cards-slider .slick-slide {
        direction: ltr !important;
    }
}

@media (max-width: 576px) {
    .featured-cards-slider-wrapper {
        padding: 0 !important;
        direction: ltr !important;
    }

    .featured-cards-slider {
        direction: ltr !important;
    }

    .featured-card-item {
        padding: 0 6px; /* Smaller space on small mobile */
    }

    .featured-cards-slider .slick-list {
        direction: ltr !important;
        margin: 0 -6px; /* Compensate for card padding */
    }

    .featured-cards-slider-wrapper .slick-arrow {
        display: none !important;
    }

    .featured-cards-slider .slick-track {
        direction: ltr !important;
    }

    .featured-cards-slider .slick-slide {
        direction: ltr !important;
    }
}

/* ============================================
   Payment Modal Styles
   ============================================ */

/* Modal Overlay */
.payment-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.payment-modal.show {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Modal Content */
.payment-modal-content {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 20px 20px 0 0;
    position: relative;
    animation: slideUp 0.3s ease;
    margin: 0 20px;
}

/* Modal Header */
.payment-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.payment-modal-header::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
}

.payment-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.payment-modal-close {
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.payment-modal-close:hover {
    background: #e8e8e8;
    color: #333;
}

/* Modal Body */
.payment-modal-body {
    padding: 25px;
    background: #f8f9fa;
}

/* Payment Options */
.payment-option {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.payment-option:hover {
    background: #fff;
    border-color: #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.payment-option:last-child {
    margin-bottom: 0;
}

/* Payment Option Icon */
.payment-option-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    position: relative;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.payment-option-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.payment-icon-fallback {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

/* Payment Option Content */
.payment-option-content {
    flex: 1;
}

.payment-option-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* Payment Option Arrow */
.payment-option-arrow {
    color: #999;
    font-size: 16px;
}

/* Body Modal Open */
body.modal-open {
    overflow: hidden;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-modal.show {
        align-items: flex-end;
    }
    
    .payment-modal-content {
        margin: 0;
        border-radius: 20px 20px 0 0;
        max-width: 100%;
    }
    
    .payment-modal-header {
        padding: 20px 20px 15px;
    }
    
    .payment-modal-body {
        padding: 20px;
    }
    
    .payment-option {
        padding: 18px;
        margin-bottom: 12px;
    }
    
    .payment-option-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .payment-option-icon img {
        width: 30px;
        height: 30px;
    }
    
    .payment-option-name {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .payment-modal-title {
        font-size: 16px;
    }
    
    .payment-modal-body {
        padding: 15px;
    }
    
    .payment-option {
        padding: 16px;
        margin-bottom: 10px;
    }
    
    .payment-option-icon {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }
    
    .payment-option-icon img {
        width: 26px;
        height: 26px;
    }
    
    .payment-option-name {
        font-size: 14px;
    }
}

/* Desktop Modal Positioning */
@media (min-width: 769px) {
    .payment-modal.show {
        align-items: center;
        justify-content: center;
    }
    
    .payment-modal-content {
        border-radius: 20px;
        max-width: 450px;
        animation: scaleIn 0.3s ease;
    }
    
    .payment-modal-body {
        border-radius: 0 0 20px 20px;
    }
    
    @keyframes scaleIn {
        from {
            transform: scale(0.9);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }
}
/* ============================================
   Cart Updated Modal Styles
   ============================================ */

/* Modal Overlay */
.cart-updated-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.cart-updated-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Content */
.cart-updated-modal-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 25px;
    position: relative;
    animation: scaleIn 0.3s ease;
    padding: 40px 30px 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* Close Button */
.cart-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cart-modal-close:hover {
    background: #e8e8e8;
    color: #333;
}

/* Success Icon */
.cart-success-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.success-checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4bb71b;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}

.success-checkmark .icon-line {
    height: 5px;
    background-color: #4bb71b;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(75, 183, 27, .5);
}

.success-checkmark .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}

/* Modal Header */
.cart-modal-header {
    margin-bottom: 25px;
}

.cart-modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

/* Product Display */
.cart-modal-product {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.cart-modal-product-image {
    position: relative;
    display: inline-block;
}

.cart-modal-product-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
}

.cart-modal-quantity-badge {
    position: absolute;
    bottom: -8px;
    left: -8px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Modal Message */
.cart-modal-message {
    margin-bottom: 30px;
}

.cart-modal-message h4 {
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin: 0;
}

.cart-modal-message span {
    color: #333;
    font-weight: 600;
}

/* Modal Actions */
.cart-modal-actions {
    display: flex;
    gap: 15px;
}

.btn-keep-shopping {
    flex: 1;
    padding: 15px 20px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-keep-shopping:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-show-cart {
    flex: 1;
    padding: 15px 20px;
    background: #eee;
    color: #333;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-show-cart:hover {
    background: #f8f9fa;
    border-color: #ccc;
    transform: translateY(-2px);
}

/* Body Modal Open */
body.cart-modal-open {
    overflow: hidden;
}

/* Animations */
@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 60px #4bb71b;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .cart-updated-modal-content {
        width: 95%;
        padding: 35px 25px 25px;
        border-radius: 20px;
    }
    
    .cart-modal-title {
        font-size: 15px;
    }
    
    .cart-modal-product-image img {
        width: 100px;
        height: 100px;
    }
    
    .cart-modal-quantity-badge {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .cart-modal-message h4 {
        font-size: 16px;
    }
    
    .cart-modal-actions {
        flex-direction: row;
        gap: 12px;
    }
    
    .btn-keep-shopping,
    .btn-show-cart {
        padding: 14px 18px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .cart-updated-modal-content {
        padding: 30px 20px 20px;
    }
    
    .success-checkmark {
        width: 70px;
        height: 70px;
    }
    
    .success-checkmark .check-icon {
        width: 70px;
        height: 70px;
    }
    
    .cart-modal-title {
        font-size: 14px;
    }
    
    .cart-modal-product-image img {
        width: 90px;
        height: 90px;
    }
    
    .cart-modal-message h4 {
        font-size: 15px;
    }
}
/* ============================================
   Product Card Add to Cart Button Styles
   ============================================ */

.product-card-actions {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.btn-add-to-cart {
    width: 100%;
    padding: 10px 15px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-add-to-cart:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-add-to-cart i {
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-add-to-cart {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .btn-add-to-cart i {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-card-actions {
        margin-top: 8px;
        padding-top: 8px;
    }
    
    .btn-add-to-cart {
        padding: 7px 10px;
        font-size: 11px;
        gap: 6px;
    }
}
/* ============================================
   Redeem Points Page Styles
   ============================================ */

.redeem-points-page {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 0;
}

.redeem-points-page .container {
    max-width: 100%;
    padding: 0;
}

/* Mobile Header */
.redeem-mobile-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.back-btn-redeem {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.back-btn-redeem:hover {
    background: #e8e8e8;
    color: #000;
}

.redeem-mobile-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Current Points Card */
.current-points-card {
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    margin: 20px;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.points-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.points-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.points-label {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.points-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: none;
}

.star-decoration {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.1);
    font-style: normal;
}

/* Available Gifts Section */
.available-gifts-section {
    padding: 0 20px 30px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

/* Gift Category */
.gift-category {
    margin-bottom: 30px;
}

.category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Gift Item */
.gift-item {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
}

.gift-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.gift-item.clicked {
    transform: scale(0.98);
}

/* Gift Item Image */
.gift-item-image {
    position: relative;
    flex-shrink: 0;
}

.gift-item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.gift-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.2;
    text-align: center;
    min-width: 35px;
}

/* Gift Item Content */
.gift-item-content {
    flex: 1;
}

.gift-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
    margin: 0 0 5px 0;
}

.gift-item-category {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
}

.gift-item-points {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.points-icon-circle {
    width: 20px;
    height: 20px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.points-required {
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
}

/* Earn More Points Button */
.btn-earn-points {
    background: transparent;
    color: #999;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-earn-points:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .current-points-card {
        margin: 15px;
        padding: 30px 20px;
    }
    
    .points-number {
        font-size: 40px;
    }
    
    .points-label {
        font-size: 16px;
    }
    
    .available-gifts-section {
        padding: 0 15px 25px;
    }
    
    .gift-item {
        padding: 15px;
        gap: 12px;
    }
    
    .gift-item-image img {
        width: 70px;
        height: 70px;
    }
    
    .gift-item-title {
        font-size: 15px;
    }
    
    .gift-item-category {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .redeem-mobile-header {
        padding: 12px 15px;
    }
    
    .redeem-mobile-title {
        font-size: 16px;
    }
    
    .current-points-card {
        margin: 10px;
        padding: 25px 15px;
    }
    
    .points-number {
        font-size: 36px;
    }
    
    .available-gifts-section {
        padding: 0 10px 20px;
    }
    
    .gift-item {
        padding: 12px;
        gap: 10px;
    }
    
    .gift-item-image img {
        width: 60px;
        height: 60px;
    }
    
    .gift-item-title {
        font-size: 14px;
    }
    
    .gift-item-category {
        font-size: 12px;
    }
    
    .btn-earn-points {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Desktop Styles */
@media (min-width: 769px) {
    .redeem-points-page {
        padding: 40px 0;
    }
    
    .redeem-points-page .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .redeem-mobile-header {
        background: transparent;
        border-bottom: none;
        position: static;
        padding: 0 0 30px 0;
    }
    
    .redeem-mobile-title {
        font-size: 32px;
        font-weight: 700;
    }
    
    .current-points-card {
        margin: 0 0 40px 0;
    }
    
    .available-gifts-section {
        padding: 0;
    }
    
    .gift-item {
        padding: 25px;
        gap: 20px;
    }
    
    .gift-item-image img {
        width: 100px;
        height: 100px;
    }
    
    .gift-item-title {
        font-size: 18px;
    }
    
    .gift-item-category {
        font-size: 15px;
    }
}
/* ============================================
   Redeem Points Page Styles (Updated with Sidebar)
   ============================================ */

/* Override previous styles for sidebar layout */
.page-content .redeem-mobile-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-content .back-btn-redeem {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.page-content .back-btn-redeem:hover {
    background: #e8e8e8;
    color: #000;
}

.page-content .redeem-mobile-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Page Title for Desktop */
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Current Points Card (Updated for sidebar layout) */
.account-content .current-points-card {
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.account-content .points-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.account-content .points-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.account-content .points-label {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.account-content .points-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: none;
}

.account-content .star-decoration {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.1);
    font-style: normal;
}

/* Available Gifts Section (Updated for sidebar layout) */
.account-content .available-gifts-section {
    /* No specific padding needed as it's inside account-content */
}

.account-content .available-gifts-section .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

/* Gift Category */
.account-content .gift-category {
    margin-bottom: 30px;
}

.account-content .category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Gift Item (Updated for sidebar layout) */
.account-content .gift-item {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
}

.account-content .gift-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.account-content .gift-item.clicked {
    transform: scale(0.98);
}

/* Gift Item Image */
.account-content .gift-item-image {
    position: relative;
    flex-shrink: 0;
}

.account-content .gift-item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.account-content .gift-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.2;
    text-align: center;
    min-width: 35px;
}

/* Gift Item Content */
.account-content .gift-item-content {
    flex: 1;
}

.account-content .gift-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
    margin: 0 0 5px 0;
}

.account-content .gift-item-category {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
}

.account-content .gift-item-points {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.account-content .points-icon-circle {
    width: 20px;
    height: 20px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.account-content .points-required {
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
}

/* Earn More Points Button */
.account-content .btn-earn-points {
    background: transparent;
    color: #999;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.account-content .btn-earn-points:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #666;
}

/* Responsive Design for Sidebar Layout */
@media (max-width: 991px) {
    /* Hide sidebar on mobile, show mobile header */
    .page-content .redeem-mobile-header {
        display: flex;
    }

    .profile-card {
        display: none;
    }
}

@media (min-width: 992px) {
    /* Hide mobile header on desktop */
    .page-content .redeem-mobile-header {
        display: none !important;
    }
    
    .account-content .current-points-card {
        padding: 50px 40px;
    }
    
    .account-content .points-number {
        font-size: 56px;
    }
    
    .account-content .gift-item {
        padding: 25px;
        gap: 20px;
    }
    
    .account-content .gift-item-image img {
        width: 100px;
        height: 100px;
    }
    
    .account-content .gift-item-title {
        font-size: 18px;
    }
    
    .account-content .gift-item-category {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .account-content .current-points-card {
        padding: 30px 20px;
    }
    
    .account-content .points-number {
        font-size: 40px;
    }
    
    .account-content .points-label {
        font-size: 16px;
    }
    
    .account-content .gift-item {
        padding: 15px;
        gap: 12px;
    }
    
    .account-content .gift-item-image img {
        width: 70px;
        height: 70px;
    }
    
    .account-content .gift-item-title {
        font-size: 15px;
    }
    
    .account-content .gift-item-category {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .page-content .redeem-mobile-header {
        margin-bottom: 15px;
    }
    
    .page-content .redeem-mobile-title {
        font-size: 16px;
    }
    
    .account-content .current-points-card {
        padding: 25px 15px;
    }
    
    .account-content .points-number {
        font-size: 36px;
    }
    
    .account-content .gift-item {
        padding: 12px;
        gap: 10px;
    }
    
    .account-content .gift-item-image img {
        width: 60px;
        height: 60px;
    }
    
    .account-content .gift-item-title {
        font-size: 14px;
    }
    
    .account-content .gift-item-category {
        font-size: 12px;
    }
    
    .account-content .btn-earn-points {
        padding: 6px 12px;
        font-size: 12px;
    }
}
/* ============================================
   Vertical Gift Item Styles (New Design)
   ============================================ */

/* Vertical Gift Item Layout */
.gift-item-vertical {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.gift-item-vertical:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.gift-item-vertical.clicked {
    transform: scale(0.98);
}

/* Vertical Gift Item Image */
.gift-item-image-vertical {
    position: relative;
    margin-bottom: 5px;
    align-self: center;
}

.gift-item-image-vertical img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}

.gift-badge-vertical {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 8px;
    border-radius: 8px;
    line-height: 1.2;
    text-align: center;
    min-width: 40px;
    backdrop-filter: blur(4px);
}

/* Vertical Gift Item Content */
.gift-item-content-vertical {
    text-align: left;
}

.gift-item-title-vertical {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
    margin: 0 0 5px 0;
}

.gift-item-category-vertical {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
}

.gift-item-points-vertical {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.points-icon-circle-vertical {
    width: 20px;
    height: 20px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.points-required-vertical {
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
}

/* Vertical Earn More Points Button */
.btn-earn-points-vertical {
    background: transparent;
    color: #999;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.btn-earn-points-vertical:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #666;
}

/* Responsive Design for Vertical Layout */
@media (min-width: 992px) {
    .gift-item-vertical {
        padding: 25px;
    }
    
    .gift-item-image-vertical img {
        width: 200px;
        height: 130px;
    }
    
    .gift-item-title-vertical {
        font-size: 18px;
    }
    
    .gift-item-category-vertical {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .gift-item-vertical {
        padding: 15px;
    }
    
    .gift-item-image-vertical img {
        width: 160px;
        height: 110px;
    }
    
    .gift-item-title-vertical {
        font-size: 15px;
    }
    
    .gift-item-category-vertical {
        font-size: 13px;
    }
    
    .btn-earn-points-vertical {
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .gift-item-vertical {
        padding: 12px;
    }
    
    .gift-item-image-vertical img {
        width: 140px;
        height: 95px;
    }
    
    .gift-item-title-vertical {
        font-size: 14px;
    }
    
    .gift-item-category-vertical {
        font-size: 12px;
    }
    
    .gift-badge-vertical {
        font-size: 10px;
        padding: 4px 6px;
        min-width: 35px;
    }
}
/* ============================================
   Gift Items Grid Layout
   ============================================ */

/* Grid Container */
.gift-items-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

/* Desktop: 3 columns */
@media (min-width: 992px) {
    .gift-items-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 991px) {
    .gift-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile: 2 columns */
@media (max-width: 767px) {
    .gift-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Small Mobile: 2 columns with smaller gap */
@media (max-width: 480px) {
    .gift-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Update vertical gift item for grid layout */
.gift-items-grid .gift-item-vertical {
    margin-bottom: 0; /* Remove bottom margin since grid handles spacing */
    height: 100%; /* Ensure equal height in grid */
    display: flex;
    flex-direction: column;
}

.gift-items-grid .gift-item-content-vertical {
    flex: 1; /* Allow content to grow and maintain equal heights */
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    padding-bottom: 15px;
}

.gift-items-grid .btn-earn-points-vertical {
    margin-top: auto; /* Push button to bottom */
}

/* Responsive adjustments for grid items */
@media (min-width: 992px) {
    .gift-items-grid .gift-item-image-vertical img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gift-items-grid .gift-item-image-vertical img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .gift-items-grid .gift-item-image-vertical img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    
    .gift-items-grid .gift-item-vertical {
        padding: 12px;
    }
    
    .gift-items-grid .gift-item-title-vertical {
        font-size: 13px;
    }
    
    .gift-items-grid .gift-item-category-vertical {
        font-size: 11px;
    }
    
    .gift-items-grid .btn-earn-points-vertical {
        padding: 8px 12px;
        font-size: 11px;
    }
}

.gift-items-grid .gift-badge-vertical {
    display: none;
}

@media (max-width: 480px) {
    .gift-items-grid .gift-item-image-vertical img {
        width: 100%;
        height: 90px;
        object-fit: cover;
    }
    
    .gift-items-grid .gift-item-vertical {
        padding: 0px;
    }
    
    .gift-items-grid .gift-item-title-vertical {
        font-size: 12px;
    }
    
    .gift-items-grid .gift-item-category-vertical {
        font-size: 10px;
    }
    
    .gift-items-grid .gift-badge-vertical {
        font-size: 9px;
        padding: 3px 5px;
        min-width: 30px;
    }
}

/* ============================================
   Filter Modal Checkbox Styles - Red Square Design
   ============================================ */

/* Custom Checkbox for Available Discount */
.filter-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    /* margin-bottom: 15px; */
    position: relative;
}

.filter-radio-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #dc3545;
    border-radius: 12px;
    margin-right: 12px;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.check-custom {
    border-radius: 3px
}

.filter-radio-label input[type="checkbox"]:checked ~ .radio-custom {
    background: #dc3545;
    border-color: #dc3545;
}

.filter-radio-label input[type="checkbox"]:checked ~ .radio-custom:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.radio-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Hover effect */
.filter-radio-label:hover .radio-custom {
    border-color: #c82333;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
}

.filter-radio-label:hover .radio-text {
    color: #dc3545;
}

/* Focus effect for accessibility */
.filter-radio-label input[type="checkbox"]:focus ~ .radio-custom {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
/* ============================================
   Categories Slider Styles
   ============================================ */

.categories-slider-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.categories-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

/* Hide scrollbar for webkit browsers */
.categories-slider::-webkit-scrollbar {
    display: none;
}

.category-slide {
    flex-shrink: 0;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    user-select: none;
    min-width: fit-content;
}

.category-slide:hover {
    background: #e8e8e8;
    border-color: #ccc;
    color: #333;
    transform: translateY(-1px);
}

.category-slide.active {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
    font-weight: 600;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.category-slide.active:hover {
    background: #c82333;
    border-color: #c82333;
}

/* Enhanced slider drag functionality */
.categories-slider.dragging {
    cursor: grabbing !important;
}

.categories-slider.dragging .category-slide {
    pointer-events: none;
}

/* Smooth scrolling for touch devices */
.categories-slider {
    scroll-snap-type: x proximity;
}

.category-slide {
    scroll-snap-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .categories-slider {
        gap: 8px;
        padding: 3px 0;
    }
    
    .category-slide {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .category-slide {
        padding: 6px 12px;
        font-size: 12px;
    }
}
/* Product filtering animation */
.product-col-custom {
    transition: all 0.3s ease;
}

.product-col-custom[style*="display: none"] {
    opacity: 0;
    transform: scale(0.8);
}

.product-col-custom[style*="display: block"] {
    opacity: 1;
    transform: scale(1);
}
/* Products are shown by default now since JS filtering was removed */
.product-col-custom {
    display: block;
    transition: all 0.3s ease;
}

/* Show products when they have the show class or inline display style */
.product-col-custom.show,
.product-col-custom[style*="display: block"] {
    display: block !important;
    opacity: 1;
    transform: scale(1);
}

.product-col-custom[style*="display: none"] {
    display: none !important;
    opacity: 0;
    transform: scale(0.8);
}
/* Ensure category slides are clickable */
.category-slide {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 10;
    position: relative;
}

.categories-slider.dragging .category-slide {
    pointer-events: none;
}

/* Debug styles to see if elements are there */
.category-slide:hover {
    background: #e8e8e8 !important;
    transform: translateY(-1px) !important;
}

.category-slide.active {
    background: #dc3545 !important;
    color: #fff !important;
}
/* No Products Message Styles */
.no-products-message {
    display: none;
    padding: 60px 20px;
    text-align: center;
}

.no-products-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 50px 30px;
    max-width: 400px;
    margin: 0 auto;
    border: 2px dashed #e0e0e0;
}

.no-products-icon {
    font-size: 64px;
    color: #ccc;
    margin-bottom: 20px;
}

.no-products-title {
    font-size: 24px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}

.no-products-text {
    font-size: 16px;
    color: #999;
    margin: 0;
    line-height: 1.5;
}

/* Show no products message when needed */
.no-products-message.show {
    display: block !important;
}

/* Responsive design for no products message */
@media (max-width: 768px) {
    .no-products-card {
        padding: 40px 20px;
    }
    
    .no-products-icon {
        font-size: 48px;
    }
    
    .no-products-title {
        font-size: 20px;
    }
    
    .no-products-text {
        font-size: 14px;
    }
}
/* Back to products button */
.btn-back-to-products {
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-back-to-products:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
/* Categories Slider Slick Arrows */
.carausel-10-columns-cover .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #dc3545;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.carausel-10-columns-cover .slick-arrow:hover {
    background: #dc3545;
    border-color: #dc3545;
    transform: translateY(-50%) scale(1.1);
}

.carausel-10-columns-cover .slick-arrow:before {
    font-size: 24px;
    color: #dc3545;
    transition: color 0.3s ease;
    line-height: 0;
    margin-top: -3px;
    font-weight: bold;
}

.carausel-10-columns-cover .slick-arrow:hover:before {
    color: #fff;
}

.carausel-10-columns-cover .slick-prev {
    left: -20px;
}

.carausel-10-columns-cover .slick-prev:before {
    content: "‹";
}

.carausel-10-columns-cover .slick-next {
    right: -20px;
}

.carausel-10-columns-cover .slick-next:before {
    content: "›";
}

.carausel-10-columns-cover .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carausel-10-columns-cover .slick-arrow.slick-disabled:hover {
    background: #fff;
    transform: translateY(-50%);
}

.carausel-10-columns-cover .slick-arrow.slick-disabled:hover:before {
    color: #dc3545;
}

/* Ultra Smooth Categories Carousel */
#carausel-10-columns.slick-slider {
    cursor: grab;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

#carausel-10-columns.slick-slider:active {
    cursor: grabbing;
}

/* Ultra smooth track transitions */
#carausel-10-columns .slick-track {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Enhanced list container */
#carausel-10-columns .slick-list {
    overflow: hidden;
    cursor: grab;
    backface-visibility: hidden;
    perspective: 1000px;
}

#carausel-10-columns .slick-list:active {
    cursor: grabbing;
}

/* Smooth category items */
#carausel-10-columns .category-item {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none;
    backface-visibility: hidden;
    transform: translateZ(0);
}

#carausel-10-columns .category-item:hover {
    transform: translateY(-5px) translateZ(0);
}

/* Performance optimizations */
#carausel-10-columns .slick-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Prevent text selection during drag */
#carausel-10-columns * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Smooth wheel scrolling */
#carausel-10-columns {
    scroll-behavior: smooth;
}
/* Categories Carousel Responsive Display */
#carausel-10-columns .category-item {
    min-width: 0; /* Allow items to shrink */
    flex: 0 0 auto;
}

/* Desktop - 10 categories */
@media (min-width: 1400px) {
    #carausel-10-columns .slick-slide {
        width: 10% !important; /* 10 items = 10% each */
    }
}

/* Large Desktop - 8 categories */
@media (min-width: 1200px) and (max-width: 1399px) {
    #carausel-10-columns .slick-slide {
        width: 12.5% !important; /* 8 items = 12.5% each */
    }
}

/* Medium Desktop - 7 categories */
@media (min-width: 992px) and (max-width: 1199px) {
    #carausel-10-columns .slick-slide {
        width: 14.28% !important; /* 7 items = ~14.28% each */
    }
}

/* Small Desktop/Tablet - 6 categories */
@media (min-width: 768px) and (max-width: 991px) {
    #carausel-10-columns .slick-slide {
        width: 16.66% !important; /* 6 items = ~16.66% each */
    }
}

/* Tablet - 5 categories */
@media (min-width: 576px) and (max-width: 767px) {
    #carausel-10-columns .slick-slide {
        width: 20% !important; /* 5 items = 20% each */
    }
}

/* Mobile - 4 categories */
@media (max-width: 575px) {
    #carausel-10-columns .slick-slide {
        width: 25% !important; /* 4 items = 25% each */
    }
    
    #carausel-10-columns .category-item {
        padding: 0 5px; /* Reduce padding on mobile */
    }
    
    #carausel-10-columns .category-item h3 {
        font-size: 12px; /* Smaller text on mobile */
    }
}

/* Ensure proper spacing */
#carausel-10-columns .slick-track {
    display: flex;
    align-items: center;
}

#carausel-10-columns .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force override any conflicting CSS */
#carausel-10-columns.slick-slider {
    max-width: none !important;
    overflow: visible !important;
}

/* Ensure slides are properly sized */
#carausel-10-columns .slick-slide > div {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Override any max-width restrictions */
@media (max-width: 575px) {
    #carausel-10-columns {
        max-width: none !important;
        overflow: hidden !important;
    }
}

/* Additional CSS to ensure proper carousel display */
#carausel-10-columns .slick-list {
    width: 100% !important;
}

/* Force proper slide calculation */
#carausel-10-columns.slick-initialized .slick-slide {
    box-sizing: border-box;
    padding: 0 10px;
}

/* Desktop specific - Force 10 items */
@media (min-width: 1400px) {
    #carausel-10-columns.slick-initialized .slick-track {
        width: 100% !important;
    }
    
    #carausel-10-columns.slick-initialized .slick-slide {
        width: calc(100% / 10) !important;
        max-width: calc(100% / 10) !important;
        min-width: calc(100% / 10) !important;
    }
}

/* Mobile specific - Force 4 items */
@media (max-width: 575px) {
    #carausel-10-columns.slick-initialized .slick-track {
        width: 100% !important;
    }
    
    #carausel-10-columns.slick-initialized .slick-slide {
        width: calc(100% / 4) !important;
        max-width: calc(100% / 4) !important;
        min-width: calc(100% / 4) !important;
    }
}

/* Ensure category items fit properly */
#carausel-10-columns .category-item {
    width: 100%;
    text-align: center;
}

#carausel-10-columns .category-item h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Enhanced smooth scrolling for featured cards slider */
.featured-cards-slider.slick-slider {
    cursor: grab;
    touch-action: pan-y;
}

.featured-cards-slider.slick-slider:active {
    cursor: grabbing;
}

/* Ultra smooth track transitions for featured cards */
.featured-cards-slider .slick-track {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    will-change: transform;
}

/* Enhanced list container for featured cards */
.featured-cards-slider .slick-list {
    overflow: hidden;
    cursor: grab;
}

.featured-cards-slider .slick-list:active {
    cursor: grabbing;
}

/* Smooth featured card items */
.featured-cards-slider .featured-card-item {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none;
}

.featured-cards-slider .featured-card-item:hover {
    transform: translateY(-5px) translateZ(0);
}

/* Performance optimizations for featured cards */
.featured-cards-slider .slick-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Prevent text selection during drag for featured cards */
.featured-cards-slider * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Smooth wheel scrolling for featured cards */
.featured-cards-slider {
    scroll-behavior: smooth;
}

/* SweetAlert Custom Styled Buttons to match Theme design */
.swal2-popup .swal2-actions {
    gap: 12px !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #dc3545 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
    background-color: #c82333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3) !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #6c757d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
    background-color: #5a6268 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3) !important;
}

/* ============================================
   Premium Payment Result Page
   ============================================ */
.payment-result-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.order-no-header {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.status-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.payment-status-icon {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.status-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.order-summary-section {
    margin-bottom: 25px;
}

.summary-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.summary-product-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
}

.card-main-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.summary-product-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 12px;
}

.summary-product-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.summary-product-title {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.summary-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
    margin: 0;
}

.summary-product-date {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.card-divider-dashed {
    border-top: 1px dashed #e0e0e0;
    margin: 15px 0;
}

.card-code-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.code-label {
    font-size: 14px;
    color: #666;
}

.code-value {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}

.btn-copy-code {
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: auto;
    transition: color 0.2s;
}

.btn-copy-code:hover {
    color: #dc3545;
}

.totals-section {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 35px;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.grand-total-row {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
}

.grand-total-row .totals-value {
    color: #000;
    font-weight: 800;
}

.payment-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-action-go-home {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff !important;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-action-go-home:hover {
    background: #c82333;
}

.btn-action-purchases-history {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #dc3545 !important;
    border: 1px solid #dc3545;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.btn-action-purchases-history:hover {
    background: #f8f9fa;
}

/* ============================================
   Premium Order Details Page Layout
   ============================================ */
.order-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-title-center {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.btn-back-circle, .btn-help-circle {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #e9ecef;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.btn-back-circle:hover, .btn-help-circle:hover {
    background: #dee2e6;
    color: #000;
}

/* Ticket Cutout Style Card */
.ticket-style-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: visible;
}

.ticket-divider-wrapper {
    position: relative;
    margin: 20px 0;
}

.ticket-divider {
    border-top: 1px dashed #e0e0e0;
    height: 1px;
}

.ticket-cutout-left {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #f8f9fa;
    border-radius: 50%;
    border-right: 1px solid #f0f0f0;
}

.ticket-cutout-right {
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #f8f9fa;
    border-radius: 50%;
    border-left: 1px solid #f0f0f0;
}

.card-code-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.code-actions {
    display: flex;
    gap: 10px;
}

.btn-code-action {
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: color 0.2s;
}

.btn-code-action:hover {
    color: #dc3545;
}

/* Info Cards */
.info-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    font-size: 14px;
    color: #666;
}

.info-value {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.status-completed {
    color: #28a745 !important;
}

.payment-details-title {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-details-title i {
    font-size: 16px;
}

.copyable-id {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-inline-copy {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    padding: 2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.btn-inline-copy:hover {
    color: #dc3545;
}

/* Country code display styling for readonly inputs */
.country-code-display {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    cursor: default;
    color: #666;
}

.country-code-display img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.country-code-display span {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
/* Modern Glassmorphic Toast Notification */
.modern-toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 550px;
    width: calc(100% - 48px);
    pointer-events: none;
}

.modern-toast {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    opacity: 0;
    pointer-events: auto;
    width: 100%;
}

.modern-toast.show {
    transform: scale(1);
    opacity: 1;
}

.modern-toast-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modern-toast-icon svg {
    width: 20px;
    height: 20px;
}

.modern-toast-success .modern-toast-icon {
    background: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
}

.modern-toast-error .modern-toast-icon {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
}

.modern-toast-warning .modern-toast-icon {
    background: rgba(241, 196, 15, 0.15);
    color: #f1c40f;
}

.modern-toast-info .modern-toast-icon {
    background: rgba(52, 152, 219, 0.15);
    color: #3498db;
}

.modern-toast-message {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    flex-grow: 1;
}

.modern-toast-close {
    background: none;
    border: none;
    color: #95a5a6;
    cursor: pointer;
    padding: 6px;
    margin-left: 14px;
    font-size: 24px;
    line-height: 1;
    transition: color 0.2s ease;
}

.modern-toast-close:hover {
    color: #7f8c8d;
}

body.modal-open,
html.modal-open {
    overflow: hidden !important;
    height: 100% !important;
}

.btn-login-header {
    background-color: #e0223c !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 18px !important;
    padding: 8px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-login-header:hover {
    background-color: #ce1b32ff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 50, 77, 0.25);
    color: #ffffff !important;
}

/* Input borders and container like the mock image */
.auth-input,
.border-input-container {
    border: 1.5px solid #eaeaea !important;
    /* light grey border */
    border-radius: 12px !important;
    /* rounded corners */
    height: 52px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.auth-input:focus,
.border-input-container:focus-within {
    border-color: #df0024 !important;
    /* red focus border */
    outline: none !important;
}

.border-input-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 4px 6px 4px 16px !important;
    /* padding inside so content fits nicely */
    width: 100%;
    box-sizing: border-box;
}

.borderless-input {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    flex-grow: 1;
    font-size: 14px;
    color: #333;
    outline: none !important;
    box-shadow: none !important;
}

.borderless-input[readonly] {
    color: #333 !important;
}

.border-input-container:has(input[readonly]) {
    background-color: #eff5fc !important;
    /* light blue background when verified */
}

/* Red pill-shaped verify button inside the input container */
.red-pill-btn {
    background-color: #df0024 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 14px 21px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 32px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
}

.red-pill-btn:hover {
    background-color: #b7001c !important;
}

.verified-status-container {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    padding-right: 8px;
    height: 100%;
}

.verified-check-circle {
    width: 20px;
    height: 20px;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.change-verified-btn {
    color: #df0024 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
    cursor: pointer;
    white-space: nowrap;
}

.change-verified-btn:hover {
    color: #b7001c !important;
}

.border-input-container .password-toggle {
    background: none !important;
    border: none !important;
    color: #999 !important;
    cursor: pointer !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    outline: none !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
}

.border-input-container .country-code-select {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    padding-right: 12px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    height: 100% !important;
}
