/* Padding */
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.pb-28 {
    padding-bottom: 28px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pt-34 {
    padding-top: 34px;
}
.pt-12 {
    padding-top: 12px;
}
.pt-9 {
    padding-top: 9px;
}
.pb-8 {
    padding-bottom: 8px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-12 {
    padding: 12px;
}
.pl-21 {
    padding-left: 21px;
}
.pr-21 {
    padding-right: 21px;
}
.pr-36 {
    padding-right: 36px;
}
.pl-36 {
    padding-left: 36px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-12-5 {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.pe-120 {
    padding-right: 120px;
}
/* Margin */
.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}
.mx-15 {
    margin-left: 14px;
    margin-right: 10px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ml-7 {
    margin-left: 7px;
}
.mr-7 {
    margin-right: 7px;
}
.mt-60 {
    margin-top: 60px;
}
.my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
}
.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mb-12 {
    margin-bottom: 12px;
}
.info-gap-12 {
    gap: 0px 12px;
}
.info-gap-20 {
    gap: 0px 20px;
}
.info-gap-8 {
    gap: 0px 8px;
}
/* Border Radius */

.ba-radius-4 {
    border-radius: 4px;
}
.ba-radius-8 {
    border-radius: 8px;
}
.bt-radius-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.service-modal-size {
    padding: 88px 70px 88px 130px;
}

/* Border Radius */
.ba-6 {
    border: 6px solid;
}

.corner-top-border::after,
.corner-top-border::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-top-right-radius: 8px;
    border: 8px solid;
    border-left: none;
    right: 0;
    border-bottom: none;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.19));
}
/* .corner-top-border::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 45px;
    top: 0;
    right: 0px;
    border-top-right-radius: 4px;
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.19);
}

.corner-top-border::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 8px;
    top: 0;
    right: 0px;
    border-top-right-radius: 4px;
    box-shadow: -1px 4px 3px 0px rgba(0,0,0,0.19);
} */

.corner-bottom-border::after,
.corner-bottom-border::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-bottom-left-radius: 8px;
    border: 8px solid;
    border-right: none;
    left: 0;
    bottom: 0;
    border-top: none;
    filter: drop-shadow(0px -5px 3px rgba(0, 0, 0, 0.19));
}
/* .corner-bottom-border::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 45px;
    bottom: 0;
    left: 0px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px -5px 3px 0px rgba(0, 0, 0, 0.19);
}

.corner-bottom-border::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 8px;
    bottom: 0;
    left: 0px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px -4px 3px 0px rgba(0, 0, 0, 0.19);
} */

/* Custom Height */
.h-72 {
    height: 72px;
}

/* Colors */

.bg-orange {
    --border-color: #f59f00 !important;
    background-color: #f59f00 !important;
}
.text-orange {
    color: #f59f00 !important;
}
.border-orange {
    --border-color: #f59f00;
    border-color: var(--border-color);
}
.corner-orange::before,
.corner-orange::after {
    border-color: #f59f00;
}

.bg-blue {
    --border-color: #00a8e7 !important;
    background-color: #00a8e7 !important;
}
.border-blue {
    --border-color: #00a8e7;
    border-color: var(--border-color);
}
.text-light-blue {
    color: #00a8e7 !important;
}
.corner-blue::before,
.corner-blue::after {
    border-color: #00a8e7;
}

.bg-teal {
    --border-color: #00a39d !important;
    background-color: #00a39d !important;
}
.border-teal {
    --border-color: #00a39d;
    border-color: var(--border-color);
}
.text-teal {
    color: #00a39d !important;
}
.corner-teal::before,
.corner-teal::after {
    border-color: #00a39d;
}

.bg-pink {
    --border-color: #eb6177 !important;
    background-color: #eb6177 !important;
}
.text-pink {
    color: #eb6177 !important;
}
.border-pink {
    --border-color: #eb6177;
    border-color: var(--border-color);
}
.corner-pink::before,
.corner-pink::after {
    border-color: #eb6177;
}

.text-grey {
    color: #777777 !important;
}
/* Font Size classes */
.fs-40 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}
.fs-20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.fs-20-500 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.fs-18 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.fs-18-600 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.fs-18-400 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.fs-25 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.fs-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.fs-20 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.fs-16-500 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.fs-16-22 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.fs-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.fs-24 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.fs-24-500 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.fs-14-600 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.fs-14-500 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.fs-14-22 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.fs-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.fs-12 {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.fs-12-400 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.fs-12-14 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.fs-14-400 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.fs-12_69 {
    font-weight: 400;
    font-size: 12.69px;
    line-height: 21.48px;
}
.fs-19_53 {
    font-weight: 600;
    font-size: 19.53px;
    line-height: 23.43px;
}
.fs-16-30 {
    font-size: 16px;
    line-height: 30px;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}

.un-order-list {
    line-height: 28px !important;
}
.un-order-list li::marker {
    color: black;
}

/* Box Shadow */
.shadow-1 {
    box-shadow: 0px 4px 12px 0px #00000029;
    cursor: pointer;
}
.shadow-1:hover {
    box-shadow: 0px 20px 44px 0px #0000001a;
}

/* total width */
.modal-body::-webkit-scrollbar {
    background-color: #fff;
    width: 10px;
}

/* background of the scrollbar except button or resizer */
.modal-body::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.modal-body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 2px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.modal-body::-webkit-scrollbar-button {
    display: none;
}

.border-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1000; /* Keep the border image behind */
}

.inner-image {
    position: absolute;
    top: 0%; /* Adjust based on desired positioning */
    left: 0%; /* Adjust based on desired positioning */
    width: 100%; /* Smaller size relative to the border */
    height: 100%; /* Smaller size relative to the border */
    object-fit: cover;
    z-index: 2; /* Keep the inner image above the border */
    border-radius: 10px; /* Optional, for rounded corners */
}

@media only screen and (max-width: 480px) {
    .display-4,
    .fs-40 {
        font-size: 27px !important;
        line-height: 41px !important;
    }
    .mb-40,
    .mb-20 {
        margin-bottom: 16px !important;
    }
    .image-banner {
        background-position: left !important;
    }
    .info-gap-20 {
        gap: 20px;
    }
}
