/*!* CSS imported files *!*/
/*@import "height-width.css";*/
/*@import "carousel.css";*/
/*@import "background.css";*/
/*@import "button.css";*/
/*@import "border.css";*/
/*@import "font.css";*/

/* ============================
   Global Styles
============================ */
body {
    background: #FFFFFF;
    transition: padding-top 0.3s ease;
    font-family: "Inter Regular", sans-serif;
}

/* ==========================================
   Custom Mobile-Bounded / Desktop-Fluid Container
   ========================================== */
.container-sm-only {
    width: 100%;
    padding-right: var(--bs-gutter-x, 20px);
    padding-left: var(--bs-gutter-x, 20px);
    margin-right: auto;
    margin-left: auto;
    /* Constrains width on mobile & tablet viewports (<992px) */
    max-width: 720px;
}

/* Base Desktop Override (BS5 lg breakpoint and up) */
@media (min-width: 992px) {
    .container-sm-only {
        max-width: 100% !important;
        padding-right: var(--bs-gutter-x, 0);
        padding-left: var(--bs-gutter-x, 0);
    }
}

/* ==========================================
   Your Existing Layout Engine
   ========================================== */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1280px;
    }

    .start-0-lg {
        left: 0 !important;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }

    /* Custom column classes */
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.3333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.6667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.6667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
}

.grecaptcha-badge {
    visibility: hidden; /* hidden re-CAPTCHA V3 */
}

@media (max-width: 360px) {
    .theme-xs-hidden {
        display: none;
    }
}

@media (max-width: 375px) {
    .theme-xs-hidden-375 {
        display: none;
    }
}

@media (max-width: 992px) {
    .end-sm-0 {
        right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .theme-sm-lg-hidden {
        display: none;
    }
}

/* ============================
   Header Fixed Top
============================ */
#_fixed_top_custom {
    position: fixed; /* always fixed */
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: transform 0.3s ease;
}

#_fixed_top_custom.theme-fixed-top {
    transform: translateY(0); /* slide into view when scroll > 30px */
}

.theme-cursor-pointer {
    cursor: pointer;
}

/* ============================
   Position Utilities
============================ */

.theme-top-20 {
    top: 20%;
}

.theme-top-30 {
    top: 30%;
}

.theme-top-40 {
    top: 40%;
}

.theme-top-73 {
    top: 73%;
}

.theme-bottom-10 {
    bottom: 10px !important;
}

/* ============================
   Z-Index Utilities
============================ */
.theme-zi-0 {
    z-index: 0;
}

.theme-zi-1 {
    z-index: 1;
}

/* ============================
   Padding Utilities
============================ */
.theme-p-1 {
    padding: 1px;
}

.theme-p-2 {
    padding: 2px;
}

.theme-p-3 {
    padding: 3px;
}

.theme-p-4 {
    padding: 4px;
}

.theme-p-5 {
    padding: 5px;
}

.theme-p-6 {
    padding: 6px;
}

.theme-p-7 {
    padding: 7px;
}

.theme-p-8 {
    padding: 8px;
}

.theme-p-9 {
    padding: 9px;
}

.theme-p-10 {
    padding: 10px;
}

.theme-p-11 {
    padding: 11px;
}

.theme-p-12 {
    padding: 12px;
}

.theme-p-13 {
    padding: 13px;
}

.theme-p-14 {
    padding: 14px;
}

.theme-p-15 {
    padding: 15px;
}

.theme-p-16 {
    padding: 16px;
}

.theme-p-17 {
    padding: 17px;
}

.theme-p-18 {
    padding: 18px;
}

.theme-p-19 {
    padding: 19px;
}

.theme-p-20 {
    padding: 20px;
}

.theme-p-1-imp {
    padding: 1px !important;
}

.theme-p-2-imp {
    padding: 2px !important;
}

.theme-p-3-imp {
    padding: 3px !important;
}

.theme-p-4-imp {
    padding: 4px !important;
}

.theme-p-5-imp {
    padding: 5px !important;
}

.theme-p-6-imp {
    padding: 6px !important;
}

.theme-p-7-imp {
    padding: 7px !important;
}

.theme-p-8-imp {
    padding: 8px !important;
}

.theme-p-9-imp {
    padding: 9px !important;
}

.theme-p-10-imp {
    padding: 10px !important;
}

.theme-p-11-imp {
    padding: 11px !important;
}

.theme-p-12-imp {
    padding: 12px !important;
}

.theme-p-13-imp {
    padding: 13px !important;
}

.theme-p-14-imp {
    padding: 14px !important;
}

.theme-p-15-imp {
    padding: 15px !important;
}

.theme-p-16-imp {
    padding: 16px !important;
}

.theme-p-17-imp {
    padding: 17px !important;
}

.theme-p-18-imp {
    padding: 18px !important;
}

.theme-p-19-imp {
    padding: 19px !important;
}

.theme-p-20-imp {
    padding: 20px !important;
}

.theme-py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.theme-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.theme-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.theme-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.theme-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.theme-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

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

.theme-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.theme-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-py-10-imp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.theme-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.theme-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.theme-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.theme-py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.theme-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.theme-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.theme-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.theme-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.theme-p-px-20 {
    padding: 20px;
}

.theme-px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.theme-px-10-imp {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.theme-px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.theme-px-12-imp {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.theme-px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.theme-px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.theme-px-20-imp {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.theme-px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.theme-px-36 {
    padding-left: 36px;
    padding-right: 36px;
}

.theme-px-36-imp {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.theme-px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.theme-pt-12 {
    padding-top: 12px;
}

.theme-pt-12-imp {
    padding-top: 12px !important;
}

.theme-pb-5-px {
    padding-bottom: 5px;
}

.theme-pb-5-px-imp {
    padding-bottom: 5px !important;
}

.theme-pb-10 {
    padding-bottom: 10px;
}

.theme-pb-12 {
    padding-bottom: 12px;
}

.theme-pb-12-imp {
    padding-bottom: 12px !important;
}

.theme-pb-15 {
    padding-bottom: 15px;
}

.theme-pb-20 {
    padding-bottom: 20px;
}

.theme-pb-25 {
    padding-bottom: 25px;
}

.theme-pb-30 {
    padding-bottom: 30px;
}

.theme-pe-13 {
    padding-right: 13px;
}

.theme-pe-13-imp {
    padding-right: 13px !important;
}

.theme-px-6-px {
    padding-bottom: 6px;
}

.theme-px-7-px {
    padding-bottom: 7px;
}

.theme-px-8-px {
    padding-bottom: 8px;
}

.theme-px-9-px {
    padding-top: 8px;
}

.theme-px-10-px {
    padding-top: 10px;
}

.theme-pt-30 {
    padding-top: 30px;
}

.theme-pe-30 {
    padding-right: 30px;
}

.theme-pe-60 {
    padding-right: 60px;
}

.theme-mt-1-px {
    margin-top: 1px;
}

.theme-mt-2-px {
    margin-top: 2px;
}

.theme-mt-3-px {
    margin-top: 3px;
}

.theme-mt-4-px {
    margin-top: 4px;
}

.theme-mt-5-px {
    margin-top: 5px;
}

.theme-mt-6-px {
    margin-top: 6px;
}

.theme-mt-7-px {
    margin-top: 7px;
}

.theme-mt-8-px {
    margin-top: 8px;
}

.theme-mt-9-px {
    margin-top: 9px;
}

.theme-mt-10-px {
    margin-top: 10px;
}

.theme-mt-11-px {
    margin-top: 11px;
}

.theme-mt-12-px {
    margin-top: 12px;
}

.theme-mt-12-px-imp {
    margin-top: 12px !important;
}

.theme-mt-15-px {
    margin-top: 15px;
}

.theme-mt-16-px {
    margin-top: 16px;
}

.theme-mt-17-px {
    margin-top: 17px;
}

.theme-mt-18-px {
    margin-top: 18px;
}

.theme-mt-19-px {
    margin-top: 19px;
}

.theme-mt-20-px {
    margin-top: 20px;
}

.theme-mt-25-px {
    margin-top: 25px;
}

.theme-mt-26-px {
    margin-top: 25px;
}

.theme-mt-27-px {
    margin-top: 27px;
}

.theme-mt-28-px {
    margin-top: 28px;
}

.theme-mt-29-px {
    margin-top: 29px;
}

.theme-mt-30-px {
    margin-top: 30px;
}

.theme-mb-2-px {
    margin-bottom: 2px;
}

.theme-mb-2-px-imp {
    margin-bottom: 2px !important;
}

.theme-mb-3-px {
    margin-bottom: 3px;
}

.theme-mb-3-px-imp {
    margin-bottom: 2px !important;
}

.theme-mb-4-px {
    margin-bottom: 4px;
}

.theme-mb-4-px-imp {
    margin-bottom: 4px !important;
}

.theme-mb-5-px {
    margin-bottom: 5px;
}

.theme-mb-5-px-imp {
    margin-bottom: 5px !important;
}

.theme-mb-6-px {
    margin-bottom: 6px;
}

.theme-mb-6-px-imp {
    margin-bottom: 6px;
}

.theme-mb-7-px {
    margin-bottom: 7px;
}

.theme-mb-7-px-imp {
    margin-bottom: 7px !important;
}

.theme-mb-8-px {
    margin-bottom: 8px;
}

.theme-mb-8-px-imp {
    margin-bottom: 8px !important;
}

.theme-mb-9-px {
    margin-bottom: 9px;
}

.theme-mb-9-px-imp {
    margin-bottom: 9px !important;
}

.theme-mb-10-px {
    margin-bottom: 10px;
}

.theme-mb-12-px {
    margin-bottom: 12px;
}

.theme-mb-12-imp {
    margin-bottom: 12px !important;
}

.theme-mb-25-px {
    margin-bottom: 25px;
}

.theme-mb-33-px {
    margin-bottom: 33px;
}

.theme-mb-20-px {
    margin-bottom: 20px;
}

.theme-mb-20-px-imp {
    margin-bottom: 20px !important;
}

.theme-mb-30-px {
    margin-bottom: 30px;
}

.theme-me-1-px {
    margin-right: 1px;
}

.theme-me-2-px {
    margin-right: 2px;
}

.theme-me-3-px {
    margin-right: 3px;
}

.theme-me-4-px {
    margin-right: 4px;
}

.theme-me-5-px {
    margin-right: 5px;
}

.theme-me-6-px {
    margin-right: 6px;
}

.theme-me-7-px {
    margin-right: 7px;
}

.theme-me-8-px {
    margin-right: 8px;
}

.theme-me-9-px {
    margin-right: 9px;
}

.theme-me-10-px {
    margin-right: 10px;
}

.theme-me-11-px {
    margin-right: 11px;
}

.theme-me-12-px {
    margin-right: 12px;
}

.theme-me-13-px {
    margin-right: 13px;
}

.theme-me-14-px {
    margin-right: 14px;
}

.theme-me-15-px {
    margin-right: 15px;
}

.theme-me-16-px {
    margin-right: 16px;
}

.theme-me-17-px {
    margin-right: 17px;
}

.theme-me-18-px {
    margin-right: 18px;
}

.theme-me-19-px {
    margin-right: 19px;
}

.theme-me-20-px {
    margin-right: 20px;
}

.theme-me-1-px-imp {
    margin-right: 1px !important;
}

.theme-me-2-px-imp {
    margin-right: 2px !important;
}

.theme-me-3-px-imp {
    margin-right: 3px !important;
}

.theme-me-4-px-imp {
    margin-right: 4px !important;
}

.theme-me-5-px-imp {
    margin-right: 5px !important;
}

.theme-me-6-px-imp {
    margin-right: 6px !important;
}

.theme-me-7-px-imp {
    margin-right: 7px !important;
}

.theme-me-8-px-imp {
    margin-right: 8px !important;
}

.theme-me-9-px-imp {
    margin-right: 9px !important;
}

.theme-me-10-px-imp {
    margin-right: 10px !important;
}

.theme-me-11-px-imp {
    margin-right: 11px !important;
}

.theme-me-12-px-imp {
    margin-right: 12px !important;
}

.theme-me-13-px-imp {
    margin-right: 13px !important;
}

.theme-me-14-px-imp {
    margin-right: 14px !important;
}

.theme-me-15-px-imp {
    margin-right: 15px !important;
}

.theme-me-16-px-imp {
    margin-right: 16px !important;
}

.theme-me-17-px-imp {
    margin-right: 17px !important;
}

.theme-me-18-px-imp {
    margin-right: 18px !important;
}

.theme-me-19-px-imp {
    margin-right: 19px !important;
}

.theme-me-20-px-imp {
    margin-right: 20px !important;
}

.theme-me-12-px {
    margin-right: 12px;
}

.theme-mb-10-px-imp {
    margin-bottom: 10px !important;
}

.theme-mb-25-px-imp {
    margin-bottom: 25px !important;
}

.theme-me-12-px-imp {
    margin-right: 12px !important;
}

.theme-ms-negative-5-px {
    margin-left: -5px;
}

.theme-mt-33 {
    margin-top: 33px;
}

.theme-mt-20 {
    margin-top: 20px;
}

.theme-mt-20-imp {
    margin-top: 20px !important;
}

.theme-mt-10 {
    margin-top: 10px;
}

.theme-mt-10-imp {
    margin-top: 10px !important;
}

.theme-mt-2 {
    margin-top: 2px;
}

.theme-mt-3 {
    margin-top: 3px;
}

.theme-mt-4 {
    margin-top: 4px;
}

.theme-mt-5 {
    margin-top: 5px;
}

.theme-mt-5-imp {
    margin-top: 5px !important;
}

.theme-mt-negative-10-px {
    margin-top: -10px;
}

.theme-mt-negative-2-px {
    margin-top: -2px;
}

.theme-mt-negative-4-px {
    margin-top: -4px;
}

.theme-mt-negative-4-px-imp {
    margin-top: -4px !important;
}

.theme-mt-negative-20-px {
    margin-top: -20px;
}

.theme-mt-negative-33-px {
    margin-top: -33px;
}

.theme-mt-negative-36-px {
    margin-top: -36px;
}

.theme-mx-negative-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.theme-mx-negative-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.theme-mx-negative-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.theme-mx-negative-25 {
    margin-left: -25px;
    margin-right: -25px;
}


@media (max-width: 450px) and (min-width: 376px) {
    .theme-ps-xs-1 {
        padding-left: 0.25rem !important;
    }

    .theme-ps-xs-2 {
        padding-left: 0.5rem !important;
    }

    .theme-ps-xs-3 {
        padding-left: 1rem !important;
    }

    .theme-pe-xs-3 {
        padding-right: 1rem !important;
    }

    .theme-pe-xs-60 {
        padding-right: 60px;
    }

    .theme-pb-xs-20 {
        padding-bottom: 20px;
    }

    .theme-pb-xs-30 {
        padding-bottom: 30px;
    }

    .theme-mt-xs-5 {
        margin-top: 5px;
    }

    .theme-mt-xs-10 {
        margin-top: 10px;
    }

    .theme-mt-xs-5-imp {
        margin-top: 5px !important;
    }

    .theme-mt-xs-10-imp {
        margin-top: 10px !important;
    }

    .theme-mt-xs-20 {
        margin-top: 20px;
    }

    .theme-mt-xs-30 {
        margin-top: 30px;
    }

    .theme.mt-xs-20-imp {
        margin-top: 20px !important;
    }

    .theme-mt-xs-30-imp {
        margin-top: 30px !important;
    }
}

@media (min-width: 760px) {
    .theme-mt-md-20-px-imp {
        margin-top: 20px !important;
    }

    .theme-mt-md-25-px-imp {
        margin-top: 25px !important;
    }

    .theme-mt-md-30-px-imp {
        margin-top: 30px !important;
    }

    .theme-mt-md-35-px-imp {
        margin-top: 35px !important;
    }

    .theme-mt-md-40-px-imp {
        margin-top: 40px !important;
    }

    .theme-mb-md-20-px-imp {
        margin-bottom: 20px !important;
    }

    .theme-mb-md-25-px-imp {
        margin-bottom: 25px !important;
    }

    .theme-mb-md-30-px-imp {
        margin-bottom: 30px !important;
    }

    .theme-mb-md-35-px-imp {
        margin-bottom: 35px !important;
    }

    .theme-mb-md-40-px-imp {
        margin-bottom: 40px !important;
    }

    .theme-mt-md-4-5 {
        margin-top: 2.5rem !important;
    }

    .theme-my-md-4-5 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .theme-mt-md-negative-5-px-imp {
        margin-top: -5px !important;
    }

    .theme-mt-md-negative-10-px-imp {
        margin-top: -10px !important;
    }

    .theme-px-md-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .theme-px-md-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .theme-px-md-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-px-md-8-imp {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .theme-px-md-9-imp {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .theme-px-md-10-imp {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 992px) {

    .theme-ps-lg-22 {
        padding-left: 22px;
        padding-right: 22px;
    }

    .theme-px-lg-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme-mt-lg-5-px-imp {
        margin-top: 5px !important;
    }

    .theme-mt-lg-6-px-imp {
        margin-top: 6px !important;
    }

    .theme-mt-lg-7-px-imp {
        margin-top: 7px !important;
    }

    .theme-mt-lg-8-px-imp {
        margin-top: 8px !important;
    }

    .theme-mt-lg-9-px-imp {
        margin-top: 9px !important;
    }

    .theme-mt-lg-10-px-imp {
        margin-top: 10px !important;
    }

    .theme-mt-lg-11-px-imp {
        margin-top: 11px !important;
    }

    .theme-mt-lg-12-px-imp {
        margin-top: 12px !important;
    }

    .theme-mt-lg-13-px-imp {
        margin-top: 13px !important;
    }

    .theme-mt-lg-14-px-imp {
        margin-top: 14px !important;
    }

    .theme-mt-lg-15-px-imp {
        margin-top: 15px !important;
    }

    .theme-mt-lg-16-px-imp {
        margin-top: 16px !important;
    }

    .theme-mt-lg-17-px-imp {
        margin-top: 17px !important;
    }

    .theme-mt-lg-18-px-imp {
        margin-top: 18px !important;
    }

    .theme-mt-lg-19-px-imp {
        margin-top: 19px !important;
    }

    .theme-mt-lg-20-px-imp {
        margin-top: 20px !important;
    }

    .theme-mt-lg-25-px-imp {
        margin-top: 25px !important;
    }

    .theme-mt-lg-30-px-imp {
        margin-top: 30px !important;
    }

    .theme-mt-lg-35-px-imp {
        margin-top: 35px !important;
    }

    .theme-mt-lg-40-px-imp {
        margin-top: 40px !important;
    }

    .theme-mb-lg-20-px-imp {
        margin-bottom: 20px !important;
    }

    .theme-mb-lg-25-px-imp {
        margin-bottom: 25px !important;
    }

    .theme-mb-lg-30-px-imp {
        margin-bottom: 30px !important;
    }

    .theme-mb-lg-35-px-imp {
        margin-bottom: 35px !important;
    }

    .theme-mb-lg-40-px-imp {
        margin-bottom: 40px !important;
    }

    .theme-mt-lg-4-5 {
        margin-top: 2.5rem !important;
    }

    .theme-my-lg-4-5 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .theme-mt-lg-negative-5-px-imp {
        margin-top: -5px !important;
    }

    .theme-mt-lg-negative-10-px-imp {
        margin-top: -10px !important;
    }

    .theme-px-lg-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .theme-px-lg-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .theme-px-lg-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-px-lg-8-imp {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .theme-px-lg-9-imp {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .theme-px-lg-10-imp {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 1200px) {
    .theme-mt-xl-20-px-imp {
        margin-top: 20px !important;
    }

    .theme-mt-xl-25-px-imp {
        margin-top: 25px !important;
    }

    .theme-mt-xl-30-px-imp {
        margin-top: 30px !important;
    }

    .theme-mt-xl-35-px-imp {
        margin-top: 35px !important;
    }

    .theme-mt-xl-40-px-imp {
        margin-top: 40px !important;
    }

    .theme-mb-xl-20-px-imp {
        margin-bottom: 20px !important;
    }

    .theme-mb-xl-25-px-imp {
        margin-bottom: 25px !important;
    }

    .theme-mb-xl-30-px-imp {
        margin-bottom: 30px !important;
    }

    .theme-mb-xl-35-px-imp {
        margin-bottom: 35px !important;
    }

    .theme-mb-xl-40-px-imp {
        margin-bottom: 40px !important;
    }

    .theme-mt-xl-4-5 {
        margin-top: 2.5rem !important;
    }

    .theme-mt-xl-6 {
        margin-top: 4rem !important;
    }

    .theme-mt-xl-7 {
        margin-top: 5rem !important;
    }

    .theme-my-xl-4-5 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .theme-mt-xl-negative-5-px-imp {
        margin-top: -5px !important;
    }

    .theme-mt-xl-negative-10-px-imp {
        margin-top: -10px !important;
    }

    .theme-px-xl-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .theme-px-xl-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .theme-px-xl-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-px-xl-8-imp {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .theme-px-xl-9-imp {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .theme-px-xl-10-imp {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* ============================
   Margin Utilities
============================ */
.theme-me-1 {
    margin-right: 1px;
}

.theme-me-2 {
    margin-right: 2px;
}

.theme-me-3 {
    margin-right: 3px;
}

.theme-mb-px-6 {
    margin-bottom: 6px;
}

.theme-mb-px-90 {
    margin-bottom: 90px;
}

.theme-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.theme-my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.theme-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.theme-my-21 {
    margin-top: 21px;
    margin-bottom: 21px;
}

.theme-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.theme-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
}

.theme-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.theme-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.theme-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
}

.theme-my-27 {
    margin-top: 27px;
    margin-bottom: 27px;
}

.theme-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.theme-my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
}

.theme-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.theme-my-31 {
    margin-top: 31px;
    margin-bottom: 31px;
}

.theme-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.theme-my-33 {
    margin-top: 33px;
    margin-bottom: 33px;
}

.theme-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
}

.theme-my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.theme-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
}

.theme-my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
}

.theme-my-38 {
    margin-top: 38px;
    margin-bottom: 38px;
}

.theme-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
}

.theme-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.theme-my-41 {
    margin-top: 41px;
    margin-bottom: 41px;
}

.theme-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
}

.theme-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
}

.theme-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
}

.theme-my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.theme-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
}

.theme-my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
}

.theme-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.theme-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
}

.theme-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.theme-my-51 {
    margin-top: 51px;
    margin-bottom: 51px;
}

.theme-my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
}

.theme-my-53 {
    margin-top: 53px;
    margin-bottom: 53px;
}

.theme-my-54 {
    margin-top: 54px;
    margin-bottom: 54px;
}

.theme-my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.theme-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
}

.theme-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
}

.theme-my-58 {
    margin-top: 58px;
    margin-bottom: 58px;
}

.theme-my-59 {
    margin-top: 59px;
    margin-bottom: 59px;
}

.theme-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.theme-my-61 {
    margin-top: 61px;
    margin-bottom: 61px;
}

.theme-my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
}

.theme-my-63 {
    margin-top: 63px;
    margin-bottom: 63px;
}

.theme-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
}

.theme-my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.theme-my-66 {
    margin-top: 66px;
    margin-bottom: 66px;
}

.theme-my-67 {
    margin-top: 67px;
    margin-bottom: 67px;
}

.theme-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
}

.theme-my-69 {
    margin-top: 69px;
    margin-bottom: 69px;
}

.theme-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}


.top-px-10 {
    top: 10px !important;
}

.-mt-px-15 {
    margin-top: -15px;
}

.-mt-px-30 {
    margin-top: -30px;
}

.-mt-percent-65 {
    margin-top: -65% !important;
}

.-mt-percent-90 {
    margin-top: -90% !important;
}

@media (max-width: 450px) and (min-width: 376px) {
    .theme-mt-xs-20 {
        margin-top: 20px;
    }

    .theme-mb-xs-30 {
        margin-bottom: 30px;
    }

    .theme-mt-xs-3 {
        margin-top: 1rem !important;
    }
}

/* ============================
   Gap Utilities
============================ */
.theme-gap-y-px-10 {
    --bs-gutter-y: 10px;
}

.theme-gap-0-1 {
    gap: 0.1rem !important;
}

.theme-gap-0-15 {
    gap: 0.15rem !important;
}

.theme-gap-2-5 {
    gap: 0.8rem !important;
}

.theme-gap-2-8 {
    gap: 0.8rem !important;
}

.theme-gap-3-5 {
    gap: 1.25rem !important;
}

@media (min-width: 992px) {
    .gap-lg-x-4-5 {
        --bs-gutter-x: 2rem !important;
    }
}

/* ============================
   Opacity Styles
============================ */

.theme-opacity-10 {
    opacity: 0.1;
}

.theme-opacity-15 {
    opacity: 0.15;
}

.theme-opacity-20 {
    opacity: 0.20;
}

.theme-opacity-25 {
    opacity: 0.25;
}

.theme-opacity-30 {
    opacity: 0.30;
}

.theme-opacity-40 {
    opacity: 0.40;
}

.theme-opacity-50 {
    opacity: 0.50;
}

.theme-opacity-60 {
    opacity: 0.60;
}

.theme-opacity-70 {
    opacity: 0.70;
}

.theme-opacity-80 {
    opacity: 0.80;
}

.theme-opacity-90 {
    opacity: 0.90;
}

.theme-opacity-100 {
    opacity: 1;
}

/* ============================
   Border Styles
============================ */
@media (max-width: 440px) {
    .theme-sm-bordered-text {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .theme-sm-bordered-text::before,
    .theme-sm-bordered-text::after {
        content: "";
        flex: 1; /* This replaces your 10% width to fill available space */
        border-bottom: 1px solid rgb(11, 55, 104, 40%);
        margin: 0 10px; /* Adds space between the line and the text */
    }
}

@media (min-width: 992px) {
    .theme-lg-bordered-text {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .theme-lg-bordered-text::before,
    .theme-lg-bordered-text::after {
        content: "";
        flex: 1; /* This replaces your 10% width to fill available space */
        border-bottom: 1px solid #dee2e6;
        margin: 0 10px; /* Adds space between the line and the text */
    }
}

.theme-border-color-nordic-breeze {
    border-top-color: var(--theme-nordic-breeze);
    border-bottom-color: var(--theme-nordic-breeze);
    border-left-color: var(--theme-nordic-breeze);
    border-right-color: var(--theme-nordic-breeze);
}

.theme-border-color-medium-light-gray {
    border-color: var(--theme-color-medium-light-gray);
}

.theme-border-color-light-silver {
    border-color: var(--theme-color-light-silver);
}

.theme-border-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.theme-border-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
}

@media (min-width: 992px) {
    .theme-border-lg {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .theme-border-bottom-1.border-bottom-lg-0 {
        border-bottom: 0 !important;
    }

    .theme-border-top-1.border-top-lg-0 {
        border-top: 0 !important;
    }
}

/* ============================
   List Styles
============================ */
ul.list-style-none, ol.list-style-none {
    padding-left: 0 !important;
}

ul.list-style-none li, ol.list-style-none li {
    list-style: none !important;
}

ul.list-style-green li::marker {
    color: var(--theme-sky-light);
}

.theme-text-indent-60-px {
    text-indent: 60px;
}

@media (min-width: 992px) {
    .indent-lg-0 {
        text-indent: 0;
    }
}

/* Double Border */
.theme-double-border {
    position: relative;
    border: 1px solid #C0C8DE; /* Inner border */
    border-radius: 5px;
    background: #FCFCFE;
}

.theme-double-border::before {
    content: "";
    position: absolute;
    inset: -10px; /* Space between borders */
    border: 1px solid #C0C8DE; /* Outer border */
    border-radius: 10px; /* Adjust to match inset */
    pointer-events: none;
}

@media (min-width: 992px) {
    .theme-double-border.border-lg-0 {
        border: 0; /* Inner border */
    }

    .border-lg-0 {
        border-width: 1px !important; /* Inner border */
    }

    .border-lg-2 {
        border-width: 2px !important; /* Inner border */
    }
}

/* ============================
   Featherlight Overlay & Modal
============================ */
.featherlight {
    background: rgba(0, 0, 0, 0.8) !important; /* dark backdrop */
}

.featherlight .featherlight-inner {
    max-width: 100%;
    max-height: 100%;
}

.featherlight .featherlight-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.featherlight .featherlight-close-icon {
    top: 15px;
    right: 15px;
    font-size: 30px;
    z-index: 9999;
}

/* Mobile Responsive Featherlight Close */
@media (max-width: 768px) {
    .featherlight .featherlight-close-icon {
        font-size: 24px;
        top: 10px;
        right: 10px;
    }
}

/* ============================
   Default Card Styles
============================ */
.theme-card-default {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 0.18) !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-card-default:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgb(0 0 0 / 0.20) !important; /* stronger shadow */
}

.theme-card-default.transition-none {
    transition: none !important;
}

.theme-card-default.transition-none:hover {
    transition: none !important;
    box-shadow: none;
    transform: translateY(0);
}

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

@media (max-width: 992px) {
    .theme-card-default.shadow-none-lg {
        box-shadow: none !important;
    }
}

.transparent-dropshadow {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}

/* ============================
   Table Styles
============================ */
table.border-gray tr td {
    border-color: #727a7a !important;
}

table tr td.w-px-50, table td.w-px-50 {
    width: 50px;
}

table tr td.w-px-75, table td.w-px-75 {
    width: 75px;
}


/* =========================
    Rounded
 */

.theme-rounded-2 {
    border-radius: 0.75rem !important;
}

.theme-rounded-3 {
    border-radius: 1.125rem !important;
}

.theme-rounded-4 {
    border-radius: 1.15rem !important;
}

@media (min-width: 992px) {
    .theme-rounded-lg-2 {
        border-radius: 0.75rem !important;
    }

    .theme-rounded-lg-3 {
        border-radius: 1.125rem !important;
    }

    .theme-rounded-lg-4 {
        border-radius: 1.15rem !important;
    }
}

/* ============================
   Miscellaneous Utilities
============================ */

.text-justify {
    text-align: justify !important;
}

/* ============================
   reCAPTCHA Styles
============================ */
.g-recaptcha {
    transform: scale(0.52);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha > div {
    height: 40px !important;
    width: 160px !important;
}

#leadForm .g-recaptcha {
    transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* ============================
   Stock out label styles !important
============================ */
.theme-stock-out-label {
    text-align: center;
    display: inline-block;
    background-color: #fff5f5;
    color: #d8000c;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ============================
   Stock Overlay styles
============================ */
.stock-out-overlay {
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(2px);
    border-radius: 8px;
}

.stock-out-overlay::after {
    text-align: center;
    width: 95%;
    content: "In Stock Overseas Office Ships in 5-7 Days";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e45806;
    font-size: 11px;
    font-weight: 600;
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
}

/* ============================
   Cart Dropdown Styles
============================ */
form.product-form select.form-control {
    padding-right: 2.4rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
}

form.product-form div.input-group div.invalid-feedback {
    text-align: right !important;
}

form.product-form .theme-checkbox-lg {
    transform: scale(1.5);
    margin-right: 8px;
    cursor: pointer;
}

form.product-form span.input-group-prepend, form.product-form .input-group-text {
    width: 155px;
}

@media only screen and (max-width: 992px) {
    form.product-form span.input-group-prepend, form.product-form .input-group-text {
        width: 170px !important;;
    }

    form.product-form .input-group span.input-group-prepend.text-area-label {
        width: 120px !important;
        white-space: normal; /* Allow text to wrap */
        word-wrap: break-word; /* Break long words if needed */
        overflow-wrap: break-word; /* Modern equivalent for word-wrap */
    }
}

@media only screen and (max-width: 425px) {
    form.product-form span.input-group-prepend, form.product-form .input-group-text {
        width: 155px !important;;
    }
}

.custom-item-in-modal .card {
    min-height: 210px !important;
    border: none !important;
}

.custom-items-in-modal div.custom-card-header {
    min-height: 30px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    background: #0a275d;
    color: #FFF !important;
}

.custom-items-in-modal div.card-body {
    padding: 0;
    min-width: 100%;
}

.custom-magnified-element {
    margin-bottom: 15px;
    transition: transform .2s;
    max-height: 240px;
    z-index: 0;
}

.custom-magnified-element:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 1;
    border: none;
}

.custom-magnified-element:hover .card {
    border: none;
}

.custom-magnified-element-image {
    width: 100%;
    max-height: 240px;
}

.custom-magnified-element:hover > .card > .custom-card-header {
    font-size: 10px;
}

.custom-magnified-element:hover > .card > .custom-card-footer {
    font-size: 10px;
}

.custom-magnified-element:hover > .card > .card-body > img {
    height: 100%;
}

a.custom-view-info img.view-info {
    height: 18px !important;
}

/* ============================
   Media Queries
============================ */
@media only screen and (max-width: 600px) {
    form.product-form {
        padding: 15px 0;
    }

    div.input-group-prepend {
        min-width: 160px !important;
    }

    .unique-hair-system {
        margin-bottom: 20px !important;
    }
}

.unique-hair-system .card .card-body .custom-magnified-element-image {
    max-height: 315px !important;
}

.unique-hair-system {
    max-height: 315px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .h1-responsive {
        font-size: 27px !important;
    }
}

@media only screen and (max-width: 767px) {
    .h1-responsive {
        font-size: 24px !important;
    }
}

/* ============================
   Image Magnifier Styles Start
============================ */
/*
|--------------------------------------------------------------------------
| Magnifier Wrapper and Image
|--------------------------------------------------------------------------
*/

.theme-magnifier-wrapper {
    position: relative;
    width: 100%;
}

.theme-magnifier-picture {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.theme-magnifier-picture .js-magnifier {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;

    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/*
|--------------------------------------------------------------------------
| Magnifier Lens
|--------------------------------------------------------------------------
*/

.theme-img-magnifier-lens {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;

    display: none;
    box-sizing: border-box;

    pointer-events: none;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;

    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(0, 0, 0, 0.08);

    transform: translate(-50%, -50%);
}

/*
|--------------------------------------------------------------------------
| Magnifier States
|--------------------------------------------------------------------------
*/

.theme-magnifier-ready {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.theme-magnifier-active {
    cursor: crosshair;
    touch-action: none;
}

.theme-magnifier-loading {
    cursor: progress;
}

.theme-magnifier-error {
    cursor: default;
}

/*
|--------------------------------------------------------------------------
| Video Play Button
|--------------------------------------------------------------------------
*/

.theme-transformation-play {
    z-index: 5;
    transform: translate(-50%, -20%) !important;
}

/*
|--------------------------------------------------------------------------
| Mobile Instruction
|--------------------------------------------------------------------------
*/

.theme-magnifier-mobile-hint {
    display: none;
}

@media (max-width: 767.98px) {
    .theme-magnifier-mobile-hint {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 12px;
        left: 10px;
        z-index: 10;

        display: inline-flex;
        align-items: center;
        gap: 6px;

        padding: 6px 10px;

        color: #fff;
        background-color: rgba(0, 39, 89, 0.82);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 20px;

        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);

        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
        white-space: nowrap;

        pointer-events: none;
        user-select: none;
        -webkit-user-select: none;

        opacity: 1;
        visibility: visible;

        /* Remove the previous vertical-centering transform */
        transform: none;

        transition: opacity 0.2s ease,
        visibility 0.2s ease;
    }

    .theme-magnifier-mobile-hint i {
        font-size: 13px;
        line-height: 1;
    }

    .theme-magnifier-wrapper:has(.theme-magnifier-active)
    .theme-magnifier-mobile-hint {
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .theme-magnifier-mobile-hint {
        display: none !important;
    }
}

/* ============================
   Image Magnifier Styles End
============================ */

/* ============================
   Icon default styles
============================ */
.theme-icon {
    height: 17px;
    width: auto;
}

.theme-icon-svg {
    height: 9px;
    width: auto;
}

@media (min-width: 992px) {
    .theme-icon {
        height: 25px;
        width: auto;
    }

    .theme-icon-svg {
        height: 28px;
        width: auto;
    }

    .theme-icon-lg-5 {
        height: 5px !important;
        width: auto;
    }

    .theme-icon-lg-10 {
        width: 10px !important;
        height: auto;
    }

    .theme-icon-lg-13 {
        width: 13px !important;
        height: auto;
    }

    .theme-icon-lg-16 {
        width: 16px !important;
        height: auto;
    }

    .theme-icon-lg-18 {
        width: 18px !important;
        height: auto;
    }

    .theme-icon-lg-20 {
        height: 20px;
        width: auto;
    }

    .theme-icon-lg-22 {
        height: 22px;
        width: auto;
    }

    .theme-icon-lg-23 {
        height: 23px;
        width: auto;
    }

    .theme-icon-lg-25 {
        height: 25px;
        width: auto;
    }

    .theme-icon-lg-28 {
        height: 28px;
        width: auto;
    }

    .theme-icon-lg-32 {
        height: 32px;
        width: auto;
    }

    .theme-icon-lg-44 {
        height: 44px;
        width: auto;
    }

    .theme-icon-lg-56 {
        height: 56px;
        width: auto;
    }

    .theme-icon-lg-68 {
        height: 68px;
        width: auto;
    }

    .theme-icon-lg-88 {
        height: 88px !important;
        width: auto;
        display: block;
    }
}


/* ============================
   Theme JS Read More
============================ */
.theme_read_more {
    text-align: center;
}

/* Text */
.theme_read_more__text {
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Expanded = left */
.theme_read_more.theme_read_more--open {
    text-align: left;
}

/* Button */
.theme_read_more__btn {
    min-width: 110px;
    display: block;
    margin: 16px auto 0;
    background-color: #ffffff;
    border: none;
    /* outline-style shadow (acts like border) */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
    color: #002759;
    padding: 4px 15px;
    font-size: 13px;
    font-family: "Inter medium", serif;
    line-height: 16px;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.theme_read_more__btn i {
    font-size: 11px;
}

@media (min-width: 992px) {
    .theme_read_more__text.text-lg-start {
        text-align: left !important;
    }

    .theme_read_more__text.fs-lg-18 {
        font-size: 18px;
        line-height: 27px;
        color: var(--theme-color-slate-default);
    }

    .theme_read_more__btn {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .theme_read_more__btn {
        font-size: 14px;
        line-height: 20px;
        padding: 3px 14px;
    }

    .theme_read_more__btn i {
        font-size: 11px;
        margin-left: 2px;
    }
}

/* Hover */
.theme_read_more__btn:hover {
    background-color: #f6f8f9;
}

/* Hidden */
.theme_read_more--hidden {
    display: none !important;
}

/* Open state */
.theme_read_more--open .theme_read_more__text {
    height: auto;
}

@media (min-width: 992px) {
    .theme_read_more__btn[data-expand-lg="false"] {
        display: flex !important;
        justify-content: center;
    }
    .theme-py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .border-lg-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
    }
}

@media (min-width: 1870px) {
    .theme-py-xl-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .theme-py-xl-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .theme-py-xl-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .theme-py-xl-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .theme-py-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .theme-py-xl-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .theme-py-xl-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .theme-py-xl-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .theme-py-xl-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .theme-py-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .theme-py-xl-11 {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .theme-py-xl-12 {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .theme-py-xl-13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .theme-py-xl-14 {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .theme-py-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .theme-py-xl-16 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .theme-py-xl-17 {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .theme-py-xl-18 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .theme-py-xl-19 {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .theme-py-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .theme-py-xl-1-imp {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .theme-py-xl-2-imp {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .theme-py-xl-3-imp {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .theme-py-xl-4-imp {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .theme-py-xl-5-imp {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .theme-py-xl-6-imp {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

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

    .theme-py-xl-8-imp {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .theme-py-xl-9-imp {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .theme-py-xl-10-imp {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .theme-py-xl-11-imp {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }

    .theme-py-xl-12-imp {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .theme-py-xl-13-imp {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    .theme-py-xl-14-imp {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .theme-py-xl-15-imp {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .theme-py-xl-16-imp {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .theme-py-xl-17-imp {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .theme-py-xl-18-imp {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .theme-py-xl-19-imp {
        padding-top: 19px !important;
        padding-bottom: 19px !important;
    }

    .theme-py-xl-20-imp {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* =====================================
   Theme AJAX Loader (Global Overlay)
===================================== */
/* Wrapper */
.theme-ajax-spinner-wrapper {
    position: relative;
    min-height: 150px;
}

/* Overlay */
.theme-ajax-spinner {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    z-index: 999;
}

/* Active state */
.theme-ajax-spinner-wrapper.is-processing .theme-ajax-spinner {
    display: flex;
}

/* Block interaction */
.theme-ajax-spinner-wrapper.is-processing {
    pointer-events: none;
}

/* Spinner */
.theme-ajax-spinner::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: #6366f1;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/**
 * =========================================================
 * Theme Expandable Product Form Styles Start
 * =========================================================
 * Handles visual appearance of expandable product form
 * including animations, skeleton loader, arrow indicator
 * and toggle button rotation.
 */

/* Container for the expandable form */
/* ------------------------------------------------------------
   ThemeExpandableProductForm CSS
   Smooth expandable container + AJAX content fade-in
-------------------------------------------------------------*/

/* Container for expandable form */

.theme-expand-col .theme-card-default.active {
    padding-bottom: 10px;

    transition: none !important;
    transform: none !important;
    /*box-shadow: 0 -10px 11px 3px rgba(0, 0, 0, 0.25) !important;*/
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 0;
}


@media (min-width: 992px) {
    .theme-expand-col .theme-card-default.active {
        /*padding-bottom: 30px;*/
    }
}

.theme-expand-form {
    position: relative;
    max-width: 100%;
    opacity: 0;
    max-height: 0;
    /*transform: scale(0.98) translateY(10px);*/
    /*transition: all 0.4s ease;*/
}

/* Expanded state */
.theme-expand-form.expanded {
    overflow: hidden;
    margin-top: -12px;
    opacity: 1;
    max-height: 2000px; /* enough for content */
    /*transform: scale(1) translateY(0);*/
    border: 1px solid;
    border-top: 0;
    border-color: var(--theme-color-medium-light-gray);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Card inside container */
.theme-expand-form > .card {
    /*padding: 15px;*/
    position: relative;
    max-width: 100%;
    /*margin-bottom: 15px;*/
    /*border-radius: 0 0 5px 5px;*/
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.25) !important;*/
    /*transition: transform 0.4s ease, opacity 0.4s ease;*/

    margin-top: 10px;
    /*border-left: 1px solid #d4d4d4 !important;*/
    /*border-right: 1px solid #d4d4d4 !important;*/
    /*border-top: 0 !important;*/
}

@keyframes theme-pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.3);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

/* Close button */
.theme-close-form {
    position: absolute;
    top: 1rem !important;
    right: 1rem !important;
    border: none;
    background: transparent;
    cursor: pointer !important;
    transition: color 0.3s ease;
    z-index: 1;
}

.theme-close-form i {
    font-size: 1.25rem;
    color: #6c757d;
}

@media (min-width: 768px) {
    .theme-close-form i {
        font-size: 1.5rem;
    }
}

/* Toggle button arrow */
.theme-expand-form-btn-toggle i.fa-angle-down {
    transition: transform 0.4s ease;
}

.theme-expand-form-btn-toggle.expanded i.fa-angle-down {
    transform: rotate(180deg);
}

/* Button smooth hover/active */
.theme-expand-form-btn-toggle {
    transition: background 0.3s ease, color 0.3s ease;
}

.theme-expand-form-btn-toggle.expanded {
    background-color: #1F4E8C !important;
}

/* AJAX content fade-in */
.theme-ajax-content {
    opacity: 0;
    transform: translateY(10px);
    /*transition: all 0.4s ease;*/
}

.theme-ajax-content.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Button loading cursor */
.theme-expand-form-btn-toggle.loading {
    cursor: wait;
}

/* ============================
   Theme Expandable Product Form Styles End
============================ */

/* ============================
   Theme Custom Margin for XXXL Start
============================ */

/* ============================
   Theme Extensions - XXXL Margin Utilities
   Applies at Viewports ≥ 1600px
============================ */
@media (min-width: 1600px) {

    /* All Sides */
    .m-xxxl-0 {
        margin: 0 !important;
    }

    .m-xxxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxxl-3 {
        margin: 1rem !important;
    }

    .m-xxxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxxl-5 {
        margin: 3rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    /* Top */
    .mt-xxxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxxl-auto {
        margin-top: auto !important;
    }

    /* Bottom */
    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }

    /* Start (Left in LTR) */
    .ms-xxxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxxl-auto {
        margin-left: auto !important;
    }

    /* End (Right in LTR) */
    .me-xxxl-0 {
        margin-right: 0 !important;
    }

    .me-xxxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxxl-auto {
        margin-right: auto !important;
    }

    /* X Axis */
    .mx-xxxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-xxxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xxxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xxxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Y Axis */
    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* ============================
   Theme Extensions - XXXL Margin
============================ */



