/**
 * FlyingFish Brand Color Overrides
 * Primary (was #ff6464): #06b6d4 (Cyan - from fish logo lighter part)
 * Secondary (was #64acff): #0d9488 (Teal - from fish logo darker part)
 * Dark text: #1e293b (Slate-800)
 */

/* ===== Button Primary ===== */
.default-btn1 {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.default-btn1:hover {
    background-color: #06b6d4 !important;
}

/* ===== Button Secondary ===== */
.default-btn2 {
    background-color: #0d9488 !important;
    color: #fff !important;
    border-color: #0d9488 !important;
}
.default-btn2:hover {
    background-color: #06b6d4 !important;
    border-color: #06b6d4 !important;
}

/* ===== Section Title Span (accent label) ===== */
.section-title span {
    color: #06b6d4 !important;
}

/* ===== Navbar ===== */
.navbar-area .main-nav .navbar-nav .nav-item .nav-link:hover,
.navbar-area .main-nav .navbar-nav .nav-item .nav-link.active,
.navbar-area .main-nav .navbar-nav .nav-item:hover .nav-link {
    color: #0d9488 !important;
}
.navbar-area .main-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0d9488 !important;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.mean-expand:hover {
    color: #0d9488 !important;
}

/* ===== Top Header ===== */
header.header-area.top-header,
.header-area.top-header,
.top-header {
    background-color: #0d9488 !important;
    background: #0d9488 !important;
    border-bottom: none !important;
    padding: 8px 0 !important;
}
.top-header .header-left ul li,
.top-header .header-left ul li a,
.top-header .header-left ul li i,
.top-header .social-icon ul li a,
.header-area .header-left ul li,
.header-area .header-left ul li a,
.header-area .header-left ul li i {
    color: #ffffff !important;
    font-size: 13px !important;
}
.top-header .header-left ul li {
    margin-right: 25px !important;
}
.top-header .header-left ul li::before {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.top-header .header-left ul li a:hover,
.top-header .social-icon ul li a:hover {
    color: #a7f3d0 !important;
}

/* ===== Logo Size ===== */
.navbar-brand img,
.navbar-light .navbar-brand img {
    max-height: 70px !important;
    width: auto !important;
}
.mobile-nav .logo img {
    max-width: 220px !important;
    max-height: 50px !important;
    height: auto !important;
}
.mobile-nav .logo {
    top: 6px !important;
}
.mean-container .mean-bar {
    background-color: #fff !important;
    min-height: 60px !important;
}
.footer-conten-title img {
    max-height: 55px !important;
    width: auto !important;
}

/* ===== Service Items ===== */
/* Card layout - equal heights with button at bottom */
.service-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-height: 320px !important;
    justify-content: flex-start !important;
}
.service-item .service-item-icon {
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.service-item .service-head {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
}
.service-item p {
    flex: 1 1 auto !important;
    min-height: 80px !important;
}
.service-item-icon {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
}
.service-item-icon i {
    color: #06b6d4 !important;
    font-size: 42px !important;
}
.service-item:hover .service-item-icon i {
    color: #fff !important;
}
.service-item:hover {
    border-color: #0d9488 !important;
}
.service-head h3:hover {
    color: #06b6d4 !important;
}
/* Wave background: use teal version */
.service-item::before {
    background-image: url(../img/shape/bg-shape-teal.png) !important;
}
.service-area .owl-theme .owl-item.active.center .service-item {
    background-image: url(../img/shape/bg-shape-teal.png) !important;
    background-color: #0d9488 !important;
}
/* Active/center card */
.service-area .owl-item.active.center .service-item .service-item-icon i {
    color: #fff !important;
}
.service-area .owl-item.active.center .service-item p,
.service-area .owl-item.active.center .service-item .service-head h3 {
    color: #fff !important;
}
/* Hover card */
.service-item:hover p,
.service-item:hover .service-head h3 {
    color: #fff !important;
}
/* Service card small button */
.service-btn.default-btn1 {
    display: inline-block;
    padding: 8px 20px !important;
    font-size: 13px !important;
    border-radius: 5px;
    margin-top: auto !important;
    align-self: center !important;
}
.service-item:hover .service-btn.default-btn1,
.service-area .owl-item.active.center .service-item .service-btn.default-btn1 {
    background-color: #fff !important;
    color: #0d9488 !important;
}
.service-item:hover .service-btn.default-btn1:hover,
.service-area .owl-item.active.center .service-item .service-btn.default-btn1:hover {
    background-color: #06b6d4 !important;
    color: #fff !important;
}

/* ===== Slider ===== */
.slider-area .owl-dots .owl-dot.active span,
.slider-area .owl-dots .owl-dot:hover span {
    background-color: #06b6d4 !important;
}
.home-slider .slider-item {
    background-size: cover !important;
    background-position: center !important;
}
@media only screen and (max-width: 991px) {
    .home-slider .slider-item {
        height: 680px !important;
        min-height: unset !important;
    }
}
@media only screen and (max-width: 575px) {
    .home-slider .slider-item {
        height: 650px !important;
        min-height: unset !important;
    }
}

/* ===== Course Section ===== */
.course-item,
.course-item-2 {
    background-color: transparent !important;
    background: none !important;
}
.course-text span {
    color: #0d9488 !important;
}
.course-text h2 {
    color: #1e293b !important;
}
.course-text p {
    color: #64748b !important;
}
.course-text p strong {
    color: #1e293b !important;
}
.icon-shape-3 {
    color: #06b6d4 !important;
    animation: movebounce-flip 6s linear infinite !important;
    left: 0 !important;
}
@keyframes movebounce-flip {
    0% { transform: scaleX(-1) translateX(0px); }
    50% { transform: scaleX(-1) translateX(70px); }
    100% { transform: scaleX(-1) translateX(0px); }
}
.icon-shape-4 {
    color: #0d9488 !important;
}

/* ===== Course Area Gap Fix ===== */
.course-area .container-fluid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}
.course-area .row,
.course-area .course-another .row {
    align-items: center !important;
}

/* ===== Gallery ===== */
.gallery-item {
    overflow: hidden !important;
}
.gallery-item a {
    display: block;
    height: 280px;
    overflow: hidden;
}
.gallery-item a img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
}
.gallery-text {
    background-color: #06b6d4 !important;
}
.gallery-text h3 {
    color: #fff !important;
}
.gallery-item:hover .gallery-text {
    background-color: #0891b2 !important;
}
.gallery-item:hover .gallery-text h3 {
    color: #fff !important;
}

/* ===== Trainer Cards ===== */
.trainers-area .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 30px !important;
}
.trainer-card {
    margin-bottom: 0 !important;
    flex: 0 0 auto !important;
}
.trainer-card img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
}
.trainer-content {
    min-height: 90px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.trainer-content h3 {
    color: #1e293b !important;
    font-size: 20px !important;
    margin-bottom: 4px !important;
    white-space: nowrap !important;
}
.trainer-content span {
    font-size: 13px !important;
}
.trainer-content.active,
.trainer-card:hover .trainer-content {
    background-color: #06b6d4 !important;
}
.trainer-content.active h3,
.trainer-card:hover .trainer-content h3 {
    color: #fff !important;
}
.trainer-content .social-icon.active ul li a,
.trainer-card:hover .social-icon ul li a {
    color: #fff !important;
}
.trainer-bio {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    padding: 10px 15px 12px;
    line-height: 1.5;
    text-align: center;
    flex: 1 1 auto;
    background: #f0fdfa;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

/* ===== News Cards ===== */
.news-card .news-img {
    overflow: hidden;
}
.news-card .news-img img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}
.news-card .sub-text a {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.news-card .sub-text {
    background-color: #0d9488 !important;
}
.news-content h3 a {
    color: #1e293b !important;
}
.news-content h3 a:hover {
    color: #06b6d4 !important;
}
.news-content a.news-icon {
    color: #06b6d4 !important;
}
.news-content a.news-icon:hover {
    color: #0d9488 !important;
}
.news-content h3:hover {
    color: #06b6d4 !important;
}

/* ===== Footer ===== */
.footer-area {
    background-color: #06b6d4 !important;
}
.footer-bottom {
    background-color: #0e7490 !important;
}
/* Footer social icons (bg is on li, not a) */
.footer-content .footer-social ul li {
    background-color: #0d9488 !important;
}
.footer-content .footer-social ul li:hover {
    background-color: #fff !important;
}
.footer-content .footer-social ul li a {
    color: #fff !important;
}
.footer-content .footer-social ul li:hover a {
    color: #0d9488 !important;
}
/* Newsletter heading */
.footer-content .newsleter-area h3 {
    color: #fff !important;
}
/* Footer logo white background */
.footer-conten-title a img {
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
}
/* Footer heading bar */
.footer-list h3::before {
    background-color: #0d9488 !important;
}
/* Footer contact icon backgrounds */
.footer-list ul li i,
.footer-list ul li a i {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.footer-list ul li:hover i,
.footer-list ul li a:hover i {
    background-color: #fff !important;
    color: #0d9488 !important;
}
/* Footer link hover */
.footer-list ul li a:hover,
.footer-list ul li:hover {
    color: #f0fdfa !important;
}
.subscribe-btn {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.subscribe-btn:hover {
    background-color: #fff !important;
    color: #0d9488 !important;
}
.footer-conten-title img {
    max-height: 55px !important;
    width: auto !important;
}
@media only screen and (max-width: 767px) {
    .footer-conten-title img {
        max-height: 70px !important;
        max-width: 250px !important;
    }
}

/* ===== Product Cards ===== */
.product-cotent .add-product {
    background-color: #06b6d4 !important;
}
.product-cotent .add-product:hover {
    background-color: #0d9488 !important;
}
.product-cotent span {
    color: #06b6d4 !important;
}

/* ===== Pricing Cards ===== */
.pricing-card.active,
.pricing-card:hover {
    background-color: #06b6d4 !important;
}

/* ===== Breadcrumb / Page Title ===== */
.page-title-area {
    background-color: #0d9488 !important;
}

/* ===== Apply / CTA Area ===== */
.apply-area {
    background-color: #f0fdfa !important;
    padding: 0 !important;
    position: relative !important;
}
.apply-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 253, 250, 0.90);
    z-index: 0;
}
.apply-area .container {
    position: relative;
    z-index: 1;
}
.apply-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    max-width: 100% !important;
}

/* ===== About Floating Diver ===== */
.about-diver-float {
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 70px;
    color: #06b6d4;
    z-index: 0;
    animation: about-diver-bounce 6s linear infinite;
}
@keyframes about-diver-bounce {
    0% { transform: scaleX(-1) translateX(0px); }
    50% { transform: scaleX(-1) translateX(30px); }
    100% { transform: scaleX(-1) translateX(0px); }
}
@media only screen and (max-width: 991px) {
    .about-diver-float {
        display: none !important;
    }
}

/* ===== About Section Background ===== */
.about-area {
    background-color: #f0fdfa !important;
}

/* ===== About Section ===== */
.about-right .play-btn {
    color: #fff !important;
}
.about-right .play-btn:hover {
    color: #06b6d4 !important;
}
.icon-shape-1 {
    color: #06b6d4 !important;
}
.icon-shape-2 {
    color: #0d9488 !important;
}
.icon-shape-3,
.icon-shape-5 {
    color: #06b6d4 !important;
}
.icon-shape-4,
.icon-shape-6 {
    color: #0d9488 !important;
}

/* ===== Brand Area ===== */
.brand-logo-two {
    filter: hue-rotate(160deg) saturate(1.2) !important;
}

/* ===== Cart ===== */
.cart-icon {
    color: #0d9488 !important;
}
.cart-icon:hover {
    color: #06b6d4 !important;
}
.cart-icon i {
    font-size: 22px !important;
}

/* ===== FAQ Accordion ===== */
.accordion-button:not(.collapsed) {
    color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, 0.05) !important;
}

/* ===== Testimonials ===== */
.testimonial-item.active,
.testimonial-card:hover {
    border-color: #06b6d4 !important;
}

/* ===== Global Red → Teal Override (catch all #ff6464 / #ffeded) ===== */

/* Buttons pseudo-elements */
.default-btn1::before,
.default-btn1::after {
    background-color: #06b6d4 !important;
}
.default-btn2::before,
.default-btn2::after {
    background-color: #06b6d4 !important;
}

/* Default btn3/btn4 */
.default-btn3,
.default-btn4:hover {
    background-color: #0d9488 !important;
    color: #fff !important;
}

/* Nav active & hover */
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #06b6d4 !important;
}
.main-nav nav .navbar-nav .nav-item a::before {
    background-color: #0d9488 !important;
}

/* Mobile menu: make parent links clickable (expand button only on right side) */
.mean-container .mean-nav ul li a.mean-expand {
    width: 40px !important;
    height: auto !important;
    padding: 10px 0 !important;
    text-align: center !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
    z-index: 2 !important;
    border-left: 1px solid #DBEEFD !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
}
.mean-container .mean-nav ul li > a:not(.mean-expand) {
    padding-right: 50px !important;
    z-index: 1 !important;
    position: relative !important;
}

/* Mobile menu active */
.mobile-nav .mean-container .mean-nav ul li a .active,
.mobile-nav .mean-container .mean-nav ul li a.active,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.active {
    color: #06b6d4 !important;
}

/* Cart icon */
.cart-icon {
    color: #0d9488 !important;
}
.cart-icon:hover,
.cart-icon:hover i,
.cart-area a:hover {
    color: #06b6d4 !important;
}

/* Scroll top button */
#toTop,
#toTop.top-btn,
.top-btn {
    background: #0d9488 !important;
    background-color: #0d9488 !important;
    color: #fff !important;
}
#toTop:hover,
#toTop.top-btn:hover,
.top-btn:hover {
    background: #06b6d4 !important;
    background-color: #06b6d4 !important;
    color: #fff !important;
}

/* Section title span */
.section-title span {
    color: #0d9488 !important;
}
.default-btn1::before,
.default-btn1::after {
    background-color: #0891b2 !important;
}
.service-area .owl-theme .owl-nav .owl-prev,
.service-area .owl-theme .owl-nav .owl-next {
    background-color: #e0f7f5 !important;
    color: #0d9488 !important;
}
.service-area .owl-theme .owl-nav .owl-prev:hover,
.service-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #0d9488 !important;
    color: #e0f7f5 !important;
}
.service-area .owl-theme .owl-item.active.center .service-item {
    border-color: #06b6d4 !important;
}
.pagination li a,
.page-link {
    color: #0d9488 !important;
}
.pagination li.active a,
.page-link:hover,
.page-item.active .page-link {
    background-color: #0d9488 !important;
    border-color: #0d9488 !important;
    color: #fff !important;
}
.sidebar .widget a:hover,
.tagcloud a:hover {
    color: #06b6d4 !important;
}
.tagcloud a:hover {
    background-color: #06b6d4 !important;
    color: #fff !important;
}
blockquote {
    border-left-color: #0d9488 !important;
}
.comment-respond .form-submit input[type="submit"],
.wpcf7-submit {
    background-color: #0d9488 !important;
}
.comment-respond .form-submit input[type="submit"]:hover,
.wpcf7-submit:hover {
    background-color: #06b6d4 !important;
}
.contact-item i {
    color: #0d9488 !important;
}
.contact-item h3:hover {
    color: #06b6d4 !important;
}
.appointment-form button[type="submit"] {
    background-color: #0d9488 !important;
}
.appointment-form button[type="submit"]:hover {
    background-color: #06b6d4 !important;
}
.nice-select .option:hover,
.nice-select .option.selected {
    color: #0d9488 !important;
}

/* ===== Misc Link Colors ===== */
a:hover {
    color: #06b6d4;
}

/* ===== Preloader ===== */
.preloader-wave {
    border-color: #06b6d4 !important;
}
.preloader-wave::before {
    background-color: #06b6d4 !important;
}

/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #0d9488;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.4);
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #06b6d4;
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
}
.whatsapp-float i {
    color: #fff;
    font-size: 30px;
}

/* ===== Hide Dark/Light Switch ===== */
.switch-box {
    display: none !important;
}

/* ===== Trust Bar (custom section) ===== */
.trust-bar {
    background-color: transparent;
    padding: 30px 0;
    border-bottom: 1px solid #e2e8f0;
}
.trust-item {
    text-align: center;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trust-item img {
    height: 32px !important;
    width: auto !important;
    margin-bottom: 8px;
}
.trust-item i {
    font-size: 28px;
    color: #0d9488;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.trust-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d9488;
    margin-bottom: 2px;
}
.trust-item p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}
@media only screen and (max-width: 575px) {
    .trust-item {
        padding: 10px 5px;
    }
    .trust-item i {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .trust-item h4 {
        font-size: 16px;
    }
    .trust-item p {
        font-size: 11px;
    }
}

/* ===== Why Choose Us (custom section) ===== */
.apply-area .apply-text > span {
    color: #0d9488 !important;
}
.apply-area .apply-text > h2 {
    color: #1e293b !important;
}
.apply-area .apply-btn .default-btn1 {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.apply-area .apply-btn .default-btn1:hover {
    background-color: #06b6d4 !important;
    color: #fff !important;
}
.apply-area .apply-btn .default-btn1::before,
.apply-area .apply-btn .default-btn1::after {
    background-color: #06b6d4 !important;
}
.apply-area .apply-btn .default-btn2 {
    background-color: transparent !important;
    border: 2px solid #0d9488 !important;
    color: #0d9488 !important;
    margin-top: 10px;
}
.apply-area .apply-btn .default-btn2:hover {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.apply-area .apply-btn .default-btn2::before,
.apply-area .apply-btn .default-btn2::after {
    background-color: #0d9488 !important;
}
.why-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.why-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}
.why-item i {
    font-size: 42px;
    color: #0d9488;
    margin-bottom: 15px;
    display: block;
}
.why-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
}
.why-item p {
    color: #64748b;
    font-size: 15px;
}

/* ===== Homepage FAQ (custom) ===== */
.home-faq .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.home-faq .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 18px 24px;
}
.home-faq .accordion-body {
    padding: 0 24px 18px;
    color: #64748b;
}

/* ===== Price Badge ===== */
.price-badge {
    display: inline-block;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .price-badge {
        font-size: 16px;
        padding: 6px 18px;
    }
}

/* ===== No Swimming Badge ===== */
.no-swim-badge {
    display: inline-block;
    background-color: #fbbf24;
    color: #1e293b;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 20px;
}

/* ===== Slider CTA spacing ===== */
.slider-text .slider-btn {
    margin-top: 10px !important;
}
.slider-text .slider-btn .default-btn1,
.slider-text .slider-btn .default-btn2 {
    margin-bottom: 12px;
}
.slider-text .slider-btn .default-btn2 {
    background: transparent !important;
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}
.slider-text .slider-btn .default-btn2:hover {
    background: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #0d9488 !important;
}

/* ===== Packages Section ===== */
.packages-area {
    background-color: #f8fffe;
}
.package-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(13, 148, 136, 0.15);
    border-color: #06b6d4;
}
.package-card.featured {
    border: 2px solid #06b6d4;
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.2);
    position: relative;
}
.package-header {
    background: #0d9488;
    padding: 25px 24px 20px;
    text-align: center;
}
.package-card.featured .package-header {
    background: linear-gradient(135deg, #06b6d4, #0d9488);
}
.package-header h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.package-duration {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
}
.package-price {
    text-align: center;
    padding: 20px 24px 15px;
    border-bottom: 1px solid #e2e8f0;
}
.package-price .old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}
.package-price .amount {
    font-size: 36px;
    font-weight: 800;
    color: #0d9488;
    line-height: 1.2;
}
.package-card.featured .package-price .amount {
    color: #06b6d4;
}
.package-price .per {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 2px;
}
.package-features {
    list-style: none;
    padding: 20px 24px;
    margin: 0;
}
.package-features li {
    padding: 6px 0;
    color: #475569;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}
.package-features li:last-child {
    border-bottom: none;
}
.package-features li i {
    color: #0d9488;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}
.package-features li.addon {
    color: #94a3b8;
    font-style: italic;
}
.package-features li.addon i {
    color: #94a3b8;
}
.package-features li.highlight {
    color: #0d9488;
    font-weight: 600;
    background: #f0fdfa;
    padding: 8px 10px;
    border-radius: 6px;
    margin-top: 4px;
}
.package-cta {
    padding: 0 24px 24px;
    text-align: center;
}
.package-cta .default-btn1 {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}
.package-cta .default-btn1 i {
    margin-right: 6px;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .package-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===== About Section (V2) ===== */
.about-content span {
    color: #0d9488 !important;
}
.about-content h2 {
    color: #1e293b !important;
}
.about-content p {
    color: #64748b !important;
}
.about-content .about-more-btn .default-btn4 {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.about-content .about-more-btn .default-btn4:hover {
    background-color: #06b6d4 !important;
    color: #fff !important;
}

/* ===== Course Cards (V2) ===== */
.course-delt-btn a {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.course-delt-btn a:hover {
    background-color: #06b6d4 !important;
}
.course-card.active .couser-delt,
.course-card:hover .couser-delt {
    background-color: #fff !important;
}

/* ===== Why Choose Us Background Overlay ===== */
.page-template-page-homepage-v2 .apply-another {
    position: relative !important;
}
.page-template-page-homepage-v2 .apply-another::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.page-template-page-homepage-v2 .apply-another .container {
    position: relative;
    z-index: 1;
}
.page-template-page-homepage-v2 .apply-another .apply-text > span {
    color: #06b6d4 !important;
}
.page-template-page-homepage-v2 .apply-another .apply-text > h2 {
    color: #fff !important;
}

/* ===== Course Card Heading Color ===== */
.course-card .couser-delt h3 {
    color: #06b6d4 !important;
}
.default-btn3:hover {
    background-color: #06b6d4 !important;
    color: #fff !important;
}

/* ===== Course Cards Fix - Alignment & Mobile ===== */
.course-other .row {
    align-items: stretch !important;
}
.course-other .course-card {
    height: 100%;
    overflow: hidden !important;
}
.course-other .course-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: 400px;
}
.course-other .course-card .couser-delt {
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 90% !important;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.course-other .course-card .couser-delt .course-delt-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.course-other .course-card .couser-delt .course-delt-btn a {
    font-size: 15px !important;
    padding: 10px 22px !important;
}
@media (max-width: 991px) {
    .course-other .course-card img {
        min-height: 350px;
    }
    .course-other .course-card .couser-delt {
        max-width: 85% !important;
        padding: 20px !important;
    }
    .course-other .course-card .couser-delt h3 {
        font-size: 20px !important;
    }
    .course-other .course-card .couser-delt p {
        font-size: 13px !important;
        max-width: 100% !important;
    }
    .course-other .course-card .couser-delt .course-delt-btn a {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}
@media (max-width: 575px) {
    .course-other .course-card img {
        min-height: 320px;
    }
    .course-other .course-card .couser-delt {
        max-width: 90% !important;
        padding: 15px !important;
    }
    .course-other .course-card .couser-delt h3 {
        font-size: 18px !important;
    }
    .course-other .course-card .couser-delt p {
        font-size: 12px !important;
    }
}

/* ===== Mobile: Fix page title cropped behind mobile nav bar ===== */
@media (max-width: 991px) {
  .page-title-area {
    padding: 80px 15px 40px !important;
  }
  .page-title-content h1,
  .page-title-content h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}
@media (max-width: 575px) {
  .page-title-area {
    padding: 70px 15px 30px !important;
  }
  .page-title-content h1,
  .page-title-content h2 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  .page-title-content ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .page-title-content ul li {
    font-size: 12px !important;
  }
}

/* ===== First Time Divers Page ===== */

/* Hero */
.ftd-hero {
    padding: 70px 0;
    background: linear-gradient(135deg, #f0fdfa 0%, #e0f2fe 100%);
}
.ftd-hero-text .section-title {
    text-align: left !important;
}
.ftd-hero-text .section-title h2 {
    font-size: 2.2rem;
    line-height: 1.3;
}
.ftd-hero-text .section-title p {
    text-align: left !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.ftd-hero-content .section-title {
    text-align: left !important;
}
.ftd-hero-content .section-title p {
    text-align: left !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.ftd-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.ftd-badge {
    background: #fff;
    border: 2px solid #0d9488;
    color: #0d9488;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ftd-badge i {
    font-size: 16px;
}
.ftd-hero-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.ftd-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}
.ftd-price-tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    text-align: center;
}
.ftd-from {
    display: block;
    font-size: 12px;
    color: #0d9488;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ftd-amount {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #06b6d4;
}
.ftd-per {
    display: block;
    font-size: 12px;
    color: #666;
}

/* Timeline */
.ftd-timeline {
    position: relative;
    padding-left: 40px;
}
.ftd-timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, #06b6d4, #0d9488);
    border-radius: 3px;
}
.ftd-timeline-item {
    position: relative;
    padding: 0 0 28px 20px;
}
.ftd-timeline-item:last-child {
    padding-bottom: 0;
}
.ftd-timeline-item::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #06b6d4;
    border-radius: 50%;
    z-index: 1;
}
.ftd-timeline-item.highlight::before {
    background: #0d9488;
    border-color: #0d9488;
    box-shadow: 0 0 0 5px rgba(13, 148, 136, 0.2);
}
.ftd-time {
    display: inline-block;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.ftd-timeline-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}
.ftd-timeline-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Notes Box */
.ftd-notes {
    background: #fff;
}
.ftd-notes-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 16px;
    padding: 30px;
}
.ftd-notes-box h3 {
    color: #92400e;
    font-size: 1.3rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftd-notes-box h3 i {
    color: #f59e0b;
}
.ftd-notes-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ftd-notes-box li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: #78350f;
    font-size: 14px;
    line-height: 1.6;
}
.ftd-notes-box li::before {
    content: '\f071';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-size: 12px;
}

/* What to Bring */
.ftd-bring-item {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    background: #fff;
}
.ftd-bring-item:hover {
    border-color: #0d9488;
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.12);
}
.ftd-bring-item i {
    font-size: 32px;
    color: #06b6d4;
    margin-bottom: 14px;
    display: block;
}
.ftd-bring-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.ftd-bring-item p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Packages Featured Badge */
.package-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fbbf24;
    color: #1e293b;
    text-align: center;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 10px 10px 0 0;
}
.package-card.featured .package-header {
    padding-top: 45px;
}
.package-price .old-price {
    font-size: 1.1rem;
    color: #dc2626;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 8px;
}

/* Final CTA */
.ftd-final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    color: #fff;
}
.ftd-final-cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.ftd-final-cta p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 30px;
    color: #fff;
}
.ftd-cta-btns .default-btn1 {
    background: #fff !important;
    color: #0d9488 !important;
    font-weight: 700;
}
.ftd-cta-btns .default-btn1:hover {
    background: #0d9488 !important;
    color: #fff !important;
}
.ftd-cta-btns .default-btn2 {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
}
.ftd-cta-btns .default-btn2:hover {
    background: #fff !important;
    background-color: #fff !important;
    color: #0d9488 !important;
}

/* FTD Mobile */
@media only screen and (max-width: 991px) {
    .ftd-hero-text .section-title h2 {
        font-size: 1.6rem;
    }
    .ftd-hero-img {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .ftd-hero {
        padding: 40px 0;
    }
    .ftd-hero-badges {
        justify-content: center;
    }
    .ftd-hero-btns {
        text-align: center;
    }
    .ftd-hero-btns .ml-20 {
        margin-left: 0 !important;
        margin-top: 10px;
        display: inline-block;
    }
    .ftd-price-tag {
        bottom: 10px;
        right: 10px;
        padding: 10px 14px;
    }
    .ftd-amount {
        font-size: 1.5rem;
    }
    .ftd-timeline {
        padding-left: 30px;
    }
    .ftd-timeline::before {
        left: 8px;
    }
    .ftd-timeline-item::before {
        left: -28px;
        width: 14px;
        height: 14px;
    }
    .ftd-final-cta h2 {
        font-size: 1.5rem;
    }
    .ftd-cta-btns .ml-20 {
        margin-left: 0 !important;
        margin-top: 12px;
        display: inline-block;
    }
}

/* ===== FAQ Page Category Nav ===== */
.faq-nav-section {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 1;
    padding: 30px 0 !important;
}
.faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.faq-nav-pill {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #0d9488;
    border-radius: 50px;
    color: #0d9488;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.faq-nav-pill:hover,
.faq-nav-pill.active {
    background-color: #0d9488;
    color: #fff;
    text-decoration: none;
}
.faq-section .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: #f0fdfa;
    color: #0d9488;
}
.faq-section .accordion-body {
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
}
.faq-section .accordion-body a {
    color: #0d9488;
    font-weight: 600;
}
.faq-section .accordion-body a:hover {
    color: #06b6d4;
}
@media only screen and (max-width: 767px) {
    .faq-category-nav {
        gap: 6px;
    }
    .faq-nav-pill {
        padding: 6px 14px;
        font-size: 12px;
    }
    .faq-section .accordion-button {
        font-size: 14px;
        padding: 12px 16px;
    }
    .faq-section .accordion-body {
        font-size: 14px;
        padding: 12px 16px;
    }
}

/* ===== Fun Dives Page ===== */

/* Dive Site Cards */
.fun-dive-site-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fun-dive-site-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.15);
}
.fun-dive-site-img {
    height: 220px;
    overflow: hidden;
}
.fun-dive-site-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.fun-dive-site-card:hover .fun-dive-site-img img {
    transform: scale(1.05);
}
.fun-dive-site-content {
    padding: 24px;
}
.fun-dive-site-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}
.fun-dive-site-content h3 i {
    color: #0d9488;
    margin-right: 8px;
}
.fun-dive-site-content p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.fun-dive-site-meta {
    display: flex;
    gap: 20px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.fun-dive-site-meta span {
    color: #0d9488;
    font-weight: 600;
    font-size: 14px;
}
.fun-dive-site-meta span i {
    margin-right: 5px;
}

/* Add-on Cards */
.fun-dive-addon-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.fun-dive-addon-card:hover {
    border-color: #0d9488;
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.12);
}
.fun-dive-addon-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.fun-dive-addon-icon i {
    font-size: 28px;
    color: #fff;
}
.fun-dive-addon-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.fun-dive-addon-price {
    font-size: 24px;
    font-weight: 800;
    color: #0d9488;
    margin-bottom: 12px !important;
}
.fun-dive-addon-price span {
    font-size: 14px;
    font-weight: 500;
    color: #94a3b8;
}
.fun-dive-addon-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Marine Life Cards */
.fun-marine-card {
    text-align: center;
    margin-bottom: 30px;
}
.fun-marine-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}
.fun-marine-card:hover img {
    transform: scale(1.03);
}
.fun-marine-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

@media only screen and (max-width: 767px) {
    .fun-dive-site-img {
        height: 180px;
    }
    .fun-dive-site-meta {
        gap: 12px;
    }
    .fun-marine-card img {
        height: 140px;
    }
}

/* ===== Fun Dives - Dive Site Tags ===== */
.fun-dive-site-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.fun-dive-site-tags span {
    background: #f0fdfa;
    color: #0d9488;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #ccfbf1;
}

/* ===== Fun Dives - Equipment Section ===== */
.fun-equip-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fun-equip-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.fun-equip-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #06b6d4;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.fun-equip-item h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
.fun-equip-item p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* ===== Fun Dives - Equipment Visual ===== */
.fun-equip-visual {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-top: 30px;
}
@media only screen and (min-width: 992px) {
    .fun-equip-visual {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .fun-equip-visual {
        height: 260px;
    }
}
.fun-equip-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fun-equip-visual-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    text-align: center;
    color: #fff;
}
.fun-equip-visual-overlay i {
    font-size: 2rem;
    margin-bottom: 8px;
    display: block;
}
.fun-equip-visual-overlay h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.fun-equip-visual-overlay p {
    font-size: 0.85rem;
    opacity: 0.85;
    margin: 0;
    color: #fff;
}

/* ===== Fun Dives - Why Choose Cards ===== */
.fun-why-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.fun-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(13, 148, 136, 0.12);
    border-color: #06b6d4;
}
.fun-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
}
.fun-why-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}
.fun-why-card p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* ===== Fun Dives - Refresher Steps ===== */
.fun-refresher-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}
.fun-refresher-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.fun-refresher-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0fdfa;
    color: #0d9488;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.fun-refresher-step h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #1e293b;
}
.fun-refresher-step p {
    font-size: 0.83rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ===== Fun Dives - Marine Life Items ===== */
.fun-marine-item {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.fun-marine-item i {
    font-size: 2rem;
    opacity: 0.3;
    display: block;
    margin-bottom: 12px;
}
.fun-marine-item h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.fun-marine-item p {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
}

/* ===== Fun Dives - Review Cards ===== */
.fun-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
    height: calc(100% - 30px);
}
.fun-review-card:hover {
    box-shadow: 0 8px 25px rgba(13, 148, 136, 0.12);
}
.fun-review-stars {
    color: #fbbf24;
    font-size: 0.85rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.fun-review-card p {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
}
.fun-review-author {
    font-size: 0.85rem;
    color: #1e293b;
}
.fun-review-author strong {
    font-weight: 600;
    margin-right: 8px;
}
.fun-review-author span {
    color: #94a3b8;
    font-size: 0.8rem;
}

/* ===== Fun Dives - CTA Price Row ===== */
.fun-price-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.fun-price-item {
    text-align: center;
}
.fun-price-label {
    font-size: 0.8rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.fun-price-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
.fun-price-note {
    font-size: 0.75rem;
    opacity: 0.5;
    margin-top: 2px;
}

/* ===== Shop Page ===== */
.shop-section {
    padding-top: 70px;
    padding-bottom: 50px;
}
.shop-product-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.shop-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(13, 148, 136, 0.15);
    border-color: #06b6d4;
}
.shop-product-card.featured {
    border: 2px solid #06b6d4;
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.18);
}
.shop-product-badge {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-block !important;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    text-align: center;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 0 0 8px 0;
    transform: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.shop-product-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    height: auto;
}
.shop-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.shop-product-card:hover .shop-product-img img {
    transform: scale(1.05);
}
.shop-product-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(13, 148, 136, 0.9);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.shop-product-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.shop-product-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.shop-product-meta {
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 12px !important;
}
.shop-product-meta i {
    color: #0d9488;
    margin-right: 4px;
}
.shop-product-content > p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
    flex: 1;
}
.shop-product-price {
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}
.shop-price {
    font-size: 24px;
    font-weight: 800;
    color: #0d9488;
}
.shop-gst {
    font-size: 13px;
    color: #94a3b8;
    margin-left: 4px;
}
.shop-old-price {
    font-size: 16px;
    color: #dc2626;
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 600;
}
.shop-btn {
    display: inline-block;
    padding: 12px 24px !important;
    border-radius: 8px;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.shop-product-content .shop-btn + .shop-btn {
    margin-top: 8px;
}
.shop-product-content .default-btn2.shop-btn {
    background: transparent !important;
    color: #0d9488 !important;
    border: 2px solid #0d9488 !important;
}
.shop-product-content .default-btn2.shop-btn:hover {
    background: #0d9488 !important;
    color: #fff !important;
}

/* Combo image placeholders */
.combo-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.combo-img-placeholder.dive {
    background: linear-gradient(135deg, #0d9488 0%, #06b6d4 50%, #0ea5e9 100%);
}
.combo-img-placeholder.adventure {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 50%, #ef4444 100%);
}
.combo-img-placeholder i {
    font-size: 56px;
    color: rgba(255, 255, 255, 0.25);
}

/* Combo detail chips */
.combo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.combo-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdfa;
    color: #0d9488;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #ccfbf1;
}
.combo-chip i {
    font-size: 11px;
}

/* Combo buttons side by side */
.combo-btns {
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.combo-btns .shop-btn {
    flex: 1;
    width: auto;
    padding: 10px 12px !important;
    font-size: 14px !important;
}
.combo-btns .shop-btn + .shop-btn {
    margin-top: 0;
}

/* Compact cards (specialties) */
.shop-product-card.compact {
    border-radius: 10px;
}
.shop-product-card.compact .shop-product-content {
    padding: 20px;
}
.shop-product-card.compact .shop-product-content h3 {
    font-size: 17px;
    margin-bottom: 6px;
}
.shop-product-card.compact .shop-product-content > p {
    font-size: 13px;
    margin-bottom: 12px;
}
.shop-product-card.compact .shop-price {
    font-size: 20px;
}
.shop-product-card.compact .shop-btn {
    padding: 8px 16px !important;
    font-size: 13px !important;
}

/* Adventure cards */
.adventure-icon-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    display: flex;
    align-items: center;
    justify-content: center;
}
.adventure-icon-placeholder i {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
}
.adventure-details {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.adventure-details li {
    padding: 4px 0;
    font-size: 13px;
    color: #475569;
}
.adventure-details li i {
    color: #0d9488;
    width: 18px;
    text-align: center;
    margin-right: 8px;
}

/* Shop Mobile */
@media only screen and (max-width: 767px) {
    .shop-product-img {
        height: auto;
    }
    .shop-product-content h3 {
        font-size: 18px;
    }
    .shop-price {
        font-size: 22px;
    }
    .shop-product-card.compact .shop-product-content h3 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .shop-product-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .combo-btns {
        flex-direction: column;
    }
    .combo-btns .shop-btn {
        width: 100%;
    }
}

/* ===== Product Page ===== */
.prod-hero {
    border-top: 3px solid #0d9488;
    background: #fff;
    box-shadow: 0 -1px 0 #e2e8f0;
}
.prod-hero-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.prod-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}
.prod-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(13, 148, 136, 0.9);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.prod-gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.prod-gallery-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.prod-gallery-thumb.active,
.prod-gallery-thumb:hover {
    border-color: #0d9488;
}
.prod-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-details {
    padding-left: 20px;
}
.prod-cert {
    display: inline-block;
    background: linear-gradient(135deg, #06b6d4, #0d9488);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.prod-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 16px;
}
.prod-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}
.prod-meta span {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}
.prod-meta span i {
    color: #0d9488;
    margin-right: 5px;
}
.prod-usps {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.prod-usps li {
    font-size: 15px;
    color: #1e293b;
    padding: 6px 0;
    line-height: 1.5;
}
.prod-usps li i {
    color: #0d9488;
    margin-right: 8px;
    font-size: 14px;
}
.prod-price-block {
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}
.prod-old-price {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-right: 10px;
}
.prod-save {
    display: inline-block;
    background: #dcfce7;
    color: #16a34a;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}
.prod-price {
    font-size: 36px;
    font-weight: 800;
    color: #0d9488;
    line-height: 1.2;
}
.prod-gst {
    font-size: 14px;
    color: #94a3b8;
}
.prod-cta-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.prod-wa-btn,
.prod-call-btn {
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.prod-call-btn:hover {
    background: #0d9488 !important;
    color: #fff !important;
}
.prod-wa-btn i {
    font-size: 20px;
}
.prod-trust-strip {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}
.prod-trust-strip span {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}
.prod-trust-strip span i {
    color: #0d9488;
    margin-right: 4px;
}
.prod-desc-content {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}
.prod-desc-content h2 {
    color: #1e293b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d9488;
    display: inline-block;
}
.prod-desc-content p {
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.prod-desc-content ul,
.prod-desc-content ol {
    color: #475569;
    margin-bottom: 16px;
    padding-left: 20px;
}
.prod-desc-content li {
    margin-bottom: 6px;
    line-height: 1.7;
}
.prod-desc-content strong {
    color: #1e293b;
}
.prod-inc-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.prod-inc-box.included {
    border-left: 4px solid #0d9488;
}
.prod-inc-box.excluded {
    border-left: 4px solid #f59e0b;
}
.prod-inc-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1e293b;
}
.prod-inc-box.included h3 i {
    color: #0d9488;
    margin-right: 8px;
}
.prod-inc-box.excluded h3 i {
    color: #f59e0b;
    margin-right: 8px;
}
.prod-inc-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prod-inc-box li {
    padding: 8px 0;
    font-size: 14px;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}
.prod-inc-box li:last-child {
    border-bottom: none;
}
.prod-inc-box.included li i {
    color: #0d9488;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}
.prod-inc-box.excluded li i {
    color: #ef4444;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

/* Product Mobile */
@media only screen and (max-width: 991px) {
    .prod-details {
        padding-left: 0;
        margin-top: 30px;
    }
    .prod-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .prod-price {
        font-size: 28px;
    }
    .prod-cta-buttons {
        flex-direction: column;
    }
    .prod-wa-btn,
    .prod-call-btn {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .prod-desc-content {
        padding: 24px;
    }
    .prod-gallery-thumb {
        width: 55px;
        height: 55px;
    }
}

/* ── Preloader: Underwater Scene ── */
.preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
    background: linear-gradient(180deg, #e0f7fa 0%, #a8e6f0 20%, #62cfe0 45%, #26b8cc 70%, #0e7490 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* Animated caustic light rays from above */
.preloader::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -20%;
    width: 140%;
    height: 160%;
    background:
        conic-gradient(from 200deg at 50% 0%, transparent 0deg, rgba(255,255,255,0.08) 10deg, transparent 20deg, transparent 40deg, rgba(255,255,255,0.06) 50deg, transparent 60deg, transparent 80deg, rgba(255,255,255,0.09) 90deg, transparent 100deg, transparent 130deg, rgba(255,255,255,0.05) 140deg, transparent 150deg, transparent 180deg, rgba(255,255,255,0.07) 190deg, transparent 200deg, transparent 230deg, rgba(255,255,255,0.06) 240deg, transparent 250deg, transparent 290deg, rgba(255,255,255,0.04) 300deg, transparent 310deg, transparent 360deg);
    animation: caustics 6s ease-in-out infinite alternate;
    pointer-events: none;
}
/* Soft depth glow */
.preloader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(0,40,60,0.15) 0%, transparent 50%);
    pointer-events: none;
}
@keyframes caustics {
    0%   { transform: rotate(0deg) scale(1); opacity: 0.7; }
    100% { transform: rotate(3deg) scale(1.05); opacity: 1; }
}

/* Water light shimmer overlay */
.water-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.03) 2px,
        transparent 4px,
        rgba(255,255,255,0.05) 8px,
        transparent 10px
    );
    animation: shimmer 3s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes shimmer {
    0%   { transform: translateX(-10px) skewX(-2deg); opacity: 0.5; }
    100% { transform: translateX(10px) skewX(2deg); opacity: 1; }
}

/* Rising bubbles */
.bubble {
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    border: 1px solid rgba(255,255,255,0.3);
    animation: rise linear infinite;
    pointer-events: none;
}
.b1 { width: 8px; height: 8px; left: 15%; animation-duration: 3s; animation-delay: 0s; }
.b2 { width: 5px; height: 5px; left: 35%; animation-duration: 3.5s; animation-delay: 0.5s; }
.b3 { width: 10px; height: 10px; left: 55%; animation-duration: 2.8s; animation-delay: 0.2s; }
.b4 { width: 6px; height: 6px; left: 72%; animation-duration: 3.2s; animation-delay: 0.8s; }
.b5 { width: 4px; height: 4px; left: 88%; animation-duration: 2.5s; animation-delay: 1.2s; }
.b6 { width: 7px; height: 7px; left: 45%; animation-duration: 3.8s; animation-delay: 0.3s; }
@keyframes rise {
    0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
    10%  { opacity: 0.6; }
    50%  { transform: translateY(-50vh) translateX(15px) scale(1.1); opacity: 0.4; }
    100% { transform: translateY(-110vh) translateX(-10px) scale(0.8); opacity: 0; }
}

.preloader.loaded {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Fish swimming */
.preloader-fish {
    width: 120px;
    height: auto;
    position: relative;
    z-index: 2;
    animation: fish-swim 2.5s linear infinite;
    mix-blend-mode: multiply;
}
@keyframes fish-swim {
    0%   { transform: translateX(120px); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { transform: translateX(-120px); opacity: 0; }
}
@media (max-width: 575px) {
    .preloader-fish {
        width: 90px;
    }
}
.preloader-wave,
.preloader-wave::before,
.preloader-wave::after {
    display: none !important;
}

/* ── Booking Checkout Page ── */
.ff-checkout-section {
    background: #f0fdfa;
}
.ff-checkout-summary {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}
.ff-checkout-img {
    width: 120px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 16px;
    object-fit: contain;
}
.ff-checkout-summary h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
}
.ff-checkout-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
.ff-checkout-meta span {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}
.ff-checkout-meta span i {
    color: #0d9488;
    margin-right: 5px;
}
.ff-checkout-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #f1f5f9;
}
.ff-checkout-total-row {
    border-top: 2px solid #0d9488;
}
.ff-checkout-label {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
}
.ff-checkout-total-row .ff-checkout-label {
    font-weight: 700;
    color: #1e293b;
}
.ff-checkout-price {
    font-size: 20px;
    font-weight: 800;
    color: #0d9488;
}
.ff-checkout-total-row .ff-checkout-price {
    font-size: 24px;
}
.ff-checkout-gst {
    font-size: 13px;
    color: #94a3b8;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 20px;
}
.ff-checkout-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ff-checkout-trust span {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}
.ff-checkout-trust span i {
    color: #0d9488;
    margin-right: 6px;
    width: 16px;
}

/* Form */
.ff-checkout-form {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.ff-checkout-form h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
}
.ff-field {
    margin-bottom: 18px;
}
.ff-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}
.ff-field input,
.ff-field select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #1e293b;
    background: #fff;
    transition: border-color 0.2s;
    -webkit-appearance: none;
}
.ff-field input:focus,
.ff-field select:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13,148,136,0.1);
}
.ff-field select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}
.ff-field-row {
    display: flex;
    gap: 16px;
}
.ff-field-row .ff-field {
    flex: 1;
}
.ff-error {
    background: #fef2f2;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    border: 1px solid #fecaca;
}
.ff-pay-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #0d9488, #06b6d4);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}
.ff-pay-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(13,148,136,0.35);
}
.ff-pay-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
.ff-checkout-alt {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #64748b;
}
.ff-checkout-alt a {
    color: #0d9488;
    font-weight: 600;
}

/* Success */
.ff-checkout-success {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-align: center;
}
.ff-success-icon {
    font-size: 60px;
    color: #059669;
    margin-bottom: 16px;
}
.ff-checkout-success h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}
.ff-checkout-success > p {
    color: #64748b;
    margin-bottom: 24px;
}
.ff-success-details {
    background: #f0fdfa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.ff-success-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ccfbf1;
}
.ff-success-row:last-child {
    border-bottom: none;
}
.ff-success-row span {
    font-size: 14px;
    color: #64748b;
}
.ff-success-row strong {
    font-size: 14px;
    color: #1e293b;
}
.ff-success-note {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}
.ff-success-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Checkout Mobile */
@media only screen and (max-width: 767px) {
    .ff-checkout-summary {
        position: static;
        margin-bottom: 24px;
    }
    .ff-field-row {
        flex-direction: column;
        gap: 0;
    }
    .ff-checkout-form,
    .ff-checkout-summary {
        padding: 20px;
    }
    .ff-success-btns {
        flex-direction: column;
    }
    .ff-success-btns a {
        text-align: center;
    }
}

/* ===== Testimonial Slider V2 (Owl Carousel) ===== */
.testimonial-area {
    position: relative;
}
.testimonial-slider-v2.owl-carousel .v2-testimonial-card {
    margin: 0 5px;
}
.testimonial-area .owl-theme .owl-nav {
    position: absolute !important;
    margin-top: 0 !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
}
.testimonial-area .owl-theme .owl-nav .owl-prev,
.testimonial-area .owl-theme .owl-nav .owl-next {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 0 !important;
    background-color: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.3s !important;
    padding: 0 !important;
    margin: 0 !important;
}
.testimonial-area .owl-theme .owl-nav .owl-prev {
    left: -5% !important;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
    right: -5% !important;
}
.testimonial-area .owl-theme .owl-nav .owl-prev:hover,
.testimonial-area .owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(255,255,255,0.35) !important;
    color: #fff !important;
}
@media (max-width: 1250px) {
    .testimonial-area .owl-theme .owl-nav {
        position: static !important;
        transform: none !important;
        text-align: center !important;
        margin-top: 20px !important;
    }
    .testimonial-area .owl-theme .owl-nav .owl-prev,
    .testimonial-area .owl-theme .owl-nav .owl-next {
        position: static !important;
        display: inline-block !important;
        margin: 0 20px !important;
    }
}

/* ===== Team Slider (Owl Carousel) ===== */
.trainers-area {
    position: relative;
}
.team-slider.owl-carousel .team-slide-item {
    padding: 0 5px;
    text-align: center;
}
.trainers-area .owl-theme .owl-nav {
    position: absolute !important;
    margin-top: 0 !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
}
.trainers-area .owl-theme .owl-nav .owl-prev,
.trainers-area .owl-theme .owl-nav .owl-next {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 0 !important;
    background-color: #e0f7f5 !important;
    color: #0d9488 !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.3s !important;
    padding: 0 !important;
    margin: 0 !important;
}
.trainers-area .owl-theme .owl-nav .owl-prev {
    left: -5% !important;
}
.trainers-area .owl-theme .owl-nav .owl-next {
    right: -5% !important;
}
.trainers-area .owl-theme .owl-nav .owl-prev:hover,
.trainers-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #0d9488 !important;
    color: #fff !important;
}
@media (max-width: 1250px) {
    .trainers-area .owl-theme .owl-nav {
        position: static !important;
        transform: none !important;
        text-align: center !important;
        margin-top: 20px !important;
    }
    .trainers-area .owl-theme .owl-nav .owl-prev,
    .trainers-area .owl-theme .owl-nav .owl-next {
        position: static !important;
        display: inline-block !important;
        margin: 0 20px !important;
    }
}

/* ===== Gallery Slider (Owl Carousel) ===== */
.gallery-area {
    position: relative;
}
.gallery-slider.owl-carousel .gallery-item {
    padding: 0 5px;
}
.gallery-slider.owl-carousel .gallery-item img {
    width: 100%;
    border-radius: 8px;
}
.gallery-slider.owl-carousel .gallery-item .gallery-text {
    text-align: center;
    padding: 10px 0;
}
.gallery-slider.owl-carousel .gallery-item .gallery-text h3 {
    font-size: 16px;
    color: #1e293b;
}

/* Desktop: arrows on sides — tall rectangle like service-area */
.gallery-area .owl-theme .owl-nav {
    position: absolute !important;
    margin-top: 0 !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
}
.gallery-area .owl-theme .owl-nav .owl-prev,
.gallery-area .owl-theme .owl-nav .owl-next {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 0 !important;
    background-color: #e0f7f5 !important;
    color: #0d9488 !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.3s !important;
    padding: 0 !important;
    margin: 0 !important;
}
.gallery-area .owl-theme .owl-nav .owl-prev {
    left: -5% !important;
}
.gallery-area .owl-theme .owl-nav .owl-next {
    right: -5% !important;
}
.gallery-area .owl-theme .owl-nav .owl-prev:hover,
.gallery-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #0d9488 !important;
    color: #fff !important;
}

/* Mobile: arrows centered below the slider */
@media (max-width: 1250px) {
    .gallery-area .owl-theme .owl-nav {
        position: static !important;
        transform: none !important;
        text-align: center !important;
        margin-top: 20px !important;
    }
    .gallery-area .owl-theme .owl-nav .owl-prev,
    .gallery-area .owl-theme .owl-nav .owl-next {
        position: static !important;
        display: inline-block !important;
        margin: 0 20px !important;
    }
}

/* ===== Gallery Inner Page (Brand Colors) ===== */
.inner-banner .inner-title ul li,
.inner-banner .inner-title ul li a {
    color: #fff !important;
}
.inner-banner .inner-title ul li a:hover {
    color: #06b6d4 !important;
}
.gallery-inner .section-title span {
    color: #06b6d4 !important;
}
.gallery-inner .gallery-item:hover .gallery-text h3 {
    color: #06b6d4 !important;
}
.gallery-inner .gallery-item .gallery-text {
    border-bottom: 3px solid transparent;
    transition: 0.4s;
}
.gallery-inner .gallery-item:hover .gallery-text {
    border-bottom-color: #0d9488;
}

/* ===== Blog Slider (mobile dots) ===== */
.news-area .blog-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.news-area .blog-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: 0.3s;
}
.news-area .blog-slider .owl-dots .owl-dot.active span {
    background: #0d9488;
}
.news-area .blog-slider .owl-dots .owl-dot:hover span {
    background: #06b6d4;
}
/* Hide dots on desktop (all items visible) */
@media (min-width: 992px) {
    .news-area .blog-slider .owl-dots {
        display: none;
    }
}
/* Blog cards inside slider need full height */
.blog-slider .news-card {
    margin-bottom: 30px;
}

/* ===== Checkout & Payment Buttons (Brand Colors) ===== */
/* WooCommerce Block Checkout - Place Order button */
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout-actions-block .wc-block-components-button,
.wc-block-checkout__actions_row .wc-block-components-button,
.wc-block-components-button.wp-element-button,
.wc-block-components-checkout-place-order-button.wc-block-components-button {
    background-color: #0d9488 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-components-button:hover,
.wc-block-checkout__actions_row .wc-block-components-button:hover,
.wc-block-components-button.wp-element-button:hover,
.wc-block-components-checkout-place-order-button.wc-block-components-button:hover {
    background-color: #0f766e !important;
    color: #fff !important;
}
/* Return to Cart link */
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
.wc-block-components-checkout-return-to-cart-button {
    color: #0d9488 !important;
}
.wc-block-components-checkout-return-to-cart-button:hover {
    color: #06b6d4 !important;
}

/* Razorpay Pay Now button (order-pay page) */
#btn-razorpay,
.woocommerce-order-pay #payment .place-order .button,
.woocommerce #payment #place_order,
form[name="razorpayform"] button,
.woocommerce-order-pay form button,
.order-pay .woocommerce button.button {
    background-color: #0d9488 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    min-width: 160px !important;
}
#btn-razorpay:hover,
.woocommerce-order-pay #payment .place-order .button:hover,
form[name="razorpayform"] button:hover,
.order-pay .woocommerce button.button:hover {
    background-color: #0f766e !important;
    color: #fff !important;
}
/* Razorpay Cancel button - secondary style */
#btn-razorpay-cancel,
.woocommerce-order-pay a.button.cancel,
.order-pay .woocommerce a.button.cancel,
form[name="razorpayform"] a.button {
    background-color: #fff !important;
    color: #0d9488 !important;
    border: 2px solid #0d9488 !important;
    border-radius: 8px !important;
    padding: 12px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    min-width: 120px !important;
    text-decoration: none !important;
}
#btn-razorpay-cancel:hover,
.woocommerce-order-pay a.button.cancel:hover,
form[name="razorpayform"] a.button:hover {
    background-color: #f0fdfa !important;
    color: #0f766e !important;
    border-color: #0f766e !important;
}

/* WooCommerce generic buttons (Apply coupon, Update cart, etc.) */
.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button,
.woocommerce .button.alt,
.woocommerce button.button.alt {
    background-color: #0d9488 !important;
    color: #fff !important;
}
.wc-block-components-totals-coupon__button:hover,
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: #0f766e !important;
}

/* ===== WhatsApp Icon Button (listing pages) ===== */
.ff-wa-icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    background-color: #25D366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    padding: 0 !important;
    flex-shrink: 0;
}
.ff-wa-icon-btn:hover {
    background-color: #128C7E !important;
    color: #fff !important;
    transform: scale(1.1);
}
/* "or" divider between Book Now and WhatsApp */
.ff-or-divider {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    flex-shrink: 0;
    text-transform: lowercase;
}
/* Adjust combo-btns layout for items */
.combo-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.combo-btns .shop-btn {
    flex: 1;
    min-width: 0;
    text-align: center;
}

/* ===================================================================
   OUTBOUND DIVE TRIPS PAGE
   =================================================================== */

/* ── Trust Strip ── */
.ff-trips-trust-strip {
    background: #0d9488;
    padding: 14px 0;
}
.ff-trust-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.ff-trust-item {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.ff-trust-item i {
    margin-right: 6px;
}

/* ── Destination Nav Pills ── */
.ff-dest-nav-wrap {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 80;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.ff-dest-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}
.ff-dest-pill {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #f0fdfa;
    color: #0d9488;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #99f6e4;
    transition: all 0.3s;
}
.ff-dest-pill:hover {
    background: #0d9488;
    color: #fff;
    border-color: #0d9488;
    text-decoration: none;
}

/* ── Destination Section ── */
.ff-dest-section {
    scroll-margin-top: 120px;
}
.ff-dest-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}
.ff-dest-header {
    margin-bottom: 20px;
}
.ff-dest-number {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #0d9488;
    background: #f0fdfa;
    border-radius: 50px;
    padding: 4px 14px;
    margin-bottom: 10px;
}
.ff-dest-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 6px;
}
.ff-dest-tagline {
    font-size: 16px;
    color: #0d9488;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}
.ff-dest-desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* ── Stats Grid ── */
.ff-dest-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.ff-dest-stat {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
}
.ff-dest-stat i {
    color: #0d9488;
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}
.ff-stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.ff-dest-stat strong {
    display: block;
    font-size: 14px;
    color: #1e293b;
}

/* ── Highlights ── */
.ff-dest-highlights {
    margin-bottom: 28px;
}
.ff-dest-highlights h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}
.ff-dest-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ff-dest-highlights li {
    font-size: 14px;
    color: #475569;
    padding: 6px 0;
}
.ff-dest-highlights li i {
    color: #0d9488;
    margin-right: 8px;
    font-size: 14px;
}

/* ── Boats Grid ── */
.ff-boats-section {
    margin-bottom: 28px;
}
.ff-boats-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}
.ff-boats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ff-boat-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}
.ff-boat-card:hover {
    border-color: #0d9488;
    box-shadow: 0 4px 12px rgba(13,148,136,0.1);
}
.ff-boat-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}
.ff-boat-type {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #0d9488;
    background: #f0fdfa;
    border-radius: 50px;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.ff-boat-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ff-boat-meta span {
    font-size: 13px;
    color: #64748b;
}
.ff-boat-meta span i {
    color: #0d9488;
    width: 18px;
    text-align: center;
    margin-right: 6px;
}

/* ── Destination CTA ── */
.ff-dest-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.ff-trip-enquire-btn {
    cursor: pointer;
    border: none;
}
.ff-wa-trip-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #25D366;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.3s;
}
.ff-wa-trip-btn:hover {
    background: #128C7E;
    color: #fff !important;
    text-decoration: none !important;
}

/* ── Bottom CTA ── */
.ff-trips-bottom-cta {
    background: linear-gradient(135deg, #0f766e, #0d9488);
    padding: 60px 0;
    color: #fff;
}
.ff-trips-bottom-cta h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}
.ff-trips-bottom-cta p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    max-width: 600px;
    margin: 10px auto 0;
}
.ff-trips-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.ff-trips-bottom-cta .default-btn1 {
    background-color: #fff !important;
    color: #0d9488 !important;
}
.ff-trips-bottom-cta .default-btn1:hover {
    background-color: #f0fdfa !important;
}
.ff-trips-bottom-cta .default-btn2 {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

/* ── Sticky Mobile CTA ── */
.ff-trips-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 16px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    transform: translateY(100%);
    transition: transform 0.3s;
}
.ff-trips-sticky-cta.visible {
    transform: translateY(0);
}
.ff-trips-sticky-cta button {
    width: 100%;
    padding: 14px;
    background: #0d9488;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.ff-trips-sticky-cta button:hover {
    background: #0f766e;
}

/* ── Enquiry Modal ── */
.ff-trip-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ff-trip-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
}
.ff-trip-modal-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    max-width: 560px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.ff-trip-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}
.ff-trip-modal-close:hover {
    color: #1e293b;
}
.ff-trip-modal-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 6px;
}
.ff-trip-modal-content h3 i {
    color: #0d9488;
    margin-right: 8px;
}
.ff-trip-modal-sub {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 24px;
}

/* ── Form fields (reuse checkout styles) ── */
.ff-trip-modal .ff-field {
    margin-bottom: 16px;
}
.ff-trip-modal .ff-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}
.ff-trip-modal .ff-field input,
.ff-trip-modal .ff-field select,
.ff-trip-modal .ff-field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    transition: border-color 0.2s;
    background: #fff;
}
.ff-trip-modal .ff-field input:focus,
.ff-trip-modal .ff-field select:focus,
.ff-trip-modal .ff-field textarea:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13,148,136,0.1);
}
.ff-trip-modal .ff-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ff-trip-modal .ff-error {
    background: #fef2f2;
    color: #dc2626;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
}
.ff-trip-modal .ff-pay-btn {
    width: 100%;
    padding: 14px;
    background: #0d9488;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}
.ff-trip-modal .ff-pay-btn:hover {
    background: #0f766e;
}
.ff-trip-modal .ff-pay-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ── Success state in modal ── */
.ff-trip-success-wrap {
    text-align: center;
    padding: 20px 0;
}
.ff-trip-success-wrap .ff-success-icon {
    font-size: 56px;
    color: #059669;
    margin-bottom: 16px;
}
.ff-trip-success-wrap h3 {
    color: #059669;
    margin-bottom: 10px;
}
.ff-trip-success-wrap .ff-success-details {
    background: #f0fdf4;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}
.ff-trip-success-wrap .ff-success-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #dcfce7;
}
.ff-trip-success-wrap .ff-success-row:last-child {
    border-bottom: none;
}
.ff-trip-success-wrap .ff-success-row span {
    color: #64748b;
    font-size: 14px;
}
.ff-trip-success-wrap .ff-success-row strong {
    color: #1e293b;
    font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .ff-dest-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .ff-boats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ff-dest-highlights ul {
        grid-template-columns: 1fr;
    }
    .ff-dest-card {
        padding: 28px 20px;
    }
}
@media (max-width: 767px) {
    .ff-trust-items {
        gap: 12px;
        font-size: 12px;
    }
    .ff-dest-nav-wrap {
        padding: 10px 0;
        position: static;
    }
    .ff-dest-nav {
        gap: 8px;
    }
    .ff-dest-pill {
        padding: 6px 14px;
        font-size: 13px;
    }
    .ff-dest-section.pt-70 {
        padding-top: 40px !important;
    }
    .ff-dest-section.pb-50 {
        padding-bottom: 30px !important;
    }
    .ff-dest-stats {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .ff-boats-grid {
        grid-template-columns: 1fr;
    }
    .ff-dest-header h2 {
        font-size: 22px;
    }
    .ff-dest-card {
        padding: 20px 16px;
    }
    .ff-dest-cta {
        flex-direction: column;
    }
    .ff-dest-cta .default-btn1,
    .ff-dest-cta .ff-wa-trip-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .ff-trips-sticky-cta {
        display: block;
    }
    .ff-trip-modal-content {
        padding: 24px 16px;
    }
    .ff-trip-modal .ff-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ── Destination Banner Image ── */
.ff-dest-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: -40px -40px 24px -40px;
}
.ff-dest-banner img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.ff-dest-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.ff-dest-banner-label {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
@media (max-width: 991px) {
    .ff-dest-banner {
        margin: -28px -20px 20px -20px;
    }
    .ff-dest-banner img {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .ff-dest-banner {
        margin: -20px -16px 16px -16px;
    }
    .ff-dest-banner img {
        height: 180px;
    }
    .ff-dest-banner-label {
        font-size: 18px;
    }
}

/* ── Reviews Section ── */
.reviews-area {
    background-color: #f8fafc;
}

/* ── Course Highlights ── */
.course-highlights {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.course-highlights li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    color: #334155;
}
.course-highlights li:last-child {
    border-bottom: none;
}

/* ── Footer Social Image Icons (override original icon bg) ── */
.footer-content .footer-social ul li,
.footer-content .footer-social ul li:hover {
    background: none !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    transition: none !important;
}
.footer-content .footer-social ul li a,
.footer-content .footer-social ul li:hover a {
    line-height: 1 !important;
    color: inherit !important;
}
.footer-social ul li a img {
    width: 36px;
    height: 36px;
    display: block;
}

/* ── Team Member Modal Popup ── */
.ff-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99998;
}
.ff-modal-overlay.active { display: block; }
.ff-team-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 90%;
    max-width: 700px;
    max-height: 85vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.ff-team-modal.active { display: block; }
.ff-team-modal-box { position: relative; }
.ff-modal-close {
    position: sticky;
    top: 12px;
    float: right;
    margin: 12px 12px 0 0;
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #334155;
    z-index: 10;
}
.ff-modal-close:hover { background: #e2e8f0; }
.ff-modal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 30px 20px;
    border-bottom: 1px solid #f1f5f9;
    clear: both;
}
.ff-modal-header img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #0d9488;
}
.ff-modal-header-info h3 {
    margin: 0 0 4px;
    font-size: 22px;
    color: #0f172a;
}
.ff-modal-header-info span {
    display: block;
    color: #0d9488;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}
.ff-modal-tagline {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}
.ff-modal-body {
    padding: 24px 30px 30px;
}
.ff-modal-body h4 {
    font-size: 16px;
    color: #0d9488;
    margin: 20px 0 8px;
}
.ff-modal-body h4:first-child { margin-top: 0; }
.ff-modal-body p {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 12px;
}
.ff-modal-fun-fact {
    background: #f0fdfa;
    border-left: 4px solid #0d9488;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: #0f766e;
    margin-top: 20px;
}
.ff-modal-philosophy {
    margin-top: 16px;
    font-style: italic;
    color: #64748b;
    font-size: 15px;
}
.ff-modal-philosophy .fa-quote-left { color: #0d9488; margin-right: 6px; }
.ff-read-more {
    color: #0d9488;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #0d9488;
    padding-bottom: 2px;
}
.ff-read-more:hover { color: #0f766e; }
@media (max-width: 575px) {
    .ff-modal-header { flex-direction: column; text-align: center; padding: 20px; }
    .ff-modal-body { padding: 20px; }
}

/* Complimentary Fun Dives chip */
.combo-chip-gift {
    background-color: #f0fdfa !important;
    color: #0d9488 !important;
    border: 1px solid #99f6e4 !important;
    font-weight: 600;
}


/* Slider heading - matches H1 style for slides 2 & 3 (SEO: only 1 H1 per page) */
.home-slider .slider-item .slider-text .slider-heading {
    font-size: 60px;
    color: #fff;
    max-width: 735px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}
@media (max-width: 767px) {
    .home-slider .slider-item .slider-text .slider-heading {
        font-size: 30px;
    }
}

/* SEO-only H1 — visually hidden but readable by search engines and screen readers */
.ff-seo-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Slider H2 heading — responsive font sizes */
@media (max-width: 991px) {
    .slider-heading { font-size: 40px !important; letter-spacing: 1px !important; }
}
@media (max-width: 767px) {
    .slider-heading { font-size: 28px !important; letter-spacing: 0.5px !important; margin-bottom: 12px !important; }
}
@media (max-width: 480px) {
    .slider-heading { font-size: 22px !important; letter-spacing: 0 !important; margin-bottom: 10px !important; }
}

/* Price badge GST label */
.price-badge {
    position: relative;
    padding-right: 36px;
}
.price-gst {
    position: absolute;
    bottom: 5px;
    right: 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.85;
    line-height: 1;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .price-gst { font-size: 9px; right: 10px; bottom: 4px; }
}

/* ── Fun Dive Package Selector ───────────────────────────────────────────── */
.ff-pkg-selector { margin: 18px 0 22px; }
.ff-pkg-selector-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #0d9488 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    display: block;
}
.ff-pkg-options { display: flex; flex-direction: column; gap: 10px; }

.ff-pkg-opt {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 18px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    background: #fff !important;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s !important;
    user-select: none;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.ff-pkg-opt:hover {
    border-color: #0d9488 !important;
    background: #f0fdfa !important;
    box-shadow: 0 2px 8px rgba(13,148,136,.12) !important;
}
.ff-pkg-opt.active {
    border-color: #0d9488 !important;
    background: #f0fdfa !important;
    box-shadow: 0 2px 12px rgba(13,148,136,.18) !important;
}

/* Hide native radio */
.ff-pkg-opt input[type="radio"] { display: none !important; }

/* Custom radio circle */
.ff-pkg-opt-radio {
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #fff;
    flex-shrink: 0;
    margin-right: 12px;
    transition: border-color 0.2s, background 0.2s;
    display: flex; align-items: center; justify-content: center;
}
.ff-pkg-opt.active .ff-pkg-opt-radio {
    border-color: #0d9488 !important;
    background: #0d9488 !important;
}
.ff-pkg-opt.active .ff-pkg-opt-radio::after {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

.ff-pkg-opt-body { display: flex; align-items: center; flex: 1; min-width: 0; }

.ff-pkg-opt-left { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.ff-pkg-opt-name {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #1e293b !important;
    line-height: 1.2;
    display: block;
}
.ff-pkg-opt-save {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #0f766e !important;
    background: #ccfbf1 !important;
    padding: 2px 8px !important;
    border-radius: 20px !important;
    display: inline-block !important;
    width: fit-content !important;
    line-height: 1.5;
}
.ff-pkg-opt-price {
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #0d9488 !important;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 14px;
}

/* ─── FF Tab Component (shared: fun-dives + product pages) ─────────────────── */
.ff-tabs-section{background:#fff}
.ff-tab-nav-wrap{border-bottom:2px solid #e2e8f0;margin-bottom:0}
.ff-tab-nav{display:flex;overflow-x:auto;gap:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:0}
.ff-tab-nav::-webkit-scrollbar{display:none}
.ff-tab-btn{padding:14px 22px;font-size:14px;font-weight:600;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s;font-family:inherit;line-height:1}
.ff-tab-btn:hover{color:#0d9488}
.ff-tab-btn.active{color:#0d9488;border-bottom-color:#0d9488;font-weight:700}
.ff-tab-panel{display:none;padding-top:40px;animation:ffFadeIn .25s ease}
.ff-tab-panel.active{display:block}
@keyframes ffFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.ff-tab-lead{font-size:16px;color:#475569;line-height:1.7;margin-bottom:8px}
.ff-site-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;height:100%;transition:box-shadow .2s}
.ff-site-card:hover{box-shadow:0 4px 16px rgba(13,148,136,.1)}
.ff-site-card-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}
.ff-site-name{font-weight:700;font-size:16px;color:#1e293b}
.ff-site-depth{font-size:13px;font-weight:700;color:#0d9488;background:#f0fdfa;padding:2px 8px;border-radius:20px}
.ff-site-cert{display:inline-block;font-size:11px;font-weight:700;padding:2px 10px;border-radius:20px;margin-bottom:10px}
.ff-site-cert.all{background:#dcfce7;color:#15803d}
.ff-site-cert.ow{background:#dbeafe;color:#1d4ed8}
.ff-site-cert.aow{background:#fef3c7;color:#b45309}
.ff-site-card p{font-size:14px;color:#64748b;line-height:1.6;margin:0}
.ff-site-note{background:#f0fdfa;border:1px solid #5eead4;border-radius:12px;padding:20px;height:100%;display:flex;gap:14px;align-items:flex-start}
.ff-site-note i{color:#0d9488;font-size:18px;margin-top:2px;flex-shrink:0}
.ff-site-note p{font-size:14px;color:#475569;line-height:1.6;margin:0}
.ff-marine-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-top:16px}
.ff-marine-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155}
.ff-marine-item i{color:#0d9488;width:18px;text-align:center;flex-shrink:0}
.ff-conditions-box{background:#f0fdfa;border:1px solid #5eead4;border-radius:12px;padding:24px}
.ff-conditions-box h4{font-size:16px;font-weight:700;color:#0d9488;margin-bottom:14px}
.ff-conditions-box h4 i{margin-right:8px}
.ff-conditions-box ul{list-style:none;padding:0;margin:0}
.ff-conditions-box li{font-size:14px;color:#475569;padding:6px 0;border-bottom:1px solid #e2e8f0;line-height:1.5}
.ff-conditions-box li:last-child{border-bottom:none}
.ff-equip-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:22px;height:100%;text-align:center;transition:box-shadow .2s}
.ff-equip-card:hover{box-shadow:0 4px 16px rgba(13,148,136,.1)}
.ff-equip-icon{width:52px;height:52px;background:#f0fdfa;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:22px;color:#0d9488}
.ff-equip-card h5{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:8px}
.ff-equip-card p{font-size:14px;color:#64748b;line-height:1.6;margin:0}
.ff-nitrox-banner{background:#f0fdfa;border:1px solid #5eead4;border-radius:12px;padding:18px 22px;display:flex;align-items:center;gap:16px}
.ff-nitrox-banner>i{color:#0d9488;font-size:24px;flex-shrink:0}
.ff-nitrox-banner strong{display:block;font-size:15px;color:#0d9488;font-weight:700}
.ff-nitrox-banner span{font-size:14px;color:#475569}
.ff-timeline{display:flex;flex-direction:column;gap:0;position:relative}
.ff-tl-item{display:grid;grid-template-columns:80px 24px 1fr;align-items:flex-start;gap:0 16px;padding-bottom:28px;position:relative}
.ff-tl-time{font-size:13px;font-weight:700;color:#0d9488;padding-top:3px;text-align:right}
.ff-tl-dot{width:14px;height:14px;background:#0d9488;border-radius:50%;margin-top:4px;position:relative;flex-shrink:0}
.ff-tl-dot::after{content:'';position:absolute;left:50%;transform:translateX(-50%);top:14px;width:2px;height:calc(100% + 14px);background:#e2e8f0}
.ff-tl-dot.last::after{display:none}
.ff-tl-content strong{font-size:15px;color:#1e293b;display:block;margin-bottom:4px}
.ff-tl-content p{font-size:14px;color:#64748b;line-height:1.6;margin:0}
.ff-why-item{display:flex;gap:16px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;height:100%;transition:box-shadow .2s}
.ff-why-item:hover{box-shadow:0 4px 16px rgba(13,148,136,.1)}
.ff-why-icon{width:44px;height:44px;background:#f0fdfa;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#0d9488;flex-shrink:0}
.ff-why-item h5{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:6px}
.ff-why-item p{font-size:14px;color:#64748b;line-height:1.6;margin:0}
.ff-req-heading{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:16px}
.ff-req-heading i{color:#0d9488;margin-right:8px}
.ff-req-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.ff-req-list li{font-size:14px;color:#475569;padding:10px 14px;background:#f8fafc;border-radius:8px;border-left:3px solid #0d9488;line-height:1.5}
.ff-req-list.caution li{border-left-color:#f59e0b;background:#fffbeb}
.ff-faq-list{display:flex;flex-direction:column;gap:10px}
.ff-faq-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}
.ff-faq-item summary{padding:16px 20px;font-size:15px;font-weight:600;color:#1e293b;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.ff-faq-item summary::-webkit-details-marker{display:none}
.ff-faq-item summary::after{content:'+';font-size:20px;color:#0d9488;font-weight:400;flex-shrink:0;transition:transform .2s}
.ff-faq-item[open] summary::after{content:'−'}
.ff-faq-item[open]{border-color:#0d9488}
.ff-faq-item[open] summary{color:#0d9488;background:#f0fdfa}
.ff-faq-item p{padding:0 20px 16px;font-size:14px;color:#475569;line-height:1.7;margin:0}
/* Tab content helpers */
.ff-stats-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.ff-stat{background:#f0fdfa;border:1px solid #5eead4;border-radius:10px;padding:14px 20px;text-align:center;min-width:120px;flex:1}
.ff-stat-label{font-size:11px;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.ff-stat-value{font-size:18px;font-weight:800;color:#1e293b}
.ff-curric-list{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.ff-curric-item{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}
.ff-curric-item i{color:#0d9488;font-size:18px;margin-top:2px;flex-shrink:0;width:20px;text-align:center}
.ff-curric-item strong{display:block;font-size:14px;font-weight:700;color:#1e293b;margin-bottom:3px}
.ff-curric-item span{font-size:13px;color:#64748b;line-height:1.5}
.ff-grid-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}
.ff-grid-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#334155}
.ff-grid-item i{color:#0d9488;flex-shrink:0}
.ff-ibox{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:16px 20px;font-size:14px;color:#92400e;line-height:1.6;display:flex;gap:12px;align-items:flex-start;margin-top:20px}
.ff-ibox i{color:#f59e0b;font-size:16px;flex-shrink:0;margin-top:1px}
@media(max-width:767px){
    .ff-tab-btn{padding:12px 14px;font-size:13px}
    .ff-grid-list{grid-template-columns:1fr}
    .ff-stats-row .ff-stat{min-width:90px}
    .ff-marine-grid{grid-template-columns:1fr}
    .ff-tl-item{grid-template-columns:68px 20px 1fr;gap:0 10px}
    .ff-tl-time{font-size:11px}
}

/* ─── Add-ons (booking checkout) ─────────────────────────── */
.ff-addons-section{margin:18px 0 8px}
.ff-addons-title{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 10px;display:flex;align-items:baseline;gap:8px}
.ff-addons-title small{font-size:11.5px;font-weight:500;color:#64748b}
.buy-addons{display:flex;flex-direction:column;gap:6px;margin:0 0 4px}
.buy-addon{display:flex;gap:10px;padding:11px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease;align-items:flex-start}
.buy-addon:hover{background:#f0fdfa;border-color:#0d9488}
.buy-addon input{margin-top:2px;accent-color:#0d9488;flex-shrink:0;width:16px;height:16px;cursor:pointer}
.buy-addon input:checked + .buy-addon-body .buy-addon-label{color:#0d9488}
.buy-addon-body{flex:1;min-width:0}
.buy-addon-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}
.buy-addon-label{font-size:13.5px;font-weight:600;color:#0f172a;line-height:1.3}
.buy-addon-price{font-size:13px;font-weight:700;color:#0d9488;white-space:nowrap}
.buy-addon-note{font-size:11.5px;color:#64748b;margin-top:3px;line-height:1.4}
.ff-checkout-price-row#ff-addons-row .ff-checkout-label{color:#0d9488;font-weight:600}
.ff-checkout-price-row#ff-addons-row .ff-checkout-label span{font-size:11px;font-weight:500;color:#64748b;margin-left:4px}

/* ─── Product page add-ons teaser ────────────────────────── */
.prod-addons-teaser{margin-top:16px;padding:14px 16px;background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px}
.prod-addons-teaser h4{font-size:13px;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}
.prod-addons-teaser ul{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-direction:column;gap:6px}
.prod-addons-teaser li{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:#0f172a;font-weight:500}
.prod-addons-teaser li span{color:#0d9488;font-weight:700;white-space:nowrap}
.prod-addons-teaser small{font-size:11.5px;color:#64748b;font-style:italic}

/* ===== Inner Banner Title — white H1 over photo (theme only styled h3; markup uses h1) ===== */
.inner-banner .inner-title h1,
.inner-banner .inner-title h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
