@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: "Poppins", sans-serif;
}



/* -----------------Navbar----------------- */

.trip-voo-nav {
  position: fixed;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  z-index: 5;
  background-color: #2a6525;
  border-bottom: 1px solid #5d9b34;
}

.trip-v-doo-logo{
  width: 180px;
}

.tv-underline-a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.tv-underline-a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #8dcf43;
  /* or use a specific color */
  transition: width 0.3s ease-in-out;
}

.tv-underline-a:hover::after {
  width: 100%;
}

.navbar-toggler-icon {
    background-color: white;
    border-radius: 5px;
}


/* <!-- Enquiry Button --> */
.enquiry-btn {
    background: linear-gradient(135deg, #8dcf43, #1b5421);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.enquiry-btn:hover {
    background: linear-gradient(135deg, #1b5421, #8dcf43);
    color: #ffffff;
    transform: translateY(-2px);
}
/* <!-- Enquiry Button --> */


/* <!-- Enquiry Modal --> */
/* Enquiry Button */
.enquiry-btn {
    background: linear-gradient(135deg, #8dcf43, #1b5421);
    color: #fff;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    border: none;
}

.enquiry-btn:hover {
    opacity: 0.9;
}

/* Modal Styling */
.enquiry-modal {
    border-radius: 20px;
    padding: 10px;
}

.enquiry-title {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Form */
.form-label {
    font-weight: 600;
    color: #1b5421;
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #ddd;
}

.form-control:focus,
.form-select:focus {
    border-color: #8dcf43;
    box-shadow: none;
}

/* Submit Button */
.submit-enquiry-btn {
    background: linear-gradient(135deg, #1b5421, #8dcf43);
    color: #fff;
    padding: 14px 40px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
}

.submit-enquiry-btn:hover {
    opacity: 0.9;
}

/* 
.modal-backdrop {
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    background-color: #000;
} */



/* <!-- Enquiry Modal --> */



/* -----------------Navbar----------------- */

/* -----------------top-section----------------- */

/* Highlight Section */
.boat-highlight-section {
    background: radial-gradient(circle at top, #8dcf43, #1b5421);
    padding: 120px 0px 60px 0px;
    color: #fff;
}
/* Image */
.boat-image-wrapper {
    margin-bottom: 30px;
}

.boat-image {
    /* max-width: 900px; */
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.7));
    opacity: 0;
    transform: scale(0.9);
}

/* Headings */
.main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 3.6rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3.5px;

    /* Clean premium gradient */
    background: linear-gradient(180deg, #adf75a 0%, #06400c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Subtle depth (not flashy) */
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35);

    margin-bottom: 10px;
}


/* CTA Button */
.cta-wrapper {
    margin-top: 25px;
}

.contact-btn {
        padding: 11px 29px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    font-size: 24px;
}


/* Hover Effect */
.contact-btn:hover {
    background: linear-gradient(180deg, #1b5421, #8dcf43);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
    color: #ffffff;
    text-decoration: none;
}


/* <!-- Contact Us Button --> */

/* 
.enquiry-btn,
.contact-btn {
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.enquiry-btn:hover,
.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


.modal {
    overflow-y: auto;
}

.modal-backdrop {
    background: rgba(0,0,0,0.6);
}


.modal.fade .modal-dialog {
    transform: translateY(-30px);
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}


.enquiry-modal .modal-content {
    border-radius: 16px;
    border: none;
    padding: 10px;
}

.modal-title {
    font-weight: 800;
    color: #1b5421;
}


.form-control,
.form-select {
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
}


.submit-btn {
    padding: 14px 50px;
    border-radius: 50px;
    background: linear-gradient(180deg, #1b5421, #8dcf43);
    color: #fff;
    font-weight: 700;
    border: none;
} */


/* <!-- Contact Us Button --> */


/* Responsive */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    .sub-heading {
        font-size: 1.5rem;
    }
}

/* -----------------top-section----------------- */

/* -----------------what-is-boat----------------- */

/* ---------------- BOAT INFO SECTION ---------------- */

.boat-info-section {
    padding: 60px 0;
    background: #ffffff;
}

/* Top headings */
.info-main-heading {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;

    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-sub-heading {
    margin-top: 12px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #555;
}

/* Image */
.info-image {
        /* max-width: 90%; */
    border-radius: 14px;
    box-shadow: 0 0 10px #dfdfdf;
    padding: 20px;
}

/* Right side headings */
.right-main-heading {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #1b5421;
}

/* Center-style text */
.highlight-text {
    font-size: 1.15rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

/* Date */
.date-heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8dcf43;
    margin-bottom: 20px;
}

/* Note */
.note-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    max-width: 520px;
}

/* Responsive */
@media (max-width: 768px) {
    .info-main-heading {
        font-size: 2.3rem;
        letter-spacing: 2px;
    }

    .right-main-heading {
        font-size: 2rem;
        text-align: center;
    }

    .highlight-text,
    .date-heading,
    .note-text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}


/* -----------------what-is-boat----------------- */


/* -----------------bye-bye-emi----------------- */

.bye-emi-section {
        padding: 25px 0;
    background: #f3f3f3;
}

/* Main Heading */
/* Apply Animation */
.bye-heading {
    font-size: 90px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2a6525;
    margin-bottom: 10px;

    /* Faster smooth animation */
    animation: emiBlink 1.5s ease-in-out infinite;
}




/* Highlight Button */
.emi-btn {
     padding: 16px 50px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2a6525;
    background: #ffffff;
    border-radius: 60px;
    border: none;
    box-shadow: 0 0 10px #e5e5e5;
    transition: all 0.3s ease;
}



/* Note Text */
.emi-note {
    margin-top: 18px;
    font-size: 20px;
    color: #2a6525;
}

/* Responsive */
@media (max-width: 768px) {
    .bye-heading {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

    .emi-btn {
        padding: 14px 36px;
        font-size: 1rem;
    }
}


/* Smooth blink + soft glow (professional) */
@keyframes emiBlink {
    0% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(42, 101, 37, 0);
        transform: scale(1);
    }

    45% {
        opacity: 0.7;
        text-shadow: 0 0 18px rgba(141, 207, 67, 0.9);
        transform: scale(1.04);
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(42, 101, 37, 0);
        transform: scale(1);
    }
}




/* -----------------bye-bye-emi----------------- */


/* -----------------Move In With More------------- */

/* ---------------- MOVE IN WITH MORE SECTION ---------------- */

.move-more-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Headings */
.move-main-heading {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.move-mid-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1b5421;
    margin-top: 10px;
}

.move-sub-heading {
    margin-top: 12px;
    font-size: 1.2rem;
    color: #555;
}

/* Product Card */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.12); */
    transition: all 0.3s ease;
        border: 1px solid #ededed;
}

.product-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-card h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1b5421;
}
/* 
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
} */

/* Owl dots */
.product-owl .owl-dots .owl-dot span {
    background: #8dcf43;
}

/* Owl Nav Container */
.product-owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

/* Buttons */
.owl-nav-btn {
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #1b5421;
    font-size: 32px;
    font-weight: 600;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* box-shadow: 0 10px 25px rgba(0,0,0,0.25); */
    /* pointer-events: all; */
    /* transition: all 0.3s ease; */
}

/* Hover */
.owl-nav-btn:hover {
    background: #8dcf43;
    color: #ffffff;
    transform: scale(1.1);
}

/* Hide default button styles */
.product-owl .owl-nav button {
    background: none !important;
}




/* -----------------Move In With More------------- */


/* -----------------Buy More. Pay Less------------- */

/* ---------------- BUY MORE PAY LESS SECTION ---------------- */

.buy-more-section {
        padding: 60px 0;
    background: #f3f3f3;
    color: #ffffff;
}

/* Main Heading */
.buy-main-heading {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Discount Circle */
.discount-circle {
       margin: 0 auto 25px;
    background: #ffffff;
    color: #1b5421;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 149px;
    font-weight: 900;
    box-shadow: 0 0 10px #dddddd;
    width: 30%;
}

/* Discount Heading */
.discount-heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    color: #2a6525;
}

/* Sub Text */
.discount-subtext {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    color: #2a6525;
}


.discount-animate {
    display: inline-block;
    font-weight: 900;

    /* Gradient text */
    background: linear-gradient(120deg, #8dcf43, #1b5421, #8dcf43);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Faster & smoother animation */
    animation: gradientBlink 2s ease-in-out infinite;
}

/* Premium fast blink + flow */
@keyframes gradientBlink {
    0% {
        opacity: 1;
        background-position: 0% 50%;
        transform: scale(1);
    }

    40% {
        opacity: 0.6;
        background-position: 100% 50%;
        transform: scale(1.06);
    }

    70% {
        opacity: 1;
        background-position: 0% 50%;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        background-position: 0% 50%;
        transform: scale(1);
    }
}




/* Responsive */
@media (max-width: 768px) {
    .buy-main-heading {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

 .discount-circle {
     margin: 0 auto 25px;
        background: #ffffff;
        color: #1b5421;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 100px;
        font-weight: 900;
        box-shadow: 0 0 10px #dddddd;
        width: 80%;
}

    .discount-heading {
        font-size: 1.3rem;
    }
}


/* -----------------Buy More. Pay Less------------- */


/* -----------------Because Big Decisions-------------  */

/* ---------------- BIG REWARDS SECTION ---------------- */

.big-rewards-section {
    padding: 60px 0;
    background: #ffffff;
}

/* Main Heading */
.rewards-main-heading {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1b5421;
    margin-bottom: 30px;
}

/* Prize Amount */
.rewards-amount {
    font-size: 4.5rem;
    font-weight: 900;
    color: #8dcf43;
    margin-bottom: 10px;
}

.rewards-amount span {
    font-size: 1.8rem;
    vertical-align: super;
}

/* Sub Heading */
.rewards-sub-heading {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
}

/* Buttons Wrapper */
.rewards-buttons {
    margin-top: 40px;
}

/* Outline Button */
.reward-btn-outline {
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: #1b5421;
    border: 2px solid #1b5421;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s ease;
}

.reward-btn-outline:hover {
    background: #1b5421;
    color: #ffffff;
}

/* Filled Button */
.reward-btn-filled {
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
    background: linear-gradient(135deg, #1b5421, #8dcf43);
    border: none;
    transition: all 0.3s ease;
}

.reward-btn-filled:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .rewards-main-heading {
        font-size: 2rem;
    }

    .rewards-amount {
        font-size: 3.2rem;
    }

    .rewards-buttons {
        flex-direction: column;
    }
}


/* -----------------Because Big Decisions-------------  */


/* <!-- -----------------Mega Lucky Draws------------- --> */

/* ---------------- MEGA LUCKY DRAW SECTION ---------------- */

.mega-lucky-section {
        padding: 60px 0;
    background: #f3f3f3;
}

/* Highlight Label */

/* Main Heading */
.mega-main-heading {
    font-size: 2.0rem;
    font-weight: bold;
    color: #1b5421;
    margin-bottom: 20px;
}

/* Sub Heading */
.mega-sub-heading {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

/* Condition Text */
.mega-condition {
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
}

/* Image Wrapper */
.mega-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mega-image-wrapper img {
    max-width: 600px;
    width: 100%;
    transition: transform 0.4s ease;
}

/* Subtle Hover Effect */
.mega-image-wrapper img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
    .mega-main-heading {
        font-size: 2.1rem;
    }

    .mega-sub-heading {
        font-size: 1.1rem;
    }

    .mega-image-wrapper img {
        max-width: 90%;
    }
}


/* <!-- -----------------Mega Lucky Draws------------- --> */


/* <!-- -----------------Signature Global------------- --> */

/* Section */
.luxury-projects-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Heading */
.luxury-main-heading {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Card */
.project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: all 0.35s ease;
    position: relative;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.18);
}

/* Image */
.project-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Badges */
.project-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.badge-luxury {
    background: linear-gradient(90deg, #8dcf43, #1b5421);
    color: #fff;
    padding: 6px 14px;
    font-size: 0.75rem;
    border-radius: 30px;
}

.badge-emi {
    background: #000;
    color: #fff;
    padding: 6px 14px;
    font-size: 0.75rem;
    border-radius: 30px;
}

/* Content */
.project-content {
    padding: 22px;
    text-align: center;
}

.project-content h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1b5421;
    margin-bottom: 6px;
}

.project-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
}

.rera {
    display: block;
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 15px;
}

/* Enquire Button */
.enquire-btn {
    border: 2px solid #1b5421;
    color: #1b5421;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.enquire-btn:hover {
    background: #1b5421;
    color: #fff;
}


/* Responsive */
@media (max-width: 768px) {
    .luxury-main-heading {
    font-size: 24px;
}
}


/* <!-- -----------------Signature Global------------- --> */


/* <!-- -----------------B.O.A.T 2026------------- --> */

/* Section */
.boat-scheme-section {
    padding: 60px 0;
    background: #ffffff;
}

/* Main Heading */
.boat-scheme-heading {
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Sub Heading */
.boat-scheme-subheading {
    /* max-width: 900px; */
    margin: 0 auto;
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
}

/* Content */
.boat-scheme-content {
    /* max-width: 1000px; */
    font-size: 1rem;
    color: #444;
    line-height: 1.9;
}

.boat-scheme-content p {
    margin-bottom: 18px;
}

/* Buttons */
.boat-primary-btn {
    background: linear-gradient(90deg, #8dcf43, #1b5421);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
}

.boat-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    color: #fff;
}

.boat-outline-btn {
    border: 2px solid #1b5421;
    color: #1b5421;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease;
}

.boat-outline-btn:hover {
    background: #1b5421;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .boat-scheme-heading {
        font-size: 2rem;
    }
}

/* <!-- -----------------B.O.A.T 2026------------- --> */


/* <!-- -----------------faq------------- --> */

.faq-section {
            padding: 60px 0;
            background: #f3f3f3;
        }

        .faq-title {
            font-size: 2.8rem;
            font-weight: 800;
            text-align: center;
            background: linear-gradient(180deg, #8dcf43, #1b5421);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .faq-subtitle {
            font-size: 1.1rem;
            color: #555;
            text-align: center;
            max-width: 720px;
            margin: 10px auto 0;
        }

        .accordion-item {
            background: #ffffff;
            border-radius: 14px;
            margin-bottom: 18px;
            box-shadow: 0 10px 28px rgba(0,0,0,0.08);
            overflow: hidden;
            border: none;
        }

        .accordion-button {
            font-weight: 600;
            font-size: 1.05rem;
            padding: 22px 26px;
            color: #1b5421;
            background: #ffffff;
        }

        .accordion-button:not(.collapsed) {
            background: #f1f7ec;
            color: #1b5421;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-body {
            font-size: 0.95rem;
            color: #444;
            padding: 18px 26px 24px;
        }

        .accordion-body a {
            display: inline-block;
            margin-top: 8px;
            font-weight: 600;
            color: #1b5421;
            text-decoration: none;
        }

        .accordion-body a:hover {
            text-decoration: underline;
        }

        @media (max-width: 576px) {
            .faq-title {
                font-size: 2.2rem;
            }
        }

/* <!-- -----------------faq------------- --> */

/* <!-- Project Details Modal --> */

/* Modal Design */
.project-modal {
    border-radius: 16px;
    overflow: hidden;
}

.project-modal .modal-header {
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    color: #fff;
}

.project-modal .modal-title {
    font-weight: 800;
    letter-spacing: 1px;
}

/* Table Design */
.project-table th {
    width: 35%;
    background: #f4f7f3;
    color: #1b5421;
    font-weight: 700;
    vertical-align: middle;
}

.project-table td {
    background: #ffffff;
    font-weight: 500;
    color: #333;
}


.contact-us-btn {
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #1b5421, #8dcf43);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-us-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    color: #fff;
}


/* Button */
/* .enquire-btn {
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    background: linear-gradient(180deg, #8dcf43, #1b5421);
    color: #fff;
    border: none;
} */

.enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Mobile Friendly */
@media (max-width: 576px) {
    .project-table th {
        font-size: 14px;
    }
    .project-table td {
        font-size: 14px;
    }
}

/* <!-- Project Details Modal --> */


/* -------------------footer----------------- */
.sg-footer {
    background: #0c1a2a;
    color: #cfd6df;
    padding: 60px 0 20px;
    font-size: 14px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-desc {
    line-height: 1.7;
    color: #bfc7d1;
}

.footer-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-contact {
    margin-bottom: 10px;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #f9b233;
}

.footer-links {
    margin-top: 15px;
}

.footer-links a {
    color: #bfc7d1;
    text-decoration: none;
    margin: 0 5px;
}

.footer-links a:hover {
    color: #f9b233;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #9aa4b2;
}




/* <!-- Privacy Policy Modal --> */
.privacy-modal {
    border-radius: 12px;
}

.privacy-modal .modal-header {
    background: #0c1a2a;
    color: #ffffff;
    border-bottom: none;
}

.privacy-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.privacy-modal .modal-body {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    padding: 25px;
}

.privacy-modal .modal-footer {
    border-top: none;
    padding: 15px 25px 25px;
}

.privacy-modal .btn-primary {
    background: #f9b233;
    border: none;
    color: #000;
    padding: 8px 22px;
    font-weight: 600;
    border-radius: 6px;
}

.privacy-modal .btn-primary:hover {
    background: #e0a020;
}
/* <!-- Privacy Policy Modal --> */


/* -------------------footer----------------- */

/* <!-- Floating WhatsApp Button --> */
.whatsapp-float {
    position: fixed;
    bottom: 85px;
    right: 25px;
    background: #25d366;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 3;
    transition: all 0.3s ease;
}



.whatsapp-float img {
    width: 28px;
    height: 28px;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.35);
    color: #ffffff;
}

/* Mobile view – only icon */
@media (max-width: 576px) {
    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        padding: 14px;
        border-radius: 50%;
    }
}
/* <!-- Floating WhatsApp Button --> */



/* Mobile Call Bar */

.mobile-call-bar {
    display: none;
}

@media (max-width: 768px) {
    .mobile-call-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #1b5421, #8dcf43);
        padding: 12px;
        z-index: 4;
        box-shadow: 0 -6px 18px rgba(0,0,0,0.25);
    }

    .call-btn {
        display: block;
        width: 100%;
        text-align: center;
        background: #ffffff;
        color: #1b5421;
        font-size: 16px;
        font-weight: 700;
        padding: 14px;
        border-radius: 8px;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

    .call-btn:hover {
        background: #f2f2f2;
        color: #1b5421;
    }
}
/* Mobile Call Bar */




/* -------------------about--------------- */


.trip-vo-h-c {
    background-image: url(../img/about-top.jpg); 
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

.r-f-head-mm-new:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #894B9D;
    margin: 10px auto 0;
}

.tv-in-h{
  color: #145B77;
}

.tv-in-box-m{
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .trip-vo-h-c {
        min-height: 200px;
    }
}


/* -------------------about--------------- */

/* -------------------contact--------------- */

.trip-vo-h-contact {
    background-image: url(../img/contact-top-img.jpg); 
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .trip-vo-h-contact {
        min-height: 200px;
    }
}
/* -------------------contact--------------- */




