
    .goog-te-banner-frame.skiptranslate,
    .goog-te-banner-frame,
    .goog-te-gadget-icon,
    .goog-te-gadget-simple,
    .goog-te-gadget,
    .goog-te-menu-value,
    .goog-te-menu-frame.skiptranslate,
    .goog-te-menu-frame,
    .goog-te-balloon-frame,
    #goog-gt-tt,
    .goog-text-highlight,
    .goog-tooltip,
    .goog-tooltip:hover,
    .goog-text-highlight:hover {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        height: 0px !important;
        width: 0px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        z-index: -9999 !important;
    }

    /* Target the specific top notification bar */
    .goog-te-banner-frame.skiptranslate {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hide any notification or banner divs */
  
    /* Force body positioning to prevent top margin/padding */
    body {
        top: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
        position: relative !important;
    }

    body.translated-ltr,
    body.translated-rtl,
    body[style*="margin-top"],
    body[style*="top"] {
        top: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    /* Override any inline styles Google Translate might add */
    html[style*="translate.googleapis.com"],
    html {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    /* Hide the select dropdown completely */
    .goog-te-combo {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important;
    }

    /* Hide Google Translate widget completely */
    #google_translate_element {
        display: none !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    #google_translate_element * {
        display: none !important;
        visibility: hidden !important;
    }

    /* Additional targeting for stubborn elements */
    [id*="goog-gt"],
    [class*="goog-te"],
    [class*="goog-tooltip"],
    [style*="z-index: 1000000"] {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
    }

    /* Force hide any iframe from translate.googleapis.com */
    iframe[src*="translate.googleapis.com"] {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
    }

    /* Target elements with specific Google Translate styling patterns */
    div[style*="border: 1px solid rgb(187, 187, 187)"],
    div[style*="background-color: rgb(245, 245, 245)"],
    div[style*="color: rgb(68, 68, 68)"],
    div[style*="font-family: arial, sans-serif"],
    div[style*="font-size: 12px"] {
        display: none !important;
    }

    /* Hide elements that contain Google Translate attribution */
    [style*="powered by"] {
        display: none !important;
    }

    /* Additional body reset to prevent space at top */
    body > div:first-child[style*="position"],
    body > div:first-child[style*="top"],
    body > div:first-child[style*="height"] {
        display: none !important;
    }

    /* Make sure header/navbar stays at top */
    .mktplc_premium_topbar,
    .mktplc_premium_navbar,
    header {
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
    }

    /* Extra targeting for notification bars */
    body > div[style*="position: absolute"],
    body > div[style*="position: fixed"],
    body > div[style*="z-index: 1000000"] {
        display: none !important;
    }


/* AGGRESSIVE: Hide ALL Google Translate UI Elements */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0px !important;
    width: 0px !important;
}

/* Force override any Google Translate styles on body */
body.translated-ltr,
body.translated-rtl,
body[style*="margin-top"],
body[style*="top"] {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Hide the banner frame completely */
.goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0px !important;
    width: 0px !important;
}

/* Remove body top margin/padding that Google Translate adds */
body {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Override any inline styles Google Translate might add */
html[style*="translate.googleapis.com"] {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

html {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Force hide Google Translate notification bar */
.goog-te-clear {
    display: none !important;
}

/* Hide any divs with specific Google Translate styling */
div[style*="background-color: rgb(245, 245, 245)"],
div[style*="border-bottom: 1px solid rgb(204, 204, 204)"],
div[style*="color: rgb(68, 68, 68)"] {
    display: none !important;
}

/* Force the page to use our language selector */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 1px !important;
    color: transparent !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Additional targeting for the top bar */
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
}
/* Fixed Language Selector Styles */
.fixed-lang-selector {
    position: fixed;
    left: 10px;
    top: 50%;
    z-index: 10000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.lang-toggle-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(246, 122, 69, 0.3);
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
}

.lang-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(246, 122, 69, 0.4);
}

.lang-toggle-btn i {
    font-size: 18px;
    margin-bottom: 2px;
}

.lang-text {
    font-size: 10px;
    font-weight: 700;
}

.lang-panel {
    position: absolute;
    left: 70px;
    top: 0;
    width: 300px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 2px solid #F67A45;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-height: 450px;
    overflow: hidden;
}

.where-left-off-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    box-sizing: border-box;
}

.where-left-off-popup.show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid #F67A45;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(50px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.where-left-off-popup.show .popup-content {
    transform: translateY(0) scale(1);
}

/* Header */
.popup-header {
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.popup-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 100%);
    pointer-events: none;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.popup-header i {
    font-size: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.popup-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Body */
.popup-body {
    padding: 25px;
    flex: 1;
    overflow-y: auto;
    max-height: 50vh;
}

.popup-subtitle {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

/* Sections */
.popup-section {
    margin-bottom: 25px;
}

.popup-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #F67A45 0%, #ff8a5c 100%);
}

.section-title i {
    color: #F67A45;
    font-size: 16px;
}

/* Popup Items */
.popup-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.popup-item:last-child {
    margin-bottom: 0;
}

.popup-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(246, 122, 69, 0.1), transparent);
    transition: left 0.5s ease;
}

.popup-item:hover {
    border-color: #F67A45;
    background: rgba(246, 122, 69, 0.05);
    transform: translateX(5px);
}

.popup-item:hover::before {
    left: 100%;
}

/* Booking Item */
.booking-item {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
    border-left: 4px solid #dc3545;
}

.booking-item:hover {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.15);
}

/* Cart Item */
.cart-item {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
    border-left: 4px solid #28a745;
}

.cart-item:hover {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.15);
}

/* Viewed Item */
.viewed-item {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%);
    border-left: 4px solid #007bff;
}

.viewed-item:hover {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.15);
}

/* Item Elements */
.item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(246, 122, 69, 0.3);
}

.item-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popup-item:hover .item-image img {
    transform: scale(1.1);
}

.item-content {
    flex: 1;
    min-width: 0;
}

.item-content h4,
.item-content h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-content p {
    margin: 0 0 5px 0;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-price {
    color: #F67A45 !important;
    font-weight: 600 !important;
}

.item-time {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.item-action {
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(246, 122, 69, 0.3);
}

.item-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 122, 69, 0.4);
}

.item-action i {
    font-size: 10px;
}

/* View All */
.view-all {
    justify-content: center;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
    padding: 12px;
}

.view-all-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.view-all-link:hover {
    text-decoration: underline;
}

/* Footer */
.popup-footer {
    padding: 20px 25px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.popup-footer button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    flex: 1;
}

.popup-later {
    background: #6c757d;
    color: white;
}

.popup-later:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

.popup-clear {
    background: #dc3545;
    color: white;
}

.popup-clear:hover {
    background: #c82333;
    transform: translateY(-2px);
}

/* Scrollbar */
.popup-body::-webkit-scrollbar {
    width: 6px;
}

.popup-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.popup-body::-webkit-scrollbar-thumb {
    background: #F67A45;
    border-radius: 3px;
}

.popup-body::-webkit-scrollbar-thumb:hover {
    background: #e85a2b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .where-left-off-popup {
        padding: 15px;
        align-items: flex-start;
        padding-top: 80px;
    }
    
    .popup-content {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 15px;
    }
    
    .popup-header {
        padding: 15px 20px;
    }
    
    .popup-header h3 {
        font-size: 16px;
    }
    
    .popup-body {
        padding: 20px;
        max-height: 60vh;
    }
    
    .popup-item {
        padding: 12px;
        gap: 12px;
    }
    
    .item-image {
        width: 50px;
        height: 50px;
    }
    
    .item-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .item-content h4,
    .item-content h5 {
        font-size: 14px;
    }
    
    .item-content p {
        font-size: 12px;
    }
    
    .item-action {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .popup-footer {
        padding: 15px 20px;
        flex-direction: column;
    }
    
    .popup-footer button {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .popup-footer button:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .where-left-off-popup {
        padding: 10px;
        padding-top: 60px;
    }
    
    .popup-content {
        border-radius: 12px;
        max-height: 95vh;
    }
    
    .popup-header {
        padding: 12px 15px;
    }
    
    .popup-header h3 {
        font-size: 14px;
    }
    
    .popup-body {
        padding: 15px;
        max-height: 65vh;
    }
    
    .popup-item {
        padding: 10px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    
    .item-image,
    .item-icon {
        align-self: center;
    }
    
    .item-content {
        text-align: center;
    }
    
    .item-action {
        align-self: center;
    }
    
    .section-title {
        font-size: 14px;
    }
}

/* Animation for new items */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.popup-item {
    animation: slideInFromRight 0.3s ease-out;
}

.popup-item:nth-child(1) { animation-delay: 0.1s; }
.popup-item:nth-child(2) { animation-delay: 0.2s; }
.popup-item:nth-child(3) { animation-delay: 0.3s; }
.popup-item:nth-child(4) { animation-delay: 0.4s; }
.popup-item:nth-child(5) { animation-delay: 0.5s; }

/* Loading state */
.popup-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #666;
}

.popup-loading i {
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty state */
.popup-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.popup-empty i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 15px;
}

.popup-empty h4 {
    margin: 0 0 10px 0;
    color: #999;
}

.popup-empty p {
    margin: 0;
    font-size: 14px;
}

/* Success/Error states */
.popup-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.popup-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Accessibility */
.popup-content:focus {
    outline: 2px solid #F67A45;
    outline-offset: 2px;
}

.popup-item:focus {
    outline: 2px solid #F67A45;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .where-left-off-popup {
        display: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .popup-content {
        border-width: 3px;
    }
    
    .popup-item {
        border-width: 2px;
    }
    
    .item-action {
        border: 2px solid currentColor;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .where-left-off-popup,
    .popup-content,
    .popup-item,
    .item-action {
        transition: none;
        animation: none;
    }
    
    .popup-item::before {
        display: none;
    }
}

.lang-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.skiptranslate{
display:none;
}

.lang-panel-header {
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 13px 13px 0 0;
}

.lang-panel-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.lang-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lang-options {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    border: 2px solid transparent;
}

.lang-option:hover {
    background: rgba(246, 122, 69, 0.1);
    transform: translateX(5px);
}

.lang-option.active {
    background: linear-gradient(135deg, rgba(246, 122, 69, 0.1) 0%, rgba(246, 122, 69, 0.05) 100%);
    border-color: #F67A45;
    color: #F67A45;
    font-weight: 600;
}

.flag-img {
    width: 24px;
    height: 18px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lang-option span {
    font-size: 14px;
    font-weight: 500;
}

/* Auto-detect notification */
.lang-auto-detect {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid #F67A45;
    z-index: 9999;
    opacity: 0;
    transform: translateX(350px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 320px;
    overflow: hidden;
}

.lang-auto-detect.show {
    opacity: 1;
    transform: translateX(0);
}

.auto-detect-content {
    padding: 20px;
    text-align: center;
}

.auto-detect-content i {
    color: #F67A45;
    font-size: 24px;
    margin-bottom: 10px;
}

#autoDetectMessage {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.auto-detect-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.auto-detect-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.auto-detect-btn.accept {
    background: #F67A45;
    color: white;
}

.auto-detect-btn.accept:hover {
    background: #e85a2b;
    transform: translateY(-2px);
}

.auto-detect-btn.decline {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ddd;
}

.auto-detect-btn.decline:hover {
    background: #e9ecef;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .fixed-lang-selector {
        left: 0px;
        top: 50%;
    }
    
    .lang-toggle-btn {
        width: 50px;
        height: 50px;
    }
    
    .lang-toggle-btn i {
        font-size: 16px;
    }
    
    .lang-panel {
        left: 60px;
        width: 280px;
        max-height: 400px;
    }
    
    .lang-auto-detect {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .auto-detect-buttons {
        flex-direction: column;
    }
    
    .auto-detect-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .lang-panel {
        left: 55px;
        width: 250px;
    }
    
    .lang-panel-header h4 {
        font-size: 14px;
    }
    
    .lang-option {
        padding: 10px 12px;
    }
    
    .lang-option span {
        font-size: 13px;
    }
}

/* Scrollbar for language options */
.lang-options::-webkit-scrollbar {
    width: 6px;
}

.lang-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.lang-options::-webkit-scrollbar-thumb {
    background: #F67A45;
    border-radius: 3px;
}

.lang-options::-webkit-scrollbar-thumb:hover {
    background: #e85a2b;
}


/* Hide Google Translate widget completely */
#google_translate_element {
    display: none !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#google_translate_element .goog-te-gadget > span {
    display: none !important;
}

#google_translate_element .goog-te-gadget > div {
    display: none !important;
}

/* Force override any Google Translate styles on body */
body.translated-ltr,
body.translated-rtl,
body[style*="margin-top"],
body[style*="top"] {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Hide the banner frame completely */
.goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0px !important;
    width: 0px !important;
}
/* Remove body top margin/padding that Google Translate adds */
body {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Override any inline styles Google Translate might add */
html[style*="translate.googleapis.com"] {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

html {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Force hide Google Translate notification bar */
.goog-te-clear {
    display: none !important;
}

/* Hide any divs with specific Google Translate styling */
div[style*="background-color: rgb(245, 245, 245)"],
div[style*="border-bottom: 1px solid rgb(204, 204, 204)"],
div[style*="color: rgb(68, 68, 68)"] {
    display: none !important;
}

/* Force the page to use our language selector */
.goog-logo-link {
    display: none !important;
}


.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 1px !important;
    color: transparent !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Additional targeting for the top bar */


@media (max-width: 768px) { 
    #prime {
        display: none;
    }
}


.categories-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-section {
       
    background: linear-gradient(307deg, #000000, #F67A45, #F67A45, #000000) !important;
}

.contact-section:before {
    display:none;
}
.contact-section {
        background: linear-gradient(to right, #333, #b5755a, #F67A45);
}
.categaries-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 10px;
    max-width: 90%;
    margin: auto;
}

.categaries-container::-webkit-scrollbar {
    display: none;
}
.learn-more .circle {
    background:transparent;
}
.learn-more .circle .icon.arrow {
    background: #ffffff;
}
.learn-more .button-text {
    color:#fff;
    font-size:18px;
}
.learn-more .circle .icon.arrow::before {
        border-top: 0.125rem solid #ffffff;
        border-right: 0.125rem solid #ffffff;
}

.nav-top-icon {
        position: relative;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.scroll-btn:hover {
    background: #ddd;
}

.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: -5px;
    background: white;

    min-width: 870px;

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    padding: 6px;
    FLEX-WRAP: wrap;
    justify-content: left;
    overflow-y: scroll;
}
.footer .copyright-text {
    bottom:0;
}
.Nav-categotries {
width: 280px;
}






@media screen and (min-width: 1200px) {
    .ak-nav .ak-nav_list > li {
        margin-right: 8px !important;
    }
    .ak-nav .ak-nav_list a {
        font-size:11px !important;
    }
}

@media screen and (min-width: 1240px) {

    .ak-nav .ak-nav_list a {
        font-size:12px !important;
    }
}

@media screen and (min-width: 1350px) {

    .ak-nav .ak-nav_list a {
        font-size:14px !important;
    }
}

@media (max-width: 1300px) {
    .submenu {
        min-width: 600px;
        height: 462px;
    }
}

@media (max-width: 991px) {
    .submenu {
        min-width: 260px;
        height: 462px;
    }
    .dropdown-content {
     min-width: 152px;
    }
    .dropdown-content li {
        font-size: 12px;
    }
.Nav-categotries {
    width: 240px;
}
.Nav-categotries i {
    font-size: 20px;
    }
}

@media (max-width: 550px) {
    .dropdown-content {
        min-width: 106px;
    }
        .dropdown-content li {
        font-size: 11px;
    }
        .Nav-categotries {
        width: 100%;
            gap: 2px;
        padding: 4px;
    }
        .submenu {
        min-width: 220px;
        height: 230px;
        padding: 0;
    left: 74%;
    }
}
@media (max-width: 400px) {

        .submenu {
            top: 28px;
    left: 50%;
    }

}

.footer.style-1 .link-social {
        gap: 8px;
}
 .footer .nav-tag {
    font-size: 16px;
    font-weight: 700;
    color: #100f0f !important;
}

    .mktplc_premium_topbar {
      background: linear-gradient(90deg, #000000 0%, #222222 100%);
      color: white;
      padding: 12px 0;
      font-size: 14px;
      position: relative;
      overflow: hidden;
      z-index: 10;
    }
    
    .mktplc_premium_topbar::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 80%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      animation: mktplc_shine 3s infinite;
      transform: skewX(-25deg);
    }
    
    @keyframes mktplc_shine {
      0% { left: -100%; }
      100% { left: 200%; }
    }
    
    .mktplc_premium_topbar_container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
    
    .mktplc_premium_contact_info {
      display: flex;
      align-items: center;
      gap: 28px;
    }
    
    .mktplc_premium_contact_item {
      display: flex;
      align-items: center;
      gap: 8px;
      position: relative;
      padding-left: 5px;
      transition: all 0.3s ease;
    }
    
    .mktplc_premium_contact_item:hover {
      transform: translateY(-2px);
    }
    
    .mktplc_premium_contact_item i {
      color: #F67A45;
      font-size: 16px;
      filter: drop-shadow(0 0 3px rgba(246, 122, 69, 0.3));
    }
    
    .mktplc_premium_social_buttons {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    
    .mktplc_premium_social_icon {
      color: #fff !important;
      font-size: 16px;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    
    .mktplc_premium_social_icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #F67A45;
      transform: scale(0);
      border-radius: 50%;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      z-index: -1;
    }
    
    .mktplc_premium_social_icon:hover {
      transform: translateY(-5px) scale(1.1);
      box-shadow: 0 5px 15px rgba(246, 122, 69, 0.5);
      color: white;
    }
    
    .mktplc_premium_social_icon:hover::before {
      transform: scale(1);
    }
    
    /* Enhanced Main navbar with improved glass effect and sticky behavior */
.mktplc_premium_navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position:  fixed;
    top: 52px;
    width: 100%; 
    z-index: 1000;
    border-bottom: 3px solid #F67A45;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
    
    /* Compact mode when scrolled */
    .mktplc_premium_navbar.scrolled {
        position: fixed;
        width: 100%;
        top: 0px;
      padding: 5px 0;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 10px 25px rgba(246, 122, 69, 0.15);
    }
    
    .mktplc_premium_navbar:hover {
      box-shadow: 0 12px 30px rgba(246, 122, 69, 0.25);
    }
    
    .mktplc_premium_navbar_container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      width: 90%;
      max-width: 1400px;
      margin: 0 auto;
      transition: padding 0.3s ease;
    }
    
    .scrolled .mktplc_premium_navbar_container {
      padding: 12px 0;
    }
    
    .mktplc_premium_logo {
     width: 72px;
      font-size: 28px;
      font-weight: 800;
      color: #000;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .mktplc_premium_logo:hover {
      color: #F67A45;
      transform: scale(1.05);
    }
    
    .mktplc_premium_logo_icon {
      color: #F67A45;
      font-size: 32px;
      filter: drop-shadow(0 3px 8px rgba(246, 122, 69, 0.4));
      transition: all 0.4s ease;
    }
    
    .mktplc_premium_logo:hover .mktplc_premium_logo_icon {
      transform: rotate(15deg);
    }
    
    .mktplc_premium_logo_text {
      font-weight: 900;
      letter-spacing: -1px;
      font-size: 28px;
      position: relative;
      display: inline-block;
    }
    
    .scrolled .mktplc_premium_logo_text {
      font-size: 24px;
    }
    
    .mktplc_premium_logo_highlight {
      color: #F67A45;
      text-shadow: 0px 2px 4px rgba(246, 122, 69, 0.2);
      position: relative;
    }
    
    .mktplc_premium_logo_text::after {
      content: 'Marketplace';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -5px;
      font-size: 12px;
      font-weight: 600;
      color: #666;
      letter-spacing: 1px;
      opacity: 0.8;
    }
    
    /* Enhanced Navigation Links */
    .mktplc_premium_nav_links {
      display: flex;
      align-items: center;
      gap: 22px;
      padding-left: 0;
      list-style: none;
      /* margin-left: auto; */
      /* margin-right: 40px; */
    }
    
    .mktplc_premium_nav_item {
      position: relative;
    }
    
    .mktplc_premium_nav_link {
      color: #333;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
      position: relative;
      padding: 8px 0;
      display: inline-block;
    }
    
    .mktplc_premium_nav_link::before {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(90deg, #F67A45, #ff9966);
      transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border-radius: 3px;
    }
    
    .mktplc_premium_nav_link:hover {
      color: #F67A45;
      transform: translateY(-2px);
    }
    
    .mktplc_premium_nav_link:hover::before {
      width: 100%;
    }
    
    .mktplc_premium_active_link {
      color: #F67A45 !important;
      font-weight: 700;
    }
    
    .mktplc_premium_active_link::before {
      width: 80%;
      height: 4px;
      background: linear-gradient(90deg, #F67A45, #ff9966);
      box-shadow: 0 2px 8px rgba(246, 122, 69, 0.3);
    }
    
    /* Badge for new items */
    .mktplc_premium_badge {
      position: absolute;
      top: -10px;
      right: -12px;
      background: linear-gradient(135deg, #F67A45 0%, #ff9966 100%);
      color: white;
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 10px;
      font-weight: 700;
      box-shadow: 0 3px 8px rgba(246, 122, 69, 0.4);
      animation: mktplc_float 2s infinite ease-in-out;
    }
    
    @keyframes mktplc_float {
      0% { transform: translateY(0); }
      50% { transform: translateY(-4px); }
      100% { transform: translateY(0); }
    }
    
    /* Enhanced Right Navigation Area */
    .mktplc_premium_right_nav {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    
    .mktplc_premium_search_container {
      position: relative;
      margin-right: 5px;
    }
    
    .mktplc_premium_search_btn {
      background: none;
      border: none;
      color: #444;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: #f8f8f8;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }
    
    .mktplc_premium_search_btn:hover {
      color: #F67A45;
      transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(246, 122, 69, 0.2);
    }
    
    /* Enhanced Cart Button with hover effect */
    .mktplc_premium_cart_btn {
      position: relative;
      background: none;
      border: none;
      color: #333;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: #f8f8f8;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      /*overflow: hidden;*/
      z-index: 1;
    }
    
    .mktplc_premium_cart_btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(246, 122, 69, 0.1) 0%, rgba(246, 122, 69, 0.2) 100%);
      transform: scale(0);
      border-radius: 50%;
      transition: transform 0.3s ease;
      z-index: -1;
    }
    
    .mktplc_premium_cart_btn:hover {
      color: #F67A45;
      transform: translateY(-5px) rotate(5deg);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .mktplc_premium_cart_btn:hover::before {
      transform: scale(1);
    }
    
    .mktplc_premium_cart_count {
      position: absolute;
      top: -5px;
      right: -5px;
      background: linear-gradient(135deg, #F67A45 0%, #ff9966 100%);
      color: white;
      font-size: 12px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      box-shadow: 0 3px 8px rgba(246, 122, 69, 0.4);
      animation: mktplc_pulse 2s infinite;
      transform-origin: center;
    }
    
    @keyframes mktplc_pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.2); }
      100% { transform: scale(1); }
    }
    
    /* Enhanced Join Us Button */
    .mktplc_premium_join_us_btn {
      background: linear-gradient(135deg, #F67A45 0%, #ff9966 100%);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 12px 20px;
      font-weight: 700;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 5px 15px rgba(246, 122, 69, 0.3);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    
    .mktplc_premium_join_us_btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: all 0.5s ease;
      z-index: -1;
      transform: skewX(-25deg);
    }
    
    .mktplc_premium_join_us_btn:hover {
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 15px 25px rgba(246, 122, 69, 0.4);
    }
    
    .mktplc_premium_join_us_btn:hover::before {
      left: 100%;
    }
    
    /* Menu Toggle Enhancement */
    .mktplc_premium_menu_toggle {
      display: none;
      background: none;
      border: none;
      color: #333;
      font-size: 22px;
      cursor: pointer;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      background-color: #f8f8f8;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      z-index: 1001;
    }
    
    .mktplc_premium_menu_toggle:hover {
      color: #F67A45;
      box-shadow: 0 5px 15px rgba(246, 122, 69, 0.3);
      transform: rotate(90deg);
    }
    
    /* Dropdown Menu */
    .mktplc_premium_dropdown {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(20px);
      background: white;
      border-radius: 10px;
      min-width: 200px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 100;
      padding: 15px 0;
      border-top: 3px solid #F67A45;
    }
    
    .mktplc_premium_nav_item:hover .mktplc_premium_dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    
    .mktplc_premium_dropdown_link {
      display: block;
      padding: 10px 20px;
      color: #444;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
    }
    
    .mktplc_premium_dropdown_link:hover {
      background-color: rgba(246, 122, 69, 0.08);
      color: #F67A45;
      padding-left: 25px;
    }
    
    .mktplc_premium_dropdown_link::before {
      content: '';
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      background: #F67A45;
      border-radius: 50%;
      transition: all 0.3s ease;
    }
    
    .mktplc_premium_dropdown_link:hover::before {
      width: 6px;
      height: 6px;
    }
    
    /* Notification Dot Animation */
    .mktplc_premium_notification_dot {
      position: absolute;
      top: -2px;
      right: -2px;
      width: 8px;
      height: 8px;
      background-color: #F67A45;
      border-radius: 50%;
      animation: mktplc_blink 2s infinite;
    }
    
    @keyframes mktplc_blink {
      0% { opacity: 1; }
      50% { opacity: 0.5; }
      100% { opacity: 1; }
    }
    
    /* Mega Menu */
    .mktplc_premium_mega_menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: white;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      padding: 30px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      transition: all 0.3s ease;
      z-index: 100;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      border-top: 3px solid #F67A45;
    }
    
    .mktplc_premium_has_mega:hover .mktplc_premium_mega_menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    
    .mktplc_premium_mega_category {
      margin-bottom: 15px;
    }
    
    .mktplc_premium_mega_title {
      font-weight: 700;
      color: #222;
      margin-bottom: 15px;
      padding-bottom: 8px;
      border-bottom: 2px solid #f0f0f0;
      position: relative;
    }
    
    .mktplc_premium_mega_title::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 50px;
      height: 2px;
      background: #F67A45;
    }
    
    .mktplc_premium_mega_links {
      list-style: none;
    }
    
    .mktplc_premium_mega_item {
      margin-bottom: 8px;
    }
    
    .mktplc_premium_mega_link {
      color: #555;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      display: inline-block;
      position: relative;
      padding-left: 15px;
    }
    
    .mktplc_premium_mega_link::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #F67A45;
      opacity: 0.5;
      transition: all 0.3s ease;
    }
    
    .mktplc_premium_mega_link:hover {
      color: #F67A45;
      transform: translateX(5px);
    }
    
    .mktplc_premium_mega_link:hover::before {
      opacity: 1;
      box-shadow: 0 0 0 2px rgba(246, 122, 69, 0.3);
    }
    
    /* Featured product in mega menu */
    .mktplc_premium_featured {
      grid-column: 4;
      grid-row: span 2;
      background: linear-gradient(135deg, rgba(246, 122, 69, 0.1) 0%, rgba(246, 122, 69, 0.05) 100%);
      border-radius: 10px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .mktplc_premium_featured_title {
      font-weight: 700;
      color: #F67A45;
      margin-bottom: 15px;
    }
    
    .mktplc_premium_featured_image {
      width: 80%;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    
    .mktplc_premium_featured:hover .mktplc_premium_featured_image {
      transform: scale(1.05);
    }
    
    .mktplc_premium_featured_price {
      font-weight: 700;
      color: #F67A45;
      font-size: 24px;
      margin-bottom: 10px;
    }
    
    .mktplc_premium_featured_price small {
      font-size: 16px;
      color: #999;
      text-decoration: line-through;
      margin-right: 5px;
    }
    
    .mktplc_premium_featured_btn {
      background: linear-gradient(135deg, #F67A45 0%, #ff9966 100%);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 20px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .mktplc_premium_featured_btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 15px rgba(246, 122, 69, 0.3);
    }

        @media (max-width: 1460px) {

        .mktplc_premium_nav_link {
            font-size: 14px;
        }
        .mktplc_premium_nav_links {
            gap: 18px;
        }
      }

        @media (max-width: 1300px) {

        .mktplc_premium_nav_links {
            gap: 11px;
            padding-left: 0;
        }
        .mktplc_premium_cart_btn {
            width: 40px;
            height: 40px;
        }
        .mktplc_premium_cart_count {

            font-size: 11px;
            width: 16px;
            height: 16px;
        }
      }


    
    /* Responsive styles with enhanced mobile menu */
    
    @media (max-width: 1200px) {
      .mktplc_premium_menu_toggle {
        display: flex;
      }
      
      .mktplc_premium_nav_links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        padding-left: auto;
        height: 100vh;
        background: white;
        flex-direction: column;
        padding: 80px 30px 30px;
        gap: 20px;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1000;
        align-items: flex-start;
        overflow-y: auto;
      }
      
      .mktplc_premium_nav_links.active {
        right: 0;
      }
      
      .mktplc_premium_nav_item {
        width: 100%;
        text-align: center;
      }
      
      .mktplc_premium_nav_link {
        width: 100%;
        padding: 10px 0;
        font-size: 18px;
      }
      
      .mktplc_premium_dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        border-top: none;
        padding: 0;
        margin: 10px 0;
        opacity: 1;
        visibility: visible;
        display: none;
        background: #f9f9f9;
        border-radius: 5px;
      }
      
      .mktplc_premium_mega_menu {
        position: static;
        transform: none;
        display: none;
        grid-template-columns: 1fr;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        border-top: none;
      }
      
      .mktplc_premium_featured {
        grid-column: auto;
      }
      
      .mktplc_premium_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
        backdrop-filter: blur(3px);
      }
      
      .mktplc_premium_overlay.active {
        opacity: 1;
        visibility: visible;
      }
    }
    
    @media (max-width: 768px) {
      .mktplc_premium_contact_info {
        display: none;
      }
      
      .mktplc_premium_topbar_container {
        justify-content: center;
      }
      
      .mktplc_premium_join_us_btn {
        padding: 12px 20px;
        font-size: 14px;
      }
      
      .mktplc_premium_logo_text {
        font-size: 24px;
      }
      
      .mktplc_premium_logo_icon {
        font-size: 28px;
      }
      
      .mktplc_premium_search_container {
        display: none;
      }
    }
    
    @media (max-width: 500px) {
      .mktplc_premium_join_us_btn span {
        /*display: none;*/
        font-size: 12px;
      }

      .mktplc_premium_right_nav{
      gap: 8px;      
      }
      
      .mktplc_premium_join_us_btn {
        /* width: 46px;
        height: 46px;
        padding: 0;
        justify-content: center;
        border-radius: 50%; */
        padding: 12px 8px;
      }
      
      .mktplc_premium_social_buttons {
        gap: 10px;
      }
      
      .mktplc_premium_social_icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
      }
    }

    @media (max-width: 370px) {
    .mktplc_premium_join_us_btn span {
        font-size: 10px;
    }
    .mktplc_premium_join_us_btn {
        gap: 4px !important;
    }
    }

    .pro_hypno_footer_wrapper {
                        position: relative;
                        background: #ffffff;
                        box-shadow: 0 -4px 20px rgba(246, 122, 69, 0.05);
                        border-top: 1px solid rgba(246, 122, 69, 0.1);
                        overflow: hidden;
                        background-image: 
                    linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                    linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                    linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                    linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
                    }

                    .pro_hypno_footer_container {
                        max-width: 1400px;
                        margin: 0 auto;
                            
                        padding: 80px 20px 40px;
                        position: relative;
                    }

                    .pro_hypno_footer_grid {
                        display: grid;
                        grid-template-columns: 2fr 1fr 1fr 1fr;
                        gap: 40px;
                        position: relative;
                    }

                    .pro_hypno_footer_brand {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;
                    }

                    .pro_hypno_footer_logo {
                        max-width: 102px;
                        margin-bottom: 10px;
                        filter: contrast(1.2) brightness(0.9);
                        transition: transform 0.3s ease;
                    }

                    .pro_hypno_footer_logo:hover {
                        transform: scale(1.05);
                    }

                    .pro_hypno_footer_tagline {
                        color: #333333;
                        opacity: 1;
                        line-height: 1.6;
                        font-size: 15px;
                        position: relative;
                        padding-left: 20px;
                        margin-bottom: 8px;
                        font-weight: 600;

                    }

                    .pro_hypno_footer_tagline::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 5px;
                        width: 10px;
                        height: 10px;
                        background: #f67a45;
                        border-radius: 50%;
                    }

                    .pro_hypno_social_container {
                        display: flex;
                        gap: 15px;
                        margin-top: 20px;
                    }

                    .pro_hypno_social_icon {
                        width: 50px;
                        height: 50px;
                        background: rgba(246, 122, 69, 0.05);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 15px;
                        transition: all 0.3s ease;
                        color: #f67a45 !important;
                        border: 1px solid rgba(246, 122, 69, 0.2);
                        position: relative;
                        overflow: hidden;
                    }

                    .pro_hypno_social_icon::before {
                        content: '';
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(135deg, #f67a45 0%, #ff9a70 100%);
                        transition: all 0.3s ease;
                        z-index: 0;
                    }

                    .pro_hypno_social_icon:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 10px 20px rgba(246, 122, 69, 0.2);
                    }

                    .pro_hypno_social_icon:hover::before {
                        top: 0;
                    }

                    .pro_hypno_social_icon:hover svg {
                        color: #ffffff;
                    }

                    .pro_hypno_social_icon svg {
                        position: relative;
                        z-index: 1;
                        transition: color 0.3s ease;
                    }

                    .pro_hypno_footer_column {
                        display: flex;
                        flex-direction: column;
                        gap: 15px;
                    }
                    .pro_hypno_contact_block .texts {
                        margin-left: 12px;
                        }

                        .pro_hypno_contact_block .text-2 {
                        font-size: 12px;
                        }

                    .pro_hypno_column_title {
                        position: relative;
                        font-weight: 700;
                        font-size: 18px;
                        padding-bottom: 12px;
                        margin-bottom: 15px;
                        color: #000000;
                        border-bottom: 2px solid #f67a45;
                    }

                    .pro_hypno_footer_link {
                        color: #333333;
                        text-decoration: none;
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        transition: all 0.3s ease;
                        font-size: 15px;
                        opacity: 1;
                        font-weight: 600;
                        position: relative;
                        padding-left: 15px;
                    }

                    .pro_hypno_footer_link::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 6px;
                        height: 6px;
                        background: #f67a45;
                        border-radius: 50%;
                        opacity: 0;
                        transition: opacity 0.3s ease;
                    }

                    .pro_hypno_footer_link:hover {
                        color: #f67a45 !important;
                        opacity: 1;
                        padding-left: 25px;
                    }

                    .pro_hypno_footer_link:hover::before {
                        opacity: 1;
                    }

                    .pro_hypno_footer_link svg {
                        opacity: 0.6;
                        transition: all 0.3s ease;
                    }

                    .pro_hypno_footer_link:hover svg {
                        opacity: 1;
                        transform: translateX(5px);
                    }

                    .pro_hypno_cta_button {
                        display: inline-block;
                        background: linear-gradient(135deg, #f67a45 0%, #ff9a70 100%);
                        color: #ffffff !important;
                        padding: 10px 18px;
                        border-radius: 30px;
                        text-decoration: none;
                        font-weight: 600;
                        margin-top: 12px;
                        transition: all 0.3s ease;
                        box-shadow: 0 10px 20px rgba(246, 122, 69, 0.3);
                        position: relative;
                        overflow: hidden;
                        width: fit-content;
                    }

                    .pro_hypno_cta_button::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: -100%;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(
                        120deg,
                        transparent,
                        rgba(255, 255, 255, 0.3),
                        transparent
                        );
                        transition: all 0.6s ease;
                    }

                    .pro_hypno_cta_button:hover::before {
                        left: 100%;
                    }

                    .pro_hypno_cta_button:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 15px 25px rgba(246, 122, 69, 0.4);
                    }

                    .pro_hypno_footer_divider {
                        width: 100%;
                        height: 1px;
                        background: linear-gradient(
                        to right,
                        transparent,
                        rgba(246, 122, 69, 0.8),
                        transparent
                        );
                        margin: 40px 0;
                    }

                    .pro_hypno_footer_bottom {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        color: #333333;
                        padding: 0 20px;
                        opacity: 0.8;
                    }

                    .pro_hypno_copyright {
                        font-size: 14px;
                        font-weight: 500; 
                    }

                    .pro_hypno_copyright a {
                        color: #f67a45 !important;
                        text-decoration: none;
                        font-weight: 700;
                        transition: color 0.3s ease;
                        position: relative;
                        padding-bottom: 2px;
                    }

                    .pro_hypno_copyright a::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 0;
                        height: 2px;
                        background-color: #f67a45;
                        transition: width 0.3s ease;
                    }

                    .pro_hypno_copyright a:hover::after {
                        width: 100%;
                    }

                    .pro_hypno_footer_links {
                        display: flex;
                        gap: 20px;
                    }

                    .pro_hypno_footer_links a {
                        color: #333333;
                        text-decoration: none;
                        font-size: 14px;
                        transition: color 0.3s ease;
                        opacity: 0.8;
                        position: relative;
                    }

                    .pro_hypno_footer_links a::after {
                        content: '';
                        position: absolute;
                        bottom: -3px;
                        left: 0;
                        width: 0;
                        height: 2px;
                        background-color: #f67a45;
                        transition: width 0.3s ease;
                    }

                    .pro_hypno_footer_links a:hover {
                        color: #f67a45;
                        opacity: 1;
                    }

                    .pro_hypno_footer_links a:hover::after {
                        width: 100%;
                    }

                    .pro_hypno_contact_block {
                        display: flex;
                        flex-direction: column;
                        gap: 15px;
                    }

                    .pro_hypno_contact_item {
                        display: flex;
                        align-items: center;
                        gap: 15px;
                        background: rgba(246, 122, 69, 0.05);
                        padding: 10px 15px;
                        border-radius: 10px;
                        transition: all 0.3s ease;
                    }

                    .pro_hypno_contact_item:hover {
                        background: rgba(246, 122, 69, 0.1);
                        transform: translateX(5px);
                    }

                    .pro_hypno_contact_icon {
                        background: rgba(246, 122, 69, 0.1);
                        width: 45px;
                        height: 45px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 12px;
                        color: #f67a45;
                        border: 1px solid rgba(246, 122, 69, 0.2);
                    }

                    .pro_hypno_app_buttons {
                        display: flex;
                        gap: 15px;
                        margin-top: 20px;
                    }

                    .pro_hypno_app_button {
                        display: flex;
                        align-items: center;
                        background: rgba(246, 122, 69, 0.05);
                        padding: 10px 15px;
                        border-radius: 10px;
                        text-decoration: none;
                        color: #333333;
                        transition: all 0.3s ease;
                        border: 1px solid rgba(246, 122, 69, 0.2);
                        position: relative;
                        overflow: hidden;
                    }

                    .pro_hypno_app_button::before {
                        content: '';
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(135deg, #f67a45 0%, #ff9a70 100%);
                        transition: all 0.3s ease;
                        z-index: 0;
                    }

                    .pro_hypno_app_button:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                    }

                    .pro_hypno_app_button:hover::before {
                        top: 0;
                    }

                    .pro_hypno_app_button:hover .pro_hypno_app_icon,
                    .pro_hypno_app_button:hover .pro_hypno_app_text {
                        color: #ffffff;
                    }

                    .pro_hypno_app_icon {
                        margin-right: 10px;
                        width: 30px;
                        height: 30px;
                        color: #f67a45;
                        position: relative;
                        z-index: 1;
                        transition: color 0.3s ease;
                    }

                    .pro_hypno_app_text {
                        display: flex;
                        flex-direction: column;
                        position: relative;
                        z-index: 1;
                        transition: color 0.3s ease;
                    }

                    .pro_hypno_app_small {
                        font-size: 10px;
                        opacity: 0.7;
                    }

                    .pro_hypno_app_large {
                        font-size: 14px;
                        font-weight: 600;
                    }

                    @media (max-width: 1024px) {
                        .pro_hypno_footer_grid {
                        grid-template-columns: repeat(2, 1fr);
                        }
                    }

                    @media (max-width: 768px) {
                        .pro_hypno_footer_grid {
                        grid-template-columns: 1fr;
                        }

                        .pro_hypno_footer_bottom {
                        flex-direction: column;
                        text-align: center;
                        gap: 20px;
                        padding: 20px;
                        }

                        .pro_hypno_footer_links {
                        flex-wrap: wrap;
                        justify-content: center;
                        }

                        .pro_hypno_cta_button {
                        padding: 8px 12px;
                        font-size: 14px;
                        }


                    }
                    
                    @media (max-width: 430px) {
                        .pro_hypno_footer_bottom {
                            flex-direction: column;
                            text-align: center;
                            gap: 20px;
                            padding: 20px 20px 54px;
                        }
                    }

                        .footer-canvas {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 0;
                    pointer-events: none;
                    }

                    .footer-content {
                        position: relative;
                        z-index: 1;
                    }

                   
                   @media (max-width: 1100px) {
                  .mktplc_premium_nav_link {

                    font-size: 12px;
                  }
                  }

                  @media (max-width: 1024px) {
                  .mktplc_premium_nav_link {
                      text-align: center;
                    
                  }
                  .mktplc_premium_badge {
                    right: 34px;
                    }
                  .mktplc_premium_active_link::before {
                    width: 60%;
                    }
                  }

                .footerhypnobtns {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 12px;
                }
                    





#google_translate_element .goog-te-gadget > span {
    display: none !important;
}

#google_translate_element .goog-te-gadget > div {
    display: none !important;
}

/* AGGRESSIVE: Hide ALL Google Translate UI Elements */


/* Remove body top margin/padding that Google Translate adds */
body {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Override any inline styles Google Translate might add */
html[style*="translate.googleapis.com"] {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

html {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Force hide Google Translate notification bar */
.goog-te-clear {
    display: none !important;
}

/* Hide any divs with specific Google Translate styling */
div[style*="background-color: rgb(245, 245, 245)"],
div[style*="border-bottom: 1px solid rgb(204, 204, 204)"],
div[style*="color: rgb(68, 68, 68)"] {
    display: none !important;
}

/* Force the page to use our language selector */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 1px !important;
    color: transparent !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Ensure our language selector stays visible */


/* Additional targeting for the top bar */


/* Auto-detect notification */
.language-auto-detect {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    transform: translateX(300px);
    transition: all 0.3s ease;
    max-width: 300px;
}

.language-auto-detect.show {
    opacity: 1;
    transform: translateX(0);
}

.language-auto-detect .close-btn {
    float: right;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

@media (max-width: 768px) {
    
    .language-auto-detect {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 12px;
        max-width: 250px;
    }
}

.therapy-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px 15px;
    animation: therapy-message-slide-in 0.3s ease-out;
}

.therapy-action-btn {
    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(246, 122, 69, 0.3);
}

.therapy-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(246, 122, 69, 0.4);
}

.therapy-action-btn i {
    font-size: 12px;
}


.fj-dropdown {
    position: relative;
}

.fj-dropbtn {
    transition: 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.fj-dropbtn:hover {
    color: #d7b25f;
    transform: translateY(-2px);
}

.fj-dropdown-content {
    position: absolute;
    top: 80%;
    left: 0;
    background: rgba(255,255,255);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 10px 14px;
    width: 180px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);;
    border: 2px solid #F67A45;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.96);
    transition: all 0.25s cubic-bezier(.17,.67,.46,1.25);
    z-index: 999;
}

.fj-dropdown:hover .fj-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(12px) scale(1);
}

.fj-dropdown-link {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 8px;
    border-radius: 10px;
    margin-bottom: 2px;
    transition: 0.2s ease;
    font-size: 14px;
    font-weight: 600;
}

.fj-dropdown-link:hover {
    background: linear-gradient(135deg, #ff814a36 0%, #ff9f70a3 100%);
    color: #d7b25f;
    transform: translateY(-4px);
}

.sf-patient-exp-list ul li {
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

/* Hidden reviews */
.sf-patient-exp-list ul li.is-hidden {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

/* Visible reviews */
.sf-patient-exp-list ul li.is-visible {
    max-height: 1000px; /* large enough for long reviews */
    opacity: 1;
}

.fj-arrow {
    transition: 0.25s ease;
    display: inline-block;
}

.fj-arrow i {
font-size: 13px;
}

.fj-dropdown:hover .fj-arrow {
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
    .fj-dropdown-content {
        left: 26px;
    }
}

  /* Move text upwards continuously */
  @keyframes moveUp {
      0% {
          transform: translateY(0);
          opacity: 1;
      }

      100% {
          transform: translateY(-10px);
          opacity: 1;
      }
  }

  /* Brightness pulsing effect */
  @keyframes brightnessPulse {

      0%,
      100% {
          filter: brightness(1);
      }

      50% {
          filter: brightness(1.5);
      }
  }

  /* Apply the animations */
  .nav-tagss span {
      color: white;
      font-size: 17px;
      font-weight: 700;
      display: inline-block;
      animation: moveUp 1s infinite linear alternate, brightnessPulse 1.5s infinite ease-in-out;
      padding-bottom: 2px;
  }

        .join_us_btn_new {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #FF8652;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
        }
    
        .join_us_btn_new:hover {
            background: #e6743d;
            transform: translateY(-1px);
        }
    
        .mkt-popup {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 8px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            padding: 10px;
            min-width: 240px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
        }
    
        .mkt-popup.mkt-show {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(4px);
        }
    
        .mkt-popup::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 12px;
            height: 12px;
            background: white;
            border-radius: 2px;
            transform: translateX(-50%) rotate(45deg);
            box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
        }
    
        .mkt-option {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 8px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin: 4px 0;
            color: #333;
            text-decoration: none;
        }
    
        .mkt-option:hover {
            background: #FF8652;
            color: white !important;
            transform: translateX(4px);
        }
    
        .mkt-option i {
            width: 20px;
            text-align: center;
            font-size: 14px;
        }
    
        .mkt-option span {
            font-size: 13px;
            font-weight: 500;
        }
    
        .mkt-divider {
            height: 1px;
            background: #eee;
            margin: 1px 0;
        }
    
        @media (max-width: 1300px) {
            .join_us_btn_new {
                gap: 8px;
                padding: 10px 12px;
                font-size: 14px;
            }
    
        }

        
                /* Enhanced Fixed Language & Currency Selector Styles (Conflict-Free) */
                .enhanced-lang-currency-selector {
                    position: fixed;
                    left: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 10000;
                    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                }
        
                .enhanced-toggle-btn {
                    width: 70px;
                    height: 70px;
                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                    border: none;
                    border-radius: 50%;
                    cursor: pointer;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    color: white;
                    box-shadow: 0 4px 15px rgba(246, 122, 69, 0.3);
                    transition: all 0.3s ease;
                    position: relative;
                    overflow: hidden;
                }
        
                .enhanced-toggle-btn::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
                    border-radius: 50%;
                }
        
                .enhanced-toggle-btn:hover {
                    transform: translateY(-50%) translateY(-3px);
                    box-shadow: 0 6px 20px rgba(246, 122, 69, 0.4);
                }
        
                .enhanced-toggle-icon {
                    font-size: 20px;
                    margin-bottom: 2px;
                }
        
                .enhanced-toggle-info {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    font-size: 9px;
                    font-weight: 700;
                    line-height: 1;
                }
        
                .read-more21 {
                    border-radius: 30px;
                    background-color: #F67A45;
                    border: 0px;
                    font-size: 17px;
                    padding: 8px 22px;
                    cursor: pointer;
                    color: #ffffff;
                    font-weight: 600;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                }
        
                .enhanced-current-lang {
                    margin-bottom: 1px;
                }
        
                .enhanced-current-currency {
                    opacity: 0.9;
                }
        
                .enhanced-panel {
                    position: absolute;
                    left: 80px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 350px;
                    max-height: 500px;
                    background: white;
                    border-radius: 20px;
                    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
                    border: 2px solid #F67A45;
                    opacity: 0;
                    visibility: hidden;
                    transform: translateY(-50%) translateX(20px);
                    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                    overflow: hidden;
                    display: flex;
                    flex-direction: column;
                }
        
                .enhanced-panel.active {
                    opacity: 1;
                    visibility: visible;
                    transform: translateY(-50%) translateX(0);
                }
        
                .enhanced-panel-header {
                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                    color: white;
                    padding: 15px 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    position: relative;
                }
        
                .enhanced-panel-header::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
                    pointer-events: none;
                }
        
                .enhanced-panel-header h4 {
                    margin: 0;
                    font-size: 16px;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    position: relative;
                    z-index: 1;
                }
        
                .enhanced-panel-close-btn {
                    background: none;
                    border: none;
                    color: white;
                    font-size: 18px;
                    cursor: pointer;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background 0.3s ease;
                    position: relative;
                    z-index: 1;
                }
        
                .enhanced-panel-close-btn:hover {
                    background: rgba(255, 255, 255, 0.2);
                }
        
                .enhanced-panel-tabs {
                    display: flex;
                    background: #f8f9fa;
                    border-bottom: 1px solid #e9ecef;
                }
        
                .enhanced-tab-btn {
                    flex: 1;
                    padding: 12px 16px;
                    border: none;
                    background: none;
                    color: #6c757d;
                    font-weight: 600;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    font-size: 13px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    position: relative;
                }
        
                .enhanced-tab-btn.active {
                    color: #F67A45;
                    background: white;
                }
        
                .enhanced-tab-btn.active::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 3px;
                    background: linear-gradient(90deg, #F67A45 0%, #ff8a5c 100%);
                }
        
                .enhanced-tab-btn:hover:not(.active) {
                    background: rgba(246, 122, 69, 0.05);
                    color: #F67A45;
                }
        
                .enhanced-tab-content {
                    display: none;
                    flex: 1;
                    overflow: hidden;
                }
        
                .enhanced-tab-content.active {
                    display: flex;
                    flex-direction: column;
                }
        
                .enhanced-content-header {
                    padding: 15px 20px 10px;
                    border-bottom: 1px solid #f0f0f0;
                }
        
                .enhanced-content-header p {
                    margin: 0 0 10px 0;
                    color: #666;
                    font-size: 14px;
                    font-weight: 500;
                }
        
                .enhanced-currency-search {
                    position: relative;
                    margin-top: 10px;
                }
        
                .enhanced-currency-search input {
                    width: 100%;
                    padding: 8px 12px 8px 35px;
                    border: 1px solid #ddd;
                    border-radius: 20px;
                    font-size: 13px;
                    transition: all 0.3s ease;
                }
        
                .enhanced-currency-search input:focus {
                    outline: none;
                    border-color: #F67A45;
                    box-shadow: 0 0 0 2px rgba(246, 122, 69, 0.1);
                }
        
                .enhanced-currency-search i {
                    position: absolute;
                    left: 12px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #999;
                    font-size: 12px;
                }
        
                .enhanced-options-container {
                    flex: 1;
                    overflow-y: auto;
                    padding: 10px;
                    max-height: 350px;
                }
        
                .enhanced-currency-section {
                    margin-bottom: 15px;
                }
        
                .enhanced-currency-section h6 {
                    margin: 0 0 8px 0;
                    font-size: 12px;
                    font-weight: 700;
                    color: #F67A45;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                    padding: 0 10px;
                }
        
                .enhanced-option-item {
                    display: flex;
                    align-items: center;
                    gap: 12px;
                    padding: 10px 15px;
                    cursor: pointer;
                    border-radius: 10px;
                    transition: all 0.3s ease;
                    margin-bottom: 3px;
                    border: 2px solid transparent;
                    position: relative;
                }
        
                .enhanced-option-item:hover {
                    background: rgba(246, 122, 69, 0.05);
                    transform: translateX(-3px);
                }
        
                .enhanced-option-item.active {
                    background: linear-gradient(135deg, rgba(246, 122, 69, 0.1) 0%, rgba(246, 122, 69, 0.05) 100%);
                    border-color: #F67A45;
                    color: #F67A45;
                    font-weight: 600;
                }
        
                .enhanced-flag-img {
                    width: 24px;
                    height: 18px;
                    border-radius: 3px;
                    object-fit: cover;
                    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                }
        
                .enhanced-currency-flag {
                    width: 24px;
                    height: 24px;
                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                    color: white;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 10px;
                    font-weight: 700;
                    flex-shrink: 0;
                }
        
                .enhanced-currency-info {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                }
        
                .enhanced-option-name {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 1.2;
                }
        
                .enhanced-currency-code {
                    font-size: 11px;
                    color: #888;
                    font-weight: 600;
                }
        
                .enhanced-option-check {
                    opacity: 0;
                    color: #F67A45;
                    font-size: 14px;
                    transition: opacity 0.3s ease;
                }
        
                .enhanced-option-item.active .enhanced-option-check {
                    opacity: 1;
                }
        
                /* Currency Loading Overlay */
                .enhanced-currency-loading-overlay {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    display: none;
                    align-items: center;
                    justify-content: center;
                    z-index: 10001;
                    backdrop-filter: blur(3px);
                }
        
                .enhanced-currency-loading-overlay.show {
                    display: flex;
                }
        
                .enhanced-loading-content {
                    background: white;
                    padding: 30px;
                    border-radius: 15px;
                    text-align: center;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                }
        
                .enhanced-loading-spinner {
                    width: 40px;
                    height: 40px;
                    border: 4px solid #f3f3f3;
                    border-top: 4px solid #F67A45;
                    border-radius: 50%;
                    animation: enhancedSpin 1s linear infinite;
                    margin: 0 auto 15px;
                }
        
                @keyframes enhancedSpin {
                    0% {
                        transform: rotate(0deg);
                    }
        
                    100% {
                        transform: rotate(360deg);
                    }
                }
        
                .enhanced-loading-content p {
                    margin: 0;
                    color: #666;
                    font-weight: 600;
                }
        
                /* Scrollbar for options */
                .enhanced-options-container::-webkit-scrollbar {
                    width: 6px;
                }
        
                .enhanced-options-container::-webkit-scrollbar-track {
                    background: #f1f1f1;
                    border-radius: 3px;
                }
        
                .enhanced-options-container::-webkit-scrollbar-thumb {
                    background: #F67A45;
                    border-radius: 3px;
                }
        
                .enhanced-options-container::-webkit-scrollbar-thumb:hover {
                    background: #e85a2b;
                }
        
                /* Mobile Responsiveness */
                @media (max-width: 768px) {
                    .enhanced-lang-currency-selector {
                        left: 5px;
                        top: 50%;
                    }
        
                    .enhanced-toggle-btn {
                        width: 60px;
                        height: 60px;
                    }
        
                    .enhanced-toggle-icon {
                        font-size: 18px;
                    }
        
                    .enhanced-toggle-info {
                        font-size: 8px;
                    }
        
                    .enhanced-panel {
                        left: 70px;
                        width: 320px;
                        max-height: 450px;
                    }
        
                    .enhanced-panel-header h4 {
                        font-size: 14px;
                    }
        
                    .enhanced-tab-btn {
                        font-size: 12px;
                        padding: 10px 12px;
                    }
        
                    .enhanced-option-item {
                        padding: 8px 12px;
                    }
        
                    .enhanced-option-name {
                        font-size: 13px;
                    }
                }
        
                @media (max-width: 480px) {
                    .enhanced-panel {
                        left: 65px;
                        width: 280px;
                    }
        
                    .enhanced-content-header {
                        padding: 12px 15px 8px;
                    }
        
                    .enhanced-options-container {
                        padding: 8px;
                        max-height: 300px;
                    }
                }

                                /* Authentication Modal Styles */
                                .auth-modal-content {
                                    border-radius: 20px;
                                    border: none;
                                    box-shadow: 0 15px 35px rgba(246, 122, 69, 0.2);
                                    overflow: hidden;
                                }
                
                                .auth-modal-header {
                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                    color: white;
                                    border: none;
                                    padding: 30px;
                                    position: relative;
                                }
                
                                .auth-modal-header::before {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    right: 0;
                                    bottom: 0;
                                    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
                                    pointer-events: none;
                                }
                
                                .auth-modal-icon {
                                    width: 60px;
                                    height: 60px;
                                    background: rgba(255, 255, 255, 0.2);
                                    border-radius: 50%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    margin: 0 auto 15px;
                                    font-size: 24px;
                                }
                
                                .auth-modal-subtitle {
                                    opacity: 0.9;
                                    margin: 0;
                                    font-size: 14px;
                                }
                
                                .auth-modal-body {
                                    padding: 30px;
                                    min-height: 300px;
                                    overflow-y: auto;
                                    /* allow scrolling */
                                    scrollbar-width: none;
                                    /* Firefox */
                                    -ms-overflow-style: none;
                                    /* IE/Edge */
                                }
                
                                .auth-modal-body::-webkit-scrollbar {
                                    display: none;
                                    /* Chrome, Safari */
                                }
                
                                .auth-toggle-container {
                                    margin-bottom: 30px;
                                }
                
                                .auth-toggle-buttons {
                                    display: flex;
                                    background: #f8f9fa;
                                    border-radius: 12px;
                                    padding: 4px;
                                    gap: 4px;
                                }
                
                                .auth-toggle-btn {
                                    flex: 1;
                                    padding: 12px 20px;
                                    border: none;
                                    border-radius: 8px;
                                    background: transparent;
                                    color: #6c757d;
                                    font-weight: 600;
                                    transition: all 0.3s ease;
                                    cursor: pointer;
                                }
                
                                .auth-toggle-btn.active {
                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                    color: white;
                                    box-shadow: 0 2px 8px rgba(246, 122, 69, 0.3);
                                }
                
                                .auth-form-group {
                                    margin-bottom: 20px;
                                }
                
                                .auth-form-group label {
                                    display: block;
                                    margin-bottom: 6px;
                                    font-weight: 600;
                                    color: #495057;
                                }
                
                                .auth-form-control {
                                    width: 100%;
                                    padding: 12px 16px;
                                    border: 2px solid #e9ecef;
                                    border-radius: 10px;
                                    font-size: 15px;
                                    transition: all 0.3s ease;
                                    box-sizing: border-box;
                                }
                
                                .auth-form-control:focus {
                                    outline: none;
                                    border-color: #F67A45;
                                    box-shadow: 0 0 0 0.2rem rgba(246, 122, 69, 0.15);
                                }
                
                                .auth-password-wrapper {
                                    position: relative;
                                }
                
                                .auth-password-toggle {
                                    position: absolute;
                                    right: 12px;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    border: none;
                                    background: none;
                                    color: #6c757d;
                                    cursor: pointer;
                                    padding: 4px;
                                }
                
                                /* Forgot Password Link Styles */
                                .auth-forgot-link-wrapper {
                                    margin-top: 8px;
                                    text-align: right;
                                }
                
                                .auth-forgot-password-link {
                                    color: #F67A45;
                                    text-decoration: none;
                                    font-size: 13px;
                                    font-weight: 500;
                                    transition: all 0.3s ease;
                                    display: inline-flex;
                                    align-items: center;
                                    gap: 4px;
                                }
                
                                .auth-forgot-password-link:hover {
                                    color: #e85a2b;
                                    text-decoration: underline;
                                }
                
                                .auth-forgot-password-link i {
                                    font-size: 11px;
                                }
                
                                /* Back to Login Button */
                                .auth-back-to-login {
                                    margin-bottom: 20px;
                                }
                
                                .auth-back-btn {
                                    background: none;
                                    border: none;
                                    color: #6c757d;
                                    font-size: 14px;
                                    cursor: pointer;
                                    display: flex;
                                    align-items: center;
                                    gap: 6px;
                                    padding: 6px 0;
                                    transition: color 0.3s ease;
                                }
                
                                .auth-back-btn:hover {
                                    color: #F67A45;
                                }
                
                                .auth-checkbox {
                                    display: flex;
                                    align-items: center;
                                    gap: 8px;
                                }
                
                                .auth-checkbox input[type="checkbox"] {
                                    width: 16px;
                                    height: 16px;
                                    accent-color: #F67A45;
                                }
                
                                .auth-submit-btn {
                                    width: 100%;
                                    padding: 14px;
                                    border: none;
                                    border-radius: 10px;
                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                    color: white;
                                    font-weight: 600;
                                    font-size: 16px;
                                    cursor: pointer;
                                    transition: all 0.3s ease;
                                    margin-bottom: 20px;
                                }
                
                                .auth-submit-btn:hover {
                                    transform: translateY(-2px);
                                    box-shadow: 0 8px 25px rgba(246, 122, 69, 0.4);
                                }
                
                                .auth-submit-btn:disabled {
                                    opacity: 0.6;
                                    cursor: not-allowed;
                                    transform: none;
                                }
                
                                .auth-signup-btn {
                                    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
                                }
                
                                .auth-signup-btn:hover {
                                    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
                                }
                
                                .auth-forgot-btn {
                                    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
                                }
                
                                .auth-forgot-btn:hover {
                                    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
                                }
                
                                .auth-divider {
                                    text-align: center;
                                    margin: 20px 0;
                                    position: relative;
                                }
                
                                .auth-divider::before {
                                    content: '';
                                    position: absolute;
                                    top: 50%;
                                    left: 0;
                                    right: 0;
                                    height: 1px;
                                    background: #e9ecef;
                                }
                
                                .auth-divider span {
                                    background: white;
                                    padding: 0 15px;
                                    color: #6c757d;
                                    font-size: 14px;
                                }
                
                                .auth-google-btn {
                                    width: 100%;
                                    padding: 12px;
                                    border: 2px solid #F67A45;
                                    border-radius: 10px;
                                    background: white;
                                    color: #F67A45;
                                    font-weight: 600;
                                    cursor: pointer;
                                    transition: all 0.3s ease;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    gap: 10px;
                                    margin-bottom: 15px;
                                }
                
                                .auth-google-btn:hover {
                                    background: #F67A45;
                                    color: white;
                                    transform: translateY(-2px);
                                    box-shadow: 0 8px 25px rgba(246, 122, 69, 0.3);
                                }
                
                                .auth-loading {
                                    position: relative;
                                    color: transparent !important;
                                }
                
                                .auth-loading::after {
                                    content: "";
                                    position: absolute;
                                    width: 16px;
                                    height: 16px;
                                    top: 50%;
                                    left: 50%;
                                    margin-left: -8px;
                                    margin-top: -8px;
                                    border: 2px solid transparent;
                                    border-top-color: #ffffff;
                                    border-radius: 50%;
                                    animation: auth-spin 1s ease infinite;
                                }
                
                                @keyframes auth-spin {
                                    0% {
                                        transform: rotate(0deg);
                                    }
                
                                    100% {
                                        transform: rotate(360deg);
                                    }
                                }
                
                                .auth-error {
                                    background: #f8d7da;
                                    color: #721c24;
                                    padding: 12px;
                                    border-radius: 8px;
                                    margin-bottom: 20px;
                                    border: 1px solid #f5c6cb;
                                }
                
                                .auth-success {
                                    background: #d4edda;
                                    color: #155724;
                                    padding: 12px;
                                    border-radius: 8px;
                                    margin-bottom: 20px;
                                    border: 1px solid #c3e6cb;
                                    animation: slideIn 0.3s ease-out;
                                }
                
                                @keyframes slideIn {
                                    from {
                                        opacity: 0;
                                        transform: translateY(-10px);
                                    }
                
                                    to {
                                        opacity: 1;
                                        transform: translateY(0);
                                    }
                                }
                
                                @media (max-width: 576px) {
                                    .auth-modal-body {
                                        padding: 20px;
                                    }
                
                                    .auth-modal-header {
                                        padding: 20px;
                                    }
                
                                    .auth-forgot-link-wrapper {
                                        text-align: center;
                                    }
                                }
                
                                @media (max-width: 576px) {
                
                                    /* Fix modal positioning and height */
                                    .modal.show .modal-dialog {
                                        margin: 10px;
                                        max-height: calc(100vh - 80px);
                                        /* Account for bottom nav + padding */
                                        display: flex;
                                        align-items: flex-start;
                                        min-height: calc(100vh - 80px);
                                    }
                
                                    /* Adjust modal content for mobile */
                                    .auth-modal-content {
                                        max-height: 100%;
                                        overflow: hidden;
                                        display: flex;
                                        flex-direction: column;
                                        margin-bottom: 70px;
                                        /* Space for bottom nav */
                                        border-radius: 15px;
                                        /* Slightly smaller radius on mobile */
                                    }
                
                                    /* Make modal body scrollable with proper spacing */
                                    .auth-modal-body {
                                        overflow-y: auto;
                                        flex: 1;
                                        padding: 20px 15px 40px;
                                        /* Extra bottom padding for Google button */
                                        max-height: calc(100vh - 200px);
                                        /* Adjust based on header height */
                                    }
                
                                    /* Ensure modal appears above bottom nav */
                                    .modal {
                                        z-index: 1055 !important;
                                        /* Higher than typical bottom nav z-index */
                                    }
                
                                    /* Add extra spacing for Google button so it's not hidden */
                                    .auth-google-btn {
                                        margin-bottom: 30px !important;
                                        /* Increased bottom margin */
                                    }
                
                                    /* Reduce header padding on mobile */
                                    .auth-modal-header {
                                        padding: 20px 15px !important;
                                    }
                
                                    /* Smaller icon on mobile */
                                    .auth-modal-icon {
                                        width: 50px;
                                        height: 50px;
                                        font-size: 20px;
                                        margin-bottom: 10px;
                                    }
                
                                    /* Adjust form elements for mobile */
                                    .auth-form-control {
                                        padding: 10px 14px;
                                        font-size: 14px;
                                    }
                
                                    .auth-submit-btn {
                                        padding: 12px;
                                        font-size: 15px;
                                        margin-bottom: 25px;
                                        /* Extra space before Google button */
                                    }
                
                                    /* Adjust toggle buttons for mobile */
                                    .auth-toggle-btn {
                                        padding: 10px 16px;
                                        font-size: 14px;
                                    }
                
                                    /* Center forgot password link on mobile */
                                    .auth-forgot-link-wrapper {
                                        text-align: center;
                                        margin-top: 10px;
                                    }
                
                                    /* Adjust divider spacing */
                                    .auth-divider {
                                        margin: 15px 0;
                                    }
                
                                    /* Ensure proper spacing for form groups */
                                    .auth-form-group {
                                        margin-bottom: 18px;
                                    }
                
                                    /* Add scroll padding to prevent content being cut off */
                                    .auth-modal-body::-webkit-scrollbar {
                                        width: 4px;
                                    }
                
                                    .auth-modal-body::-webkit-scrollbar-track {
                                        background: #f1f1f1;
                                        border-radius: 2px;
                                    }
                
                                    .auth-modal-body::-webkit-scrollbar-thumb {
                                        background: #F67A45;
                                        border-radius: 2px;
                                    }
                                }
                
                                /* Additional fix for very small screens */
                                @media (max-width: 375px) {
                                    .modal.show .modal-dialog {
                                        margin: 5px;
                                        max-height: calc(100vh - 70px);
                                    }
                
                                    .auth-modal-content {
                                        margin-bottom: 65px;
                                    }
                
                                    .auth-modal-body {
                                        padding: 15px 12px 35px;
                                    }
                
                                    .auth-modal-header {
                                        padding: 15px 12px !important;
                                    }
                                }
                
                                /* Fix for landscape mode on mobile */
                                @media (max-width: 896px) and (max-height: 500px) and (orientation: landscape) {
                                    .modal.show .modal-dialog {
                                        max-height: calc(100vh - 60px);
                                        margin: 5px;
                                    }
                
                                    .auth-modal-content {
                                        margin-bottom: 60px;
                                    }
                
                                    .auth-modal-header {
                                        padding: 15px !important;
                                    }
                
                                    .auth-modal-icon {
                                        width: 40px;
                                        height: 40px;
                                        font-size: 16px;
                                        margin-bottom: 8px;
                                    }
                
                                    .auth-modal-body {
                                        padding: 15px 20px 30px;
                                    }
                
                
                                }
                
                                @media (max-width: 576px) {
                                    .auth-modal-body {
                                        overflow-y: auto;
                                        -webkit-overflow-scrolling: touch;
                                        /* Smooth scrolling on iOS */
                                        -ms-overflow-style: none;
                                        scrollbar-width: none;
                                    }
                
                                    .auth-modal-body::-webkit-scrollbar {
                                        display: none;
                                        width: 0;
                                        height: 0;
                                    }
                
                                    /* Hide scrollbar for the entire modal dialog if needed */
                                    .modal-dialog {
                                        -ms-overflow-style: none;
                                        scrollbar-width: none;
                                    }
                
                                    .modal-dialog::-webkit-scrollbar {
                                        display: none;
                                    }
                
                                    /* Hide scrollbar for modal content */
                                    .auth-modal-content {
                                        -ms-overflow-style: none;
                                        scrollbar-width: none;
                                    }
                
                                    .auth-modal-content::-webkit-scrollbar {
                                        display: none;
                                    }
                                }
                
                
                                @media (max-width: 768px) {
                                    .auth-toaster {
                                        top: 10px !important;
                                        right: 10px !important;
                                        left: 10px !important;
                                        max-width: none !important;
                                        min-width: auto !important;
                                        width: calc(100% - 20px) !important;
                                        font-size: 13px !important;
                                        padding: 14px 16px !important;
                                    }
                
                                    .auth-toaster div:first-child {
                                        font-size: 16px !important;
                                    }
                                }
                
                                @media (max-width: 480px) {
                                    .auth-toaster {
                                        top: 5px !important;
                                        right: 5px !important;
                                        left: 5px !important;
                                        width: calc(100% - 10px) !important;
                                        font-size: 12px !important;
                                        padding: 12px 14px !important;
                                    }
                
                                    .auth-toaster div:first-child {
                                        font-size: 14px !important;
                                    }
                                }
                
                       
                
                                .therapy-chat-widget {
                                    position: fixed;
                                    bottom: 20px;
                                    right: 20px;
                                    z-index: 9999;
                                    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                                }
                
                                /* Chat Toggle Button */
                                .therapy-chat-toggle {
                                    width: 60px;
                                    height: 60px;
                                    border-radius: 50%;
                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                    border: none;
                                    cursor: pointer;
                                    box-shadow: 0 4px 20px rgba(246, 122, 69, 0.4);
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    transition: all 0.3s ease;
                                    position: relative;
                                }
                
                                .therapy-chat-toggle:hover {
                                    transform: scale(1.05);
                                    box-shadow: 0 6px 25px rgba(246, 122, 69, 0.5);
                                }
                
                                .therapy-chat-toggle i {
                                    font-size: 24px;
                                    color: white;
                                    transition: all 0.3s ease;
                                }
                
                                .therapy-chat-toggle.active i.fa-comments {
                                    transform: scale(0) rotate(180deg);
                                    opacity: 0;
                                }
                
                                .therapy-chat-toggle.active i.fa-times {
                                    transform: scale(1) rotate(0deg);
                                    opacity: 1;
                                }
                
                                .therapy-chat-toggle i.fa-times {
                                    position: absolute;
                                    transform: scale(0) rotate(-180deg);
                                    opacity: 0;
                                }
                
                                /* Notification Badge */
                                .therapy-chat-badge {
                                    position: absolute;
                                    top: -5px;
                                    right: -5px;
                                    background: #dc3545;
                                    color: white;
                                    font-size: 11px;
                                    font-weight: 700;
                                    min-width: 20px;
                                    height: 20px;
                                    border-radius: 10px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    padding: 0 5px;
                                    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.5);
                                }
                
                                /* Chat Window Container - IMPROVED SIZE */
                                .therapy-chat-window {
                                    position: fixed;
                                    bottom: 90px;
                                    right: 20px;
                                    width: 380px;
                                    height: 550px;
                                    max-height: calc(100vh - 120px);
                                    background: white;
                                    border-radius: 16px;
                                    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
                                    display: none;
                                    flex-direction: column;
                                    overflow: hidden;
                                    transform: scale(0.95);
                                    opacity: 0;
                                    transition: all 0.3s ease;
                                }
                
                                .therapy-chat-window.active {
                                    display: flex;
                                    transform: scale(1);
                                    opacity: 1;
                                }
                
                                /* Chat Header - CLEANER */
                                .therapy-chat-header {
                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                    padding: 16px;
                                    display: flex;
                                    align-items: center;
                                    gap: 12px;
                                }
                
                                .therapy-chat-avatar {
                                    width: 40px;
                                    height: 40px;
                                    border-radius: 50%;
                                    background: white;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
                                    position: relative;
                                }
                
                                .therapy-chat-avatar i {
                                    font-size: 20px;
                                    color: #F67A45;
                                }
                
                                .therapy-chat-avatar::after {
                                    content: '';
                                    position: absolute;
                                    bottom: 2px;
                                    right: 2px;
                                    width: 10px;
                                    height: 10px;
                                    background: #48bb78;
                                    border: 2px solid white;
                                    border-radius: 50%;
                                }
                
                                .therapy-chat-info {
                                    flex: 1;
                                }
                
                                .therapy-chat-title {
                                    color: white;
                                    font-size: 16px;
                                    font-weight: 600;
                                    margin: 0;
                                }
                
                                .therapy-chat-status {
                                    color: rgba(255, 255, 255, 0.9);
                                    font-size: 12px;
                                    margin: 2px 0 0 0;
                                    display: flex;
                                    align-items: center;
                                    gap: 5px;
                                }
                
                                .therapy-chat-status i {
                                    font-size: 6px;
                                }
                
                                .therapy-chat-minimize {
                                    width: 32px;
                                    height: 32px;
                                    border-radius: 50%;
                                    background: rgba(255, 255, 255, 0.2);
                                    border: none;
                                    color: white;
                                    cursor: pointer;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    transition: all 0.2s ease;
                                }
                
                                .therapy-chat-minimize:hover {
                                    background: rgba(255, 255, 255, 0.3);
                                }
                
                                /* Quick Actions - IMPROVED */
                                .therapy-chat-quick-actions {
                                    padding: 10px;
                                    background: #f8f9fa;
                                    border-bottom: 1px solid #e9ecef;
                                    display: grid;
                                    grid-template-columns: repeat(3, 1fr);
                                    gap: 6px;
                                }
                
                                .therapy-quick-action-btn {
                                    padding: 8px 6px;
                                    background: white;
                                    border: 1px solid #e2e8f0;
                                    border-radius: 8px;
                                    font-size: 11px;
                                    color: #4a5568;
                                    cursor: pointer;
                                    transition: all 0.2s ease;
                                    white-space: nowrap;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    gap: 4px;
                                    font-weight: 500;
                                }
                
                                .therapy-quick-action-btn:hover {
                                    background: #F67A45;
                                    color: white;
                                    border-color: #F67A45;
                                    transform: translateY(-1px);
                                }
                
                                .therapy-quick-action-btn i {
                                    font-size: 16px;
                                }
                
                                /* Messages Container */
                                .therapy-chat-messages {
                                    flex: 1;
                                    padding: 16px;
                                    overflow-y: auto;
                                    background: #ffffff;
                                    scroll-behavior: smooth;
                                }
                
                                .therapy-chat-messages::-webkit-scrollbar {
                                    width: 5px;
                                }
                
                                .therapy-chat-messages::-webkit-scrollbar-track {
                                    background: transparent;
                                }
                
                                .therapy-chat-messages::-webkit-scrollbar-thumb {
                                    background: #cbd5e0;
                                    border-radius: 3px;
                                }
                
                                /* Message Bubble - CLEANER */
                                .therapy-message {
                                    display: flex;
                                    gap: 8px;
                                    margin-bottom: 12px;
                                    animation: therapy-message-slide-in 0.2s ease-out;
                                }
                
                                @keyframes therapy-message-slide-in {
                                    from {
                                        opacity: 0;
                                        transform: translateY(5px);
                                    }
                
                                    to {
                                        opacity: 1;
                                        transform: translateY(0);
                                    }
                                }
                
                                .therapy-message-avatar {
                                    width: 28px;
                                    height: 28px;
                                    border-radius: 50%;
                                    background: linear-gradient(135deg, #F67A45, #ff8a5c);
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    flex-shrink: 0;
                                }
                
                                .therapy-message-avatar i {
                                    font-size: 12px;
                                    color: white;
                                }
                
                                .therapy-message-content {
                                    flex: 1;
                                    max-width: 75%;
                                }
                
                                .therapy-message-bubble {
                                    background: #f7f8fa;
                                    padding: 10px 12px;
                                    border-radius: 12px;
                                    font-size: 13px;
                                    line-height: 1.5;
                                    color: #2d3748;
                                    word-wrap: break-word;
                                }
                
                                .therapy-message-bubble a {
                                    color: #F67A45;
                                    text-decoration: none;
                                    word-break: break-all;
                                    font-size: 11px;
                                }
                
                                .therapy-message-bubble a:hover {
                                    text-decoration: underline;
                                }
                
                                .therapy-message-time {
                                    font-size: 10px;
                                    color: #a0aec0;
                                    margin-top: 3px;
                                    padding-left: 4px;
                                }
                
                                /* User Message */
                                .therapy-message.user {
                                    flex-direction: row-reverse;
                                }
                
                                .therapy-message.user .therapy-message-content {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: flex-end;
                                }
                
                                .therapy-message.user .therapy-message-avatar {
                                    background: linear-gradient(135deg, #4299e1, #3182ce);
                                }
                
                                .therapy-message.user .therapy-message-bubble {
                                    background: linear-gradient(135deg, #F67A45, #ff8a5c);
                                    color: white;
                                }
                
                                .therapy-message.user .therapy-message-time {
                                    text-align: right;
                                }
                
                                /* Admin Message */
                                .therapy-message.admin .therapy-message-avatar {
                                    background: linear-gradient(135deg, #48bb78, #38a169);
                                }
                
                                .therapy-message.admin .therapy-message-bubble {
                                    border-left: 3px solid #48bb78;
                                    background: #f0fdf4;
                                }
                
                                /* Admin Joined Notification */
                                .therapy-admin-joined {
                                    text-align: center;
                                    padding: 8px;
                                    margin: 12px 0;
                                }
                
                                .therapy-admin-joined-badge {
                                    display: inline-block;
                                    background: #48bb78;
                                    color: white;
                                    padding: 6px 12px;
                                    border-radius: 16px;
                                    font-size: 11px;
                                    font-weight: 600;
                                }
                
                                /* Action Buttons */
                                .therapy-action-buttons {
                                    padding: 0 16px 12px 16px;
                                    display: flex;
                                    flex-direction: column;
                                    gap: 6px;
                                }
                
                                .therapy-action-btn {
                                    padding: 10px 14px;
                                    background: white;
                                    border: 1px solid #e2e8f0;
                                    border-radius: 8px;
                                    font-size: 12px;
                                    color: #4a5568;
                                    cursor: pointer;
                                    transition: all 0.2s ease;
                                    display: flex;
                                    align-items: center;
                                    gap: 8px;
                                    font-weight: 500;
                                }
                
                                .therapy-action-btn:hover {
                                    background: #F67A45;
                                    color: white;
                                    border-color: #F67A45;
                                }
                
                                .therapy-action-btn i {
                                    font-size: 11px;
                                }
                
                                /* Typing Indicator */
                                .therapy-typing-indicator {
                                    display: none;
                                    gap: 8px;
                                    padding: 0 16px;
                                    margin-bottom: 8px;
                                }
                
                                .therapy-typing-indicator.active {
                                    display: flex;
                                }
                
                                .therapy-typing-dots {
                                    background: #f7f8fa;
                                    padding: 10px 12px;
                                    border-radius: 12px;
                                    display: flex;
                                    gap: 3px;
                                }
                
                                .therapy-typing-dot {
                                    width: 6px;
                                    height: 6px;
                                    border-radius: 50%;
                                    background: #cbd5e0;
                                    animation: therapy-typing 1.4s infinite;
                                }
                
                                .therapy-typing-dot:nth-child(2) {
                                    animation-delay: 0.2s;
                                }
                
                                .therapy-typing-dot:nth-child(3) {
                                    animation-delay: 0.4s;
                                }
                
                                @keyframes therapy-typing {
                
                                    0%,
                                    60%,
                                    100% {
                                        transform: translateY(0);
                                    }
                
                                    30% {
                                        transform: translateY(-8px);
                                    }
                                }
                
                                /* Quick Reply Suggestions */
                                .therapy-quick-replies {
                                    display: none;
                                    padding: 10px 16px;
                                    gap: 6px;
                                    flex-wrap: wrap;
                                    background: #f8f9fa;
                                    border-top: 1px solid #e9ecef;
                                }
                
                                .therapy-quick-replies.active {
                                    display: flex;
                                }
                
                                .therapy-quick-reply-chip {
                                    padding: 6px 12px;
                                    background: white;
                                    border: 1px solid #e2e8f0;
                                    border-radius: 14px;
                                    font-size: 12px;
                                    color: #4a5568;
                                    cursor: pointer;
                                    transition: all 0.2s ease;
                                    display: inline-flex;
                                    align-items: center;
                                    gap: 5px;
                                }
                
                                .therapy-quick-reply-chip:hover {
                                    background: #F67A45;
                                    color: white;
                                    border-color: #F67A45;
                                }
                
                                .therapy-quick-reply-chip i {
                                    font-size: 10px;
                                }
                
                                /* Input Area */
                                .therapy-chat-input-area {
                                    padding: 12px 16px;
                                    background: white;
                                    border-top: 1px solid #e9ecef;
                                }
                
                                .therapy-chat-input-wrapper {
                                    display: flex;
                                    gap: 8px;
                                    align-items: flex-end;
                                }
                
                                .therapy-input-container {
                                    flex: 1;
                                    position: relative;
                                }
                
                                .therapy-chat-input {
                                    width: 100%;
                                    padding: 10px 12px;
                                    border: 2px solid #e2e8f0;
                                    border-radius: 20px;
                                    font-size: 13px;
                                    resize: none;
                                    outline: none;
                                    transition: all 0.2s ease;
                                    font-family: inherit;
                                    max-height: 80px;
                                }
                
                                .therapy-chat-input:focus {
                                    border-color: #F67A45;
                                }
                
                                .therapy-send-btn {
                                    width: 38px;
                                    height: 38px;
                                    border-radius: 50%;
                                    background: linear-gradient(135deg, #F67A45, #ff8a5c);
                                    border: none;
                                    color: white;
                                    cursor: pointer;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    transition: all 0.2s ease;
                                    box-shadow: 0 2px 8px rgba(246, 122, 69, 0.3);
                                }
                
                                .therapy-send-btn:hover:not(:disabled) {
                                    transform: scale(1.05);
                                }
                
                                .therapy-send-btn:disabled {
                                    opacity: 0.5;
                                    cursor: not-allowed;
                                }
                
                                .therapy-send-btn i {
                                    font-size: 14px;
                                }
                
                                /* Welcome Message */
                                .therapy-welcome-message {
                                    text-align: center;
                                    padding: 30px 20px;
                                }
                
                                .therapy-welcome-icon {
                                    width: 60px;
                                    height: 60px;
                                    background: linear-gradient(135deg, #F67A45, #ff8a5c);
                                    border-radius: 50%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    margin: 0 auto 16px;
                                    box-shadow: 0 4px 15px rgba(246, 122, 69, 0.3);
                                }
                
                                .therapy-welcome-icon i {
                                    font-size: 28px;
                                    color: white;
                                }
                
                                .therapy-welcome-message h3 {
                                    color: #2d3748;
                                    font-size: 18px;
                                    margin: 0 0 8px 0;
                                    font-weight: 600;
                                }
                
                                .therapy-welcome-message p {
                                    color: #718096;
                                    font-size: 13px;
                                    line-height: 1.5;
                                    margin: 0;
                                }
                
                                /* Responsive Design */
                                @media (max-width: 768px) {
                                    .therapy-chat-window {
                                        width: calc(80vw - 40px);
                                        right: 20px;
                                        bottom: 90px;
                                        height: 500px;
                                    }
                                }
                
                                @media (max-width: 480px) {
                                    .therapy-chat-window {
                                        width: 78vw;
                                        height: 420px;
                                        right: 10px;
                                        bottom: 62px;
                                        border-radius: 16px;
                                        max-height: none;
                                    }
                
                                    .therapy-chat-toggle {
                                        bottom: 15px;
                                        right: 15px;
                                        display: none;
                                    }
                
                                }

                                                                /* Terms Modal Styles */
                                                                .terms-modal-content {
                                                                    border-radius: 20px;
                                                                    border: none;
                                                                    box-shadow: 0 15px 35px rgba(246, 122, 69, 0.2);
                                                                    overflow: hidden;
                                                                }
                                
                                                                .terms-modal-header {
                                                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                                                    color: white;
                                                                    border: none;
                                                                    padding: 25px;
                                                                    position: relative;
                                                                }
                                
                                                                .terms-modal-header::before {
                                                                    content: '';
                                                                    position: absolute;
                                                                    top: 0;
                                                                    left: 0;
                                                                    right: 0;
                                                                    bottom: 0;
                                                                    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
                                                                    pointer-events: none;
                                                                }
                                
                                                                .terms-modal-icon {
                                                                    width: 60px;
                                                                    height: 60px;
                                                                    background: rgba(255, 255, 255, 0.2);
                                                                    border-radius: 50%;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    justify-content: center;
                                                                    margin: 0 auto 15px;
                                                                    font-size: 24px;
                                                                }
                                
                                                                .terms-modal-subtitle {
                                                                    opacity: 0.9;
                                                                    margin: 0;
                                                                    font-size: 14px;
                                                                }
                                
                                                                .terms-modal-body {
                                                                    padding: 30px;
                                                                    max-height: 60vh;
                                                                    overflow-y: auto;
                                                                }
                                
                                                                /* Select All Container */
                                                                .select-all-container {
                                                                    display: flex;
                                                                    align-items: center;
                                                                    gap: 12px;
                                                                    margin-top: 15px;
                                                                    padding: 15px;
                                                                    background: rgba(246, 122, 69, 0.05);
                                                                    border-radius: 10px;
                                                                    border: 1px solid rgba(246, 122, 69, 0.2);
                                                                    transition: all 0.3s ease;
                                                                }
                                
                                                                .select-all-container:hover {
                                                                    background: rgba(246, 122, 69, 0.1);
                                                                    border-color: rgba(246, 122, 69, 0.3);
                                                                }
                                
                                                                .select-all-checkbox-container {
                                                                    flex-shrink: 0;
                                                                }
                                
                                                                .select-all-checkbox {
                                                                    display: none;
                                                                }
                                
                                                                .select-all-checkbox-label {
                                                                    width: 26px;
                                                                    height: 26px;
                                                                    border: 2px solid #F67A45;
                                                                    border-radius: 8px;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    justify-content: center;
                                                                    cursor: pointer;
                                                                    transition: all 0.3s ease;
                                                                    background: white;
                                                                    position: relative;
                                                                }
                                
                                                                .select-all-checkbox-label::before {
                                                                    content: '';
                                                                    position: absolute;
                                                                    width: 100%;
                                                                    height: 100%;
                                                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                                                    border-radius: 6px;
                                                                    opacity: 0;
                                                                    transform: scale(0.8);
                                                                    transition: all 0.3s ease;
                                                                }
                                
                                                                .select-all-checkbox-label i {
                                                                    opacity: 0;
                                                                    color: white;
                                                                    font-size: 14px;
                                                                    transition: opacity 0.3s ease;
                                                                    position: relative;
                                                                    z-index: 1;
                                                                }
                                
                                                                .select-all-checkbox:checked+.select-all-checkbox-label::before {
                                                                    opacity: 1;
                                                                    transform: scale(1);
                                                                }
                                
                                                                .select-all-checkbox:checked+.select-all-checkbox-label i {
                                                                    opacity: 1;
                                                                }
                                
                                                                .select-all-checkbox:checked+.select-all-checkbox-label {
                                                                    border-color: #F67A45;
                                                                    transform: scale(1.05);
                                                                    box-shadow: 0 4px 12px rgba(246, 122, 69, 0.3);
                                                                }
                                
                                                                .select-all-label {
                                                                    flex: 1;
                                                                    font-weight: 600;
                                                                    color: #F67A45;
                                                                    cursor: pointer;
                                                                    font-size: 15px;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    gap: 8px;
                                                                    margin: 0;
                                                                    transition: color 0.3s ease;
                                                                }
                                
                                                                .select-all-label:hover {
                                                                    color: #e85a2b;
                                                                }
                                
                                                                .select-all-label i {
                                                                    font-size: 16px;
                                                                }
                                
                                                                /* Terms Counter */
                                                                .terms-counter-container {
                                                                    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                                                                    padding: 20px;
                                                                    border-radius: 15px;
                                                                    margin-bottom: 25px;
                                                                    border: 2px solid #F67A45;
                                                                }
                                
                                                                .terms-counter {
                                                                    text-align: center;
                                                                }
                                
                                                                .counter-text {
                                                                    font-weight: 600;
                                                                    color: #495057;
                                                                    font-size: 16px;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    justify-content: center;
                                                                    gap: 8px;
                                                                    margin-bottom: 10px;
                                                                }
                                
                                                                .counter-text i {
                                                                    color: #F67A45;
                                                                    font-size: 18px;
                                                                }
                                
                                                                .progress-bar-container {
                                                                    width: 100%;
                                                                    height: 8px;
                                                                    background: #dee2e6;
                                                                    border-radius: 4px;
                                                                    overflow: hidden;
                                                                }
                                
                                                                .progress-bar {
                                                                    height: 100%;
                                                                    background: linear-gradient(90deg, #F67A45 0%, #ff8a5c 100%);
                                                                    width: 0%;
                                                                    transition: width 0.3s ease;
                                                                    position: relative;
                                                                }
                                
                                                                .progress-bar::after {
                                                                    content: '';
                                                                    position: absolute;
                                                                    top: 0;
                                                                    left: 0;
                                                                    right: 0;
                                                                    bottom: 0;
                                                                    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
                                                                    animation: shine 2s infinite;
                                                                }
                                
                                                                @keyframes shine {
                                                                    0% {
                                                                        transform: translateX(-100%);
                                                                    }
                                
                                                                    100% {
                                                                        transform: translateX(100%);
                                                                    }
                                                                }
                                
                                                                /* Terms List */
                                                                .terms-list {
                                                                    display: flex;
                                                                    flex-direction: column;
                                                                    gap: 20px;
                                                                }
                                
                                                                .term-item {
                                                                    display: flex;
                                                                    gap: 15px;
                                                                    padding: 20px;
                                                                    background: #ffffff;
                                                                    border: 2px solid #e9ecef;
                                                                    border-radius: 12px;
                                                                    transition: all 0.3s ease;
                                                                    position: relative;
                                                                }
                                
                                                                .term-item.accepted {
                                                                    border-color: #28a745;
                                                                    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
                                                                    transform: translateY(-2px);
                                                                    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
                                                                }
                                
                                                                .term-checkbox-container {
                                                                    flex-shrink: 0;
                                                                    margin-top: 5px;
                                                                }
                                
                                                                .term-checkbox {
                                                                    display: none;
                                                                }
                                
                                                                .term-checkbox-label {
                                                                    width: 24px;
                                                                    height: 24px;
                                                                    border: 2px solid #dee2e6;
                                                                    border-radius: 6px;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    justify-content: center;
                                                                    cursor: pointer;
                                                                    transition: all 0.3s ease;
                                                                    background: white;
                                                                }
                                
                                                                .term-checkbox-label i {
                                                                    opacity: 0;
                                                                    color: white;
                                                                    font-size: 12px;
                                                                    transition: opacity 0.3s ease;
                                                                }
                                
                                                                .term-checkbox:checked+.term-checkbox-label {
                                                                    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
                                                                    border-color: #28a745;
                                                                    transform: scale(1.1);
                                                                }
                                
                                                                .term-checkbox:checked+.term-checkbox-label i {
                                                                    opacity: 1;
                                                                }
                                
                                                                .term-content {
                                                                    flex: 1;
                                                                }
                                
                                                                .term-title {
                                                                    font-weight: 600;
                                                                    color: #495057;
                                                                    margin-bottom: 8px;
                                                                    display: flex;
                                                                    align-items: center;
                                                                    gap: 8px;
                                                                    font-size: 14px;
                                                                }
                                
                                                                .term-title i {
                                                                    color: #F67A45;
                                                                    font-size: 16px;
                                                                }
                                
                                                                .term-text {
                                                                    color: #6c757d;
                                                                    font-size: 13px;
                                                                    line-height: 1.5;
                                                                    margin: 0;
                                                                }
                                
                                                                /* Terms Actions */
                                                                .terms-actions {
                                                                    display: flex;
                                                                    gap: 15px;
                                                                    justify-content: center;
                                                                    margin-top: 25px;
                                                                    padding-top: 20px;
                                                                    border-top: 1px solid #dee2e6;
                                                                }
                                
                                                                .terms-actions .btn {
                                                                    padding: 12px 24px;
                                                                    border-radius: 25px;
                                                                    font-weight: 600;
                                                                    min-width: 140px;
                                                                    transition: all 0.3s ease;
                                                                }
                                
                                                                .terms-actions .btn:disabled {
                                                                    opacity: 0.6;
                                                                    cursor: not-allowed;
                                                                    transform: none;
                                                                }
                                
                                                                .terms-actions .btn:not(:disabled):hover {
                                                                    transform: translateY(-2px);
                                                                }
                                
                                                                .terms-actions .btn-success {
                                                                    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
                                                                    border: none;
                                                                }
                                
                                                                .terms-actions .btn-success:hover:not(:disabled) {
                                                                    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
                                                                }
                                
                                                                /* Mobile Responsiveness */
                                                                @media (max-width: 768px) {
                                
                                                                    /* Increase modal height slightly and improve positioning */
                                                                    .modal.show .modal-dialog {
                                                                        margin: 0 5px;
                                                                        max-height: calc(100vh - 110px);
                                                                        /* Increased height for better fit */
                                                                        display: flex;
                                                                        align-items: flex-start;
                                                                        justify-content: center;
                                                                        padding-top: 15px;
                                                                        transform: none;
                                                                    }
                                
                                                                    /* Increase modal content height */
                                                                    .terms-modal-content {
                                                                        max-height: calc(100vh - 125px);
                                                                        overflow: hidden;
                                                                        display: flex;
                                                                        flex-direction: column;
                                                                        border-radius: 12px;
                                                                        width: 100%;
                                                                    }
                                
                                                                    /* Much more compact header */
                                                                    .terms-modal-header {
                                                                        padding: 10px 15px !important;
                                                                        text-align: center;
                                                                    }
                                
                                                                    .terms-modal-icon {
                                                                        width: 30px;
                                                                        height: 30px;
                                                                        font-size: 14px;
                                                                        margin-bottom: 4px;
                                                                    }
                                
                                                                    .modal-title {
                                                                        font-size: 15px !important;
                                                                        margin-bottom: 2px;
                                                                        line-height: 1.2;
                                                                    }
                                
                                                                    .terms-modal-subtitle {
                                                                        font-size: 11px;
                                                                        margin: 0;
                                                                        opacity: 0.9;
                                                                    }
                                
                                                                    /* Increase body height for better scrolling */
                                                                    .terms-modal-body {
                                                                        padding: 8px;
                                                                        max-height: calc(100vh - 200px);
                                                                        overflow-y: auto;
                                                                        flex: 1;
                                                                        -webkit-overflow-scrolling: touch;
                                                                        padding-bottom: 60px;
                                                                        /* Extra bottom padding for buttons */
                                                                    }
                                
                                                                    /* Ultra-compact counter */
                                                                    .terms-counter-container {
                                                                        padding: 6px;
                                                                        margin-bottom: 8px;
                                                                        border-radius: 8px;
                                                                    }
                                
                                                                    .counter-text {
                                                                        font-size: 11px;
                                                                        margin-bottom: 5px;
                                                                    }
                                
                                                                    .counter-text i {
                                                                        font-size: 12px;
                                                                    }
                                
                                                                    .progress-bar-container {
                                                                        height: 5px;
                                                                    }
                                
                                                                    /* Compact select all */
                                                                    .select-all-container {
                                                                        margin-top: 6px;
                                                                        padding: 6px;
                                                                        gap: 6px;
                                                                        border-radius: 6px;
                                                                    }
                                
                                                                    .select-all-checkbox-label {
                                                                        width: 18px;
                                                                        height: 18px;
                                                                        border-radius: 4px;
                                                                    }
                                
                                                                    .select-all-label {
                                                                        font-size: 11px;
                                                                    }
                                
                                                                    .select-all-label i {
                                                                        font-size: 11px;
                                                                    }
                                
                                                                    /* Compact terms list */
                                                                    .terms-list {
                                                                        gap: 6px;
                                                                    }
                                
                                                                    .term-item {
                                                                        padding: 6px;
                                                                        gap: 6px;
                                                                        border-radius: 6px;
                                                                        border-width: 1px;
                                                                    }
                                
                                                                    .term-checkbox-label {
                                                                        width: 16px;
                                                                        height: 16px;
                                                                        border-radius: 3px;
                                                                        border-width: 1px;
                                                                    }
                                
                                                                    .term-checkbox-label i {
                                                                        font-size: 9px;
                                                                    }
                                
                                                                    .term-title {
                                                                        font-size: 11px;
                                                                        margin-bottom: 3px;
                                                                        line-height: 1.2;
                                                                    }
                                
                                                                    .term-title i {
                                                                        font-size: 11px;
                                                                    }
                                
                                                                    .term-text {
                                                                        font-size: 10px;
                                                                        line-height: 1.2;
                                                                        margin: 0;
                                                                    }
                                
                                                                    /* Much smaller buttons - FIXED POSITIONING */
                                                                    .terms-actions {
                                                                        position: sticky;
                                                                        /* Stick to bottom of scrollable area */
                                                                        bottom: 0;
                                                                        flex-direction: row;
                                                                        /* Side by side to save space */
                                                                        gap: 4px;
                                                                        margin-top: 8px;
                                                                        padding: 6px 8px 8px;
                                                                        border-top: 1px solid #dee2e6;
                                                                        background: rgba(248, 249, 250, 0.95);
                                                                        backdrop-filter: blur(5px);
                                                                        flex-shrink: 0;
                                                                        z-index: 10;
                                                                    }
                                
                                                                    .terms-actions .btn {
                                                                        flex: 1;
                                                                        /* Equal width buttons */
                                                                        padding: 6px 8px;
                                                                        /* Much smaller padding */
                                                                        font-size: 10px;
                                                                        /* Smaller text */
                                                                        border-radius: 15px;
                                                                        font-weight: 600;
                                                                        min-height: 32px;
                                                                        display: flex;
                                                                        align-items: center;
                                                                        justify-content: center;
                                                                        white-space: nowrap;
                                                                    }
                                
                                                                    .terms-actions .btn i {
                                                                        font-size: 10px;
                                                                        margin-right: 3px;
                                                                    }
                                
                                                                    /* Shorter button text on mobile */
                                                                    .terms-actions .btn-secondary {
                                                                        font-size: 9px;
                                                                    }
                                
                                                                    #acceptAllTermsBtn {
                                                                        font-size: 9px;
                                                                    }
                                
                                                                    /* Ensure modal appears above everything */
                                                                    .modal {
                                                                        z-index: 1070 !important;
                                                                    }
                                
                                                                    /* Minimal scrollbar */
                                                                    .terms-modal-body::-webkit-scrollbar {
                                                                        width: 2px;
                                                                    }
                                
                                                                    .terms-modal-body::-webkit-scrollbar-track {
                                                                        background: transparent;
                                                                    }
                                
                                                                    .terms-modal-body::-webkit-scrollbar-thumb {
                                                                        background: rgba(246, 122, 69, 0.4);
                                                                        border-radius: 1px;
                                                                    }
                                                                }
                                
                                                                /* Even smaller screens (iPhone SE, etc.) */
                                                                @media (max-width: 375px) {
                                                                    .modal.show .modal-dialog {
                                                                        margin: 0 2px;
                                                                        padding-top: 10px;
                                                                        max-height: calc(100vh - 100px);
                                                                    }
                                
                                                                    .terms-modal-content {
                                                                        max-height: calc(100vh - 115px);
                                                                    }
                                
                                                                    .terms-modal-body {
                                                                        max-height: calc(100vh - 180px);
                                                                        padding: 6px;
                                                                        padding-bottom: 50px;
                                                                    }
                                
                                                                    .terms-modal-header {
                                                                        padding: 8px 10px !important;
                                                                    }
                                
                                                                    .terms-modal-icon {
                                                                        width: 25px;
                                                                        height: 25px;
                                                                        font-size: 12px;
                                                                        margin-bottom: 3px;
                                                                    }
                                
                                                                    .modal-title {
                                                                        font-size: 13px !important;
                                                                    }
                                
                                                                    .terms-modal-subtitle {
                                                                        font-size: 10px;
                                                                    }
                                
                                                                    .terms-actions .btn {
                                                                        padding: 5px 6px;
                                                                        font-size: 9px;
                                                                        min-height: 28px;
                                                                    }
                                
                                                                    .terms-actions .btn i {
                                                                        font-size: 9px;
                                                                        margin-right: 2px;
                                                                    }
                                                                }
                                
                                                                /* Scrollbar Styling */
                                                                .terms-modal-body::-webkit-scrollbar {
                                                                    width: 6px;
                                                                }
                                
                                                                .terms-modal-body::-webkit-scrollbar-track {
                                                                    background: #f1f1f1;
                                                                    border-radius: 3px;
                                                                }
                                
                                                                .terms-modal-body::-webkit-scrollbar-thumb {
                                                                    background: #F67A45;
                                                                    border-radius: 3px;
                                                                }
                                
                                                                .terms-modal-body::-webkit-scrollbar-thumb:hover {
                                                                    background: #e85a2b;
                                                                }
                                                                                                                                /* OTP Verification Modal Styles */
                                                                                                                                .otp-modal-content {
                                                                                                                                    border-radius: 20px;
                                                                                                                                    border: none;
                                                                                                                                    box-shadow: 0 15px 35px rgba(246, 122, 69, 0.2);
                                                                                                                                    overflow: hidden;
                                                                                                                                }
                                                                
                                                                                                                                .otp-modal-header {
                                                                                                                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                                                                                                                    color: white;
                                                                                                                                    border: none;
                                                                                                                                    padding: 25px;
                                                                                                                                    position: relative;
                                                                                                                                }
                                                                
                                                                                                                                .otp-modal-header::before {
                                                                                                                                    content: '';
                                                                                                                                    position: absolute;
                                                                                                                                    top: 0;
                                                                                                                                    left: 0;
                                                                                                                                    right: 0;
                                                                                                                                    bottom: 0;
                                                                                                                                    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
                                                                                                                                    pointer-events: none;
                                                                                                                                }
                                                                
                                                                                                                                .otp-modal-icon {
                                                                                                                                    width: 60px;
                                                                                                                                    height: 60px;
                                                                                                                                    background: rgba(255, 255, 255, 0.2);
                                                                                                                                    border-radius: 50%;
                                                                                                                                    display: flex;
                                                                                                                                    align-items: center;
                                                                                                                                    justify-content: center;
                                                                                                                                    margin: 0 auto 15px;
                                                                                                                                    font-size: 24px;
                                                                                                                                    animation: otpPulse 2s infinite;
                                                                                                                                }
                                                                
                                                                                                                                @keyframes otpPulse {
                                                                                                                                    0% {
                                                                                                                                        transform: scale(1);
                                                                                                                                    }
                                                                
                                                                                                                                    50% {
                                                                                                                                        transform: scale(1.05);
                                                                                                                                    }
                                                                
                                                                                                                                    100% {
                                                                                                                                        transform: scale(1);
                                                                                                                                    }
                                                                                                                                }
                                                                
                                                                                                                                .otp-modal-subtitle {
                                                                                                                                    opacity: 0.9;
                                                                                                                                    margin: 0;
                                                                                                                                    font-size: 14px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-modal-body {
                                                                                                                                    padding: 30px;
                                                                                                                                }
                                                                
                                                                                                                                .email-display {
                                                                                                                                    background: #f8f9fa;
                                                                                                                                    border: 2px solid #e9ecef;
                                                                                                                                    border-radius: 10px;
                                                                                                                                    padding: 15px;
                                                                                                                                    text-align: center;
                                                                                                                                    margin-bottom: 25px;
                                                                                                                                    font-weight: 600;
                                                                                                                                    color: #495057;
                                                                                                                                }
                                                                
                                                                                                                                .email-display i {
                                                                                                                                    color: #F67A45;
                                                                                                                                    margin-right: 8px;
                                                                                                                                    font-size: 16px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-group {
                                                                                                                                    margin-bottom: 25px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-group label {
                                                                                                                                    display: block;
                                                                                                                                    margin-bottom: 8px;
                                                                                                                                    font-weight: 600;
                                                                                                                                    color: #495057;
                                                                                                                                    text-align: center;
                                                                                                                                }
                                                                
                                                                                                                                .otp-input-container {
                                                                                                                                    position: relative;
                                                                                                                                    margin-bottom: 20px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-control {
                                                                                                                                    width: 100%;
                                                                                                                                    padding: 15px 20px;
                                                                                                                                    border: 2px solid #e9ecef;
                                                                                                                                    border-radius: 12px;
                                                                                                                                    font-size: 24px;
                                                                                                                                    font-weight: 700;
                                                                                                                                    text-align: center;
                                                                                                                                    letter-spacing: 8px;
                                                                                                                                    font-family: 'Courier New', monospace;
                                                                                                                                    transition: all 0.3s ease;
                                                                                                                                    background: #fff;
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-control:focus {
                                                                                                                                    outline: none;
                                                                                                                                    border-color: #F67A45;
                                                                                                                                    box-shadow: 0 0 0 0.2rem rgba(246, 122, 69, 0.15);
                                                                                                                                    background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-control.invalid {
                                                                                                                                    border-color: #dc3545;
                                                                                                                                    animation: shake 0.5s;
                                                                                                                                }
                                                                
                                                                                                                                @keyframes shake {
                                                                
                                                                                                                                    0%,
                                                                                                                                    100% {
                                                                                                                                        transform: translateX(0);
                                                                                                                                    }
                                                                
                                                                                                                                    25% {
                                                                                                                                        transform: translateX(-5px);
                                                                                                                                    }
                                                                
                                                                                                                                    75% {
                                                                                                                                        transform: translateX(5px);
                                                                                                                                    }
                                                                                                                                }
                                                                
                                                                                                                                .otp-input-underline {
                                                                                                                                    position: absolute;
                                                                                                                                    bottom: 0;
                                                                                                                                    left: 50%;
                                                                                                                                    transform: translateX(-50%);
                                                                                                                                    width: 0;
                                                                                                                                    height: 3px;
                                                                                                                                    background: linear-gradient(90deg, #F67A45 0%, #ff8a5c 100%);
                                                                                                                                    transition: width 0.3s ease;
                                                                                                                                    border-radius: 3px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-form-control:focus+.otp-input-underline {
                                                                                                                                    width: 100%;
                                                                                                                                }
                                                                
                                                                                                                                .otp-timer-section {
                                                                                                                                    display: flex;
                                                                                                                                    justify-content: space-between;
                                                                                                                                    align-items: center;
                                                                                                                                    margin-bottom: 25px;
                                                                                                                                    padding: 15px;
                                                                                                                                    background: rgba(246, 122, 69, 0.05);
                                                                                                                                    border-radius: 10px;
                                                                                                                                    border: 1px solid rgba(246, 122, 69, 0.2);
                                                                                                                                }
                                                                
                                                                                                                                .timer-display {
                                                                                                                                    color: #666;
                                                                                                                                    font-size: 14px;
                                                                                                                                    display: flex;
                                                                                                                                    align-items: center;
                                                                                                                                    gap: 6px;
                                                                                                                                }
                                                                
                                                                                                                                .timer-display i {
                                                                                                                                    color: #F67A45;
                                                                                                                                }
                                                                
                                                                                                                                .timer-display strong {
                                                                                                                                    color: #F67A45;
                                                                                                                                    font-weight: 700;
                                                                                                                                }
                                                                
                                                                                                                                .timer-display.expired {
                                                                                                                                    color: #dc3545;
                                                                                                                                }
                                                                
                                                                                                                                .timer-display.expired i,
                                                                                                                                .timer-display.expired strong {
                                                                                                                                    color: #dc3545;
                                                                                                                                }
                                                                
                                                                                                                                .otp-resend-btn {
                                                                                                                                    background: none;
                                                                                                                                    border: 2px solid #F67A45;
                                                                                                                                    color: #F67A45;
                                                                                                                                    padding: 8px 16px;
                                                                                                                                    border-radius: 20px;
                                                                                                                                    font-size: 13px;
                                                                                                                                    font-weight: 600;
                                                                                                                                    cursor: pointer;
                                                                                                                                    transition: all 0.3s ease;
                                                                                                                                    display: flex;
                                                                                                                                    align-items: center;
                                                                                                                                    gap: 5px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-resend-btn:hover {
                                                                                                                                    background: #F67A45;
                                                                                                                                    color: white;
                                                                                                                                    transform: translateY(-2px);
                                                                                                                                    box-shadow: 0 4px 12px rgba(246, 122, 69, 0.3);
                                                                                                                                }
                                                                
                                                                                                                                .otp-resend-btn:disabled {
                                                                                                                                    opacity: 0.6;
                                                                                                                                    cursor: not-allowed;
                                                                                                                                    transform: none;
                                                                                                                                }
                                                                
                                                                                                                                .otp-submit-btn {
                                                                                                                                    width: 100%;
                                                                                                                                    padding: 14px;
                                                                                                                                    border: none;
                                                                                                                                    border-radius: 12px;
                                                                                                                                    background: linear-gradient(135deg, #F67A45 0%, #ff8a5c 100%);
                                                                                                                                    color: white;
                                                                                                                                    font-weight: 600;
                                                                                                                                    font-size: 16px;
                                                                                                                                    cursor: pointer;
                                                                                                                                    transition: all 0.3s ease;
                                                                                                                                    margin-bottom: 20px;
                                                                                                                                    display: flex;
                                                                                                                                    align-items: center;
                                                                                                                                    justify-content: center;
                                                                                                                                    gap: 8px;
                                                                                                                                }
                                                                
                                                                                                                                .otp-submit-btn:hover {
                                                                                                                                    transform: translateY(-2px);
                                                                                                                                    box-shadow: 0 8px 25px rgba(246, 122, 69, 0.4);
                                                                                                                                }
                                                                
                                                                                                                                .otp-submit-btn:disabled {
                                                                                                                                    opacity: 0.6;
                                                                                                                                    cursor: not-allowed;
                                                                                                                                    transform: none;
                                                                                                                                }
                                                                
                                                                                                                                .otp-loading {
                                                                                                                                    position: relative;
                                                                                                                                    color: transparent !important;
                                                                                                                                }
                                                                
                                                                                                                                .otp-loading::after {
                                                                                                                                    content: "";
                                                                                                                                    position: absolute;
                                                                                                                                    width: 16px;
                                                                                                                                    height: 16px;
                                                                                                                                    top: 50%;
                                                                                                                                    left: 50%;
                                                                                                                                    margin-left: -8px;
                                                                                                                                    margin-top: -8px;
                                                                                                                                    border: 2px solid transparent;
                                                                                                                                    border-top-color: #ffffff;
                                                                                                                                    border-radius: 50%;
                                                                                                                                    animation: otp-spin 1s ease infinite;
                                                                                                                                }
                                                                
                                                                                                                                @keyframes otp-spin {
                                                                                                                                    0% {
                                                                                                                                        transform: rotate(0deg);
                                                                                                                                    }
                                                                
                                                                                                                                    100% {
                                                                                                                                        transform: rotate(360deg);
                                                                                                                                    }
                                                                                                                                }
                                                                
                                                                                                                                .change-email-section {
                                                                                                                                    text-align: center;
                                                                                                                                    padding-top: 20px;
                                                                                                                                    border-top: 1px solid #e9ecef;
                                                                                                                                }
                                                                
                                                                                                                                .change-email-section p {
                                                                                                                                    color: #666;
                                                                                                                                    font-size: 14px;
                                                                                                                                    margin-bottom: 10px;
                                                                                                                                }
                                                                
                                                                                                                                .change-email-btn {
                                                                                                                                    background: none;
                                                                                                                                    border: none;
                                                                                                                                    color: #F67A45;
                                                                                                                                    font-weight: 600;
                                                                                                                                    cursor: pointer;
                                                                                                                                    font-size: 14px;
                                                                                                                                    transition: color 0.3s ease;
                                                                                                                                    display: flex;
                                                                                                                                    align-items: center;
                                                                                                                                    gap: 5px;
                                                                                                                                    margin: 0 auto;
                                                                                                                                }
                                                                
                                                                                                                                .change-email-btn:hover {
                                                                                                                                    color: #e85a2b;
                                                                                                                                    text-decoration: underline;
                                                                                                                                }
                                                                
                                                                                                                                .otp-error {
                                                                                                                                    background: #f8d7da;
                                                                                                                                    color: #721c24;
                                                                                                                                    padding: 12px;
                                                                                                                                    border-radius: 8px;
                                                                                                                                    margin-bottom: 20px;
                                                                                                                                    border: 1px solid #f5c6cb;
                                                                                                                                    display: none;
                                                                                                                                }
                                                                
                                                                                                                                .otp-success {
                                                                                                                                    background: #d4edda;
                                                                                                                                    color: #155724;
                                                                                                                                    padding: 12px;
                                                                                                                                    border-radius: 8px;
                                                                                                                                    margin-bottom: 20px;
                                                                                                                                    border: 1px solid #c3e6cb;
                                                                                                                                    display: none;
                                                                                                                                }
                                                                
                                                                                                                                /* Mobile Responsiveness */
                                                                                                                                @media (max-width: 576px) {
                                                                                                                                    .otp-modal-body {
                                                                                                                                        padding: 20px;
                                                                                                                                    }
                                                                
                                                                                                                                    .otp-modal-header {
                                                                                                                                        padding: 20px;
                                                                                                                                    }
                                                                
                                                                                                                                    .otp-modal-icon {
                                                                                                                                        width: 50px;
                                                                                                                                        height: 50px;
                                                                                                                                        font-size: 20px;
                                                                                                                                        margin-bottom: 10px;
                                                                                                                                    }
                                                                
                                                                                                                                    .otp-form-control {
                                                                                                                                        font-size: 20px;
                                                                                                                                        letter-spacing: 4px;
                                                                                                                                        padding: 12px 16px;
                                                                                                                                    }
                                                                
                                                                                                                                    .otp-timer-section {
                                                                                                                                        flex-direction: column;
                                                                                                                                        gap: 10px;
                                                                                                                                        text-align: center;
                                                                                                                                    }
                                                                
                                                                                                                                    .email-display {
                                                                                                                                        padding: 12px;
                                                                                                                                        font-size: 14px;
                                                                                                                                    }
                                                                                                                                }
                                                                
                                                                                                                                /* Success Animation */
                                                                                                                                .otp-success-animation {
                                                                                                                                    animation: successPulse 0.6s ease-in-out;
                                                                                                                                }
                                                                
                                                                                                                                @keyframes successPulse {
                                                                                                                                    0% {
                                                                                                                                        transform: scale(1);
                                                                                                                                    }
                                                                
                                                                                                                                    50% {
                                                                                                                                        transform: scale(1.05);
                                                                                                                                    }
                                                                
                                                                                                                                    100% {
                                                                                                                                        transform: scale(1);
                                                                                                                                    }
                                                                                                                                }
                                                                                                                                