/* =========================
   GOOGLE FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#f4f9ff;
    overflow-x:hidden;
    color:#1d2b53;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    background:#ffffff !important;
    padding:12px 30px;
    box-shadow:0 4px 20px rgba(0,0,0,0.06);
}

.navbar-brand img{
    width:180px;
}

.nav-link{
    color:#1d2b53 !important;
    font-weight:500;
    margin:0 10px;
    position:relative;
    transition:0.3s;
}

.nav-link:hover{
    color:#0d6efd !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    width:0%;
    height:2px;
    background:#0d6efd;
    left:0;
    bottom:0;
    transition:0.4s;
}

.nav-link:hover::after{
    width:100%;
}

.call-btn{
    background:linear-gradient(45deg,#0d6efd,#4aa3ff);
    color:#fff !important;
    border:none;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.call-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(13,110,253,0.3);
}

/* =========================
   HERO SECTION
========================= */

.hero-section{
    min-height:100vh;
    padding-top:120px;
    background:linear-gradient(to right,#eef7ff,#d9ecff);
    position:relative;
}

.hero-title{
    font-size:60px;
    font-weight:700;
    line-height:1.2;
    color:#102542;
}

.hero-title span{
    color:#0d6efd;
}

.hero-text{
    color:#5b6475;
    font-size:18px;
    margin-top:20px;
    line-height:1.8;
}

.hero-btn{
    margin-top:30px;
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:15px 30px;
    border-radius:50px;
    font-weight:600;
    transition:0.4s;
}

.hero-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(13,110,253,0.3);
}

/* =========================
   BOOKING FORM
========================= */

.booking-box{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.booking-header{
    background:linear-gradient(45deg,#0d6efd,#4aa3ff);
    color:#fff;
    text-align:center;
    padding:25px;
}

.booking-header h2{
    font-weight:700;
    margin-bottom:8px;
}

.toggle-buttons{
    display:flex;
    background:#f5f8ff;
}

.toggle-buttons button{
    width:50%;
    border:none;
    padding:16px;
    font-weight:600;
    background:transparent;
    transition:0.3s;
}

.toggle-buttons .active{
    background:#0d6efd;
    color:#fff;
}

.booking-form{
    padding:30px;
}

.custom-input{
    height:55px;
    border-radius:14px;
    border:1px solid #dce6f5;
    padding-left:15px;
    transition:0.3s;
}

.custom-input:focus{
    border-color:#0d6efd;
    box-shadow:none;
}

.form-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:14px;
    background:linear-gradient(45deg,#0d6efd,#4aa3ff);
    color:#fff;
    font-weight:600;
    font-size:18px;
    transition:0.4s;
}

.form-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 25px rgba(13,110,253,0.3);
}

/* =========================
   SECTION TITLE
========================= */

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#1d2b53;
}

.section-title p{
    color:#667085;
    margin-top:15px;
}

.title-line{
    width:80px;
    height:4px;
    background:#0d6efd;
    margin:15px auto;
    border-radius:20px;
}

/* =========================
   TARIFF CARDS
========================= */

.tariff-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    position:relative;
}

.tariff-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(13,110,253,0.15);
}

.tariff-top{
    background:linear-gradient(45deg,#0d6efd,#4aa3ff);
    color:#fff;
    text-align:center;
    padding:20px;
}

.tariff-top h3{
    font-weight:700;
}

.tariff-img{
    width:100%;
    padding:20px;
}

.tariff-body{
    padding:25px;
}

.tariff-price{
    font-size:35px;
    font-weight:700;
    color:#0d6efd;
}

.tariff-features{
    list-style:none;
    padding:0;
}

.tariff-features li{
    margin:12px 0;
    color:#5d6678;
}

.tariff-features i{
    color:#0d6efd;
    margin-right:10px;
}

.book-btn{
    width:100%;
    border:none;
    padding:14px;
    border-radius:14px;
    background:#0d6efd;
    color:#fff;
    font-weight:600;
    transition:0.3s;
}

.book-btn:hover{
    background:#1d2b53;
}

/* =========================
   ROUTE CARDS
========================= */

.route-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.route-card:hover{
    transform:translateY(-8px);
}

.route-card img{
    height:220px;
    object-fit:cover;
}

.route-content{
    padding:20px;
}

.route-content h4{
    font-weight:700;
    color:#1d2b53;
}

.route-btn{
    width:100%;
    border:none;
    padding:12px;
    border-radius:12px;
    background:#0d6efd;
    color:#fff;
    font-weight:600;
}

/* =========================
   WHY CHOOSE
========================= */

.choose-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    transition:0.4s;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.choose-card:hover{
    transform:translateY(-8px);
}

.choose-icon{
    width:80px;
    height:80px;
    background:#e8f1ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin:auto;
    font-size:35px;
    margin-bottom:20px;
}

/* =========================
   FOOTER
========================= */

footer{
    background:#102542;
    color:#fff;
    padding-top:70px;
    margin-top:80px;
}

.footer-title{
    font-weight:700;
    margin-bottom:20px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#dce6ff;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    color:#4aa3ff;
    padding-left:5px;
}

.footer-contact li{
    margin-bottom:15px;
    list-style:none;
    color:#dce6ff;
}

.footer-contact i{
    color:#4aa3ff;
    margin-right:10px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:40px;
    padding:20px 0;
    text-align:center;
    color:#dce6ff;
}

/* =========================
   WHATSAPP FLOAT
========================= */

.whatsapp-float{
    position:fixed;
    width:65px;
    height:65px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    right:20px;
    bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 25px rgba(37,211,102,0.4);
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .hero-title{
        font-size:42px;
        text-align:center;
    }

    .hero-text{
        text-align:center;
    }

    .hero-btn{
        display:block;
        margin:auto;
        margin-top:25px;
    }

    .booking-box{
        margin-top:50px;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:34px;
    }

    .section-title h2{
        font-size:30px;
    }

    .booking-form{
        padding:20px;
    }

    .navbar{
        padding:10px;
    }

}

/* =========================
   MODERN FOOTER CSS
========================= */

.modern-footer{
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    padding:80px 0 25px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.modern-footer::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.footer-brand h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-brand span{
    color:#60a5fa;
}

.footer-brand p{
    color:#dbeafe;
    line-height:1.9;
    font-size:15px;
    margin-bottom:25px;
}

/* SOCIAL */

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:45px;
    height:45px;
    background:rgba(255,255,255,0.1);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:20px;
    transition:0.4s;
}

.footer-social a:hover{
    background:#60a5fa;
    transform:translateY(-5px);
}

/* HEADING */

.footer-heading{
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}

.footer-heading::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:60px;
    height:3px;
    background:#60a5fa;
    border-radius:20px;
}

/* LINKS */

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#dbeafe;
    text-decoration:none;
    transition:0.3s;
    font-size:15px;
}

.footer-links a:hover{
    color:#60a5fa;
    padding-left:8px;
}

/* CONTACT */

.footer-contact{
    list-style:none;
    padding:0;
}

.footer-contact li{
    margin-bottom:18px;
    color:#dbeafe;
    line-height:1.7;
    font-size:15px;
}

.footer-contact i{
    color:#60a5fa;
    margin-right:10px;
    font-size:18px;
}

/* BOTTOM */

.footer-bottom-area{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:60px;
    padding-top:25px;
}

.copyright{
    color:#dbeafe;
    margin:0;
}

.footer-bottom-area a{
    color:#dbeafe;
    margin-left:18px;
    text-decoration:none;
    transition:0.3s;
    font-size:14px;
}

.footer-bottom-area a:hover{
    color:#60a5fa;
}

/* =========================
   WHATSAPP BUTTON
========================= */

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 25px rgba(37,211,102,0.4);
    animation:whatsappPulse 2s infinite;
}

@keyframes whatsappPulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.1);
    }

    100%{
        transform:scale(1);
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .modern-footer{
        text-align:center;
    }

    .footer-heading::after{
        left:50%;
        transform:translateX(-50%);
    }

    .footer-social{
        justify-content:center;
    }

    .footer-bottom-area{
        text-align:center;
    }

    .footer-bottom-area a{
        display:block;
        margin:10px 0;
    }

}

```css id="x5zj3r"
/* IMAGE */

.image-wrapper{
  position: relative;
}

.main-img{
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.experience-badge{
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fbb911;
  color: #1d2b53;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
}

.experience-badge h5{
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.experience-badge span{
  font-size: 14px;
  font-weight: 600;
}

/* CONTENT */

.about-tag{
  background: #fff3cd;
  color: #1d2b53;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.about-title{
  font-size: 42px;
  font-weight: 700;
  color: #1d2b53;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-text{
  color: #6c757d;
  font-size: 16px;
  line-height: 1.9;
}

/* FEATURE CARD */

.feature-card{
  background: white;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 15px;
  align-items: start;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}

.feature-card:hover{
  transform: translateY(-5px);
}

.feature-icon{
  width: 55px;
  height: 55px;
  background: #1d2b53;
  color: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature-card h6{
  color: #1d2b53;
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-card p{
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

/* BUTTONS */

.call-btn,
.whatsapp-book{
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.call-btn{
  background: #1d2b53;
  color: white;
}

.call-btn:hover{
  background: #304275;
  color: white;
}

.whatsapp-book{
  background: #25D366;
  color: white;
}

.whatsapp-book:hover{
  background: #1ebc59;
  color: white;
}

/* MOBILE */

@media(max-width:768px){

  .about-title{
    font-size: 30px;
    text-align: center;
  }

  .about-tag{
    display: table;
    margin: 0 auto 20px;
  }

  .about-text{
    text-align: center;
  }

  .experience-badge{
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
  }

  .feature-card{
    padding: 15px;
  }

}
```

