/*=============================
    BRANCH PAGE START
=============================*/
.single_branch {
    border-radius: 10px;
    background: var(--colorWhite);
    box-shadow: 0px 10px 30px 0px rgba(8, 5, 33, 0.10);
    overflow: hidden;
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.single_branch_img {
    height: 180px;
    overflow: hidden;
}

.single_branch_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_branch_text {
    padding: 25px 30px 30px 30px;
}

.single_branch_text .title {
    font-size: 24px;
}

.single_branch_text .rating {
    color: var(--ratingColor);
    margin-top: 7px;
    margin-bottom: 10px;
}

.single_branch_text .call_mail {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 25px;
    color: var(--paraColor);
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_branch_text .call_mail::after {
    position: absolute;
    content: "";
    background: url(../images/call_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    top: 5px;
    left: 0;
    overflow: hidden;
}

.single_branch_text .mail::after {
    background: url(../images/mail_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single_branch_text .call_mail:hover {
    color: var(--colorPrimary);
}

.single_branch_text .common_btn {
    margin-top: 15px;
}

.single_branch_text .common_btn i {
    margin-left: 8px;
    margin-right: 0;
    margin-top: 2px;
}

.single_branch:hover .single_branch_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.branch_popup_img {
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.branch_popup_text {
    margin-top: 20px;
    border-bottom: 1px solid #E6E6E9;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.branch_popup_text .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.branch_popup_text .description {
    color: var(--paraColor);
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 30px;
}

.branch_popup_text .branch_call_mail {
    display: block;
    color: var(--colorBlack);
    font-family: var(--paraFont);
    font-size: 15px;
    font-weight: 500;
    margin-top: 7px;
    opacity: .9;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.branch_popup_text .branch_call_mail i {
    width: 25px;
}

.branch_popup_text a.branch_call_mail:hover {
    color: var(--colorPrimary);
    opacity: 1;
}

.branch_popup_text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.branch_popup_text ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(11, 11, 11, 0.10);
    color: var(--paraColor);
    opacity: .7;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.branch_popup_text ul li a:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
    border-color: var(--colorPrimary);
    opacity: 1;
}

.branch_popup_map {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.branch_popup .modal-dialog {
    max-width: 550px;
}

/*=============================
    BRANCH PAGE END
=============================*/
/* Gallery Section */
.gallery-one {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px; /* Space between cards */
}

.gallery-one__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-one__card__image {
    width: 100%;
    height: 250px; /* Fixed height for uniformity */
    object-fit: cover; /* Ensures images fill the space */
    border-radius: 10px;
}

.gallery-one__card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.gallery-one__card:hover .gallery-one__card__overlay {
    opacity: 1;
}

/* Branch Info Styling */
.branch-info {
    text-align: center;
    padding: 20px;
}

.branch-info__name {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #fff;
}

.branch-info__detail {
    font-size: 1em;
    margin: 5px 0;
    color: #ddd;
}

.branch-info__map-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.branch-info__map-link:hover {
    background-color: #0056b3;
}


.main-header__cart {
    position: relative;
    color: #000;
}
.main-header__cart.cart-filled {
    color: #f39c12; /* Change color when items are in the cart */
}
.cart-count {
    position: absolute;
    top: -12px;
    right: -5px;
    /* background-color: red; */
    color: #000;
    /* border-radius: 50%;*/
    padding: 5px;
    font-size: 12px;
}
/* Language Switcher Styles */
/* .language-switcher {
    position: absolute;
    top: 0px;
    left: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.language-switcher__item {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.language-switcher__item.active {
    color: #007bff; 
    font-weight: bold;
}

.language-switcher__item:hover {
    color: #007bff; 
} */

.language-switcher__separator {
    color: #ccc;
}
@keyframes bounce {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
}

.main-header__cart.cart-filled {
    animation: bounce 0.5s ease-in-out;
}
    /* Custom CSS for User Dashboard */
    .user-dashboard {
        padding: 50px 0;
    }

    .user-dashboard .dashboard-sidebar {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 10px;
    }

    .user-dashboard .dashboard-sidebar ul {
        list-style: none;
        padding: 0;
    }

    .user-dashboard .dashboard-sidebar ul li {
        margin-bottom: 10px;
    }

    .user-dashboard .dashboard-sidebar ul li a {
        padding: 8px!important;
        text-decoration: none;
        font-weight: 500;
    }

    .user-dashboard .dashboard-sidebar ul li a:hover {
        color: #FFF;
    }

    .user-dashboard .dashboard-content {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .user-dashboard .dashboard-content h3 {
        margin-bottom: 20px;
    }

    .user-dashboard .dashboard-content .card {
        margin-bottom: 20px;
    }

    .user-dashboard .dashboard-content .card .card-body {
        padding: 20px;
    }

    .user-dashboard .dashboard-content .card .card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .user-dashboard .dashboard-content .card .card-text {
        font-size: 14px;
        color: #666;
    }
    /* User Header */
.user-profile-header {
display: flex;
align-items: center;
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}

.user-avatar {
width: 65px;
height: 67px;
border-radius: 50%;
margin-right: 15px;
border: 2px solid #007bff;
}

.user-info h4 {
font-size: 1.5rem;
font-weight: 600;
color: #333;
}

.user-info p {
font-size: 0.9rem;
color: #6c757d;
}

/* Dashboard Cards */
.dashboard-cards {
margin-bottom: 30px;
}

.dashboard-card {
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.card-icon {
font-size: 2rem;
color: #007bff;
margin-bottom: 15px;
}

.dashboard-card h3 {
font-size: 1.25rem;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}

.dashboard-card h4 {
font-size: 1.5rem;
font-weight: 700;
color: #007bff;
margin-bottom: 5px;
}

.dashboard-card p {
font-size: 0.9rem;
color: #6c757d;
}

.progress {
height: 8px;
border-radius: 4px;
background: #e9ecef;
}

.progress-bar {
background: #007bff;
border-radius: 4px;
}

/* Service Usage Section */
.service-usage {
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-usage h3 {
font-size: 1.5rem;
font-weight: 600;
color: #333;
margin-bottom: 20px;
}

.chart-placeholder {
display: flex;
align-items: center;
justify-content: center;
background: #f5f6fa;
border-radius: 10px;
color: #6c757d;
}

.usage-details .usage-item {
margin-bottom: 15px;
}

.usage-details h5 {
font-size: 1rem;
font-weight: 600;
color: #333;
margin-bottom: 5px;
}

.usage-details p {
font-size: 0.9rem;
color: #6c757d;
}
/* Mobile Styles */
@media (max-width: 767.98px) {
.user-profile-header {
    flex-direction: column;
    text-align: center;
}

.user-avatar {
    margin-bottom: 10px;
}

.dashboard-card {
    margin-bottom: 20px;
}

.service-usage .row > div {
    margin-bottom: 20px;
}
}
    /* Custom CSS for User Dashboard */
.user-dashboard {
padding: 50px 0;
position: relative;
}

.dashboard-sidebar {
background: #f8f9fa;
padding: 10px;
border-radius: 10px;
transition: transform 0.3s ease-in-out;
}

.dashboard-content {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-left: 20px;
flex-grow: 1;
}

/* Mobile-specific styles */
@media (max-width: 767.98px) {
    .dashboard-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 80%; /* Set a fixed width for the sidebar */
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto; /* Enable vertical scrolling */
        background: #f8f9fa; /* Match the sidebar background */
        padding: 20px;
    }

    .dashboard-sidebar.visible {
        transform: translateX(0);
    }

    .dashboard-sidebar h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-align: center; /* Center the heading */
    }

    .toggle-sidebar-btn {
        display: block; /* Show the button on mobile */
        position: fixed;
        top: 150px;
        right: 0px;
        background: #79A832;
        color: #fff;
        border: none;
        padding: 3px 10px;
        border-radius: 5px 0px 0px 5px;
        cursor: pointer;
        z-index: 1001;
    }

    .toggle-sidebar-btn:hover {
        background: #395c04;
    }
}

/* Hide the toggle button on larger screens */
@media (min-width: 768px) {
.toggle-sidebar-btn {
    display: none;
}
}

.payment-methods {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.payment-method {
    /* display: flex; */
    align-items: center;
}

.payment-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.payment-label:hover {
    border-color: #007bff;
}

.payment-logo {
    width: 40px;
    height: auto;
}

.payment-name {
    font-size: 16px;
    font-weight: 500;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + .payment-label {
    border-color: #007bff;
    background-color: #f0f8ff;
}

#proceed-to-pay {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#proceed-to-pay:hover {
    background-color: #0056b3;
}
.payment-method-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-method-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

input[type="radio"] {
    opacity: 1;
    position: static;
    margin: 0;
}

.terms-conditions {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.terms-label {
    cursor: pointer;
    line-height: 1.5;
}

.terms-link {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.pulse-badge {
    background: #ff5722;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

/* Optional: Highlight the button */
#useSelfCareBtn a {
    transition: all 0.3s;
}
#useSelfCareBtn a:hover, #useSelfCareBtn.highlight {
    background: rgba(255, 87, 34, 0.1);
    border-left: 3px solid #ff5722;
}
 /* Main Dashboard Styles */
 .user-dashboard {
    padding: 30px 0;
    position: relative;
}



/* Profile Card Styles */
.profile-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}

.profile-header {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

.user-avatar-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

/* .user-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.user-info {
    flex: 1;
}

.user-info h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.user-info p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Account Toggle Button */
.account-toggle {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    min-width: 180px;
    cursor: pointer;
    transition: all 0.2s;
}

.account-toggle:hover {
    background: #f1f1f1;
}

.current-account {
    text-align: left;
    flex: 1;
    min-width: 0;
}

.account-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-status {
    display: block;
    font-size: 12px;
    color: #4e73df;
    font-weight: 500;
}

.account-toggle i {
    margin-left: 8px;
    font-size: 12px;
    color: #6c757d;
    transition: transform 0.2s;
}

.account-toggle.active i {
    transform: rotate(180deg);
}

/* Profile Progress */
.profile-progress {
    padding: 16px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.progress {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar {
    background: #4e73df;
    transition: width 0.6s ease;
}

.complete-profile {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #4e73df;
    margin-top: 8px;
    font-weight: 500;
}

/* Account Switcher Popup */
.account-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.account-popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.popup-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-popup {
    background: none;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.popup-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

/* Account List */
.account-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #79A832;
    transition: all 0.2s;
}

.account-item:hover {
    border-color: #4e73df;
}

.account-item.active {
    background: #d0f39c;
    border-color: #4e73df;
}

.account-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.account-icon i {
    font-size: 18px;
    color: #79A832;
}

.account-details {
    flex: 1;
    min-width: 0;
}

.account-details h6 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-details p {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-badge {
    margin-left: 12px;
}

.badge-active {
    background: #001603;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.btn-switch {
    background: #4e73df;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    margin-left: 12px;
}

.btn-switch:hover {
    background: #3a5bbf;
}

.account-item.add-account {
    border: 1px dashed #79A832;
    background: transparent;
}

.account-item.add-account .account-icon i {
    color: #79A832;
}

.account-item.add-account:hover {
    border-color: #79A832;
    background: rgba(78, 115, 223, 0.05);
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 576px) {
    .profile-header {
        flex-wrap: wrap;
    }
    
    .account-switcher {
        width: 100%;
        margin-top: 12px;
    }
    
    .account-toggle {
        width: 100%;
    }
    
    .account-popup {
        width: 95%;
    }
}

.profile-progress {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.progress-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

.complete-profile-link {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #4e73df;
    margin-top: 5px;
}

/* Quick Stats Cards */
.quick-stats {
    margin-bottom: 20px;
}

.stat-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: 100%;
    display: flex;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
}

.plan-card .stat-icon {
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
}

.bill-card .stat-icon {
    background: linear-gradient(135deg, #1cc88a 0%, #13855c 100%);
}

.usage-card .stat-icon {
    background: linear-gradient(135deg, #36b9cc 0%, #258391 100%);
}

.stat-content h5 {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.stat-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stat-content p {
    font-size: 13px;
    margin: 0;
}

/* Dashboard Sections */
.dashboard-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.view-all {
    font-size: 14px;
    color: #4e73df;
    text-decoration: none;
}

/* Offers Carousel */
.offers-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.offer-card {
    min-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.offer-card:hover {
    transform: translateY(-5px);
}

.offer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.offer-card.premium .offer-badge {
    background: linear-gradient(135deg, #f6c23e 0%, #dda20a 100%);
}

.offer-card.popular .offer-badge {
    background: linear-gradient(135deg, #e74a3b 0%, #be2617 100%);
}

.offer-card.new .offer-badge {
    background: linear-gradient(135deg, #36b9cc 0%, #258391 100%);
}

.offer-content {
    padding: 20px;
    background: #fff;
}

.offer-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.offer-content p {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 15px;
}

.offer-price {
    margin-bottom: 15px;
}

.original-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 14px;
    margin-right: 10px;
}

.discounted-price {
    font-size: 18px;
    font-weight: 600;
    color: #4e73df;
}

.offer-content button {
    width: 100%;
}

/* Packages Grid */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.package-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.package-card.featured {
    border: 2px solid #4e73df;
}

.featured-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #4e73df;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.package-header h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.package-header p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
}

.package-speed h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #4e73df;
}

.package-speed span {
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
}

.package-price h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.package-price span {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.package-features li {
    margin-bottom: 10px;
    font-size: 14px;
}

.package-features i {
    margin-right: 8px;
    color: #4e73df;
}

/* Payment Options */
.payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.payment-btn {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.payment-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-btn img {
    height: 30px;
    margin-bottom: 10px;
}

.payment-btn span {
    font-size: 14px;
    font-weight: 500;
}

.payment-btn.bkash:hover {
    border-color: #d51469;
    background: rgba(213, 20, 105, 0.05);
}

.payment-btn.nagad:hover {
    border-color: #d58114;
    background: rgba(213, 129, 20, 0.05);
}

.payment-btn.ssl:hover {
    border-color: #2114d5;
    background: rgba(33, 20, 213, 0.05);
}

.payment-btn.bank:hover {
    border-color: #14d52e;
    background: rgba(20, 213, 46, 0.05);
}

/* Usage Analytics */
.usage-analytics {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.usage-chart {
    height: 250px;
}

.usage-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.stat-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
}

.stat-icon.download {
    background: #4e73df;
}

.stat-icon.upload {
    background: #1cc88a;
}

.stat-icon.data {
    background: #36b9cc;
}

.stat-icon.reset {
    background: #f6c23e;
}

.stat-info h5 {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 5px;
}

.stat-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.stat-info h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
}

/* Activity Timeline */
.activity-timeline {
    display: grid;
    gap: 15px;
}

.activity-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
}

.activity-icon.success {
    background: #1cc88a;
}

.activity-icon.warning {
    background: #f6c23e;
}

.activity-icon.info {
    background: #36b9cc;
}

.activity-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.activity-content p {
    font-size: 13px;
    margin: 0;
}

.activity-amount {
    margin-left: auto;
    font-weight: 600;
    color: #1cc88a;
}

/* Payment Modal */
.payment-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    height: 80vh;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.modal-header h5 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #6c757d;
}

.payment-modal iframe {
    width: 100%;
    height: calc(100% - 52px);
    border: none;
}

/* Bank Transfer Modal */
.bank-details {
    margin-bottom: 20px;
}

.bank-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bank-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-logo img {
    max-width: 80%;
    max-height: 80%;
}

.bank-text h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bank-text p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.bank-account-details {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.bank-account-details li {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.bank-account-details li:last-child {
    border-bottom: none;
}

.bank-account-details li span:first-child {
    color: #6c757d;
}

.bank-account-details li span:last-child {
    font-weight: 500;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: center;
    cursor: pointer;
}

.upload-label i {
    font-size: 24px;
    color: #6c757d;
    margin-bottom: 10px;
}
/* .dropdown-menu {
    z-index: 1500;
} */
.upload-label span {
    font-size: 14px;
    color: #6c757d;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .usage-analytics {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .profile-header {
        flex-direction: column;
        text-align: center;
    }
    
    .user-avatar-container {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .account-switcher {
        margin-left: 0;
        margin-top: 15px;
    }

    
    .payment-options {
        grid-template-columns: 1fr 1fr;
    }
    
    .payment-modal {
        width: 95%;
        height: 90vh;
    }
}

@media (max-width: 576px) {
    .payment-options {
        grid-template-columns: 1fr;
    }
    
    .offer-card {
        min-width: 200px;
    }
}

  /* Hide on desktop by default */
  .mobile-notification {
    display: none;
  }

  /* Show only on mobile devices */
  @media only screen and (max-width: 768px) {
    .mobile-notification {
      display: block;
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 400px;
      background: #ffffff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      z-index: 1000;
      border: 1px solid #e0e0e0;
    }
    
    .notification-content {
      position: relative;
      text-align: center;
    }
    
    .download-button {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 20px;
      background: #4CAF50;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }
    
    .close-notification {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #f44336;
      color: white;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 16px;
    }
  }

  .mobile-nav {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .mobile-nav {
      display: block;
    }
  }
.packages-two__card__price:hover {
    transform: scale(1.05);
    color: #007BFF; /* Example: change color on hover */
}
