/* ================= GLOBAL ================= */

:root {
  --primary-color :#E82704;
  --secondary-color:#07204B;
}
body{
 font-family: "DM Sans", sans-serif !important;

 
  font-style: normal;
background:#FEFEFE;
margin:0;
}
 .bg-color {
        background:#FEF7F4;
    }

       
    .ti-footer {
        display:none;
    }
    .ti-widget-container  {
        margin-bottom:0 !important
    }
    .ti-reviews-container-wrapper{
        padding-bottom:0 !important;
    }
a {
    text-decoration: none;
    cursor: pointer;
}
/* ================= HEADER ================= */
.custom-header{
position:fixed;
top:25px;
left:0;
right:0;
z-index:999;
}

.custom-header .container{

border-radius:20px;
padding:20px 45px;

}

.logo{
    width:240px;}


.menu-center .nav-link{
color:var(--secondary-color) ;
font-weight:500;
margin:0 12px;
}

.btn-contact{
background:#ff3b30;
color:#fff;
padding:8px 18px;
border-radius:6px;
font-weight:600;
}

.bg-white-80   {
    background-color: #FFFFFFCC;
}
h2 {
    font-size: 40px;
}
h2,h3,h4,h5,h6 {
    color: #303030;
    font-weight: 700;
}
/* ================= HERO ================= */
.hero{
/* height:100vh; */

background-position: top;
background-size: cover;
position:relative;
display:flex;
align-items:center;
color:#fff;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,.55);
}
span {
    color: #303030;
}
.hero-content{position:relative;z-index:2;}

.booking-box{
width: 100%;
padding:30px;
border-radius:20px;


}

.section{padding:100px 0;
  position: relative;
}
.btn-red{
    padding: 8px 30px;
    border-radius: 5px;
    background:var(--primary-color) ;
    color:#fff !important;
    border:none;
    transition: all 0.3s ease-in-out;
}
.btn-red:hover {
    background-color: var(--secondary-color) ;
     color:#fff !important;
}
/* ================= CARDS ================= */
.package-card{
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}
p {
    font-size: 18px;
    color:#303030;
}
p:last-child {
    margin-bottom: 0;
}
.package-card img{
height:300px;
object-fit:cover;
width:100%;
}

.package-overlay{
position:absolute;
bottom:0;
left:0;
right:0;
background:linear-gradient(transparent,#000);
color:#fff;
padding:20px;
}

/* ================= WHY ================= */
.why-box{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
margin-bottom:20px;
}
.hero-content h1 {
    font-size: 60px;
    line-height: 80px;
     text-shadow: 0 0 8px rgba(255,255,255,0.8);
}
.stats{

text-align:center;
}

footer{
background:#114068;
color:#fff;
padding-top:100px;
padding-bottom:50px;
}

@media(max-width:991px){
.hero{height:auto;padding:120px 0;}
.custom-header{top:10px;}
}


.booking-box span {
    font-size: 24px;
    font-weight: 700;
}
.booking-box  p {
    font-size: 14px;
}




.booking-box span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom:12px;
}
.hero {
    padding-top:220px;
    padding-bottom:130px;
}
.booking-box  p {
    font-size: 14px;
}
.booking-box input ,.booking-box textarea {
    font-size:14px;
    padding: 8px 12px;
    font-weight:500;
    color: #303030;
}
.tour-package-section {
    padding-top:90px;
    
}
.package-slider{
background:#f5f6f8;
}

.tour-card{
position:relative;
border-radius:20px;
/* overflow:hidden; */
border:1px solid #DEDEDE;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.tour-card img{
width:100%;
height:420px;
border-radius:20px;
overflow:hidden;
object-fit:cover;
}

.tour-overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:25px;
color:#fff;
background:linear-gradient(transparent,rgba(0,0,0,1));
}

.stars i{
color:#ffc107;
font-size:13px;
margin-right:2px;
}

.tour-overlay h3{
font-size:18px;
font-weight:600;
margin:10px 0;
color:#fff;
}

.tour-overlay p{
font-size:14px;
color: #fff;
margin-bottom:10px;
}

.btn-offer{
background:var(--primary-color)  ;
color:#fff;
padding:6px 20px;
font-size:16px;

margin-right:8px;
border-radius:5px;
transition: all 0.3s ease-in-out;
}
.btn-offer:hover {
    background:var(--secondary-color)  ;
}

.btn-detail{
border:1px solid #fff !important;
color:#fff;
padding:6px 20px;
font-size:16px;

border-radius:5px;
}
.btn-detail:hover {

}
/* NAV ARROWS */
.travel-slider .owl-nav button , .place-slider .owl-nav button {
position:absolute;
top:45%;
transform:translateY(-50%);
background:#fff !important;
width:45px;
height:45px;
border-radius:50%;
box-shadow:0 4px 12px rgba(0,0,0,.2);
}

.travel-slider .owl-nav .owl-prev  ,.place-slider .owl-nav .owl-prev{
left:-60px;
}

.travel-slider .owl-nav .owl-next , .place-slider .owl-nav .owl-next{
right:-60px;
}

.travel-slider .owl-nav i , .place-slider  .owl-nav i{
color:#000;
font-size:18px;

}
.place-img {
    width: 100%;
}

    span {
    color: #303030;
}
.bg-image {
    background-position:top left;
background-size: contain;
background-repeat: no-repeat;
}
.bg-color-1 {
    background-color:#FEFEFE;
} 
.position-absolute {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:78%;
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.image-slider-wrapper{
    position: relative;
    text-align:center;
}

.image-slider .item{
    display:flex;
    justify-content:center;
     border-radius:20px;
     overflow: hidden;
}

.image-slider img{
    
    object-fit:cover;

    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* ===== DOT DESIGN ===== */

.image-slider .owl-dots{
    margin-top:20px;
    display:inline-flex;
    background:#fff;
    padding:8px 16px;
    border-radius:40px;
    position: absolute;
        bottom: -13px;
    left: 44%;
    border:1px solid #ff3b30;
}

.image-slider .owl-dot span{
    width:10px;
    height:10px;
    margin:0 5px;
    background:#1b2b49;
    display:block;
    border-radius:50%;
}

.image-slider .owl-dot.active span{
    background:#ff3b30;
}

/* RESPONSIVE */

@media(max-width:768px){
.image-slider img{
    width:100%;
    height:auto;
}
}   
.faq-section{
    background-position: top center;
background-size: contain;
background-repeat: no-repeat;
    position:relative;
    overflow:hidden;
}

.faq-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:url('bg-shape.png') center/contain no-repeat;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:.15;
}

.faq-accordion .accordion-item{
    border-radius:10px;
    border:1px solid #e5e5e5;
    margin-bottom:12px;
    overflow:hidden;
}

.faq-accordion .accordion-button{
    font-weight:600;
    background:#fff;
    box-shadow:none;
}

.faq-accordion .accordion-button::after{
    display:none; /* remove bootstrap arrow */
}

/* ⭐ PURE CSS ICON CHANGE */
.faq-accordion .accordion-button .icon{
    transition:.3s;
}

.faq-accordion .accordion-button:not(.collapsed) .icon{
    content:"";
}

.faq-accordion .accordion-button:not(.collapsed) .icon::before{
    font-family:"Font Awesome 6 Free";
    content:"\f068"; /* minus */
    font-weight:900;
}

.faq-accordion .accordion-button.collapsed .icon::before{
    font-family:"Font Awesome 6 Free";
    content:"\2b"; /* plus */
    font-weight:900;
}






/* ------------- footer css ---------------- */
    .upper-footer {
        padding-bottom:50px;
        margin-bottom:50px;
        border-bottom:1px solid #fff;
    }
    .upper-footer span {
        font-size:24px;
        color: #fff;
        font-weight:500;
        margin-bottom:5px;
        display:block;
    }
    .call-div {
        display:flex;
        gap:5px;
         font-size:24px;
    }
     .call-div a {
         font-size:24px;
         color:#fff !important;
         font-weight:700;
     }
     .social-icon {
        display:flex;
        align-items:center;
        gap:10px;
     }
     .social-icon a {
        width: 30px;
        height:30px;
        background-color:#fff;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        transition:all 0.3s ease-in-out;
     }
       .social-icon a:hover {
        background-color:var(--primary-color);
       }
       .social-icon a i {
        color:var(--secondary-color);
        font-size:16px;
       }
       .certify-icon {
        display:flex;
        gap:20px;
        align-items:center;
        justify-content:end;
       }
       .footer-content p {
        color:#fff;
        font-size:15px;
        font-weight:500;
        margin-bottom:5px;
       }
       .footer-links h3 {
        color:#fff;
        font-size:20px;
       }
       .footer-links li a {
        color:#fff;
        font-size:15px;
       }
       .footer-links li {
        margin-bottom:10px;
        list-style:none;
       }
            .footer-links ul {
                padding:0;
                margin:0;
            }
        .footer-links li a:hover {
            color:var(--primary-color);
        }
        .footer-links li i{
          color:#fff;
          font-size:15px;
          margin-right:10px;
        }
        .copy-right-div {
            margin-top:50px;
        }
        .copy-right-div p {
            color:#fff;
            font-size:16px;
        }

  span {
    color: #303030;
}
.bg-image {
    background-position:top left;
background-size: contain;
background-repeat: no-repeat;
}
.bg-color-1 {
    background-color:#FEFEFE;
} 
.position-absolute {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:78%;
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.image-slider-wrapper{
    position: relative;
    text-align:center;
}

.image-slider .item{
    display:flex;
    justify-content:center;
     border-radius:20px;
     overflow: hidden;
}

.image-slider img{
    
    object-fit:cover;

    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* ===== DOT DESIGN ===== */

.image-slider .owl-dots{
    margin-top:20px;
    display:inline-flex;
    background:#fff;
    padding:8px 16px;
    border-radius:40px;
    position: absolute;
        bottom: -13px;
    left: 44%;
    border:1px solid #ff3b30;
}

.image-slider .owl-dot span{
    width:10px;
    height:10px;
    margin:0 5px;
    background:#1b2b49;
    display:block;
    border-radius:50%;
}

.image-slider .owl-dot.active span{
    background:#ff3b30;
}

/* RESPONSIVE */

@media(max-width:768px){
.image-slider img{
    width:100%;
    height:auto;
}
}   
.faq-section{
    background-position: top center;
background-size: contain;
background-repeat: no-repeat;
    position:relative;
    overflow:hidden;
}

.faq-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:url('bg-shape.png') center/contain no-repeat;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:.15;
}
.stats {
    background:transparent;
}

.faq-accordion .accordion-item{
    border-radius:10px;
    border:1px solid #e5e5e5;
    margin-bottom:12px;
    overflow:hidden;
}

.faq-accordion .accordion-button{
    font-weight:600;
    background:#fff;
    box-shadow:none;
}

.faq-accordion .accordion-button::after{
    display:none; /* remove bootstrap arrow */
}

/* ⭐ PURE CSS ICON CHANGE */
.faq-accordion .accordion-button .icon{
    transition:.3s;
}

.faq-accordion .accordion-button:not(.collapsed) .icon{
    content:"";
}

.faq-accordion .accordion-button:not(.collapsed) .icon::before{
    font-family:"Font Awesome 6 Free";
    content:"\f068"; /* minus */
    font-weight:900;
}

.faq-accordion .accordion-button.collapsed .icon::before{
    font-family:"Font Awesome 6 Free";
    content:"\2b"; /* plus */
    font-weight:900;
}






/* ------------- footer css ---------------- */
    .upper-footer {
        padding-bottom:50px;
        margin-bottom:50px;
        border-bottom:1px solid #fff;
    }
    .upper-footer span {
        font-size:24px;
        color: #fff;
        font-weight:500;
        margin-bottom:5px;
        display:block;
    }
    .call-div {
        display:flex;
        gap:5px;
         font-size:24px;
    }
     .call-div a {
         font-size:24px;
         color:#fff;
         font-weight:700;
     }
     .social-icon {
        display:flex;
        align-items:center;
        gap:10px;
     }
     .social-icon a {
        width: 30px;
        height:30px;
        background-color:#fff;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        transition:all 0.3s ease-in-out;
     }
       .social-icon a:hover {
        background-color:var(--primary-color);
       }
       .social-icon a i {
        color:var(--secondary-color);
        font-size:16px;
       }
       .certify-icon {
        display:flex;
        gap:20px;
        align-items:center;
        justify-content:end;
       }
       .footer-content p {
        color:#fff;
        font-size:15px;
        font-weight:500;
        margin-bottom:5px;
       }
       .footer-links h3 {
        color:#fff;
        font-size:20px;
       }
       .footer-links li a {
        color:#fff;
        font-size:15px;
       }
       .footer-links li {
        margin-bottom:10px;
        list-style:none;
       }
            .footer-links ul {
                padding:0;
                margin:0;
            }
        .footer-links li a:hover {
            color:var(--primary-color);
        }
        .footer-links li i{
          color:#fff;
          font-size:15px;
          margin-right:10px;
        }
        .copy-right-div {
            margin-top:50px;
        }
        .copy-right-div p {
            color:#fff;
            font-size:16px;
        }

  .blog-section {
        background-color:#D1EAFF;
        border-radius:10px;
        padding-left:50px;
        padding-right:50px;
    }
     .blog-section  .tour-overlay h3 {
        font-size:20px;
    }
    .blog-section  .tour-overlay span {
        color:#fff;
        font-size:13px
    }
    .blog-section  .tour-overlay p {
        font-size:12px;
        margin-top:10px;
    }
    .tour-card .date-tab {
     position:absolute;
     top:30px;
     left:-8px;
     padding:10px;
     width: 50px;
     height:50px;
     border-radius:3px;
     background:var(--primary-color);
    }
     .tour-card .date-tab span {
            color: #fff;
    font-size: 12px;
    text-align:center;
    line-height: 15px;
    display: block;
     }
     .blog-div   .tour-card{
       overflow:visible !important;
     }
      .blog-div   .tour-card img ,  .blog-div   .tour-card .tour-overlay {
        border-radius:20px;
      }
      .border-white {
        border:0.5px solid #ffffff;
        border-radius:50%;
      }
      .video-div iframe {
        width: 100%;
        height:400px;
        border-radius:20px;
        overflow:hidden;
      }

.gallery-section{
    background:#fef7f4;
    padding-top:340px;
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.grid-5.marquee {
    overflow: hidden;
    position: relative;
}
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    align-items: center;
}
.left-marquee .marquee-track.animate {
    animation: marquee-left linear infinite;
    animation-duration: 40s;
}
.marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.colum {
    flex: 0 0 auto;
    display: inline-block;
}
.gallery-image-div-img-bx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gallery-image-div-img-bx .gallery-image-div-img img {
    width: 100%;
    object-fit: cover;
    max-height: 330px;
    border-radius:20px;
}
.right-marquee .marquee-track.animate {
    animation: marquee-right linear infinite;
    animation-duration: 40s;
}
  
  @keyframes marquee-right {
   0% {
    transform: translateX(-50%);
}
    100% {
    transform: translateX(0);
}
}

.counter-section {
    background:#D1EAFF;
    padding-left:50px;
    padding-right:50px;
    border-radius:20px;
    margin-bottom:-250px;
    position:relative;
    z-index:2;
    background-repeat: no-repeat;
        background-position: center;
}
.counter-div {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-div span {
    color:#000;
    font-size:64px;
    font-weight: 600;
    margin-bottom:0;
}
.counter-div p {
    font-weight:500;
}
.counter-img img {
    width: 85px;
    height: 85px;
}

/* ---------------- why us section ------------- */
.why-choose-section {
    padding:90px 60px;
    padding-left:80px;
    position: relative;
}
.about-card {
    background-color:#fff;
    height:100%;
   box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.feature-card {
    background: #fff;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.about-gallery-section.gallery-section {
  padding-top:80px;
}
 .about-gallery-section {
        background-position: -50%;
    background-size: contain;
    background-repeat: no-repeat;
 }
 .why-choose-section-outer-div.why-choose-about .feature-card > .d-flex {
   align-items:center;
 }
.about-footprint-section .counter-section {
    margin-bottom:0 ;

   background-repeat:no-repeat;
   background-position:center;

}
header .navbar , header .navbar .container {
    transition: all 0.2s ease-in-out;
}
header.scroll-header .navbar {
  top:0;
  padding:0;
}
.bottom-contact h3 {
  font-size:30px;
}
.bottom-contact  p {
    font-size:25px;
}
.contact-card {
    padding:30px;
    height:100%;
}
.contact-card  img {
    width: 45px;
    height:45px;
}
.hero.inner-banner:before {
    content:none ;
 }
  .contact-form-div {
    box-shadow: 0px 0px 18.42px 0px #857BF326;
    position: relative;
    z-index: 2;
    /* background:#fff; */
 }
 .contact-form-div{
    background: linear-gradient(135deg,#f4f5f8,#e9ebf3);
    border-radius:20px;
}
 .contact-form-div input {
       height: 50px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 12px 16px;
    font-size: 15px;
    background: #fff;
    transition: all .3s ease;
    width: 100%;

    
 }
 .contact-form-div textarea.form-control{
    height:120px;
    resize:none;
}
.contact-form-div .form-control:focus{
    border-color:#ff4d4d;
    box-shadow:0 0 0 3px rgba(255,77,77,0.1);
}
  .contact-form-div textarea {
      border: 0.3px solid #9C9C9C;
    height: 120px;
    padding: 15px 20px;
  background: #FFFFFFCC;
  }
  .w-80 {
    width: 95%;
  }
  .contact-details-section {
    background-position:50% -480px;
    background-size:contain;
    background-repeat:no-repeat;
    padding-top:140px;
     
  }
 .hero.inner-banner {
    padding-top: 220px;
    padding-bottom: 130px;
}
.contact-card a {
    color:#000000;
}
.contact-card a:hover {
    color:var(--primary-color);
}
.bg-light-color {
    background-color:#FEF7F4;
}
header.scroll-header .navbar .container   {
  /* max-width:100% !important; */
  border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  background-color: #fff !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .place-card {
        border-radius:20px;
        overflow:hidden;
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
    }
     .place-card img {
        transition:all 0.3s ease-in-out;
    }
     .place-card:hover img {
        scale:1.1;
     }
     .place-card::after {
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#00000080;
     }
      .place-card .place-title  {
         position:absolute;
         color:#fff;
         z-index: 3;
      }
      .place-slider-div {
        position:relative;
      } 
.map-div iframe {
    width: 100%;
    height:600px;
    border-radius:20px;
}
.image-wrapper {
    position: relative;
    z-index: 1;
}
.navbar-toggler {
    border:1px solid var(--primary-color) !important;
}
button:focus:not(:focus-visible) {
    box-shadow:none !important;
}
.why-choose-section-outer-div.why-choose-about .icon-box  img {
  width: 30px;
}
.why-choose-section-outer-div.why-choose-about .feature-card {
margin-bottom:15px;
    padding: 15px 20px;
}
.why-choose-section-outer-div.why-choose-about h3 {
    margin-bottom:0
}
.why-us-content {
    
    position: relative;
    z-index: 2;
    height:100%;
    
}
.why-us-content  img {
    width: 55px;
}
.why-us-content h3 {
    font-size:22px;
}
.br-20 {
    border-radius:20px;
}
.why-left-div {
    width: 70%;
}
.why-right-div {
       position: absolute !important;
    top: 10%;
    right: 0;
    width: 45%;
    height: 80%;
    background-position: center;
   
    background-size: cover;
    border-radius: 20px;
    z-index: 1;
}
.why-us-overlay {
    position:absolute;
    top:0;
    left:0;
    width: 78%;
    background-color:#FEF7F4;
    height:100%;
    border-radius:20px;
}
.mobile-why-us-image {
display:none;
}

.blog-div  {
    padding:0 50px;
}
.why-choose-section-outer-div {
        background-position: -30%;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width:1199px) {
    .hero-content h1 {
        font-size:50px;
        line-height:70px;
    }
    .travel-slider .owl-nav .owl-next , .place-slider .owl-nav .owl-next {
    right: -30px;
}
.travel-slider .owl-nav .owl-prev , .place-slider .owl-nav .owl-prev {
    left: -30px;
}
.travel-slider .owl-nav button {
    top:50%;
}
.logo {
    width: 190px;
}
.custom-header .container {
    padding: 20px 25px;
}
.menu-center .nav-link {
    margin:0 4px;
}
.section {
    padding:80px 0;
}
.gallery-section {
    padding-top:280px;
}
.why-choose-section {
    padding: 80px 50px;
}
.counter-section {
    margin-bottom:-200px;
    background-repeat: no-repeat !important;
}
.tour-package-section {
    padding-top: 70px;
}
footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

}
@media screen and (max-width:1024px) {
   .counter-div h3 {
    font-size:50px;
   } 
}

@media screen and (max-width:992px) {
  
    .navbar-collapse {
        margin-top:15px !important;
    }
     .bottom-contact h3 {
        font-size:25px;
    }
    .bottom-contact p {
    font-size: 19px;
}
    .hero {
    padding-top: 210px;
    padding-bottom: 140px;
}
.counter-section {
    padding-left:30px;
    padding-right:30px;
}
.blog-div {
    padding: 0 30px;
}
.why-right-div  {
    background-image:none;
}
.mobile-why-us-image {
  display:block;
}
.why-choose-section {
    flex-direction:column !important;
}
.why-left-div {
    width: 100%;
}
.why-right-div {
    position: static !important;
    width: 100%;
    height:100%;
    margin-top:30px;
}
.why-us-overlay{
    width: 100%;
}
.call-div {
    flex-wrap:wrap;
}
}

@media screen and (max-width:768px) {
       .w-80 {
        width: 100%;
    }
    .contact-details-section {
    background-position: 50% -350px;
}
    .why-choose-section {
        padding: 80px 30px;
    }
    .counter-div h3 {
        font-size: 42px;
    }
        .hero {
        padding-top: 180px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width:580px) {
      .contact-details-section {
        background-position: 50% -290px;
    }
    .custom-header {
        padding:0 10px !important;
    }
    .hero.inner-banner {
    padding-top: 200px;
    padding-bottom: 140px;
}
   
    .travel-slider .owl-nav .owl-next ,  .place-slider .owl-nav .owl-next{
            right: 0;
        }
            .travel-slider .owl-nav .owl-prev , .place-slider .owl-nav .owl-prev {
        left: 0px;
    }
    h2 {
    font-size: 35px;
}
    .section {
        padding: 60px 0;
    }
        .counter-section {
        margin-bottom: -100px;
    }
        .gallery-section {
        padding-top: 160px;
    }
        .why-choose-section {
        padding: 60px 20px;
    }
    .certify-icon {
        justify-content:start !important;
        margin-top:30px;
    }
    .image-slider .owl-dots {
        left:35% !important;
    }
        .hero-content h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .counter-section  {
        padding-left:20px;
        padding-right:20px;
    }
    .faq-section {
    background-position: center;
}
}




 .whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
  .weather-div.package-list iframe {
    height:555px;
  }
  .register-form .form-control {
    color: #000 !important;  
  }
  .error-div h2 {
    font-size:110px;
  }
  .booking-box p {
    color:#303030 !important;
  }
  .why-left-div.char-dham-why-div{
    width: 50%;
  }
.route-map {
      border: 1px solid #e8e8e8;
   border-radius:20px;
    overflow: hidden;
  
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
 }
 .route-map  video {
  height:100%;
  width: 100%;
 }
    .seo-hidden {
       position: absolute;
    left: -9999px;
    }
  #goTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.video-div iframe {
  height:235px;
}
#goTopBtn:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}
  .hero.inner-banner .hero-content h1{
    font-size:50px;
    line-height:60px;
  }
    .hero.inner-banner .hero-content p {
      color:#fff;
    }
.tour-overlay {
  border-radius:20px;
}
.navbar ul li a:hover {
    color: var(--primary-color) !important;
}
.review-div  {
  margin-top: -2rem;
  margin-bottom:-2rem;
}



    .hero.inner-banner.package-list-banner {
          padding-top:200px;
          padding-bottom:80px;
    }
    .hero-content .inner-banner-text {
        color:#fff;
    }
    .filter-wrap {
      display: flex;
      justify-content: center;
      gap: 0;
      margin-bottom: 36px;
      background: #ececec;
      border: 1.5px solid var(--border);
      border-radius: 50px;
      padding: 5px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
      flex-wrap: wrap;
    }

    .filter-tab {
      flex: 1;
      padding: 11px 20px;
      border: none;
      background: transparent;
      border-radius: 50px;
      font-family: var(--font);
      font-size: 16px;
      font-weight: 700;
      color: var(--mid);
      cursor: pointer;
      transition: background 0.25s, color 0.25s, box-shadow 0.25s;
      white-space: nowrap;
      text-align: center;
      letter-spacing: 0.2px;
    }
   
    .ti-footer {
        display:none;
    }
    .ti-widget-container  {
        margin-bottom:0 !important
    }
    .ti-reviews-container-wrapper{
        padding-bottom:0 !important;
    }
  .package-price i {
    font-size:12px;
    margin-left:4px;
  }
    .filter-tab:hover {
      color: var(--primary-color);
    }

    .filter-tab.active {
      background: var(--primary-color);
      color: #ffffff;
      box-shadow: 0 4px 14px rgba(232, 76, 30, 0.35);
    }

    .tab-panel { display: none; }
    .tab-panel.active {
      display: block;
      animation: fadeIn 0.4s ease;
    }
    .o3-sidebar-wrap {
  position: relative;
}

.o3-content.single-package-content {
  height:415px;
}
.package-usa-cards .about-content h3.mb-4 {
    background: #07204b;
    color: #fff;
    width: fit-content;
    padding: 20px 25px;
    border-radius: 100%;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
    }

        @media (max-width: 768px) {
      .filter-wrap {
        border-radius: 14px;
        padding: 4px;
        gap: 4px;
      }

      .filter-tab {
        font-size: 12px;
        padding: 10px 12px;
        flex: 1 1 auto;
      }

     
    }

    @media (max-width: 480px) {
      .filter-wrap { flex-direction: column; border-radius: 14px; max-width: 100%; }
      .filter-tab  { border-radius: 10px; }
    }


.weather-div {
  width: 100%;
}
.weather-div iframe , .map-div iframe{
  width: 100%;
  border-radius:20px;
  height:530px;
  overflow:hidden;
}

/* ------------- vertical tab section --------------------------- */

.o3-wrap {
      background:#fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0,0,0,0.08);
      display: flex;
      border: 1px solid #e2e8f0;
    }

    .o3-sidebar {
      width: 190px;
      flex-shrink: 0;
      background: var(--off);
      border-right: 1px solid #e2e8f0;
     
    }

    .o3-tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 16px 10px;
      cursor: pointer;
      border-right: 3px solid transparent;
      transition: background 0.2s, border-color 0.2s;
      text-align: center;
      margin: 2px 0;
      border-radius: 0;
    }

    .o3-tab i {
      font-size: 25px;
      color:#114068;
    }

    .o3-tab span {
      font-size: 14px;
      font-weight: 700;
     color:#114068;
      line-height: 1.3;
    }

    .o3-tab.active {
      background: #fff4f0;
      border-right-color: var(--primary-color);
    }

    .o3-tab.active i { color: var(--primary-color); }
    .o3-tab.active span { color: var(--primary-color); }

    .o3-tab:not(.active):hover {
      background:#f1f5f9;
    }

    .o3-content {
      flex: 1;
      padding: 30px 40px;
      height:500px;
      overflow-y: auto;
    }

    .o3-content h2 {
     
      /* font-size: 26px; */
      
      margin-bottom: 18px;
      padding-bottom: 16px;
      border-bottom: 2px solid var(--primary-color);
      display: inline-block;
    }

    .o3-content p {
      
      color: var(--text-mid);
      line-height: 1.85;
      margin-bottom: 14px;
    }

    .o3-content p:last-child { margin-bottom: 0; }

    .o3-content ul {
      list-style: none;
      padding: 0;
      margin: 14px 0;
    }

    .o3-content ul li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 16px;
  
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .o3-content ul li i { font-size: 13px; color: var(--primary-color); margin-top: 7px; flex-shrink: 0; }
/* arrows */
.scroll-btn {
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  background: white;
  border:none;
 
  cursor: pointer;
  z-index: 10;
  display: none; /* hidden on desktop */
  align-items: center;
  justify-content: center;
}

.scroll-btn i {
  font-size: 14px;
  color: #114068;
}

.scroll-btn.left {
  left: 5px;
}

.scroll-btn.right {
  right: 5px;
}



/* show only on tablet/mobile */
@media (max-width: 992px) {
  .scroll-btn {
    display: flex;
  }
      .o3-content {
        height:auto;
      }

  .o3-sidebar {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 25px!important; /* space for arrows */
  }
}
/* ===============================
   MOBILE & TABLET RESPONSIVE FIX
================================= */

/* Tablet */
@media (max-width: 992px) {
  .o3-wrap {
    flex-direction: column;
    position: relative;
  }

  .o3-sidebar {
    width: 100%;
    display: flex;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .o3-tab {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    padding: 12px 16px;
    border-right: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }

  .o3-tab.active {
    border-bottom-color: var(--primary-color);
    border-right: none;
  }

  .o3-tab i {
    font-size: 18px;
  }

  .o3-tab span {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .o3-content {
    padding: 20px;
  }
.o3-sidebar {
  justify-content:space-between;
}

.scroll-btn {
  display: none;
}
  .o3-content p,
  .o3-content ul li {
    font-size: 14px;
  }

  .o3-tab {
    padding: 10px 12px;
  }

  .o3-tab span {
    display: none; /* hide text, keep icons only */
  }

  .o3-tab i {
    font-size: 20px;
  }
}





    .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar ul li {
    position: relative;
}

.navbar ul li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;


}
.dropdown.second-layer .nav-link{
    padding-top:5px;
    padding-bottom:5px;
}
.dropdown.first-layer .sub-menu , .dropdown.second-layer ul{
 padding:8px 0;
}

/* DROPDOWN */
.navbar ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    display: none;
    min-width: 250px;
        border-radius:12px;
      
}

/* DESKTOP HOVER */
@media (min-width: 992px) {
    .navbar ul li:hover > ul {
        display: block;
    }
}

/* LEVEL 3 */
.navbar ul li ul li ul {
    top: 0;
    left: 99%;
    border-radius:10px !important;
    border-top-left-radius:0  !important
}

/* ARROWS */
.dropdown.first-layer > a::after {
   content: "\f107"; /* fa-angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 16px;

     transition:all 0.3s ease-in-out;
}
.dropdown.first-layer:hover  > a::after {
    rotate:180deg;
}

.dropdown ul .dropdown > a::after {
    content: "\f105"; /* fa-angle-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
}

/* HAMBURGER */
.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
 
   .dropdown.second-layer a.nav-link {
    padding:5px 15px;;
   }
   .sub-menu {padding:5px 0 !important;
   width: 90% !important;
   margin-left:15px !important;
   background:transparent !important;
}
.navbar ul li ul {
     background:transparent !important; 
}
   .second-layer ul li {
    padding-left:15px;
   }
    .menu-toggle {
        display: block;
    }

    .navbar ul {
        flex-direction: column;
        display: none;
        width: 100%;
       
    }

    .navbar ul.show {
        display: block;
    }


    .navbar ul li ul {
        position: static;
        display: none;
    }

    .dropdown > a::after {
        float: right;
    }
}

@media screen and (max-width:575px) {
        .sub-menu {
        padding: 5px 0 !important;
        width: 95% !important;
        margin-left: 10px !important;
}
 .footer-logo img {
      width: 70% !important;
    }
.navbar ul li a {
    padding:5px 0px !important;
}
    .dropdown.second-layer a.nav-link {
        padding: 5px 0px;
    }
}


  .top-date-card {
          background-color:var(--primary-color);
}  
 .top-date-card h4 ,  .top-date-card span {
          color:#fff !important;

        }
        .yatra-icon {
          background-color:#fff; 
          border-radius:12px; 
          padding:12px;

        }
         .yatra-icon i {
          color:var(--primary-color);
          font-size:25px;
         }
         .date-line {
    font-size: 13px;
    font-weight: 600;
  
    display: flex;
    align-items: center;
    gap: 8px;
}
.moon-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 20px;

    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-top: 8px;
    width: fit-content;
}
.yatra-date-card  {
  border:1px solid var(--primary-color);
}
.yatra-date-card  table {
  margin:0;
}
.success-card {
      padding: 15px;
    border-radius: 5px;
    background: var(--primary-color);
    color: #ffff;
}

.success-card  h5 {
      font-size: 25px;
    color: #fff;
    margin-bottom:5px;
}
.success-card  p {
  color:#fff;
}

@media screen and (max-width:1199px) {
  .o1-boxes {
    gap:6px;
  }
  .o1-box .num {
    font-size: 20px;
  }
}





/* --------------------------------------------------------------- */
.table-content li a::after {
  content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 0;
    color: var(--primary-color);
    font-size: 16px;
    position: absolute;
    transition: 0.3s;
    left: 0;
    top: 0;
}
.tour-overlay .author-details i , .tour-overlay .author-details p {
  color:#fff !important;
}
.table-content li a {
  position:relative;
  padding-left:25px;
}
.table-content li a:hover::after {
  transform: translateX(4px);
}
.table-content {
  list-style: none;
  padding-left: 0;
}

.table-content li {
  margin-bottom: 10px;
}

.table-content li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  transition: 0.3s;
}

.table-content li a:hover {
  color: #0d6efd;
}
            .tour-subtitle {
      
      font-weight: 600;
      color: var(--mid);
      margin: 10px 0;
    }
   .user-name , .user-name p {
    font-size:14px;
    color:var(--primary-color);
   }
   .author-box p {
    font-size:14px;
   }
    /* ── Star rating ── */
    .star-row {
      display: flex;
      align-items: center;
      gap: 3px;
      margin-bottom: 22px;
    }

    .star-row .fa-star,
    .star-row .fa-star-half-stroke {
      font-size: 15px;
      color: var(--primary-color);
    }

    /* ── Info pills (Duration / Location) ── */
    .info-pills {
      display: flex;
      gap: 40px;
      margin-bottom: 36px;
      flex-wrap: wrap;
    }

    .info-pill {
      display: flex;
      align-items: center;
      gap: 12px;
      background: var(--card-bg);
     
    }

    .info-pill .pill-icon {
      width: 45px;
      height: 45px;
      border-radius: 8px;
      background: #FEF7F4;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .info-pill .pill-icon i {
      font-size: 18px;
      color: var(--primary-color);
    }

    .info-pill .pill-text label {
      display: block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 2px;
    }

    .info-pill .pill-text span {
      font-size: 14px;
      font-weight: 700;
      color: var(--dark);
    }

  

  

    /* ── Overview text ── */
    p.overview-text {
    
      color: var(--mid);
      line-height: 1.85;
      margin-bottom: 36px;
    }
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.sidebar-card .yatra-map   {
   height:auto !important;
}
.pagination a {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.yatra-map {
    width: 100%;
    height:350px;
    overflow:hidden;
}
.yatra-map iframe {
    width: 100%;
    height:100%;
}
.blog-image img {
    width: 100%;
}

.o1-boxes {
    display: flex;
    justify-content: center;
    gap: 12px;
   
}
.o1-box {
    background: var(--primary-color);
    border-radius: 5px;
    width: 88px;
    padding: 16px 8px 12px;
    position: relative;
     display: flex;
    align-items:center;
   flex-direction: column;
    justify-content: center
}
.tour-package-slider.blog-div  ,.blog-list.blog-div  {
    padding: 0 !important;
}
.count-down-div {
    padding: 16px 22px;
}
.o1-box .num {
    
    font-size: 25px;
 
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}
.o1-box .lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.o1-colon {
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-color);
    align-self: center;
    margin-top: -16px;
}
.o1-next {
    font-size: 14px;
    color: #555;
    display: block;
    text-align:center;
    margin-top: 15px;
}
/* Number buttons */
.page-number {
    background: #fff;
    color: var(--primary-color);;
    border: 2px solid var(--primary-color);;
}

/* Active page */
.page-number.active {
    background: var(--primary-color);;
    color: #fff;
}

/* Hover effect */
.page-number:hover {
    background: var(--primary-color);;
    color: #fff;
}

/* Prev/Next buttons */
.page-btn {
    background: var(--primary-color);;
    color: #fff;
}

/* Hover for arrows */
.page-btn:hover {
    background: #c62810;
}
.blog-content h3 {
   scroll-margin-top: 120px; 
}
.table-content {
  padding:0;
  list-style:none;  
}
.table-content li a {
  color:#000;
  margin-bottom:10px;
  display:block;
  font-weight:500;
}
.table-content li:last-child a {
  margin-bottom:0;
}
.table-content li a:hover {
  color:var(--primary-color);
}
   .tour-overlay span {
    color:#fff;
   }

    .highlights-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top:15px;
      padding-left:10px;
      display: flex;
      flex-direction: column;
      gap: 8px;
       padding-left:25px;
    }

    .highlights-list li {
    
      align-items: flex-start;
      gap: 12px;
      font-size: 18px;
      color: var(--mid);
      line-height: 1.6;
      list-style: disc !important;
     
    }
    .footer-logo img {
      width: 90%;
    }
.author-image , .author-image img{
  width: 100%;
}
.blog-social-medea {
  padding-left:15px;
}
.blog-social-medea  a {
  background-color:#114068;
}
.blog-social-medea  a i {
  color: #fff;
}
    .highlights-list li::marker{
      
      color: var(--primary-color);
       font-size:20px;
    }

    /* ══════════════════════════════════
       SIDEBAR CARDS
    ══════════════════════════════════ */
    .sidebar-card {
      background: var(--card-bg);
      border: 1px solid #e8e8e8;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 24px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    }

    .sidebar-card-header {
      padding: 18px 22px 12px;
      border-bottom: 1px solid #e8e8e8;
    }

    .sidebar-card-header h4 {
     
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 5px;
    }

    .sidebar-card-header p {
      font-size:15px;
      color: var(--muted);
    }

    .sidebar-card-body {
      padding: 20px 22px;
    }

    /* ── Register form ── */
    .register-form .form-control {
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      font-family: var(--font-body);
      font-size: 13.5px;
      padding: 10px 14px;
      color: var(--dark);
      background: #fafafa;
      margin-bottom: 12px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .register-form .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 3px rgba(232,76,30,0.1);
      background: #fff;
      outline: none;
    }

    .register-form .form-control::placeholder { color: #b0b0b0; }

    .register-form textarea.form-control {
      resize: vertical;
      min-height: 80px;
    }

    .btn-submit {
      width: 100%;
      padding: 13px;
      background: var(--primary-color);
      color: #fff;
      font-family: var(--font-body);
      font-size: 14px;
      font-weight: 700;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      letter-spacing: 0.3px;
      transition: background 0.2s, transform 0.15s;
      margin-top: 4px;
    }

    .btn-submit:hover {
      background: var(--primary-color-dark);
      transform: translateY(-1px);
    }

    /* ── Price Details card ── */
    .price-card-header {
      padding: 16px 22px;
      border-bottom: 1px solid #e8e8e8;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .price-card-header i {
      font-size: 16px;
      color: var(--primary-color);
    }

    .price-card-header h4 {
     
      font-weight: 800;
      color: var(--dark);
      margin: 0;
    }

    .price-table {
      width: 100%;
      border-collapse: collapse;
    }

    .price-table tr {
      border-bottom: 1px solid #e8e8e8;
    }
    .position-sticky {
        top:120px;
    }

    .price-table tr:last-child { border-bottom: none; }

    .price-table td {
      padding: 13px 22px;
      font-size: 14px;
      vertical-align: top;
    }

    .price-table td:first-child {
      font-weight: 700;
      color: var(--dark);
      width: 38%;
      white-space: nowrap;
    }

    .price-table td:last-child {
      color: var(--mid);
      font-weight: 400;
      line-height: 1.6;
    }

    .price-table .price-highlight {
      font-weight: 800;
      color: var(--primary-color);
      
    }

    .itinerary-wrap {
    
      position: relative;
    }

    .itinerary-wrap::before {
      content: '';
      position: absolute;
      left: 15px;
      top: 16px;
      bottom: 16px;
      width: 2px;
      border-left: 2px dashed #f0c4b4;
      z-index: 0;
    }

    .itinerary-item {
      position: relative;
      padding-left: 52px;
      margin-bottom: 0;
    }

    .itinerary-dot {
      position: absolute;
      left: 0;
      top: 10px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ffffff;
      border: 2px solid var(--primary-color);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      transition: background 0.25s, border-color 0.25s;
      flex-shrink: 0;
    }

    .itinerary-item.first-day .itinerary-dot,
    .itinerary-item.last-day  .itinerary-dot {
      background: var(--primary-color);
    }

    .itinerary-item.first-day .itinerary-dot i,
    .itinerary-item.last-day  .itinerary-dot i {
      color: #ffffff;
    }

    .itinerary-item.active-item .itinerary-dot {
      background: var(--primary-color);
    }

    .itinerary-item.active-item .itinerary-dot i {
      color: #ffffff !important;
    }

    .itinerary-dot i {
      font-size: 13px;
      color: var(--primary-color);
      transition: color 0.25s;
    }

    .itinerary-btn {
      width: 100%;
      background: transparent;
      border: none;
      padding: 12px 5px;
      text-align: left;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      outline: none;
      transition: color 0.2s;
    }

    .itinerary-btn:focus { outline: none; box-shadow: none; }

    .itinerary-btn-text {
      font-size: 20px;
      font-weight: 700;
      color: var(--dark);
      line-height: 1.4;
      letter-spacing: 0.1px;
      transition: color 0.2s;
    }

    .itinerary-btn-text .day-label {
      color: var(--primary-color);
      font-weight: 800;
      margin-right: 4px;
    }

    .itinerary-btn .chevron {
      font-size: 14px;
      color: var(--muted);
      transition: transform 0.3s ease, color 0.2s;
      flex-shrink: 0;
    }

    .itinerary-btn[aria-expanded="true"] .chevron {
      transform: rotate(180deg);
      color: var(--primary-color);
    }

    .itinerary-btn[aria-expanded="true"] .itinerary-btn-text {
      color: var(--primary-color);
    }

    .itinerary-body {
      padding: 6px 0 20px 0;
    }

    .itinerary-body p {
      font-size: 18px;
      color: var(--mid);
      line-height: 1.2;
      margin-bottom: 12px;
    }


        .header-widget-area {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-widget-area {
        display: block;
    }

    .header-widget-area>.bottom-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgb(255 255 255 / 87%);
        padding: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        z-index: 999;
        display: block;
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    }
    .header-widget-area .btn-get-started {
        font-weight: 400;
        height: 37px;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 4px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--primary-color);
    }
        .header-widget-area .btn-get-started.blue {
        background: #252525;
    }
    a#btn-whatss {
        bottom:130px
    }
    .scroll-top.active {
        bottom:70px;
    }
}
@media screen and (max-width:430px) {
    .header .btn-getstarted, .header .btn-getstarted:focus {
       margin-left:10px;
    }
}
    .itinerary-body p:last-child { margin-bottom: 0; }

    .itinerary-divider {
      height: 1px;
      background: #e8e8e8;
      margin: 0 0 4px;
    }

    @media (max-width: 480px) {
      .itinerary-wrap::before { left: 13px; }
      .itinerary-item { padding-left: 44px; }
      .itinerary-dot { width: 28px; height: 28px; }
      .itinerary-dot i { font-size: 11px; }
      .itinerary-btn-text { font-size: 18px; }
    }




    @media (max-width: 767px) {
    
      .tour-page { padding: 24px 16px 48px; }
      .info-pills { flex-direction: column; gap: 12px; }
    }
    .btn-submit:hover {
      background :var(--primary-color);
    }

    .floating-enquiry-btn {
       position:fixed;
		top:45%;
		right:-50px;
		rotate:-90deg;	
	}
	.floating-enquiry-btn a {
	padding:10px 25px;	
    font-size: 16px;
    font-weight: 400;
	background:var(--primary-color);
  text-decoration:none;
		color:#fff !important;
    border-top-right-radius:5px;
        border-top-left-radius:5px;
	}
@media screen and (max-width:768px) {
.floating-enquiry-btn {
display:none;
}
#goTopBtn {
  bottom:70px;
  right: 20px;
}
.whatsapp-float {
    
    bottom: 140px;
    right: 15px;
    
    width: 50px;
    height: 50px;
  
    font-size: 22px;
    
}
}


#wpadminbar span {
  color: #fff !important;
}

p.small {
  font-size:18px;
}