:root {
    --primary-color: #163aec;
    --secondary-color: #414042;
    --nav-color: #009bf6;
    --sidebar-height: 500px;
    --sidebar-bottom-radius: 30px;
    --body-background-color: #f4f6f9;
}

/* @font-face {
    font-family: 'Quicksand';
    src: url('../../fonts/quicksand/Quicksand-VariableFont_wght.ttf');
} */

/* p {
   font-family:  'Quicksand', sans-serif;
} */

body {
    background-color: var(--body-background-color) !important;
}

.ht-hidden {
    display: none;
}

.main-sidebar-curved {
    height: var(--sidebar-height) !important;
    border-bottom-right-radius: var(--sidebar-bottom-radius) !important;
}

/*
Admin LTE - Template customizations
*/

.main-header {
    transition: all 0.3s ease;
}

.main-header.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000 !important;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Adjust logo/buttons color when fixed */
.main-header.navbar-fixed .navbar-toggler svg rect {
    fill: #fff !important;
}

/* Make mobile menu absolute and overlay content */
@media (min-width: 768px) {
    .mobile-menu-overlay {
        display: flex !important;
        justify-content: flex-end;
    }
    
    .mobile-menu-close {
        display: none;
    }
    
    .navbar-nav {
        flex-direction: row;
    }
    
    /* Fix gap on desktop */
    .nav-item .d-flex {
        gap: 0.5rem !important;
    }
    
    .w-md-auto {
        width: auto !important;
    }
    .main-header.navbar-fixed {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/* Mobile styles - fullscreen overlay */
@media (max-width: 767.98px) {
    .mobile-menu-overlay {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        display: block !important;
    }
    
    .mobile-menu-overlay.show {
        transform: translateX(0);
    }
    
    .mobile-menu-content {
        padding: 1rem;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    
    .mobile-menu-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: none;
        border: none;
        font-size: 1.5rem;
        padding: 0.5rem;
        cursor: pointer;
        z-index: 10000;
        color: #000;
    }
    
    .mobile-menu-close:hover {
        color: #dc3545;
    }
    
    .navbar-nav {
        flex-direction: column;
        gap: 1rem;
        margin-top: 3rem;
        width: 100%;
    }
    
    .nav-item {
        width: 100%;
    }
    
    .nav-item .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    /* Prevent body scroll when menu is open */
    body.mobile-menu-open {
        overflow: hidden;
    }
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--nav-color);
    color: #fff;
}

.bootstrap-switch-handle-on .bootstrap-switch-primary {
    background: var(--primary-color) !important;
}

.select2-selection__choice {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-primary :hover {

    background-color: var(--secondary-color);
    border-color: var(--secondary-color);

}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color) !important;
}


.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.info-box-number {
    font-size: 20px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.dropdown-toggle.btn-outline-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    /*set the color you want here*/
}

.text-primary {
    color: var(--primary-color) !important;
}

/*
*/

.badge-primary {
    color: white;
    background-color: var(--primary-color);
}

.badge-primary:hover {
    color: white;
    background-color: var(--secondary-color) !important;
}

.list-group-item {
    color: black;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.main-sidebar {
    background-color: var(--primary-color) !important;
}

.control-sidebar {
    background-color: var(--primary-color) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
}

.card-header {
    border-bottom: none;
}

.tokenfield .token {
    padding-bottom: 26px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: var(--primary-color) !important;
}

.auth-cover-rounded {
    border-radius: 20px;
}



.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-image,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-image {
    margin-right: .5rem;
    display: none;
}

/*
.form-group>.form-control {

    background-color: #ecf5f3 !important;
    border: none !important;
    ;
    border-radius: 30rem !important;
}

.input-group>.form-control {
    background-color: #ecf5f3 !important;
    border: none !important;
    ;
    border-top-left-radius: 30rem !important;
    border-bottom-left-radius: 30rem !important;
}

.input-group>.input-group-append {
    background-color: #ecf5f3 !important;
    border: none !important;
    border-top-right-radius: 30rem !important;
    border-bottom-right-radius: 30rem !important;
} */



.border-24 {
    border-radius: 24px !important;
}

.border-30 {
    border-radius: 30px !important;
}

.help-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.help-icon {
      background-color: #000;
      color: #fff;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
    }


.help-panel {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 320px;
    max-height: 500px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1049;
}

.help-panel.show {
    display: block;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.summary-sticky {
    position: sticky;
    top: 20px;
}

.step-header {
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    border: 1px solid #e9ecef;
    border-bottom: none;
}

.step-badge {
    width: 50px;
    height: 50px;
    background: #343a40;
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    flex-grow: 1;
}

.step-chevron {
    color: #6c757d;
    font-size: 12px;
    transition: transform 0.2s ease;
    text-align: right;
}

.step-chevron.rotated {
    transform: rotate(180deg);
}

.card.no-shadow {
    box-shadow: none !important;
}

.btn-custom {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-custom:hover {
    background-color: #0056b3 !important;
}

.btn-custom-button {
    background-color: rgba(0, 155, 247, 1);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.icon-circle-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.21);
}

.rotate-icon {
    display: inline-block;
    transform: rotate(-45deg);
}


.order-summary {
    background-color: #1c1c1c;
    color: #fff;
    border-radius: 25px;
    padding: 30px;
    max-width: 420px;
}

.order-summary img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

.order-summary hr {
    border-color: rgba(255, 255, 255, 0.3);
}

.coupon-input {
    border-radius: 10px;
    height: 42px;
    margin-right: 10px;
}

.btn-submit,
.btn-checkout {
    background-color: #009BF7;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    border: none;
}

.btn-submit:hover,
.btn-checkout:hover {
    background-color: #0085d1;
    color: #fff;
}

@media (max-width: 768px) {
    .order-summary {
        max-width: 100%;
    }
}
