* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #261C04;
    font-family: "Manrope", sans-serif;
    background-color: #fbebcc;
}

.pacifico {
    font-family: "Pacifico", cursive !important;
}


html {
    scroll-behavior: smooth;
}

:root {
    --bh-sticky-offset: 120px;
    --bh-overlay-top-space: 0px;
}


.pacifico-title {
    color: #7D3F0F !important;
}

a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}

.blue-color {
    color: #005EA2 !important;
}

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

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

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

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

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

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

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

.section-heading {
    font-size: 34px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

.panel-space {
    padding: 100px 0;
}

.text-black {
    color: #000 !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}


.header {
    display: flex;
    align-items: center;
    padding: 0 0;

    width: 100%;
    border-bottom: 1px solid #261C0433;
}

.home .header,
.page-id-12 .header {
    display: flex;
    align-items: center;
    padding: 0 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.fixed-header {
    background-color: #00000091;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.page-id-12 .fixed-header {
    background-color: #00000091 !important;
}

.page-id-12 .header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
    border: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.nav-item {
    margin: 0 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #000;
    /* change color if needed */
    transition: width 0.3s ease;
}

.home .navbar-expand-lg .navbar-nav .nav-link::after,
.page-id-12 .navbar-expand-lg .navbar-nav .nav-link::after {
    background: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #261C04;
}

.home .navbar-dark .navbar-nav .nav-link,
.page-id-12 .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #261C04;
}

.home .navbar-dark .navbar-nav .nav-link:focus,
.page-id-12 .navbar-dark .navbar-nav .nav-link:focus,
.home .navbar-dark .navbar-nav .nav-link:hover,
.page-id-12 .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%;
}


.fixed-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.fixed-header .navbar-expand-lg .navbar-nav .nav-link::after {
    background: #fff;
}

.hone-banner {
    height: 730px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hone-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(82.05% 82.05% at 98.9% 50%, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
    position: absolute;
}

.banner-title {
    font-size: 78px;
    color: #fff;
    line-height: 109px;
    margin-bottom: 50px;
}



.plan-day-btn {
    background-image: url(../images/button-bg-img.png);
    background-size: cover;
    background-position: top;
    border: none;
    border-radius: 50px;
    padding: 20px 52px;
    font-weight: 800;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

.plan-day-btn img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-20px);
    transition: transform 1s ease;
}

.plan-day-btn:hover img {
    transform: translateY(0);
}

.banner-btn,
.bnr-transparant-btn {
    background: linear-gradient(180deg, #EEC45E 0%, #FFBB14 100%);
    color: #000 !important;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid #D4A42C;
    box-shadow: 0px -2px 0px 0px #FFFFFF4A inset;
    text-align: center;
    width: 200px;
    display: inline-block;
    font-weight: 800;
}

.bnr-transparant-btn {
    border: 1px solid #C1C1C1 !important;
    background: #00000024;
    color: #fff !important;
    box-shadow: none;
}

.bnr-transparant-btn:hover {
    background: linear-gradient(180deg, #EEC45E 0%, #FFBB14 100%);
    color: #000;
}

.banner-btn:hover {
    border: 1px solid #C1C1C1 !important;
    background: #00000024;
    color: #fff !important;
    box-shadow: none;
}

.find-your-perfect h2 {
    color: #7D3F0F;
    letter-spacing: 6%;
}

.find-your-perfect {
    background-size: cover;
    background-repeat: no-repeat;
}

.star-img {
    position: absolute;
    bottom: 50px;
    left: 70px;
}


.water-activity .pacifico {
    color: #005EA2;
}

.water-activity p {
    color: #04142C;
    font-weight: 500;
    letter-spacing: 4%;
    line-height: 30px;
}

.water-activity-title {
    font-size: 54px;
    color: #04142C;
}


.water-activities-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 70px;
}

.explore-btn {
    background: #FFFFFF8A;
    border: 1px solid #918F8F;
    border-radius: 50px;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    color: #04142C;
    cursor: pointer;
    transition: all 0.3s ease;
}

.explore-btn:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.activity-list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #04142C;
}

.dot {
    font-size: 20px;
    color: #04142C;
    font-weight: 600;
}



.beach-rentals-section {
    background-color: #fdf0d5;
    padding: 100px 0;
    overflow: hidden;
}



.good-vibes,
.start-with-favorites {
    background: linear-gradient(360deg, #072248 0%, #0E3875 100%);
}


/* gallery section css */

.gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    width: 100%;
}

/* Each Row */
.marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

/* Gallery Item */
.gallery-item {
    width: 410px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.gallery-item.large {
    width: 420px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}


.track-top {
    animation: scrollLeft 60s linear infinite;
}


.track-bottom {
    animation: scrollRight 60s linear infinite;
}


@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 10px));
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(calc(-50% - 10px));
    }

    100% {
        transform: translateX(0);
    }
}

/* Hover Pause */
.marquee-track:hover {
    animation-play-state: paused;
}



.features-container {
    border-radius: 12px;
    position: relative;
}

.why-choose-us {
    padding-top: 220px;
}

.why-choose-us .pacifico {
    color: #7D3F0F;
}

.feature-card {
    background-color: #7D3F0F;
    border: 1px solid #2B15043D;
    padding: 30px;
    text-align: left;
    border-radius: 12px;
}

.icon-box {
    margin-bottom: 30px;
}

.icon-box img {
    width: 50px;
}

.feature-card-cnt {
    letter-spacing: 4%;
    margin-top: 16px;
    font-size: 14px;
}

.tree-img {
    position: absolute;
    top: 30px;
}

.product-card {
    background-color: white;
    border-radius: 28px;
    overflow: hidden;
    padding: 6px;
    padding-bottom: 23px;
    transition: all 0.4s ease;
}

.image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
}

.image-container img {
    width: 100% !important;
    border-radius: 25px;
    display: block;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
    max-width: 100% !important;
}

/* Hover Effect */
.product-card:hover .image-container img {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.content {
    padding: 0 15px;
}

.content h3 {
    color: #071B38;
    font-size: 26px;
    margin: 22px 0 8px 0;
    font-weight: 700;
}

.content p {
    color: #071B3899;
    margin-bottom: 30px;
    letter-spacing: 4%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.current-price, .base-units {
    font-size: 20px;
    font-weight: 700;
    color: #071B38;
}

.old-price {
    font-size: 20px;
    color: #071B3861;
    text-decoration: line-through;
}


/* defoult owl crousal css */

.owl-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.acitvity-cards-slider .owl-nav {
    position: absolute;
    top: -90px;
    right: 11px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    font-size: 16px !important;
}

/* Hover & Active */
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:active,
.owl-nav .owl-next:active {
    background: #fff !important;
    color: #0b2c63 !important;
}

/* Remove Default Text */
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: none;
}

.owl-nav .owl-prev::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.owl-nav .owl-next::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.owl-prev:before,
.owl-next:before {
    font-size: 18px !important;
}

/* faq section css  */

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 10px !important;
    overflow: hidden;
    background: #efdcae;
}

.custom-accordion .accordion-button {
    background: #F8E2B7;
    color: #261C04;
    font-size: 20px;
    font-weight: 700;
    padding: 22px 24px;
    box-shadow: none !important;
    border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #f3f3f3;
    color: #4d4234;
}

.custom-accordion .accordion-body {
    background: #f3f3f3;
    color: #261C04B2;
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.7;
}

/* Plus Icon */
.custom-accordion .accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 29px;
    font-weight: 500;
    transform: none !important;
    color: #3f3529;
    margin-top: -17px;
}

/* Minus Icon */
.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

/* Active Border */
.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1.5px solid #7D3F0F;
}


.footer-logo {
    width: 95px;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 15px;
    max-width: 200px;
    font-weight: 600;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
}

.footer-links ul,
.footer-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 16px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #000000CC;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 0 0 10px 0;
}

.footer-links ul li a:hover {
    color: #000;
    padding-left: 5px;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    color: #4d4337;
    font-size: 16px;
    line-height: 1.5;
}

.footer-contact ul li i {
    font-size: 20px;
    margin-top: 4px;
}

.footer-contact ul li a {
    text-decoration: none;
    color: #4d4337;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 45px;
    padding-top: 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #261C04CC;
}

.footer-policy {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-policy a {
    text-decoration: none;
    font-size: 14px;
    color: #261C04CC;
}

.footer-policy a:hover {
    color: #000;
}


.footer-panel {
    padding-bottom: 330px;
}

.footer-bg-img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.blue-horizon {
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    left: 50%;
    right: auto;
    transform: translate(-50%, 24px);
    width: 94%;
}


.water-activity-banner {
    height: 810px;
    padding-top: 150px;
}

.water-activity-banner .banner-title {
    font-size: 50px;
    margin-bottom: 10px;
}

.water-activity-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
}

.water-activity-gallery .gallery-item {
    height: 250px;
}

.water-activity-gallery {
    margin-top: -90px;
}


.product-listing-panel .nav-tabs {
    background: #fff;
    padding: 10px;
    border-radius: 14px;
    width: fit-content;
    gap: 8px !important;
}

/* Nav Item */
.product-listing-panel .nav-tabs .nav-link {
    border: 0;
    background: #F2F2F2;
    color: #002458;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
    transition: 0.3s ease;
    white-space: nowrap;
}

/* Active Tab */
.product-listing-panel .nav-tabs .nav-link.active {
    background: #002458;
    color: #fff;
    box-shadow: none;
}

/* Hover */
.product-listing-panel .nav-tabs .nav-link:hover {
    background: #002458;
    color: #fff;
}

/* Remove Bootstrap Focus */
.product-listing-panel .nav-tabs .nav-link:focus {
    box-shadow: none;
}

.product-listing-panel .nav-item {
    margin: 0 0px;
}


.accordion-item {
    background-color: transparent;
    border: 0;
}

.add-food-section {
    background-color: #F8E2B7;
}


.easybooking .activity-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 270px;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.easybooking .big-card {
    min-height: 560px;
    padding-bottom: 30px;
}

.easybooking .big-card .number {
    font-size: 110px;
}

.easybooking .top-card {
    min-height: 270px;
}


.easybooking .activity-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.easybooking .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 43, 59, 0) 43.73%, #002B3B 86.6%);

}

.easybooking .light-overlay {
    background: linear-gradient(268.89deg, rgba(1, 175, 252, 0) 42%, rgba(1, 175, 252, 0.5) 99.2%);

}

.easybooking .content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.easybooking .dark-text {
    color: #111;
}

.easybooking .number {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.easybooking h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}



.easybooking .yellow-card {
    background: #f4c331;
}

.easybooking .brown-card {
    background: #8a4a08;
}



.beachpackages .package-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 700px;
    height: 100%;
}

.beachpackages .package-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

/* overlays */
.beachpackages .overlay {
    position: absolute;
    inset: 0;
}

.beachpackages .dark-overlay {
    background: linear-gradient(180deg, rgba(39, 41, 51, 0) 26.77%, rgba(39, 41, 51, 0.78) 74.01%);
}

.beachpackages .green-overlay {
    background: linear-gradient(180deg, #02413F 0%, rgba(102, 102, 102, 0) 46.24%);
}

/* content */
.beachpackages .package-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.beachpackages .top-content {
    top: 40px;
    bottom: auto;
}

.beachpackages h2 {
    margin-bottom: 20px;
}

.beachpackages p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 300;
}




.truck-section {
    position: relative;
}

.truck-section .wave-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.truck-section .wave-card img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

/* TOP CURVE */
.truck-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 120%;
    height: 170px;
    background: #fbebcc;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-50%, -20px);
}

.truck-section::after {
    content: "";
    position: absolute;
    bottom: 40px;
    background: #fbebcc;
    border-radius: 50%;
    z-index: 2;
    left: 50%;
    width: 120%;
    height: 170px;
    transform: translate(-50%, -20px);
}

/* Center Highlight */
.truck-section .owl-item.center {
    transform: scale(1.05);
    transition: 0.4s;
}



.about-us-banner {
    margin-top: 30px;
}

.about-us-banner .banner-title {
    font-size: 50px;
    margin-bottom: 10px;
}


.beach-need-section .need-box {
    background: #7D3F0F;
    border-radius: 14px;
    padding: 28px 30px;
    margin-bottom: 18px;
}

.beach-need-section .need-box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.beach-need-section .need-box p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}




/* listing right side form css */
.day-plan-panel {
    padding: 40px 0;
}

.day-plan-card {
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.page-template-product-listing .day-plan-card {
    position: sticky;
    top: var(--bh-sticky-offset);
    max-height: calc(100dvh - var(--bh-sticky-offset) - 20px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: none;
}

.page-template-product-listing .day-plan-card::-webkit-scrollbar {
    display: none;
}

.day-plan-card h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
}

.sub-text {
    margin-bottom: 30px;
    font-size: 18px;
    color: #5F6377;
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #5F6377;
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.selected-tags span {
    background: #021d49;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 15px;
    position: relative;
}

.selected-tags span i {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
}

input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #fff;
    outline: none;
}

.divider {
    border-top: 2px dashed #ddd;
    margin: 25px 0;
}

.input-icon {
    position: relative;
}

.input-icon span {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 20px;
    color: #777;
}

.phone-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    height: 55px;
    padding: 0 10px;
    margin-bottom: 25px;
    gap: 8px;
}

.phone-box span {
    font-size: 15px;
    margin-right: 15px;
    color: #333;
}

.phone-box select {
    flex: 0 0 78px;
    height: 40px;
    border: 0;
    border-right: 1px solid #e4e4e4;
    border-radius: 0;
    background: #fff;
    color: #261C04;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    padding: 0 8px;
}

.phone-box input {
    flex: 1;
    border: none;
    margin: 0;
    height: 40px;
    padding: 0 8px;
    min-width: 0;
}


.help-btn {
    display: block;
    text-align: center;
    background: #FBF2E1;
    padding: 13px;
    border-radius: 12px;
    color: #261C04E5;
    font-size: 18px;
    text-decoration: none;
}

.selected-tags span i {
    cursor: pointer;
}

.bh-success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    padding: 16px;
    overflow: hidden;
}

.bh-success-overlay.is-visible {
    display: flex;
}

.bh-success-box-wrapper {
    position: relative;
    width: 100%;
    max-width: 720px;
}

.bh-success-box {
    width: 100%;
    background: #fff;
    border-radius: 28px;
    padding: 30px 34px;
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    animation: bh-success-popup 0.4s ease;
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    scrollbar-width: none;
}

.bh-success-box::-webkit-scrollbar {
    display: none;
}

@keyframes bh-success-popup {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.bh-success-close {
    position: absolute;
    top: 18px;
    right: 22px;
    cursor: pointer;
    font-size: 26px;
    color: #777;
    border: 0;
    background: transparent;
    line-height: 1;
    padding: 0;
}

.bh-success-check {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.bh-success-box h2 {
    color: #0A4D68;
    font-size: clamp(28px, 3vw, 38px);
    margin-bottom: 12px;
}

.bh-success-box p {
    color: #666;
    line-height: 1.55;
    margin: 0 auto 18px;
    max-width: 620px;
}

.bh-success-reference {
    background: #eef8fb;
    border: 1px solid #cdeaf5;
    padding: 13px 16px;
    border-radius: 12px;
    margin: 0 auto 18px;
    color: #0A4D68;
    font-weight: 600;
    max-width: 620px;
}

.bh-success-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    margin: 0 0 18px;
}

.bh-success-opening {
    background: #0A4D68;
    color: #fff;
    padding: 18px;
    border-radius: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 118px;
}

.bh-success-opening h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.bh-success-hours {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 18px;
    margin: 0;
    color: #444;
    line-height: 1.65;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bh-success-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bh-success-primary,
.bh-success-secondary {
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 600;
    border: 0;
}

.bh-success-primary {
    background: #D4A017;
    color: #fff;
    cursor: pointer;
}

.bh-success-secondary {
    background: #edf2f7;
    color: #333;
}

body.bh-popup-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .bh-success-box {
        padding: 26px 18px;
    }

    .bh-success-box h2 {
        font-size: 26px;
    }

    .bh-success-meta {
        grid-template-columns: 1fr;
    }

    .bh-success-buttons {
        flex-direction: column;
    }

    .bh-success-primary,
    .bh-success-secondary {
        width: 100%;
    }
}



.quick-help-card {
    max-width: 900px;
    margin: auto;
    padding: 35px;
    border-radius: 18px;
    background-color: #fff;
}


.form-group label {
    display: block;
    font-size: 14px;
    color: #5F6377;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    padding: 14px 16px;
    font-size: 16px;
    outline: none;
    color: #333;
}

.form-group input {
    height: 54px;
}

.form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 16px;
}

.phone-field p {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    height: 54px;
    padding: 0 10px;
}

.phone-field span {
    color: #001f54;
    font-weight: 500;
    margin-right: 15px;
    white-space: nowrap;
}

.phone-field select {
    flex: 0 0 78px;
    height: 40px;
    border: 0;
    border-right: 1px solid #e4e4e4;
    border-radius: 0;
    background: #fff;
    color: #001f54;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    padding: 0 8px;
}

.phone-field input {
    border: none;
    height: 40px;
    margin: 0;
    padding: 0 8px;
    min-width: 0;
}

.phone-field {
    height: 54px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #fff;
}

.interest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.interest-tags button {
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #4d5666;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
    transition: .3s;
    cursor: pointer;
}

.interest-tags button:hover,
.interest-tags button.active {
    background: #001f54;
    color: #fff;
    border-color: #001f54;
}


.touch-wrapper h2 {
    font-size: 50px;
    color: #261C04;
    font-weight: 400;
}


.contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.contact-box .icon-box {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-content h4 {
    margin: 0 0 10px;
    font-weight: 600;
}

.contact-content a {
    font-size: 34px;
    text-decoration: none;
    color: #261C04;
}

.contact-content a:hover {
    text-decoration: underline;
}


.icon-box i {
    font-size: 38px;
    color: #261C04;
}

.beach-rentals-banner {
    height: 560px !important;
    background-position: bottom;
    display: flex;
    padding-top: 60px;
    margin-top: 0px;
}


.product-gallery .main-image {
    position: relative;
    width: 100%;
    height: 508px;
}

.product-gallery .main-image img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.product-gallery .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    background: #24254757;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .prev {
    left: -15px;
}

.nav i {
    font-size: 18px;
}

.product-gallery .next {
    right: -15px;
}

.product-gallery .thumbnail-images {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    overflow: hidden;
}

.product-gallery .thumbnail-images img {
    width: 100px;
    cursor: pointer;
    border-radius: 8px;
    opacity: 0.6;
    transition: 0.3s;
    height: 90px;
    object-fit: cover;
}

.product-gallery .thumbnail-images img.active {
    opacity: 1;
    border: 2px solid #000;
}

.product-heading {
    font-size: 35px;
    font-weight: 700;
}

.product-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}

.product-desc {
    font-size: 18px;
    color: #071B3899;
    border-bottom: 1px solid #071B381A;
    padding-bottom: 34px;
    margin-bottom: 34px;
}


.activity-info-card {
    background: #FBF2E1;
    border-radius: 12px;
    padding: 20px;
    margin-top: 38px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    width: 32px;
    font-size: 14px;
    color: #261C0480;
    margin-right: 3px;
}

.info-item p {
    margin: 0;
    font-size: 14px;
    color: #40382d;
    font-weight: 400;
}

.info-item strong {
    font-weight: 700;
    color: #40382d;
}

.product-content .old-price {
    font-size: 20px;
}




.included-wrapper {
    background: #f8f8f8;
    border-radius: 18px;
    padding: 35px 25px;
    display: flex;
    gap: 30px;
}

.included-box {
    flex: 1;
    padding: 0 25px;
    border-right: 1px solid #ddd;
}

.included-box:last-child {
    border-right: none;
}

.included-box h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 25px;
}

.included-box ul {
    margin: 0;
    padding-left: 20px;
}

.included-box ul li {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.5;
}






.testimonial-card {
    background-color: #FFF9ED;
    /* Image ka light cream background */
    width: 450px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info .name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2D2417;
}

.user-info .location {
    margin: 0;
    font-size: 14px;
    color: #706B63;
}

.rating {
    color: #F2B01E;
    /* Gold color stars */
    font-size: 20px;
    letter-spacing: 2px;
}

.card-body .review-text {
    font-size: 18px;
    line-height: 1.6;
    color: #4A453E;
    margin: 0;
    font-weight: 400;
}


/* review section css */

.review-card {
    background: #FBF2E1;
    border-radius: 18px;
    padding: 24px;
    min-height: 240px;
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 !important;
}

.review-user h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.review-user span {
    font-size: 14px;
}

.review-stars i {
    color: #F2A30F;
    font-size: 16px;
    margin-left: 3px;
}

.review-card p {
    line-height: 1.6;
    color: #261C04E5;
    font-weight: 500;
    margin-bottom: 0;
}

.review-slider .owl-nav {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.review-slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    background: #8a7d61 !important;
    color: #fff !important;
    font-size: 22px !important;
}

.review-slider .owl-nav button:hover {
    background: #2b2418 !important;
}

/* dots */
.review-slider .owl-dots {
    margin-top: 20px;
    text-align: left;
}

.review-slider .owl-dot span {
    width: 70px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background: #bfb39d !important;
}

.review-slider .owl-dot.active span {
    background: #3a3123 !important;
}


.review-slider .owl-nav .owl-prev,
.review-slider .owl-nav .owl-next {
    background: #261C0480 !important;

}

.star-icon {
    color: #F2A30F;
    font-size: 26px;
    vertical-align: sub;
    margin-right: 6px;
}

.rating-container {
    font-weight: 800;
}



/* boogtrsp modal  */

.right-modal .modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    transform: translateX(100%);
    transition: transform .4s ease;
}

.right-modal.show .modal-dialog {
    transform: translateX(0);
}

.right-modal .modal-body {
    height: 100vh;
}

.right-modal .interest-tags button {
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #4d5666;
    padding: 7px 13px;
    border-radius: 8px;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
}


.banner-btn {
    background: #d4a017;
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.quantity-box {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    padding: 4px 0px;
    width: fit-content;
    border: 1px solid #D4A42C;
    box-shadow: 0px 2px 8.2px 0px #EDCA7C87 inset;
}

.quantity-box button {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #d4a017;
    cursor: pointer;
    font-weight: bold;
    padding: 0 30px;
    text-align: center;
}

.quantity-box .count {
    font-size: 20px;
    font-weight: 600;
    color: #d4a017;
}


.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item input[type="checkbox"] {
    display: none;
}

.wpcf7-list-item-label {
    display: inline-block;
    padding: 10px 17px;
    border-radius: 10px;
    background: #fff;
    color: #5F6377;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid #CFD0D7;
}

/* Selected Button Style */
.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background: #002458;
    color: #fff;
    border-color: #002458;
}

.interest-tags label {
    margin-bottom: 0;
}

.quick-help-card .form-group p {
    margin-bottom: 0;
}


/* cart page css */

.booking-card,
.success-card {
    background: white;
    width: 100%;
    max-width: 670px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.booking-card h2 {
    text-align: center;
    color: #071B38;
    margin: 30px 0;
    font-weight: 800;
}

.section-top,
.section-bottom {
    padding: 0 30px;
}

.section-bottom {
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-label {
    color: #071B38B2;
    font-weight: 800;
    margin-bottom: 15px;
}

/* Item Rows */
.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.item-info strong {
    display: block;
    color: #071B38;
    font-weight: 800;
    line-height: normal;
}

.item-info span {
    font-size: 12px;
    color: #071B38B2;
}

.controls {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #071B38;
    font-weight: 800;
}

.qty-btn {
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
}

.price {
    font-weight: bold;
    min-width: 45px;
    text-align: right;
}

.divider {
    border: 0;
    border-top: 1px dashed #ddd;
    margin: 20px 0;
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    padding-bottom: 25px;
}

/* Form & Grid */
.details-grid,
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    font-size: 0.8rem;
    color: #707a8a;
    margin-bottom: 5px;
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

/* Button */
.confirm-btn {
    width: 100%;
    background: #f4bd42;
    /* Yellow-ish orange */
    border: none;
    padding: 15px;
    border-radius: 30px;
    color: #0b1e3f;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
}

.payment-icons {
    text-align: center;
    margin-top: 15px;
    font-size: 0.8rem;
    color: #888;
}



.quick-help-iner-card .quick-help-card {
    padding: 0;
}

.quick-help-iner-card .form-group textarea {
    height: 70px;
}

.quick-help-iner-card .phone-field p {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    height: 54px;
    padding: 0 0 0 15px;
}

.quick-help-iner-card .phone-field span {
    margin-right: 0;
}

.review-stars span {
    color: #F2A30F;
    font-size: 26px;
}

/* exact gallery */
.custom-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: 180px;
}

/* common */
.gallery-item-box {
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: .4s;
}

.gallery-item-box img:hover {
    transform: scale(1.06);
}

/* custom heights */
.gallery-item-box.tall {
    grid-row: span 2;
}

.gallery-item-box.big {
    grid-row: span 2;
}

/* button */
.view-more-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 40px;
    border: 1px solid #999;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}





.cart-panel {
    margin-top: -270px;
    position: relative;
    z-index: 9;
}

.btn-action {
    padding: 0 10px;
    cursor: pointer;
}

.success-card h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.top-text {
    text-align: center;
    width: 75%;
    margin: 0 auto 50px;
}

.success-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.success-card .small-text {
    font-size: 14px;
    width: 70%;
    margin: 0 auto 0;
    text-align: center;
}

.success-icon img {
    margin-bottom: 40px;
    width: 160px;
}



.error-404 {

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px 20px;

    background: #F5E8C9;
}

.error-404 .page-content {

    width: 100%;
    max-width: 700px;

    background: #fff;

    padding: 60px 40px;

    border-radius: 30px;

    text-align: center;
}

.error-404 .page-content p {

    font-size: 22px;
    line-height: 1.8;

    color: #666;

    margin-bottom: 40px;
}



/* FORM */

.error-404 .search-form {

    display: flex;
    align-items: center;
    gap: 15px;
}



.error-404 .search-field {

    width: 100%;
    height: 60px;

    border: 1px solid #ddd;

    border-radius: 50px;

    padding: 0 20px;

    font-size: 18px;

    outline: none;
}

.error-404 .search-submit {

    min-width: 180px;

    height: 60px;

    border: none;

    border-radius: 50px;

    background: #001B5E;

    color: #fff;

    font-size: 18px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;
}

.error-404 .search-submit:hover {

    background: #FDB913;
    color: #000;
}





.page-content.default-max-width {

    width: 100%;
    max-width: 700px;

    background: #fff;

    padding: 60px 40px;

    border-radius: 30px;

    text-align: center;

    margin: 60px auto;
}



/* TEXT */

.page-content.default-max-width p {

    font-size: 22px;
    line-height: 1.8;

    color: #666;

    margin-bottom: 40px;
}



/* FORM */

.page-content.default-max-width .search-form {

    display: flex;
    align-items: center;
    gap: 15px;
}

.page-content.default-max-width .search-form label {

    display: none;
}



/* INPUT */

.page-content.default-max-width .search-field {

    width: 100%;
    height: 60px;

    border: 1px solid #ddd;

    border-radius: 50px;

    padding: 0 20px;

    font-size: 18px;

    outline: none;
}



/* BUTTON */

.page-content.default-max-width .search-submit {

    min-width: 180px;

    height: 60px;

    border: none;

    border-radius: 50px;

    background: #001B5E;

    color: #fff;

    font-size: 18px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;
}

.page-content.default-max-width .search-submit:hover {

    background: #FDB913;
    color: #000;
}

.adult-tag {
    padding: 16px 14px;
    background: #F9E3E3;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #3D0000;
    line-height: 1;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
}

.faq-section {
    margin-top: -240px;
    position: relative;
    z-index: 9;
}

.footer-panel .nav-item {
    margin: 0 !important;
}

.water-activity-gallery {
    position: relative;
    z-index: 2;
}

.page-template-gallery .product-listing-panel {
    margin-top: -90px !important;
}


.discription-panel {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}
