.navbar-header-section {
    background-color: #6b0606;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.bg--pink {
    background-color: #ffeffa;
}

.navbar a {
    color: black;
    transition: all 0.3s ease;
}
.navbar a:hover {
    color: #950000;
    transition: all 0.3s ease;
}

a.nav-link.active {
    color: #950000 !important;
    font-weight: 500;
}

.language-dropdown .dropdown-menu {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate3d(0px, 40px, 0px);
    --vz-dropdown-min-width: 8rem !important;
}

.language-dropdown button {
    padding: 6px 12px;
    border: 0px;
    background-color: transparent;
}

.header-profile-user {
    height: 30px;
    width: 30px;
}

.btn:hover {
    transform: translateY(0px) !important;
    box-shadow: unset !important;
}
.bg-primary {
    background-color: #6b0606 !important;
    color: #fff !important;
}

.btn--primary {
    background-color: #6b0606 !important;
    color: #fff !important;
}

.btn--primary:hover {
    background-color: #950000 !important;
    color: #fff !important;
}

.btn--secondary-outline {
    border-color: #e82561 !important;
    color: #e82561 !important;
    border-radius: 0px !important;
}

.btn--secondary {
    background-color: #e82561 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.btn--secondary:hover {
    background-color: #c81f52 !important;
    color: #fff !important;
}

.btn--secondary-outline:hover {
    background-color: #c81f52 !important;
    color: #fff !important;
}

.list-unstyled a:hover {
    color: #e82561 !important;
}

.frontend .init-control {
    border-radius: 0px !important;
    border-color: #ff96b5 !important;
    background-color: transparent !important;
}

.frontend .form-control-label {
    color: black !important;
}

.frontend .init-control:focus {
    border-color: #e82561 !important;
}

.search-box .form-control {
    padding-left: 40px !important;
}

.paginate_button:not(:focus) {
    background-color: #ffc598 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:link,
.paginate_button {
    background-color: #ffc598 !important;
    color: #fff !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: #ffc598 !important;
    color: #fff !important;
}
.dataTables_paginate .paginate_button.current {
    background: linear-gradient(to bottom, #ffc598 0%, #ffb277 100%) !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:visited,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus-within,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: linear-gradient(to bottom, #ffc598 0%, #ffb277 100%) !important;
}

.btn--secondary-outline:hover {
    background-color: #e82561 !important;
    color: #fff !important;
}

.btn--primary-outline {
    border-color: #6b0606 !important;
    color: #6b0606 !important;
}

.btn--primary-outline:hover {
    background-color: #6b0606 !important;
    color: #fff !important;
}

th.text--primary,
td.text--primary {
    color: #6b0606 !important;
}
.text--primary {
    color: #6b0606;
}

.text--secondary {
    color: #e82561;
}

/* .nav-element {
    min-width: 450px;
} */

/* SECTION 01 */
.centered-section {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.font-fair {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

.font-imperial {
    font-family: "Imperial Script", serif;
}

.fs-40 {
    font-size: 40px;
}

.lh-40 {
    line-height: 40px;
}

.btn-box {
    border-radius: 0px !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.service-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    display: block;
}

.service-card:hover {
    transform: translateY(-1px);
}

.service-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-card .card-content {
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.service-card .card-content i {
    font-size: 24px;
    color: #d97b64;
    margin-bottom: 10px;
}

.text--primary-link {
    color: #6b0606;
    text-decoration: none;
    transition: all 0.3s ease;
}

.text--primary-link.text-underline {
    text-decoration: underline !important;
}

.text--primary-link:hover {
    color: black;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-section-04 {
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: fixed;
    z-index: -1;
}

.bg-lighter {
    background-color: #f3f3f9;
}

.bg-beige {
    background-color: #f3e2d5;
}

.testimonial-card {
    background-color: #ffebf9;
    position: relative;
    overflow: visible;
    padding: 5rem 10rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(0) sepia(1) saturate(1000%) hue-rotate(-10deg);
}

.carousel-indicators [data-bs-target] {
    background-color: #6b0606;
}

.testimonial-section .top-comma-icon {
    font-size: 75px;
    color: #6b0606;
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 5;
}

.testimonial-section .carousel {
    z-index: 1;
}

.testimonial-section .bottm-comma-icon {
    font-size: 75px;
    color: #6b0606;
    position: absolute;
    bottom: -55px;
    right: -40px;
    z-index: 5;
}

.testimonial-section .ratings i {
    color: #6b0606;
    font-size: 16px;
}

.testimonial-section .testimonial-text {
    font-size: 15px;
    font-weight: 500;
}

.testimonial-section .bg-white-overlay {
    position: absolute;
    height: 240px;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.home-section-06 .icon img {
    height: 50px;
}

.footer-social-icons .social-icon {
    height: 28px;
    width: 28px;
    border-radius: 50px;
    background-color: #6b0606;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-social-icons .social-icon a {
    color: #fff;
}

.footer-social-icons .social-icon a i {
    line-height: 28px;
}

.footer-social-icons .social-icon:hover {
    background-color: #950000;
    transition: all 0.3s ease;
}

/* Contact Section */
.nav-init-section img {
    height: 80px;
    object-fit: cover;
    opacity: 0.15;
}

.nav-init-section .title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% - 30px);
    font-size: 45px;
    font-weight: 500;
    color: #6b0606;
    line-height: 45px;
}

.map-container {
    height: 100%;
    width: 100%;

    overflow: hidden;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-container #map {
    width: 100%;
    height: 100%;
}

.border--primary {
    border: 1px solid #6b0606;
}

.border-color--primary {
    border-color: #6b0606 !important;
}

.visit-branches-section .card {
    background: rgba(255, 255, 255, 0.2);
    border-radius:0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.visit-branches-section .card-body {
    z-index: 1;
}

.main-navbar {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    background-color: #fff;
}

.main-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
}

.marquee {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.marquee span {
    display: inline-block;
    padding: 0 20px;
    white-space: nowrap;
}

#marquee-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

#marquee-content a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
#marquee-content a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.services-section .card-img {
    height: 225px;
    object-fit: contain;
}

.appointment-section .services-section .card-img {
    height: 175px;
    object-fit: cover;
}

.see-less-btn,
.see-more-btn {
    color: #6b0606;
    border: 0;
    cursor: pointer;
    font-style: italic;
}

.see-less-btn:hover,
.see-more-btn:hover {
    opacity: 0.8 !important;
    color: #6b0606;
}

.duration-badge {
    background-color: #6b0606;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.card-img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.ribbon-box .ribbon-two {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    opacity: 0.9;
}

.ribbon-box .ribbon-two-primary span {
    background-color: #d97b64;
    font-size: 12px;
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #a94127;
    border-top: 3px solid #a94127;
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #a94127;
    border-top: 3px solid #a94127;
}

.services-section .list-unstyled a.active {
    color: #e82561 !important;
}

.confirm_password-addon,
.confirm_password,
.password-addon {
    padding: 13px 15px !important;
    z-index: 99;
}

.form-check-primary .form-check-input:checked,
.form-radio-primary .form-check-input:checked {
    background-color: #6b0606;
    border-color: #6b0606;
}

.border--secondary {
    border-color: #e82561 !important;
}

.selected-border {
    border: 2px solid #e82561 !important;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.4em;
    border: 1px solid #6b0606;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 0px !important;
}

.form-control-label.check-input-label {
    line-height: 24px;
}

.form-control.otp-input {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus-,
.air-datepicker-cell.-selected-.-current- {
    background-color: #950000 !important;
    color: #fff !important;
}

.air-datepicker-button {
    color: gray;
}

.air-datepicker-cell.-current-,
.air-datepicker-button:hover {
    color: #950000;
}

.air-datepicker-body--day-name {
    color: #d97b64;
}

.object-fit-cover {
    object-fit: cover;
}

/* Steps */

.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
    margin: auto;
}

.step-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    max-width: 800px;
    margin: auto;
}

#completeBtn,
#nextBtn,
#prevBtn {
    min-width: 150px;
}

.steps-horizontal::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    color: #6e6e6e;
    max-width: 200px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

.employee-card .avatar-sm {
    border: 1px solid #ff96b5;
}

.py-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.pace .pace-progress {
    background: #ff004c !important;
}

label.disabled {
    opacity: 1 !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler .mdi {
    font-size: 26px;
    color: #6b0606;
}

.nav-side-bar {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -275px;
    width: 275px;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.77);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nav-side-bar.d-block {
    right: 0;
}

.nav-side-bar.d-none {
    right: -275px;
}

.nav-side-bar .bg-img {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.make-appointment-section .title-text {
    font-size: 40px;
    line-height: 40px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.owl-dots button.owl-dot {
    height: 10px !important;
    width: 10px !important;
    background: #6b0606 !important;
    border-radius: 10px !important;
    margin: 6px 3px !important;
}

.owl-dots button.owl-dot.active {
    background: #c81f52 !important;
}

.welcome-section .welcome-text {
    font-size: 16px;
}

.footer-section .footer-text {
    font-size: 15px;
}

.w-100-auto {
    width: auto;
}

@media (max-width: 768px) {
    .step-description {
        max-width: 150px;
    }

    .review-section {
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }

    .review-section div.px-2 {
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        border-color: #aeaeae !important;
        padding-top: 16px !important;
        padding-bottom: 28px !important;
    }

    .nav-element {
        min-width: auto;
    }

    .header-profile-user {
        height: 40px;
        width: 40px;
    }

    .testimonial-section .top-comma-icon {
        font-size: 30px;
        top: -15px;
        left: 0px;
    }

    .testimonial-section .bottm-comma-icon {
        font-size: 30px;
        bottom: -20px;
        right: 0px;
    }

    .make-appointment-section .title-text {
        font-size: 30px;
        line-height: 30px;
    }

    .welcome-section .welcome-text {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 1rem 2rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1rem !important;
        height: 1rem !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10% !important;
    }

    .testimonial-section .testimonial-text {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    .carousel-indicators {
        margin-top: 16px;
        bottom: -10px;
    }

    .footer-section .footer-text {
        font-size: 14px;
    }

    .services-section .card-img {
        height: 150px !important;
    }

    .w-100-auto {
        width: 100% !important;
    }

    .centered-section {
        height: 250px;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .pagination li {
        margin-bottom: 4px !important;
    }
}

:root {
    --toggle-light: #808080;
    --toggle-dark: #34c759;
}

.toggle {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: var(--toggle-light);
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle__label.active {
    background-color: var(--toggle-dark);
}

.toggle__input:checked + .toggle__label::after {
    left: 22px;
}

.toggle__label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

table .btn-icon {
    height: calc(1rem + 0.7rem) !important;
    width: calc(1rem + 0.7rem) !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.profile-menu-card {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
}

.profile-menu-card:hover {
    color: #000;
    transition: all 0.3s;
}

.profile-menu-card.active {
    color: #000;
}

.nav-success.nav-tabs-custom .nav-link.active:after {
    background-color: #6b0606 !important;
}

.nav-success.nav-tabs-custom .nav-link {
    color: gray;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-grow: 0 !important;
}

.order-card {
    /* border: 1px solid #dee2e6; */
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    border-radius: 0px;
    margin-bottom: 1.5rem;
    background-color: #fff;
}

.product-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 5px;
}

.badge-status {
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .dataTables_paginate .pagination .paginate_button {
        padding: 5px 10px !important;
    }
}

.review-section {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
}

.review-section div.px-2 {
    border-top-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

.top-uop-card-section .card-img-top {
    height: 200px;
    object-fit: contain;
}

.vr {
    background-color: #e9ebec;
    opacity: 1;
}

.top-up-service-card {
    border-radius: 0px !important;
}

.modal-content-bg {
    background-color: #f3f3f9 !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0px !important;
}
