@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
    background-color: white;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        sans-serif;
}

.modal-open {
    overflow: hidden !important;
}

:root {
    --Neutral-900: #101b30;
    /* Dark Gray/Black */
    --Neutral-500: #888d98;
    /* Medium Gray */
    --Neutral-200: #e7e8ea;
    /* Light Gray */
    --Primary-Color: #d42b65;

    --Neutral-700: #404959;
}

.text-neutral-70 {
    color: #64748b;
}

.text-neutral-90 {
    color: #27364b;
}

.textfield-1 input:focus-visible,
.textfield-1 .flatpickr-wrapper .date-input:focus-visible,
.textfield-1 select:focus-visible {
    outline: none;
}

.textfield-1 input,
.textfield-1 .flatpickr-wrapper .date-input,
.textfield-1 select {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid var(--Neutral-200, #e7e8ea);
    padding: 10px 16px;
    background: inherit;
    color: var(--Neutral-900, #101b30);
    width: 100%;
    font-size: 16px;
}

.textfield-1 input::placeholder,
.textfield-1 .flatpickr-wrapper .date-input::placeholder,
.textfield-1 select::placeholder {
    color: var(--Neutral-500, #888d98);
}

.save-payment-details-profile {
    margin-top: 30% !important;
}

.save-card-images {
    max-width: 42px !important;
    width: 100% !important;
    height: 27px !important;
    border-radius: 2px !important;
}

.card-list {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.text-pink {
    color: #ee4e86 !important;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #d42b65;
    cursor: pointer;
    border: 2px solid #707683 !important;
    min-width: 18px;
    border-radius: 8px;
}

.subcategories-check-input:checked {
    background-color: #ee4e86 !important;
    border-color: #ee4e86 !important;
}

input::placeholder {
    color: #888d98 !important;
}

input::-webkit-input-placeholder {
    color: #888d98 !important;
}

input::-moz-placeholder {
    color: #888d98 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #888d98 !important;
}

.new-chat-container .booking-info-header {
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-bottom: 24px;
    padding-top: 15px;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    flex-shrink: 0;
}

.text-lights {
    color: #e7e8ea;
}

.text-grays {
    color: #9fa4ac;
}

.text-blues {
    color: #4f7bf0;
}

.text-light-dark {
    color: #101b30;
}

.text-primarys {
    color: #d42b65;
}

.text-lg-grays {
    color: #5d5d5d !important;
}

.text-sm-gray {
    color: #6b7280;
}

.text-pre-color {
    color: #707683;
}

.text-neutral-color {
    color: #404959;
}

.heading-01 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #f9f9f9;
}

.body-large-600 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.body-tiny-600 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.subtitle-sm {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.subtitle-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.title-lg {
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    text-transform: capitalize;
}

.subtitle-md {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.input-group.dollar-value {
    width: auto !important;
}

.main-container {
    max-width: 1320px;
    width: 100%;
    padding: 24px 1px;
}

.main-banner {
    background-color: #f4f5f7;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    /* padding: 29px 0px 46px 0px; */
    margin-bottom: 20px;
    height: 520px;
}

.banner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-container .carousel-item {
    height: 100% !important;
}

.banner-container .carousel-inner {
    height: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    margin-left: 12px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #d1d5db;
    border: none;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #1e293b;
}

.motorcycle-banner {
    /* background-color: var(--Neutral-700, #404959) !important; */
    /* background-color: #2A1C21; */
    border-radius: 12px;
    position: relative;
    color: white;
    width: 100%;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.ads-banner5,
.ads-banner6 {
    height: 328px;
    overflow: hidden;
    cursor: pointer;
}

.ads-banner5 img,
.ads-banner6 img {
    width: 100%;
    height: 328px;
    object-fit: cover;
    border-radius: 12px;
}

.home-product-details.ads-banner4 {
    width: 100%;
    position: relative;
    height: auto;
    /* Allow height to be determined by content */
}

.rensty-deposite-cards {
    background: #101b30;
    border-radius: 12px;
    padding: 32px;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    margin: 50px auto;
}

.guarante-img {
    max-width: 166px;
    width: 100%;
    height: 166px;
}

#bookingCardsContainer {
    max-height: 770px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

#bookingCardsContainer::-webkit-scrollbar {
    width: 6px;
}

#bookingCardsContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#bookingCardsContainer::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

#bookingCardsContainer::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.btn-extras {
    color: #404959;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: none;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6d5e0;
}

.learn-more-btn {
    color: #101b30;
    border: none;
    padding: 12px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: none;
    max-width: 250.85px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff8fa;
}

.learn-more-btn:hover {
    color: #101b30;
}

.learn-more-btn:focus,
.learn-more-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.home-product-details.ads-banner4 img {
    width: 100%;
    height: auto;
    /* Maintain image aspect ratio */
    object-fit: contain;
    /* Show the whole image */
    border-radius: 8px;
    display: block;
}

.summer-sales {
    color: #e63e81;
    font-size: 12px;
    margin-bottom: 4px;
}

.motorcycle-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 20px;
}

.discount-btn {
    max-width: 102px;
    width: 100%;
    height: 40px;
    background-color: #d42b65;
    padding: 8px 16px;
    gap: 10px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600px;
    line-height: 24px;
    border: none;
}

.motorcycle-img {
    position: absolute;
    right: 1px;
    bottom: 0px;
    height: 208px;
    object-fit: contain;
}

.audio-banner {
    background-color: #f2f4f5;
    border-radius: 12px;
    /* padding: 20px; */
    position: relative;
    height: 250px;
    margin-top: 24px;
    overflow: hidden;
    cursor: pointer;
}

.speaker-img {
    max-height: 164px;
    max-width: 126px;
    width: 100%;
    object-fit: contain;
}

.enter-btn:disabled {
    background-color: #d42b65 !important;
    border-color: #d42b65 !important;
    opacity: 0.8;
    cursor: not-allowed;
}

.audio-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 5px;
}

.audio-price {
    color: #e63e81;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.signin-button {
    padding: 16px 24px;
    border-radius: 12px;
    background: var(--Primary-Color);
    border: none;
    color: #fff;
    height: 52px;
}

.signin-button:hover {
    background: #ee4e86;
}

.body-small-600 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #d42b65;
}

.banner-tag::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #e63e81;
    margin-right: 8px;
}

.banner-tag {
    display: flex;
    align-items: center;
}

.banner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}

.title-md {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.banner-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #404959;
}

.signin-button {
    padding: 16px 24px;
    border-radius: 12px;
    background: var(--Primary-Color);
    border: none;
    color: #fff;
    height: 56px;
}

.signin-button:hover {
    background: #ee4e86;
}

.banner-side-tags {
    background-color: #ececec;
    border-radius: 6px;
    max-width: 350px;
    width: 100%;
    height: 346.59px;
}

.banner-inside-content {
    overflow: hidden;
}

.jumping-image-container {
    position: absolute;
    right: 65px;
    height: 340px;
    max-width: 340px;
    width: 100%;
    display: flex;
    object-fit: cover;
    overflow: hidden;
}

.jumping-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.price-tag {
    position: absolute;
    top: 41px;
    right: 49px;
    background-color: #d42b65;
    color: white;
    width: 101px;
    height: 87px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    z-index: 10;
    border: 5px solid white;
}

.banners-sales {
    background-color: #2a1c21;
}

.audio-speakers {
    background-color: #f2f4f5;
}

.hire-btn {
    padding: 24px 24px;
    border-radius: 6px;
    background: var(--Primary-Color);
    border: none;
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    padding-right: 48px;
    background-image: url("/front/assets/images/icons/hire-nxt.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.hire-btn:hover {
    background: #ee4e86;
    background-image: url("/front/assets/images/icons/hire-nxt.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.hire-btn:focus,
.hire-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.hire-btn:hover span {
    color: white;
}

.heading-07 {
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1.2%;
}

.heading-03 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.heading-03-l {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.title-sm {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.custom-title-sm {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.custom-title-sm-bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.tabs-title-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.side-banner-descriptions {
    margin: 46px 40px 49px;
}

.body-large-600 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.gray-200 {
    color: #e5e7eb;
}

.gap-12 {
    gap: 12px;
}

.heading-06 {
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.2px;
}

.main-image {
    max-width: 296px;
    width: 100%;
    height: 296px;
    border-radius: 2px;
}

.thumbnail-img {
    max-width: 140px;
    width: 100%;
    height: 140px;
    border: none;
    border-radius: 2px;
}

.browse-all-text {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #d42b65;
    display: flex;
    gap: 8px;
    padding: 6px 0px;
    cursor: pointer;
}

.second-banner-container {
    margin-left: 10px;
}

.product-grid {
    display: grid;
    gap: 24px;
    margin-bottom: 40px;
}

.section-popular-subcategory .product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.products .product-grid {
    grid-template-columns: repeat(5, 1fr);
}

.products .recenty-added {
    grid-template-columns: repeat(3, 1fr) !important;
}

.product-section .product-grid {
    grid-template-columns: repeat(4, 1fr);
}

.product-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    background: white;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    background: white;
}

.input:disabled {
    background-color: transparent !important;
}

.card-body {
    padding: 16px;
}

.service-card .card-body {
    padding: 24px;
}

.image-wrapper {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.card-img-top {
    width: 100%;
    height: 202px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.5s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.wedding-new-cards {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    background: white;
}

.wedding-new-cards .card-body {
    padding: 24px;
}

/* .wedding-new-cards:hover {
transform: scale(1.03);
} */

.wedding-new-cards img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.wedding-new-cards img:hover {
    transform: scale(1.03);
}

.item-title {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    color: var(--Neutral-900, #101b30);
}

.subcategory {
    color: #404959;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 6px;
}

.review-time-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.review-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.time-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: center;
    vertical-align: middle;
}

.location {
    color: var(--Neutral-500, #888d98);
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.location-icon {
    width: 16px !important;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.action-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-wrapper:hover .action-buttons {
    opacity: 1;
}

.first-action-buttons .action-btn {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    gap: 10px;
    background-color: #ffc9dc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-arrow-new {
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.action-btn:hover {
    transform: scale(1.1);
}

.action-btn.wishlist {
    background-color: var(--Primary-Color, #d42b65);
}

.action-btn img {
    width: 20px;
    height: 20px;
}

.btn-second {
    padding: 24px 24px;
    border-radius: 6px;
    background: #fff8fa;
    border: none;
    color: var(--Primary-Color);
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    padding-right: 48px;
    background-image: url("/front/assets/images/icons/ArrowRight.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.new-actions-img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}

.home-product-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.home-discount-desc {
    background-color: #4f7bf0;
    color: white;
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.browse-all-text {
    display: flex;
    align-items: center;
    color: var(--Primary-Color, #d42b65);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.browse-all-text:hover {
    color: #ee4e86;
}

.browse-all-text img {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.browse-all-text:hover img {
    transform: translateX(4px);
}

.body-md {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.body-lg {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.text-body-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--Neutral-700, #404959);
    opacity: 75%;
}

.text-body1-lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.text-body-xs {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #404959;
}

.text-body-medium {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.text-caption-md {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.body-text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.caption-lg {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
}

.text-subtitle-xs {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--Primary-Color, #d42b65);
    margin-bottom: 0;
}

.subtitle-xs {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.title-xs {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
}

.body-small-400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.body-small-500 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.body-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.offers-ends {
    height: 32px;
    border-radius: 2px;
    padding: 6px 12px;
    gap: 10px;
    border: none;
}

.fav-banner-disc {
    margin-bottom: 16px;
}

.offers-desc-banners {
    margin-bottom: 42.35px;
}

.rensty-promos {
    margin-top: 29px;
}

.section-popular-subcategory .carousel-control-prev-icon {
    background-image: url("/front/assets/images/icons/next-icon.svg");
}

.section-popular-subcategory .carousel-control-next-icon {
    background-image: url("/front/assets/images/icons/prev-icon.svg");
}

.banner-container .carousel-control-next-icon {
    display: none;
}

.banner-container .carousel-control-prev-icon {
    display: none;
}

.prices {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #adb7bc;
    text-decoration: line-through;
    margin-bottom: 0;
}

.promo-card {
    border-radius: 16px;
    padding: 40px;
    position: relative;
    /* height: 300px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.dark-bg {
    background-color: #101b30;
    color: white;
}

.light-bg {
    background-color: #ee4e86;
    color: white;
}

.promo-badge-btn {
    max-width: 123px;
    width: 100%;
    background-color: #4f7bf0;
    color: white;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.promo-title {
    margin-bottom: 12px;
}

.promo-note {
    opacity: 0.8;
    margin-bottom: 20px;
}

.price-tag-circle {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #4f7bf0;
    color: white;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    z-index: 2;
}

.promo-card-descriptions {
    max-width: 280px;
    width: 100%;
}

.search-inputs {
    max-width: 350px !important;
    width: 100% !important;
    padding-left: 48px !important;
}

.search-icons {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.sort-btn {
    text-transform: none !important;
    max-width: 113px;
    width: 100%;
    background-color: #f4f5f7;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
}

.sort-btn svg {
    margin-left: 4px;
}

@media (max-width: 576px) {
    .search-input {
        width: 150px;
    }

    .product-grid.grid-columns {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.hot-badge-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45px;
    left: 10px;
    background-color: #f05b4f;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    max-width: 46px;
    width: 100%;
    height: 26px;
    border: none;
}

.discount-badge-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    left: 10px;
    background-color: var(--Primary-Color, #d42b65);
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    max-width: 73px;
    width: 100%;
    height: 26px;
    border: none;
}

.promo--second-card-descriptions {
    max-width: 361px;
    width: 100%;
}

.promo-img {
    position: absolute;
    right: 0;
    bottom: 0;
    /* height: 353.17px; */
    object-fit: contain;
    z-index: 1;
}

.brand-logo {
    max-width: 208px;
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rentsy-logo {
    width: 100%;
    height: auto;
}

.text-off {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.first-action-buttons {
    display: flex;
    gap: 8px;
}

.second-hire-btn {
    max-width: 121px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 24px;
    gap: 8px;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #d42b65;
}

.product-descs {
    padding: 0px 8px;
}

.prodt-badage {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    background-color: #f05b4f;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    max-width: 46px;
    width: 100%;
    height: 26px;
    border: none;
}

/* .products-tabs .nav-link {
padding-left: 20px !important;
padding-right: 20px !important;
color: #c8ced3 !important;
} */
/*
.products-tabs .nav-link.active {
color: #c8ced3 !important;
} */

.assessment-data .tab-pane {
    width: 100%;
}

.products-data .tab-pane .row {
    width: -webkit-fill-available;
}

.products-custom-tabs {
    position: relative;
    border-bottom: none !important;
    border: none;
    max-width: max-content;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 9px;
    display: flex;
    gap: 32px;
}

.products-custom-tabs .nav-link {
    border: none !important;
    color: var(--Text-200, #c8ced3);
    position: relative;
    transition:
        color 0.3s,
        border-bottom 0.3s;
    padding: 0px;
    cursor: pointer;
}

.products-custom-tabs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.products-custom-tabs .nav-link.active {
    color: var(--Text-50, #e6ecf1);
    background: none;
    border: none;
}

.products-custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--Primary-500, #008cff);
}

.nav-tabs {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* .nav-tabs .nav-item {
margin-right: 20px;
} */

.nav-tabs .nav-link {
    padding: 8px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #d42b65;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav {
    border: none !important;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #d42b65;
}

.nav-tabs .nav-link:hover {
    color: #d42b65;
}

.tab-content {
    background-color: #fff;
    border-top: none;
    border-bottom: none !important;
}

.tab-pane {
    display: none;
    border-bottom: none !important;
}

.tab-pane.active {
    display: block;
    border-bottom: none !important;
}

.service-section {
    margin-bottom: 50px;
}

/* .service-card {
border: none;
margin-bottom: 20px;
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
} */

.service-card:hover {
    transform: scale(1.03);
}

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

.service-img {
    width: 149px !important;
    height: 149px !important;
}

.service-image {
    max-width: 314px !important;
    width: 100%;
    height: 314px !important;
}

.sort-by.dropdown-menu {
    background-color: #f9f9f9;
    padding: 32px !important;
    border-radius: 12px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #404959 !important;
}

.dropdown .body-small-500 {
    overflow: hidden;
}

button#dropdownMenuButton.sort-btn {
    width: 133px !important;
}

.wedding-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.category-product .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.kidsParty-product .product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.kidsParty {
    margin-top: 52px;
}

/* product detais */

.product-details .thumbnail-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-details .thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
}

.product-details .main-images {
    max-width: 620px !important;
    width: 100%;
    height: auto !important;
    max-height: 620px !important;
    object-fit: contain;
    cursor: pointer;
    border-radius: 8px;
}

.product-details .thumbnail.active {
    border: 2px solid #ef4e86;
    box-shadow: 0 0 5px rgba(239, 78, 134, 0.5);
}

.product-details .card {
    padding: 24px 32px;
    border-radius: 12px;
    border: 1px solid #e7e8ea;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.text-new-light {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.location-badge {
    text-decoration: underline;
    color: #6b7280;
}

.category-badge {
    color: #6b7280;
}

.product-details .share-save {
    display: flex;
    gap: 16px;
    margin-top: 4px;
}

.product-details .share-save a {
    color: #000000 !important;
}

.cards-body {
    margin-top: 24px;
}

.product-details .price {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.product-details .price-values {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.date-time-container {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.date-column {
    /* width: 50%; */
    width: 100%;
    padding: 8px;
}

/* .date-column:first-child {
border-right: 1px solid #e0e0e0;
} */

.date-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #000000;
}

.date-input {
    font-size: 15px;
    color: #6b7280;
    font-weight: 400;
    line-height: 20px;
    border: none;
    gap: 10px;
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
}

.time-input {
    font-size: 15px;
    color: #6b7280;
    font-weight: 400;
    line-height: 20px;
    border: none;
    background-color: transparent;
    width: 116px;
}

.normal-texts {
    text-transform: none !important;
}

.quantity-section {
    padding: 8px;
}

.quantity-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.form-container {
    border-radius: 8px;
    /* overflow: hidden; */
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    max-width: 800px;
}

.product-details .form-control,
.product-details .form-select {
    border: none !important;
    padding: 0px !important;
}

.product-details .select.form-control {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
}

.product-details .form-control {
    padding: 2px !important;
}

.date-input::placeholder {
    color: #6b7280 !important;
}

.custom-select {
    border: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #6b7280;
    outline: none;
    padding: 0;
}

.dropdown-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #6b7280;
}

/* .form-container option {
background-color: #F9F9F9;
width: 33px !important;
padding: 16px 32px;
} */

.product-details .labels {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #000000;
}

.btn-reserve {
    width: 100%;
    padding: 14px 20px;
    background-color: #d42b65;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-reserve:focus,
.btn-reserve:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.btn-reserve:hover {
    color: white;
    background-color: #d42b65;
}

.btn-cart {
    width: 100%;
    padding: 14px 20px;
    color: #d42b65;
    border-radius: 12px;
    border: 1.5px solid #d42b65;
}

.btn-cart:focus,
.btn-cart:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.btn-cart:hover {
    color: #d42b65;
}

.btn-widths {
    max-width: 396px !important;
    width: 100%;
}

.report-link {
    text-decoration: underline;
    color: #6b7280;
}

.product-details .dropdown-menu {
    background-color: #f9f9f9;
    padding: 15px !important;
    border-radius: 12px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #404959 !important;
}

.custom-dropdown .form-select {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-image: none;
    position: relative;
}

.custom-dropdown .dropdown-arrow::after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-top: 0.3em solid #666;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* .dropdown-menu {
padding: 8px 0;
border-radius: 8px;
border: 1px solid #f0f0f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
margin-top: 5px !important;
} */

.dropdown-item {
    padding: 10px 15px;
    color: #333;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #ee4e86 !important;
    color: white;
    border-radius: 8px;
}

.dropdown:focus,
.dropdown:focus-visible {
    outline: none;
}

.custom-dropdown button:focus {
    outline: none;
    box-shadow: none;
}

.custom-dropdown button {
    height: 20px;
}

.product-tabs-main {
    margin-top: 50px;
}

.others-items-content {
    margin-top: 52px;
}

.recent-view-items {
    margin-top: 16px;
}

/* end */
.dropdown-item.active {
    border-radius: 10px;
    color: white !important;
    background-color: #ee4e86 !important;
}

.profile-menu .dropdown-item,
.profile-menu-for-mobile-css .dropdown-item {
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-radius 0.25s ease;
}

.profile-menu .dropdown-item img,
.profile-menu-for-mobile-css .dropdown-item img {
    transition: filter 0.25s ease;
}

.profile-menu .dropdown-item:hover img,
.profile-menu .dropdown-item:focus img,
.profile-menu .dropdown-item.active img,
.profile-menu-for-mobile-css .dropdown-item:hover img,
.profile-menu-for-mobile-css .dropdown-item:focus img,
.profile-menu-for-mobile-css .dropdown-item.active img {
    filter: brightness(0) invert(1);
}

/*custom location */
.location-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 283px;
    cursor: pointer;
}

.location-img {
    max-width: 424px;
    width: 100%;
    height: 283px;
    object-fit: cover;
}

.location-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.location-name {
    margin-bottom: 6px;
}

/* .visit-btn {
font-size: 14px;
padding: 2px 8px;
border-radius: 5px;
background-color: transparent;
border: 1px solid white;
color: white;
text-decoration: none;
} */

.visit-links {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.coming-soon {
    padding: 5px 10px;
    border-radius: 3px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d42b65;
    color: white;
}

.coming-soon-location img {
    opacity: 60%;
}

.back-button {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

/* Modal styling */
.modal-dialog {
    max-width: 492px;
}

.card-modal-dialog {
    max-width: 680px !important;
}

.modal-content {
    border-radius: 10px;
    border: none;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    color: #e83e8c;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.coming-soon-description {
    text-align: center;
    color: #707683;
    margin-bottom: 20px;
}

.notify-btn {
    background-color: #d42b65;
    border: none;
    border-radius: 12px;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}

.notify-btn:hover {
    background-color: #d42b65;
}

.modal-body {
    padding: 4px 30px 30px;
}

.modal-content {
    position: relative;
}

.close {
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ff3b5c;
    background-color: inherit;
    color: #ff3b5c;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.close-modal-btn:hover {
    background-color: #e0304e;
}

.product-details-input {
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.text-rent-summary {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/* .total-sums {
padding-right: 66px;
} */

.total-sums .text-rent-summary {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

/* end */

/* checkout */

.cart-item {
    background-color: #f4f5f7;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 20px;
}

.item-image {
    border-radius: 8px;
    overflow: hidden;
    width: 176px;
    height: 176px;
}

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

/* .item-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
} */
.item-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 19px;
}

.item-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #404959;
}

.item-pricing {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #cfd1d6;
}

.booking-summary {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding: 32px 24px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.summary-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.summary-title {
    color: #d42b65;
}

.deposit-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #cfd1d6;
}

.deposit-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.deposit-title {
    color: #d42b65;
}

.deposit-subtitle {
    color: #707683;
}

.payment-section {
    background-color: #f4f5f7;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-card-section {
    display: flex;
    gap: 20px;
}

.add-card-btn {
    text-decoration: none;
    margin-top: 0;
    align-self: flex-start;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-cards {
    max-width: 35px;
    height: 21px;
}

.payment-card {
    color: #707683;
}

.change-btn {
    text-decoration: none;
    text-transform: uppercase;
}

.promo-section {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.promo-input {
    padding: 12px;
    border-radius: 12px;
    border: 1.5px solid #e7e8ea;
    background-color: #eff0f2;
}

.apply-btn {
    background-color: #dd3663;
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 500;
}

.apply-btn:focus,
.apply-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.apply-btn:hover {
    color: #d42b65;
}

.promocode-value {
    max-width: 350px;
    width: 100%;
}

.error-field .input-field {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.05);
}

#card-errors {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 8px;
}

.field-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.ElementsApp input {
    height: 0px;
    line-height: 0px !important;
}

.modal-body .success-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-body img {
    object-fit: contain;
    max-width: 120px;
    width: 100%;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds a subtle shadow */
}

.cart-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: end;
}

.cart-responsive {
    padding-left: 48px;
}

/* end */

/* store details */
.store-container {
    margin-top: 40px;
}

.featured-image {
    border-radius: 12px;
    overflow: hidden;
    max-width: 650px;
    height: 400px;
    object-fit: cover;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-info {
    padding-left: 10px;
}

.store-container .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #6c5ce7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.store-name {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
}

.location-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.divider {
    margin: 20px 0;
    border-top: 1px solid #eee;
}

.section-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #101b30;
}

.contact-list {
    list-style-type: none;
    padding-left: 0;
}

.contact-list li {
    padding: 2px 0;
    display: flex;
}

.store-infos {
    border-radius: 16px;
    background-color: #f9f9f9;
    padding: 24px 40px 32px 40px;
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
    max-width: 993px;
    width: 100%;
}

.error-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.page-not-found {
    max-width: 585.04px;
    width: 100%;
    max-height: 454.92px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.error-message {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #8d8d8d;
}

.contact-list li::before {
    content: "•";
    margin-right: 10px;
}

.store-refund-policy {
    padding: 0px 16px;
}

@media (max-width: 768px) {
    /* .store-container {
margin: 20px;
} */

    .featured-image {
        height: 300px;
    }

    .service-img {
        width: 100% !important;
    }
}

/*end */

/* notification */
.notifications-container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
}

.notification-item {
    display: flex;
    align-items: center;
    padding: 25px 24px 25px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.notification-dot {
    width: 8px;
    height: 8px;
    background-color: #dd3663;
    border-radius: 50%;
    transform: translateY(-50%);
}

.notification-logo {
    margin-right: 15px;
    margin-left: 5px;
}

.notification-logo img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: contain;
}

.notification-content {
    flex-grow: 1;
}

.notification-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.notification-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.notification-action {
    margin-top: 10px;
}

.notification-btn {
    max-width: 152px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d42b65;
    border: none;
    color: white;
    padding: 12px 16px;
    border-radius: 12px;
}

.notification-btn:focus,
.notification-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.notification-btn:hover {
    color: white;
    background-color: #d42b65;
}

.notification-date {
    color: #707683;
    font-size: 12px;
    text-align: right;
    font-weight: 400;
    line-height: 20px;
    min-width: 80px;
}

.notification-highlight {
    background-color: #fef5f8;
}

/* end */

.sticky-scrollable-sidebar {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 10px;
}

.subcategories-container {
    max-height: 64vh;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 20px;
    scrollbar-width: thin;
}

.subcategories-container::-webkit-scrollbar {
    width: 5px;
}

.subcategories-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.subcategories-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.subcategories-container::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.subcategories-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-bottom: 10px;
    z-index: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #d42b65;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d42b65;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Price Range Slider */
.range-slider-container {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #f8e2e9;
    border-radius: 5px;
}

.default-cards {
    background-color: #ee4e86;
    color: white;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #d42b65;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.range-slider-progress {
    position: absolute;
    height: 6px;
    background-color: #d42b65;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 1;
}

.price-input-container {
    width: 80px;
}

.price-separator {
    align-self: center;
    padding: 0 8px;
}

.price-range-container {
    position: relative;
    padding: 10px 0 30px;
}

.slider-track {
    width: 100%;
    height: 8px;
    position: relative;
    background-color: #ffe0e9;
    border-radius: 4px;
    margin: 10px 0;
}

.slider-progress {
    position: absolute;
    height: 8px;
    left: 50px;
    right: 100px;
    top: 0;
    background-color: #d42b65;
    border-radius: 4px;
    z-index: 1;
}

.slider-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d42b65;
    position: absolute;
    top: -9px;
    margin-left: -10px;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-handle.left {
    left: 50px;
}

.slider-handle.right {
    left: calc(100% - 100px);
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.price-input {
    max-width: 121px;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: left;
    background-color: white;
    color: #707683 !important;
}

.price-separator {
    margin: 0 10px;
    color: #999;
}

/* end */

/*profile */
.my-profile {
    margin-top: 32px;
}

.my-profile .sidebars {
    background-color: #f9f9f9;
    padding: 24px;
    height: auto;
    min-height: 540px;
    border-radius: 12px;
    border-right: 0px !important;
}

.my-profile .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-profile .sidebar-menu li {
    margin-bottom: 32px;
    border-radius: 8px;
}

.my-profile .sidebar-menu li.active a {
    color: var(--Primary-Color);
}

.my-profile .sidebar-menu a {
    text-decoration: none;
    color: var(--Neutral-700);
    display: block;
}

.my-profile .sidebar-menu a:hover {
    color: var(--Primary-Color);
}

.my-profile .main-content {
    padding-left: 32px;
    border-radius: 12px;
}

.my-profile .profile-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--Neutral-900);
    margin-bottom: 30px;
}

.my-profile .section-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--Primary-Color);
    margin-bottom: 20px;
}

.my-profile .form-label {
    color: var(--Neutral-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.my-profile .form-control {
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid var(--Neutral-200);
    padding: 10px 16px;
    color: var(--Neutral-900);
    background-color: #ffffff;
}

.my-profile .form-control:focus {
    border-color: var(--Primary-Color);
    box-shadow: 0 0 0 3px rgba(212, 43, 101, 0.2);
}

.my-profile .edit-btn,
.my-profile .edit-save-btn {
    padding: 12px 24px;
    border-radius: 12px;
    background: var(--Primary-Color);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.my-profile .edit-btn:hover,
.my-profile .edit-save-btn:hover {
    background: #ee4e86;
}

.my-profile .edit-btn:focus,
.my-profile .edit-save-btn:focus,
.edit-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

.my-profile .tab-content {
    padding-top: 20px;
}

.my-profile .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: none;
    color: var(--Neutral-500);
    font-weight: 500;
    padding: 10px 0px;
}

.my-profile .nav-tabs .nav-item {
    margin: 0 10px;
}

.my-profile .nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.my-profile .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.my-profile .nav-tabs .nav-link.active {
    color: var(--Primary-Color);
    border-bottom: 1px solid var(--Primary-Color);
    background-color: transparent;
}

.my-profile .nav-tabs {
    --bs-nav-tabs-border-width: 0px;
}

.my-profile .booking-card {
    border-radius: 12px;
    border: 1px solid var(--Neutral-200);
    padding: 24px;
    margin-bottom: 16px;
    background-color: #ffffff;
}

.my-profile .booking-card .item-image {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 8px;
}

.my-profile .booking-status {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0.15;
    border-radius: 12px;
    font-weight: 500;
}

.my-profile .booking-status {
    margin-bottom: 42px;
}

.my-profile .booking-status.pending {
    color: #f99f36;
}

.my-profile .booking-status.confirmed {
    color: #3cd984;
}

.booking-status.past {
    color: #f93642;
}

.my-profile .booking-status.cancelled,
.booking-status.cancelled {
    color: #e53e3e;
}

.my-profile .booking-status.unavailable,
.booking-status.unavailable {
    color: #9b2c2c;
}

.my-profile .booking-status.active,
.booking-status.active {
    color: #3b82f6;
}

.my-profile .booking-status.completed,
.booking-status.completed {
    color: #10b981;
}

.my-profile .booking-status.expired,
.booking-status.expired {
    color: #6b7280;
}

.my-profile .booking-status.returned,
.booking-status.returned {
    color: #8b5cf6;
}

.view-booking-btn {
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--Primary-Color);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-booking-btn:hover {
    background-color: #d42b65;
    color: #fff;
}

.view-booking-btn:focus,
.view-booking-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.booking-pagination-wrapper {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-pagination-wrapper .custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-pagination-wrapper .pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-pagination-wrapper .pagination-item {
    margin: 0;
}

.booking-pagination-wrapper .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e7e8ea;
    background: #ffffff;
    color: #404959;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.booking-pagination-wrapper .pagination-link:hover {
    background: #f9fafb;
    border-color: #d42b65;
    color: #d42b65;
}

.booking-pagination-wrapper .pagination-link-active {
    background: #d42b65;
    border-color: #d42b65;
    color: #ffffff;
    font-weight: 600;
}

.booking-pagination-wrapper .pagination-link-active:hover {
    background: #b91c5c;
    border-color: #b91c5c;
    color: #ffffff;
}

.booking-pagination-wrapper .pagination-link-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.booking-pagination-wrapper .pagination-link-disabled:hover {
    background: #ffffff;
    border-color: #e7e8ea;
    color: #404959;
}

.booking-pagination-wrapper .pagination-link-prev,
.booking-pagination-wrapper .pagination-link-next {
    padding: 8px;
}

.booking-pagination-wrapper .pagination-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.booking-pagination-wrapper .pagination-link-ellipsis {
    border: none;
    background: transparent;
    cursor: default;
    color: #707683;
}

.booking-pagination-wrapper .pagination-link-ellipsis:hover {
    background: transparent;
    border: none;
    color: #707683;
}

@media (max-width: 576px) {
    .booking-pagination-wrapper .pagination-list {
        gap: 4px;
    }

    .booking-pagination-wrapper .pagination-link {
        min-width: 36px;
        height: 36px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .booking-pagination-wrapper .pagination-icon {
        width: 14px;
        height: 14px;
    }
}

.profile-icons {
    max-width: 20px !important;
    width: 100%;
    height: 20px !important;
}

.settings-foot .toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.settings-foot .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.settings-foot .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Neutral-200);
    transition: 0.4s;
    border-radius: 26px;
}

.settings-foot .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.settings-foot input:checked + .slider {
    background-color: var(--Primary-Color);
}

.settings-foot input:focus + .slider {
    box-shadow: 0 0 1px var(--Primary-Color);
}

.settings-foot input:checked + .slider:before {
    transform: translateX(24px);
}

.settings-foot .toggle-containers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-alerts {
    margin-left: 50px;
}

.settings-foot .toggle-label {
    color: #404959;
}

.suggestion-item-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.suggestion-thumbnail {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.suggestion-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suggestion-text {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time-picker-edit {
    text-transform: uppercase;
}

.table-container {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

.table th {
    font-weight: 500;
    color: #333;
    padding: 16px;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fafafa;
}

.table td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
}

.table tr:last-child td {
    border-bottom: none;
}

.details-link {
    color: #666;
    text-decoration: none;
}

.table tr {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

/* end */

/* faq */

.faq-containers .inner-container {
    max-width: 990px;
}

.faq-containers .accordion .accordion-item {
    border: none;
}

.faq-containers .accordion .accordion-item .accordion-header {
    background-color: #f5f5f5;
}

.carts-container .faq-containers {
    background-color: #fff;
}

.carts-container .faq-containers .accordion .accordion-item .accordion-button {
    -webkit-border-radius: 8px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.faq-containers .accordion .accordion-item .accordion-button {
    -webkit-border-radius: 8px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.faq-containers .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: #ef4e86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.carts-container
    .faq-containers
    .accordion
    .accordion-item
    .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #ef4e86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-containers .accordion .accordion-item .accordion-body {
    background-color: #f5f5f5;
}

.carts-container .faq-containers .accordion .accordion-item .accordion-body {
    background-color: #fff;
}

.faq-containers .accordion .accordion-item .accordion-body h2 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #4e93f2;
    margin-bottom: 15px;
}

.faq-containers .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.faq-containers .accordion .accordion-item .accordion-body .useful-links {
    margin-top: 20px;
}

.faq-containers .accordion .accordion-item .accordion-body .useful-links a {
    text-decoration: none;
}

.faq-containers .accordion .accordion-item .accordion-body .useful-links a p {
    color: #4e93f2;
    margin-bottom: 22px;
}

.faq-containers .accordion .accordion-item .accordion-button:focus {
    outline: none !important;
    box-shadow: none;
}

.faq-containers .accordion .accordion-item .accordion-collapse.collapse.show {
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
    color: #101b30;
}

/*end faq */

/* chat */

.new-chat-container .chat-container {
    height: 100%;
    overflow: hidden;
    display: flex;
    max-width: 1320px;
    width: 100%;
    margin-top: 20px;
}

.new-chat-container .row.g-0 {
    flex-grow: 1;
    display: flex;
    width: 100%;
}

.new-chat-container .sidebar-chat,
.new-chat-container .chat-area-main,
.new-chat-container .booking-info-area {
    height: 850px;
    display: flex;
    flex-direction: column;
}

.new-chat-container .sidebar-chat {
    background-color: #fff;
    border-right: 1px solid #e9ecef;
}

.new-chat-container .chat-main-lists {
    padding-right: 24px;
}

.new-chat-container .chat-list {
    overflow-y: auto;
    flex-grow: 1;
}

.new-chat-container .chat-item {
    padding: 12px 15px;
    border-bottom: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 16px;
}

.new-chat-container .chat-item:hover {
    background-color: #fff8fa;
    border-radius: 12px;
}

.new-chat-container .chat-item.active {
    background-color: #fff8fa;
    border-radius: 12px;
}

.new-chat-container .chat-item.active strong {
    color: #333;
}

.new-chat-container .chat-item.active small {
    color: #e1306c;
}

.new-chat-container .chat-item strong {
    color: #333;
    font-weight: 600;
}

.new-chat-container .chat-item small {
    color: #868e96;
    font-size: 0.78rem;
}

.new-chat-container .chat-item {
    margin: 0;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-container .chat-header {
    border-bottom: 1px solid #e9ecef;
    padding: 0px 15px 15px;
    background-color: #fff;
    flex-shrink: 0;
}

.new-chat-container .chat-header h6 {
    font-weight: 600;
}

.new-chat-container .chat-header small#chatHeaderStatusDesktop {
    color: #e1306c;
    font-size: 0.8rem;
    cursor: pointer;
}

.new-chat-container .no-scrollbar {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.new-chat-container .no-scrollbar::-webkit-scrollbar {
    display: none;
}

.new-chat-container .chat-messages {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
}

.new-chat-container .message {
    max-width: 75%;
    margin-bottom: 15px;
}

.new-chat-container .message-received {
    max-width: 421px;
    /* width: 100%; */
    background-color: #f1f1f1;
    padding: 8px 16px;
    border-radius: 12px;
    margin-right: auto;
    display: inline-block;
    color: #101b30;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.new-chat-container .message-sent {
    max-width: 421px;
    /* width: 100%; */
    background-color: #d42b65;
    color: white;
    margin-right: auto;
    padding: 8px 16px;
    border-radius: 12px;
    display: inline-block;
}

.new-chat-container .message-time {
    font-size: 0.75rem;
    color: #868e96;
    margin-top: 5px;
    display: block;
}

.new-chat-container .chat-input {
    padding: 10px 15px;
    background-color: #fff;
    flex-shrink: 0;
}

.new-chat-container .chat-input input.form-control {
    border-radius: 12px;
    border: 2px solid #eff0f2;
    padding-left: 20px;
    padding-right: 45px;
    height: 48px;
    line-height: 1.5;
}

.btn-large {
    max-width: 110px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.sendInvitebtns {
    background-color: #d42b65;
    color: white;
}

.copy-btn {
    border: 1.5px solid #d42b65;
    background-color: transparent !important;
    color: #d42b65;
}

.new-chat-container .chat-input input.form-control::placeholder {
    color: #6c757d;
}

.new-chat-container .chat-input .btn-link {
    color: #6c757d;
    font-size: 1.2rem;
}

.new-chat-container .chat-input .btn-link.text-danger {
    color: #e1306c !important;
    font-size: 1.2rem;
}

.new-chat-container .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.new-chat-container .avatar-1 {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 8px;
}

.new-chat-container .avatar-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-chat-container .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-chat-container .avatar-sm {
    width: 40px;
    height: 40px;
}

.new-chat-container .booking-info-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.new-chat-container .booking-card {
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    flex-shrink: 0;
}

.new-chat-container .booking-card h6 {
    font-weight: 600;
}

.new-chat-container .booking-detail {
    display: flex;
    gap: 2px;
    padding: 6px 0;
    font-size: 0.9rem;
}

.new-chat-container .booking-detail-label {
    color: #6c757d;
}

.new-chat-container .booking-detail-value {
    font-weight: 500;
    color: #333;
}

.new-chat-container .confirmed {
    color: #30ae6a;
}

.new-chat-container .text-confirmation {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    color: #d42b65;
}

.new-chat-container .status-dot {
    width: 8px;
    height: 8px;
    background-color: #e1306c;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.new-chat-container .sidebar-header {
    padding: 10px 0px;
    background-color: #fff;
    flex-shrink: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid #e9ecef;
}

.store-select-container {
    display: flex;
    align-items: center;
}

.store-select {
    border-radius: 4px;
    background-color: #f8f9fa;
    font-size: 14px;
    margin-right: 8px;
}

.badge {
    background-color: #eff0f2;
    color: #101b30;
    padding: 2px 8px;
    border-radius: 24px;
}

.new-chat-container .sidebar-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.new-chat-container .sidebar-header .store-select {
    background-color: #fff;
    color: #333;
    border: none;
}

.new-chat-container .sidebar-header .store-select:hover,
.new-chat-container .sidebar-header .store-select:active,
.new-chat-container .sidebar-header .store-select:focus-visible {
    outline: none;
}

.new-chat-container .sidebar-header .dropdown-toggle .badge {
    background-color: #e9ecef;
    color: #333;
}

.new-chat-container .dropdown-toggle::after {
    display: none;
}

.new-chat-container .header-search-container {
    position: relative;
    margin-bottom: 16px;
}

.new-chat-container .header-search {
    color: var(--Neutral-600, #56687a);
    border: 1px solid var(--Neutral-50, #e7e9ec);
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border-width: 1px;
    padding-top: 13px;
    padding-right: 16px;
    padding-bottom: 13px;
    padding-left: 50px;
}

.new-chat-container .header-search-icon {
    position: absolute;
    left: 16px;
    top: 13px;
}

.new-chat-container .date-divider {
    text-align: center;
    color: #868e96;
    margin: 25px 0;
    position: relative;
    font-size: 0.8rem;
}

.new-chat-container .date-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e9ecef;
    z-index: 0;
}

.new-chat-container .date-divider span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.new-chat-container .booking-info-header {
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-bottom: 24px;
    padding-top: 15px;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    flex-shrink: 0;
}

.new-chat-container .booking-info-header h6 {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.new-chat-container .status-booking {
    color: #30ae6a !important;
}

/* success */
.success-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.success-main-container {
    max-width: 492px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eff0f2;
    border-radius: 16px;
    padding: 48px 48px 27px 48px;
    box-shadow: 0px 18px 28px 0px rgba(41, 50, 69, 0.1);
}

.success-main-container .success-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.success-main-container img {
    object-fit: contain;
    max-width: 120px;
    width: 100%;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds a subtle shadow */
}

/*end */

@media (max-width: 767.98px) {
    .new-chat-container {
        position: relative;
        height: 100vh;
    }

    .new-chat-container .sidebar-chat,
    .new-chat-container .chat-area-main,
    .new-chat-container .booking-info-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
        z-index: 1;
    }

    .new-chat-container .mobile-view-active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .new-chat-container .sidebar-chat {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .new-chat-container .chat-header {
        margin-top: 20px;
        padding: 0px 0px 15px !important;
    }
}

.new-chat-container .input-with-button-container {
    position: relative;
    display: flex;
    align-items: center;
}

.new-chat-container .input-with-button-container .form-control {
    flex-grow: 1;
}

.new-chat-container .inside-input-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 10px;
    line-height: 1;
    z-index: 10;
}

.new-chat-container .chat-input .btn-link.text-danger.inside-input-button {
    color: #e1306c !important;
    font-size: 1.2rem;
}

/*end */
.search-result-container {
    margin-top: 62px;
}

.search-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.sort-by.dropdown-menu.show {
    transform: translate3d(-33px, 57px, 0px) !important;
}

.dropdown-menu.show {
    transform: translate3d(52px, 42px, 0px) !important;
    z-index: 980;
}

.product-details .dropdown-menu.show {
    transform: translate3d(0px, 29px, 0px) !important;
    width: 100%;
}

.location-header {
    display: flex;
    align-items: center;
    text-align: center;
}

.my-profile .search-bookings {
    min-width: 250px;
}

/* become partner */
.hero-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cta-overlay {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: rgba(251, 234, 240, 1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    max-width: 589px;
    opacity: 0.9;
}

.cta-small-text {
    color: #283245;
    margin-bottom: 4px;
}

.cta-title {
    margin-bottom: 20px;
}

.cta-title-pink {
    color: #d42b65;
}

.cta-title-dark {
    color: #2c3e50;
}

.cta-description {
    color: #404959;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn-join {
    background: var(--Primary-Color);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-join:hover {
    background-color: #d42b65;
    color: #fff;
    transform: translateY(-1px);
}

.btn-join:focus,
.btn-join:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.btn-invt {
    background: var(--Primary-Color);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
    max-width: 84px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-invt:hover {
    background-color: #d42b65;
    color: #fff;
    transform: translateY(-1px);
}

.btn-invt:focus,
.btn-invt:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.become-partner-conatiner .b-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.partner-image {
    padding-bottom: 16px;
}

.feature-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eff0f2;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cta-feature-image {
    max-width: 254px;
    width: 100%;
    height: 186px;
    object-fit: cover;
    border-radius: 6px;
    min-width: 92px;
}

.feature-content {
    padding: 24px;
}

.feature-title {
    color: #101b30;
    margin-bottom: 8px;
}

.feature-description {
    color: #283245;
    margin: 0;
}

.cta-cards-section {
    padding: 72px 0 0px 0;
}

.cta-card-business {
    background: #101b30;
    color: white !important;
    border-radius: 12px;
    padding: 34px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 36px;
}

.cta-card-competition {
    background: #ee4e86;
    color: white;
    border-radius: 12px;
    padding: 34px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 36px;
}

.cta-card-questions {
    border: 1px solid #e7e8ea;
    color: white !important;
    border-radius: 12px;
    padding: 34px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 86px;
}

.content-heads-cta {
    margin-top: 12px !important;
}

.features-section {
    margin-top: 72px;
}

.how-it-works-section {
    background-color: #f9f9f9;
    padding: 81px 44px 18px 44px;
}

.how-it-works-title {
    color: #101b30;
    margin-bottom: 16px;
}

.step-item {
    margin-bottom: 16px;
}

.step-title {
    color: #101b30;
    margin-bottom: 12px;
}

.step-description {
    color: #283245;
    margin: 0;
}

.devices-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laptop-image {
    max-width: 855px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    z-index: 2;
    position: relative;
}

.why-join-section {
    padding: 72px 0;
    background: white;
}

.section-title-center {
    color: #101b30;
    text-align: center;
    margin-bottom: 40px;
}

.benefit-card {
    background-color: #f9f9f9;
    text-align: center;
    border: 1px solid #eff0f2;
    border-radius: 12px;
    padding: 32px;
    height: 216;
}

.benefit-icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.icons-pinks {
    max-width: 48px;
    width: 100%;
    height: 48px;
}

.benefit-title {
    color: #101b30;
    margin-bottom: 8px;
}

.benefit-description {
    color: #283245;
    margin: 0;
}

.testimonial-section {
    margin-bottom: 40px;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eff0f2;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 33px;
    color: #cfd1d6;
    opacity: 0.6;
}

.profile-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-img {
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.profiles-infos {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.testimonial-text {
    color: #404959;
    margin: 0;
}

.text-faqs {
    text-align: center;
}

.become-partner-faqs {
    margin-bottom: 40px;
}

/* rentsy-dollar */
.rentsy-card {
    background: #f9f9f9;
    border-radius: 16px;
    text-align: center;
    padding: 32px 24px 24px 24px;
}

.rentsy-dollar-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 32px 24px 24px 24px;
}

.back-arrow-new {
    cursor: pointer;
}

.warning-box {
    background: #eff0f2;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.warning-icon {
    color: #ff9800;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.read-more {
    margin-top: 5px;
    text-decoration: none;
    color: #d42b65;
}

.read-more:hover {
    color: #d42b65;
    text-decoration: underline;
}

.dollar-amount {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 72px;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #d42b65;
}

.upload-buttons {
    display: flex;
    align-items: center;
}

.file-message {
    transition: box-shadow 0.2s ease;
}

.file-message:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.file-preview-container {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .file-message {
        max-width: 250px;
    }

    .new-chat-container .chat-main-lists {
        padding-right: 0px;
    }

    .new-chat-container .sidebar-chat {
        border-right: none;
    }
}

.rentsy-dollar-container {
    margin-top: 72px;
}

.dollar-text-desc {
    color: #283245;
}

.warning-icons {
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.redem-btn {
    color: #d42b65;
    border: 1.5px solid #d42b65;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redem-btn:hover {
    color: #d42b65;
}

.redem-btn:focus,
.redem-btn:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.rentsy-dollar-table tbody tr {
    border-bottom: 1px solid var(--Neutral-50, #e7e9ec);
}

.rentsy-dollar-table thead th:first-child {
    min-width: 158px;
}

.rentsy-dollar-table thead th:nth-child(2) {
    min-width: 282px;
}

.rentsy-dollar-table thead th:nth-child(3) {
    min-width: 173px;
}

.rentsy-dollar-table thead th:nth-child(4) {
    min-width: 144px;
}

.rentsy-dollar-table thead th:nth-child(5) {
    min-width: 100px;
}

.about-rensty-dollars {
    margin-bottom: 16px;
}

.about-desc {
    color: #404959;
    padding: 16px 0;
}

.rentsy-credits-main {
    max-width: 557px;
}

.rentsy-credits .coming-soon-description {
    color: #000 !important;
}

.google-texts {
    color: #000 !important;
    text-transform: none;
}

.rentsy-credits img {
    object-fit: contain;
    max-width: 24px;
    width: 100%;
    border-radius: 50%;
    height: 24px;
    box-shadow: none;
}

.btn-signup {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    color: #000;
    border: 1.5px solid #e7e8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-signup:focus,
.btn-signup:focus-visible {
    outline: 3px solid #eeaac1 !important;
    box-shadow: 0 0 0 3px #eeaac1 !important;
}

.btn-signup:hover {
    color: #000;
}

.sign-up-modals {
    max-width: 580px;
    margin-top: 194px;
}

.input-group-text {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: var(--Neutral-500, #888d98);
    font-size: 16px;
}

.sign-up-modals .form-control {
    border-left: 1px;
}

.sign-up-modals .form-control input:focus-visible,
.sign-up-modals .flatpickr-wrapper input:focus-visible,
.sign-up-modals .form-control select:focus-visible {
    outline: none !important;
    border-color: var(--Primary-Color) !important;
}

.form-control:focus {
    border-color: #e7e8ea !important;
    box-shadow: none;
    outline: none !important;
}

.form-text {
    font-size: 12px;
}

.agree-text {
    font-size: 14px;
}

.sign-up-modals a {
    color: #d42b65;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.sign-up-modals .otp-input-container {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    justify-content: center;
}

.sign-up-modals .otp-input {
    max-width: 72px !important;
    width: 100% !important;
    height: 72px;
    text-align: center !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500 !important;
    background-color: #eff0f2 !important;
    border-radius: 16px !important;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.sign-up-modals.otp-input:focus {
    border-color: #d42b65 !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
    background-color: white !important;
}

.sign-up-modals.otp-description {
    text-align: center;
    color: #6b7280;
    margin-top: 15px;
    font-size: 14px;
}

.password-modal-toggler {
    max-width: 24px !important;
    width: 100% !important;
    height: 24px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.password-strength {
    margin-bottom: 15px;
}

.strength-bar {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 5px;
}

.strength-fill {
    height: 100%;
    transition: all 0.3s ease;
    width: 0%;
}

.requirements-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.requirement {
    color: #6c757d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
}

.requirement:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #dc3545;
}

.requirement.valid {
    color: #28a745;
}

.requirement.valid:before {
    content: "✓";
    color: #28a745;
}

.sign-up-modals .password-container {
    position: relative;
}

.password-toggle {
    position: absolute !important;
    right: 12px !important;
    top: 55px !important;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.sign-up-modals .password-toggle {
    position: absolute;
    right: 16px;
    top: 34px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 2;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-modals .password-toggles {
    position: absolute;
    right: 16px;
    top: 34px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 2;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-modals .password-img {
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 0;
    box-shadow: none;
}

.interest-category {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.interest-category img {
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
    height: 104px;
    padding: 12px 12px 4px 12px;
    object-fit: cover;
    box-shadow: none;
}

.interest-category p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--Neutral-700);
}

.interest-category.selected {
    position: relative;
}

.interest-category.selected {
    position: relative;
}

.interest-category.selected .interest-image-wapper {
    background-color: #d42b65;
}

.interest-category.selected p {
    color: white;
}

.interest-image-wapper {
    border-radius: 16px;
    border: 1px solid #e7e8ea;
}

.input-group > .form-control {
    width: 22% !important;
}

/*end */

/* new category page */
.category-hero-section {
    position: relative;
    height: 359px;
    border-radius: 15px;
    overflow: hidden;
}

.category-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.category-hero-content {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category-hero-title {
    margin-bottom: 16px;
    color: #ffffff;
}

.category-hero-subtitle {
    margin-bottom: 24px;
    color: #ffffff;
}

.catgeory-browse-btn {
    max-width: 196px;
    width: 100%;
}

.location-change-category {
    max-width: 848px;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    background-color: #eff0f2;
    padding: 16px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.change-location-url {
    color: #d42b65;
    text-decoration: underline;
}

.verified-section {
    margin-top: 28px;
}

.verified-item {
    margin-bottom: 12px;
}

.rental-tabs {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.rental-tab {
    max-width: 197px;
    width: 100%;
    height: 44px;
    padding: 8px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fbeaf0;
    color: #d42b65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.rental-tab.active {
    background: #d42b65;
    color: white;
}

.rental-tab:hover {
    background: #d42b65;
    color: white;
}

.category-dropdowns {
    margin-top: 24px;
}

.categories-main-dropdown {
    margin-bottom: 16px;
}

.new-product-by-category .product-grid {
    grid-template-columns: repeat(4, 1fr);
}

/*end */
/* cutsomer reviews */

.feedback-container {
    max-width: 400px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.feedback-header {
    display: flex;
    gap: 24px;
    align-items: center;
}

.back-arrow {
    font-size: 16px;
    color: #101b30;
    text-decoration: none;
}

.header-title {
    color: #101b30;
    margin: 0;
    display: inline;
}

.feedback-product-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.products-image {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    object-fit: cover;
}

.feedback-product-name {
    font-size: 30px;
    font-weight: 600;
    color: #101b30;
}

.recommendation-question {
    color: #101b30;
    margin-bottom: 16px;
}

.thumbs-container {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
}

.feedback-thumb-btn {
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    background: #fbeaf0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 20px;
}

.feedback-thumb-btn:hover {
    border-color: #dee2e6;
    background: #e9ecef;
}

.feedback-thumb-btn.active.like {
    background: #e91e63;
    border-color: #e91e63;
    color: white;
}

.feedback-thumb-btn.active.dislike {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

.feedback-label {
    color: #101b30;
    margin-bottom: 16px;
}

.feedback-textarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    resize: vertical;
    background: #fbeaf0;
}

.feedback-textarea:focus {
    outline: none;
    border-color: #fbeaf0;
    background: white;
}

.feedback-textarea::placeholder {
    color: #888d98 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.feedback-container .photo-section {
    margin-top: 14px;
    display: none;
}

.feedback-container .photo-section.show {
    display: block;
}

.feedback-container .photo-label {
    color: #101b30;
    margin-bottom: 16px;
}

.feedback-container .photo-upload-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.feedback-container .photo-preview {
    position: relative;
    max-width: 160px;
    width: 100%;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
}

.feedback-container .photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-container .photo-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}

.feedback-container .photo-remove:hover {
    background: transparent;
    color: #ffffff;
}

.feedback-container .photo-upload {
    max-width: 160px;
    width: 100%;
    height: 160px;
    border: 1px dashed #eeaac1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.feedback-container .photo-upload:hover {
    border-color: #d42b65;
    background: #fef7f9;
}

.feedback-container .photo-upload i {
    font-size: 24px;
    color: #e91e63;
    margin-bottom: 8px;
}

.feedback-container .photo-upload-text {
    font-size: 14px;
    color: #e91e63;
    font-weight: 500;
}

.feedback-container .button-container {
    display: flex;
    justify-content: space-between;
}

.feedback-container .btn-cancel {
    max-width: 177px;
    width: 100%;
    height: 54px;
    flex: 1;
    padding: 16px 24px;
    border: 1.5px solid #d42b65;
    background: white;
    color: #d42b65;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.feedback-container .btn-cancel:hover {
    background: #fef7f9;
}

.feedback-container .btn-submit {
    max-width: 177px;
    width: 100%;
}

.btn-submit:disabled {
    background: #d42b65;
    border-color: #6c757d;
    cursor: not-allowed;
}

.feedback-thumb-btn i {
    color: #404959;
    transition: color 0.2s ease;
}

.feedback-thumb-btn.active.like {
    background: #fbeaf0;
}

.feedback-thumb-btn.active.like i {
    color: #d42b65;
    font-weight: 900;
}

.feedback-thumb-btn.active.dislike {
    background: #fbeaf0;
}

.feedback-thumb-btn.active.dislike i {
    color: #d42b65;
    font-weight: 900;
}

/*end */

/*home page */
.how-it-works-section {
    padding: 30px 0 27px;
    background-color: transparent;
}

.howsection-title {
    color: #101b30;
    margin-bottom: 12px;
}

.how-its-works-sections-content {
    border: 1px solid #eff0f2;
    border-radius: 12px;
}

.howsection-subtitle {
    color: #404959;
    margin-bottom: 42px;
}

.how-step-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 42px;
    margin-bottom: 38px;
}

.step-icon {
    max-width: 90px;
    width: 100%;
    height: 90px;
    background: #f6d5e0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    margin-bottom: 42px;
    cursor: pointer;
}

.step-icon:hover {
    transform: translateY(-5px);
}

.how-step-title {
    color: #101b30;
    margin-bottom: 9px;
}

.step-description {
    color: #404959;
    max-width: 260px;
    text-align: center;
}

.arrow-connector {
    position: absolute;
    top: 30px;
    right: -26px;
    font-size: 1.5rem;
    color: #f8d7da;
    z-index: 1;
}

.fa-chevron-right {
    color: #e580a3;
}

.arrow-connector::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #e580a3,
        #e580a3 5px,
        transparent 5px,
        transparent 10px
    );
}

/* end */

/* promotion page */
.rentsy-promotion-page .promo-input-section {
    margin-top: 32px;
    background-color: #f9f9f9;
    padding: 48px 184px;
    margin-bottom: 32px;
}

.rentsy-promotion-page .promo-label {
    margin-bottom: 8px;
}

.rentsy-promotion-page .promo-input-wrapper {
    display: flex;
    gap: 48px;
    align-items: center;
}

.rentsy-promotion-page .promo-input {
    flex: 1;
    padding: 12px;
    border: 1.5px solid #e7e8ea;
    border-radius: 12px;
    background-color: white;
    transition: border-color 0.2s;
}

.rentsy-promotion-page .promo-input:focus {
    outline: none;
    border-color: #f93642;
}

.rentsy-promotion-page .promo-input::placeholder {
    color: #9ca3af;
}

.rentsy-promotion-page .promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.rentsy-promotion-page .promo-card {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    cursor: pointer;
}

.rentsy-promotion-page .promo-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.rentsy-promotion-page .promo-card-title {
    margin-bottom: 20px;
}

.rentsy-promotion-page .promo-card-description {
    margin-bottom: 8px;
    padding-right: 55px;
}

.rentsy-promotion-page .promo-card-note {
    margin-top: 12px;
    margin-bottom: 0;
}

.rentsy-promotion-page .invite-btn {
    padding: 12px 32px;
    background-color: #d91b5c;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 16px;
    float: right;
}

.rentsy-promotion-page .invite-btn:hover {
    background-color: #c01750;
}

.rentsy-promotion-page .container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
}

.rentsy-promotion-page .header-section {
    margin-bottom: 32px;
}

.home-filter-container {
    --sticky-btn-width: 236px;
    --filters-visible: 4;

    box-shadow: 0px 3px 12px 2px #2932450d;
    border: 0.67px solid var(--Neutral-200, #e7e8ea);
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-padding-right: var(--sticky-btn-width);
}

.home-filter-container::-webkit-scrollbar {
    display: none;
}

.home-filter-container .filter-component:last-child {
    position: sticky;
    right: 0;
    background-color: #fff;
    padding: 11px 24px;
    z-index: 2;
    min-width: 200px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    justify-content: end;
    width: unset;
    flex-grow: 1;
    max-width: unset;
    scroll-snap-align: none;
    flex-shrink: 0;
    /* border-left: 0.67px solid var(--Neutral-200, #E7E8EA); */
    border-right: none;
}

.filter-component {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    width: calc((100% - var(--sticky-btn-width)) / var(--filters-visible));
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    justify-content: space-between;
    border-right: 0.67px solid var(--Neutral-200, #e7e8ea);
}

.home-filter-container .filter-component:first-child {
    border-left: none;
}

.filter-title-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.filter-title-wrapper img {
    width: 20px;
    height: 20px;
}

.filter-component.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background: #f9f9f9;
}

.filter-component.disabled .filter-title-wrapper p.body-xs {
    color: #404959;
}

.filter-component.disabled .filter-title-wrapper p.body-xs {
    color: #707683;
}

.filter-component.disabled .filter-title-wrapper .filter-disabled-text {
    color: #9fa4ac;
}

.filter-component .disabled {
    display: none;
}

.filter-component.disabled .disabled {
    display: inline-block;
}

.filter-component.disabled img:not(.disabled) {
    display: none;
}

.filter-remove-btn {
    cursor: pointer;
    height: 20px;
    align-items: center;
    display: flex;
}

.filter-dropdown-btn {
    cursor: pointer;
    height: 20px;
    align-items: center;
    display: flex;
}

.search-btn {
    background: var(--Primary-500, #d42b65);
    height: 48px;
    border-radius: 12px;
    padding: 14px 20px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    gap: 8px;
    border: none;
    outline: none;
    max-width: 186px;
    display: flex;
    align-items: center;
}

.search-btn:hover {
    background: #ee4e86;
}

.search-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--Primary-200, #eeaac1);
}

.search-btn:active {
    background: #aa2251;
}

.search-btn:disabled {
    background: #eeaac1;
}

.filter-disabled-text {
    color: #707683;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    position: absolute;
    top: -16px;
    left: 32px;
}

.custom-select-dropdown {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: calc(100% + 4px);
    background: var(--Neutral-25, #f9f9f9);
    border-radius: 12px;
    box-shadow: 0px 18px 28px 0px #2932451a;
    overflow: hidden;
    padding: 26px 26px;
}

.custom-select-options {
    max-height: 260px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-grow: 1;
}

.custom-select-option {
    padding: 3px 10px;
    cursor: pointer;
    transition: background-color 0.15s;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #404959;
    border-radius: 6px;
}

.custom-select-option:hover {
    background-color: var(--Neutral-50, #fbeaf0);
}

.custom-select-option.selected {
    background-color: var(--Primary-100, #f6d5e0);
}

.custom-select-option.hidden {
    display: none;
}

.custom-select-option-empty {
    padding: 16px;
    text-align: center;
    color: #888d98;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Date Picker Custom Styles */
.date-picker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border: 1px solid #e7e8ea;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 290px;
    display: none;
}

.date-picker-dropdown.active {
    display: block;
}

.date-picker-dropdown-end {
    left: auto;
    right: 0;
}

/* FullCalendar Overrides for Home Page Context */
.fc {
    font-family: inherit;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
    padding: 8px 0 !important;
}

.fc .fc-toolbar {
    margin-bottom: 16px;
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}

.fc .fc-scrollgrid-section > * {
    border: none !important;
}

.fc-scrollgrid-sync-table {
    width: 100% !important;
}

.fc .fc-col-header-cell {
    border: none !important;
    padding: 8px 0 !important;
    background: #eff0f2 !important;
    color: #404959 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.fc .fc-daygrid-day {
    border: none !important;
    background: transparent !important;
}

.fc .fc-daygrid-day-frame {
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc .fc-daygrid-day.selected-date .fc-daygrid-day-frame {
    background-color: #d42b65 !important;
}

.fc .fc-daygrid-day.selected-date .fc-daygrid-day-number {
    color: white !important;
}

.fc .fc-button-primary {
    background: none !important;
    border: none !important;
    color: #101b30 !important;
    box-shadow: none !important;
}

.fc .fc-daygrid-day-number {
    color: #404959;
    text-decoration: none;
}

.fc .fc-day-past {
    opacity: 0.4;
}

.fc .fc-day-past .fc-daygrid-day-frame {
    cursor: not-allowed;
}

.new-search-result-container {
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1320px;
}

.search-result-header {
    display: flex;
    gap: 24px;
    align-items: center;
}

.search-result-statements {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.active-filters-container {
    display: flex;
    gap: 16px;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
}

.active-filter-badge {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 2px 8px 2px 12px;
    border-radius: 12px;
    background: #fbeaf0;
    color: #d42b65;
    flex-shrink: 0;
}

.verified-new-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: var(--Neutral-25, #f9f9f9);
    box-shadow:
        0px 1px 2px -1px #0000001a,
        0px 1px 3px 0px #0000001a;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.verified-new-badge-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
}

.time-wrapper-dot {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.31px;
}

.delivery-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #e7e8ea;
    padding: 4px 12px;
    border-radius: 16px;
    color: #404959;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    width: fit-content;
    justify-content: center;
}

.product-card-hr {
    border: 1px solid var(--Neutral-200, #e7e8ea);
    margin: 0px;
    margin-bottom: 16px;
    color: transparent;
    background-color: transparent;
    opacity: 1;
    margin-top: auto;
}

.view-item-btn {
    width: 100%;
    background: var(--Primary-500, #d42b65) !important;
    height: 40px;
    opacity: 1;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-item-btn:hover {
    background: #ee4e86;
}

.view-item-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--Primary-200, #eeaac1);
}

.view-item-btn:active {
    background: #aa2251;
}

.search-btn:disabled {
    background: #eeaac1;
}

.empty-result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.products.new-products .product-grid {
    grid-template-columns: repeat(4, 1fr);
}

.filter-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-items-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filter-item {
    display: flex;
    background: var(--Neutral-50, #f4f5f7);
    height: 48px;
    opacity: 1;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 6px;
    align-items: center;
}

.filter-item .filter-dropdown-btn {
    height: 16px;
}

.filter-categories-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-categories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-categories-header img {
    width: 24px;
    height: 24px;
}

.filter-categories-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: none;
    padding-left: 3px;
    padding-top: 2px;
}

.filter-categories-option {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-checkbox-input {
    width: var(--ck-width, 18px) !important;
    height: var(--ck-height, 18px) !important;
    border-radius: var(--ck-radius, 4px) !important;
    border: 1.5px solid var(--Primary-500, #9fa4ac) !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    flex-shrink: 0 !important;
}

.custom-checkbox-input:checked {
    background-color: var(--Primary-500, #d42b65);
    background-image: url("../assets/images/icons/checkbox-check-icon.svg");
    background-size: var(--ck-bg-size, 20px) var(--ck-bg-size, 20px);
    border: none !important;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-checkbox-input:hover {
    background-color: #fbeaf0;
}

.custom-checkbox-input:focus {
    box-shadow: 0px 0px 0px 3px #eeaac1;
}

.custom-checkbox-input:checked:hover {
    background-color: #d42b65;
}

.custom-checkbox-input:checked + label {
    color: #d42b65 !important;
}

.date-picker-dropdown {
    display: none;
}

.date-picker-dropdown.active {
    display: block;
}

.accordion-icon {
    transition: transform 0.3s;
}

.accordion-icon.collapsed {
    transform: rotate(-90deg);
}

.filter-categories-options {
    transition: max-height 0.3s ease-out;
}

.filter-categories-options.collapsed {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.verified-new-badge img {
    width: 12px !important;
    height: 12px !important;
}

.active-filters-container img {
    cursor: pointer;
}

.filter-icon {
    display: none;
}

.product-card .card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .home-filter-container {
        --sticky-btn-width: 200px;
        --filters-visible: 3;
    }
}

@media (min-width: 992px) {
    .new-search-result-row .col-lg-10 {
        flex: 0 0 auto;
        width: 78.06%;
    }

    .new-search-result-row .col-lg-2 {
        flex: 0 0 auto;
        width: 21.94%;
    }

    .mobile-filter-modal {
        display: none;
    }

    .mobile-filter-content {
        display: none;
    }
}

@media (max-width: 1350px) and (min-width: 576px) {
    .carousel-control-prev {
        left: -14px !important;
    }

    .carousel-control-next {
        right: -14px !important;
    }
}

/*end */
@media (max-width: 992px) {
    /* mobile filter modal css */
    .mobile-filter-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        display: none;
    }

    .mobile-filter-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        border-radius: 16px 16px 0 0;
        max-height: 90vh;
        overflow-y: auto;
        animation: slideUp 0.3s ease-out;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .mobile-filter-header-modal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #e9ecef;
        position: sticky;
        top: 0;
        background: white;
        z-index: 1;
    }

    .mobile-filter-title {
        font-size: 18px;
        font-weight: 600;
        color: #101b30;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .close-filter {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-filter-body {
        padding: 20px;
    }

    .filter-section {
        margin-bottom: 30px;
    }

    .filter-section h6 {
        font-size: 16px;
        font-weight: 600;
        color: #101b30;
        margin-bottom: 15px;
    }

    .mobile-radio-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sort-options-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mobile-radio-option {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .sort-option {
        position: relative;
    }

    .mobile-radio-option input[type="radio"] {
        accent-color: #d42b65;
        width: 18px;
        height: 18px;
    }

    .sort-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .mobile-radio-option label {
        font-size: 14px;
        color: #404959;
        margin: 0;
        cursor: pointer;
    }

    .sort-option label {
        display: block;
        padding: 8px 16px;
        border: 1px solid #ddd;
        border-radius: 20px;
        background: white;
        cursor: pointer;
        font-size: 14px;
        color: #404959;
        transition: all 0.3s ease;
        white-space: nowrap;
        margin: 0;
    }

    .sort-option input[type="radio"]:checked + label {
        border-color: #d42b65;
        background-color: #fce9f0;
        color: #d42b65;
    }

    /* Price Range Slider */
    .price-display {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .price-display span {
        font-size: 14px;
        font-weight: 500;
        color: #101b30;
    }

    .range-slider {
        width: 100%;
        height: 6px;
        background: #e7e8ea;
        border-radius: 3px;
        position: relative;
        margin: 10px 0;
    }

    .range-slider input[type="range"] {
        position: absolute;
        width: 100%;
        height: 6px;
        top: 0;
        left: 0;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .range-slider input[type="range"]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #d42b65;
        cursor: pointer;
        pointer-events: all;
        -webkit-appearance: none;
        appearance: none;
        border: 2px solid white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .range-fill {
        height: 6px;
        background: linear-gradient(90deg, #d42b65 0%, #e91e63 100%);
        border-radius: 3px;
        position: absolute;
        top: 0;
    }

    .mobile-filter-body .mobile-radio-group.scrollable-filter-list {
        max-height: 250px;
        overflow-y: auto;
        padding-right: 8px;
    }

    .mobile-filter-body
        .mobile-radio-group.scrollable-filter-list::-webkit-scrollbar {
        width: 4px;
    }

    .mobile-filter-body
        .mobile-radio-group.scrollable-filter-list::-webkit-scrollbar-thumb {
        background: #d42b65;
        border-radius: 10px;
    }

    .filter-actions {
        display: flex;
        gap: 12px;
        padding: 20px;
        border-top: 1px solid #e9ecef;
        background: white;
        position: sticky;
        bottom: 0;
    }

    .btn-reset {
        flex: 1;
        padding: 12px;
        background: #f8f9fa;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        color: #666;
        cursor: pointer;
    }

    .btn-apply {
        flex: 1;
        padding: 12px;
        background: #d42b65;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        color: white;
        cursor: pointer;
    }

    .mobile-filter-icon-wrapper {
        display: none;
    }

    .filter-icon {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border: 1px solid #e7e8ea;
        border-radius: 8px;
        background: #fff;
    }

    .filter-icon span {
        font-size: 14px;
        font-weight: 500;
        color: #101b30;
    }

    /* mobile filter css end */

    .products.new-products .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .new-search-result-container {
        padding: 24px 0px;
        gap: 24px;
    }

    .filter-disabled-text {
        top: -14px;
    }

    .search-result-header {
        gap: 16px;
    }

    .filter-component {
        gap: 12px;
        padding: 16px;
        min-width: 200px;
    }

    .home-filter-container .filter-component:last-child {
        padding: 7px 16px;
        min-width: 180px;
    }

    .products.new-products .product-grid {
        gap: 16px;
    }

    .search-btn {
        height: 40px;
        padding: 12px 16px;
        gap: 6px;
        max-width: 180px;
    }

    .home-filter-container {
        --sticky-btn-width: 180px;
    }

    .how-it-works-content {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .step-description {
        max-width: unset;
    }

    .devices-container {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .laptop-image {
        width: 300px;
    }

    .tablet-image {
        width: 200px;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .become-partner-conatiner .b-section-title {
        margin-bottom: 30px;
    }

    .cta-card-questions {
        padding: 24px;
        gap: 60px;
    }

    .cta-card-business {
        justify-content: space-between;
    }

    .cta-card-competition {
        justify-content: space-between;
    }

    .how-it-works-content-order {
        order: 2;
    }

    .cta-small-text {
        margin-bottom: 2px;
    }

    .cta-title {
        margin-bottom: 8px;
    }

    .cta-description {
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .products.new-products .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-search-result-container {
        gap: 16px;
    }

    .filter-disabled-text {
        top: -10px;
    }

    .search-result-header {
        gap: 12px;
    }

    .filter-component {
        gap: 10px;
        padding: 14px;
        min-width: 200px;
    }

    .filter-title-wrapper {
        gap: 10px;
    }

    .home-filter-container .filter-component:last-child {
        padding: 7px 14px;
        min-width: 150px;
    }

    .products.new-products .product-grid {
        gap: 12px;
    }

    .home-filter-container {
        --sticky-btn-width: 150px;
        --filters-visible: 2;
        display: none !important;
    }

    .search-btn {
        height: 36px;
        padding: 10px 14px;
        gap: 6px;
        max-width: 150px;
    }

    .search-btn img {
        width: 20px;
        height: 20px;
    }

    .custom-select-dropdown {
        padding: 22px;
    }

    .features-section {
        margin-top: 0px;
    }

    .cta-card-questions {
        padding: 16px;
        gap: 30px;
    }

    .cta-cards-section {
        padding: 56px 0 0px 0;
    }

    .become-partner-conatiner .b-section-title {
        margin-bottom: 20px;
    }

    .feature-content {
        padding: 16px;
    }

    .rentsy-promotion-page .promo-cards-grid {
        grid-template-columns: 1fr;
    }

    .rentsy-promotion-page .promo-input-section {
        padding: 24px;
    }

    .rentsy-promotion-page .promo-input-wrapper {
        flex-direction: column;
    }

    .rentsy-promotion-page .apply-btn {
        width: 100%;
    }

    .rentsy-promotion-page .page-title {
        font-size: 24px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .cta-overlay {
        padding: 30px;
    }

    .features-section {
        padding: 56px 0;
    }

    .cta-card-business,
    .cta-card-competition {
        padding: 24px;
        margin-bottom: 20px;
        gap: 24px;
    }

    .how-it-works-section {
        padding-bottom: 0px !important;
    }

    .how-it-works-section,
    .why-join-section {
        padding: 60px 0;
    }

    .laptop-image {
        width: 100%;
        max-width: 500px;
    }

    .tablet-image {
        width: 100%;
        max-width: 200px;
    }

    .login-container {
        min-height: 290px !important;
        padding: 20px 10px 0px 10px !important;
    }

    .otp-input {
        height: 50px !important;
        font-size: 24px !important;
        line-height: 17px !important;
        font-weight: 500 !important;
    }

    .category-hero-title {
        font-size: 20px;
        line-height: 30px;
    }

    .category-hero-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .cta-overlay {
        right: 20px;
        padding: 20px;
        max-width: 500px;
    }

    .cta-title-pink.title-lg {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-image-container {
        height: 400px;
    }

    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .cta-card-business,
    .cta-card-competition {
        padding: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .subcategory-sidebar {
        position: relative !important;
        max-height: none !important;
        overflow-y: visible !important;
    }

    .search-result-container,
    .kidsParty {
        margin-top: 0px;
    }

    .left-search-block {
        flex-direction: row !important;
        gap: 12px !important;
    }

    .title-md {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0px;
    }

    /* Adjustments for the back button and title */
    .back-arrow-new {
        width: 24px;
        height: 24px;
    }

    #mobileDropdownMenuButton {
        padding: 0px;
    }

    .sort-by.dropdown-menu {
        padding: 12px !important;
        width: 100%;
        max-width: 280px;
        right: 0 !important;
        left: auto !important;
        margin-top: 8px !important;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    }

    .dropdown-item {
        font-size: 14px;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;

        /* Remove any existing flexbox styles if present */
        display: grid !important;
    }

    /* Optional: Adjust product card sizing */
    .product-card {
        width: 100% !important;
        margin: 0 !important;
    }

    /* Optional: Ensure images fit properly */
    .product-card .image-wrapper {
        height: auto;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        /* Ensure the image doesn't overflow */
    }

    .product-card .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* 🔥 ensures the image stays centered */
        display: block;
    }

    .product-card img {
        object-fit: cover;
    }

    .sort-by.dropdown-menu.show {
        transform: translate3d(0px, 48px, 0px) !important;
        z-index: 9;
    }

    .dropdown-menu.show {
        transform: translate3d(0px, 31px, 0px) !important;
        z-index: 9;
    }

    .filter-subcategories-lists {
        align-items: self-start !important;
    }

    .main-container.product-details {
        padding: 0px 1px !important;
    }

    .labels.delivery-options {
        text-align: left !important;
    }

    .service-image {
        max-width: 100% !important;
        width: 100%;
        height: 100% !important;
    }

    .price-range-container {
        padding: 10px 15px !important;
    }

    #bookingTabs {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        /* Firefox */
        -ms-overflow-style: none;
        overflow-x: auto;
        overflow-y: hidden;

        /* Internet Explorer 10+ */
    }

    #bookingTabs::-webkit-scrollbar {
        display: none;
        /* WebKit */
    }

    #bookingTabs .nav-item {
        white-space: nowrap;
    }

    .my-profile .search-inputs {
        max-width: 100% !important;
    }

    .my-profile .search-bookings {
        width: 100% !important;
    }

    .save-payment-details-profile {
        margin-top: 58%;
    }

    .cart-responsive {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .item-pricing {
        padding-right: 0px;
        flex-direction: column;
        gap: 10px;
    }

    .deposit-section {
        padding-right: 0px;
        gap: 9px;
    }

    .payment-section {
        flex-direction: column;
        gap: 15px;
    }

    .recent-view-items {
        margin-top: 35px;
    }

    .action-btn img {
        width: 20px !important;
        height: 20px !important;
    }

    .cta-small-text {
        margin-bottom: 1px;
    }

    .cta-title {
        margin-bottom: 6px;
    }

    .cta-description {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .cta-overlay {
        right: 14px;
        padding: 16px;
        max-width: 400px;
    }

    .cta-title-pink.title-lg {
        font-size: 26px;
        line-height: 32px;
    }

    .hero-image-container {
        height: 360px;
    }

    .cta-small-text.text-body-medium {
        font-size: 14px;
        line-height: 20px;
    }
}

.clean-dropdown-menu {
    min-width: 140px;
    padding: 16px 12px !important;
    margin-top: 8px;
    background-color: #f9f9f9 !important;
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 27, 48, 0.08);
}

.clean-dropdown-menu.show {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    z-index: 1050;
}

.clean-dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto;
}

.clean-dropdown-menu .dropdown-item {
    padding: 12px 16px;
    margin-bottom: 4px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #101b30;
    background-color: transparent;
}

.clean-dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.clean-dropdown-menu .dropdown-item:hover,
.clean-dropdown-menu .dropdown-item:focus {
    background-color: #f7f8fa;
    color: #fff;
}

.clean-dropdown-menu .dropdown-item.active,
.clean-dropdown-menu .dropdown-item:active {
    background-color: #fbeaf0;
    color: #ef4e86;
}

@media (max-width: 992px) {
    .wedding-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 576px) {
    .custom-select-dropdown {
        padding: 16px;
    }

    .products.new-products .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Search results page: show 2-column grid (4 items visible in 2x2) on mobile */
    .new-search-result-container .products.new-products .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .related-items-containers1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .verified-new-badge-text {
        font-size: 10px;
        line-height: 14px;
    }

    .sign-up-modals {
        max-width: 100%;
        margin: 1rem auto;
    }

    .sign-up-modals .otp-input-container {
        gap: 8px;
    }

    .cta-card-questions {
        padding: 16px;
        flex-wrap: wrap;
    }

    .cta-card-business,
    .cta-card-competition {
        padding: 16px;
        gap: 16px;
    }

    /* .side-banner-checklist{
display: none;
} */

    .rental-tab {
        max-width: 172px;
        width: 100%;
        height: 44px;
        padding: 12px;
    }

    .sign-up-modals .otp-input {
        max-width: 45px !important;
        height: 45px;
        font-size: 20px;
    }

    .error-image-container {
        margin-bottom: 10px;
    }

    .wedding-grid {
        grid-template-columns: 1fr;
    }

    .table th,
    .table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    /* Optional: Hide less important columns on very small screens */
    .hide-xs {
        display: none;
    }

    .category-hero-title {
        font-size: 1.5rem;
    }

    .category-hero-subtitle {
        font-size: 1rem;
    }

    .how-its-works-sections-content {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .how-step-item {
        flex: 0 0 75%;
        /* each step takes ~75% of screen width */
        max-width: 280px;
        scroll-snap-align: start;
        text-align: center;
    }

    /* hide arrow connector on mobile */
    .how-step-item .arrow-connector {
        display: none !important;
    }

    .how-step-title {
        font-size: 19px;
    }

    .step-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .step-icon img {
        width: 40px;
        height: 40px;
    }
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: none !important;
}

@media (max-width: 1200px) {
    .products .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-section .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .products .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products .product-grid,
    .product-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-discount-desc h1 {
        font-size: 24px;
    }

    .products-custom-tabs {
        font-size: 12px !important;
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 576px) {
    .product-card {
        max-width: 100%;
    }

    .notification-btn {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .item-title {
        font-size: 14px;
        line-height: 22px;
    }

    .d-flex.w-100.align-items-center.justify-content-between {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0px !important;
        margin-top: 10px !important;
    }

    .products-data {
        width: 100%;
        overflow-x: auto;
    }

    .products-custom-tabs {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        width: 100%;
    }

    .products-custom-tabs::-webkit-scrollbar {
        height: 3px;
    }

    .products-custom-tabs::-webkit-scrollbar-thumb {
        background-color: #d42b65;
        border-radius: 10px;
    }

    .d-flex.gap-3 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .rentsy-promotion-page .container-custom {
        padding: 20px 16px;
    }

    .rentsy-promotion-page .promo-card {
        padding: 20px;
    }

    .rentsy-promotion-page .promo-card-description {
        margin-bottom: 8px;
        padding-right: 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px !important;
        height: 30px !important;
    }

    .carousel-control-prev {
        left: -5px !important;
    }

    .carousel-control-next {
        right: -5px !important;
    }

    .features-section {
        padding: 40px 0;
    }

    .section-popular-subcategory .product-card {
        max-width: 90%;
        margin: 0 auto;
    }

    .section-popular-subcategory .heading-03 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    /* .how-it-works-section {
display: none;
} */
}

@media (max-width: 1199.98px) {
    .main-banner {
        height: 480px;
    }

    .secondary-banners-wrapper {
        height: 480px;
    }

    .banner-text h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .main-banner {
        height: 400px;
        margin-bottom: 20px;
    }

    .secondary-banners-wrapper {
        height: auto;
        flex-direction: row;
    }

    .motorcycle-banner,
    .audio-banner {
        height: 200px;
        width: calc(50% - 10px);
    }

    .secondary-banners-container {
        margin-bottom: 20px;
    }

    .banner-text h2 {
        font-size: 2rem;
    }

    .banner-text {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .main-banner {
        height: 500px;
    }

    .my-profile .main-content {
        padding-left: 0px !important;
    }

    .my-profile .sidebars {
        min-height: auto;
    }

    .banner-content {
        flex-direction: column;
    }

    .banner-text {
        padding: 25px;
        height: 50%;
    }

    .banner-image-container {
        height: 50%;
    }

    .banner-text h2 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .banner-text p {
        font-size: 1rem;
    }

    .secondary-banners-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .motorcycle-banner,
    .audio-banner {
        height: 180px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .home-filter-container {
        --sticky-btn-width: 150px;
        --filters-visible: 1;
    }

    .filter-title-wrapper {
        gap: 6px;
    }

    .filter-component {
        gap: 10px;
        padding: 14px 12px;
        min-width: 200px;
    }

    .home-filter-container .filter-component:last-child {
        padding: 7px 12px;
    }

    .search-btn {
        padding: 10px 12px;
        gap: 4px;
    }
}

@media (max-width: 575.98px) {
    .main-banner {
        height: 450px;
    }

    .banner-image {
        height: 0%;
    }

    .banner-text {
        padding: 20px;
    }

    .banner-text h2 {
        font-size: 1.5rem;
    }

    .motorcycle-banner,
    .audio-banner {
        height: 160px;
    }

    .carousel-indicators {
        left: 20px;
        bottom: 10px;
    }
}

@media (max-width: 400px) {
    .item-title {
        font-size: 12px;
        line-height: 18px;
    }

    .main-banner {
        height: 400px;
    }

    .banner-text {
        padding: 15px;
    }

    .motorcycle-banner,
    .audio-banner {
        height: 140px;
    }
}

@media (max-width: 500px) {
    .main-banner {
        height: 280px;
    }

    .carousel-link {
        width: 100%;
        height: 100%;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .carousel-indicators {
        left: 21px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }

    .motorcycle-banner,
    .audio-banner {
        height: auto;
    }

    .motorcycle-banner img,
    .audio-banner img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .ads-banner6,
    .ads-banner5 {
        height: auto;
        margin-bottom: 10px;
    }

    .ads-banner6 img,
    .ads-banner5 img {
        object-fit: contain;
        height: auto;
    }

    .service-card img {
        object-fit: contain;
        height: auto !important;
    }

    .cta-description {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 16px;
    }

    .cta-overlay {
        right: 12px;
        padding: 14px;
        max-width: 300px;
    }

    .cta-title-pink.title-lg {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-image-container {
        height: 340px;
    }

    .cta-small-text.text-body-medium {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 425px) {
    .main-image {
        max-width: none;
        width: 100%;
        height: 396px;
    }

    .thumbnail-img {
        max-width: none;
    }

    .row.mb-5 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 378px) {
    .guest.main-container {
        padding: 24px 1px 0 1px;
    }

    .cta-overlay {
        right: 8px;
    }

    .home-filter-container {
        --sticky-btn-width: 120px;
        --filters-visible: 1;
    }

    .home-filter-container .filter-component:last-child {
        padding: 7px 10px;
        min-width: 120px;
    }

    .search-btn img {
        width: 16px;
        height: 16px;
    }

    .search-btn {
        padding: 8px 10px;
        gap: 4px;
        max-width: 120px;
    }

    .filter-component {
        gap: 6px;
        padding: 14px 8px;
        min-width: 180px;
    }
}

@media (max-width: 358px) {
    .success-container .subtitle-xs {
        font-size: 16px;
    }
}

figure.table {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

figure.table table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
    text-align: left;
}

figure.table table thead,
figure.table table tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

figure.table table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
    background: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

figure.table table td {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}

.image-verified {
    max-width: 12px;
    width: 100%;
    height: 12px;
}

/* Custom product time list – structure matches jQuery Timepicker 1.3.5 */
.ui-timepicker-wrapper.ui-timepicker-standard.product-time-slot-dropdown {
    overflow: hidden !important;
    max-height: none !important;
    border-radius: 12px;
    box-sizing: border-box;
}

.ui-timepicker-wrapper .ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    box-sizing: border-box;
}

.ui-timepicker-wrapper .ui-timepicker-list > li {
    padding: 3px 8px;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    list-style: none;
    line-height: 1.4;
    box-sizing: border-box;
}

.ui-timepicker-standard .ui-state-hover,
.ui-timepicker-wrapper.ui-timepicker-standard .ui-timepicker-list > li:hover,
.ui-timepicker-wrapper.ui-timepicker-standard
    .ui-timepicker-list
    > li.ui-timepicker-selected {
    background-color: var(--Primary-Color);
    color: white;
    border-radius: 12px;
}

.ui-timepicker-wrapper .ui-timepicker-list > li.ui-timepicker-disabled {
    cursor: default;
    color: #707683;
}

.ui-timepicker-wrapper .ui-timepicker-list > li.ui-timepicker-disabled:hover {
    background: transparent;
    color: #707683;
}

.spinner-border {
    color: #d42b65 !important;
}

#toast-container > .toast-success {
    background-color: #d42b65 !important;
    color: #fff;
    opacity: 0.9;
}

.nav-head-icon {
    transform-origin: top center;
}

.nav-head-icon:hover {
    animation: swing 0.6s ease;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.datepicker table tr td.active.active {
    background-color: #d42b65 !important;
    border-color: #d42b65 !important;
    background-image: none !important;
}

.datepicker-orient-left {
    border-radius: 12px;
}

.veirify-badge-container {
    background-color: #d42b65;
    border-radius: 16px;
    padding: 6px 12px;
    color: #fff;
}

.verfied1 {
    max-width: 20px;
    width: 100%;
    height: 20px;
}

/* ==================== NEW BOOKING DETAIL STYLES ==================== */

.new-booking-detail {
    padding: 40px 0;
    background-color: #fff;
}

.new-booking-detail .page-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #101b30;
    margin-bottom: 24px;
}

/* Order Card */
.booking-order-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.booking-order-card .order-content {
    display: flex;
    gap: 24px;
}

.booking-order-card .order-image {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.booking-order-card .order-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-order-card .order-info {
    flex: 1;
}

.booking-order-card .order-number {
    font-size: 18px;
    font-weight: 600;
    color: #101b30;
    margin-bottom: 4px;
}

.booking-order-card .item-name {
    font-size: 16px;
    font-weight: 500;
    color: #101b30;
    margin-bottom: 12px;
}

.booking-order-card .order-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-order-card .order-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #404959;
}

.booking-order-card .order-meta-item img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.booking-order-card .order-status-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.booking-order-card .status-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.booking-order-card .status-badge.confirmed {
    background-color: #22c55e;
    color: #fff;
}

.booking-order-card .status-badge.pending {
    background-color: #ffa500;
    color: #fff;
}

.booking-order-card .status-badge.cancelled {
    background-color: #ef4444;
    color: #fff;
}

.booking-order-card .status-badge.unavailable {
    background-color: #991b1b;
    color: #fff;
}

.booking-order-card .status-badge.active {
    background-color: #3b82f6;
    color: #fff;
}

.booking-order-card .status-badge.completed {
    background-color: #10b981;
    color: #fff;
}

.booking-order-card .status-badge.expired {
    background-color: #6b7280;
    color: #fff;
}

.booking-order-card .status-badge.returned {
    background-color: #8b5cf6;
    color: #fff;
}

.booking-order-card .confirmation-info {
    text-align: right;
    font-size: 13px;
    color: #888d98;
}

.booking-order-card .confirmation-info strong {
    display: block;
    color: #101b30;
}

/* Booking Details Section */
.booking-details-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.booking-details-section .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #101b30;
    margin-bottom: 20px;
}

.booking-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.booking-info-grid:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.booking-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.booking-info-item .label {
    font-size: 14px;
    font-weight: 600;
    color: #101b30;
}

.booking-info-item .value {
    font-size: 14px;
    color: #404959;
}

.booking-info-item .value.confirmed {
    color: #22c55e;
    font-weight: 500;
}

/* Special Requirements Alert */
.booking-alert-box {
    background-color: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.booking-alert-box .alert-title {
    font-size: 14px;
    font-weight: 600;
    color: #92400e;
    margin-bottom: 4px;
}

.booking-alert-box .alert-text {
    font-size: 13px;
    color: #92400e;
    margin: 0;
}

/* Payment Details Section */
.payment-details-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.payment-details-section .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #101b30;
    margin-bottom: 20px;
}

.payment-card-number {
    font-size: 14px;
    color: #404959;
    margin-bottom: 20px;
}

.payment-card-number strong {
    color: #101b30;
}

.payment-table {
    width: 100%;
    margin-bottom: 24px;
}

.payment-table .row-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #404959;
}

.payment-table .row-item strong {
    color: #101b30;
}

.payment-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    margin-top: 16px;
}

.payment-summary-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.payment-summary-item .label {
    font-size: 14px;
    font-weight: 600;
}

.payment-summary-item .label.red {
    color: #ef4444;
}

.payment-summary-item .label.green {
    color: #22c55e;
}

.payment-summary-item .value {
    font-size: 16px;
    font-weight: 600;
    color: #101b30;
}

/* Remainder Section */
.remainder-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    margin-top: 20px;
}

.remainder-section .remainder-info .title {
    font-size: 16px;
    font-weight: 600;
    color: #ef4444;
    margin-bottom: 4px;
}

.remainder-section .remainder-info .subtitle {
    font-size: 12px;
    color: #888d98;
    margin: 0;
}

.remainder-section .remainder-amount {
    font-size: 28px;
    font-weight: 700;
    color: #22c55e;
}

/* Cancel Booking Button */
.btn-cancel-booking {
    background-color: transparent;
    border: 2px solid #d42b65;
    color: #d42b65;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
    display: block;
    margin-left: auto;
}

.btn-cancel-booking:hover {
    background-color: #d42b65;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .booking-order-card .order-content {
        flex-direction: column;
    }

    .booking-order-card .order-image {
        width: 100%;
        height: 200px;
    }

    .booking-order-card .order-status-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
    }

    .booking-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .payment-summary-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .remainder-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn-cancel-booking {
        width: 100%;
        text-align: center;
    }
}

.signup-competitionmodal .form-control {
    border: 1px solid #e7e8ea !important;
}

.signup-competitionmodal .form-control:focus {
    border-color: var(--Primary-Color) !important;
}

/* Press & Media */
.press-card {
    border: 1px solid #eff0f2;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.press-card:hover {
    transform: scale(1.01);
}

.press-media-title {
    font-size: 24px;
    font-weight: 600;
    color: #101b30;
}

.press-card-body {
    padding: 24px;
}

.press-card-img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.mb-32 {
    margin-bottom: 32px;
}

.press-release-container {
    gap: 32px;
}

/* Blog / Resources */
.blog-card {
    border: 1px solid #eff0f2;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: scale(1.01);
}

.blog-post-title {
    font-size: 24px;
    font-weight: 600;
    color: #101b30;
}

.blog-card-body {
    padding: 24px;
}

.blog-card-img {
    border-radius: 16px;
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    height: auto;
    object-fit: cover;
    display: block;
}

.blog-release-container {
    gap: 32px;
}

/* === Blog Show Page Premium Styles === */

/* Reading progress bar */
.blog-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ef4e86, #d42b65);
    z-index: 9999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* Breadcrumb navigation */
.blog-breadcrumb-nav {
    padding: 16px 0;
    margin-bottom: 8px;
}

.blog-breadcrumb-nav .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.blog-breadcrumb-nav .breadcrumb-item a {
    color: #ef4e86;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.blog-breadcrumb-nav .breadcrumb-item a:hover {
    color: #d42b65;
}

.blog-breadcrumb-nav .breadcrumb-item.active {
    color: #64748b;
    font-size: 14px;
}

.blog-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: #888d98;
}

/* Blog hero header */
.blog-hero-header {
    text-align: center;
    padding: 32px 0 40px;
    position: relative;
}

.blog-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-hero-date {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-hero-date i {
    font-size: 14px;
}

.blog-hero-category-badge {
    display: inline-block;
    padding: 4px 14px;
    background: linear-gradient(135deg, #ef4e86, #d42b65);
    color: white;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-hero-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ef4e86;
    margin-bottom: 8px;
}

.blog-hero-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #101b30;
    margin: 0 auto;
}

/* Blog featured image */
.blog-featured-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-featured-image-wrapper img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.blog-featured-image-wrapper:hover img {
    transform: scale(1.02);
}

.blog-featured-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, rgba(16, 27, 48, 0.08));
    border-radius: 0 0 16px 16px;
    pointer-events: none;
}

/* TL;DR summary box */
.blog-tldr-box {
    position: relative;
    background: linear-gradient(135deg, #fff5f8 0%, #fafbfd 100%);
    border: 1px solid #f3d1dc;
    border-radius: 12px;
    padding: 28px 24px 24px;
    margin-bottom: 32px;
}

.blog-tldr-label {
    position: absolute;
    top: -13px;
    left: 24px;
    background: linear-gradient(135deg, #ef4e86, #d42b65);
    color: white;
    padding: 4px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(239, 78, 134, 0.3);
}

.blog-tldr-box .blog-tldr-content {
    color: #27364b;
    font-size: 15px;
    line-height: 1.7;
}

/* Article body */
.blog-article-body {
    margin: 0 auto;
}

.blog-article-body .blog-content-block {
    font-size: 16px;
    line-height: 1.8;
    color: #27364b;
}

.blog-article-body .blog-content-block h2,
.blog-article-body .blog-content-block h3 {
    color: #101b30;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
}

.blog-article-body .blog-content-block h2 {
    font-size: 24px;
    line-height: 1.3;
}

.blog-article-body .blog-content-block h3 {
    font-size: 20px;
    line-height: 1.4;
}

.blog-article-body .blog-content-block p {
    margin-bottom: 16px;
}

.blog-article-body .blog-content-block ul,
.blog-article-body .blog-content-block ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.blog-article-body .blog-content-block li {
    margin-bottom: 8px;
}

.blog-article-body .blog-content-block a {
    color: #ef4e86;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.blog-article-body .blog-content-block a:hover {
    color: #d42b65;
}

.blog-article-body .blog-content-block blockquote {
    border-left: 4px solid #ef4e86;
    padding: 16px 20px;
    margin: 24px 0;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #404959;
}

/* Social share / last reviewed bar */
.blog-share-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #eff0f2;
    margin: 32px 0;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-share-bar .blog-share-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-share-bar .blog-share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #404959;
    transition: all 0.25s ease;
    text-decoration: none;
    font-size: 16px;
}

.blog-share-bar .blog-share-links a:hover {
    background: #ef4e86;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 78, 134, 0.3);
}

.blog-last-reviewed {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Author bio */
.blog-author-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #ef4e86;
    margin: 40px 0;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.blog-author-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 27, 48, 0.06);
}

.blog-author-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef4e86, #d42b65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.blog-author-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #101b30;
    margin-bottom: 4px;
}

.blog-author-card .blog-author-role {
    font-size: 13px;
    color: #ef4e86;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-author-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Divider */
.blog-section-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e7e8ea, transparent);
    margin: 48px 0;
}

/* Section header */
.blog-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.blog-section-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #101b30;
    margin: 0;
}

.blog-section-header .blog-section-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #eff0f2, transparent);
    border-radius: 1px;
}

/* Marketplace "you might also need" cards */
.blog-marketplace-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: white;
    border: 1px solid #eff0f2;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-marketplace-card:hover {
    border-color: #ef4e86;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(239, 78, 134, 0.12);
}

.blog-marketplace-card .blog-mp-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff0f5, #fce4ec);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-marketplace-card .blog-mp-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-marketplace-card .blog-mp-icon i {
    color: #ef4e86;
    font-size: 18px;
}

.blog-marketplace-card .blog-mp-info {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.blog-marketplace-card .blog-mp-name {
    font-size: 14px;
    font-weight: 600;
    color: #101b30;
    margin: 0;
    line-height: 1.3;
}

.blog-marketplace-card .blog-mp-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4e86;
    font-size: 18px;
    transition: all 0.25s ease;
}

.blog-marketplace-card:hover .blog-mp-arrow {
    background: #ef4e86;
    color: white;
    transform: translateX(2px);
}

/* Related posts */
.blog-related-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eff0f2;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}

.blog-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(16, 27, 48, 0.08);
    border-color: transparent;
}

.blog-related-card .blog-related-img-wrap {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.blog-related-card .blog-related-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-related-card:hover .blog-related-img-wrap img {
    transform: scale(1.06);
}

.blog-related-card .blog-related-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-related-card .blog-related-date {
    font-size: 12px;
    color: #707683;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-related-card .blog-related-title {
    font-size: 16px;
    font-weight: 600;
    color: #101b30;
    line-height: 1.4;
    margin-bottom: 8px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.blog-related-card:hover .blog-related-title {
    color: #ef4e86;
}

.blog-related-card .blog-related-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: auto;
}

/* Back to resources link */
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #ef4e86;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: 40px;
}

.blog-back-link:hover {
    background: #ef4e86;
    color: white;
    transform: translateX(-4px);
}

/* Scroll reveal animations */
.blog-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.blog-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .blog-hero-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .blog-featured-image-wrapper img {
        max-height: 260px;
    }

    .blog-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-share-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-marketplace-card {
        padding: 14px;
    }
}

.contact-info-modal .eye-open {
    width: 20px !important;
    height: 20px !important;
    box-shadow: none !important;
}

.contact-info-modal .eye-closed {
    width: 20px !important;
    height: 20px !important;
    box-shadow: none !important;
}

.contact-info-modal .modal-password-toggler:focus {
    box-shadow: none !important;
    border: none !important;
}

.contact-info-modal .modal-password-toggler:active {
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 425px) {
    .related-items-containers1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width: 420px) {
    .product-details .card {
        padding: 24px 16px !important;
    }

    .product-details .text-body1-lg {
        font-size: 13px !important;
    }

    .product-details .btn-cart {
        padding: 14px 12px !important;
    }
}

/* ==================== ORDER SUMMARY (Booking Detail) PAGE ==================== */

.order-summary-page {
    padding: 72px 0;
    background-color: #fff;
}

.order-summary-page .container {
    max-width: 1320px;
}

.order-summary-page .os-page-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #101b30;
    margin-bottom: 32px;
    text-transform: capitalize;
}

/* Order Card */
.os-order-card {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 32px;
}

.os-order-image {
    flex-shrink: 0;
    width: 176px;
    height: 176px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e7e8ea;
}

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

.os-order-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.os-order-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #101b30;
}

.os-item-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #283245;
    margin-bottom: 8px;
}

.os-order-meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.os-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #404959;
    cursor: pointer;
}

.os-meta-row img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.os-order-status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
    text-align: right;
}

.os-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.os-status-pill.confirmed {
    background-color: #3cd984;
}

.os-status-pill.pending {
    background-color: #ffa500;
}

.os-status-pill.cancelled {
    background-color: #ef4444;
}

.os-confirmation-meta {
    font-size: 16px;
    line-height: 24px;
    color: #404959;
    margin-top: auto;
}

.os-confirmation-meta strong {
    display: block;
    font-weight: 500;
    color: #404959;
}

/* Section title */
.os-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #404959;
    margin-bottom: 24px;
}

/* Booking details card */
.os-details-card {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}

.os-details-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 12px 0;
}

.os-details-divider {
    height: 1px;
    background-color: #e7e8ea;
    margin: 4px 0;
}

.os-detail-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #707683;
    word-break: break-word;
}

.os-detail-label {
    font-weight: 500;
    color: #101b30;
    white-space: nowrap;
}

.os-detail-value {
    color: #707683;
    font-weight: 400;
}

.os-status-confirmed {
    color: #3cd984 !important;
    font-weight: 500;
}

.os-status-pending {
    color: #f59e0b !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Store contact actions */
.os-store-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.os-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
    text-decoration: none;
    border: 1.5px solid transparent;
}

.os-action-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.os-action-btn--primary {
    background-color: #d42b65;
    color: #fff;
    border-color: #d42b65;
}

.os-action-btn--primary:hover {
    background-color: #ee4e86;
    border-color: #ee4e86;
    color: #fff;
}

.os-action-btn--secondary {
    background-color: #fff;
    color: #d42b65;
    border-color: #d42b65;
}

.os-action-btn--secondary:hover {
    background-color: #fff8fa;
    color: #d42b65;
}

.os-action-btn:focus,
.os-action-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

@media (max-width: 575px) {
    .os-store-actions {
        flex-direction: column;
    }

    .os-action-btn {
        width: 100%;
    }
}

/* Delivery Details */
.os-delivery-card {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.os-delivery-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0;
}

.os-delivery-map {
    border-radius: 12px;
    overflow: hidden;
    min-height: 220px;
    background-color: #e7e8ea;
    border: 1px solid #e7e8ea;
}

.os-delivery-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

@media (max-width: 991px) {
    .os-delivery-card {
        grid-template-columns: 1fr;
    }

    .os-delivery-map {
        min-height: 240px;
    }
}

/* Alert (Special Requirements) */
.os-alert {
    background-color: #4e7dd9;
    color: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 32px;
}

.os-alert-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
    color: #fff;
}

.os-alert-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff !important;
    margin: 0;
}

/* Payment Details card */
.os-payment-card {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.os-payment-card-number {
    font-size: 16px;
    line-height: 24px;
    color: #707683;
    margin-bottom: 16px;
}

.os-payment-card-number strong {
    color: #101b30;
    font-weight: 500;
}

.os-payment-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 8px 0;
}

.os-payment-divider {
    height: 1px;
    background-color: #e7e8ea;
    margin: 16px 0;
}

.os-payment-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.os-summary-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.os-summary-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #d42b65;
}

.os-summary-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101b30;
}

/* Remainder */
.os-remainder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.os-remainder-info {
    flex: 1;
}

.os-remainder-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #d42b65;
    margin-bottom: 4px;
}

.os-remainder-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #707683;
    margin: 0;
}

.os-remainder-amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #d42b65;
}

/* Cancel Booking button */
.os-cancel-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.os-cancel-btn {
    max-width: 396px;
    width: 100%;
    height: 54px;
    padding: 16px 24px;
    background-color: #fff;
    color: #d42b65;
    border: 1.5px solid #d42b65;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}
.os-cancel-btn:focus,
.os-cancel-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

/* Cancel Booking Modal */
.os-cancel-modal .modal-dialog {
    max-width: 440px;
}

.os-cancel-modal .modal-content {
    border: none;
    border-radius: 16px;
    padding: 32px 24px 24px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.os-cancel-modal .modal-body {
    padding: 0;
    text-align: center;
}

.os-modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.os-modal-title {
    color: #d42b65;
    text-align: center;
    margin: 8px 0 16px;
}

.os-modal-question {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    text-align: center;
    margin: 0 0 12px;
}

.os-modal-policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #707683;
    text-align: center;
    margin: 0 0 20px;
}

.os-modal-policy a {
    color: #d42b65;
    font-weight: 500;
    text-decoration: underline;
}

.os-modal-divider {
    height: 1px;
    background-color: #e7e8ea;
    margin: 0 0 20px;
}

.os-modal-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    margin-bottom: 24px;
}

.os-modal-note svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.os-modal-note span {
    font-size: 14px;
    line-height: 22px;
    color: #404959;
}

.os-modal-btn-primary,
.os-modal-btn-secondary {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
    margin-bottom: 12px;
}

.os-modal-btn-primary {
    background-color: #d42b65;
    color: #fff;
    border: 1.5px solid #d42b65;
}

.os-modal-btn-primary:hover {
    background-color: #ee4e86;
    border-color: #ee4e86;
}

.os-modal-btn-secondary {
    background-color: #fff;
    color: #d42b65;
    border: 1.5px solid #d42b65;
    margin-bottom: 0;
}

.os-modal-btn-secondary:hover {
    background-color: #fff8fa;
}

.os-modal-btn-primary:focus,
.os-modal-btn-primary:focus-visible,
.os-modal-btn-secondary:focus,
.os-modal-btn-secondary:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

/* Wider variant used by the reason modal */
.os-cancel-modal--lg .modal-dialog {
    max-width: 878px;
}

.os-cancel-modal--lg .modal-content {
    padding: 40px 48px 40px;
}

.os-modal-close-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #e7e8ea;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
    padding: 0;
}

.os-modal-close-circle:hover {
    background-color: #fff8fa;
    border-color: #d42b65;
}

.os-modal-title--left {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    margin: 4px 0 24px;
}

.os-modal-field {
    text-align: left;
    margin-bottom: 24px;
}

.os-modal-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #404959;
    margin-bottom: 8px;
}

.os-modal-select {
    position: relative;
}

.os-modal-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 12px;
    height: 12px;
    transform: translateY(-65%) rotate(45deg);
    border-right: 2px solid #d42b65;
    border-bottom: 2px solid #d42b65;
    pointer-events: none;
}

.os-modal-select__toggle {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid #e7e8ea;
    padding: 0 48px 0 20px;
    background-color: #fff;
    color: #101b30;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    outline: none;
    text-align: left;
    display: flex;
    align-items: center;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.os-modal-select__toggle:focus,
.os-modal-select__toggle[aria-expanded="true"] {
    border-color: #d42b65;
    box-shadow: 0 0 0 3px #fde4ed;
}

.os-modal-select__placeholder {
    color: #888d98;
}

.os-modal-select__value {
    color: #101b30;
}

.os-modal-select {
    position: relative;
}

.os-modal-select__menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1080;
    width: 100%;
    margin: 0;
    padding: 16px;
    list-style: none;
    border: none;
    border-radius: 16px;
    background-color: #f9f9f9;
    box-shadow: 0 8px 24px rgba(16, 27, 48, 0.06);
    max-height: 320px;
    overflow-y: auto;
}

.os-modal-select.is-open .os-modal-select__menu {
    display: block;
}

.os-modal-select__menu li + li {
    margin-top: 8px;
}

.os-modal-select__item {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #404959;
    border-radius: 8px;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.os-modal-select__item:hover,
.os-modal-select__item:focus {
    background-color: #d42b65;
    color: #fff;
    outline: none;
}

.os-modal-select__item.is-active {
    color: #d42b65;
}
.os-modal-select__item.is-active:hover {
    color: #fff;
}

.os-modal-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.os-modal-btn--inline {
    max-width: 360px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .os-cancel-modal--lg .modal-content {
        padding: 32px 20px 24px;
    }

    .os-modal-title--left {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .order-summary-page {
        padding: 32px 0;
    }

    .order-summary-page .os-page-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .os-order-card {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 20px;
    }

    .os-order-image {
        width: 100%;
        height: 220px;
    }

    .os-order-status {
        align-items: flex-start;
        text-align: left;
    }

    .os-details-row,
    .os-payment-row,
    .os-payment-summary {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .os-remainder {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .os-cancel-wrapper {
        justify-content: stretch;
    }

    .os-cancel-btn {
        max-width: 100%;
    }
}

/* ============================================
   Promotions Page (Figma redesign)
   ============================================ */
.promotions-page {
    max-width: 1320px;
    width: 100%;
    padding: 72px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.promotions-heading {
    width: 100%;
}

.promotions-heading .title-md {
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}

.promotions-page .back-arrow-new {
    max-width: 24px;
    width: 24px;
    height: 24px;
}

.promo-code-banner {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 32px 48px;
    display: flex;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(41, 50, 69, 0.05);
}

.promo-code-input-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.promo-code-label {
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707683;
    margin: 0;
}

.promo-code-banner .textfield-1 {
    width: 100%;
}

.promo-code-banner .promo-code-field {
    height: 48px;
    width: 100%;
    border-radius: 12px;
    border: 1.5px solid #e7e8ea;
    padding: 10px 16px;
    background: #fff;
    color: #101b30;
    font-size: 16px;
}

.promo-code-banner .promo-code-field::placeholder {
    color: #888d98;
}

.promo-apply-btn {
    flex-shrink: 0;
    background-color: var(--Primary-Color, #d42b65);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    height: 56px;
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.promo-apply-btn:hover {
    background-color: #ee4e86;
}

.promo-apply-btn:focus,
.promo-apply-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.promo-card-item {
    background-color: #fff;
    border: 1px solid #eff0f2;
    border-radius: 12px;
    padding: 24px;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.promo-card-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.promo-card-title {
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #101b30;
    margin: 0;
}

.promo-card-desc {
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404959;
    margin: 0;
    flex: 1;
}

.promo-card-code {
    font-weight: 500;
    color: #101b30;
}

.promo-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.promo-card-note {
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #707683;
    margin: 0;
    flex: 1;
}

.promo-card-btn {
    flex-shrink: 0;
    background-color: var(--Primary-Color, #d42b65);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    height: 40px;
    font-family:
        "Public Sans",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-card-btn:hover {
    background-color: #ee4e86;
}

.promo-card-btn:focus,
.promo-card-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

@media (max-width: 991px) {
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-code-banner {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .promotions-page {
        padding: 32px 16px;
        gap: 24px;
    }

    .promotions-heading .title-md {
        font-size: 24px;
        line-height: 32px;
    }

    .promo-code-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        gap: 16px;
    }

    .promo-apply-btn {
        width: 100%;
    }

    .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .promo-card-btn {
        width: 100%;
    }
}

/* App Links Section  */
.rentsy-links-page {
    padding: 40px 16px;
    display: flex;
    justify-content: center;
}

.rentsy-links-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 4px 16px rgba(16, 27, 48, 0.08);
}

.rentsy-links-hero {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.rentsy-links-phone {
    flex: 0 0 130px;
    max-width: 130px;
}

.rentsy-links-phone img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    display: block;
}

.rentsy-links-hero-content {
    flex: 1;
    min-width: 0;
}

.rentsy-links-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f6d5e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.rentsy-links-badge img {
    width: 20px;
    height: 20px;
}

.rentsy-links-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #101b30;
    margin: 0 0 10px;
}

.rentsy-links-title-accent {
    color: #d42b65;
}

.rentsy-links-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #4a5565;
    margin: 0;
}

.rentsy-links-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rentsy-links-features li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rentsy-links-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fdf2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rentsy-links-feature-icon img {
    width: 16px;
    height: 16px;
}

.rentsy-links-feature-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #101b30;
    margin: 0;
}

.rentsy-links-feature-sub {
    font-size: 13px;
    line-height: 20px;
    color: #707683;
    margin: 0;
}

.rentsy-links-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.rentsy-links-store-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #283245;
    border: 1px solid #404959;
    border-radius: 16px;
    height: 56px;
    text-decoration: none;
    color: #ffffff;
    padding: 0 16px;
}

.rentsy-links-store-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #1f2838;
}

.rentsy-links-store-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.rentsy-links-store-small {
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 2px;
}

.rentsy-links-store-big {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.47px;
}

.rentsy-links-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 0.625px solid #e7e8ea;
    font-size: 12px;
    color: #888d98;
}

.rentsy-links-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rentsy-links-dot {
    color: #888d98;
}

@media (min-width: 600px) {
    .rentsy-links-buttons {
        flex-direction: row;
    }
    .rentsy-links-store-btn {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .rentsy-links-card {
        padding: 24px 18px;
    }
    .rentsy-links-hero {
        gap: 14px;
    }
    .rentsy-links-phone {
        flex: 0 0 110px;
        max-width: 110px;
    }
    .rentsy-links-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.app-btn {
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: inherit;
    background-color: transparent;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.app-btn:focus,
.app-btn:focus-visible {
    outline: 3px solid #eeaac1;
    box-shadow: 0 0 0 3px #eeaac1;
}

.app-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.app-btn[disabled],
.app-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Primary — solid pink (matches .btn-reserve) */
.app-btn--primary {
    background-color: #d42b65;
    border-color: #d42b65;
    color: #ffffff;
}
.app-btn--primary:hover {
    background-color: #b8234f;
    border-color: #b8234f;
    color: #ffffff;
}

/* Secondary — soft pink fill, primary text (matches .btn-second) */
.app-btn--secondary {
    background-color: #fff8fa;
    border-color: #fff8fa;
    color: #d42b65;
}
.app-btn--secondary:hover {
    background-color: #fce4ec;
    border-color: #fce4ec;
    color: #d42b65;
}

/* Outline — white bg, primary border + text (matches .btn-cart) */
.app-btn--outline {
    background-color: #ffffff;
    border-color: #d42b65;
    color: #d42b65;
}
.app-btn--outline:hover {
    background-color: #d42b65;
    border-color: #d42b65;
    color: #ffffff;
}

/* Sizes */
.app-btn--sm {
    padding: 10px 16px;
    font-size: 13px;
}
.app-btn--lg {
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 800;
}

/* Modifiers */
.app-btn--block {
    width: 100%;
}
