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

:root {
    --Neutral-900: #101B30;
    /* Dark Gray/Black */
    --Neutral-500: #888D98;
    /* Medium Gray */
    --Neutral-200: #E7E8EA;
    /* Light Gray */
    --Primary-Color: #D42B65;

    --Neutral-700: #404959;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: 8px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    color: var(--Neutral-900, #101B30);
}

.subcategory {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 8px;
}

.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);
}

.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;
}

.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;
}


.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;
}


.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: #D42B65 !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 {
    color: white !important;
    background-color: #EE4E86 !important;
}


/*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;
}

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

.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: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .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
}

.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-details {
    color: var(--Neutral-700);
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-details i {
    margin-right: 8px;
    color: var(--Neutral-500);
}

.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: .4s;
    border-radius: 26px;
}

.settings-foot .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .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;
}



.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 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;
    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 .sidebar-chat,
    .new-chat-container .chat-area-main,
    .new-chat-container .booking-info-area {
        width: 100% !important;
        display: none;
        border-left: none !important;
    }

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

    .new-chat-container .mobile-view-active {
        display: flex !important;
    }

    .new-chat-container small#chatHeaderStatusDesktop {
        display: none;
    }

    .new-chat-container .booking-info-area .p-3 .d-flex.align-items-center.mb-4 h6 {
        display: none;
    }

    .new-chat-container .chat-area-main.mobile-view-active .chat-header,
    .new-chat-container .booking-info-area.mobile-view-active .booking-info-header {
        display: flex !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;
}
.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;
}

.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;
}

.feature-content {
    padding: 24px;
}

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

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

.cta-cards-section {
    padding: 72px 0 72px 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;
}

.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;
}
/* 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;
    }
}

.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: 8px;
        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;
    }
/*end */

@media (max-width: 992px) {
    .how-it-works-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .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;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 0;
    }

    .cta-overlay {
        padding: 30px;
    }

    .features-section {
        padding: 60px 0;
    }

    .cta-card-business,
    .cta-card-competition {
        padding: 30px;
        margin-bottom: 20px;
    }

    .how-it-works-section,
    .why-join-section {
        padding: 60px 0;
    }

    .laptop-image {
        width: 100%;
        max-width: 300px;
    }

    .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;
    }
}


@media (max-width: 992px) {
    .cta-overlay {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 30px;
        max-width: 100%;
    }

    .hero-image-container {
        height: 300px;
    }

    .section-title {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    .cta-overlay {
        padding: 30px;
    }

    .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) !important;
        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) * .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;
    }


}

/* @media (min-width: 769px) {
    .dropdown-menu {
        min-width: 200px;
    }
} */

@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) {
    .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;
    }
}

.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(1, 1fr);
    }

    .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) {
    .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) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px !important;
        height: 30px !important;
    }

    .carousel-control-prev {
        left: -5px !important;
    }

    .carousel-control-next {
        right: -5px !important;
    }

    .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;
    }
}

@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) {
    .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;
    }

    .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: 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) {
    .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;
    }
}

@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: 70px 1px 0 1px;

    }
}

@media (max-width: 358px) {
    .success-container .subtitle-xs {
        font-size: 16px;
    }
}