/*** Spinner Start ***/
/*** Spinner ***/
body {
    background: #f9faf1;
  }
  
  #spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
  }
  
  #spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
  }
  
  /*** Spinner End ***/
  
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
  }
  
  /*** Button Start ***/
  
  .btn {
    font-weight: 600;
    transition: 0.5s;
  }
  
  .btn-square {
    width: 32px;
    height: 32px;
  }
  
  .btn-sm-square {
    width: 30px;
    height: 30px;
  }
  
  .btn-md-square {
    width: 44px;
    height: 44px;
  }
  
  .btn-lg-square {
    width: 56px;
    height: 56px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-md-square,
  .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
  }
  
  .btn-primary {
    color: #fff;
    background: #27ace4 !important;
    border-color: #27ace4;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #27ace4;
    border-color: #27ace4;
  }
  
  .border-primary {
    border-color: #27ace4 !important;
  }
  
  .bg-primary {
    background-color: #27ace4 !important;
  }
  
  .text-primary {
    color: #27ace4 !important;
  }
  
  /* .bg-primari{
      background: #27ace4 !important;
  } */
  
  .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #27ace4;
  }
  
  .btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #fff !important;
  }
  
  .btn.btn-light {
    box-shadow: inset 0 0 0 0 #27ace4;
  }
  
  .btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #27ace4;
    color: #fff !important;
  }
  
  .btn-hover {
    transition: 0.5s;
  }
  
  .btn-hover:hover {
    color: #f0f2f2 !important;
  }
  
  h5,
  .h5 {
    font-size: 1.2rem !important;
  }
  /*** Section Title Start ***/
  .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #27ace4;
  }
  
  .section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    /* border: 1px solid #27ace4 !important; */
  }
  
  .section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    /* border: 1px solid #27ace4 !important; */
  }
  
  /*** Topbar End ***/
  
  /*** Navbar ***/
  .navbar-light {
    background: #fff;
    position: fixed !important;
    width: 100% !important;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 6%;
    left: 0;
  }
  
  .navbar-light .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
    position: relative;
    padding: 20px 15px;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    transition: 0.5s;
  }
  
  .sticky-top.navbar-light .navbar-nav .nav-link {
    color: var(--bs-dark) !important;
  }
  
  .navbar-light .navbar-nav .nav-link:hover {
    color: #27ace4 !important;
  }
  
  .navbar-light .navbar-brand img {
    max-height: 45px;
    transition: 0.5s;
  }
  
  .sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
  }
  
  
  .desti-icons {
    width: 40px;
    height: 40px;
    background: aliceblue;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    margin-right: 10px;
  }
  
  .carousel-indicators [data-bs-target] {
    display: none;
  }
  
  
  @media (max-width: 991.98px) {
    .sticky-top.navbar-light {
      position: relative;
      background: var(--bs-white);
    }
  
    .navbar-light .navbar-brand h1 {
      color: #27ace4;
    }
  
    .navbar-light .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid #fff;
    }
  
    .navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
      color: var(--bs-dark) !important;
    }
  
    /* .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link.active {
          color: #27ace4 !important;
      } */
  
    .navbar-light .navbar-brand img {
      max-height: 45px;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-light {
      position: absolute;
      /* width: 100%; */
      /* top: 0; */
      left: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      /* padding: 10px 0; */
    }
  
    .sticky-top.navbar-light {
      position: fixed;
      background: var(--bs-light);
    }
  
    .navbar-light .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 0;
      bottom: -1px;
      left: 0;
      /* background: #27ace4; */
      transition: 0.5s;
      z-index: -1;
    }
  
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
      height: calc(100% + 1px);
      left: 1px;
    }
  
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
      display: none;
    }
  }
            /* Basic Dropdown Styling */
           .nab-drop .dropdown-menu {
                border: none;
                box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
                border-radius: 0.25rem;
                padding: 0.6rem 0;
                min-width: 220px;
            }

            .nab-drop .dropdown-item {
                padding: 0.6rem 1.5rem;
                font-size: 0.9rem;
                position: relative;
            }

            .nab-drop .dropdown-item:hover {
                background-color: #f8f9fa;
            }

            /* Submenu Styling */
            .nab-drop .dropdown-submenu {
                position: relative;
            }

            .nab-drop .dropdown-submenu>.dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -0.5rem;
                margin-left: 0.1rem;
                display: none;
            }

            .nab-drop .dropdown-submenu:hover>.dropdown-menu {
                display: block;
            }

            /* Chevron icon for items with submenu */
            .nab-drop .fa-chevron-right {
                font-size: 0.7rem;
                color: #6c757d;
            }

            /* Map marker for submenu items */
            .nab-drop .fa-map-marker-alt {
                color: #0d6efd;
                font-size: 0.8rem;
            }
       
  @media (max-width: 767px) {
     .navbar-light {
      padding: 10px 20px;
    }
}
  /*** Carousel Hero Header Start ***/
  .carousel-header .carousel-control-prev,
  .carousel-header .carousel-control-next {
    background: transparent;
  }
  
  .carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 35px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    background-size: 60% 60%;
  }
  
  .carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 35px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;
  }
  
  .carousel-header .carousel .carousel-indicators li,
  .carousel-header .carousel .carousel-indicators li,
  .carousel-header .carousel .carousel-indicators li {
    opacity: 0;
  }
  
  .carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 80vh !important;
  }
  
  .carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)); */
    background-size: cover;
  }
  
  @media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
      height: 550px;
      margin-top: -100px;
    }
  
    .carousel-header {
      height: 550px !important;
      padding-top: 0px;
      margin-bottom: -300px;
    }
  
    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
      opacity: 0;
    }
  
    .search-bar {
      margin-top: -100px;
      transition: 0.5s;
    }
  }
  
  /*** Carousel Hero Header End ***/
  
  /*** Single Page Hero Header Start ***/
  .bg-breadcrumb {
    position: relative;
    height: 300px;
    background: url('../img/sevicebanner.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 103px;
}

@media (max-width: 767px) {
    .bg-breadcrumb {
        margin-top: 0px;
        padding-top: 43px;
    }
}

  .bg-breadcrumb .breadcrumb-item a {
    color: #27ace4 !important;
  }
  
  /*** Single Page Hero Header End ***/
  
  /*** About Start ***/
  .about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #27ace4;
  }
  
  .about img {
    width: 100%;
    height: 35rem !important;
    border-radius: 3px;
  }
  
  .about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    /* border: 1px solid #27ace4 !important; */
  }
  
  .jumbotron {
    background-color: #f6f6f6;
    padding: 2rem;
    border-radius: 3px;
    border: 1px solid #bebaba;
    margin-bottom: 2rem;
  }
  
  .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d9d9d9;
    margin-bottom: 1rem;
  }
  
  .seo-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
  }
  
  .seo-description {
    font-size: 1rem;
    color: #7f8c8d;
    text-align: justify;
  }
  
  @media (max-width: 768px) {
    .profile-image {
      width: 100px;
      height: 100px;
    }
  
    .seo-title {
      font-size: 1.3rem;
    }
  
    .seo-description {
      font-size: 0.9rem;
    }
  }
  /*** About End ***/
  
  /*** Services Start ***/
  .service .service-content-inner {
    transition: 0.5s;
  }
  
  .service .service-content-inner:hover {
    position: relative;
    background: #27ace4 !important;
    color: #fff !important;
  }
  
  .service .service-content-inner .service-content h5,
  .service .service-content-inner .service-content p,
  .service .service-content-inner .service-icon i {
    transition: 0.5s;
  }
  
  .service .service-content-inner:hover .service-content h5,
  .service .service-content-inner:hover .service-content p,
  .service .service-content-inner:hover .service-icon i {
    color: #fff !important;
  }
  
  /*** Service End ***/
  
  /*** Destination Start ***/
  .destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    height: 300px !important;
    object-fit: contain; 
    object-position: center;
  }
  
  .destination .tab-class .tab-content .tab-pane .destination-imgs {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    height: 425px !important;
  }
  
  .destination
    .tab-class
    .tab-content
    .tab-pane
    .destination-img
    .destination-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
  }
  
  .destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    /* background: rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    transition: 0.5s;
  }
  
  .destination
    .tab-class
    .tab-content
    .tab-pane
    .destination-img
    .search-icon
    a
    i {
    opacity: 0;
    transition: 0.5s;
  }
  
  .destination .tab-class .nav-item {
    padding: 0 0 20px 0;
  }
  
  .destination .tab-class .nav-item a.active {
    background: #27ace4 !important;
  }
  
  .destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
  }
  
  .destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(39, 169, 228, 0.4);
  }
  
  .destination
    .tab-class
    .tab-content
    .destination-img:hover
    .destination-overlay {
    bottom: 0; /* This is now redundant */
  }
  
  .destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
  }
  
  .destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
  }
  
  .destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
  }
  
  @media (max-width: 768px) {
    .top-dest {
      font-size: 20px;
    }
    .top-view {
      font-size: 15px;
    }
    .Popular-swiper {
      padding: 50px 20px !important;
    }
  }
  
  /*** Destination End ***/
  
  /*** pack Start ***/
  .pack .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #e1e1e1;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height: 100px;
  }
  .pack .tab-class .tab-content .tab-pane .destination-img img {
    border-radius: 5px;
    z-index: 1;
    width: 40%;
  }
  
  .pack .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    display: flex; /* Flexbox enable karega */
    flex-direction: column; /* Items ko vertical center karega */
    justify-content: center; /* Vertically center */
    align-items: center; /* Horizontally center */
    text-align: center; /* Text center me dikhega */
    height: 100%; /* Pure box ke andar center ho */
    width: 100%; /* Pure width cover kare */
    top: 0;
  }
  /* c
  .pack .tab-class .tab-content .tab-pane .destination-img a i {
    opacity: 0;
    transition: 0.5s;
  } */
  
  .pack .tab-class .nav-item {
    padding: 0 0 20px 0;
  }
  
  .pack .tab-class .nav-item a.active {
    background: #27ace4 !important;
    color: #fff !important;
  }
  
  .pack .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
  }
  
  .pack .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(39, 169, 228, 0.4);
  }
  
  /* .pack .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0; 
  } */
  
  .pack .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
  }
  .nav-pills-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5px;
  }
  
  .nav-pills-scrollable::-webkit-scrollbar {
    height: 3px;
  }
  
  .nav-pills-scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  
  .nav-pills-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  @media (max-width: 768px) {
    .top-dest {
      font-size: 20px;
    }
    .top-view {
      font-size: 15px;
    }
    .Popular-swiper {
      padding: 50px 20px !important;
    }
    .pack .tab-class .nav-item a {
      width: 100px;
      height: 35px;
      font-size: 15px;
    }
  }
  .pack .tab-class .nav-item a {
    display: flex; /* Flexbox enable karega */
    flex-direction: column; /* Items ko vertical center karega */
    justify-content: center; /* Vertically center */
    align-items: center; /* Horizontally center */
    text-align: center; /* Text center me dikhega */
    width: 140px;
    height: 38px;
  }
  /*** Packages End ***/
  
  /*** Packages Start ***/
  .packages .packages-item {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
  }
  
  .packages .packages-item .packages-content {
    background: #fffdfd;
    border-radius: 0 0 10px 10px;
  }
  
  .packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 5px !important;
    z-index: 1;
  }
  
  .packagess .packages-items .packages-imgs {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 5px !important;
    height: 200px;
    z-index: 1;
  }
  
  .packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .packages .packages-item .packages-img .packages-info small,
  .packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 5px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
  }
  
  .packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    /* border-color: rgba(39, 169, 228, 0.2) rgba(39, 169, 228, 0.2) rgba(39, 169, 228, 0.2) rgba(39, 169, 228, 0.2); */
    /* visibility: visible; */
  }
  
  .packages .packages-item .packages-img small,
  .packages .packages-item .packages-img small i {
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img:hover small,
  .packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;
  }
  
  .packages .packages-item .packages-img img {
    transition: 0.5s;
  }
  
  .packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
  }
  
  .packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #27ace4;
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
  }
  
  .packages .packages-carousel {
    position: relative;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid #27ace4;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid #27ace4;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev i,
  .packages .packages-carousel .owl-nav .owl-next i {
    color: #27ace4;
    font-size: 17px;
    transition: 0.5s;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev:hover,
  .packages .packages-carousel .owl-nav .owl-next:hover {
    background: #27ace4;
  }
  
  .packages .packages-carousel .owl-nav .owl-prev:hover i,
  .packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
  }
  
  .packagess .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 1px;
    padding: 20px 10px;
    border: 1px solid #8a9194;
    background: #8a9194;
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
  }
  
  .packagess .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    padding: 20px 10px;
    border: 1px solid #8a9194;
    background: #8a9194;
    border-radius: 5px 0 0 5px;
    transition: 0.5s;
  }
  
  .packagess .packages-carousel .owl-nav .owl-prev i,
  .packagess .packages-carousel .owl-nav .owl-next i {
    color: #040505;
    font-size: 17px;
    transition: 0.5s;
  }
  
  .packagess .packages-carousel .owl-nav .owl-prev:hover,
  .packagess .packages-carousel .owl-nav .owl-next:hover {
    background: #969c9e;
  }
  
  .packagess .packages-carousel .owl-nav .owl-prev:hover i,
  .packagess .packages-carousel .owl-nav .owl-next:hover i {
    color: #040505;
  }
  
  /*** Packages End ***/
  
  /*** Explore Tour Start ***/
  .ExploreTour .tab-class .nav-item {
    padding: 0;
  }
  
  .ExploreTour .tab-class .nav-item a.active {
    /* background: #27ace4 !important; */
    color: #000 !important;
    font-weight: 600 !important;
  }
  
  .ExploreTour .tab-class .nav-item a.active span {
    color: #27ace4 !important;
  }
  
  /* NationalTab-1 Tour Start */
  .ExploreTour .tab-pane .national-item {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .ExploreTour .tab-pane .national-item img {
    transition: 0.5s;
    width: 100%;
    height: 250px;
  }
  
  .ExploreTour .tab-pane .national-item:hover img {
    transform: scale(1.2);
  }
  
  .ExploreTour .tab-pane .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
  }
  
  /* .ExploreTour #NationalTab-1 .national-item:hover .national-content {
      background: rgba(39, 169, 228, .6);
  } */
  
  .ExploreTour .tab-pane .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
  }
  
  .ExploreTour .tab-pane .national-item:hover .national-plus-icon {
    opacity: 1;
  }
  
  .ExploreTour .tab-pane .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: #27ace4;
    color: var(--bs-white);
  }
  
  .fa-link:before {
    content: none !important;
  }
  
  .ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
  }
  
  .ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
  }
  
  .ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: #27ace4;
    color: var(--bs-white);
  }
  
  .ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
  }
  
  .ExploreTour
    #InternationalTab-2
    .international-item:hover
    .international-content {
    background: rgba(39, 169, 228, 0.2);
  }
  
  .ExploreTour
    #InternationalTab-2
    .international-item
    .international-content
    .international-info
    a {
    font-size: 14px;
  }
  
  .ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
  }
  
  .ExploreTour
    #InternationalTab-2
    .international-item:hover
    .international-plus-icon {
    opacity: 1;
  }
  
  /* carousel Start */
  .ExploreTour
    #InternationalTab-2
    .InternationalTour-carousel
    .international-item {
    position: relative;
    overflow: hidden;
  }
  
  .ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid #27ace4;
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: #27ace4;
  }
  
  .custom-nav-tabs .nav-item .d-flex {
    position: relative;
    padding-bottom: 15px;
    /* Adjust for spacing below text */
    text-decoration: none;
    margin: 0 30px 0px 0px;
  }
  
  .custom-nav-tabs .nav-item .d-flex.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #27ace4;
  }
  /*** Explore Tour End ***/
  
  /*** Gallery Start ***/
  .gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
  }
  
  .gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
  }
  
  .gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
  }
  
  .gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
  }
  
  .gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
  }
  
  .gallery .gallery-item:hover .gallery-content .gallery-info,
  .gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
  }
  
  .gallery .gallery-item img {
    transition: 0.5s;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.2);
  }
  
  .gallery .gallery-item:hover .gallery-content {
    background: rgba(39, 169, 228, 0.6);
  }
  
  .gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
  }
  
  .gallery .tab-class .nav-item a.active {
    background: #27ace4 !important;
  }
  
  .gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
  }
  
  /*** Gallery End ***/
  
  /*** Tour Booking Start ***/
  .booking {
    background: linear-gradient(rgba(39, 172, 228, 0.8), rgba(39, 172, 228, 0.8)),
      url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
  }
  
  .booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
  }
  
  .booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #27ace4;
  }
  
  .booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: #27ace4 !important;
  }
  
  /*** Tour Booking end ***/
  
  /*** Travel Guide Start ***/
  .guide-item {
    border-radius: 3px;
    border: 1px solid #d4d4d4;
  }
  .guide .guide-item .guide-img {
    position: relative;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  
  .guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    background: var(--bs-light);
    z-index: 9;
  }
  
  .guide .guide-item .guide-img .guide-icon .btn-square:hover {
    background: #fff !important;
    color: #5d9bf9 !important;
  }
  
  .guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  
  .guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
  }
  
  .guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    /* background: rgba(19, 53, 123, .5); */
  }
  
  .guide .guide-item .guide-img-efects img {
    transition: 0.5s;
    height: 250px !important;
    object-fit: cover;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  
  .guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
  }
  
  .guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    transition: 0.5s;
  }
  
  .guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    transition: 0.5s;
  }
  
  /* .guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: #27ace4 !important;
    color: #000 !important;
  } */
  
  .guide .guide-item .guide-title .guide-title-inner,
  .guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
  }
  
  .guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
  }
  
  /*** Travel Guide End ***/
  
  
  /*** Blog Start ***/
  .blog .blog-item .blog-img {
    position: relative;
  }
  
  .blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
  }
  
  .blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
  }
  
  .blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
  }
  
  .blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
  }
  
  .blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
  }
  
  .blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
  }
  
  .blog-info .btn-hover:hover {
    color: #5d9bf9 !important;
  }
  
  .card-footer:last-child {
    border-radius: 0;
  }
  
  .card-footer .foots {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0px;
    justify-content: center;
  }
  
  .card-footer .foot {
    display: flex;
    align-items: center;
    font-size: 11px;
    border-left: 1px solid #ddd;
    font-weight: 500;
    padding: 5px 0px;
    justify-content: center;
  }
  
  .card-footer .foot i {
    font-size: 11px;
    margin-right: 5px;
    font-weight: 500;
  }
  
  /*** Blog End ***/
  
  /*** Testimonial Start ***/
  .testimonial .testimonial-carousel {
    position: relative;
  }
  
  .testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #ffc107;
    border-style: dotted;
    border-radius: 50%;
  }
  
  .testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid #27ace4;
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #27ace4;
  }
  
  .testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid #27ace4;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid #27ace4;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .testimonial .testimonial-carousel .owl-nav .owl-prev i,
  .testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: #27ace4;
    font-size: 17px;
    transition: 0.5s;
  }
  
  .testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
  .testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: #27ace4;
  }
  
  .testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
  .testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
  }
  
  .testimonial
    .testimonial-carousel
    .owl-item.center
    .testimonial-item
    .testimonial-comment {
    background: #27ace4 !important;
    color: #fff !important;
    transition: 0.5s;
  }
  
  .testimonial
    .testimonial-carousel
    .owl-item.center
    .testimonial-item
    .testimonial-img {
    border: 3px solid yellow;
    border-style: dotted;
    transition: 0.5s;
  }
  
  /*** Testimonial End ***/
  
  /*** Contact Start ***/
  .contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #27ace4;
  }
  
  .contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: #27ace4 !important;
  }
  
  /*** Contact End ***/
  
  /*** Subscribe Start ***/
  .subscribe {
    background: linear-gradient(rgba(39, 169, 228, 0.6), rgba(39, 169, 228, 0.6)),
      url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
  }
  
  .subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
  }
  
  .subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
  }
  
  /*** Subscribe End ***/
  
  /*** Footer Start ***/
  .footer {
    background: #040404;
  }
  
  .footer .footer-item a {
    line-height: 30px;
    color: #fffdfd;
    transition: 0.5s;
  }
  
  .footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #27ace4;
  }
  
  /*** Footer End ***/
  
  /*** copyright Start ***/
  .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #14141f !important;
    color: #f0f2f2;
  }
  
  @media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 90%;
      margin: auto;
    }
  }



/* start package page  */
    .package-card {
    /* Root variables scoped to package-card */
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: hsl(198, 96.50%, 45.30%);
    --accent-color: #2a2a2a;
}

.package-card .cards {
    border: 1px solid rgba(118, 75, 162, 0.08);
    border-radius: 5px;
    overflow: hidden;
    background: white;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.package-card .cards:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.package-card .cards::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.package-card .image-carousel {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 3px;
}

.package-card .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    transition: transform 0.4s ease-in-out;
}

.package-card .cards:hover .carousel-item img {
    transform: scale(1.02);
}

.package-card .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

.package-card .carousel-indicators button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    margin: 0 4px;
    opacity: 0.7;
}

.package-card .carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
}

.package-card .card-bodys {
    padding: 20px;
}

.package-card .location {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}

.package-card .location-content {
    display: flex;
    align-items: center;
}

.package-card .location i {
    color: var(--accent-color);
    margin-right: 8px;
}

.package-card .location h5 {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0;
}

.package-card .upcoming-date {
    font-size: 13px;
    color: #f5576c;
    font-weight: 600;
    background: rgba(245, 87, 108, 0.1);
    padding: 4px 10px;
    border-radius: 50px;
}

.package-card .description {
    font-size: 14px;
    color: #718096;
    margin-bottom: 16px;
    line-height: 1.5;
}

.package-card .amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.package-card .amenity {
    display: flex;
    align-items: center;
    font-size: 13px;
    background: rgba(118, 75, 162, 0.08);
    padding: 6px 12px;
    border-radius: 50px;
    color: var(--accent-color);
    font-weight: 500;
}

.package-card .amenity i {
    margin-right: 6px;
    font-size: 12px;
}

.package-card .card-footers {
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}

.package-card .time {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 500;
}

.package-card .time i {
    margin-right: 5px;
    color: #27ace4;
}

.package-card .btn-explore {
    background: #27ace4;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 120px;
}

.package-card .btn-explore i {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #fff;
}

.package-card .btn-explore:hover {
    background: var(--secondary-gradient);
    color: white;
    box-shadow: none;
}

.package-card .btn-explore:hover i {
    transform: translateX(3px);
}

.package-card .upcoming-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--secondary-gradient);
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

@media (max-width: 768px) {
    .package-card .image-carousel {
        height: 200px;
    }

    .package-card .card-body {
        padding: 16px;
    }

    .package-card .location {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* end package page  */
  