:root {
  /* Colors */
  --primary-color: #ef7f2de6;
  --secondary-color: #4296ed;
  --success-color: #e85e34;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #fff;
  --dark-color: #000;
  --new-color:#F08B41;
}


/* top-header */
        .top-head{
            background-color: var(--secondary-color);
             /*border-bottom: 1px solid #eb9ec8 !important;*/
        
               
        
        }
        
        .txt-c{
             /*color: ;*/
             color: #F08B41;
        
        }
        .txt-bg{
             /*color: ;*/
             background-color: #F08B41 !important;
        
        }
        .top-text{
            color:black;
        
        }
        .top-text:hover{
            /* color:black */
            border: 2px solid #ffc700;
        
        }
        .top-text i:hover{
           color: #ffc700;
        }
        .top-cont{
            color:black;
        
        }
        .top-cont i{
            color:rgb(16, 210, 52);
            font-size: 18px;
            padding-right: 7px;
        
        }
        .top-cont-ph i{
            color: var(--light-color);
            font-size: 18px;
            padding-right: 7px;
        
        }
        .slide-btn{
             background-color:#ffc700 ;
        }
        
        /* about-us */
        .about-icon{
            color:#ffc700;
        }
        .packages-info{
            color: white;
            background-color: #0000007a;
        }
        .packages-content small{
            /* color:black; */
            font-size: 18px;
        }
        
        
        .tour-offer {
            position: absolute;
            top: -1px;
            left: -1px;
            padding: 12px 20px;
            font-weight: bold;
            font-size: 16px;
            border-top-right-radius: 40px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 80px;
            background: var(--secondary-color);
            color: var(--bs-white);
            z-index: 2;
        }
        
        .national-info{
            
            line-height: 0.2;
        }
        .price{
            font-size: 20px;
        }
        .offe i{
            margin-right: 7px;
        }
        .fom-btn{
                padding: 12px;
            margin-top: 30px;
            border-radius: 20px;
            background-color: #ffc700;
            color:white;
        }
        .why{
            width: 30%;
        }
        
        /*header-section-strat*/
        
         a {
    color: white;
  }

  /* Top Header (Social + Contact Info) */
  .top-head {
    z-index: 1030;
    position: relative;
    background-color:  var(--secondary-color);
    /*border-bottom: 1px solid #eb9ec8;*/
  }

  /* Navbar */
  .custom-navbar {
    z-index: 1040;
    position: relative;
    background-color: var(--primary-color) !important;
    padding: 10px 15px;
    border-bottom:2px solid #fff;
  }

  /* Dropdown Wrapper */
  .dropdown {
    position: relative;
  }

  /* Dropdown Menu */
  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--secondary-color) !important;
    /*background-color: #ffffff !important;*/
    min-width: 280px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    top: 100%;
    left: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .dropdown:hover > .dropdown-menu,
  .dropdown:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  /* Submenu Styling */
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 1px;
  }

  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  /* Dropdown Text Colors */
  .dropdown-menu a {
    /*color: white !important;*/
    /*color: 000 !important;*/
  }

  .dropdown-menu li {
    margin-bottom: 0px;
  }

  .dest-main,
  .dest-sub {
    padding: 6px !important;
  }

  .dest-main i,
  .dest-sub i {
    padding-top: 5px;
  }

  /* Button Styles */
  .head-btn {
    background-color: var(--primary-color) !important;
    color: white;
  }

  .head-btn:hover {
    /*background-color: rgb(177, 25, 106) !important;*/
    color: white !important;
  }

  /* Nav links */
  .navbar-nav .nav-link {
    color: #000 !important;
  }

 
  .dropdown-toggle::after {
      display:none !important;
  }

  /* Close menu button (mobile) */
  #closeMenu {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 28px !important;
  }
  

  /* Mobile view */
  @media (max-width: 991px) {
    #navbarCollapse {
      background-color: var(--primary-color) !important;
      padding: 15px !important;
      z-index: 1055;
    }

    .custom-navbar {
      background-color: var(--primary-color) !important;
    }

    .navbar-light .navbar-brand img {
      max-height: 68px;
    }

    .sticky-top.navbar-light .navbar-nav .nav-link {
      color: #000 !important;
    }
  }
   @media (max-width: 768px){
       .navbar-light .navbar-nav .nav-link{
              color:white !important;
          }
         .sticky-top.navbar-light .navbar-nav .nav-link {
        color:white!important;
            }
     font-size: 21px !important;        
   }
   /*.custom-navbar{*/
   /*    padding:10px !important;*/
   /*}*/
   
   /* All dropdown submenu links ke liye underline effect */
.dropdown-menu a {
  position: relative;
  /*color: #ffc700 !important;*/
  color: var(--light-color) !important;
  text-decoration: none;
      /*font-weight: 600;*/
}

    .sticky-top.navbar-light {
        position: fixed;
        background: #ffffff94;
        backdrop-filter: blur(8px);
        width:100%;
    }

.twait{
    color:black;
}
.fac{
    color:#1877F2;
}
.lin{
    color:#0C61BF;
}
.ins{
    color:#F60776;
}
.you{
    color:red ;
}

        /*header-section-end*/
        
    /*slider-section-start*/
    
    .btn-yellow {
  background-color: var(--primary-color) !important; ;
  color: #fff !important;;
  border: 1px solid #fff !important;;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-yellow:hover {
  background-color: var(--primary-color) !important;;
  border-color: var(--primary-color) !important;;
  color: #fff !important;;
}



/*.slide-btn{*/
          /*background-color: #C53683 !important;*/
/*          background-color: #ffc700!important;*/
/*  }*/
      
      @media (max-width: 767px) {
    
     .slidee h1{
         font-size:35px;
     }
     .slidee p {
       /*display:none;*/
         }
         .carousel-header .carousel-inner .carousel-item{
             /*min-height: 90vh;*/
             min-height: 60vh;
         }
         
          
          }
          
          .carousel-header {
      margin-top: unset;
    }
    
    /* Desktop only (768px and up) */
    @media (min-width: 768px) {
      .carousel-header {
        /*margin-top: 98px;*/
      }
    }
      @media (min-width: 769px) and (max-width: 991px) {
      .carousel-header {
        margin-top: unset;
      }
    }
    /*slider-section-end*/
    
    
    /*about-Page-start*/
    
     .about-content{
             text-align: justify;
         }
              .main-red{
              font-size:20px;
               /*color: #c53683;*/
               margin:0;
               font-weight: 600;
          }
          .dmc li{
                  list-style: circle;
              
          }
          .dmc li storng{
                  font-weight: bolder;
                  font-size: 16px;
                  line-height: 1.6;
              
          }
          
    
    .js-achievement-img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.js-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.js-popup-box {
  position: relative;
  max-width: 500px;
  width: 90%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.js-popup-header {
  /*background: linear-gradient(to right, #C53683, #ff6eac);*/
  background: linear-gradient(to right, #c5ad36, #ffdc6ebf);
  color:#000;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.js-popup-close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.js-popup-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.js-popup-img-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*background: linear-gradient(145deg, #C53683, #ff6eac);*/
   background: linear-gradient(to right, #c5ad36, #ffdc6ebf);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-nav-prev { left: 10px; }
.js-nav-next { right: 10px; }

.team-mam{
    border: 2px solid #ffc700 !important;
    border-radius: 9px !important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

 }
 .abh-sc {
     background-color: #cec69d73 !important;
}
.sub-about{
    
    padding: 15px;
}
.abut-lis{
    display: flex ;
     list-style: none;
}
  .sub-ab{
  padding: 15px; 
   
    margin: 10px;

}
.sub-ab li{
     text-align: justify;
}
 .main-red {
  color: #c0392b; /* or use your brand red */
}
ul li {
  margin-bottom: 8px;
}



  @media (max-width: 600px) {
  .js-nav-btn {
    display: flex;
    font-size: 20px;
  }

 .team-mam{
    border: 2px solid #ffc700 !important;
    border-radius: 9px !important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

 }
 .abut-lis{
     padding-left: 15px;
      display: none;
     
 }
  }
    
    /*about-Page-end*/

 /*tour-details-page */
 
      .detail{
                margin-top: 110px;
            }
            
            
            .breadcrumb-custom {
         
            font-size: 0.95rem;
            color: #555;
            padding: 10px;
            text-align: left;
            background-color: #ffffff;
    /*        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
    /*transition: 0.3s;*/
          }
          
          .breadcrumb-custom a {
            text-decoration: none;
            /*color: #0066cc;*/
            transition: color 0.3s;
          }
          
          .breadcrumb-custom a:hover {
            color: #004499;
          }
          
          .breadcrumb-custom .bc-sep {
            margin: 0 8px;
            color: #999;
          }
          
          .breadcrumb-custom .bc-current {
            color: #333;
            font-weight: bold;
          }
          .badge-sec{
                  margin-left: 40px
          }
         
         @media (max-width: 767px) {
              .about{
                      margin-top: -50px;
              }
             
         }
      
         
    
         
           /* Base Styles */
        .tour-overview-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .tour-content-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        /* 70% Main Content */
        .tour-main-content {
            flex: 0 0 calc(70% - 15px);
            max-width: calc(70% - 15px);
        }

        .section-heading {
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 700;
            margin-top: 20px;
            padding: 8px 5px;
            border-left: 8px solid var(--new-color);
            background: linear-gradient(90deg, #efefef, hsla(0, 0%, 95%, 0));
        }
        .overview-content{
             box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
             order: 1px solid #dee2e6 !important;
             padding:15px;
             border-radius: 10px !important;
            
        }

        .overview-content p {
            font-size: 14px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 20px;
           
        }

        .highlights-heading {
            font-size: 22px;
            color: #2c3e50;
            margin: 25px 0 15px;
            font-weight: 600;
        }

        .tour-highlights {
            list-style: none;
            padding: 0;
        }

        .tour-highlights li {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            line-height: 1.5;
            font-size: 14px;
        }

        .check-icon {
            margin-right: 10px;
            color: #27ae60;
            font-size: 18px;
            flex-shrink: 0;
        }

        /* 30% Contact Sidebar */
        .tour-contact-sidebar {
            flex: 0 0 calc(30% - 15px);
            max-width: calc(30% - 15px);
        }

        .contact-card {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 280px;
            margin-top: 20px;
        }

        .contact-card h3 {
            font-size: 20px;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 600;
            text-align: center;
        }

        .contact-info {
            margin-bottom: 25px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 15px;
        }

        .contact-item i {
            color: #e67e22;
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .enquiry-btn {
            width: 100%;
            padding: 12px;
            background: #e67e22;
            color: white;
            border: none;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .enquiry-btn:hover {
            background: #d35400;
        }

        /* Responsive Design */
        @media (max-width: 768px) {

            .tour-main-content,
            .tour-contact-sidebar {
                flex: 0 0 100%;
                max-width: 100%;
            }
          

            .contact-card {
                position: static;
                margin-top: 30px;
            }
        }

        /*second section css*/

        .inclusion-section {
            margin: 0 auto;
            /*padding: 20px 0;*/
            /*font-family: Arial, sans-serif;*/
        }
        .inclusion-section-map {
            margin: 0 auto;
            padding: 20px 0;
            /*font-family: Arial, sans-serif;*/
        }

        /* Icon Styles with Visible Circles */
        .icon-check-circle,
        .icon-cross-circle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            margin-right: 15px;
            flex-shrink: 0;
            font-size: 12px;
        }

        .icon-check-circle {
            color: white;
            background-color: #16C60C;
        }

        .icon-check-circle::before {
            content: "✓";
        }

        .icon-cross-circle {
            color: white;
            background-color: red;
        }

        .icon-cross-circle::before {
            content: "✕";
        }

        /* Layout Styles */
        .inclusion-grid {
         border-radius: 10px !important;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
              border: 1px solid #dee2e6 !important;
               padding:15px;
            
        }
        .inclusion-grid-map {
         border-radius: 10px !important;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
              border: 1px solid #dee2e6 !important;
               padding:15px;
            
        }

        .inclusion-column {
            flex: 1;
            min-width: 300px;
        }

        .y-gap-15 {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .d-flex {
            display: flex;
        }

        .include ul,
        .exclude ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .inclusion-section {
                width: 85%;
            }
            .inclusion-section-map {
                width: 85%;
            }
        }

        @media (max-width: 768px) {
            .inclusion-section {
                width: 100%;
                /*padding: 20px;*/
            }
            .inclusion-section-map {
                width: 100%;
                /*padding: 20px;*/
            }

            .section-heading {
                font-size: 20px !important;
            }

            .inclusion-column {
                min-width: 100%;
            }
        }

        /*click and open section css*/

        /* Base Styles */
        .itinerary-section {
            /*font-family: 'Poppins', sans-serif;*/
            padding: 30px 0;
        }

        .icon-pin {
            color: #eb662b;
            font-size: 24px;
        }

        /* Timeline Accordion */
        .timeline-accordion {
            position: relative;
        }

        .timeline-item {
            display: flex;
            margin-bottom: 20px;
        }

        .timeline-marker {
            position: relative;
            width: 30px;
            margin-right: 20px;
        }

        .timeline-dot {
            width: 16px;
            height: 16px;
            background:var(--new-color);
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 0 0 2px var(--new-color);
            position: relative;
            z-index: 2;
        }
        .timeline-dot i{
                vertical-align: top;
                color:var(--new-color);
                background-color: #fff;
            
        }

        .timeline-line {
            position: absolute;
            left: 7px;
            top: 16px;
            bottom: -20px;
            width: 2px;
            background:var(--new-color);
            z-index: 1;
        }

        .timeline-item:last-child .timeline-line {
            display: none;
        }

        .timeline-content {
            flex: 1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .timeline-header {
            background: #f8f8f8;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .timeline-header h3 {
            font-size: 14px;
            color: #2c3e50;
            margin: 0;
            font-weight: 400;
        }

        .icon-chevron-down {
            color: #eb662b;
            font-weight: 600;
            transition: transform 0.3s;
        }

        .timeline-item.active .icon-chevron-down {
            transform: rotate(180deg);
        }

        .timeline-body {
            display: none;
            padding: 20px;
            background: white;
        }

        .timeline-item.active .timeline-body {
            display: block;
        }

        .timeline-image {
            width: 100%;
            max-width: 300px;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .timeline-details ul {
            padding-left: 20px;
            margin: 15px 0;
        }

        .timeline-details li {
            margin-bottom: 8px;
            font-size: 14px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .itinerary-section {
                width: 90%;
            }
            .contact-page .hero1{
                padding: unset;
            }
            .contact-page .hero__title {
              padding: 60px 0 50px !important;
              /*font-size:40px;*/
              font-size:27px;
         }
      
         .timeline-header h3 {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .itinerary-section {
                width: 100%;
                padding: 20px;
            }

            .timeline-marker {
                margin-right: 15px;
            }
        }
        /* Main Container */
           .booking-sidebar {
             /*background: #ffffff;*/
             border-radius: 8px;
             /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
             /*padding: 20px;*/
             width: 100%;
             max-width: 340px;
             position: sticky;
             top: 75px;
             /*font-family: 'Segoe UI', Arial, sans-serif;*/
           }

           /* Pricing Section */
           .pricing-info {
             margin-bottom: 15px;
           }
  
           .original-price {
             color: #666;
             font-size: 14px;
             margin: 0 0 5px 0;
           }
  
           .original-price del {
            color: #999;
           }
  
           .current-price {
             display: flex;
             align-items: center;
             gap: 10px;
             margin-bottom: 5px;
           }
  
           .price {
             font-size: 22px;
             font-weight: 700;
             color: #ffffff;
           }
  
           .discount {
             background: #fff5db;
             color: #ffb800;
             padding: 4px 10px;
             border-radius: 4px;
             font-weight: 600;
             font-size: 14px;
           }
  
           .price-note {
             color: #777;
             font-size: 13px;
             margin: 0;
             font-style: italic;
           }

           /* Divider */
           .divider {
             /*height: 1px;*/
             /*background: #eee;*/
             margin: 15px 0;
           }

           /* Buttons */
           .action-buttons {
             display: flex;
             gap: 10px;
           }
  
           .book-now, .send-enquiry {
             flex: 1;
             padding: 12px;
             border: none;
             border-radius: 6px;
             font-weight: 600;
             cursor: pointer;
             transition: all 0.2s;
           }
  
           .book-now {
             background: #f77b00;
             color: white;
           }
  
           .send-enquiry {
             background: #1D90DC;
             color: white;
           }
  
           .book-now:hover, .send-enquiry:hover {
             transform: translateY(-2px);
             box-shadow: 0 2px 5px rgba(0,0,0,0.1);
           }

           /* Responsive */
           @media (max-width: 768px) {
             .booking-sidebar {
               position: static;
               max-width: 100%;
             }
           }
           
           
           /*new-css*/
           
           .contact-page .hero1.-min-2 {
              /*min-height: 400px;*/
            }
            
            .contact-page .hero1 {
            position: relative;
            /*padding: 180px 0 100px;*/
            /*padding: 150px 0 60px;*/
            overflow: hidden;
          }
            .hero__title{
                padding: 150px 0 60px;
            }
          .contact-page .hero__bg {
             position: absolute;
             top: 0;
             left: 0;
             right: 0;
             bottom: 0;
             z-index: -1;
          }
          .contact-page .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
          }
          .contact-page .hero__bg img:first-child {
           width: 100%;
           height: 100%;
           object-fit: cover;
       }
          .contact-page img {
             max-width: 100%;
             height: auto;
         }
         .contact-page .hero__bg .des {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
          }
          @media (min-width: 1200px) {
         .contact-page .container {
          max-width: 1140px;
         }
       }           @media (max-width: 768px) {
             .booking-sidebar {
               position: static;
               max-width: 100%;
             }
           }
           @media (min-width: 992px) {
    .contact-page .container {
        max-width: 960px;
    }
    }
           @media (min-width: 768px) {
    .contact-page .container {
        max-width: 720px;
       }
      }
      /*gallery-sec */
      
      .gallery-img-wrapper {
            overflow: hidden;
            border-radius: 10px;
            position: relative;
          }
          
          .large-img img {
            /*height: 600px;*/
            height: 420px;
            object-fit: cover;
            transition: all 0.4s ease;
          }
          
          .small-img img {
            /*height: 290px;*/
            height: 200px;
            object-fit: cover;
            transition: all 0.4s ease;
          }
          
          /* Hover effect */
          .gallery-img-wrapper img:hover {
            transform: scale(1.05);
            filter: brightness(0.85);
            cursor: pointer;
          }
          .det-bnn{
                  z-index: 9;
          }
     
          .hero__title{
            color: #ffffff;
            text-align: center;
            font-size: 50px;
            font-weight: 700;
          }
          .hero__text {
            font-size: 21px;
            color: #fff;
            font-weight: 600;
          }
          .icon-sty{
             color: #16C60C;
             /*background-color: #ffc700;*/
             padding: 2px;
             /*border: 2px solid black;*/
             font-size: 16px;
          }
          
          form input, form textarea {
    border-radius: 8px;
    border: 1px solid #ccc;
  }

  form input:focus, form textarea:focus {
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
    border-color: #80bdff;
  }

  .btn-primary {
    background-color: #ffc700;
    border-color: #ffc700;
  }

  .btn-primary:hover {
    background-color: #a02a69;
    border-color: #a02a69;
  }
  .input-group-text{
      color:#000;
      background-color:unset;
  }
  
  .quote-form input::placeholder,
  .quote-form textarea::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
  }
  .fom-btn{
    /*background: linear-gradient(to right, #ffc700, #e91e63);*/
        background: linear-gradient(135deg, #ff3000, #ff851d);
    border-radius: 15px;
    padding: 5px;
    color: #fff;

  }
  .gradient-heading {
  /*background: linear-gradient(to right, #ffc700, #e91e63);*/
  background-color:var(--success-color);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
  .gradient-heading-3 {
  /*background: linear-gradient(to right, #ffc700, #e91e63);*/
  background-color:#000;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
  .icon-box {
    width: 40px;
    height: 40px;
    /*background: linear-gradient(to right, #ffc700, #e91e63);*/
    background: linear-gradient(135deg, #ff3000, #ff851d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(197, 54, 131, 0.3);
    font-size: 18px;
  }
  
  @media (max-width: 768px) {
    .custom-gallery-section .scroll-container {
      display: flex;
      overflow-x: auto;
      gap: 15px;
      scroll-snap-type: x mandatory;
      padding-bottom: 10px;
    }
    .custom-gallery-section{
        padding:12px;
    }
    
     .package-card .package-heading {
         font-size:17px!important;
     }

    .custom-gallery-section .scroll-item {
      flex: 0 0 90%;
      scroll-snap-align: start;
      position: relative;
    }

    .custom-gallery-section .scroll-item img {
      width: 100%;
      height: 290px;
      object-fit: cover;
      border-radius: 15px;
    
    }

    .custom-gallery-section .scroll-item::after {
      content: "";
      position: absolute;
      right: -10%;
      top: 0;
      width: 10%;
      /*height: 100%;*/
    }

    .custom-gallery-section .row.g-3 {
      display: none;
    }
    .badge-sec{
            margin-left:unset;
    }
  } 
  
  
  /*upcomming tour*/
    .like-slider-row {
    scroll-behavior: smooth;
  }
  

  .like-slider-row::-webkit-scrollbar {
    display: none;
  }

  .card.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .btn-gradient {
    background: linear-gradient(135deg, #ff4d6d, #ff9966);
    color: #fff;
    border: none;
    transition: background 0.3s ease;
  }

  .btn-gradient:hover {
    background: linear-gradient(135deg, #e84118, #f39c12);
  }

  /* === Navigation Buttons Fixed === */
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }

  .btn-nav:hover {
    background-color: #ff6f61;
    color: white;
  }

  .like-prev-btn {
    left: 0;
  }

  .like-next-btn {
    right: 0;
  }
   .custom-row{
    padding-left: 10px;
    padding-right: 10px;
      
  }
  .custom-contin{
      
  }
    

  @media (max-width: 768px) {
    .btn-nav {
      top: 45%;
      width: 34px;
      height: 34px;
      font-size: 1rem;
    }
  }

  .hover-effect:hover .card-text {
    text-decoration: underline;
  }

  .favorite-btn {
    position: absolute;
    top: 180px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .favorite-btn i {
    font-size: 1.1rem;
    color: #ff4d6d;
    transition: color 0.3s ease;
  }

  .favorite-btn:hover {
    background-color: #ff4d6d;
  }

  .favorite-btn:hover i {
    color: #fff;
  }

  .card-body {
    padding: 10px;
  }

  .card-price {
    border-top: 1px solid #E7E6E6;
  }

  .box-1 {
    border: 2px solid #dee2e6 !important;
  }
         
       
          
          /*tour-deatls-page-end*/
          
          /*contact-page*/
          .b-adrees{
              box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
              border-top: 3px solid #ffc700;
              border-bottom: 3px solid #ffc700;
              padding: 12px 10px;
              background: #fff;
             }
                    
 
          .contact-address h4 {
           color: #ffc700;
         }
         .contact-address p {
           line-height: 1.6;
           color: #333;
           font-size:14px;
         }
         

    .contact.info i {
    font-size: 24px;
    color: #ffc700; /* Bootstrap primary */
    min-width: 40px;
    height: 40px;
    background-color: #e7f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }
  .cont-fom{
      border-top: 3px solid #ffc700;
      border-bottom: 3px solid #ffc700;
  }

.cont-fom-bnn {
    background: linear-gradient(to right, #ffc700, #ffc7176e);
    border-radius: 15px;
    padding: 7px;
    color: #000;
    border: 2px solid #000;
}
  }

          
          /*contact-page-end*/
          
          /*about-page-start*/
          .main-red{
              font-size:20px;
               color: #ffc700;
          }
          
          /*about-page-end*/
          
          /*@media-section*/
          
            @media (max-width: 576px) {
    .contact.info {
      /*flex-direction: column;*/
      align-items: flex-start !important;
    }

    .contact.info i {
      margin-bottom: 10px;
    }
     .contact-address p {
          
           font-size:13px;
         }
  }
  
  /*pakage-details-page* start*/
  
     .tour-card {
      background: #fff;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .tour-img img {
      width: 100%;
      max-width: 600px;
      height: auto;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      height: 250px;
    }

    .tour-details h3 {
      font-size:22px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .tour-info {
      font-size: 0.95rem;
      margin-bottom: 10px;
    }

    .tour-includes {
      /*font-size: 0.9rem;*/
      font-size: 20px;
      margin-bottom: 15px;
    }

    .tour-price {
      font-size: 1.2rem;
      font-weight: bold;
      color:var(--success-color);
    }

    .tour-buttons a {
      margin-right: 10px;
    }
    .offe-2 i{
            margin-right: 12px ;
        }
         a.btn.btn-outline-custom {
         color: #000 !important;
         border: 2px solid #000 !important;
         background-color: transparent !important;
         padding: 6px 18px !important;
         border-radius: 30px !important;
         font-weight: 600 !important;
         transition: all 0.3s ease !important;
       }

a.btn.btn-outline-custom:hover {
  background-color: #ff6a00;
  color: #000 !important;
  border: 2px solid #FFC700;
  /*box-shadow: 0 8px 24px rgba(255, 199, 0, 0.4);*/
      box-shadow: 0 8px 24px rgb(255 141 0 / 40%);
  transform: translateY(-2px);
}

       
       
       
       /* Book Now - filled gradient style */
       a.btn.btn-primary-custom {
         /*background: linear-gradient(to right, #ffc700, #ff6eac) !important;*/
             background: linear-gradient(135deg, #ff3000, #ff851d);
         color: #fff !important;
         border: none !important;
         padding: 8px 20px !important;
         font-weight: 600 !important;
         border-radius: 30px !important;
         transition: all 0.3s ease !important;
         box-shadow: 0 4px 14px rgba(197, 54, 131, 0.4) !important;
       }
       
       a.btn.btn-primary-custom:hover {
         background: #ff6a00!important;
         color: #fff !important;
         transform: translateY(-2px) !important;
         box-shadow: 0 6px 20px rgba(197, 54, 131, 0.6) !important;
       }
       
       
           @media (max-width: 768px) {
             .tour-img {
               margin-bottom: 15px;
             }
             .tour-details h3 {
                     font-size: 21px;
             }
             .tour-buttons{
                     display: flex;
             }
             a.btn.btn-primary-custom{
                  /*padding: 5px 10px !important;*/
             }
                   

             a.btn.btn-outline-custom  {
                 padding: 5px 10px !important;
             }
           }
  
 
/* === Slider Container === */
.lslider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 460px;
  border-radius: 8px;
}

/* === Slide === */
.lslider-slide {
  display: none;
  position: relative;
}
.lslider-slide.active {
  display: block;
}

/* === Image === */
.lslider-slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* === Caption (20px above bottom) === */
.lslider-caption {
  position: absolute;
  /*bottom: 60px;*/
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  z-index: 2;
  width: auto;
  max-width: 90%;
  text-shadow: 1px 1px 3px #000;
}

.lslider-caption h2 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  color:#FFC700;
}

.lslider-caption p {
  font-size: 14px;
  margin: 0;
}

/* === Arrows === */
.lslider-prev, .lslider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ffc700, #a32969);
  color: #fff;
  border: none;
  border-radius: 50%;
  /*padding: 12px;*/
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
      height: 40px;
    width: 40px;
    text-align: center;
    align-content: center;
    align-items: center;
    padding: 5px;
}
.lslider-prev { left: 20px; }
.lslider-next { right: 20px; }

.lslider-prev:hover, .lslider-next:hover {
  background: linear-gradient(135deg, #E9409A, #ffc700);
  transform: translateY(-50%) scale(1.1);
}

/* === Dots (inside image, 20px above bottom) === */
.lslider-dots {
  position: absolute;
  /*bottom: 20px;*/
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.lslider-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.lslider-dot.active,
.lslider-dot:hover {
  background-color: #ffc700;
  transform: scale(1.2);
}

/* === Responsive === */
@media (max-width: 768px) {
  .lslider-container {
    max-height: 200px;
  }

  .lslider-slide img {
    max-height: 320px;
  }

  .lslider-caption {
    bottom: 50px;
    padding: 8px 12px;
    display:none;
  }

  .lslider-caption h2 {
    font-size: 18px;
  }

  .lslider-caption p {
    font-size: 12px;
  }

  .lslider-prev, .lslider-next {
    /*padding: 10px;*/
    font-size: 16px;
  }

  .lslider-dots {
    bottom: 22px;
  }

  .lslider-dot {
    height: 8px;
    width: 8px;
  }
}

 .amenity-card {
    transition: transform 0.3s, box-shadow 0.3s;
    background: white;
    border-radius: 15px;
    padding: 15px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
  }

  .amenity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 18px rgba(0,0,0,0.1);
  }

  .amenity-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffc700, #FF8FB1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
    color: white;
    font-size: 20px;
  }

  .amenity-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
  }

  .section-heading {
    font-weight: 700;
    font-size: 28px;
    color:var(--new-color);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .add{
    border-bottom: 2px solid var(--new-color);
    
    border-left: 2px solid var(--new-color);
    border-right: 2px solid var(--new-color);
      
  }
  .add .colum{
      padding: 0;
    margin: 2px;
   
  }

      
  }


  /*hotel-details-page* end*/
  
  
  /*privacy-policy-page-start*/
      .js-privacy-section {
      padding: 50px 0;
         /*background: linear-gradient(135deg, #eaf4ff, #f8e6f3);*/
    }

    .js-privacy-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 50px 40px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
    }

    .js-privacy-card:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .js-privacy-title {
      font-size: 2.4rem;
      color:var(--primary-color);
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .js-privacy-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background-color: var(--primary-color);
      display: block;
      margin: 10px auto 0;
      border-radius: 5px;
    }

    .js-privacy-subtitle {
      font-size: 1.3rem;
      color: var(--primary-color);
      font-weight: 600;
      margin-top: 30px;
    }

    .js-privacy-list {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .js-privacy-footer {
      text-align: right;
      font-size: 0.9rem;
      color: #666;
      margin-top: 50px;
    }

    @media (max-width: 576px) {
      .js-privacy-card {
        padding: 30px 20px;
      }
      .js-privacy-title {
        font-size: 2rem;
      }
    }
     .text-justify {
            text-align: justify;
          }
  /*privacy-policy-page-end*/
  
  /*awards-page-start*/
  
  .awards-section {
  /*background: #fef9fd;*/
  background: #edda6317;
  padding: 50px 0;
}



/* Glass Card Style */
.glass-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.glass-card:hover {
  transform: translateY(-8px);
}

/* Image & Shine */
.glass-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.glass-image img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  transition: transform 0.5s ease;
}
.glass-card:hover img {
  transform: scale(1.05);
}

/* Shine Effect */
.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}
.glass-card:hover .shine {
  left: 100%;
}



.glass-content h5 {
    font-size: 1rem;
    color: #000;
   width:100%;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    /*background: linear-gradient(90deg, #ffc700, #ff7f50);*/
        background: linear-gradient(90deg, #ffc700, #d8b61314);
    /* border-radius: 30px; */
    box-shadow: 0 4px 10px rgba(255, 105, 135, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    transition: background 0.3s ease;
    text-align: center;
}
.glass-card:hover .glass-content h5 {
  background: linear-gradient(90deg, #ff7f50, #ffc700);
}


.custom-popup-overlay-award {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.custom-popup-box-award {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.custom-popup-box-award img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.custom-popup-close-award {
position: absolute;
    top: -14px;
    right: -17px;
    background: #ffc700;
    color: #ffffff;
    font-size: 24px;
    padding: 0px 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
}
.custom-popup-nav-award {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 12px;
  cursor: pointer;
  z-index: 10000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.custom-popup-prev-award {
  left: 10px; 
}

.custom-popup-next-award {
  right: 10px; 
}
#popupCaptionAward {
  color: #fff;
  margin-top: 15px;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .custom-popup-nav-award {
    font-size: 24px;
    padding: 6px 10px;
  }

  .custom-popup-prev-award,
  .custom-popup-next-award {
    top: 50%;
  }
}
  /*awards-page-end*/
  
  
  /*pop-chat-box-start*/
  
    a {
    text-decoration: none;
  }

  #pop-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
    overflow-y: auto;
  }

  .pop-wrapper {
    width: 100%;
    max-width: 850px;
    /*margin: 60px auto;*/
    margin:90px auto;
    position: relative;
    z-index: 100000;
    background: white;
    border-radius: 15px;
  }

  .pop-slider-container {
    width: 395px;
    /*height: 194px;*/
    overflow: hidden;
    border-radius: 15px;
  }

  .pop-carousel-inner {
    position: relative;
    width: 100%;
    display: flex;
    transition: transform 0.6s ease;
  }

  .pop-carousel-item {
    flex: 0 0 100%;
  }

  .pop-carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .pop-icon-box p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .pop-right-col {
    background-color:var(--secondary-color);
    padding: 20px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .pop-left-col {
    padding: 20px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pop-right-col form label {
    color: white;
  }

  .pop-form-btn {
    /*background: linear-gradient(to right, #dc5d00, #f90055);*/
    background: linear-gradient(135deg, #ff3000, #ff851d);
    border-radius: 15px;
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
  }

  .pop-icon i {
    color:var(--new-color);
  }

  .pop-modal {
    border-radius: 15px;
  }

  .pop-gradient-heading {
    background: linear-gradient(to right, #ffc700, #e91e63);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
  }

  .pop-contact-section h4 {
    font-weight: bold;
    font-size: 16px;
  }

  .pop-contact-section p,
  .pop-contact-section a {
    margin: 3px;
    font-size: 14px;
    color: #212529;
    text-decoration: none;
  }

  .pop-whats {
    color: rgb(16, 210, 52);
    font-size: 14px;
  }

  .pop-phone {
    margin-left: 10px;
  }

  .pop-icon-box span {
    font-size: 12px;
  }

  .pop-footer-bank-card img {
    width: 50px;
    height: 30px;
  }

  .pop-close-btn {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:var(--secondary-color);
    color: #fff;
    border: none;
    z-index: 10000;
  }
  .pop-submit-btn-wrap{
        margin-top: 15px;
  }

  .pop-close-btn span {
    font-size: 24px;
  }
   .custom-d {
      display:flex;
  }
  
    .formobile{
        display:none;
    }
    
    .fordesktop{
        display:block;
    }
  @media (max-width: 767.98px) {
    .pop-right-col {
      padding-left: 15px;
      padding-right: 15px;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }
    .pop-expert-heading {
        font-size: 20px;
    }

    .pop-wrapper {
      padding: 15px;
      background: unset;
    }
    .pop-submit-btn-wrap {
      margin-top: 12px;
    }

    .pop-slider-container {
      width: 100%;
      height: auto;
    }
  }
  /*pop-chat-box-end*/
  
  /*card-section-start*/
 
    @media (max-width: 767px) {
        .pack-head {
            padding-bottom: 0px;
            /*display:unset;*/
        }
        .custom-d {
      display: block;
    }
    .deal-head{
        font-size:16px !important;
        margin-left: 11px !important;
    }
        .packages {
            margin-top: -35px;
        }
        .card-bnn {
            font-size:16px;
        }
        .fordesktop{
            display:none;
        }
        .formobile{
            display:block;
            padding: 5px 10px !important;
        }
        
         .package-card .package-heading{
             font-size:17px!important;
             font-weight:600!important;
         }

    }

    .package-card {
        width: 100%;
        max-width: 600px;
        height: auto;
        padding: 20px;
        background: #fff;
        /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);*/
    }

    .package-card .stars {
        color: #ffc107;
        font-size: 18px;
        margin-bottom: 15px;
        display: flex;
        justify-content: left;
        align-items: center;
        /*font-family: "Jost", sans-serif;*/
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .package-card .stars p {
        margin: 0;
        color: black;
        margin-right: 10px;
        font-weight:600!important;
        /*font-family: "Jost", sans-serif;*/
    }

    .package-card .package-heading {
        font-size: 24px !important;
        margin-bottom: 16px;
        font-weight: 600;

        display: flex;
        align-items: center;
        gap: 10px;
        height:48px;
    }
 

    .package-card .package-info {
        display: flex;
        gap: 20px;
        font-size: 16px;
        margin-bottom: 10px;
        color: #555;
            height: 40px;
    }

    .package-info span {
        /*font-family: "Jost", sans-serif;*/
    }

    .package-info i {
        color: var(--primary-color);
        margin-right: 4px;
    }

    .package-card .price {
        font-size: 18px;
        color:#ee0000;
        /*font-family: sans-serif;*/
        margin-bottom: 10px;
    }

    .package-card .price del {
        color: #999;
        margin-right: 10px;
        /*font-family: "Jost", sans-serif;*/
        font-size: 14px;
    }

    .package-card p {
        margin-bottom: 18px;
        /*font-family: 'Roboto';*/
            height: 30px;
    }

    .days {
        justify-content: space-between;
        color: var(--primary-color);
        /*border-bottom: 1px solid #ddd;*/
        padding-bottom: 10px;
        font-weight: 600;
    }

    .card-bnn {
        display: flex;
        justify-content: space-between;

    }

    .card-view {
        background-color: #4296ED !important;
        padding: 8px;
        border-radius: 5px;
        color: #fff;
    }

    .card-view:hover {
        background: #4296ED !important;
        color: white !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
    }


    .card-what {
        background: linear-gradient(135deg, #25D366, #128C7E);
        padding: 8px;
        border-radius: 5px;
        color: #fff;
    }

    .card-en {
        background: #4296ED !important;
        padding: 8px;
        border-radius: 5px;
        color: #fff;

    }

    .card-en:hover {
        background: linear-gradient(135deg, #ff9e4d, #f65f3c, #b7371a, #ff784e);
        color: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);

    }

    .card-what:hover {
        background: linear-gradient(135deg, #1ea654, #0d6f5f);
        color: white !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
    }
    .card-ee {
        margin-right:2px;
    }
    
    
    
    
  /*card-section-end*/
  
  /*yata-map- start*/
   .at-section {
      padding: 30px 0;
    }

    .at-container {
      max-width: 1200px;
      margin: auto;
      padding: 0 15px;
    }

    .at-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .at-col-4 {
      flex: 0 0 32%;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 10px;
    }

    .at-img-wrap {
      overflow: hidden;
      border-radius: 8px;
      position: relative;
    }

    .at-img-wrap img {
      width: 100%;
      object-fit: cover;
      transition: 0.3s ease;
    }

    .at-img-wrap:hover img {
      transform: scale(1.05);
    }

    .at-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
      padding-bottom: 12px;
      
    }

    .at-readmore {
      display: inline-block;
      margin-top: 10px;
      color: #13795B;
      font-weight: bold;
      text-decoration: none;
    }

    /* Testimonial */
    
      .ct-section {
      max-width: 1200px;
      margin: auto;
    }
    .ct-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }
    .ct-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      display: none;
      height: 340px;
    }
    .ct-box.active {
      display: block;
    }
    .ct-comment {
      background:var(--primary-color);
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 15px;
      font-size: 14px;
      color:#fff;
    }
    .ct-img img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 4px solid #fff;
      object-fit: cover;
      margin-top: -30px;
    }
    .ct-name {
      font-weight: bold;
      margin-top: 10px;
    }
    .ct-location {
      color: #777;
      font-size: 14px;
    }
    .ct-stars {
      color: #ffc107;
      margin: 8px 0;
    }
    .ct-nav {
      text-align: center;
      margin-bottom: 20px;
    }
    .ct-nav button {
      background: #FF7A36;
      color: #fff;
      border: none;
      padding: 8px 16px;
      border-radius: 5px;
      cursor: pointer;
      margin: 0 5px;
    }
    @media(max-width: 992px) {
      .ct-box {
        flex: 0 0 calc(50% - 20px);
      }
    }
    @media(max-width: 576px) {
      .ct-box {
        flex: 0 0 100%;
      }
      .at-col-4{
         flex:unset;  
      }
      
    }
  


.why-book-box h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  color: #222;
}

.why-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee !important;
  padding-top: 15px !important;
}

.why-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.icon {
  /*font-size: 20px;*/
  /*color: orange;*/
  /*margin-right: 12px;*/
  font-size: 15px ;
  color: #ffa127;
  margin-right: 13px ;
}

.why-item p {
  margin: 0;
  font-size: 15px;
  color: #848484;
}


.btn-orange {
    /*background-color: #f4781f;*/
    background: linear-gradient(135deg, #ff3000, #ff851d);
    color: white !important;
    border: none;
    padding: 0.5rem 1rem;
  }

  .btn-orange:hover {
    background-color: #e06c19;
  }

  .search-box-wrapper {
    max-width: 500px;
    border-radius: 5px;
  }
 
          

  /*header*/
        .map-hover-icon {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px) scale(0.8);
    transition: all 0.3s ease;
    color: #dc3545;
    margin-right: 6px;
  }

  .dropdown-submenu:hover > a .map-hover-icon {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  .dropdown-menu.dest-sub li:hover > a .map-hover-icon {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  
  .mobtop-bar {
  background-color: var(--secondary-color);
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 14px;
}

.mobtop-icon {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.mobtop-icon:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.mobtop-follow-text {
  font-weight: 500;
  color: #222;
  font-size: 16px;
}

.mobtop-phone {
  color: var(--light-color);
  font-weight: 500;
  font-size: 16px;
}
.mo-i{
        margin-left: 8px;
}
/*header-end*/

/*slider*/
 .explo{
    background-color:var(--primary-color);
    color: #fff;
    padding: 10px;
    font-weight: 600;
  }
  .umr{
     background-color:var(--primary-color);
    color: #fff;
    padding: 10px;
    
  }
 .ee{
     margin-right:10px;
     font-size: 20px;
 }
 
   .ait-search-container {
    background: var(--primary-color);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    z-index:1;
    margin-top:-55px;
  }

  .ait-search-group {
    flex: 1 1 180px;
    min-width: 180px;
    position: relative;
  }

  .ait-search-group input,
  .ait-search-group select {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 5px;
    background:#fff;
    color: #000;
    font-size: 15px;
  }

  .ait-search-group input::placeholder {
    color: #bbb;
  }

  .ait-search-group .fa-search {
    position: absolute;
    top: 70%;
    right: 12px;
    transform: translateY(-50%);
    color: #bbb;
  }

  .ait-search-btn {
    background:var(--secondary-color);
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  .ait-search-btn:hover {
    background: #0073e6;
  }
  
  .ait-search-group label {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
  .slder-head{
      font-size:60px;
      /*font-size:75px;*/
  }

  @media (max-width: 768px) {
    .ait-search-group,
    .ait-search-btn {
      flex: 1 1 100%;
    }
 

  .ait-search-container{
      margin-top: -5px;
  }
  .carousel-header .carousel-inner .carousel-item .carousel-caption {
          padding-left: 15px;
  }
}
/*slider-end*/
/*best-seller*/
  .deal-head{
    margin-left: 20px;
    text-align: center;
    color:var(--primary-color);
    /*align-items: center;*/
    align-content: center;
    font-size:18px;
    font-weight:600;
  }
  .rat {
      font-size:14px;
  }
/*best-seller-end*/
/*one-day-*/
 .package-card {
        border: 1px solid #eee;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
        transition: all 0.4s ease;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .package-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border-color: #ffa270;
    }

    .package-heading {
        /*font-family: 'Poppins', sans-serif;*/
        letter-spacing: 0.3px;
        
    }

    /* Top corner tag */
    .top-tag {
        background: linear-gradient(to right, #ff7a36, #ff3c00);
        font-weight: 600;
        font-size: 0.85rem;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    /* Icons hover */
    .icon-group i {
        transition: transform 0.3s, color 0.3s;
    }

    .icon-group i:hover {
        transform: scale(1.2);
        /*color: #ff4500;*/
    }
    .card-what-2{
        padding: 0 4px;
        background: #1cb370;
        border-radius: 4px;
        margin-left: 16px;
        color: #fefefe;
    }

    /* Button styles */
    .theme-btn-container {
        background: linear-gradient(135deg, #ff7a36, #ff4500);
        border-radius: 0 0 16px 16px;
        box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2);
        overflow: hidden;
    }

    .theme-btn {
        width: 100%;
        padding: 14px 24px;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        background: transparent;
        border: none;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .theme-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 150%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transform: skewX(-20deg);
        transition: left 0.4s ease;
        z-index: -1;
    }

    .theme-btn:hover::before {
        left: 0;
    }

    .theme-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 90, 0, 0.3);
    }

    .theme-btn-left {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-top-left-radius: 16px;
    }

    .theme-btn-right {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-top-right-radius: 16px;
    }

    .theme-btn i {
        transition: transform 0.3s ease;
    }

    .theme-btn:hover i {
        transform: translateX(4px);
    }

    /* Theme color */
    /*.text-theme {*/
    /*    color: #ff6a00;*/
    /*}*/

    .bg-gradient {
        background: linear-gradient(45deg, #ff7a36, #ff4500);
    }

    .glam-btn-wrapper {
        background: rgba(255, 122, 54, 0.1);
        border-radius: 0 0 18px 18px;
        box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(6px);
        overflow: hidden;
    }

    .glam-btn {
        width: 100%;
        padding: 14px 24px;
        color: #fff;
        font-weight: 600;
        /*font-size: 1rem;*/
        text-decoration: none;
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #4296ED !important;
        /*background: linear-gradient(135deg, #ff6a00, #ff3c00);*/
        transition: all 0.3s ease;
        border: none;
        border-radius: 0;
        letter-spacing: 0.4px;
    }

    .glam-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
        transform: skewX(-20deg);
        z-index: 0;
        transition: all 0.4s ease;
    }

    .glam-btn:hover::before {
        left: 0;
    }

    .glam-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 16px rgba(255, 90, 0, 0.3);
        color: #fff;
    }

    .glam-btn i {
        transition: transform 0.3s ease;
    }

    .glam-btn:hover i {
        transform: translateX(4px);
    }

    .glam-btn-left {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-top-left-radius: 16px;
    }

    .glam-btn-right {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-top-right-radius: 16px;
    }
    
    @media (max-width: 768px){
        .glam-btn{
                padding: 14px 10px!important;
        }
      .package-card .package-heading {
        font-size: 18px !important;
            
        }
    }
/*one-day-end*/

/*tour-by theme*/

  .theme-section {
  background: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}


.theme-swiper {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
      background: linear-gradient(135deg, #a4fbc4, #ffffff);
  text-align: left;
  text-align: end;
  border-radius: 12px;
  padding: 20px 10px;
  /*width: 220px !important;*/
  width: auto;
  flex-shrink: 0;
  transition: 0.3s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-right: 20px;
 
}
.sub-slide{
     display: flex;
    align-items: center;
        text-align: center;
}

.swiper-slide:hover {
  /*transform: translateY(-5px);*/
}

.swiper-slide.active {
  background: #ff7a00;
  color: #fff;
  /*transform: scale(1.05);*/
  z-index: 2;
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius:50%;
  margin-bottom: 10px;
  
}

.swiper-slide p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color:#000;
  padding-left: 7px;
}

.theme-view-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 25px;
  border: 2px dashed #ff7a00;
  color: #ff7a00;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}

.theme-view-btn:hover {
  background: #ff7a00;
  color: #fff;
}

.theme-nav-btn {
  background: #fff;
  border: 2px dashed #ff7a00;
  color: #ff7a00 !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  top:70% !important;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}

.swiper-button-prev {
  left: 5px !important;
}
.swiper-button-next {
  right: 5px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
}
.swiper.theme-swiper {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
/* Prevent right blank space */
.theme-swiper .swiper-wrapper {
  flex-wrap: nowrap !important;
}

.swiper-slide:last-child {
  margin-right: 0 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ' '!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ' '!important;

.swiper-slide {
  min-width: 220px; 
  border:2px dashed #000;
}
.sub-para{
    padding: 5px 8px !important;
    border-radius: 10px !important;
    color:#EF2D2B !important;
}
.swiper-slide
@media (max-width: 768px){
    .swiper-slide{
            min-width: 105px;
    }

}



@media (max-width: 576px) {
  .swiper.theme-swiper {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
/*tour-by end*/
/*blogs*/

