 :root{
      --primary:#00B4DB; /* teal */
      --accent:#ffD166; /* yellow */
      --dark:#0B2A3B;
      --muted:#6b7280;
      --card-radius:14px;
    }
    body{ font-family: "Roboto", sans-serif; color:var(--dark);}
      
.yellow-gradient-bg{
  background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgb(255 235 0 / 1%) 19.27%, rgb(255 235 0 / 20%) 88.54%, rgba(223, 246, 255, 0) 100%)
}


/* ===== TOP STICKY MENU ===== */
.tour-menu{
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  border-bottom:1px solid #e2e2e2;
}
.tour-menu .nav-link{
  color:#333;
  font-weight:500;
  padding:14px 18px;
}
.tour-menu .nav-link.active{
  color:#0d6efd;
  border-bottom:3px solid #0d6efd;
}

/* ===== SECTION BOX ===== */
.section{
  background:#fff;
  border-radius:8px;
  padding:22px;
  margin-top:25px;
}

/* ===== ITINERARY ===== */
.accordion-button{
  font-weight:500;
}

/* ===== INCLUSION / EXCLUSION ===== */
.inclusion{
  background:#eaf8ef;
  border-left:5px solid #28a745;
}
.exclusion{
  background:#fdecec;
  border-left:5px solid #dc3545;
}

/* ===== PRICE BOX ===== */
.price-box{
  background:#fff;
  border-radius:10px;
  padding:20px;
  position:sticky;
  top:90px;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
}
.price{
  font-size:26px;
  font-weight:700;
  color:#1b76d2;
}

/* smooth scroll */
html{ scroll-behavior:smooth; }

  .top-header {
      background: #fff;
      border-bottom: 1px solid #e5e5e5;
    }
    .top-header .search-bar {
      border: 1px solid #00b4d8;
      border-radius: 25px;
      padding: 5px 15px;
      width: 100%;
      max-width: 350px;
    }
    .top-header .search-bar input {
      border: none;
      outline: none;
      width: 90%;
    }
    .top-header .nav-link {
      color: #000;
      font-weight: 500;
      font-size: 14px;
    }
    .top-header .nav-link:hover {
      color: #00b4d8;
    }
    .call-btn {
      border: 1px solid #00b4d8;
      border-radius: 25px;
      color: #00b4d8;
      font-weight: 600;
      padding: 5px 15px;
    }
 
    .bottom-nav {
      background: #1c2f4d;
    }
    .bottom-nav .nav-link {
      color: #fff !important;
      font-weight: 600;
      padding: 6px 18px !important;
      font-size: 15px;
    }
    .bottom-nav .nav-link:hover {
      color: #ffd166 !important;
    }

    /* ===== MEGA MENU ===== */
    .dropdown-menu.mega-menu {
      width: 400px;
      border: none;
      border-radius: 10px;
      padding: 20px 25px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.15);
      background: #fff;
    }
    .mega-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; 
    }
}

.dropdown-menu.mega-menu{
  position: relative;
}

.dropdown-menu.mega-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    fill: rgb(255, 255, 255);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
}

    .mega-menu ul li a {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 4px 8px;
      font-size: 14px;
    }
.mega-menu ul li a:hover {
    color: #00b4d8;
    background: rgba(1, 175, 209, 0.05);
    color: rgb(1, 95, 116);
    outline: rgb(1, 175, 209) solid 1px;
    border-radius: 4px;
}

/* By default, hide the dropdown menu */
  .navbar .nav-item.dropdown .dropdown-menu {
    display: none;
  }

  /* When hovering over the nav-item, show the dropdown */
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute; /* Keep the dropdown in the right position */
  }

    /* ===== MOBILE OFFCANVAS ===== */
    .offcanvas {
      background-color: #00b4d8;
      color: #fff;
    }
    .offcanvas .nav-link {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 0;
    }
    .offcanvas .nav-link:hover {
      color: #ffd166;
    }
    .offcanvas .offcanvas-header {
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .hero{
      background-image: linear-gradient(180deg, rgba(11,42,59,0.45), rgba(11,42,59,0.35)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1600&auto=format&fit=crop&ixlib=rb-4.0.3&s=');
      background-size:cover; background-position:center; min-height:420px; display:flex; align-items:center;
    }
    .hero .container{color:#fff}
    .badge-small{background:rgba(255,255,255,0.95); color:var(--dark); padding:6px 10px; border-radius:999px; font-weight:600}

    /* Banner strips */
    .strip-banner{height:120px; background-size:cover; background-position:center; border-radius:10px; overflow:hidden}

    /* Cards */
    .trip-card{border-radius:12px; overflow:hidden; box-shadow:0 6px 18px rgba(5,5,10,0.08);}
    .trip-card .card-img-top{height:160px; object-fit:cover}
    .small-tag{position:absolute; right:10px; top:10px; background:var(--accent); padding:6px 10px; border-radius:8px; font-weight:700}

    /* Explore India */
    .explore-card{border-radius:12px; overflow:hidden;}
    .explore-card img{height:130px; object-fit:cover}

    /* Upcoming trips grid */
    .upcoming-card{border-radius:10px; overflow:hidden}
    .upcoming-card img{height:200px; object-fit:cover}

    /* Info boxes */
    .info-box{border-radius:12px; padding:24px; background:#fff; box-shadow:0 6px 18px rgba(5,5,10,0.04)}

    /* Gallery */
    .gallery img{height:180px; object-fit:cover; border-radius:10px}

    /* Contact form */
    .contact-card{border-radius:12px; padding:24px; background:linear-gradient(135deg,#00b4d8 0%, #0077b6 100%); color:#fff}
.why_chose {
    padding: 40px 0;
    background: #fff;
    padding-bottom: 0;
}
.why_item {
    padding-left: 70px;
    position: relative;
    min-height: 120px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.why_item img {
    position: absolute;
    width: 47px;
    opacity: .8;
    left: 9px;
    top: -3px;
}
.why_item h5 {
    font-size: 19px;
    font-weight: 700;
    color: #38404f;
    margin: 0;
}
.why_item p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0;
    color: #38404f;
}
.activities-counter {
    padding: 40px 0;
    border-bottom: 1px solid rgba(16, 12, 8, .1); 
}
.activities-counter .divider {
    position: relative;
}
.activities-counter .single-activity {
    display: flex;
    align-items: center;
    gap: 20px;
}
.activities-counter .single-activity .icon svg {
    fill: #4e92cf;
}
.activities-counter .single-activity .content .number {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    color: #100c08;
    margin-bottom: 4px;
}
.activities-counter .single-activity .content .number h5 {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 1;
}
.activities-counter .single-activity .content .number span {
    font-size: 27px;
    display: inline-block;
    line-height: 1;
}
.activities-counter .single-activity .content p {
    margin-bottom: 0;
    color: #787878;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}
.activities-counter .divider::after {
    content: "";
    height: 41px;
    width: 1px;
    background-color: rgba(19, 20, 26, .16);
    position: absolute;
    right: 0;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
}
.dark-bg{
  background-color: #212626;
}  
.footer_heading_area h5 { 
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    color: #fff;
    font-family: oswald;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-bottom: 10px;
    position: relative;
}

.footer_heading_area h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #ffcd2c;
}
.footer_heading_area h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #ffcd2c;
}





.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid #ffcd2c;
    margin-top: 25px;
    padding-left: 9px;
}
.footer_link_area {
    padding-top: 10px;
}
.footer_inquery_area h6 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.footer_inquery_area p a {
    color: #ffcd2c;
    text-decoration: none;
}

.footer_inquery_area h5 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.footer_link_area ul{
  padding-left: 0px;
}
.footer_link_area ul li {
    padding-bottom: 10px;
    list-style-type: none;
}
.footer_link_area ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.soical_icon_footer {
    display: flex;
    padding-top: 10px;
    padding-left: 0px;
}
.soical_icon_footer li {
    padding-right: 8px;
    list-style-type: none;
}

.soical_icon_footer li a{
  color: #ffcd2c;
}

.soical_icon_footer li a i {
    font-size: 28px;
}
    /* Responsive tweaks */
    @media (max-width:768px){
      .hero{min-height:360px}
      .strip-banner{height:80px}
    }

.international-trips {
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1600') center/cover no-repeat;
  border-radius: 20px;
      margin: 30px 0px -64px 0px;
    padding: 120px 50px;
}

.interantionalll{
  padding: 40px;
}
 

.trip-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease; 
  border:2px solid #fff;
} 

.gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2));
  border-radius: 12px;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    position: absolute;
    top: 44%;
    background: #1c2f4d !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px !important;
}
.owl-nav button.owl-prev { left: -15px; }
.owl-nav button.owl-next { right: -15px; }

@media (max-width: 767px) {
  .trip-card img { height: 240px; object-fit: cover; }
  .card-img-overlay h5 { font-size: 1.1rem; }
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 32px; height: 32px; font-size: 16px !important;
  }
}

.international .carousel {
    position: relative;
    padding: 38px;
    margin-top: -140px;
}
.trip-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 420px;
    color: #fff;
}

.trip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.trip-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background: linear-gradient(180deg, #0000002b, rgb(0 0 0));
}

.badge-custom {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffcd2c;
    color: #000;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
}

.badge-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffcd2c;
    color: #000;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.trip-icons {
    font-size: 14px;
    opacity: 0.9;
}
.trip-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.donso-light-white{
    padding: 35px 0px 30px 0px;
    background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgb(255 235 0 / 1%) 19.27%, rgb(255 235 0 / 20%) 88.54%, rgba(223, 246, 255, 0) 100%);
}

.indian-part {
    padding: 35px 0px 30px 0px;
    background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgb(255 235 0 / 1%) 19.27%, rgb(255 235 0 / 20%) 88.54%, rgba(223, 246, 255, 0) 100%);
}

.indiaheading {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: oswald;
}
.indiaheading span{
    color:#ffD166;
}
.trip-card-qw {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 350px;
    color: #fff;
}

.trip-card-qw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trip-card-qw .trip-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.trip-card-qw .trip-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 8px 10px 8px;
    background: linear-gradient(180deg, #00000003, rgb(0 0 0));
    height: 140px;
}

.kCOLXA {
    margin: 0px 0px 8px 0px;
    width: 100%;
    display: flex;
    padding: 6px 10px;
    -webkit-box-align: center;
    align-items: center;
    gap: 0px;
    border-radius: 3px;
    background: rgba(224, 250, 255, 0.2);
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.kCOLXA p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fbfbfb;
    line-height: 4px;
    margin-bottom: 0px;
}
.kCOLXA p span {
    margin-left: 2px;
    position: relative;
    color: #fbfbfb;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
.kCOLXA p span:not(:last-child)::after {
    content: "•";
    margin-left: 2px;
}
.cddXgN {
    display: flex;
    gap: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
}
.oPIgd {
    height: 18px;
    width: 18px;
    background-image: url(../images/new-clock.svg);
    background-size: contain;
}
.gKUMWK {
    display: flex;
    gap: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
    -webkit-box-pack: end;
    justify-content: end;
    width: 60%;
}
.gKUMWK p{
    margin-bottom:0px;
}
.eeVzBc {
    height: 18px;
    width: 18px;
    background-image: url(../images/new-location.svg);
    background-size: contain;
}
.djBIPZ {
    display: flex;
    gap: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: absolute;
    left: 18px;
    bottom: 18px;
}
.gFQhjH {
    height: 18px;
    width: 18px;
    background-image: url(../images/new-calender.svg);
    background-size: contain;
}

.copyright {
    border-top: 1px solid #ffffff38;
    padding: 10px 0px 10px 0px;
}




















