/* Public styles */
.em-events {
    display: block;
}

.em-event {
    margin: 1rem 0;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
}

.em-event .em-title {
    margin-top: 0;
}

.site-main.em-single-event {
    max-width: 1920px !important;
}

/* ================================ Single Event CSS ================================ */

.qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    justify-content: space-between;
}

.qty-input {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    width: 40px !important;
    transition: all .3s !important;
    width: unset !important;
}

.qty-btn {
    background: transparent;
    border: none !important;
    font-size: 20px !important;
    padding: .5rem 0rem !important;
    cursor: pointer !important;
    width: 30px !important;
    color: #555 !important;
}

button.qty-btn:hover,
button.qty-btn:focus {
    background: none;
    color: #000000;
    font-size: 20px;
}

.qty-input:focus {
    outline: none;
}

.qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* number input ke default arrows hatao (Chrome, Edge, Safari) */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox ke liye */
.qty-input[type=number] {
    -moz-appearance: textfield;
}

.geo-page3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.geo-page3 .text-two-container {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

.geo-page3 section.hero-section {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 section.hero-section-3rd {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 section.hero-section-4th {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 section.hero-section-5th {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 section.hero-section-6th {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 section.hero-section-7th {
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.geo-page3 .heading-container h1 {
    color: #550076;
    font-size: 40px;
    font-weight: 900;
    font-family: none;
}

.geo-page3 button.btn-fav {
    background: none;
    border: none;
}

.geo-page3 .text-two-container p {
    color: #550076;
    font-size: 20px;
    font-weight: 300;
    font-family: none;
}

.geo-page3 button.carousel-control-prev {
    opacity: 1;
    background: transparent;
}


.geo-page3 button.carousel-control-next {
    opacity: 1;
    background: transparent;
}

.geo-page3 btn-fav img {
    width: 40px;
}

.geo-page3 img.d-block.w-100.slider-img {
    height: 600px;
    object-fit: cover;

}

.geo-page3 .pagination-of-slider button {
    width: 20px !important;
    border-radius: 50px !important;
    background-clip: inherit !important;
    background-color: #fff !important;
    opacity: 1 !important;
    height: 0 !important;
    transition: all 0.3s ease !important;
}

.geo-page3 .pagination-of-slider button.active {
    background-color: #550076 !important;
    transform: scale(1.3);
}

.geo-page3 .container-next {
    margin: 0 auto;
}

.geo-page3 .container-next-second {
    margin: 0 auto;
}

.geo-page3 .section-3rd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.geo-page3 .section-3rd-right-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.geo-page3 a.btn-purple {
    width: 350px;
    padding: 20px;
    background-color: #550076;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.geo-page3 .section-3rd-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-self: flex-start;
}

.geo-page3 .section-3rd-left p {
    font-size: 16px;
    font-weight: 400;
}

.geo-page3 li.border-remove-class {
    border: none;
    font-size: 23.92px;
    display: flex;
    font-weight: 400;
}

.geo-page3 li.list-group-item.border-remove-class span img {
    width: 20px;
    height: 30px;
}

.geo-page3 .border-remove-class span {
    padding-right: 20px;
}

.geo-page3 .section-next-heading-text {
    border: 2px solid #550076;
    width: 80%;
    padding: 50px;
    border-radius: 5px;
}

.geo-page3 h3.h3-box {
    font-size: 30px;
    font-weight: 900;
    color: #550076;
    padding-bottom: 25px;
}

.geo-page3 .text-inner-box {
    font-size: 20px;
    font-weight: 300;
}

.geo-page3 .container-next-2 {
    width: 80%;
}

.geo-page3 h3.h3-box.next {
    padding: 20px 0 20px 0;
}

.geo-page3 .background-in-img-text {
    width: 80%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.geo-page3 .background-in-img-text img {
    width: 65px;
    border-radius: 50%;
}

.geo-page3 .background-in-img-text-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #4f4f4f;
    padding: 15px;
    border-radius: 10px;
}

.geo-page3 .background-in-text h5 {
    color: #fff;
    font-weight: 700;
    font-size: 17.15px;
}

.geo-page3 .background-in-text p {
    color: #fff;
    font-size: 17.15px;
    font-weight: 300;
}

.geo-page3 .container-next-2 img {
    width: 1011px;
    height: 437px;
}

.geo-page3 .carousel-item.active.testimonial-slider-first {
    display: flex;
    gap: 45px;
}

.geo-page3 .carousel-item.active.testimonial-slider-second {
    display: flex;
    gap: 45px;
}

.geo-page3.carousel-item.active.testimonial-slider-third {
    display: flex;
    gap: 45px;
}

.geo-page3 .carousel-item.active.testimonial-slider-fourth {
    display: flex;
    gap: 45px;
}

.geo-page3 .star-contain-div {
    display: flex !important;
    padding-right: 15px;
}

.geo-page3 .star-content-div {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    margin: 25px 10px 10px 10px;
}

.geo-page3 .slick-slide {
    margin: 0 10px;
}

.geo-page3 .slick-list {
    margin: 0 -10px;
}

.geo-page3 .content-conatiner p {
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
}

.geo-page3 .slick-next:before,
.geo-page3 .slick-prev:before {
    color: #000 !important;
}

.geo-page3 .slick-next:before,
.geo-page3 .slick-prev:before {
    display: none;
}

.geo-page3 section.hero-section-5th.highlights {
    margin: 0 auto;
    padding: 40px 0 0px 0;
}

.geo-page3 section.hero-section-6th.heading-text-img {
    margin: 0 auto;
    padding: 40px 0 0px 0;
}

.geo-page3 section.hero-section-7th.testimonial {
    margin: 0 auto;
    padding: 40px 0 0px 0;
}

.geo-page3 .star-contain-div img {
    width: 17.29px;
    height: 16.57px;
}

.geo-page3 .testimonial-inner-pagination-div button {
    height: 0px !important;
    width: 20px !important;
    background: #000 !important;
    border-radius: 40px;
}

.geo-page3 .testimonial-top-text p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.geo-page3 .testimonial-star-text-bacground {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #4f4f4f;
    padding: 10px;
    border-radius: 10px;
    margin: 25px 0;
}

.geo-page3 .testimonial-star-text-bacground p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.geo-page3 .testimonial-star-text-bacground img {
    width: 110px;
}

.geo-page3 .carousel-indicators.testimonial-inner-pagination-div {
    bottom: -30px !important;
    margin: 0 !important;
}

.geo-page3 .carousel-indicators.testimonial-inner-pagination-div button {
    background-color: #ededed !important;
    opacity: 1;
}

.geo-page3 .carousel-indicators.testimonial-inner-pagination-div button.active {
    background-color: #550076 !important;
}

.geo-page3 div#carouselExampleIndicators {
    margin: 0 0 40px 0;
}

.geo-page3 .container-next-last-one a {
    padding-top: 20px;
    padding-top: 20px;
    font-size: 25px;
    color: #550076;
}

.geo-page3 .container-next-last-one-2 {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.geo-page3 .container-next-last-one-2 a {
    font-size: 20px;
    font-weight: 300;
}

.geo-page3 .container-next-last-one {
    margin: 0 auto;
    padding-bottom: 40px;
}

.geo-page3 .section-3rd-right-inner h3 {
    font-size: 27.32px;
    font-weight: 700;
    color: #550076;
}

.geo-page3 .section-3rd-right-inner p {
    margin: 0;
    font-size: 16.81px;
    font-weight: 400;
}

.geo-page3 .custom-pagination {
    text-align: center;
    margin-top: 15px;
}

.geo-page3 .custom-pagination .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.geo-page3 .custom-pagination .dot.active {
    background-color: #550076;
    transform: scale(1.3);
}

@media only screen and (min-width: 1025px) and (max-width: 1239px) {
    .geo-page3 .container-next {
        width: 100%;
        padding: 0 60px;
    }

    .geo-page3 .container-next-second {
        width: 100%;
        padding: 0 60px;
    }

    .geo-page3 .section-3rd {
        width: 100%;
    }

    .geo-page3 .container-next-last-one {
        padding: 0 60px;
        width: 100%;
    }

    .geo-page3 button.btn-purple {
        width: 250px;
    }

    .geo-page3 .carousel-indicators.testimonial-inner-pagination-div {
        bottom: -30px !important;
    }

    .geo-page3 .container-next-last-one-2 {
        padding: 60px 0 60px 0;
    }

    .geo-page3 .testimonial-inner-pagination-div button {
        height: 0px !important;
        width: 19px !important;
    }

    .geo-page3 .content-conatiner p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .geo-page3 .section-3rd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column-reverse;
    }

    .geo-page3 .heading-container h1 {
        font-size: 30px;
    }

    .geo-page3 button.carousel-control-prev img {
        width: 28px;
    }

    .geo-page3 button.carousel-control-next img {
        width: 28px;
    }

    .geo-page3 .pagination-of-slider button {
        width: 19px !important;
        height: 0px !important;
    }

    .geo-page3 .text-two-container p {
        font-size: 14px;
    }

    .geo-page3 .btn-fav img {
        width: 30px;
    }

    .geo-page3 .list-group-item.border-remove-class span img {
        width: 25px;
    }

    .geo-page3 li.border-remove-class {
        border: none;
        font-size: 18px;
    }

    .geo-page3 h3.h3-box {
        font-size: 22px;
    }

    .geo-page3 .section-3rd-left {
        width: 100%;
        padding-top: 30px;
    }

    .geo-page3 .section-3rd-right {
        width: 100% !important;
        padding: 0;
    }

    .geo-page3 .container-next {
        width: 100%;
        margin: 0 auto;
    }

    .geo-page3 .container-next-second {
        width: 100%;
        margin: 0 auto;
    }

    .geo-page3 .container-next-last-one {
        width: 100%;
    }

    .geo-page3 .container-next-2 {
        width: 100%;
    }

    .geo-page3 .section-next-heading-text {
        width: 100%;
    }

    .geo-page3 section.hero-section-5th.highlights {
        padding: 20px;
    }

    .geo-page3 section.hero-section-6th.heading-text-img {
        padding: 20px;
    }

    .geo-page3 section.hero-section-7th.testimonial {
        padding: 20px;
    }

    .geo-page3 img.d-block.w-100.slider-img {
        height: 400px;
    }

    .geo-page3 section.hero-section {
        margin: 0 auto;
        padding: 20px;
    }

    .geo-page3 section.hero-section-3rd {
        margin: 0 auto;
        padding: 20px;
    }

    .geo-page3 .section-next-heading-text {
        padding: 25px;
    }

    .geo-page3 .background-in-img-text {
        width: 100%;
    }

    .geo-page3 .background-in-img-text-inner {
        justify-content: center;
    }

    .geo-page3 .background-in-img-text img {
        width: 100px;
    }

    .geo-page3 .background-in-text h5 {
        font-size: 28px;
    }

    .geo-page3 .background-in-text p {
        font-size: 18px;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-first {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-second {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-third {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-fourth {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .content-conatiner {
        width: 65%;
    }

    .geo-page3 .star-content-div {
        display: flex !important;
    }

    .geo-page3 .star-contain-div {
        display: flex !important;
        padding-right: 0px;
    }

    .geo-page3 .content-conatiner {
        width: 100%;
    }

    .geo-page3 .carousel-inner.testimonial-slider-1 {
        padding: 0 25px;
    }

    .geo-page3 .testimonial-inner-pagination-div button {
        height: 0px !important;
        width: 20px !important;
    }

    .geo-page3 .container-next-last-one a {
        color: #550076;
        font-size: 25px;
    }

    .geo-page3 .content-conatiner p {
        font-size: 15px;
    }

    .geo-page3 .star-contain-div img {
        width: 14px;
    }

    .geo-page3 .testimonial-star-text-bacground p {
        font-size: 16px;
    }

    .geo-page3 .testimonial-star-text-bacground img {
        width: 110px;
    }

    .geo-page3 .slick-next:before,
    .geo-page3 .slick-prev:before {
        display: none;
    }

    .geo-page3 .section-3rd-right:before {
        content: "Eintritt:";
        font-size: 30px;
        font-weight: 500;
    }

    .geo-page3 .section-3rd-right {
        width: 100% !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-self: flex-start;
    }

    .geo-page3 .section-3rd-right-inner {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .geo-page3 .section-3rd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column-reverse;
    }

    .geo-page3 .heading-container h1 {
        font-size: 30px;
        font-weight: 900;
    }

    .geo-page3 button.carousel-control-prev img {
        width: 28px;
    }

    .geo-page3 button.carousel-control-next img {
        width: 28px;
    }

    .geo-page3 .pagination-of-slider button {
        width: 19px !important;
        height: 0px !important;
    }

    .geo-page3 .text-two-container p {
        font-size: 16px;
        font-weight: 300;
    }

    .geo-page3 .btn-fav img {
        width: 30px;
    }

    .geo-page3 .list-group-item.border-remove-class span img {
        width: 25px;
    }

    .geo-page3 li.border-remove-class {
        border: none;
        font-size: 16px;
        font-weight: 400;
    }

    .geo-page3 .border-remove-class span {
        padding-right: 10px;
    }

    .geo-page3 h3.h3-box {
        font-size: 21px;
        font-weight: 900;
    }

    .geo-page3 .text-inner-box {
        font-size: 16px;
        font-weight: 300;
    }

    .geo-page3 .section-3rd-left {
        width: 100%;
        padding-top: 30px;
    }

    .geo-page3 .section-3rd-right {
        width: 100% !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-self: flex-start;
    }

    .geo-page3 .section-3rd-right-inner {
        padding-bottom: 10px;
    }

    .geo-page3 .container-next {
        width: 100%;
        margin: 0 auto;
    }

    .geo-page3 .container-next-second {
        width: 100%;
        margin: 0 auto;
    }

    .geo-page3 .container-next-last-one {
        width: 100%;
    }

    .geo-page3 .container-next-2 {
        width: 100%;
    }

    .geo-page3 .section-next-heading-text {
        width: 100%;
    }

    .geo-page3 .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        flex-direction: column-reverse;
        max-width: 100% !important;
    }

    .geo-page3 section.hero-section-5th.highlights {
        padding: 20px;
    }

    .geo-page3 section.hero-section-6th.heading-text-img {
        padding: 20px;
    }

    .geo-page3 section.hero-section-7th.testimonial {
        padding: 40px 20px 20px 20px;
    }

    .geo-page3 button.btn-fav {
        align-self: end;
    }

    .geo-page3 img.d-block.w-100.slider-img {
        height: 350px;
    }

    .geo-page3 section.hero-section {
        margin: 0 auto;
        padding: 20px;
    }

    .geo-page3 section.hero-section-3rd {
        margin: 0 auto;
        padding: 20px;
    }

    .geo-page3 button.btn-purple {
        width: 100%;
    }

    .geo-page3 .section-next-heading-text {
        padding: 25px;
    }

    .geo-page3 .background-in-img-text {
        width: 351px;
        height: 165px;
        display: block;
    }

    .geo-page3 li.list-group-item.border-remove-class span img {
        width: 16.67px;
        height: 16.67px;
    }

    .geo-page3 .background-in-img-text-inner {
        justify-content: center;
    }

    .geo-page3 .background-in-img-text img {
        width: 131px;
        height: 124px;
    }

    .geo-page3 .background-in-text h5 {
        font-size: 16px;
        font-weight: 700;
    }

    .geo-page3 .background-in-text p {
        font-size: 16px;
        font-weight: 300;
    }

    .geo-page3 .testimonial-top-text p {
        font-size: 17.72px;
        font-weight: 700;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-first {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-second {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-third {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .carousel-item.active.testimonial-slider-fourth {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .geo-page3 .content-conatiner {
        width: 100%;
    }

    .geo-page3 .carousel-inner.testimonial-slider-1 {
        padding: 0 25px;
    }

    .geo-page3 .testimonial-inner-pagination-div button {
        height: 0px !important;
        width: 20px !important;
    }

    .geo-page3 .container-next-last-one a {
        color: #550076;
        font-size: 25px;
    }

    .geo-page3 .content-conatiner p {
        font-size: 14px;
        font-weight: 300;
    }

    .geo-page3 .star-contain-div img {
        width: 13.29px;
        height: 12.73px;
    }

    .geo-page3 .section-3rd-right-inner h3 {
        font-size: 26px;
        font-weight: 700;
        color: #550076;
    }

    .geo-page3 .testimonial-star-text-bacground p {
        font-size: 13.29px;
        font-weight: 400;
    }

    .geo-page3 .testimonial-star-text-bacground img {
        width: 110px;
    }

    .geo-page3 .star-contain-div {
        display: flex !important;
        padding-right: 0px;
    }

    .geo-page3 .slick-next:before,
    .geo-page3 .slick-prev:before {
        display: none;
    }

    .geo-page3 .section-3rd-right:before {
        content: "Eintritt:";
        font-size: 16px;
        font-weight: 400;
    }

    .geo-page3 .container-next-2 img {
        width: 352px;
        height: 252px;
    }

    .geo-page3 .section-3rd-right-inner p {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .geo-page3 .container-next-last-one-2 a {
        font-size: 16px;
        font-weight: 300;
    }

    .geo-page3 .custom-pagination .dot {
        width: 10px;
        height: 10px;
    }
}

.geo-page3 button.btn-purple {
    color: white;
    font-size: 16px;
}

.geo-page3 .testimonial-slider .content-conatiner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
    hyphens: auto;
}

.geo-page3 .testimonial-slider .content-conatiner {
    overflow: hidden;
}

.em-review-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 30px auto;
    border-radius: 8px;
    background: #fafafa;
}

.em-review-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.em-review-rating {
    margin-bottom: 15px;
}

.em-rating-stars {
    display: inline-block;
    margin-left: 10px;
}

.em-star {
    font-size: 24px;
    cursor: pointer;
    margin-right: 4px;
    color: #ccc;
    transition: transform 0.1s ease, color 0.1s ease;
}

.em-star.active {
    color: #f5a623;
}

.em-review-field textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
}

.em-review-submit,
.em-login-button {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 4px;
    border: none;
    background: #222;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.em-review-success {
    color: #0a0;
    margin-bottom: 10px;
    font-weight: 600;
}

.em-review-error {
    color: #c00;
    margin-bottom: 10px;
    font-weight: 600;
}


/* Reviews wrapper */
.hero-section-7th.testimonial {
    padding: 40px 0;
}

/* Top heading */
.testimonial-top-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Grey summary bar */
.testimonial-summary-bar {
    background: #4a4a4a;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 25px;
}

.testimonial-summary-stars {
    font-size: 22px;
}

.summary-star {
    color: #ccc;
}

.summary-star.filled {
    color: #ffc107;
}

.testimonial-summary-text span {
    font-size: 16px;
}

/* Slider item/card */
.testimonial-slider {
    margin-top: 10px;
}

.em-review-item {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 15px;
    height: 260px;
    margin: 10px;
    min-height: 160px;
}

.em-review-stars {
    font-size: 26px;
    color: #ffc107;
    margin-bottom: 4px;
}

.em-review-author {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.em-review-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

/* no reviews text */
.em-no-reviews-msg {
    margin-top: 15px;
}

/* Review form under slider */
.em-review-box {
    margin-top: 30px;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.em-review-title {
    margin-bottom: 10px;
}

/* rating stars in form */
.em-rating-stars .em-star {
    font-size: 24px;
    cursor: pointer;
    margin-right: 4px;
    color: #ccc;
}

.em-rating-stars .em-star.active {
    color: #ffc107;
}

#em-enquiry-form p {
    text-align: left;
}

#em-enquiry-form p label {
    padding-bottom: 5px;
}

/* ================================ END Single Event CSS ================================ */




/* ============================================
   Mallorca Search Card Styles
   ============================================ */

.mallorca-search-card-container .search-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent;
    border-radius: 8px;
    margin: 0 auto;
}

.mallorca-search-card-container .tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
}

.mallorca-search-card-container .tab {
    padding: 8px 14px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 400;
    cursor: pointer;
    color: #0b0b0b;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mallorca-search-card-container .tab:hover {
    background: #f5f5f5;
}

.mallorca-search-card-container .tab.active {
    background: #ff7b6b;
    color: white;
    border: none;
}

.mallorca-search-card-container .controls {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.mallorca-search-card-container .control,
.mallorca-search-card-container .btn-find {
    height: 56px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.mallorca-search-card-container .control {
    flex: 1;
    padding: 0 14px;
    border: 1px solid rgb(7, 10, 16);
    background: white;
}

.mallorca-search-card-container .control .icon {
    margin-right: 10px;
    opacity: 0.6;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mallorca-search-card-container .btn-find {
    background: #6b1aa3;
    color: white;
    padding: 0 24px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    min-width: 140px;
    justify-content: center;
    font-size: 16px;
    transition: background 0.3s ease;
}

.mallorca-search-card-container .btn-find:hover {
    background: #5a0e8c;
}

.mallorca-search-card-container input[type="text"],
.mallorca-search-card-container input[type="date"],
.mallorca-search-card-container select {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    background: transparent;
    font-weight: 400;
}

.mallorca-search-card-container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #4f4f4f;
    border-radius: 4px;
    outline: none;
}

.mallorca-search-card-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #7a7a7a;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mallorca-search-card-container input[type="range"]::-webkit-slider-thumb:hover {
    background: #5c5c5c;
}

/* Range control styles */
.mallorca-search-card-container .control.range-control {
    position: relative;
    padding-top: 4px;
}

.mallorca-search-card-container .range-value-badge {
    position: absolute;
    top: 2px;
    right: 12px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 13px;
    color: #222;
    pointer-events: none;
    border-radius: 4px;
}

/* Date label styles */
.mallorca-search-card-container .date-label {
    position: relative;
}

.mallorca-search-card-container .date-label .fake-placeholder {
    position: relative;
    margin-left: 8px;
    color: #888;
    pointer-events: none;
    font-size: 16px;
    user-select: none;
}

/* Map Modal Styles */
.mallorca-search-card-container .map-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    font-family: inherit;
}

.mallorca-search-card-container .map-modal[aria-hidden="false"] {
    display: block;
}

.mallorca-search-card-container .map-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
}

.mallorca-search-card-container .map-modal__panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(900px, 95%);
    height: min(600px, 90%);
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.mallorca-search-card-container .map-modal__header,
.mallorca-search-card-container .map-modal__footer {
    padding: 12px 16px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.mallorca-search-card-container .map-modal__header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.mallorca-search-card-container .map-modal__search {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.mallorca-search-card-container .map-modal__search input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.mallorca-search-card-container .search-results {
    list-style: none;
    margin: 0 12px;
    padding: 0;
    max-height: 140px;
    overflow: auto;
    border-radius: 6px;
    border: 1px solid #eee;
}

.mallorca-search-card-container .search-results li {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

.mallorca-search-card-container .search-results li:hover {
    background: #f0f8ff;
}

.mallorca-search-card-container .search-results li:last-child {
    border-bottom: none;
}

.mallorca-search-card-container .map-container {
    flex: 1;
    min-height: 300px;
}

.mallorca-search-card-container .btn-primary {
    background: #6b1aa3;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.mallorca-search-card-container .btn-primary:hover {
    background: #5a0e8c;
}

.mallorca-search-card-container .btn-secondary {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mallorca-search-card-container .btn-secondary:hover {
    background: #f5f5f5;
    border-color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .mallorca-search-card-container .controls {
        gap: 12px;
        display: block;
    }

    .mallorca-search-card-container .control {
        margin-top: 10px;
        width: 100%;
    }

    .mallorca-search-card-container .btn-find {
        min-width: 100%;
        margin-top: 10px;
    }

    .mallorca-search-card-container label.control.date-label {
        width: 100%;
    }

    .mallorca-search-card-container .map-modal__panel {
        width: 95%;
        height: 85%;
    }
}

@media (max-width: 420px) {
    .mallorca-search-card-container .range-value-badge {
        font-size: 12px;
        top: 6px;
        right: 8px;
        padding: 3px 6px;
    }

    .mallorca-search-card-container .tab {
        padding: 6px 12px;
        font-size: 13px;
    }

    .mallorca-search-card-container .map-modal__header,
    .mallorca-search-card-container .map-modal__footer {
        padding: 10px 12px;
    }

    .mallorca-search-card-container .map-modal__search {
        padding: 10px;
    }
}



.geo-page3 a.em-enquiry-open {
    margin-left: 0px !important;
    margin-top: 10px !important;

}

.geo-page3 a.btn-purple {
    text-decoration: none;
}

.geo-page3 a.btn-purple {
    width: 245px !important;

}

.geo-page3 section.hero-section {
    width: 80%;
}

.geo-page3 .background-in-img-text {
    margin-top: 30px;
}

.geo-page3 section.hero-section-3rd {
    width: 80%;
    padding: 50px 0 20px 0;

}

.geo-page3 .section-3rd-left {
    width: 50%;
}

.geo-page3 .section-3rd-right {
    WIDTH: 30%;
}

.geo-page3 section.hero-section-5th.highlights {
    width: 80%;
}

.geo-page3 section.hero-section-6th.heading-text-img {
    width: 80%;
}

.geo-page3 .container-next-last-one {
    width: 80%;
}


.container-next-2.em-longtext-content p {
    font-size: 20px;
    font-weight: 300;
}


.container-next-2.em-longtext-content h2 {
    font-size: 32px;
    font-weight: 900;
    color: #550076;
    padding-bottom: 20px !important;
}



.container-next-2.em-longtext-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #550076;

}

.container-next-2.em-longtext-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #550076;
}

.container-next-2.em-longtext-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #550076;
}

.container-next-2.em-longtext-content {
    padding: 50px;
    border: 2px solid #550076;
    border-radius: 5px;
}


.geo-page3 .em-review-box {
    WIDTH: 80% !important;
}

.geo-page3 .em-review-field label {
    margin-bottom: 15px;
}







@media only screen and (max-width: 767px) {

    .geo-page3 section.hero-section,
    .geo-page3 section.hero-section-3rd,
    .geo-page3 section.hero-section-5th.highlights,
    .geo-page3 section.hero-section-6th.heading-text-img,
    .geo-page3 .container-next-last-one {
        width: 90% !important;
    }

    .geo-page3 .section-3rd-left {
        width: 100% !important;
    }

    .geo-page3 section.hero-section-5th.highlights {
        padding: 0 !important;
    }

    .geo-page3 section.hero-section-6th.heading-text-img {
        padding: 0 !important;
    }

    .geo-page3 section.hero-section-7th.testimonial {
        padding: 0 !important;
    }

    .geo-page3 a.btn-purple {
        width: 160px !important;
        font-size: 18px !important;
        padding: 10px !important;
    }

    .geo-page3 .em-purchase-block {
        text-align: left !important;
    }

    .geo-page3 .background-in-img-text {
        width: 300px;
    }

    .geo-page3 .background-in-img-text img {
        width: 100px;
        height: 100px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .geo-page3 section.hero-section,
    .geo-page3 section.hero-section-3rd,
    .geo-page3 section.hero-section-5th.highlights,
    .geo-page3 section.hero-section-6th.heading-text-img,
    .geo-page3 .container-next-last-one {
        width: 85% !important;
    }



    .geo-page3 .section-3rd-left {
        width: 100% !important;

    }

    .geo-page3 section.hero-section-5th.highlights {
        padding: 0 !important;
    }

    .geo-page3 section.hero-section-6th.heading-text-img {
        padding: 0 !important;
    }

    .geo-page3 section.hero-section-7th.testimonial {
        padding: 0 !important;
    }

    .geo-page3 .em-purchase-block {
        text-align: left !important;
    }

    .geo-page3 a.em-enquiry-open {
        margin-left: 10px !important;
    }

    .geo-page3 section.hero-section-7th.testimonial {
        padding-top: 40px !important;
    }
}



@media only screen and (min-width: 1025px) and (max-width: 1239px) {
    .geo-page3 .em-purchase-block {
        text-align: left !important;
    }

    .geo-page3 .container-next {

        padding: 0 !important;
    }

    .geo-page3 .container-next-second {
        padding: 0 !important;
    }

    .geo-page3 .container-next-last-one {
        padding: 0 !important;
    }
}


@media only screen and (min-width: 1239px) and (max-width: 1920px) {
    li.list-group-item {
        font-size: 18px !important;
    }

    .section-3rd-left p {
        font-size: 22px !important;
    }


    .geo-page3 a.btn-purple {
        width: 150px !important;
        font-size: 18px !important;
        display: flex !important;
        justify-content: center;
    }

    .em-enquiry-buy-now {
        display: flex;
        align-items: baseline;
        gap: 15px;
    }

    .geo-page3 .section-3rd-left {
        width: 50% !important;
    }

    .geo-page3 .section-3rd-right {
        width: 30% !important;


    }
}










.geo-plugin-main-section {
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
    padding-top: 18px;
}

/* ---------- NEW: responsive category row classes (replace old filter controls) ---------- */
:root {
    --gap: 30px;
    --chip-padding: 8px 14px;
    --chip-radius: 999px;
}

.controls-row {
    display: flex;
    gap: var(--gap);
    align-items: center;
}

#btn-filter {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.geo-plugin-section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.geo-plugin-sub-section-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 8px 6px;
}

.geo-button-sub-section-1 {
    flex: 0 0 auto;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: var(--chip-padding);
    border-radius: var(--chip-radius);
    white-space: nowrap;
    border: 1px solid rgba(16, 24, 40, 0.12);
    cursor: pointer;
    scroll-snap-align: start;
    user-select: none;
    background: transparent;
    font-size: 13px;
    color: #0f0f0f;
}

.geo-button-sub-section-1.active {
    background: #ededed;
    color: #4f4f4f;
}

.geo-button-sub-section-1:hover {
    background: transparent;
    color: #4f4f4f;
}

.geo-button-sub-section-1:focus {
    background: #3333;
    color: #4f4f4f;
}

.geo-plugin-sub-section-1.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.geo-btn-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.geo-plugin-sub-section-1 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.geo-plugin-sub-section-1::-webkit-scrollbar {
    display: none;
}

.geo-plugin-sub-container-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.geo-button,
.geo-button-sub-container-2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: #fff;
    font-size: 13px;
    color: #0f0f0f;
    cursor: pointer;
    transition: 0.2s;
    user-select: none;
    white-space: nowrap;
    font-weight: 400;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.geo-button--primary {
    padding: 12px 16px;
    min-width: 360px;
    border: 1px solid #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    color: #0f0f0f;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.geo-button-sub-container-2:active {
    background-color: #a7a6a6;
}

.geo-button-sub-container-2.active {
    border-color: rgba(99, 102, 241, 0.18);
    background-color: #a8a8a8;
    color: #000000;
}

.geo-button--filter {
    border: 1px solid #000;
    background: #fff;
    color: rgba(16, 24, 40, 0.06);
    padding: 8px 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.geo-plugin-section-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-top: 50px;
}

.geo-plugin-section-2-sub-section-1 {
    flex: 0 0 50%;
    background: #fff;
}

.geo-plugin-section-2-sub-section-1 h1 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #550076;
    font-weight: 900;
    font-family: Gazpacho, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.geo-plugin-section-2-card-container {
    width: 100%;
    max-width: 95vw;
}

.card {
    overflow: hidden;
}

.media {
    position: relative;
    height: 210px;
    background: #e9eefc;
}

.slides {
    height: 100%;
    display: flex;
    transition: transform 400ms ease;
    will-change: transform;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

button.fav {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    padding: 0;
}

button.fav img.icon-img-like {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    padding: 0;
}

.dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 180ms ease, opacity 180ms ease;
}

.dot.active {
    opacity: 1;
    background: #7a2be6;
}

.geo-plugin-card-content {
    padding: 16px 0px 0px 0px;
}

.title {
    font-weight: 700;
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #111;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.meta {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

span.muted {
    font-size: 16px;
    font-weight: 400;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.rating {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
}

.rating .score {
    color: #111;
}

.geo-plugin-section-2-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pagination-wrapper {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 24px;
}

.pagination {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.pagination button {
    min-width: 35px;
    height: 35px;
    padding: 0 10px;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
    border: none;
    color: #4f4f4f;
}

.pagination button[aria-current="true"],
.pagination button.active {
    background: #4f4f4f;
    color: #fff;
    border-color: rgba(122, 43, 230, 0.12);
    border-radius: 50%;
}

.pagination button:disabled {
    opacity: 0.5;
    cursor: default;
}

.pagination .arrow {
    width: 34px;
    height: 34px;
    padding: 0;
}

.geo-plugin-section-2-sub-section-2 {
    flex: 0 0 50%;
    height: 90em;
    overflow: hidden;
}

.geo-plugin-section-2-sub-section-2 p {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #0f0f0f;
    font-family: Lexend, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

.map-iframe {
    width: 100%;
    height: 80em;
    border: 0;
    display: block;
}

/* ======================================Search Popup=============================== */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}

.modal-backdrop.show {
    display: flex;
}

div#search-modal {
    position: absolute;
    top: 30px !important;
    left: 90px !important;
}

.modal {
    margin-top: 36px;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(16, 16, 16, 0.12);
    border: 0;
    box-sizing: border-box;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.modal-title {
    font-size: 30px;
    color: #4b0070;
    font-weight: 700;
    margin: 0;
}

.modal-close {
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #6b6b6b;
    cursor: pointer;
    padding: 6px;
    line-height: 1;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    margin-bottom: 36px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #4f4f4f;
    box-shadow: none;
    transition: box-shadow 0.16s ease, border-color 0.16s ease;
}

.form-row .label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #474747;
}

.form-row img,
.form-row svg {
    width: 18px;
    height: 18px;
    opacity: 0.9;
    flex: 0 0 18px;
}

.location-input,
.date-row input[type="date"],
.date-row input[type="text"] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #4f4f4f;
    width: 100%;
    padding: 0;
}

.muted-small {
    font-size: 13px;
    color: #6d6d6d;
}

.range-row {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 12px;
}

.range-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-direction: row-reverse;
}

.range-controls input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    border-radius: 6px;
    background: #4f4f4f;
    outline: none;
    flex: 1;
}

.range-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #555555;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.range-controls input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #555555;
    border: none;
}

.range-value {
    min-width: 64px;
    align-items: center;
    color: #4f4f4f;
    font-size: 16px;
}

.range-div {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

#row-date.form-row {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
    padding: 10px 12px !important;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}

#row-date .date-row img {
    width: 18px;
    height: 18px;
    opacity: 0.9;
    flex-shrink: 0;
}

#row-date .date-row input[type="date"] {
    display: none !important;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
}

.date-row {
    width: 10%;
}

.date-row input[type="date"],
.date-row input[type="text"] {
    width: 0%;
}

#row-date .date-summary {
    margin: 0;
    padding: 0;
    color: #0f0f0f;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    flex: 1;
}

#row-date .date-summary:empty,
#row-date .date-summary:has(:empty) {
    color: #9a9a9a;
    font-weight: 500;
    font-style: italic;
}

.modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    align-items: center;
}

.btn-secondary {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333333;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

.btn-primary {
    flex: 2;
    background: #4b0070;
    color: #ffffff;
    border: 0;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
}

.modal-actions .btn-primary:only-child,
.modal-actions .btn-primary:first-child:last-child {
    width: 100%;
}

.modal button:focus,
.modal input:focus {
    outline: none;
    border-radius: 6px;
}

/* ==========================================Map-popup================================== */
.map-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20000;
}

.map-backdrop.show {
    display: flex;
}

.map-picker-backdrop .map-modal {
    width: 96%;
    max-width: 540px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    color: #4b0070;
}

.map-header button {
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

.map-controls {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

#map-search {
    flex: 1;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

#map-search-btn {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.map-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 8px;
}

.map-footer .btn-primary {
    background: #4b0070;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

#btn-start {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 280px;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: left;
}

/* ============================================Filter Popup============================================ */
.filter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1200;
    display: none;
    pointer-events: none;
}

.filter-backdrop.show {
    display: block;
    pointer-events: auto;
}

.filter-modal {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.filter-header h2 {
    color: #4b0070;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.filter-close {
    background: transparent;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #6b6b6b;
}

.filter-body {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.filter-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #4f4f4f;
    cursor: pointer;
    min-height: 54px;
    box-sizing: border-box;
}

.filter-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4f4f4f;
}

.filter-label {
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
}

.filter-panel {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.filter-panel[hidden] {
    display: none !important;
}

.panel-inner {
    padding: 6px 0;
}

.panel-inner .opt,
.panel-inner .opt-inline {
    display: block;
    padding: 6px 4px;
    border-radius: 6px;
    cursor: pointer;
}

.panel-inner .opt-inline {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-right: 10px;
}

.price-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-row input[type="range"] {
    width: 100%;
}

.muted-small {
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 6px;
}

.filter-row:focus-within,
.filter-row.open {
    border-color: #2e86ff;
    box-shadow: 0 0 0 4px rgba(46, 134, 255, 0.06);
}

.filter-row.open {
    cursor: default;
    align-items: flex-start;
    flex-direction: column;
}

.filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.filter-reset {
    flex: 1;
    background: #fff;
    border: 1px solid #4f4f4f;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
}

.filter-apply {
    flex: 2;
    background: #4b0070;
    color: #fff;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

/* ==================================================Responsive============================== */
@media (max-width: 1150px) {
    .geo-plugin-section1 {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .geo-plugin-sub-container-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        padding: 20px 20px 0px 20px;
    }

    .geo-plugin-sub-container-1 .geo-button--primary,
    .geo-button.geo-button--primary {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .geo-button--filter {
        flex: 0 0 auto;
        margin: 0;
        align-self: center;
    }

    .geo-plugin-sub-section-1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding: 8px 0;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        margin-left: 0;
    }

    .geo-plugin-sub-section-1 .geo-button-sub-section-1 {
        flex: 0 0 auto;
        scroll-snap-align: start;
        margin: 0;
    }

    .geo-plugin-sub-section-1.dragging {
        cursor: grabbing;
    }

    .geo-plugin-sub-section-1:focus {
        outline: none;
    }
}

@media (max-width: 1100px) {
    .geo-plugin-section-2 {
        flex-direction: column;
    }

    .geo-plugin-section-2-sub-section-1 {
        padding: 50px 18px 18px 18px;
    }

    .geo-plugin-section-2-sub-section-1,
    .geo-plugin-section-2-sub-section-2 {
        flex: 1 1 auto;
        width: 100%;
    }

    .geo-plugin-section-2-sub-section-2 {
        height: 420px;
    }
}

@media (min-width: 768px) {
    .geo-plugin-sub-section-1 {
        overflow-x: visible;
        scroll-snap-type: none;
        padding: 0;
    }

    .geo-plugin-sub-section-1 {
        flex-wrap: nowrap;
    }

    .geo-button-sub-section-1 {
        padding: 10px 12px;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    div#search-modal {
        position: absolute;
        top: 30px !important;
        left: 15px !important;
    }

    #btn-start {
        max-width: 100%;
    }

    .geo-plugin-main-section {
        padding-top: 0px;
    }

    .geo-plugin-section-2 {
        flex-direction: column-reverse;
    }

    .geo-plugin-section-2-sub-section-2 {
        padding: 0px;
    }

    .geo-plugin-section-2-sub-section-2 p {
        text-align: center;
        margin-bottom: 20px;
    }

    .controls-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .filter-modal {
        margin: 20px auto;
        max-width: 320px;
    }

    .filter-row {
        min-height: 56px;
    }

    .title {
        font-size: 20px;
    }

    .meta {
        font-size: 20px;
    }

    span.muted {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .geo-plugin-section-2-img-grid {
        grid-template-columns: 1fr;
    }

    .geo-button--primary {
        min-width: 220px;
    }
}

h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

p.note {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}

@media (max-width: 420px) {
    #row-date .date-summary {
        font-size: 14px;
    }

    #row-date .date-row img {
        width: 16px;
        height: 16px;
    }

    .modal {
        margin-top: 18px;
        max-width: 360px;
        padding: 14px;
        border-radius: 10px;
    }

    .form-row {
        padding: 10px;
        border-radius: 8px;
    }

    .range-value {
        min-width: 58px;
        font-size: 13px;
    }

    .btn-primary {
        padding: 12px;
        font-size: 15px;
    }
}