@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");

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-primary-light: #2154a2;
  --bs-yellow-light: #FFE100;

}

.bg-success-light{
  background-color: #E6F5A9;

}
.bg-grey-light{
  background-color: #F0F0F0;

}
.bg-info-light{
  background-color: #BDEBCE;

}
.bg-primary-light{
  background-color: #F2F2FF;

}
.text-primary{
    color: #2154a2 !important;
}
.alert-danger:empty {
  display: none;
}
.bi-inr::before {
  content: "₹";
  font-style: normal;
  font-weight: 600;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body{
    margin: 0px;
    padding: 0px;
    /*font-size: 16px;*/
    font-size: 1rem;    
    overflow-x: hidden;
    color: var(--bs-secondary-color);
    /*line-height: 1.3;    */
}
.mb-4{
    margin-bottom: 4px;
}


.container{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
h1,h2,h3,h4,h5,h6,p{
    /*margin-bottom: 0px;*/
}
.package-block h1, .package-block h2, .package-block h3, .package-block h4, .package-block h5, .package-block p{
    
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
header.main-header .navbar-nav li.nav-item a {
    color: #1c0000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
header.main-header .navbar-nav li.nav-item a:hover {
    color: var(--bs-primary-light);
}
header.main-header .navbar-nav li.nav-item a.active {
    color: var(--bs-primary-light);
    border-bottom: 2px solid var(--bs-primary-light);
    background-color: #fff;
}
.bg-body-tertiary{
    background: white !important;
}
.call-btn .call-box {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--bs-yellow-light);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    pointer-events: none;
}
.call-btn .call-box i {
    color: #000;
    font-size: 14px;
    display: flex;
}
.call-btn a.icon-link .call-btn-text {
    font-size: 12px;
    color: var(--bs-primary-light);
    line-height: 5px;
}
.call-btn a.icon-link .call-btn-text span {
    color: #000;
    font-size: 15px;
}

.card{
    color: var(--bs-secondary-color);
}

section.hero-section {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 40px 0px;
    position: relative;
}
section.hero-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
}

.banner-main .banner-left {
    max-width: 700px;
    width: 100%;
    position: relative;
}
.banner-main .banner-left span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.banner-main .banner-left h1 {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    margin: 20px 0px;
}
.banner-main .banner-left p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}
.banner-main .banner-left a {
    color: #ffff;
    background: var(--bs-primary-light);
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--bs-primary-light);
}
.banner-main .banner-left a:hover{
    background-color: var(--bs-yellow-light);

}
.banner-main .banner-right .swiper {
    max-width: 400px;
    width: 100%;
    height: 520px;
  }
  
  .banner-right .swiper-slide .abtar {
    display: flex;
    gap: 20px;
    background: rgb(255 255 255 / 15%);
    padding: 20px;
    border-radius: 6px;
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 20%);
}
.banner-right .swiper-slide .abtar .pic-area {
    height: 42px;
    width: 42px;
    border-radius: 50px;
    overflow: hidden;
}
.banner-right .swiper-slide .abtar .text-area {
    width: calc(100% - 62px);
}
.abtar .text-area .conrats-text p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
}
.abtar .text-area .conrats-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.hero-banner-botm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 0px 40px;
    position: relative;
}

.hero-banner-botm .box {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    border-right: 1px solid rgb(255 255 255 / 30%);
}
.hero-banner-botm .box .icon svg {
    width: 40px;
    height: 40px;
}
.hero-banner-botm .box .icon svg path {
    fill: #fff;
}
.hero-banner-botm .box .rev-txt h2 {
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.hero-banner-botm .box .rev-txt p {
    color: #fff;
    font-size: 12px;
}
.hero-banner-botm .box:first-child {
    justify-content: left;
}
.hero-banner-botm .box:last-child {
    justify-content: end;
    border-right: 0px;
}


section.group-package,section.support,section.latest-blog {
    padding: 50px 0px 50px 0px;
}
section.top-destination {
    padding: 50px 0px 50px 0px;
}
.title-package {
    text-align: center;
}
.title-package h1 {
    color: var(--bs-primary-light);
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}
.title-package p {
    font-size: 17px;
    line-height: 28px;
}

.title-package .botm-line {
    max-width: 120px;
    height: 2px;
    background: var(--bs-primary-light);
    margin: auto;
    margin-top: 10px;
}
.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}
.top-section .left-box {
    display: flex;
    gap: 10px;
}
.top-section .left-box a{
    background: #fff;
    color: var(--bs-primary-light);
    border: 1px solid var(--bs-primary-light);
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 20px;
    border-radius: 6px;
}
.top-section .left-box a.active {
    background: var(--bs-primary-light);
    color: #fff;
    border: 1px solid var(--bs-primary-light);
    
}

.select.inter:hover,.select:hover {
  background: var(--bs-yellow-light) !important;
  color: #000 !important;
  border-color: var(--bs-yellow-light) !important;
}

.package-block .pack-img {
    position: relative;
    padding-bottom: 120%;
    border-radius: 6px;
    overflow: hidden;
}
.package-block .pack-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,.8) 10%,transparent 100%);
    display: block;
    z-index: 1;
}
.package-block .pack-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.package-block {
    position: relative;
}
.package-block .pack-txt {
    position: absolute;
    left: 10px;
    bottom: 15px;
    right: 10px;
    z-index: 2;
}
.pack-txt .top-txt h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.pack-txt .jaikt {
    display: flex;
      align-items: center;
      gap: 6px;
      opacity: 0.9;
      background: var(--bs-yellow-light);
      color: #000;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.25);
      pointer-events: none;
}
.pack-txt .top-txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
}
.pack-txt .botm-section .botm-top {
    display: flex;
    gap: 10px;
    color: #fff;
}
.pack-txt .botm-section .botm-top-one {
    gap: 10px;
    display: flex;
}
.botm-section .botm-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.botm-section .botm-down .left-side {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.botm-section .botm-down .left-side .price {
    color: darkorange;
    font-size: 18px;
    font-weight: bold;
}
.botm-section .botm-down .right-side {
    display: flex;
    gap: 10px;
    align-items: center;
}
.botm-section .botm-down .right-side .reviews {
    color: #fff;
    font-size: 11px;
}

.view-more {
    display: flex;
    justify-content: center;
    background: var(--bs-primary-light);
    width: fit-content;
    margin: auto;
    padding: 7px 18px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
}
.view-more a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.package-slider {
    position: relative;
}
.right-box .slid-btn {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 90px;
    margin-left: auto;
    gap: 30px;
    display: flex;
    top: 50px;
}
.right-box .slid-btn .swiper-button-next {
    background: var(--bs-primary-light);
    border: 1px solid #3869A4;
    color: white;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.right-box .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 11px;
}
.right-box .slid-btn .swiper-button-prev{
    background: var(--bs-primary-light);
    border: 1px solid #3869A4;
    color: white;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.right-box .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 11px;
}

.desti-block {
    position: relative;
}
.desti-block .pack-img {
    position: relative;
    padding-bottom: 120%;
    border-radius: 6px;
    overflow: hidden;
}
.desti-block .pack-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.desti-block .pack-txt {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.desti-block .pack-txt .top-txt {
    padding-bottom: 00px;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.desti-block  .pack-txt .top-txt h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}


section.top-destination {
    background-image: url('../images/package-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section.why-choose {
    padding-bottom: 70px;
}
.choose-main {
    /*padding-left: calc((100vw - 1280px) / 2);*/
}
.choose-main .choose-left h2 {
    font-size: 33px;
    font-weight: 700;
    color: var(--bs-primary-light);
    padding-bottom: 20px;
}
.choose-main .choose-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.choose-box {
    padding-top: 20px;
}
.choose-box .outer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.choose-box .outer .icon-box {
    height: 40px;
    width: 40px;
}
.choose-box .outer .icon-box img {
    width: 100%;
}
.choose-box .outer .text-box h3 {
    color: #134ca3;
    font-size: 16px;
}
.choose-box .outer .text-box p {
    font-size: 14px;
}
.topbar {
  background: var(--bs-primary-light);
  color: white !important;
}
.topbar a{
  color: white !important;
}

section.support {
    background: #fdf8f4;
}
.support-text h2 {
    color: var(--bs-primary-light);
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
}
.support-text ul {
    padding-left: 0px;
    list-style-type: none;
}
.support-text ul li+li {
    margin-top: 20px;
}
.support-text ul li .list-main {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 2px 8px #0000000a;
    border: 2px solid #f6efff;
}
.support-text ul li .list-main .list-pic {
    height: 54px;
    width: 54px;
    border-radius: 8px;
    background-color: #f370221a;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-text ul li .list-main .list-text h3 {
    font-size: 18px;
}
.support-text ul li .list-main .list-text p {
    font-size: 14px;
    line-height: 28px;
}

section.latest-blog {
    background: #fff;
}
.blogs-main {
    padding-top: 30px;
}
.blogs-main .blog-posts .pict {
    position: relative;
    padding-bottom: 90%;
    border-radius: 10px;
    overflow: hidden;
}
.blogs-main .blog-posts .pict img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogs-main .blog-posts .blog-text {
    text-align: center;
    padding: 30px;
}
.blogs-main .blog-posts .blog-text h3 {
    font-size: 20px;
}


.reco-slider {
    position: relative;
    padding: 30px 60px 30px;
}


.reco-slider .slid-btn {
    position: absolute;
    left: -10px;
    top: 10px;
    bottom: 0;
    right: -10px;
    z-index: 9;
}
.reco-slider .swiper{
    position: initial;
}
.reco-slider .slid-btn .swiper-button-next {
    background: #fff;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.reco-slider .slid-btn .swiper-button-prev {
    background: #fff;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.reco-slider  .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
}
.reco-slider .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
   
}



.circle-icon-md {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--bs-yellow-light);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  pointer-events: none;
}

footer.footer{
    padding: 50px 0px;
    background-image: url('../images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.footer ul {
    padding-left: 0px;
    list-style-type: none;
}
.footer-view h2 {
      font-size: 22px;
      color: #fff;
      padding-bottom: 15px;
      border-bottom: 2px solid var(--bs-yellow-light);
      width: 70%;
      margin-bottom: 15px;
}

.footer-view p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.footer-view ul li a {
    display: flex;
    gap: 15px;
}
.footer-view ul li a {
    display: flex;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.footer-view ul li+li {
    margin-top: 6px;
}
.social-icon ul {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
}
.social-icon ul li{
    margin-top: 0 !important;
}
.choose-main .right-pic img {
    width: 100%;
}
.copy-right {
    padding: 20px;
    background: #000;
    text-align: center;
    color: #fff;
}
.support-pic img {
    max-width: 20px;
    height: auto;
    display: block;
}
.cs-top-bar {
    display: flex;
    gap: 20px;
}

.text-orange {
  color: #ff6a00;
}
.aboutUs .shadow-sm p {
    color: var(--bs-secondary-color) !important
}
.date-tag{
  background: var(--bs-yellow-light);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  pointer-events: none;
}
.view-more:hover , .success-btn:hover{
  color: #000 !important;
  background: var(--bs-yellow-light);
}
.view-more:hover a, .success-btn a:hover{
  color: #000 !important;
  background: var(--bs-yellow-light);
}
section{
    overflow: hidden;
}
@media (max-width: 1399.98px) { 
    
}
@media (max-width: 1199.98px) { 
    header.main-header nav.navbar {
        padding: 10px 15px;
    }
    header.main-header .navbar-nav li.nav-item a {
        font-size: 12px;
    }
    .call-btn a.icon-link .call-btn-text span {
        font-size: 12px;
    }
    .banner-main .banner-left p {
        font-size: 16px;
        line-height: 25px;
        display: none;
    }    
    section.hero-section {
        padding: 40px 15px 40px 15px;
    
    }
    .banner-main .banner-left h1 {
        font-size: 35px;
        width: 100%;
        margin: 20px 0px;
    }
    section.group-package {
        padding: 50px 0;
    }
    .desti-slider .slid-btn {
        left: 0px;
        right: 0px;
    }
    section.top-destination {
        padding: 50px 15px;
    }
    section.why-choose {
        padding: 50px 15px;
    }
    section.support {
        background: #fdf8f4;
        padding: 50px 15px 0px;
    }
    section.latest-blog {
        padding: 50px 15px;
        background: #fff;
    }
    .blogs-main .blog-posts .blog-text {
        text-align: center;
        padding: 15px;
    }
    .reco-slider .slid-btn {
        left: 0px;
        top: 10px;
        right: 0px;

    }
    footer.footer {
        padding: 50px 15px;
    }
    .blogs-main .blog-posts .blog-text h3 {
        font-size: 20px;
    }
    .view-more {
        margin-top: 20px;
    }
    .cs-top-bar {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .cs-top-bar ul.navbar-nav {
        margin: 0 !important;
    }
    .cs-top-bar ul.navbar-nav a.nav-link {
        width: auto;
        display: table;
    }
 }


@media (max-width: 991.98px) { 
    .title-package h1 {
        font-size: 25px;
        line-height: 38px;
    }
    .choose-main .choose-left h2 {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .support-text h2 {
        font-size: 25px;
        padding-bottom: 15px;
        text-align: center;
    }
    section.group-package {
        padding: 30px 15px;
    }
    section.tour-destination {
        padding: 30px 15px;
    }
    div.breadcumb-section {
        padding: 0px 15px;
    }

    section.top-destination {
        padding: 30px 15px;
    }
    section.why-choose {
        padding: 30px 15px;
    }
    section.support {
        background: #fdf8f4;
        padding: 30px 15px 0px;
    }
    section.latest-blog {
        padding: 30px 15px;
        background: #fff;
    }
    section.our-blog {
        padding: 30px 15px;
    }
    section.terms-condition {
        padding: 30px 15px;
    }
    header.main-header .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    .support-text ul li .list-main{
        margin-left: auto;
        margin-right: auto;
    }

 }



@media (max-width: 767.98px) { 
    /*.top-section {
        padding: 30px 10px;
    }*/
    .right-box .slid-btn {
       position: initial;
        right: -20px;
        max-width: 100px;
        gap: 20px;
        top: 59px;
    }
    .right-box .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;
    }
    .right-box .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .support-pic img {
        width: 100%;
    }
    .title-package h1 {
        font-size: 20px;
        line-height: 38px;
    }
    .reco-slider .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .reco-slider .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;

    }
    .desti-slider .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .desti-slider .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;
    }
    .desti-slider .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 14px;

    }
    .desti-slider .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 14px;
    }
    .right-box .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 14px;

    }
    .right-box .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 14px;
    }
    .banner-main .banner-right .swiper {
        height: 380px;
    }
    .hero-banner-botm {
        padding: 40px 10px 0px 10px;
        flex-wrap: wrap;
        gap: 20px;
        display: none;
    }
    .hero-banner-botm .box {
        width: 48%;
    }
    .hero-banner-botm .box:first-child {
        justify-content: center;
    }
    .hero-banner-botm .box:last-child {
        justify-content: center;
        border-right: 1px solid rgb(255 255 255 / 30%);
    }
    
}


@media (max-width: 575.98px) { 
    .hero-banner-botm .box {
        width: 100%;
        gap: 7px;
        justify-content: left;
    }
    .hero-banner-botm .box:first-child {
        justify-content: flex-start;
    }
    .hero-banner-botm .box:last-child {
        justify-content: left;
        border-right: 1px solid rgb(255 255 255 / 30%);
    }
    .hero-banner-botm .box .rev-txt h2 {
        font-size: 15px;

    }
    .hero-banner-botm .box .icon svg {
        width: 30px;
        height: 30px;
    }
    .banner-main .banner-left h1 {
        font-size: 25px;
        width: 100%;
        margin: 10px 0px;
    }
    .banner-main .banner-right .swiper {
        height: 200px;
    }
 }






/* Desktop hover dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}




.custom-package-card {
  background: #c9f3d7;
  border-radius: 28px;
}

.customize-label {
  font-family: "Pacifico", cursive;
  font-size: 20px;
}

.check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.avatar-group {
  display: flex;
}

.avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #c9f3d7;
  margin-left: -10px;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.customize-btn {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 14px 28px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.customize-btn:hover {
  background: #222;
  color: #fff;
  transform: translateY(-2px);
}





/* Trending tag */
.trending-tag::before {
  content: "Trending";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  pointer-events: none;
}

/* Optional hover pop */
.trending-tag:hover::before {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}










/* ===== SEARCH MODAL UI ===== */

.search-modal .modal-content {
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

/* Blur background */
.search-modal.modal {
  backdrop-filter: blur(6px);
}

/* Search box */
.search-box {
  max-width: 720px;
  display: flex;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.search-box input {
  border: none;
  padding: 18px 24px;
  font-size: 1.1rem;
}

.search-box input:focus {
  box-shadow: none;
}

.search-box button {
  border: none;
  padding: 0 28px;
  font-size: 1.2rem;
  border-radius: 0;
}

/* Mobile */
@media (max-width: 576px) {
  .search-box {
    flex-direction: column;
    border-radius: 16px;
  }

  .search-box button {
    width: 100%;
    padding: 14px;
  }
  .topbar{
    display: none;
  }
}

/* ===== TOPBAR SEARCH (ICON ONLY) ===== */
:root {
  --brand-primary: #059ac4;
  --brand-accent: #ff8c42;
  --dark: #1f2933;
}
/* Modal backdrop blur */
.search-modal .modal-content {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  animation: scaleFade .35s ease;
}

/* Close button */
.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  /*background: #fff;*/
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  z-index: 9999;
}

/* Title */
.search-title {
  font-weight: 700;
  color: var(--dark);
}

/* Tabs */
.search-tabs .nav-link {
  border-radius: 30px;
  padding: 10px 22px;
  margin: 0 6px;
  color: #555;
  background: #f1f5f9;
  transition: all .3s ease;
}

.search-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--bs-primary-light), var(--bs-primary-light));
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

/* Search Form */
.search-form {
  display: flex;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,.15);
  animation: slideUp .4s ease;
}

.search-form .form-control {
  height: 52px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.search-form .form-control:focus {
  border-color: var(--brand-primary);
  box-shadow: none;
}

/* Search Button */
.search-btn {
  background: var(--bs-primary-light);
  color: #fff;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 18px;
}

.search-btn:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
  }

  .search-btn {
    width: 100%;
    height: 52px;
  }
  .find_perfect_destination{
    display: none;
  }
}

/* Animations */
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleFade {
  from { opacity: 0; transform: scale(.95); }
  to { opacity: 1; transform: scale(1); }
}



.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  margin-top: 8px;
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
  z-index: 999;
  max-height: 240px;
  overflow-y: auto;
  padding: 6px 0;
}

.autocomplete-list li {
  list-style: none;
  padding-left: 10px
}

.autocomplete-list a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all .2s ease;
}

.autocomplete-list a:hover {
  background: #000;
  color: var(--brand-primary);
}



.info-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.info-title {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* Inclusions */
.inclusion-card .info-title {
  color: #198754;
}

.inclusion-card .info-title i {
  color: #198754;
}

/* Exclusions */
.exclusion-card .info-title {
  color: #dc3545;
}

.exclusion-card .info-title i {
  color: #dc3545;
}

.info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.info-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.inclusion-card .info-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #198754;
  font-weight: bold;
}

.exclusion-card .info-list li::before {
  content: "✖";
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545;
  font-weight: bold;
}

/* Hover effect */
.info-card:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
}










.tour-hero {
  height: 50vh;
  min-height: 210px;
  background: 
    linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2)),
    url(../images/banner.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

/* Badge */
.tour-badge {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 14px;
  animation: slideDown 0.8s ease forwards;
}

/* Title */
.tour-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.2;
  animation: fadeUp 1s ease forwards;
}

/* Price box */
.price-box {
  color: #fff;
  animation: fadeRight 1.1s ease forwards;
}

.price-box h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 4px 0;
}

.price-box small {
  opacity: 0.85;
}

.price-box span {
  font-size: 14px;
  opacity: 0.9;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(25px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: var(--bs-black);
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}




.navbar-toggler {
  border : none;
}


/*Package Listing Filter*/
.custom-check .form-check-input {
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.custom-check .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.custom-check .form-check-label {
  margin-left: 4px;
  cursor: pointer;  
}




/* Hide on desktop */
.mobile-bottom-bar {
  display: none;
}

/* Mobile view only */
@media (max-width: 768px) {
  .mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .mobile-bottom-bar a {
    flex: 1;
    text-align: center;
    color: #666;
    font-size: 12px;
    text-decoration: none;
  }

  .mobile-bottom-bar a i {
    display: block;
    font-size: 20px;
    color: var(--bs-primary-light);
    margin-bottom: 3px;
  }

  .mobile-bottom-bar a.active,
  .mobile-bottom-bar a:hover {
    color: var(--bs-primary);
  }
}



/* ================= MOBILE FIXED HEADER ================= */
@media (max-width: 991px) {

  #mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* offcanvas se niche */
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  /* Navbar height fix */
  #mainHeader .navbar {
    min-height: 56px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Logo size for mobile */
  #mainHeader .navbar-brand img {
    height: 36px !important;
  }

  /* Page content neeche push */
  body {
    padding-top: 62px;
  }
}










/* ================= VERTICAL NAV PILLS ================= */
#v-pills-tab {
  gap: 6px;
}

/* Default nav link */
#v-pills-tab .nav-link {
  text-align: left;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  background: #f8f9fa;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  position: relative;
}

/* Hover effect */
#v-pills-tab .nav-link:hover {
  background: #eef3ff;
  color: var(--bs-primary);
}

/* Active tab */
#v-pills-tab .nav-link.active {
  background: #fff;
  color: var(--bs-primary);
  font-weight: 600;
  border-color: #dce3ff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Active left indicator */
#v-pills-tab .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  height: 76%;
  width: 4px;
  background: var(--bs-primary);
  border-radius: 0 4px 4px 0;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 768px) {
  #v-pills-tab {
    flex-direction: row !importan
