.footer{
    background:#081421;
    color:#fff;
    padding:60px 0 20px;
}

.footer-logo{
    width:150px;
}

.footer h5{
    color:#fff;
    margin-bottom:20px;
    font-weight:700;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d9e6f2;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#00c2ff;
    padding-left:6px;
}

.footer p{
    color:#d9e6f2;
}

.footer hr{
    border-color:rgba(255,255,255,.1);
    margin:30px 0;
}

.footer i{
    color:#fff;
    transition:.3s;
}

.footer i:hover{
    color:#00c2ff;
}

/* Reviews */

.reviews{
    background:#f8fbff;
}

.review-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.review-card:hover{
    transform:translateY(-8px);
}

.stars{
    color:#FFC107;
    font-size:22px;
    margin-bottom:15px;
}

.review-card h5{
    margin-top:20px;
    margin-bottom:5px;
    font-weight:700;
}

.review-card small{
    color:#777;
}

/* Destinations */

.destinations{
    background:#ffffff;
}

.destination-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.destination-card:hover{
    transform:translateY(-8px);
}

.destination-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.destination-content{
    padding:20px;
}

.destination-content h4{
    font-weight:700;
    margin-bottom:10px;
}

<section class="why-book py-5">

<div class="container">

<div class="text-center mb-5">
<h2>Why Book with Kalapani Holidays?</h2>
<p>Experience a hassle-free Andaman vacation with trusted local experts.</p>
</div>

<div class="row g-4">

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-tags"></i>
<h4>Best Price Guarantee</h4>
<p>Competitive pricing with no hidden charges.</p>
</div>
</div>

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-ship"></i>
<h4>Instant Ferry Booking</h4>
<p>Confirmed ferry tickets with leading operators.</p>
</div>
</div>

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-hotel"></i>
<h4>Handpicked Hotels</h4>
<p>Comfortable stays selected for every budget.</p>
</div>
</div>

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-map-marked-alt"></i>
<h4>Custom Tour Plans</h4>
<p>Personalized itineraries based on your travel style.</p>
</div>
</div>

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-headset"></i>
<h4>24×7 Local Support</h4>
<p>Our team is always available throughout your trip.</p>
</div>
</div>

<div class="col-lg-4 col-md-6">
<div class="book-card">
<i class="fas fa-shield-alt"></i>
<h4>Trusted Local DMC</h4>
<p>Reliable Andaman destination management company with local expertise.</p>
</div>
</div>

</div>

</div>

</section>

/* Why Book */

.why-book{
    background:#f8fbff;
}

.book-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.book-card:hover{
    transform:translateY(-8px);
}

.book-card i{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:20px;
}

.book-card h4{
    font-weight:700;
    margin-bottom:12px;
}

/* CTA Section */

.cta-section{
    background:url('assets/images/cta-bg.jpg') center center/cover no-repeat;
    position:relative;
}

.cta-overlay{
    background:rgba(0,0,0,0.65);
    padding:90px 0;
}

.cta-section h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-section p{
    color:#f1f1f1;
    max-width:700px;
    margin:0 auto 35px;
    font-size:18px;
}

.cta-section .btn{
    border-radius:50px;
    padding:14px 35px;
    font-weight:600;
}

/* FAQ */

.faq{
    background:#f8fbff;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.accordion-button{
    font-weight:600;
    padding:18px;
}

.accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
}

/* Trust Section */

.trust{
    background:#ffffff;
}

.trust-box{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.trust-box:hover{
    transform:translateY(-8px);
}

.trust-box i{
    font-size:42px;
    color:#FFC107;
    margin-bottom:20px;
}

.trust-box h2{
    font-weight:700;
    color:#0d6efd;
}

/* Floating Buttons */

.floating-whatsapp,
.floating-call,
.scroll-top{
    position:fixed;
    right:25px;
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:24px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
}

.floating-whatsapp{
    background:#25D366;
    bottom:30px;
}

.floating-call{
    background:#0d6efd;
    bottom:100px;
}

.scroll-top{
    background:#ff6b35;
    bottom:170px;
    border:none;
    cursor:pointer;
}

.floating-whatsapp:hover,
.floating-call:hover,
.scroll-top:hover{
    transform:scale(1.1);
}

/* Gallery */

.gallery{
    background:#f8fbff;
}

.gallery-img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    transition:.4s;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.gallery-img:hover{
    transform:scale(1.05);
}

/* Page Banner */

.page-banner{
background:url('assets/images/banner.jpg') center center/cover;
position:relative;
}

.page-banner .overlay{
background:rgba(0,0,0,.65);
padding:120px 0;
}

.page-banner h1{
color:#fff;
font-size:48px;
font-weight:700;
}

.page-banner p{
color:#fff;
font-size:18px;
}

/* Package Features */

.package-features{
list-style:none;
padding:0;
margin:20px 0;
}

.package-features li{
margin-bottom:10px;
}

/* Package Details */

.package-details{
    background:#f8fbff;
}

.itinerary h5{
    color:#0d6efd;
    margin-top:25px;
    font-weight:700;
}

.booking-sidebar{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.booking-sidebar h2{
    color:#ff6b35;
    margin:20px 0;
    font-weight:700;
}

.booking-sidebar ul{
    list-style:none;
    padding:0;
}

.booking-sidebar ul li{
    margin-bottom:12px;
}

/* Enquiry Box */

.enquiry-box{
    background:#fff;
    padding:30px;
    margin-top:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.enquiry-box h4{
    font-weight:700;
    margin-bottom:20px;
}

.enquiry-box .form-control{
    border-radius:10px;
    padding:12px;
}

.enquiry-box .btn{
    border-radius:30px;
    font-weight:600;
}