@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --bs-danger: #dc3545;
    --bs-primary: #0d6efd;
    --premium-bg: #F8F9FA;
    --hero-radius: 3rem;
}

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.container-premium {
    max-width: 1400px;
    margin: 0 auto;
}

.container-auth {
    max-width: 1100px;
    margin: 0 auto;
}



html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    height: 100%;
}

footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

body {
    margin-bottom: 60px;
}

main {
    flex: 1;
}


.footer-flush {
    width: 100%;
    margin-top: auto;
}


.sec-pl {
    padding-left: 50px;
}

.sec-pr {
    padding-right: 50px;
}

.sec-pt {
    padding-top: 50px;
}

.sec-pb {
    padding-bottom: 50px;
}

.form-control {
    height: 48px;
}

.ms-n1 {
    margin-left: -1rem !important;
}

.btn.form-control {
    padding: 0.75rem 0.75rem;
}

.display-7 {
    font-size: 1.8rem;
}

.display-8 {
    font-size: 1.3rem;
}

.display-9 {
    font-size: 1.1rem;
}

#about-img-sec {
    height: 700px;
    background-image: url(../images/bg-about.jpg);
    background-position: center center;
    background-size: cover;
}


/*Accordion*/
.accordion-button.collapsed {
    color: #000000;
    background-color: #fff;
    box-shadow: none;
    border: solid 1px #d9d9d9;
    padding: 25px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #efefef;
    box-shadow: none;
}

.accordion-body:not(.collapsed) {
    color: #000000;
    background-color: #efefef;
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
}

.cur-point {
    cursor: pointer;
}

.br-xs {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.br-sm {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.br-md {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/*Dashboard*/
.db-cs {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.db-ms {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.db-pp {
    height: 100px;
    width: 100px;
    background-image: url("../images/profile-default-avatar.png");
    background-size: cover;
    background-position: center center;
}

.tp-pp {
    height: 50px;
    width: 50px;
    background-image: url("../images/profile-default-avatar.png");
    background-size: cover;
    background-position: center center;
}

.btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.table-hover>tbody>tr:hover {
    font-weight: bold;
}

.fs-8 {
    font-size: .9em;
}

.div-striped {
    background-color: #F8F9FA;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.div-hover .row:hover {
    cursor: pointer;
    background-color: #f1f1f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Tracking */
.c-timeline__item {
    position: relative;
    display: flex;
    gap: 1.5rem;
}

.c-timeline__item:last-child .c-timeline__content:before {
    display: none;
}

.c-timeline__content {
    flex: 1;
    position: relative;
    order: 1;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
}

.c-timeline__content:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 5px;
    height: 100%;
    width: 2px;
    background-color: lightgrey;
}

.c-timeline__content:after {
    content: "";
    position: absolute;
    left: calc(0px - 6px);
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid lightgrey;
    border-radius: 50%;
}

.c-timeline_done:after {
    background-color: lightgrey;
}

.c-timeline_current:after {
    background-color: #0d6efd;
}

.c-timeline__title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.c-timeline__desc {
    color: grey;
}

time {
    text-align: end;
    flex: 0 0 100px;
    min-width: 0;
    overflow-wrap: break-word;
    padding-bottom: 1rem;
}

.modal-header {
    border-bottom: none;
}

.invoice-table>.div-head {
    background-color: #e0e0e0;
    font-weight: bold;
}

.invoice-table>.row {
    padding: 15px 0;
    border-bottom: solid 1px #efefef;
}

.invoice-line {
    border-bottom: solid 1px #efefef;
}

.req-img {
    /*object-fit: contain;*/
    max-width: 100%;
    max-height: 100%;
}

.pr-img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.reward-number {
    width: 40px;
    border: none;
    background: none;
    border: none;
    background: none;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.reward-count {
    font-size: 1.2em;
}

.remaining-points {
    font-size: .9em;
}

.change-sec {
    padding: 20px;
    background-color: #efefef;
}

.btn-change {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.om-img-container {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-img-container img {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 1699px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px;
        padding: 0 30px;
    }
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px;
    }
}

.error {
    color: var(--bs-danger);
}

.error,
.field-validation-error {
    color: var(--bs-danger) !important;
    font-weight: 300;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error,
.custom-control-input .input-validation-error {
    border: 1px solid var(--bs-danger) !important;
}

input.error,
select.error,
textarea.error,
.custom-control-input .error {
    border: 1px solid var(--bs-danger) !important;
}


.required:after {
    content: "(required)";
    position: relative;
    font-size: inherit;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.required-symbol:after {
    content: "*";
    position: relative;
    font-size: inherit;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.optional:after {
    content: "(optional)";
    position: relative;
    font-size: inherit;
    /*color: #F1416C;*/
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.dropdown-menu {
    border: none;
    min-width: 20rem;
}

.dropdown-menu .dropdown-item {
    border-radius: 0.875rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown-menu .dropdown-item i {
    padding: 0;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc((0.65rem * 1) + (0.65rem * 2) + (2px)) !important;
    width: calc((0.65rem * 1) + (0.65rem * 2) + (2px)) !important;
    display: inline-flex;
    align-items: center;
    color: black;
    background-color: rgba(33, 40, 50, 0.1);
    border-color: transparent;
    font-size: 1rem;
    margin-right: 1rem;
}

.scrollspy {
    position: relative;
}

.scrollspy-content {
    position: relative;
    height: 500px;
    overflow: auto;
}

.section {
    min-height: 500px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #e2e8f0;
    height: 90px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #0f172a !important;
    margin-right: 2rem;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.nav-item-separator {
    border-right: 1px solid #e2e8f0;
    height: 40px;
    align-self: center;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: #475569 !important;
    padding: 0.6rem 1rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-nav .nav-link:hover {
    background-color: #f8fafc;
    color: #0f172a !important;
}

.navbar-nav .nav-link.active {
    color: #0f172a !important;
    font-weight: 700;
}

.navbar-nav .nav-link i {
    font-size: 1.1rem;
    /* Slightly larger base icons */
    opacity: 0.7;
}

.navbar-nav .fa-stack {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    transition: transform 0.2s ease;
    position: relative;
    font-size: 1rem;
    /* Reset font size for predictable stacking */
}

.navbar-nav .fa-stack:hover {
    transform: scale(1.05);
}

.navbar-nav .fa-stack .fa-circle {
    color: #1e293b;
    font-size: 2.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-nav .fa-stack .fa-user {
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.circle {
    border-radius: 50% !important;
}

.lh-condensed {
    line-height: 1.25 !important;
}

.sub-header {
    border-bottom: 1px solid black;
    /*display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;*/
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.sub-header p {
    margin-bottom: 0;
}

.sub-header h2 {
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: var(--base-text-weight-normal, 400);
    order: 0;
}


.daysOfWeek,
.select-pill {
    width: 110px;
}

.item-dropdown {
    cursor: pointer;
}

.item-dropdown::after {
    display: none !important;
}

/*.config-nav {
    max-height: 1000px;
    overflow: scroll;
}
*/
.config-nav li a {
    padding: 15px;
}

.config-nav li a.active {
    border-left: solid 5px #0d6efd
}

.config-nav li a i {
    font-size: 1.2em;
}

.sub-header h2 {
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: var(--base-text-weight-normal, 400);
    order: 0;
}

.table.vertical-align-middle>tbody>tr>td {
    vertical-align: middle;
}

.btn-link {
    background-color: transparent;
    border: 0;
}

#message-details img {
    width: 100%;
}

.msg-item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.msg-cus {
    border: solid 1px #E9ECEF;
    padding: 20px 10px;
    margin-bottom: 5px;
}

.round-modal .modal-content {
    border-radius: 20px;
}

.dropdown-no-caret::after {
    display: none !important;
}

.dropdown.show .dropdown-icon-open {
    display: inline-block;
}

.dropdown.show .dropdown-icon-closed {
    display: none;
}

.nav-icon {
    font-size: 1.25rem !important;
    /* Larger for standalone items */
    margin-left: 0 !important;
    /* Let container handle margins */
    opacity: 0.9 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}


.ordered-list {
    list-style-type: none;
    padding-left: 0;
}

.ordered-list li {
    counter-increment: step-counter;
    display: block;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.ordered-list li::before {
    content: "0" counter(step-counter);
    margin-right: 0.5rem;
    border: 1px solid #000;
    color: #000;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

.ordered-list li label {
    margin-left: 0.5rem;
}

.ordered-list li input {
    margin-top: 0.5rem;
    margin-left: 3.5rem;
}

.ordered-list li textarea {
    margin-top: 0.5rem;
    margin-left: 3.5rem;
    width: 100%;
    border: 1px solid #ced4da;
}

.pagination {
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.no-resize {
    resize: none;
}

.fade.in {
    opacity: 1;
}

.fw-medium {
    font-weight: 600;
}

.btn-close {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    background-size: 0.8em !important;
}

.modal-confirm {
    color: #636363;
    width: 400px;
    margin: 30px auto;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 80px;
    display: inline-block;
    margin-top: 10px;
}

/*
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
        outline: none !important;
    }*/

/*    .modal-confirm .btn-cancel {
        background: #c1c1c1;
    }

        .modal-confirm .btn-cancel:hover, .modal-confirm .btn-cancel:focus {
            background: #a8a8a8;
        }*/

/*    .modal-confirm .btn-danger {
        background: #f15e5e;
    }

        .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }*/

.form-check.form-check-lg {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

.form-check.form-check-lg .form-check-input {
    height: 25px;
    width: 25px;
    margin-right: 1rem;
}

.form-check.form-check-lg .form-check-label {
    font-size: 1.1rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px) !important;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection,
    #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.shipping-card {
    border: none;
    border-radius: 1rem;
    padding: 3rem;
}

@media (max-width: 992px) {
    .btn-responsive {
        width: 100% !important;
    }
}

@media only screen and (min-width: 576px) {
    .bg-img {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg-login {
        background-image: url('../images/logistics_img.jpg');
    }

    .bg-register {
        background-image: url('../images/logistics_img_secondary.jpg');
    }
}


.masthead {
    min-height: 40rem;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(107, 110, 115, 0.3) url('../images/loading-bars.gif') no-repeat center;
    z-index: 999;
    display: none;
}

.sidebar {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 260px;
    background-color: #fff;
    border-right: 1px solid #f1f5f9;
    overflow-y: auto;
    transition: width 0.3s ease;
    z-index: 900;
}

.sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(171, 176, 186, 0.3);
    border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(171, 176, 186, 0.2);
}


.sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}


.sidebar::-webkit-scrollbar-thumb:active {
    background-color: rgba(171, 176, 186, 0.3);
}

.sidebar .sidebar-menu {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
}

/*   .sidebar .sidebar-menu li {
            margin-top: 10px;
            margin-bottom: 10px;
        }*/

.sidebar .sidebar-menu li {
    margin-bottom: 0.25rem;
}

.sidebar .sidebar-menu li a {
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #475569;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.sidebar .sidebar-menu li a:hover {
    color: #1e293b;
    background-color: #f8fafc;
}

.sidebar .sidebar-menu li.active a {
    color: #0f172a;
    font-weight: 700;
    background-color: #f1f5f9;
}

.sidebar .sidebar-menu li a i {
    font-size: 1.1rem;
    color: #64748b;
    width: 24px;
    text-align: center;
    transition: color 0.2s ease;
}

.sidebar .sidebar-menu li.active a i {
    color: #0f172a;
}

.sidebar .nav-item {
    width: 100%;
}

.main-content {
    margin-left: 260px;
    padding: 2rem;
}


@media (max-width: 768px) {
    .sidebar {
        width: 80px;
    }

    .sidebar .sidebar-menu {
        padding: 0 0.5rem;
    }

    .sidebar .sidebar-menu li a {
        justify-content: center;
        padding: 0.75rem 0;
    }

    .sidebar .sidebar-menu li a i {
        margin-right: 0 !important;
    }

    .sidebar .sidebar-menu li a span {
        display: none;
    }


    .main-content {
        margin-left: 80px;
    }
}

.msg-in-cnt-sm {
    font-size: 10px;
}

.circle {
    width: 60px;
    /* Adjust the size as needed */
    height: 60px;
    background-color: #ededed;
    /* Choose your desired background color */
    color: #000;
    /* Text color */
    border-radius: 50%;
    /* Makes the div circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
    /* Adjust font size as needed */
    margin-right: 10px;
    /* Space between the circle and the name */
}

.bg-lightgreen {
    background-color: #ECFCF3;
    color: #1d942b;
    border: solid 1px #9de6bd;
}

.bg-lightblue {
    background-color: #ecf6fc;
    color: #1867c8;
    border: solid 1px #9dcbe6;
}

.bg-lightpurple {
    background-color: #f0ecfc;
    color: #752aa1;
    border: solid 1px #bb9de6;
}

.color-green {
    color: #1d942b;
}

.color-green:hover {
    color: #1d942b;
}

.color-blue {
    color: #1867c8;
}

.color-blue:hover {
    color: #1867c8;
}

.color-purple {
    color: #752aa1;
}

.color-purple:hover {
    color: #752aa1;
}


.um-grid-header {
    background-color: #e8fff6;
}

.um-grid {
    border-bottom: solid 1px #ededed;
}

/* Modern Identity Manage Styles */
.manage-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.manage-nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
    display: flex;
    overflow-x: auto;
    padding-bottom: 1px;
}

.manage-nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 1rem 1.5rem;
    color: #666;
    font-weight: 500;
    transition: all 0.2s;
    background: transparent;
    border-radius: 0;
    white-space: nowrap;
}

.manage-nav-tabs .nav-link:hover {
    color: #000;
}

.manage-nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000 !important;
    background: transparent !important;
}

.manage-nav-tabs .nav-link i {
    margin-right: 8px;
}

.manage-form-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.manage-form-label {
    flex: 0 0 25%;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.manage-form-field {
    flex: 1;
}

.manage-input-group {
    display: flex;
    gap: 15px;
}

.manage-input {
    background-color: #f8f9fa !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem !important;
    height: auto !important;
    color: #333;
}

.manage-input:focus {
    background-color: #fff !important;
    border-color: #ddd !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.manage-btn-discard {
    background: #fff;
    border: 1px solid #eee;
    color: #000;
    padding: 0.75rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.manage-btn-save {
    background: #111;
    color: #fff;
    border: none;
    padding: 0.75rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
}

.manage-btn-save:hover {
    background: #000;
    color: #fff;
}

.manage-toggle-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.manage-toggle-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.manage-toggle-info {
    display: flex;
    flex-direction: column;
}

.manage-toggle-title {
    font-weight: 600;
    color: #111;
}

.manage-toggle-desc {
    font-size: 0.85rem;
    color: #888;
}

/* Custom switch styling */
.manage-switch {
    width: 48px;
    height: 24px;
}

.manage-switch .form-check-input {
    width: 40px;
    height: 20px;
    margin-left: 0 !important;
    background-image: none !important;
    background-color: #eee;
    border: none;
    cursor: pointer;
}

.manage-switch .form-check-input:checked {
    background-color: #111;
}

.manage-switch .form-check-input:after {
    display: none;
}

/* Premium Redesign Classes */
.premium-hero {
    position: relative;
    border-radius: var(--hero-radius);
    overflow: hidden;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    color: #000;
    margin-top: 2rem;
}

.hero-overlay {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}


.hero-text-large {
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: -2px;
}

.action-bar-container {
    position: relative;
    margin-top: -50px;
    z-index: 10;
}

.action-bar {
    background: white;
    border-radius: 2rem;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.action-bar-item {
    padding: 0 1.5rem;
    border-right: 1px solid #eee;
}

.action-bar-item:last-of-type {
    border-right: none;
}

.btn-search {
    width: 60px;
    height: 60px;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: white;
    font-size: 1.2rem;
    transition: transform 0.2s;
    text-decoration: none !important;
}

.btn-search:hover {
    transform: scale(1.05);
    color: white;
}


.modern-step-card {
    background: white;
    border: none;
    border-radius: 1.5rem;
    padding: 2.5rem;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.modern-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.modern-step-card i {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 2rem;
}

.section-title-premium {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.section-subtitle-premium {
    color: #666;
    margin-bottom: 3rem;
}

/* Nav & Layout Refinements */
.nav-center {
    display: flex;
    justify-content: center;
    flex: 1;
}

.btn-premium-login {
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 1rem;
    transition: all 0.2s;
}

/* Sign Up Button Visibility Fix */
.navbar-nav .nav-link.btn-premium-register {
    background: #000;
    color: #fff !important;
    font-weight: 600;
    padding: 0.8rem 1.5rem !important;
    border-radius: 1rem;
    transition: all 0.2s;
    margin-left: 0.5rem;
}

.navbar-nav .nav-link.btn-premium-register:hover {
    background: #f1f5f9;
    color: #475569 !important;
    /* Keep original blue color on hover as requested */
    transform: scale(1.02);
}

.btn-calc {
    width: 60px;
    height: 60px;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    transition: all 0.2s;
    text-decoration: none !important;
}

.btn-calc:hover {
    background: #333;
    transform: scale(1.05);
}


.navbar-premium {
    height: 90px;
}

/* Auth Pages Refinement */
.auth-split-container {
    padding: 3rem 0;
    display: flex;
    align-items: center;
}

.auth-image-side {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 3rem;
    aspect-ratio: 4 / 5;
    width: 100%;
}




.auth-form-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    background: #fff;
}

.auth-card {
    width: 100%;
    max-width: 500px;
}

.form-control-premium {
    background-color: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 1rem !important;
    padding: 1rem 1.5rem !important;
    transition: all 0.2s ease;
}

.form-control-premium:focus {
    background-color: #fff !important;
    border-color: #000 !important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05) !important;
}

.auth-social-btn {
    width: 100%;
    padding: 0.8rem;
    border-radius: 1rem;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.2s;
}

.auth-social-btn:hover {
    background: #f8f9fa;
    border-color: #ddd;
}