body {
  font-family: 'Poppins', sans-serif;
  background: url('https://www.transparenttextures.com/patterns/arches.png') repeat;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
 
}

/* For headings or stylized elements */
h1, h2, h3 {
  font-family: 'Exo', sans-serif;
}

/* For paragraph or base body text */
body, p, li {
  font-family: 'Heebo', sans-serif;
}

a{
  text-decoration: none;
}

.page-waves {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.wave-top, .wave-bottom {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.wave-top {
  top: 0;
  transform: translateY(-30px);
}

.wave-bottom {
  bottom: 0;
  transform: translateY(30px);
}

.wave-top svg,
.wave-bottom svg {
  width: 100%;
  height: auto;
}




    /* Navbar */
    .navbar {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .navbar-brand img {
      height: 68px;
    }

    .nav-link {
      color: #333;
      font-weight: 500;
      margin: 0 10px;
    }

    .nav-link:hover {
      color: rgb(7 144 205);
      font-weight: bold;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
      color: rgb(8 137 200);
      font-weight: bold;
    }
    .text-success{
        color: #088bc9 !important;
    }
    
    /* Hero Section */
    .hero {
      position: relative;
      background: url('../images/travel-banner.jpg') no-repeat center center/cover;
      color: #fff;
      padding: 140px 15px 160px;
      text-align: left;
      margin-top: 80px;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #0000003d;
      z-index: 0;
    }

    .hero .container {
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .hero h1 .green {
      color: #F44336;
    }

    .hero h1 .blue {
      color: #FF5722;
    }

    .hero .btn-primary {
      background-color: #088bc9;
      border: none;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .hero .btn-primary:hover {
      background-color: #088bc9;
    }

    .hero .btn-outline-light {
      border: 1px solid #fff;
      color: #fff;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .hero .btn-outline-light:hover {
      background: #ffffffcc;
      color: #000;
    }

    .hero-buttons {
      margin-top: 25px;
    }

    /* Filter Section */
    .filter-section {
      margin-top: -60px;
      z-index: 2;
      position: relative;
    }

    .filter-form {
      background: #0e8bc626;
      border-radius: 20px;
      padding: 25px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .filter-group {
      background: #fff;
      border-radius: 12px;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .filter-label {
      font-size: 13px;
      color: #888;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
    }

    .filter-label i {
      margin-right: 6px;
      color: #088bc9;
    }

    .filter-select {
      border: none;
      padding: 6px 10px;
      font-weight: 600;
      font-size: 15px;
      color: #000;
      background-color: transparent;
    }

    .filter-select:focus {
      outline: none;
      box-shadow: none;
    }

    .btn-search {
      background-color: #088bc9;
      color: white;
      font-weight: bold;
      border-radius: 50px;
      padding: 12px 30px;
      border: none;
      width: 100%;
    }

    .btn-search:hover {
      background-color: #088bc9;
    }

    /* WHO WE ARE Enhancements */
     #who-we-are .feature-card {
    background: #fff;
    border: 2px dashed #d0ead2;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }

  #who-we-are .feature-card:hover {
    border-color: #088bc9;
    box-shadow: 0 15px 30px rgba(109, 176, 81, 0.15);
    transform: translateY(-5px);
  }

  #who-we-are .icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: rgb(14 139 198 / 8%);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  #who-we-are .icon-wrapper:hover {
    background: rgb(14 139 198 / 8%);
  }

  #who-we-are .feature-card h6 {
    font-size: 1.1rem;
  }

  #who-we-are .feature-card p {
    font-size: 14px;
  }

  /* New Shape Styles */
  #who-we-are .shape {
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    pointer-events: none;
  }

  #who-we-are .shape-1 {
    top: 0;
    left: -40px;
    width: 180px;
    height: 180px;
    background: url('https://www.transparenttextures.com/patterns/purty-wood.png');
    background-size: cover;
    transform: rotate(45deg);
  }

  #who-we-are .shape-2 {
    bottom: -30px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    background-size: cover;
    transform: rotate(-15deg);
  }

#what-we-provide {
  position: relative;
  padding: 100px 0;
  background-color: #f2f4f5;
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
  background-repeat: repeat;
  background-size: 180px 180px;
  z-index: 1;
}


.service-clean {
  transition: all 0.3s ease;
}

.service-clean:hover h5 {
  color: #088bc9;
}

.icon-square {
  width: 60px;
  height: 60px;
  background-color: #083e66;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

  
  
  .package-overlay-card {
    height: 420px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
  }
  .package-overlay-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .package-overlay-card:hover img {
    transform: scale(1.08);
  }
  .overlay-gradient {
    background: linear-gradient(to top, rgb(0 0 0 / 42%), rgba(0, 0, 0, 0.25));
  }
  .rating i {
    font-size: 0.85rem;
  }
  
.feature-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  }
  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  .icon-green { background-color: #e7f7ee; color: #28a745; }
  .icon-yellow { background-color: #fff9db; color: #f2af00; }
  .icon-orange { background-color: #ffece0; color: #ff7700; }
  
  .tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tour-card-grid {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  cursor: pointer;
}

.tour-card-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tour-card-grid:hover img {
  transform: scale(1.08);
}

.tour-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}

.tour-card-grid:hover .tour-card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.tour-card-overlay h5 {
  font-size: 1.2rem;
  margin: 0;
}

.tour-card-overlay .tour-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}

.tour-card-overlay .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
}

  
    /* Animations */
    @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }

    @keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }


    /* Footer */
   .footer {
  background: #1a2532;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.footer_text {
  color: #088bc9 !important;
}

.footer-link {
  color: #fff;
  opacity: 0.7;
  display: inline-block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-link:hover {
  opacity: 1;
  color: #088bc9;
}

.social-icon {
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease;
}
.social-icon:hover {
  color: #088bc9;
  transform: scale(1.2);
}

.footer .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 14px;
}
.footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer .btn-primary {
  background: linear-gradient(45deg, #088bc9, #065b8e);
  border: none;
  font-weight: 600;
}
.footer .btn-primary:hover {
  background: linear-gradient(45deg, #067cb0, #044d76);
}


.about-section-label {
  background: linear-gradient(90deg, #088ac985, #2196F3);
  color: #fff;
  font-weight: 600;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 30px;
}

.about-feature-card {
  background-color: #03a9f42b;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.about-feature-card.alt {
  background-color: #fff5e6;
}

.about-feature-card i {
  font-size: 24px;
  color: #ff5722;
  margin-bottom: 10px;
}

.about-feature-card h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.about-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.about-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.about-experience-badge {
  background: #088dcb;
  color: white;
  padding: 15px 25px;
  border-radius: 20px 0 20px 0;
  position: absolute;
  top: 0px;
  left: 1px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-experience-badge h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.about-play-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #088dcb;
  color: #088dcb;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s;
}

.about-play-btn:hover {
  background-color: #088dcb;
  color: white;
  transform: scale(1.1);
}



    @media (max-width: 767px) {
      .filter-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
      }

      .filter-box i.fa-chevron-down {
        align-self: flex-end;
      }
    }

    