.detail-p {
    color: var(--black);
}

.fs-5-5 {
    font-size: 1.17rem;
}

.fs-7 {
    font-size: 1.8rem;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-service-sm {
    font-size: 0.775rem !important;
}

/* ------------------------------------------------------ */
.guide-section {
    background-color: inherit;
    color: var(--black);
    padding: 30px 0;
}

.guide-section .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.guide-section .thumbnail img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.guide-section .thumbnail:hover img {
    opacity: 0.7;
}

.guide-section .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: var(--black);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.guide-section .thumbnail:hover .play-overlay {
    opacity: 1;
}

.guide-section .thumbnail-title {
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    color: var(--black);
    border-top: 1px solid #e9ecef;
}

.guide-section .video-wrapper {
    position: relative;
    overflow: hidden;
}

.guide-section .video-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.guide-section .thumbnail:hover .video-iframe {
    opacity: 1;
}

.offerCard_img img {
    max-width: 80px;
    height: 70px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .guide-section .thumbnail-title {
        font-size: 0.875rem;
    }
}

/* Blog page */
.hero-content-blog {
    position: relative;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content-blog-div {
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero-content-blog-div h1 {
    font-size: var(--font-size-heading-3);
    margin-bottom: 15px;
    font-weight: bold;
}

.hero-content-blog-div button {
    font-size: 1.1rem;
    padding: 8px 25px;
}

.blog .content-section {
    margin-top: 30px;
}

.blog-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.blog-card img {
    border-bottom: 3px solid #f8f9fa;
    /* Adds a subtle border below the image */
}

.blog-card .blog-image_preview-chip-container {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%);
    height: 20%;
}

.blog-card .blog-image_preview-chip {
    padding: 8px 12px;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.blog-card .card-body {
    padding: 1.5rem;
}

.blog-card .card-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.blog-card .card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/* --------------------------------------------------- */

.video-header {
    position: relative;
    background-color: var(--black);
}

.video-header video {
    width: 100%;
    height: auto;
}

.video-header .video-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: var(--font-size-heading-3);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.section-title {
    font-family: "Times New Roman", Times, serif;
    font-size: var(--font-size-heading-3);
}

.you-might-like img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------------- */

.detail_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2 {
    font-weight: bold;
    font-size: 1.5rem;
}

.badge-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.btn-primary {
    background-color: var(--black);
    border: none;
}

.btn-primary:hover {
    background-color: #555;
}

.badge-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.available-info .card .card-header {
    padding: 1.5rem;
}

.available-info .card .card-body {
    font-family: "Open Sans", sans-serif;
    padding: 1.5rem;
}

.list-group {
    --bs-list-group-color: inherit;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.5rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #67748e;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #5e72e4;
    --bs-list-group-active-border-color: #5e72e4;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: calc(var(--bs-list-group-border-width) * -1);
    border-top-width: var(--bs-list-group-border-width);
}

/* ---------------------------------CheckOut-------------------------------------------- */

.my-profile-page {
    /* padding: 40px 0; */
    padding: 20px 0;
}

.checkout_addHead {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section_flexHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 31px; */
    margin-bottom: 20px;
}

.rightCartItem {
    color: #999;
    font-size: 18px;
    font-weight: 600;
}

.rightCartItem span {
    color: var(--black);
}

.cart_shadowBox {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: var(--white);
    box-shadow: 0px 15px 27.1px 3px rgba(211, 211, 211, 0.25);
    padding: 30px;
}

.custome_thead {
    display: flex;
    width: calc(100% - 20px);
    margin-bottom: 21px;
}

.custome_thead div {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}

.payment_cardBlock {
    margin-bottom: 33px;
}

.payment_cardBox {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: var(--white);
    padding: 13px 22px;
}

.pay_userInfo h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.pay_userInfo p {
    margin-bottom: 8px;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}

.pay_userEd {
    border-radius: 5px;
    background: rgba(15, 68, 89, 0.06);
    color: var(--bs-list-group-active-bg);
    font-size: 13px;
    font-weight: 400;
    padding: 4px 17px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 0;
    width: fit-content;
}

.pay_userDe {
    border-radius: 5px;
    background: rgba(89, 15, 15, 0.06);
    border: 0;
    color: var(--icon-color);
    font-size: 13px;
    font-weight: 400;
    padding: 4px 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.pay_userEdDe {
    display: flex;
    gap: 10px;
}

.payment_cardCheck {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.payment_cardTag {
    border-radius: 5px;
    background: var(--bs-list-group-action-active-color);
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
}

.payCardCheck {
    display: inline-block;
    position: relative;
    padding: 11px 9px;
    cursor: pointer;
    margin: 0;
    min-height: 100%;
}

.estimatedText {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
}

ul.orderSummeryList {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.ordersumLeft_img img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}

.ordersumLeft_img {
    display: flex;
    gap: 10px;
}

.ordersum_name {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.ordersum_name span {
    color: #999;
}

.orderSummeryItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.ordersum_price {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.promoCode_title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.promoCode_box input.form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #9d9d9d;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    height: 37px;
    padding: 0;
    padding-right: 99px;
}

.promoCode_apply {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    background: #ea6e0d;
    border: 1px solid #ea6e0d;
    padding: 4px 26px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
}

.order_totalItem h4 {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
}

.order_totalItem h2 {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}

.order_totalItem {
    display: flex;
    justify-content: space-between;
}

.order_totalList {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border-top: 1px solid #e9e9e9;
}

.payment_cardBox.borderRed {
    border: 1px solid #ea6e0d;
}

.form-addressBox .form-group {
    border-radius: 8px;
    height: 45px;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}

/* -------------------------------------------- */

.payment_Cards {
    border-radius: 10.388px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.custom_radio label {
    width: 100%;
}

.payCard_label {
    padding: 30px 28px;
}

.payment_Cards .custom_radio [type="radio"]:checked+label:before,
.payment_Cards .custom_radio [type="radio"]:not(:checked)+label:before {
    background: transparent;
    left: unset;
    right: 8px;
    top: 8px;
}

.payment_Cards .custom_radio [type="radio"]:checked+label::after,
.payment_Cards .custom_radio [type="radio"]:not(:checked)+label::after {
    display: none;
}

.visa-img-track {
    width: 50px;
    height: 17px;
    margin: 0 0 31px 0;
}

.visa-img-track img {
    width: 100%;
    height: 100%;
}

.bank_numberBox {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-bottom: 17px;
}

.bank_numberTrack {
    display: flex;
    gap: 5px;
}

.bank_numberItem {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4981;
}

.bank_number {
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.038px;
}

.bank_editeBlck {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank_editeBlck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cardHolder_text {
    color: #fff;
    opacity: 0.5019;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

.cardHolder_name {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.select_bank_inner {
    border-radius: 10px;
    background: #f1f1f1;
    padding: 14px 21px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.card_heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card_description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.select_bank_left {
    padding-left: 36px;
}

.select_bank_box .custom_radio [type="radio"]:checked+label:before,
.select_bank_box .custom_radio [type="radio"]:not(:checked)+label:before {
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
}

.select_bank_box .custom_radio [type="radio"]:checked+label::after,
.select_bank_box .custom_radio [type="radio"]:not(:checked)+label::after {
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
}

.select_bank_right {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.select_bank_right img {
    max-height: 55px;
    width: auto;
}

.form-control-border {
    border: 1px solid #999999;
}

.card_form_box {
    padding-top: 29px;
    padding-bottom: 23px;
}

.card_input_track label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.card_form_box .row {
    --bs-gutter-y: 22px;
}

.account-image-box {
    background-color: rgba(234, 110, 13, 0.12);
    width: 164px;
    height: 164px;
    border-radius: 50%;
}

.modal_subTitle span.order_id {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

.order_product_block {
    display: flex;
    gap: 13px;
    align-items: center;
    border-radius: 15px;
    background: #f0f0f0;
    padding: 10px;
}

.product-img-track {
    width: 62px;
    height: 50px;
    margin: 0;
}

.product-img-track img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.shoping_order_name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.modal_head {
    padding-bottom: 22px;
}

.shopping_btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 26px;
}

.order_detailsBox {
    max-width: 504px;
}

.themes-modal .modal-dialog.order_detial_width {
    max-width: 696px;
}

.account-image-box img {
    width: 158px;
    height: 131px;
}

.order_detial_width .account-detailsBox {
    max-width: 470px;
    margin: 0 auto;
}

/* ///////////////////////////////////////////////////////////////////////////////// */

.footer_link.contact_details svg {
    margin-right: 5px;
}

.fs-error {
    font-size: 0.775rem;
    font-weight: 650;
}

.home-card.cus_border {
    border: 1px solid var(--black);
    border-radius: 6px;
}

/* Custome Input field */
.material-textfield {
    position: relative;
    width: 100%;
}

.material-textfield label {
    position: absolute;
    font-size: 1rem;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    padding-top: 10px;
}

.material-textfield input,
.material-textfield textarea {
    font-size: 1rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0.75rem 0.5rem;
    width: 100%;
    color: gray;
    transition: 0.1s ease-out;
}

.material-textfield input:focus,
.material-textfield textarea:focus {
    border-color: var(--black);
}

.material-textfield input:focus+label,
.material-textfield textarea:focus+label {
    color: var(--black);
    top: 0;
    transform: translateY(-50%) scale(0.9);
}

.material-textfield input:not(:placeholder-shown)+label,
.material-textfield textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
}

/* Custome Input field */

/* Custome Select field */

.material-select {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.material-select label {
    position: absolute;
    font-size: 1rem;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    color: gray;
    padding: 0 0.3rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}

.material-select select {
    font-size: 1rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0.75rem 0.5rem;
    width: 100%;
    color: gray;
    background-color: var(--white);
    /* Ensure background color is white for select */
    appearance: none;
    /* Remove default styling */
    cursor: pointer;
    /* Change cursor to pointer */
    transition: 0.1s ease-out;
}

.material-select select:focus {
    border-color: var(--black);
}

.material-select select:focus+label,
.material-select select:not(:placeholder-shown)+label {
    color: var(--black);
    top: 0;
    transform: translateY(-50%) scale(0.9);
}

/* Custome Select field */
.banners_section,
.mobile_hero_search_wrapper {
    display: none;
}

.clear-button {
    cursor: pointer;
}

.search-container {
    /* margin-bottom: 20px; */
}

.recent-searches li:last-child {
    border-bottom: none;
}

.date-picker {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 10px;
}

.date-picker .date-item {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--white);
    transition: background-color 0.3s, color 0.3s;
}

.date-picker .date-item:hover,
.date-picker .date-item.active {
    background-color: var(--theme) !important;
    color: var(--white) !important;
}

.date-picker .date-item .day {
    display: block;
    font-weight: bold;
}

.date-picker .date-item .date {
    display: block;
    font-size: 1.2em;
}

.btn-custom-next {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--headingColor);
}

.btn-custom-next:hover {
    background-color: var(--headingColor);
    color: var(--white);
    border-color: var(--headingColor);
}

.btn-custom-next:focus,
.btn-custom-next:active {
    box-shadow: none;
}

.btn-custom {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--headingColor);
}

.btn-custom:hover {
    background-color: transparent;
    color: var(--black);
    border-color: var(--headingColor);
}

.btn-custom:focus,
.btn-custom:active {
    box-shadow: none;
}

.custom-line-height-appointment {
    line-height: 22px;
}

.border-light-custom {
    border: 1px solid #dfdfdf;
}

.selected-appointment-duration {
    font-weight: 600;
    color: #007bff;
}

.custom-font-size {
    font-size: 0.875rem;
}

.confirmation-header {
    font-size: 24px;
    letter-spacing: 0.5px;
}

/* --------------------------------- */

.swal2-custom-container {
    background-color: var(--white) !important;
    border-radius: 30px;
}

.swal2-custom-container .swal2-html-container {
    color: var(--black);
    font-size: 14px;
    padding: 10px 70px;
}

.alert-title-swal {
    font-size: 28px;
    font-weight: 500;
    color: var(--black);
    padding-top: 10px !important;
}

.alert-content-swal {
    font-size: var(--font-size-xsmall);
    color: var(--badge-font-color);
}

.alert-confirm-button-swal {
    background-color: var(--modal-delete-color);
    border: none;
    width: 100%;
    color: var(--badge-font-color);
}

.swal2-custom-container .swal2-actions button {
    flex: 1;
    flex-wrap: nowrap;
    font-weight: 500 !important;
}

.swal2-cancel {
    white-space: nowrap;
    background-color: var(--theme) !important;
    color: var(--white) !important;
    border: none !important;
}

.swal2-cancel:hover {
    background-color: #038890 !important;
}

.swal2-confirm {
    background-color: #038890;
    color: #fff;
}

.swal2-confirm:hover {
    background-color: var(--theme) !important;
    color: var(--white) !important;
    border: none !important;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 42px !important;
}

div:where(.swal2-icon) {
    width: 50px !important;
    height: 50px !important;

}

.alert-confirm-button-swal:hover {
    background-color: #d45d0a;
    color: var(--badge-font-color);
    font-weight: var(--badge-font-weight);
}

.alert-cancel-button-swa {
    /* font-size: 1rem; */
    font-weight: var(--badge-font-weight);
    width: 100%;
    color: var(--badge-font-color);
}

.alert-cancel-button-swa:hover {
    background-color: #5a6268;
}

/* //////////////////////////////////////// */

.btn-order {
    font-size: 1rem;
    font-weight: var(--badge-font-weight);
    padding: 10px 5px;
}

.appointment_modal .form-control {
    height: 100%;
}

.text-area .form-group {
    height: 100px;
}

.appointment_modal .text-area textarea {
    height: 100%;
}

.procceed_peyment {
    padding: 10px 25px;
}

.appointment_modal .appointment-input {
    margin-bottom: 1.5rem !important;
}


.payment-method-box .form-check-input:checked+.select_bank_inner {
    background-color: #fff;
    border: 2px solid #038890;
    color: #038890;
}

.payment-method-box .form-check-input:checked+.select_bank_inner .select_bank_left .card_heading {
    color: #038890;
}

.payment-method-box .select_bank_inner {
    min-height: 90px;
    align-items: flex-start;
    border: 2px solid transparent;
    cursor: pointer;
}

.payment-method-box .select_bank_left {
    padding-left: 0;
}

.payment-method-box .card_heading {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
}

/* //////////////////////////////////////FAQ/////////////////////////////////// */
.accordion-custom {
    --primary-color: var(--black);
    --secondary-color: #f5f7fa;
    --text-color: #333;
    --icon-color: var(--white);
}

.accordion-custom .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--secondary-color);
    transition: box-shadow 0.3s ease;
}

.accordion-custom .accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Accordion Header */
.accordion-custom .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-color);
    background: transparent;
    border: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.accordion-custom .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.2);
}


/* Accordion Icons */
.accordion-custom .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--icon-color);
    flex-shrink: 0;
}

.accordion-custom .icon-chevron i {
    font-size: 1rem;
    color: var(--icon-color);
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Accordion Body */
.accordion-custom .accordion-body {
    padding: 20px;
    font-size: 1rem;
    color: #555;
    background: #fff;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-collapse {
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.icon-wrap svg,
.icon-chevron svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: currentColor;
    /* Inherits text color */
}

.accordion-button:not(.collapsed) .icon-chevron svg {
    transform: rotate(180deg);
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) .icon-chevron svg {
    transform: rotate(180deg);
}


.patment-page-main-box {
    max-width: 560px;
    margin: 60px auto;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.check-icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.check-icon svg {
    margin: auto;
    text-align: center;
    width: 60px;
    height: 60px;
    color: green;
}

.payment-head {
    text-align: center;
}

.payment-heading {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.payment-des {
    font-size: 15px;
    margin-bottom: 0;
}

.payment-head {
    text-align: center;
    padding-bottom: 30px;
}

.payment-inner-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.payment-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.payment-items {
    font-size: 16px;
    color: #757576;
}

.payment-items b {
    font-weight: 600;
    display: block;
    color: #000;
}

.payment-inner-box {
    padding-left: 50px;
}

.modal-heading-track {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

/* offer */
.hero-wrapper-offer {
    background-color: #D3DFEF;
    padding: 40px 0;
}

.img_box {
    text-align: center;
}

.img_box img {
    max-height: 300px;
    margin: auto;
}

.hero-wrapper-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.wrapper-heading {
    font-size: 40px;
    color: #5c5c5c;
    margin-bottom: 0;
}

.formBox {
    padding: 60px 0;
}

.input-main-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.input-label {
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
    padding-bottom: 5px;
}

.genderLabel {
    font-size: 14px !important;
}

.sub_label {
    font-size: 14px;
    color: #5c5c5c;
    padding-bottom: 5px;
}

.formBox .form-control {
    border-radius: 5px;
    min-height: 40px;
    padding: 10px 15px;
}

.form_inner_box {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    padding: 30px 40px;
}

.formBox .form-group {
    margin-bottom: 10px;
}

.formBox .row {
    align-items: center;
}

.firstRow .form-group {
    width: 49%;
}

.genderLabel {
    display: flex;
    align-items: center;
}

.age_cunter {
    position: relative;
    max-width: 50%;
}

.cart-qty-plus {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #F4F3F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 30px;
    padding: 0 10px;
    border: none;
    height: 50px;
}

.cart-qty-minus {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #F4F3F8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 30px;
    padding: 0 10px;
    border: none;
    height: 50px;

}

.age_cunter .form-control {
    padding: 0;
}

.select-box {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 10L12 15L17 10" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 95%;
}

.ageSelect .form-group {
    width: 30%;
}

/* offer page css start */
.offer_wrapper {
    padding: 50px 0 50px;
    /* background-color: #FAF9F7; */
}

.offer_banner_content .download_btn {
    margin: 15px 0;
}

.offer_banner_img {
    text-align: center;
}

.bannerTitle {
    font-size: 40px;
    text-transform: capitalize;
    max-width: 600px;
    font-weight: 600;
}

.feel_anxious_section {
    padding: 50px 0;
}

.feel_anxious_title {
    font-size: 60px;
    max-width: 600px;
    font-weight: 600;
}

.feel_anxious_section p {
    max-width: 600px;

}

.offer-section {
    padding: 50px 0 50px;
    background-color: #FAF9F7;
}

.pricingText {
    text-transform: uppercase;
    color: red;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.pricing_heading {
    max-width: 500px;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.offerCard_head {
    display: flex;
    justify-content: space-between;
}

.offerCard_content h3 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
}

.offerCard_content span {
    font-size: 14px;
    color: rgb(188, 181, 181);
    margin-bottom: 8px;
    display: block;
}

.offerCard_content h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #495057;
}

.offerCard_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 150px;
}

.offerCard_innerBox {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 25px;
    height: 100%;
}

.offerCard_innerBox p {
    font-size: 14px;
}

.offerCard_box {
    max-width: 800px;
    margin: auto;
}

.offerCard_items {
    color: #757576;
    font-size: 14px;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
    gap: 5px;
}

.offerCard_items svg path {
    fill: #F9D157;
}

.ourServices_box {
    padding: 50px 0;
}

.ourServices_head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.ourServices_content {
    max-width: 600px;
}

.ourServices_content h2 {
    font-size: 20px;
}

.ourServices_card_mainBox {
    margin-top: 20px;
}

.ourService_card {
    background-color: #faf9f7;
    border-radius: 10px;
    padding: 20px;
}

.ourCard_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ourService_card p {
    font-size: 14px;
    margin-bottom: 10px;
}

.ourService_card a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ourCard_icon {
    margin-bottom: 5px;
    display: block;
}

.offer_banner_img img {
    width: 230px;
    height: 330px;
}

/* offer page css end */

.section-header {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.15rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.required-fields-note {
    font-size: 0.775rem;
    color: #bb0303;
    font-style: italic;
    margin: 0;
    padding-top: 0.15rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card_input_track .form-control {
        padding: 10px 13px 4px !important;
        height: 50px !important;
        min-height: 50px !important;
        font-size: 16px;
    }

    .card_form_box .row {
        --bs-gutter-y: 12px;
    }
}

/* Responsive */
@media (max-width: 991.98px) {

    /* ===================================== */
    .card_heading {
        font-size: 16px;
    }

    .card_description {
        font-size: 14px;
    }

    .card_input_track .form-control {
        padding: 10px 13px 4px !important;
        height: 50px !important;
        min-height: 50px !important;
        font-size: 16px;
    }

    .card_form_box .row {
        --bs-gutter-y: 10px;
    }

    .cart_shadowBox {
        padding: 15px;
        margin-bottom: 10px;
    }

    .save_addressBox .btn-primary {
        min-width: 160px;
        font-size: 16px;
    }

    .checkout_head {
        font-size: 20px;
    }

    .checkout_addHead {
        font-size: 16px;
    }

    .account-image-box {
        width: 134px;
        height: 134px;
    }

    .account-image-box img {
        width: 128px;
        height: 91px;
    }

    .modal_subTitle {
        font-size: 20px;
    }

    .form-label {
        font-size: 14px;
    }

    .estimatedText {
        font-size: 16px;
    }

    .order_totalItem h4 {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .checkout_addHead {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .checkout_head {
        font-size: 21px;
    }

    .estimatedText {
        font-size: 16px;
    }

    .section-heading {
        font-size: 21px;
    }

    .form-addressBox .form-control {
        height: 45px;
    }

    .select2-container--default .select2-selection--single {
        height: 45px !important;
        min-height: 45px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 13px !important;
    }

    .offer_banner_content {
        text-align: center;
    }

    .bannerTitle {
        font-size: 30px !important;
    }

    .offer_banner_img {
        padding-top: 25px;
    }

    .offer_wrapper {
        padding: 30px 0 30px;
    }

    .pricing_heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .offerCard_box .row {
        --bs-gutter-y: 10px;
    }

    .feel_anxious_section {
        padding: 0px 0 70px !important;
    }

    .feel_anxious_title {
        font-size: 30px !important;
        text-align: center;
    }

    .feel_anxious_section p {
        text-align: center;
    }

    .ourServices_box {
        padding: 30px 0 50px;
    }

    .offerCard_innerBox {
        padding: 23px 15px;
        height: 100%;
    }

    .offerCard_list {
        min-height: auto !important;
    }
}

@media (max-width: 575.98px) {
    .select_bank_inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .select_bank_right {
        padding-left: 36px;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
    }

    .save_addressBox .btn-primary {
        min-width: 160px;
        font-size: 16px;
    }

    .select_bank_box .custom_radio [type="radio"]:checked+label:before,
    .select_bank_box .custom_radio [type="radio"]:not(:checked)+label:before {
        top: 15px;
        transform: translateY(0%);
    }

    .select_bank_box .custom_radio [type="radio"]:checked+label::after,
    .select_bank_box .custom_radio [type="radio"]:not(:checked)+label::after {
        top: 20px;
        transform: translateY(0%);
    }
}

@media (max-width: 991.98px) {
    .mobile_hero_search_wrapper {
        display: block;
    }

    .footer_wrapper {
        display: none;
    }
}


@media (max-width: 1024px) {
    .appointment_modal .appointment-input {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 768px) {
    .appointment_modal .appointment-input {
        margin-bottom: 0.9rem !important;
    }

    .select_bank_inner {
        border-radius: 5px;
        padding: 10px 15px;
    }
}

@media (max-width: 600px) {
    .appointment_modal .appointment-input {
        margin-bottom: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .appointment_modal .appointment-input {
        margin-bottom: 0.55rem !important;
    }

    .material-textfield label {
        padding-top: 0px;
    }
}

/*------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .accessories_heading .d-flex {
        justify-content: flex-start !important;
    }

    .accessories_heading a {
        display: none !important;
    }

    .accessories_heading h4 {
        text-align: left !important;
        margin-left: 16px !important;
        /*        font-size: 2em !important;*/
    }

    .banners_section {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .wrapper-heading {
        font-size: 30px;
    }

    .formBox {
        padding: 30px 0;
    }

    .input-label {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .firstRow .form-group {
        width: 100%;
    }

    .img_box img {
        margin-bottom: 0px;
    }

    .offer-section {
        padding: 30px 0 50px;
    }

    .offerCard_content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .hero-wrapperOffer-text {
        text-align: center;
    }

    .form_inner_box {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {

    /* .img_box img {
        max-height: 300px;
    } */
    .wrapper-heading {
        text-align: center;
        margin: 20px auto;
    }

    .firstRow .form-group {
        width: 100%;
    }

    .ageSelect .form-group {
        width: 100%;
    }

    .age_cunter {
        max-width: 100%;
    }
}