
text/css style.css ( UTF-8 Unicode text, with CRLF line terminators )
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Montserrat;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    color: #0066cc;
}

@media (max-width: 768px){
    .boat-video-wrapper{
        background-image:url('https://partycruisesgoldcoast.com.au/wp-content/uploads/2025/12/WhatsApp-Video-2025-11-25-at-11.04.34-AM-1-1.gif');
              background-repeat:no-repeat;
              background-size:cover;
    }
    
}

.boat-video{
        display:none;
    }

.logo-text h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #e91e63;
    line-height: 1.2;
}

.logo-text p {
    margin: 0;
    font-size: 10px;
    color: #0066cc;
    letter-spacing: 2px;
}

.navbar-nav .nav-link {
    color: #054988;
    font-weight: 500;
    padding: 8px 20px !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #EC008C;
}

/* Hero Section */
/* Hero Section with Video Background */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center;
}

.video-background {
    position: absolute;
    inset: 0; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;   /* FIX: remove z-index -1 */
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

/* Ensure text is readable over video */
.hero-content h2,
.hero-content h3,
.hero-content .highlight {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Newsreader;
}

/* Play button styling */
.play-button {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: rgba(233, 30, 99, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    border: none;
}

.play-button:hover {
    background: rgba(233, 30, 99, 1);
    transform: translateY(-50%) scale(1.1);
}

.play-button i {
    color: white;
    font-size: 24px;
    margin-left: 5px;
}

/* Remove the old background image styles */


/* Fallback if video doesn't load */
.video-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/hero-banner.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
    display: none;
    /* Only show if video fails */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
        text-align: center;
        align-items: center;
        padding-top: 50px;
    }
    }

    .play-button {
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 18px;
    }

    .video-overlay {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.4) 50%,
                rgba(0, 0, 0, 0.2) 100%);
    }

    .why-choose-us-card {
        padding: 0px 70px !important;
    }
}

.hero-content h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.2;
    font-family: Newsreader;
    color: #4AE2E9;
    margin-bottom: 25px;

}
.hero-content h5{
    color: hotpink;
}
.hero-content h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.2;
    font-family: Newsreader;
    color: #4AE2E9;
}

.hero-content h3 {
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Newsreader;
    background: linear-gradient(to right, #fff, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content .highlight {
    color: #00d4ff;
    font-size: 56px;
    display: block;
    border-radius: 6px;
    background: linear-gradient(to right, #fff, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 600;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 6px;
}

.btn-enquiry {
    background: white;
    color: #0066cc;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 5px;
}

.btncolor {
    background: #e91e63 !important;
    border: 0px !important;

}

.btncolor:hover {
    background: #fff !important;
    transform: translateY(-2px) !important;
    color: #0066cc;
    border: 1px solid #0066cc !important;

}

.btn-enquiry:hover {
    background: #e91e63;
    color: white;
    transform: translateY(-2px);

}

.btn-call {
    background: #e91e63;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 5px;
}
.btn-contact:hover{
     background: #e91e63!important;
    color: white!important;
    transform: translateY(-2px);
    border: none!important;
}

.btn-call:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #007bff;
}

.play-button {
    position: absolute;
    right: 45%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translate(50%, -50%) scale(1.1);
}

.play-button i {
    font-size: 30px;
    margin-left: 5px;
}

/* Stats Section */
.stats-section {

    background-size: cover;
    background-position: center;
    padding: 30px 0 30px 0;
    position: relative;
}

.stat-box {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* .stat-icon i {
    font-size: 35px;
    color: #e91e63;
} */

.stat-number {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #000;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}


/* Content Section */
.content-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.stat-imagee {
    color: "#054988" !important;
}



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

.section-title {
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 1.1;
    letter-spacing: -1px;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
}
.section-title-h4{
    font-weight: 500 !important;
    line-height: 1.1;
    margin-bottom:40px;
    letter-spacing: -1px;
    color: hotpink;
    font-size: 30px;
    text-align: center;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-col
}

/* MAIN WRAPPER */
.offering-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 10px 30px;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow: hidden; /* Needed for rounded overlay */
}

/* Black Overlay */
/*.offering-box::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);  */
/*    border-radius: inherit;*/
/*    z-index: 1;*/
/*}*/

/* Bring text above overlay */
.offering-box * {
    position: relative;
    z-index: 2;
}


/* CONTENT */
.offering-content {
    position: relative;
    width: 100%;
    margin-top: 5%;
}

.offering-content-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: aqua;
}

.offering-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offering-list li {
    padding: 5px  0px 0px;
    border-bottom: 1px solid #404040;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.offering-list li:last-child {
    border-bottom: none;
}

.offering-list img {
    width: auto;
    height:35px;
    flex-shrink: 0;
}

.party-boatt{
    width: 550px;
}
.hero_section_btn_mobile{
    display:none;
}

/* MOBILE */
@media (max-width: 768px) {
    .offering-box {
        padding: 30px 20px;
        min-height: auto;       /* smaller height for mobile */
        background-size: cover;
    }

    .offering-content-heading h2 {
        font-size: 26px;
    }
    .offering-content {
    position: relative;
    width: 100%;
    margin-top: 0;
}
.party-boatt{
    width: 100%;
}
.bannaer_btn_laptop{
    display:none;
}
.hero_section_btn_mobile{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    height: 200px;
}
}

/* Testimonials Section */
.testimonials-section {
    padding: 40px 0;
    background: #333;
    position: relative;
}

.testimonials-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 46px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

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

.testimonial-info {
    text-align: left;
    flex: 1;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.testimonial-location {
    font-size: 14px;
    color: #4FC3F7;
    margin: 0;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
}

.carousel-indicators button.active {
    background-color: #4FC3F7;
}

/* Footer */
.footer {
    opacity: 85%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0 0px 0;
    color: #000;
}

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

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 106px;
    width: 300px;
}

.footer-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.95;
    font-weight: 400;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #EC008C;
    margin-bottom: 20px;
    font-family: Montserrat;
}

.footer-links {
    list-style: none;
    padding: 0;
}

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

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    opacity: 0.9;
    font-weight: 400;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 400;
}


.footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;

}

.fa-phone{
   color: #EC008C;
}
.fa-envelope{
    color: #EC008C;
}
.footer-social a {
    width: 40px;
    height: 40px;
    background: #EC008C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    color: #fff;
}

.footer-social a:hover {
    background: white;
    color: #EC008C;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);

    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #EC008C;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {

    .hero-content h2,
    .hero-content h3,
    .hero-content .highlight {
        font-size: 42px;
        text-align: left;
    }

    .play-button {
        right: 50%;
    }

    .section-title {
        font-size: 42px;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }
}

@media (max-width: 768px) {

    .hero-content h2,
    .hero-content h3,
    .hero-content .highlight {
        font-size: 32px;
        text-align: left;
    }

    .hero-section {
        height: 500px;
    }

    .section-title {
        font-size: 32px;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .stat-number {
        font-size: 32px;
    }

    .offering-title {
        font-size: 26px;
    }

    .offering-image {
        margin-top: 30px;
        min-height: 300px;
    }

    .play-button {
        width: 60px;
        height: 60px;
        right: 50%;
    }

    .play-button i {
        font-size: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        display:none;
    }

    .btn-enquiry,
    .btn-call {
        width: 100%;
    }

    .btn-enquiry:hover {
        color: #000 !important;
    }

    .testimonials-title {
        font-size: 36px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .footer-title {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .hero-content h2,
    .hero-content h3,
    .hero-content .highlight {
        font-size: 34px;
        text-align: center;
    }

    .btn-enquiry {
        margin-top: 40px;
    }

    .section-title {
        font-size: 28px;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero-content h2 {
        margin-top: 20px;
        text-align: center;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .footer-contact p {
        margin-bottom: 10px;
        font-size: 14px;
        margin-left: 1px;
        font-weight: 400;
    }

    
    .offering-header img{
        width: 100%;
    }
    .offering-list li {
        padding: 5px 0;
        border-bottom: 1px solid #404040;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }
}

.why-choose-section {
    position: relative;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.why-choose-us-card {
    padding: 0px 0px !important;
}

.why-title {
    font-weight: 600;
    font-size: 48px;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .why-title {
        font-weight: 600;
        font-size: 32px;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.choose-card {
    background: linear-gradient(180deg,
            rgba(236, 0, 140, 0.5),
            rgba(74, 222, 237, 0.5));
    border-radius: 22px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.10);
    transition: 0.3s ease;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.15);
}

.choose-card .icon {
    width: 50px;
    margin-bottom: 7px;

}

.choose-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0px;
}

.choose-card p {
    font-size: 15px;
    padding-top: 10px;
    color: #000;
}

/* party boat css */
.party-title {
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    padding-bottom: 20px;
    font-family: Montserrat;
    font-weight: 600;
}

/* Image wrapper */
.boat-img-wrapper {
    position: relative;
    max-width: 100%;
    border-radius: 26px;
    overflow: hidden;
}

/* Image */
.boat-img {
    border-radius: 26px;
    width: 100%;
}

/* Play button overlay */


/* Responsive */
@media (max-width: 768px) {
    .party-title {
        font-size: 30px;
    }

    .play-btn {
        height: 60px;
        width: 60px;
    }

    .play-btn i {
        font-size: 32px;
    }
}

/* our special day */
/* Title */
.day-title {
    font-size: 48px;
    font-weight: 700;
    color: #3b3b3b;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Background Image Box */
.day-bg-box {

    background-size: cover;
    background-position: center;
    border-radius: 18px;
    padding: 70px 20px;
    color: white;
    max-width: 100%;
}

/* Text */
.day-content h5 {
    line-height: 1.5;
}

.extras-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.extras-list li {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    .day-title {
        font-size: 30px;
    }

    .day-bg-box {
        padding: 50px 15px;
    }

    .extras-list li {
        font-size: 14px;
    }
}

/* our gallery  */
.gallery-section {
    width: 100%;
    padding: 60px 0px !important;
    text-align: center;
    background: #ffffff;
}

.gallery-titlee {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gallery-section img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
}

.swiper {
    width: 90%;
    max-width: 1300px;
}

.navbar .nav-link.active {
    color: #ff007f !important;
    font-weight: 600;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.content-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.img-fluid {
    border-radius: 12px;
}

/* Remove turtle background from about page */
.about-page .content-section {
    background-image: none !important;
    background-color: white !important;
}

/* Ensure content section has white background by default */
.content-section {
    background-color: white !important;
    color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    /* iOS Safari Fix */
    -webkit-background-size: cover;
    background-attachment: scroll; /* Important: iOS doesn’t support fixed */
}

.content-section .section-title {
    color: #2c3e50;
}

.content-section p {
    color: #555;
}


/* Services Page Styles */
.services-page {
    padding-top: 76px;
    /* Account for fixed navbar */
}

/* Services Banner */
.services-banner {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);


    background-position: center;
    background-size: cover;
    color: white;
    padding: 125px 0 125px;
    text-align: center;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-family: Montserrat;


}

/* Services Banner with Lighter Gradient Overlay */
.services-banner {
    background-position: center !important;
    background-size: cover !important;
    color: white;
    padding: 125px 0 125px;
    text-align: center;
    position: relative;
}

/* Lighter Gradient Overlay */
.services-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.services-banner .container {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-family: Montserrat;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}


.breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f8f9fa;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* Services Filter */
.filter-buttons {
    margin-bottom: 30px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #007bff;
    color: white;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.service-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
    height: 250px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-details {
    padding: 25px;
    text-align: center;
    font-family: Montserrat;
}

.service-details h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.service-details p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

/* Call to Action Section */
.cta-section {
    background: #f8f9fa;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
}

.cta-section p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.cta-buttons .btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-banner {
        padding: 80px 0 40px;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .filter-btn {
        margin: 5px;
        padding: 8px 20px;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .cta-buttons .btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.8rem;
    }

    .service-details {
        padding: 20px;
    }

    .service-details h3 {
        font-size: 1.3rem;
    }
}


/* Services Page Styles */
.services-page {
    padding-top: 76px;
    /* Account for fixed navbar */
}



.banner-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f8f9fa;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* Services Filter */
.filter-buttons {
    margin-bottom: 30px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #007bff;
    color: white;
}

/* Services Content with Carousel */
.services-content-with-carousel {
    padding: 80px 0;
}

.services-main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.service-features {
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.feature-item i {
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 15px;
    margin-top: 5px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #333;
}

.feature-content p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

.service-buttons .btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Services Carousel */
.services-carousel-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.servicesSwiper {
    width: 100%;
    height: 500px;
}

.carousel-item-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.carousel-item-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    text-align: center;
}

.carousel-caption h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.carousel-caption p {
    margin-bottom: 14px;
    opacity: 0.9;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 123, 255, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 123, 255, 0.9);
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
}

/* Services Grid */
.services-grid-section {
    background: #f8f9fa;
}

.services-grid-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.services-grid-section .lead {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.service-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
    height: 250px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-details {
    padding: 25px;
}

.service-details h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.service-details p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .services-main-heading {
        font-size: 2.2rem;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .servicesSwiper {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .services-content-with-carousel {
        padding: 60px 0;
    }

    .services-main-heading {
        font-size: 2rem;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .servicesSwiper {
        height: 400px;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .services-banner {
        padding: 80px 0 40px;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .services-main-heading {
        font-size: 1.8rem;
        text-align: center;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .services-intro {
        text-align: center;
    }

    .service-features {
        text-align: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-item i {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service-buttons {
        text-align: center;
    }

    .servicesSwiper {
        height: 350px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .filter-btn {
        margin: 5px;
        padding: 8px 20px;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.8rem;
    }

    .services-main-heading {
        font-size: 1.6rem;
        font-family: Montserrat;
        background: linear-gradient(to right, #4AD5E7, #A80063);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .servicesSwiper {
        height: 300px;
    }

    .carousel-caption {
        padding: 20px 15px 15px;
    }

    .carousel-caption h5 {
        font-size: 1.3rem;
    }

    .service-details {
        padding: 20px;
    }

    .service-details h3 {
        font-size: 1.3rem;
    }

    .service-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .service-buttons .btn:last-child {
        margin-bottom: 0;
    }
}

/* party boat  */

/* Party Boat Video Section */
.party-boat-section {
    background: #f8f9fa;
}

.party-title {
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    padding-bottom: 20px;
    font-weight: 600;
}

/* Video Wrapper */
.boat-video-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

/* Video Element */
.boat-video {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(233, 30, 99, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.play-btn:hover {
    background: rgba(233, 30, 99, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.play-btn i {
    color: white;
    font-size: 30px;
    margin-left: 4px;
    transition: all 0.3s ease;
}

/* Video Controls State */
.boat-video-wrapper.playing .play-btn {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.8);
}

.boat-video-wrapper.playing:hover .play-btn {
    opacity: 0.8;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(233, 30, 99, 0.8);
}

.boat-video-wrapper.playing:hover .play-btn:hover {
    background: rgba(233, 30, 99, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Video Loading Spinner */
.video-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 5;
}

.video-loading-spinner.show {
    display: block;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #e91e63;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Video Progress Bar (Optional) */
.video-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-progress-bar {
    height: 100%;
    background: #e91e63;
    width: 0%;
    transition: width 0.1s ease;
}

.boat-video-wrapper.playing .video-progress {
    opacity: 1;
}

/* Video Hover Effects */
.boat-video-wrapper:hover .boat-video {
    transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .boat-video-wrapper {
        max-width: 100%;
    }

}

@media (max-width: 992px) {
    .party-title {
        font-size: 42px;
    }

    .boat-video-wrapper {
        max-width: 700px;
        border-radius: 15px;
    }

    .play-btn {
        width: 70px;
        height: 70px;
    }

    .play-btn i {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .party-title {
        font-size: 36px;
        padding-bottom: 15px;
    }

    .boat-video-wrapper {
        max-width: 100%;
        border-radius: 12px;
        margin: 0 15px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .play-btn i {
        font-size: 22px;
    }

    .spinner {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .party-boat-section {
        padding: 40px 0;
    }

    .party-title {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .boat-video-wrapper {
        border-radius: 10px;
        margin: 0 10px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
    }

    .play-btn i {
        font-size: 18px;
        margin-left: 2px;
    }

    .spinner {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }
}

/* Small mobile devices */
@media (max-width: 400px) {
    .party-title {
        font-size: 24px;
    }

    .play-btn {
        width: 45px;
        height: 45px;
    }

    .play-btn i {
        font-size: 16px;
    }
}

/* Touch device optimizations */
@media (hover: none) {
    .boat-video-wrapper.playing .play-btn {
        opacity: 0.6;
        visibility: visible;
    }

    .boat-video-wrapper:hover .boat-video {
        transform: none;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .play-btn {
        border-width: 2px;
    }
}

/* stats icon image */

/* Stats Section Image Icons */
.stat-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 15px;
}

.stat-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.3);
}

.stat-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;

}

.stat-icon:hover .stat-image {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stat-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .stat-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
        padding: 10px;
    }

    .why-choose-us-card {
        padding: 0px 0px !important;
    }
}



.choose-us-image-card {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 17px;
}

.book-now-button {
    padding: 13px 60px !important;
    font-size: 26px;
}

.btncolorr {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

/* quote form */

/* quote-form.css */

:root {
    --primary-color: #1a6fc4;
    --secondary-color: #0d4a8a;
    --accent-color: #ff6b35;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
}

.quote-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.quote-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.quote-header {
    text-align: center;
    margin-bottom: 40px;
}

.quote-title {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 700;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.form-control,
.form-select {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s;
    font-size: 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(26, 111, 196, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: #999;
}

/* Button Styles */
.btn-primary {
    background-color: #EC008C;
    border-color: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #0d4a8a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #0d4a8a;
}

.btn-primary:active {
    transform: translateY(0);
}

/* Form Row Spacing */
.form-row-spacing .row {
    margin-bottom: 1rem;
}

/* Success Message */
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;

    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}

/* Required Field Indicator */
.required::after {
    content: " *";
    color: #dc3545;
}

/* Custom Select Arrow */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Textarea specific styles */
textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* Number input specific styles */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Form validation styles */


.form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Loading state for button */
.btn-primary.loading {
    position: relative;
    color: transparent;
}

.btn-primary.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .quote-title {
        font-size: 2rem;
    }

    .quote-container {
        padding: 25px;
    }

    .btn-primary {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .quote-section {
        padding: 50px 0;
    }

    .quote-title {
        font-size: 1.7rem;
    }

    .quote-container {
        padding: 20px 15px;
    }

    .quote-subtitle {
        font-size: 1rem;
    }

    .form-control,
    .form-select {
        padding: 10px 12px;
    }
}

/* Print styles */
@media print {
    .quote-section {
        background: white !important;
        padding: 0 !important;
    }

    .quote-container {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }

    .btn-primary {
        display: none !important;
    }
}

.services-filter-section .filter-btn {
    transition: all 0.3s 
ease;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    background-color: #ff007f !important;
    border: none;
    margin: 10px 0;
    border: 1px solid;

}


.services-filter-section .filter-btn.active {
    background-color: #014789 !important;

}

.services-filter-section .filter-btn:hover {
    background-color: #fff !important;
    color: #007bff !important;
    border: 1px solid #007bff !important;
}


/* Gallery Styles */
.gallery-section {
    padding: 80px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 4/3;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.gallery-description {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Modal Styles */

/* Gallery Modal Styles - UPDATE THESE */
.gallery-modal .modal-dialog {
    max-width: 95vw;
    max-height: 95vh;
    margin: 2.5vh auto;
}

.gallery-modal .modal-content {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    height: 95vh;
}

.gallery-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* CHANGED from contain to cover */
    object-position: center;
}

/* Move arrows above the image */
.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 35%;
    /* CHANGED from 50% to 20px */
    transform: none;
    /* CHANGED from translateY(-50%) to none */
    opacity: 0.9;
    margin: 0;

    z-index: 100;
    transition: all 0.3s ease;
}

.gallery-carousel .carousel-control-prev {
    left: 20px;
    right: auto;
}

.gallery-carousel .carousel-control-next {
    right: 20px;
    left: auto;
}

.gallery-carousel .carousel-control-prev:hover,
.gallery-carousel .carousel-control-next:hover {
    background: #e91e63;
    transform: scale(1.1);
    border: white;
    color: white !important;
}

/* Add this to make arrows white on hover */
.gallery-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/* Remove any padding from modal body */
.gallery-modal .modal-body {
    padding: 0;
}

.gallery-carousel .carousel-control-prev {
    left: 20px;
}

.gallery-carousel .carousel-control-next {
    right: 20px;
}

/* Gallery Close Button Fix */
.gallery-modal .modal-header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    border: none;
    padding: 0;
}

.btn-close-custom {
    background: rgba(255, 255, 255, 0.9);
    border: none !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
    opacity: 0.8;
    box-shadow: none !important;
    /* Add this line */
    outline: none !important;
    /* Also add this to remove focus outline */
}

.btn-close-custom:hover {
    background: #e91e63;
    color: white;
    opacity: 1;
    transform: scale(1.1);
    border: none !important;
    box-shadow: none !important;
    /* Add this line */
    outline: none !important;
    /* Also add this to remove focus outline */
}

/* Remove focus styles if any */
.btn-close-custom:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Ensure close button stays above image */
.gallery-modal .modal-header {
    z-index: 1000;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 400px;
        margin: 0 auto;
    }

    .gallery-carousel {
        height: 50vh;
    }

    .gallery-carousel .carousel-item {
        height: 50vh;
    }

    .gallery-modal .modal-dialog {
        max-width: 95%;
        margin: 2.5vh auto;
    }

    .gallery-carousel .carousel-control-prev,
    .gallery-carousel .carousel-control-next {
        width: 50px;
        height: 50px;
    }

    .gallery-carousel .carousel-control-prev {
        left: 15px;
    }

    .gallery-carousel .carousel-control-next {
        right: 15px;
    }

    .gallery-carousel .carousel-control-prev-icon,
    .gallery-carousel .carousel-control-next-icon {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 60px 0;
    }

    /* Card-style modal for mobile - centered with less height */
    .gallery-modal .modal-dialog {
        max-width: 85vw !important;
        max-height: 50vh !important;
        margin: 0px auto !important;
        /* Center vertically with more space */
    }

    .gallery-modal .modal-content {
        height: 50vh !important;
        /* Reduced height */
        border-radius: 15px !important;
    }

    .gallery-carousel {
        height: 50vh !important;
        /* Reduced height */
        border-radius: 15px !important;
    }

    .gallery-carousel .carousel-item {
        height: 50vh !important;
        /* Reduced height */
    }

    .gallery-carousel .carousel-item img {
        object-fit: cover !important;
    }

    .gallery-carousel .carousel-caption {
        padding: 15px 10px 10px;
    }

    .gallery-carousel .carousel-caption h5 {
        font-size: 1.1rem;
    }

    .gallery-carousel .carousel-caption p {
        font-size: 0.8rem;
    }

    /* Center arrows vertically in middle */
    .gallery-carousel .carousel-control-prev,
    .gallery-carousel .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 50% !important;
        /* Center vertically */
        transform: translateY(-50%) !important;
        /* Center vertically */
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgba(255, 255, 255, 0.9) !important;
    }

    

    .gallery-carousel .carousel-control-prev {
        left: 10px;
    }

    .gallery-carousel .carousel-control-next {
        right: 10px;
    }

    /* Close button for mobile */
    .gallery-modal .modal-header {
        top: 10px;
        right: 10px;
    }

    .btn-close-custom {
        width: 25px;
        height: 25px;
    }
}

.feature-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.current_page_item a {
    color: #EC008C !important;
}

/* contact us  */


        .contact-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .contact-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .contact-card i {
            font-size: 2.5rem;
            color: #0d6efd;
            margin-bottom: 20px;
        }
        
        .contact-card h4 {
            margin-bottom: 15px;
            color: #333;
        }
        
        .contact-card p {
            color: #666;
            margin-bottom: 0;
        }
        
        .contact-form {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
        }
        
        .contact-form h3 {
            margin-bottom: 32px;
            color: #000000;
            font-weight: 600;
            font-family: Montserrat;
            line-height: 100%;
            margin-bottom: 30px;
        }
        .contact-form h4 {
            margin-bottom: 20px;
            color: #000000;
            font-weight: 600;
            font-family: Montserrat;
            line-height: 100%;
            margin-bottom: 20px;
        }
        
        .form-control {
            border-radius: 5px;
            padding: 12px 15px;
            margin-bottom: 20px;
            border: 1px solid #e1e1e1;
        }
        
        .form-control:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            border-color: #86b7fe;
        }
        
        .btn-primary {
            background-color: #0d6efd;
            border-color: #0d6efd;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 5px;
        }
        
        .btn-primary:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
        }
        
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
        }
        
        .map-container iframe {
            width: 100%;
            
            border: 0;
        }
        
        @media (max-width: 768px) {
            .contact-card {
                margin-bottom: 20px;
            }
            
            .map-container {
                margin-top: 30px;
            }
        }
    .icon_location{
        width: 30px;
        height: 35px;
    }
    .map{
        height: 100%;
    }
    .map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%; /* Take full parent height */
    display: flex;
}

.map-container iframe {
    width: 100%;
    height: 100%; /* Take full container height */
    border: 0;
    flex: 1; /* Fill available space */
}
@media (max-width: 768px) {
    .contact-card {
        margin-bottom: 20px;
    }
    
    .map-container {
        margin-top: 30px;
        height: 400px; /* Fixed height on mobile */
        display: block; /* Remove flex on mobile */
    }
    
    .map-container iframe {
        height: 400px; /* Fixed height on mobile */
    }
    
    /* Ensure form and map stack properly */
    .col-lg-6 {
        margin-bottom: 30px;
    }
}

/* our boat */

.boat_para{
  font-size: 18px;
  font-family: Montserrat!important;
  font-weight: 400;
  line-height: 140%!important;
  letter-spacing: 0%;
    color: #000;
}

.services-content-left-boat{
    padding: 20px;
    margin-left: 100px;
    border: 10px solid #F0F0F0;
    height: 100%;
}

.services-content-left-boat div {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-content-left-boat li {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
}

.services-content-left-boat li:before {
   
    color: #000000;
    font-size: 30px;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Alternative with checkmarks */
/* .services-content-left-boat li:before {
    content: "âœ“";
    color: #198754;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
} */

/* Mobile responsiveness */
@media (max-width: 768px) {
    .services-content-left-boat {
        margin-left: 0;
        padding: 15px;
        border: 8px solid #F0F0F0;
    }
    
    .services-content-left-boat li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

/* blog page  */

.services-content-left-boatt{
    padding: 20px;
    margin-left: 20px;
    height: 100%;
}

.services-content-left-boatt h2{
    font-size: 22px;
    color: #000!important;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 600;
}

/* Archives list styling */
.services-content-left-boatt div:first-of-type {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.services-content-left-boatt li {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 12px;
    padding-left: 0px;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
    list-style: disc;
}
.services-content-left-boatt ul{
   padding: 0px;
   padding-left: 20px;
}



.services-content-left-boatt li:hover {
    color: #0d6efd;
}

.Recent_post_blog{
    margin-top: 30px;
}

.Recent_post_blog h2{
    font-size: 22px; /* Changed from 32px to match archives heading */
    font-family: Montserrat;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.Recent_post_blog p{
    font-size: 16px;
    font-family: Montserrat;
    line-height: 1.6; /* Changed from 100% for better readability */
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .services-content-left-boatt {
        margin-left: 0;
        padding: 15px;
    }
    
    .services-content-left-boatt li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 18px;
    }
    
    .Recent_post_blog h2,
    .services-content-left-boatt h2 {
        font-size: 20px;
    }
    
    .Recent_post_blog p {
        font-size: 14px;
        line-height: 1.5;
    }
}
.blog-main-heading{
    font-size: 28px;
    font-family: Montserrat;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.blog-main-span{
     font-size: 16px;
    font-family: Montserrat;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 30px!important;
    color: #000;
}
.heading-blog{
    margin-bottom: 30px;
}
.single-blog-image {
    width: 100%;
    height: 400px; /* Adjust this to match your carousel height */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.single-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .single-blog-image {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .single-blog-image {
        height: 250px;
    }
}

.list-recentBlog{
  list-style: none;
}

.boat_para h2{
    font-size: 28px;
    font-family: Montserrat;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 30px!important;
    color: #000;
}

/* footer icon */

.footer-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.more_link ul{
    list-style:none;
    padding-left:0;
}
/* Privacy Policy Page Styles */
.privacy-policy-page {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
}

/* Header Section */
.privacy-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    padding: 80px 0 50px;
    text-align: center;
}

.privacy-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacy-header .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
}

.privacy-header .breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-weight: 500;
}

.privacy-header .breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

/* Content Section */
.privacy-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.privacy-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 50px;
    margin-bottom: 30px;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7f1ff;
}

.privacy-section h3 {
    color: #495057;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 25px 0 15px;
}

.privacy-section p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #555;
}

.privacy-section ul, .privacy-section ol {
    margin: 15px 0 20px 20px;
}

.privacy-section li {
    margin-bottom: 10px;
    font-weight: 400;
    color: #555;
}

.privacy-section strong {
    color: #0d6efd;
    font-weight: 600;
}

/* Info Boxes */
.privacy-info-box {
    background: #e7f1ff;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.privacy-info-box h4 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.privacy-info-box p {
    margin-bottom: 0;
    color: #495057;
}

/* Contact Card */
.privacy-contact-card {
    background: linear-gradient(180deg,
            rgba(236, 0, 140, 0.5),
            rgba(74, 222, 237, 0.5));
    border-radius: 22px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.10);
    transition: 0.3s ease;
    color: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
}

.privacy-contact-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.privacy-contact-card p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.privacy-contact-btn {
    background: white;
    color: #0d6efd;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.privacy-contact-btn:hover {
    background: #f8f9fa;
    color: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Table Styles */
.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.privacy-table th {
    background: #0d6efd;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.privacy-table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    background: white;
}

.privacy-table tr:nth-child(even) td {
    background: #f8f9fa;
}

/* Last Updated Section */
.last-updated {
    background: #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
    color: #495057;
}

.last-updated strong {
    color: #0d6efd;
}

/* Quick Navigation */
.privacy-quick-nav {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
}

.privacy-quick-nav h4 {
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.privacy-quick-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-quick-nav li {
    margin-bottom: 12px;
}

.privacy-quick-nav a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}

.privacy-quick-nav a:hover {
    color: #0d6efd;
    padding-left: 10px;
}

.privacy-quick-nav a:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-header {
        padding: 60px 0 40px;
    }
    
    .privacy-header h1 {
        font-size: 2.2rem;
    }
    
    .privacy-content {
        padding: 50px 0;
    }
    
    .privacy-card {
        padding: 30px 25px;
    }
    
    .privacy-section h2 {
        font-size: 1.5rem;
    }
    
    .privacy-section h3 {
        font-size: 1.2rem;
    }
    
    .privacy-contact-card {
        padding: 30px 25px;
    }
    
    .privacy-contact-card h3 {
        font-size: 1.5rem;
    }
    
    .privacy-quick-nav {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .privacy-header h1 {
        font-size: 1.8rem;
    }
    
    .privacy-card {
        padding: 25px 20px;
        border-radius: 10px;
    }
    
    .privacy-section h2 {
        font-size: 1.3rem;
    }
    
    .privacy-contact-card {
        padding: 25px 20px;
    }
    
    .privacy-contact-card h3 {
        font-size: 1.3rem;
    }
    
    .privacy-table {
        font-size: 0.9rem;
    }
    
    .privacy-table th,
    .privacy-table td {
        padding: 10px;
    }
}

/* Print Styles */
@media print {
    .privacy-header {
        background: white !important;
        color: black !important;
        padding: 20px 0 !important;
    }
    
    .privacy-content {
        background: white !important;
        padding: 0 !important;
    }
    
    .privacy-card {
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    .privacy-contact-card,
    .privacy-quick-nav {
        display: none;
    }
}

/* Animation for smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Highlight current section in quick nav */
.privacy-quick-nav a.active {
    color: #0d6efd;
    font-weight: 600;
    border-left: 3px solid #0d6efd;
    padding-left: 10px;
}

/* terms-conditions.css */

/* Terms and Conditions Page Styles */
.terms-conditions-page {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
}

/* Header Section */
.terms-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    padding: 80px 0 50px;
    text-align: center;
}

.terms-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.terms-header .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
}

.terms-header .breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-weight: 500;
}

.terms-header .breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

/* Content Section */
.terms-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.terms-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 50px;
    margin-bottom: 30px;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section:last-child {
    margin-bottom: 0;
}

.terms-section h2 {
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7f1ff;
}

.terms-section h3 {
    color: #495057;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 25px 0 15px;
}

.terms-section h4 {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 10px;
}

.terms-section p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #555;
}

.terms-section ul, .terms-section ol {
    margin: 15px 0 20px 20px;
}

.terms-section li {
    margin-bottom: 10px;
    font-weight: 400;
    color: #555;
}

.terms-section strong {
    color: #0d6efd;
    font-weight: 600;
}

/* Info Boxes */
.terms-info-box {
    background: #e7f1ff;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.terms-info-box h4 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.terms-info-box p {
    margin-bottom: 0;
    color: #495057;
}

/* Warning Box */
.terms-warning-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.terms-warning-box h4 {
     font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.terms-warning-box p {
    margin-bottom: 0;
    color: #856404;
}

/* Contact Card */
.terms-contact-card {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
}

.terms-contact-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-contact-card p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.terms-contact-btn {
    background: white;
    color: #0d6efd;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.terms-contact-btn:hover {
    background: #f8f9fa;
    color: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Table Styles */
.terms-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.terms-table th {
    background: #0d6efd;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.terms-table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    background: white;
}

.terms-table tr:nth-child(even) td {
    background: #f8f9fa;
}

/* Last Updated Section */
.last-updated {
    background: #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
    color: #495057;
}

.last-updated strong {
    color: #0d6efd;
}

/* Quick Navigation */
.terms-quick-nav {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
}

.terms-quick-nav h4 {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-family: Montserrat;
    background: linear-gradient(to right, #4AD5E7, #A80063);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-quick-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-quick-nav li {
    margin-bottom: 12px;
}

.terms-quick-nav a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}

.terms-quick-nav a:hover {
    color: #0d6efd;
    padding-left: 10px;
}

.terms-quick-nav a:last-child {
    border-bottom: none;
}

/* Numbered Sections */
.terms-numbered-section {
    counter-increment: terms-section;
    position: relative;
    padding-left: 40px;
}

.terms-numbered-section h3::before {
    content: counter(terms-section) ".";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 700;
    font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms-header {
        padding: 60px 0 40px;
    }
    
    .terms-header h1 {
        font-size: 2.2rem;
    }
    
    .terms-content {
        padding: 50px 0;
    }
    
    .terms-card {
        padding: 30px 25px;
    }
    
    .terms-section h2 {
        font-size: 1.5rem;
    }
    
    .terms-section h3 {
        font-size: 1.2rem;
    }
    
    .terms-contact-card {
        padding: 30px 25px;
    }
    
    .terms-contact-card h3 {
        font-size: 1.5rem;
    }
    
    .terms-quick-nav {
        position: static;
        margin-bottom: 30px;
    }
    
    .terms-numbered-section {
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .terms-header h1 {
        font-size: 1.8rem;
    }
    
    .terms-card {
        padding: 25px 20px;
        border-radius: 10px;
    }
    
    .terms-section h2 {
        font-size: 1.3rem;
    }
    
    .terms-contact-card {
        padding: 25px 20px;
    }
    
    .terms-contact-card h3 {
        font-size: 1.3rem;
    }
    
    .terms-table {
        font-size: 0.9rem;
    }
    
    .terms-table th,
    .terms-table td {
        padding: 10px;
    }
    
    .terms-numbered-section {
        padding-left: 25px;
    }
}

/* Print Styles */
@media print {
    .terms-header {
        background: white !important;
        color: black !important;
        padding: 20px 0 !important;
    }
    
    .terms-content {
        background: white !important;
        padding: 0 !important;
    }
    
    .terms-card {
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    .terms-contact-card,
    .terms-quick-nav {
        display: none;
    }
}

        /* Animation for smooth scrolling */
        html {
            scroll-behavior: smooth;
        }
        
        /* Highlight current section in quick nav */
        .terms-quick-nav a.active {
            color: #0d6efd;
            font-weight: 600;
            border-left: 3px solid #0d6efd;
            padding-left: 10px;
        }
        
        /* Counter reset */
        .terms-card {
            counter-reset: terms-section;
        }

        /* FAQ Section Styles */
        .faq-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .faq-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .faq-header h2 {
            font-size: 2.5rem;
            color: #0d6efd;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .faq-header p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .accordion-button {
            font-weight: 600;
            padding: 20px;
            font-size: 1.1rem;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #e7f1ff;
            color: #0d6efd;
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(13, 110, 253, 0.25);
        }
        
        .accordion-body {
            padding: 20px;
            font-size: 1rem;
            line-height: 1.6;
            color: #495057;
        }
        
        .accordion-item {
            border: 1px solid rgba(0, 0, 0, 0.125);
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .faq-header h2 {
                font-size: 2rem;
            }
            
            .accordion-button {
                font-size: 1rem;
                padding: 15px;
            }
            
            .accordion-body {
                padding: 15px;
            }
            .luxury-box h3 {
            
            text-align: left !important;
        }
        }
  
        .luxury-box {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
            transform: translateZ(0); /* subtle 3D feel */
            position: relative;
        }
        
        
        .luxury-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgb(10 10 10 / 0%), rgba(10, 10, 10, 0.5));
        }
        
        
        .luxury-list .bullet {
            width: 8px;
            height: 8px;
            background: #EC008C;
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 8px;
        }
        
        
        .luxury-box h3 {
            font-size: 20px;
            line-height: 1.4;
            text-align: justify;
        }
        
        .luxury-list {
            font-size: 20px;
            line-height: 1.6;
        }
        .qoute-btn{
            color: #fff;
        }
        .offer_home_section{
            min-height: 370px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            padding-left: 40px;
            background-repeat:no-repeat;
            background-size:cover;
            background-position:center;
           
        }
        .offer_home_section h2{
            color:snow;
            font-size:30px;
        }
          @media (max-width: 768px) {
            .offer_home_section{
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            margin: 0 auto;
            padding: 0 20px;
        }
          }