body.single-product .elementor-kit-1102 h3 {
  all: unset !important;
}

.single-product .product_meta {
    display: none !important;
}


:root {
    --font-primary: "GT Eesti", "Segoe UI", "Roboto", sans-serif;
}

.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 20px 0px 21px !important;
}

.total-price-label {
    color: rgb(83, 83, 83);
    font-weight: bold;
    margin: 20px 0;
    line-height: normal;
}

.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;
    padding-right: 150px;
    word-break: break-word;
}

.underbtndata {
    padding-top: 20px;
    background-color: #a6fced;
}

.variation-option {
    border: 1px solid rgb(156 156 156 / 72%);
    border-radius: 0px 0px 20px 20px;
}

.selectoption1 {
    padding: 20px;
    background-color: #1a2b49;
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
}

.selectoption1 h2 {
    margin-bottom: 0px;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700;
}

#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;
    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;
}

.add_to_cart_button,
.whatsapp_button {
    min-width: 160px;
}

#show_variations {
    margin-top: 10px !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    width: 200px;
    background-color: #0071eb;
    border: unset !important;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

#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;
    height: 50px;
}

.add_to_cart_button {
    display: inline-block;
    background-color: #eaeeef !important;
    color: #0071ff !important;
    padding: 10px 20px !important;
    border: 2px solid #0071ff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 24px !important;
    margin: 10px !important;
    height: 50px;
}


/* 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);
}

.whatsapp_button:hover {
    background-color: #ff6527;
}

.time-slot-label input {
    display: none;
}

.time-slot-label span {
    display: inline-block;
    padding: 5px;
    width: 110px;
    text-align: center;
}

.time-slot-label:hover {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
    transform: scale(1.05);
}

.time-slot-label input:checked+span {
    background: #182b4c;
    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 */
    }
}

@media (max-width: 768px) {
    .custom-product-title {
        padding: 0 10px !important;
    }
}

.custom-product-title {
    max-width: 1140px;
    margin: auto;
}

.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: 1250px;
    /* 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;
}

h1.product_title.entry-title {
    display: none !important;
    color: red;
    opacity: 0 !important;
    font-size: 10px !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;
    margin: 20px 0;
}

.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: 20px;
        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: 18px;
        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;
    padding: 0px 0 20px 0px;
}

.variation-option {
    margin-top: 50px !important;
    border-radius: 28px;
    overflow: hidden;
    /* border: 4px solid #0071ff; */
}

.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 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #182b4c;
}

.total-price .discounted-price {
    font-weight: 700 !important;
    font-size: 23px !important;
}

.star-rating {
    font-size: 20px !important;
    color: rgb(246 193 0) !important;
    margin: 0 !important;
}

.star-rating i {
    color: rgb(246 193 0) !important;
}

.rating-text {
    font-size: 0.875rem !important;
}

.woocommerce .star-rating::before {
    display: none !important;
}

.swiper-width .swiper {
    padding: 10px 4px !important;
}

.img-fluid {
    border-radius: 4px;
}

.full-text p {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #182b4c;
}

.woocommerce .star-rating {
    width: auto !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: 0;
    flex-wrap: wrap;
    margin-top: 20px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    padding: 0 10px !important;
}

@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;
    padding-bottom: 20px;
    font-size: 13px;
    color: #0d2149d1;
}

.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,
label,
table,
strong {
    /* font-family: 'Montserrat' !important; */
    /* font-family: "Nunito", sans-serif; */
    font-family: var(--font-primary) !important;
    color: #1a2b49;
}

p {
    color: #63687a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a2b49 !important;
}

.tdone1 {
    width: 250px;
}

@media only screen and (max-width: 767px) {
    .tdone1 {
        width: auto;
    }
    .mobile-hide {
        display: none;
    }
}

.desktop-hide{
    display: none;
}

.tdone2 {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.tdone3 {
    font-size: 19px !important;
    font-weight: 700 !important;
}


/* gaurav */

.woocommerce div.product .product_title {
    display: none !important;
}

.table ul {
    padding: 0;
}

.swiper-wrapper {
    height: auto !important;
}

.card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border: none !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;
}

.text-fancybox {
    padding: 10px 35px !important;
    border-radius: 43px !important;
    border: 3px solid #fff;
    background: #0000009e !important;
}

@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: 768px) {
    .container {
        max-width: 100% !important;
        width: 100%;
    }
    body:not([class*=elementor-page-]) .site-main {
        max-width: 90% !important;
    }
    .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;
    }
}

@media (max-width: 350px) {
    .highlight1 table tr {
        display: flex;
        flex-direction: column;
        width: 340px;
    }
}

.head-text {
    font-size: 1.5rem;
    font-weight: 700;
}

#navontop .nav-link {
    font-size: 16px;
    color: #000 !important;
    font-weight: 500;
}

.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 {
    width: 100%;
    max-height: 100% !important;
}

.lable-cart {
    font-size: 16px;
    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;
    font-weight: 500;
    padding-right: 20px;
}

.sub-title {
    font-size: 1.25rem !important;
    font-weight: 700;
    margin: 20px 0;
}

hr {
    margin: 10px 0px 10px 0 !important;
}

.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;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #1a2b49 !important;
    margin: 0;
}

.massage-heading {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1a2b49 !important;
}

.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;
    }
}

.review-card {
    background-color: var(--surface-primary) !important;
    border: 1px solid var(--border-primary) !important;
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.profile-riv {
    padding: 2px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    width: 50px !important;
    display: flex;
    justify-content: center;
}

.btn-radius {
    border-radius: 26px !important;
}

@media (max-width: 768px) {
    .col-lg-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    h2 {
        font-size: 1.2rem !important;
    }
    .list-group-flush h3,
    .bi-chevron-down {
        font-size: 1.25rem !important;
        font-weight: 700 !important;
        color: #182b4c;
    }
    .layout-width {
        width: 100%;
        gap: 0px !important;
    }
}

.timeline-container {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 18px;
    width: 6px;
    height: 100%;
    background: repeating-linear-gradient( to bottom, #FF5400, #FF5400 40px, transparent 40px, transparent 48px);
    z-index: 0;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.timeline-icon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.icon-orange {
    background-color: #FF5400;
    color: #fff;
}

.icon-blue {
    background-color: #0D2149;
    color: #fff;
}

.icon-white {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #0D2149;
}

.timeline-content {
    margin-left: 16px;
    max-width: 300px;
    padding: 0px 0 20px 0px;
}

.timeline-content h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #0D2149;
}

.timeline-content p {
    font-weight: 500 !important;
    font-size: 13px;
    color: #0d2149d1;
}

.see-more {
    color: #1a2b49 !important;
    margin-top: 4px;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 500 !important;
}


/* Final orange dot */

.final-dot {
    width: 20px;
    height: 20px;
    background: #FF5400;
    border-radius: 50%;
    margin: 10px 0 0 10px;
}


/* .timeline-first {
    position: relative;
    padding-left: 50px;
} */

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 6px;
    height: 100%;
    background: #FF5400;
    z-index: 0;
}

.timeline-item:last-child::before {
    background: repeating-linear-gradient( to bottom, #FF5400, #FF5400 4px, transparent 4px, transparent 8px);
    display: none;
}

.timeline-item:nth-child(3)::before {
    background: repeating-linear-gradient(to bottom, #FF5400, #FF5400 4px, transparent 4px, transparent 8px);
}

.timeline-content {
    flex-grow: 1;
}

.timeline h5 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #0D2149;
}

.timeline p {
    font-size: 14px;
    color: #0D2149;
}

.tdone1 p {
    color: #0D2149;
}

.ecommerce-gallery .swiper-slide {
    padding: 0;
}

#openReviewPopup {
    cursor: pointer;
}

.review-modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.review-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
}

.reviewtag {
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    color: #1a2b49 !important;
    cursor: pointer !important;
}

.fw-bold {
    font-weight: 600 !important;
}

#navontop .btn {
    border-radius: 26px !important;
}

#navshowonscroll {
    margin-top: 20px !important;
}

#participantDropdownMenu .btn-radio {
    border-radius: 50% !important;
    width: 17px;
    height: 17px;
    padding: 0px !important;
    font-weight: 700;
    border: 2px solid #182b4c;
    color: #182b4c;
    line-height: 1;
    font-size: 10px;
}

#participantDropdownMenu .btn-radio:hover {
    border-radius: 50% !important;
    width: 17px;
    height: 17px;
    padding: 0px !important;
    font-weight: 700;
    border: 2px solid #182b4c;
    background-color: transparent;
    color: #182b4c;
    line-height: 1;
    font-size: 10px;
}

#participantDropdownMenu input {
    border: 1px solid #182b4c !important;
}

@media (max-width: 768px) {
    .footer-1 .btn12 {
        color: #fff;
        text-decoration: none;
        font-size: 18px !important;
        font-weight: 600 !important;
        background: #007bff;
        padding: 6px 25px !important;
        border-radius: 28px !important;
        width: auto !important;
        border: unset !important;
    }
    .footer-card1 {
        width: 100%;
        box-shadow: 0 0 64px #00000014, 0 8px 16px #00000029;
    }
    #navshowonscroll .bi-chevron-down::before {
        content: "\f282";
        font-weight: 900 !important;
    }
    .list-group-flush>.list-group-item {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 16px 0;
    }
    .pricebreakdown p {
        color: #1b2e4e !important;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    .mobile-flex {
        flex-wrap: wrap;
    }
    .variation-description1 {
        color: #2e375b;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500;
        white-space: normal;
        padding-right: 50px;
        word-break: break-word;
    }
}

.pricebreakdown {
    text-align: left;
}

.pricebreakdown p {
    color: #1b2e4e !important;
}

i {
    color: #1a2b49;
}

.see-less-btn,
.read-more-btn {
    color: #1a2b49 !important;
}

.timeline-icon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF5400;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

#participantDropdownMenu {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

dl,
dt,
dd,
ol {
    font-size: 0.875rem !important;
}

.list-unstyled ul,
.list-unstyled li {
    font-size: 0.875rem !important;
}

.short-text p {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #182b4c;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.profile-riv {
    --bs-bg-opacity: 1;
    background-color: #FF5400 !important;
}

.woocommerce div.product form.cart table td {
    padding: 20px 0;
}

body {
    padding: 0 !important;
}

.tdone3 {
    padding-top: 0 !important;
}

.done-btn {
    width: 100% !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    padding: 18px 10px !important;
    line-height: 0px !important;
    color: #fff !important;
    background: #182b4c !important;
    border-color: #182b4c !important;
}

.modal-pag {
    color: #1a2b49;
    font-size: 0.875rem;
    font-weight: 500;
}

#map {
    border-radius: 6px;
}

.btn-ava {
    padding: 6px 16px !important;
    margin: 4px 0;
}

.pricebreakdown p {
    color: #1b2e4e !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.variation-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-warning i {
    color: rgb(246 193 0) !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
    transform: rotate(45deg) !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-top: 0 solid !important;
    border-left: 0 !important;
}

.btn-radius {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.space {
    padding: 0 0 10px 0;
}

.datelable {
    color: #182b4cb5 !important;
}

#language-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    margin-top: 10px;
    /* White background */
    border: 1px solid #ccc;
    padding: 10px 40px 10px 38px;
    /* Space for arrow */
    border-radius: 5px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' width='16' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 011.08 1.04l-4.25 4.25a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    cursor: pointer;
}


/* Optional: Style on focus */

#language-select:focus {
    outline: none;
    border-color: #888;
}

.upsells {
    display: none;
}

.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}

.btn {
    padding: 18px 30px !important;
    color: #fff !important;
}

.language-select select {
    padding-left: 30px !important;
}
.out-price-v1 {
    padding: 0px 30px;
}