@media (max-width: 767px) {
  .my-breadcrumbs-v1,
  .my-breadcrumbs-v1 .breadcrumbs-inner,
  .my-breadcrumbs-v1 .crumbs {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .my-breadcrumbs-v1 .breadcrumbs-inner,
  .my-breadcrumbs-v1 .crumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: .4rem;
    align-items: center;
  }

  .my-breadcrumbs-v1 .breadcrumbs-inner > * {
    flex: 0 0 auto !important;
    min-width: 0;
  }
}



img.img-fluid.h-100 {
    object-fit: unset !important;
}

div#booknowwithdetailedprice {
    margin-top: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.highlight1 {
    margin-top: 20px !important;
}

.highlight1 .table {
    border-left: none !important;
    border-right: none !important;
}

.highlight1 .table td {
    border-left: none !important;
    border-right: none !important;
    color: #1a2b49 !important;
    background-color: unset !important;
}

.highlight1 .table td:hover {
    background-color: unset !important;
}

.woocommerce div.product .product_title {
    display: inline-block !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: unset !important;
}

/* .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: none !important;
} */

.woocommerce-tabs.wc-tabs-wrapper.default_wc_tabs {
    display: none;
}

.variation-toggle {
    padding: 20px !important;
}

.total-price-label {
    color: rgb(83, 83, 83);
    font-weight: bold;
}

.total-price-value {
    color: #ff5533;
    font-weight: bold;
    font-size: 16px;
}

.variation-description {
    color: #2e375b;
    font-size: 16px;
}

.variation-description1 {
    color: #2e375b;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
}

.underbtndata {
    padding-top: 20px;
    background-color: #a6fced;
}

.variation-option {
    border: 2px solid #8d06ac;
    border-radius: 0px 0px 20px 20px;
}

.selectoption1 {
    padding: 20px;
    background-color: #8d06ac;
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.selectoption1 h2 {
    margin-bottom: 0px;
    color: #fff !important;
    font-size: 22px;
}

#custom-booking-fields {
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

#custom-booking-fields label {
    margin-right: 5px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff !important;
    font-size: 16px;
}

#custom-booking-fields input {
    max-width: 100px;
    margin-right: 18px;
    margin-top: 10px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    text-align: center;
}

#custom-booking-fields .date-in {
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
}

#product-variations {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.variation-option {
    margin-top: 50px !important;
}

.variation-content {
    background: white !important;
}

span.sku_wrapper {
    display: none;
}

button.add_to_cart_button {
    background: #1a2b49;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 5px 20px;
    margin-top: 10px;
}

#show_variations {
    margin-top: 10px !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    width: 200px;
    background-color: #000000;
    border: unset !important;
    color: white;
    font-size: 18px;
}

#adult_count {
    width: 34px !important;
    border-radius: 5px;
    padding: 0 !important;
}

#child_count {
    width: 34px !important;
    border-radius: 5px;
    padding: 0 !important;
}

#infant_count {
    width: 34px !important;
    border-radius: 5px;
    padding: 0 !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    /* width: 730px !important; */
    margin-left: -20px !important;
}

.container {
    margin-left: 20px;
}

.single-product-right-content .summary>*~* {
    margin-top: 0;
}

.summary.entry-summary {
    width: 700px !important;
}

@media(max-width:1300px) {
    .single-product-right-content {
        width: 100% !important;
    }
    .summary.entry-summary {
        width: 400px !important;
    }
}

@media(max-width:991px) {
    .single-product-right-content {
        width: 100% !important;
    }
}

@media(max-width:768px) {
    .single-product-right-content {
        width: 100% !important;
    }
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    position: sticky;
    top: 10px;
}

#product-variations .variation-option select {
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ff5533 !important;
}

.option:hover {
    background-color: red !important;
}

@media (max-width: 1300px) {
    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
        width: auto !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 1300px) {
    .summary.entry-summary {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .summary.entry-summary {
        width: 100% !important;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 100%;
        margin-left: 0 !important;
    }
}

.container {
    margin-left: 0 !important;
}


/* Whatsapp btn */

.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 24px !important;
    border: unset !important;
    margin: 10px !important;
}

.add_to_cart_button {
    display: inline-block;
    background-color: #eaeeef !important;
    color: #0071ff !important;
    padding: 10px 20px !important;
    border: 4px solid #0071ff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 24px !important;
    margin: 10px !important;
}


/* Times-lot-style */

.time-slot-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.time-label {
    font-size: 10px;
}

.time-slot-label {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.time-slot-label input {
    display: none;
}

.time-slot-label span {
    display: inline-block;
    padding: 5px;
}

.time-slot-label:hover {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
    transform: scale(1.05);
}

.time-slot-label input:checked+span {
    background: #0073aa;
    color: white;
    padding: 7px 12px;
    border-radius: 6px;
}

.time-slot-label:active {
    transform: scale(0.95);
}

.custom-product-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    grid-auto-rows: 220px;
    /* Adjust height */
    gap: 10px;
    max-width: 1322px;
    /* Adjust as needed */
    margin: auto;
    padding: 10px;
}


/* Make the first image (main image) bigger */

.custom-gallery-item:first-child {
    grid-column: span 2;
    /* Main image takes 2 columns */
    grid-row: span 2;
    /* Takes 2 rows */
}


/* All images maintain aspect ratio */

.custom-gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.custom-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


/* Responsive - Adjusts for smaller screens */

@media (max-width: 768px) {
    .custom-product-gallery {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on small screens */
    }
}

.custom-product-title {
    max-width: 1322px;
    margin: auto;
    padding: 5px;
}

.custom-product-details1 {
    display: grid;
    grid-template-columns: 60% 40%;
    /* First column 60%, second column 40% */
    grid-auto-rows: 220px;
    /* Adjust height */
    gap: 10px;
    max-width: 1322px;
    /* Adjust as needed */
    margin: auto;
    padding: 10px;
}

.checkbtn1 {
    text-align: center;
    justify-content: center;
    max-width: 300px;
    float: right;
    width: 600px;
    padding: 10px;
    border: 2px solid;
    border-radius: 6px;
}

.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce div.product div.summary {
    /* margin-top: 100px !important; */
    width: 100% !important;
}



.woocommerce div.product .woocommerce-product-rating {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: none !important;
}

.woocommerce-product-details__short-description p {
    display: none;
    color: red !important;
}

.woocommerce-product-details__short-description {
    display: none !important;
}

.product-short-description {
    font-size: 16px;
    font-weight: 500;
    color: #1a2b49;
}

.product-price-small-box {
    color: #0071eb;
    font-size: 15px;
    font-weight: 500;
}

.check-in-single-page {
    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
}

.check-in-single-page:hover {
    background: linear-gradient(90deg, hsla(217, 100%, 40%, 1) 0%, hsla(186, 100%, 59%, 1) 100%);
    transform: scale(1.05);
}


/* Responsive Design */

@media (max-width: 768px) {
    .selectoption1 {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    h2 {
        font-size: 18px;
    }
    label {
        font-size: 14px;
    }
    input[type="number"],
    input[type="date"] {
        font-size: 14px;
    }
    button#show_variations {
        font-size: 14px;
        padding: 10px;
    }
    #custom-booking-fields {
        display: unset !important;
    }
    #custom-booking-fields label {
        margin-top: unset !important;
    }
    .selectoption1 h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #custom-booking-fields .date-in {
        margin-right: unset !important;
        max-width: 100% !important;
    }
    .variation-option {
        margin-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .selectoption1 {
        width: 100%;
        text-align: center;
    }
    input[type="number"],
    input[type="date"] {
        padding: 8px;
        font-size: 14px;
    }
    button#show_variations {
        padding: 10px;
        font-size: 14px;
    }
    #custom-booking-fields {
        display: unset !important;
    }
    #custom-booking-fields label {
        margin-top: 15px !important;
    }
    .selectoption1 h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #custom-booking-fields .date-in {
        margin-right: unset !important;
        max-width: 100% !important;
    }
    #custom-booking-fields {
        display: flex;
        flex-direction: column;
        gap: 10px;
        /* Adjust spacing between elements */
    }
    /* #custom-booking-fields label,
    #custom-booking-fields input,
    #custom-booking-fields button {
        width: 100% !important;
        max-width: 100%;
    } */
    #custom-booking-fields label,
    #custom-booking-fields input,
    {
        width: 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    button.variation-toggle {
        font-size: 15px !important;
    }
    #product-variations {
        width: unset !important;
    }
}

.woocommerce img,
.woocommerce-page img {
    width: 100%;
}

.arrow-g {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.variation-option {
    margin-top: 50px !important;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #8d06ac;
}

.arrow-g span {
    font-weight: 600 !important;
    color: var(--label-primary) !important;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: max-content;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.5rem;
}

.time-slots label {
    font-weight: 600;
    font-size: 17px;
    color: #182b4c;
}

.col h3 {
    font-weight: 700;
    font-size: 20px;
    color: #182b4c;
}

.total-price .taxes-included,
.total-price .total-price-label,
.total-price .discount-percent {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #182b4c;
}

.total-price .discounted-price {
    font-weight: 700 !important;
    font-size: 26px !important;
}

.star-rating {
    font-size: 20px !important;
    color: rgb(246 193 0) !important;
    margin: 0 !important;
}

.woocommerce .star-rating::before {
    display: none !important;
}

.rating-text {
    font-weight: 600;
}

.variation-text {
    font-size: 20px !important;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px !important;
    }
}

iframe {
    border: 0;
    width: 100% !important;
}

.timeline-item strong {
    font-weight: 500 !important;
}

.timeline-first h5,
.timeline-first h6 {
    display: grid;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
label,
table,
strong {
    /* font-family: 'Montserrat' !important; */
    /* font-family: "Nunito", sans-serif; */
    font-family: inherit;
    /* color: #162032; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a2b49;
}

.tdone1 {
    width: 250px;
}

@media only screen and (max-width: 767px) {
    .tdone1 {
        width: auto;
    }
}

.tdone2 {
    font-size: 17px;
}

.tdone3 {
    font-size: 19px;
    font-weight: 600 !important;
}


/* gaurav */

/* .woocommerce div.product .product_title {
    display: none !important;
} */

.table ul {
    padding: 0;
}

.swiper-wrapper {
    height: auto !important;
    max-height: 350px !important;
}

.card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.btn-lay {
    background: #fff !important;
    color: #000 !important;
    border-radius: 6px !important;
    border: none !important;
    margin-top: 10px;
}

.btn-img {
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
}


/* gaurav */

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.check-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.timeline-first {
    border-left: 8px dotted red;
    padding: 0 24px;
    line-height: 26px;
}

.timeline-first i {
    font-size: 28px;
    background: #9b2413 !important;
    color: #fff;
    padding: 7px !important;
    border-radius: 50%;
    position: relative;
    left: -48px;
    width: 43px;
    display: flex;
    justify-content: center;
}

.text-fancybox {
    padding: 10px 35px !important;
    border-radius: 43px !important;
    border: 3px solid #fff;
    background: #0000009e !important;
}

@media (min-width: 1300px) {
    .timeline-first i {
        font-size: 28px;
        background: #9b2413 !important;
        color: #fff;
        padding: 7px !important;
        border-radius: 50%;
        position: relative;
        left: -48px;
        top: 33px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100% !important;
        width: 100%;
    }
    body:not([class*=elementor-page-]) .site-main {
        max-width: 90% !important;
    }
}

@media (max-width: 1290px) {
    .timeline-first i {
        font-size: 28px;
        background: #9b2413 !important;
        color: #fff;
        padding: 7px !important;
        border-radius: 50%;
        position: absolute;
        left: -2px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
        width: 100%;
    }
    body:not([class*=elementor-page-]) .site-main {
        max-width: 90% !important;
    }
    .timeline-first i {
        font-size: 24px;
        background: #9b2413 !important;
        color: #fff;
        padding: 7px !important;
        border-radius: 50%;
        position: absolute !important;
        left: -1%;
    }
    .text-fancybox {
        padding: 10px 10px !important;
        border-radius: 43px !important;
        border: 3px solid #fff;
        background: #0000009e !important;
    }
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 700px;
    }
    .img-fluid {
        max-height: 236px;
        width: 100%;
    }
    .swiper-pagination {
        position: unset !important;
    }
    .swiper-container {
        overflow: hidden;
    }
    .book_now_button,
    .whatsapp-btn {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 600px;
    }
}

@media (max-width: 600px) {
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 500px;
    }
}

@media (max-width: 500px) {
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 370px;
    }
    .timeline-first i {
        font-size: 22px;
        background: #9b2413 !important;
        padding: 7px !important;
        border-radius: 50%;
        position: absolute !important;
        left: -1%;
        color: #fff;
        width: 40px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 350px) {
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 340px;
    }
    .timeline-first i {
        font-size: 26px;
        background: #9b2413 !important;
        color: #fff;
        padding: 7px !important;
        border-radius: 50%;
        position: absolute !important;
        left: -1%;
    }
}

.head-text {
    font-size: 22px;
}

#navontop .nav-link {
    font-size: 17px;
    color: #000;
}

.text-font .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 700;
}

.bi-credit-card {
    font-size: 26px;
}

.content-area {
    max-width: 1322px;
    margin: auto;
    padding: 5px;
}

.product-title {
    font-weight: 700;
}

.swiper-slide {
    padding: 8px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.text-muted1 {
    color: #1a2b49 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.read-more-btn {
    color: #182b4c;
}

.video-height {
    max-height: 440px;
    width: 100%;
}

.lable-cart {
    font-size: 18px;
    font-weight: 500;
}

.lable-cart1 {
    color: #1b2e4e !important;
    font-size: 18px;
    text-decoration: underline;
}

.lable-cart2 {
    color: #1b2e4e !important;
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
}

.sub-title {
    font-size: 1.25rem !important;
    font-weight: 700;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
    transition: max-height 0.3s ease;
}

.review-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.top-rated {
    background-color: #1a2b49;
    color: #fff;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 3px 8px;
}

body {
    padding: 0px 10px !important;
}

.count-input {
    padding: 0 !important;
}

.modal .btn-close {
    padding: 10px 15px !important;
}

@media (min-width: 768px) {
    #participantDropdownMenu {
        width: 300px !important;
    }
    .width-num {
        width: 80px !important;
    }
    .custom-product-title .card {
        height: 225px !important;
    }
}

.swiper-slide .card {
    min-height: 235px;
}


.card-v1-new{
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
}

.button-padding-v1{
   padding: 10px;
}

.custom-icon-v1{
  color: #9323c5 !important;
   font-size: 24px;
}