
    body{font-family: 'Poppins', sans-serif;background:#0b0f19;color:#fff}
    
    .navbar{background:rgba(11,15,25,.9)}
    .hero{
  min-height: 90vh;
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)),
              url("../images/slider.jpg") center/cover;
}

.text-accent{
  color: #86cf6d;
}

.btn-accent{
  background: #86cf6d;
  color: #111;
  border: none;
  font-weight: 600;
}

.btn-accent:hover{
  background: #74bd5c;
  color: #111;
}
    .section-dark{background:#101826}
    .card-dark{background:#151f30;border:none;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:.3s}
    .card-dark:hover{transform:translateY(-5px)}
    .card-dark img{height:200px;object-fit:cover}
    .mountain-banner{
      background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=1600&auto=format&fit=crop') center/cover;
      min-height:320px;display:flex;align-items:center;
    }
    footer{background:#070b12;color:#cbd5e1}
    .btn-gold{background:#d4af37;color:#111827;border:none}

  .btn-warning.btn-lg.px-4.rounded-pill {
    background-color: #86cf6d !important;
    border-color: #2f5f1f !important;
}
.why-tripmitra{
  background: #f8fbf6;
}

.section-tag{
  color: #86cf6d;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-accent{
  color: #86cf6d;
}

.btn-accent{
  background: #86cf6d;
  color: #111;
  border: none;
  font-weight: 600;
}

.btn-accent:hover{
  background: #74bd5c;
  color: #111;
}

.why-list li{
  margin-bottom: 12px;
  font-size: 15px;
  color:#fff;
}

.why-image-wrapper{
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.why-image{
  width: 100%;
  transition: .4s;
}

.why-image:hover{
  transform: scale(1.05);
}

.why-tripmitra h2{
  color:#000 !important;
}
ul.list-unstyled.why-list.mt-4 {
    color: var(--bs-secondary-color) ;
}

.section-badge{
  display: inline-block;
  background: rgba(134, 207, 109, 0.12);
  color: #86cf6d;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-accent{
  color: #86cf6d;
}

.heading-line{
  width: 80px;
  height: 4px;
  background: #86cf6d;
  border-radius: 10px;
}
.card-body
{
  color:#fff;
}
.card ul{
  color:#fff !important;
  text-align:left;
  margin:0 10px;

}
.travel-blueprint-section{
  background: #f8fbf6;
}

.result-box{
  background: rgba(134,207,109,.12);
  padding: 18px;
  border-left: 4px solid #86cf6d;
  border-radius: 12px;
  font-weight: 600;
}

.mini-step-card{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.step-number{
  width: 50px;
  height: 50px;
  background: #86cf6d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.text-muted
{
  color:#fff !important;
}
.mini-step-card div
{
color:#000;
}
.dream-row-section{
  background: #f8fbf6;
}

.mini-destination-card{
  display: flex;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.mini-destination-card img{
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
}

.card-text h6{
  margin-bottom: 5px;
  font-weight: 700;
}

.card-text p{
  margin: 0;
  color: #666;
  font-size: 16px;
}

.belief-side-box{
  min-height: 100%;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
              url('../images/image2.jpg') center/cover;
}

.belief-side-box a{
    width: 60% !important;
    margin: 0 auto;
}

.text-accent-light{
  color: #86cf6d;
}
.dream-row-section h2{
  color:#000;
}

.sub-footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url("../images/footer_banner.jpg") center / cover;
    min-height: 320px;
    display: flex;
    align-items: center;
}

.trip-footer{
  background: #111;
}

.trust-points p{
  color: #d7f2ce;
  margin-bottom: 10px;
}

.footer-links li{
  margin-bottom: 10px;
}

.footer-links a{
  color: #ddd;
  text-decoration: none;
  transition: .3s;
}

.footer-links a:hover{
  color: #86cf6d;
}

.social-icons a{
  display: inline-block;
  margin-right: 12px;
  font-size: 22px;
  text-decoration: none;
}

.footer-line{
  border-color: rgba(255,255,255,.1);
}
.text-accent{
  color: #86cf6d;
}

.social-icons a{
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.social-icons a:hover{
  background: #86cf6d;
  color: #111;
}

.trip-modal{
  border-radius: 24px;
  border: none;
  overflow: hidden;
}

.trip-modal .form-control{
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #ddd;
}

.trip-modal .form-control:focus{
  border-color: #86cf6d;
  box-shadow: 0 0 0 0.2rem rgba(134,207,109,.2);
}
.modal-title{
  color:#000;
}
 .mini-destination-card .card-text h6{
  color:#000;
  font-weight: 500;
 }

 .custom-arrow {
    width: 50px;
}

.carousel-control-prev {
    left: -70px !important;
}

.carousel-control-next {
    right: -70px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0);
}

@media(max-width:768px){
    .carousel-control-prev { left: 0; }
    .carousel-control-next { right: 0; }
}

.carousel-item h5{
color:#000;
}

