/****index.css*****/
    /*
  :root {
  --dark-green: #1a452f;;   deep green 
  --mid-green: #4caf50;     natural green
  --teal: #4ffae9;         /* teal 
  --light-teal: #4dd0e1;   /* light teal 
  --cream: #eeede3;         soft cream 
  --off-white: #f5f5f5;     subtle off-white
  --gold: #d4af37;          classic gold 
}*/

:root {
  --dark-green:  #0f172a;
  --mid-green:   #1e293b;
  --teal:        #eab308;
  --light-teal:  #fbbf24;
  --cream:       #f8fafc;
  --off-white:   #f1f5f9;
  --gold:        #eab308;
}

    * { scroll-behavior: smooth; }


    html, body {
  overflow-x: hidden;
}

    body {
      font-family: 'Raleway', sans-serif;
      background-color: var(--off-white);
      color: var(--dark-green);
    
    }

    h1, h2, h3, .display-font {
      font-family: 'Playfair Display', serif;
    }
    /* ===== BOOKING BAR ===== */
    .booking-bar {
      background: #0f172a;
      padding: 28px 0;
      box-shadow: 0 4px 30px rgba(0,0,0,0.2);        
    }
    .booking-bar .form-control,
    .booking-bar .form-select {
      background: rgba(255, 255, 255, 0.52);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fcffff;
      border-radius: 10px;
      padding: 12px 16px;
    }
    .booking-bar .form-control::placeholder { color: rgba(240,236,224,0.5); }
    .booking-bar .form-control:focus,
    .booking-bar .form-select:focus {
      background: rgba(255,255,255,0.1);
      border-color: var(--teal);
      box-shadow: 0 0 0 3px rgba(0,180,204,0.2);
      color: var(--cream);
    }
    .booking-bar .form-select option { background: var(--dark-green); }
    .booking-bar label {
      color: white;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
    .btn-book {
      background: #f0c507;
      color:white;
      border: none;
      padding: 13px 30px;
      border-radius: 10px;
      font-weight: 700;
      font-size: 1rem;
      width: 100%;
      transition: all 0.3s;
    }
    .btn-book:hover {
      background: var(--light-teal);
      transform: translateY(-1px);
    }

    /* ===== SERVICES ==
    .section-services { padding: 90px 0; background: var(--off-white); }
    .section-tag {
      color: #ffffff;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      color: var(--dark-green);
      margin-bottom: 12px;
    }
    .section-subtitle {
      color: #5a7060;
      font-size: 1rem;
      max-width: 540px;
      margin: 0 auto 50px;
    }
    .service-card {
      background: #fff;
      border-radius: 18px;
      padding: 36px 28px;
      text-align: center;
      border: 1px solid rgba(0,180,204,0.1);
      transition: all 0.35s;
      height: 100%;
      box-shadow: 0 2px 20px rgba(26,58,42,0.06);
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 50px rgba(26,58,42,0.12);
      border-color: var(--teal);
    }
    .service-icon {
      width: 72px;
      height: 72px;
      background: linear-gradient(135deg, var(--dark-green), var(--mid-green));
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 22px;
      font-size: 2rem;
      color: var(--teal);
    }
    .service-card h5 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      color: var(--dark-green);
      margin-bottom: 10px;
    }
    .service-card p { color: #6a7c70; font-size: 0.92rem; line-height: 1.7; }*/

    /* ===== WHY CHOOSE US ===== */
    .section-why {
      padding: 90px 0;background: #0f172a;
      position: relative;
      overflow: hidden !important;
    }
    .section-why::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(0,180,204,0.1) 0%, transparent 65%);
      border-radius: 50%;
    }
    .why-card {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 36px;
    }
    .why-icon {
      width: 52px;
      height: 52px;
      min-width: 52px;
      background: rgba(0,180,204,0.15);
      border: 1px solid rgba(0,180,204,0.3);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      color: var(--teal);
    }
    .why-text h6 {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
      color: white;
      margin-bottom: 4px;
    }
    .why-text p { color: rgb(255, 255, 255); font-size: 0.88rem; line-height: 1.6; margin: 0 !important;}
    .why-img-wrap {
      position: relative;
      border-radius: 24px;
      overflow: hidden !important;
    }
    .why-logo-big {
      width: 100%;
      border-radius: 24px;
      border: 3px solid rgba(0,180,204,0.3) !important;
    }

    /* ===== DESTINATIONS ===== */
    .section-destinations { padding: 90px 0; background: var(--cream); }
    .dest-card {
      background: #fff;
      border-radius: 16px;
      padding: 22px 20px;
      display: flex;
      align-items: center;
      gap: 16px;
      border: 1px solid rgba(26,58,42,0.08);
      transition: all 0.3s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }
    .dest-card:hover {
      border-color: var(--teal);
      box-shadow: 0 8px 30px rgba(26,58,42,0.1);
      transform: translateY(-3px);
      color: inherit;
    }
    .dest-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
      background: linear-gradient(135deg, var(--dark-green), var(--mid-green));
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--teal);
    }
    .dest-name { font-weight: 700; color: var(--dark-green); font-size: 0.95rem; }
    .dest-dist { color: #7a8c80; font-size: 0.8rem; }

    /* ===== TESTIMONIALS ===== */
    .section-testimonials { padding: 90px 0; background: var(--off-white); }
    .testi-card {
      background: #fff;
      border-radius: 20px;
      padding: 32px 28px;
      border: 1px solid rgba(0,180,204,0.1);
      box-shadow: 0 4px 20px rgba(26,58,42,0.06);
      height: 100%;
    }
    .testi-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 14px; }
    .testi-text { color: #5a6e62; font-size: 0.92rem; line-height: 1.75; font-style: italic; margin-bottom: 20px; }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--dark-green), var(--teal));
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #fff;
      font-size: 1rem;
    }
    .testi-name { font-weight: 700; color: var(--dark-green); font-size: 0.9rem; }
    .testi-loc { color: #8a9e90; font-size: 0.78rem; }

    /* ===== CONTACT ===== */
    .section-contact {
      padding: 80px 0;
      background: #0f172a;
    }
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 28px;
    }
    .contact-info-icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
      background: rgba(0,180,204,0.15);
      border: 1px solid rgba(0,180,204,0.3);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: var(--teal);
    }
    .contact-info-text h6 { color: var(--teal); font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
    .contact-info-text p { color: var(--cream); font-size: 0.95rem; margin: 0; }
    .contact-info-text a { color: var(--cream); text-decoration: none; font-weight: 600; }
    .contact-info-text a:hover { color: var(--teal); }

    /* ===== FOOTER =====
    footer {
      background: #000000ed;
      padding: 24px 0;
      text-align: center;
      color: rgb(255, 255, 255);
      font-size: 0.85rem;
    }
    footer a { color: var(--teal); text-decoration: none; }
    footer span { color: var(--teal); }*/

    /* ===== SCROLL ANIMATION ===== */
    .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }
  
    /* ===== HERO CAROUSEL ===== */
    .carousel-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transform: scale(1.05);
      transition: transform 6s ease;
    }
    .carousel-item.active .carousel-bg {
      transform: scale(1);
    }
    .carousel-overlay {
      position: absolute;
      inset: 0;
  pointer-events: none;
      background:#000;
      opacity: 0.5;
    }
    .carousel-caption-custom {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      padding: 80px 0 60px;
    }
    .carousel-heading {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 2vw, 3.6rem);
      color: var(--cream);
      line-height: 1.15;
      margin-bottom: 16px;
    }
    .carousel-heading span { color: var(--teal); }
    .carousel-sub {
      color: rgba(240,236,224,0.85);
      font-size: 1rem;
      line-height: 1.8;
      max-width: 500px;
      margin-bottom: 28px;
    }
    .carousel-item {
      position: relative;
      height: 92vh;
      min-height: 560px;
      overflow: hidden;
    }
    .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(240,236,224,0.5);
      border: none;
      margin: 0 5px;
      transition: all 0.3s;
    }
    .carousel-indicators .active {
      background: var(--teal);
      width: 28px;
      border-radius: 5px;
    }
    .carousel-control-prev, .carousel-control-next {
      width: 50px !important;
      height: 50px;
      background: rgba(0,180,204,0.2);
      border-radius: 50%;
      top: 50% !important;
      transform: translateY(-50%) !important;
      border: 2px solid rgba(0,180,204,0.4);
      transition: all 0.3s !important;
    }
    .carousel-control-prev { left: 20px; }
    .carousel-control-next { right: 20px; }
    .carousel-control-prev:hover, .carousel-control-next:hover {
      background: var(--teal);
      border-color: var(--teal);
    }
    .fade-in-slide {
      animation: slideUp 0.8s ease forwards;
    }
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
}


    /****dehradun to section of index***/
     
/*================================================
15 - HOT OFFERS AREA CSS
==================================================*/

#offerTab {
	text-align: center;
	width: 100%;
	display: block;
	border: medium none;
	margin: 30px 0
}

#offerTab li {
	display: inline-block;
	margin: 0 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border: medium none
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: medium none
}

.nav-tabs .nav-link {
	border: medium none
}

#offerTab li.nav-item a.nav-link,
#offerTab li.nav-item a.nav-link.active {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 25px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

#offerTab li.nav-item a.nav-link:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #020202 none repeat scroll 0 0;
	z-index: -1;
	-webkit-transform: skew(40deg);
	transform: skew(40deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

#offerTab li.nav-item a.nav-link:hover:after {
	background: #ec3323 none repeat scroll 0 0;
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
}

#offerTab li.nav-item a.nav-link.active:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #ec3323 none repeat scroll 0 0;
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
}

.single-offers {
	text-align: center;
	border: 3px solid #f0f0ff;
	margin-top: 30px;
}

.offer-image {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.offer-image img {
	width: 100%;
}

.offer-text {
	margin-top: 20px
}

.offer-text h3 {
	font-size: 23px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.offer-text h4 {
	color: #020202;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 8px;
}

.offer-text h4 span {
	text-transform: capitalize;
	color: #ec3323;
	font-size: 16px;
}

.offer-action {
	text-align: center;
	background: #020202 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 25px auto 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.offer-action a {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 15px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	width: 47%;
}

.offer-action:after {
	position: absolute;
	content: "";
	width: 66%;
	height: 100%;
	background: #ec3323 none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.offer-action:hover {
	background: #ec3323 none repeat scroll 0 0;
}

.offer-action:hover:after {
	background: #020202 none repeat scroll 0 0;
}

.offer-text ul {
	text-align: center;
	margin-top: 10px;
}

.offer-text ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
}

.offer-text ul li i {
	margin-right: 5px;
	color: #ec3323
}

    /*************/

    /****packages.php**/
     .service-grid {
  background-color: #f7f4ec;
}

.service-item {
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  text-align: left;
  transition: 0.3s;
  border-left: 4px solid #4dd4e8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.service-item a {
  text-decoration: none;
  color: #041641;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

/* Hover only for desktop */
@media (hover: hover) {
  .service-item:hover {
    background: #041641;
    transform: translateY(-5px);
    border-left-color: #FFC107;
  }

  .service-item:hover a {
    color: #ffffff;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .service-item img {
    height: 140px;
  }
}

/* Mobile */
@media (max-width: 576px) {

  .service-grid h2 {
    font-size: 1.5rem;
  }

  .service-item {
    padding: 10px;
  }

  .service-item img {
    height: 120px;
  }

  .service-item a {
    font-size: 14px;
  }
  .navbar-toggler-icon
  {
    width: 1em !important;
  }
  .carousel-sub
  {
    display: none;
  }
  .hero-stats .stat-item{
    display: none;
  }
  .carousel-item
  {
    height: 50vh !important;
  }
    .dest-icon {
    background:none !important;
      border-radius: 1px;
      display: flex;
       padding: 0px 5px !important;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--teal);
    }
     .dest-card {
      background: #fff;
      border-radius: 1px;
      padding: 0px 5px !important;
      display: flex;
      align-items: center;
      gap: 16px;
      border: 1px solid rgba(26,58,42,0.08);
      transition: all 0.3s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }
    .dest-name {
  font-size: 0.85rem;
    }
  /*
  p
  {
    text-align: center;
  }
  h1
  {
    text-align: center;
  }
  .btn-primary-custom
  .btn-outline-custom
  {
    align-items: center;
    size: 10rem;
    text-align: center;
  }*/
  .carousel-caption-custom
  {
    padding: 10%;/*
    padding-left: 10%;
    padding-right: 10%;*/
  }
}


/*******************header******************/

/* MOBILE NAV OVERLAY STYLE */
@media (max-width: 991px) {

  .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    background: #03073f;
    border-radius: 10px;
    padding: 65px;
    z-index: 9999;
   /* box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .nav-link {
    color: #0f172a !important;
    padding: 12px 10px !important;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .dropdown-menu {
    position: static !important;
    border: none;
    box-shadow: none;
    padding-left: 10px;
  }

  .btn-call {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}


    /* ===== NAVBAR ===== */
    .navbar {
      background:#0f172a;
    /*  padding: 9px 0;
      box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    */
  }
    .navbar-brand img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
     border: 2px solid var(--teal);
}
    .navbar-brand span {
      font-family: 'Playfair Display', serif;
      font-size: 0.9rem !important;
      color: var(--cream);
      line-height: 1.2;
    }
    .navbar-brand small {
      color: var(--teal);
      font-family: 'Raleway', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
    .nav-link {
      color: var(--cream) !important;
      font-weight: 600;
      font-size: 0.9rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 8px 6px !important;
      transition: color 0.3s;
      border: 0;
    }
    .nav-link:hover { color: white !important; }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .btn-call {
      background: var(--teal) !important;
      color: var(--dark-green) !important;
      border-radius: 30px;
      padding: 8px 22px !important;
      font-weight: 700 !important;
    }
    .btn-call:hover { background: var(--light-teal); }

    

/*================================================
14 - PROMO AREA CSS
==================================================*/

.gauto-promo-area {
	position: relative;
	background: url(../img/promo_bg.jpg) no-repeat fixed 0 0/cover;
	z-index: 1;
}

.gauto-promo-area:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1;
}

.promo-box-left {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 50px;
}

.promo-box-right {
	padding: 72px 0
}

.promo-box-left:after {
	position: absolute;
	background: #ec3323 none repeat scroll 0 0;
	content: "";
	top: 0;
	right: 55%;
	width: 2030px;
	height: 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}

.promo-box-left:before {
	position: absolute;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 0;
	right: 43%;
	width: 70px;
	height: 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}

.promo-box-right h3 {
	font-size: 34px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 50px;
}
/*

:root {
  --dark-green:  #0f172a;
  --mid-green:   #1e293b;
  --teal:        #eab308;
  --light-teal:  #fbbf24;
  --cream:       #f8fafc;
  --off-white:   #f1f5f9;
  --gold:        #eab308;
}

    * { scroll-behavior: smooth; }

    body {
      font-family: 'Raleway', sans-serif;
      background-color: var(--off-white);
      color: var(--dark-green);
      overflow-x: hidden !important;
    }

    h1, h2, h3, .display-font {
      font-family: 'Playfair Display', serif;
    }*/

    /* ===== HERO ===== */
    .hero {
     /* background: linear-gradient(135deg, var(--dark-green) 0%, var(--mid-green) 60%, #1a4a3a 100% );*/
      background: url("img/b3.png");
      min-height: 92vh;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden !important;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      /*background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="1" cy="1" r="1" fill="%2300b4cc" opacity="0.07"/></svg>') repeat;
    */}
    .hero-badge {
      display: inline-block;
      background: rgba(0,180,204,0.15);
      border: 1px solid var(--teal);
      color: white;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 6px 18px;
      border-radius: 30px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      color: var(--cream);
      line-height: 1.15;
      margin-bottom: 18px;
    }
    .hero h1 span { color: var(--teal); }
    .hero p {
      color: rgba(240,236,224,0.85);
      font-size: 1.1rem;
      line-height: 1.8;
      max-width: 520px;
      margin-bottom: 32px;
    }
    .btn-primary-custom {
      background: var(--teal);
      color: var(--dark-green);
      border: none;
      padding: 14px 34px;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.5px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s;
    }
    .btn-primary-custom:hover {
      background: var(--light-teal);
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0,180,204,0.4);
      color: var(--dark-green);
    }
    .btn-outline-custom {
      background: transparent;
      color: var(--cream);
      border: 2px solid rgba(240,236,224,0.5);
      padding: 13px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s;
    }
    .btn-outline-custom:hover {
      border-color: var(--cream);
      color: var(--cream);
      background: rgba(240,236,224,0.1);
    }
    .hero-logo-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-logo-glow {
      position: absolute;
      width: 340px;
      height: 340px;
      background: radial-gradient(circle, rgba(0,180,204,0.2) 0%, transparent 70%);
      border-radius: 50%;
      animation: pulse 3s ease-in-out infinite;
    }
    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 0.7; }
      50% { transform: scale(1.1); opacity: 1; }
    }
    .hero-logo {
      width: 280px;
      height: 280px;
      border-radius: 50%;
      border: 4px solid var(--teal);
      box-shadow: 0 0 60px rgba(0,180,204,0.3);
      position: relative;
      z-index: 1;
      animation: float 4s ease-in-out infinite;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }
    .hero-stats {
      display: flex;
      gap: 32px;
      margin-top: 36px;
    }
    .stat-item { text-align: center; }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 900;
      color: var(--teal);
      line-height: 1;
    }
    .stat-label {
      color: rgba(240,236,224,0.7);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    /*******service*****/
    
    h5
    {
      text-align: center;
    }
    
   /* ===== SERVICES ===== */
    .section-services { padding: 40px 0; background: var(--off-white);
     }
    .section-tag {
      color: #ffffff;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      color:#000;
      margin-bottom: 12px;
    }
    .section-subtitle {
      color: #5a7060;
      font-size: 1rem;
      max-width: 540px;
      margin: 0 auto 50px;
    }
    .service-card {
      background: #fff;
      border-radius: 18px;
      padding: 36px 28px;
      text-align: center;
      border: 1px solid rgba(0,180,204,0.1);
      transition: all 0.35s;
      height: 100%;
      box-shadow: 0 2px 20px rgba(26,58,42,0.06);
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 50px rgba(26,58,42,0.12);
      border-color: var(--teal);
    }
    .service-icon {
      width: 72px;
      height: 72px;
      background: linear-gradient(135deg, var(--dark-green), var(--mid-green));
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 22px;
      font-size: 2rem;
      color: var(--teal);
    }
  h5 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      color: var(--dark-green);
      margin-bottom: 10px;
    }
    .section-card p { color: #3f3c3c; font-size: 0.92rem; line-height: 1.7;
     }
    .section-title 
    {
      text-align: center;
    }
    .fade-down.visible {
  opacity: 1;
  transform: translateY(0);
}


/***********foooter******************/

   footer {
      background: #000000ed;
      padding: 24px 0;
      text-align: center;
      color: rgb(255, 255, 255);
      font-size: 0.85rem;
    }
    footer a { color: var(--teal); text-decoration: none; }
    footer span { color: var(--teal); }


    .footer {
  background-color: #000000ed; /* dark navy */
  color: #cfd8dc;
  
}

.footer h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-links,
.contact-info {
  list-style: none;
  padding: 0;
}

.footer-links li,
.contact-info li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #f0c507;
}

.contact-info i {
  margin-right: 10px;
  color: #f0c507;
}

/* Social Icons */
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #6c6d6c;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #f0c507;
  border-color: #f0c507;
  color: #000;
}


    /* ===== FLOAT CALL BTN ===== */
    .float-call {
      position: fixed;
      bottom: 28px;
      right: 28px;
      background: var(--teal);
      color: var(--dark-green);
      width: 58px;
      height: 58px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      box-shadow: 0 6px 25px rgba(0,180,204,0.5);
      text-decoration: none;
      z-index: 999;
      animation: ring 2s ease-in-out infinite;
    }
    @keyframes ring {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.08); }
    }

@media (max-width: 576px) {
  .btn-primary-custom,
  .btn-outline-custom {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
}


/*******************chardham**************/

.why-chardham {
  background: #f8f9fa;
}

/* BOX DESIGN */
.why-box {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.why-box i {
  font-size: 35px;
  color: #00b4cc;
  margin-bottom: 15px;
  display: block;
}

.why-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 14px;
  color: #555;
}

/* HOVER EFFECT */
.why-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.chardham-dates {
  background: #f8f9fa;
}

/* CARD DESIGN */
.date-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.date-card h4 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #00b4cc;
}

.date-card p {
  margin: 5px 0;
  color: #555;
}

/* HOVER EFFECT */
.date-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}



/*****************contact************/
.contact-page {
  background: #f8fafc;
}

.section-title {
  font-weight: 700;
}

.section-subtitle {
  color: #6b7280;
}

/* Contact Info Box */
.contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-item i {
  font-size: 22px;
  color: #0d6efd;
}

/* Form */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  padding: 12px;
}



/* HERO */
.teen-hero {
  background: url('../img/teen.jpg') center/cover ;height:300px; position:relative;
 /* height: 80vh;*/
  position: relative;
}

.teen-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
}

.teen-hero .container {
  position: relative;
  z-index: 2;
}

/* DHAM CARD */
.dham-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dham-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* VEHICLE */
.vehicle-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

/* CTA */
.cta {
  background: #000;
  padding: 60px 0;
}
.teen-dham-section {
  background: #f8f9fa;
}

.teen-dham-section h2 {
  font-family: 'Playfair Display', serif;
}

.teen-dham-section p {
  font-size: 15.5px;
  line-height: 1.7;
}

.inner-hero {
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55); /* darkness control */
  z-index: 1;
}

.inner-hero .container {
  position: relative;
  z-index: 2;
}
.do-dham-section {
  background: #f8f9fa;
}

.do-dham-section h2 {
  font-family: 'Playfair Display', serif;
}

.do-dham-section p {
  font-size: 15.5px;
  line-height: 1.7;
}

.inner-hero {
  position: relative;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* adjust darkness */
  z-index: 1;
}

.inner-hero .container {
  position: relative;
  z-index: 2;
}


.section-services {
  background: #f8f9fa;
}

/* SERVICE BOX */
.service-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden !important;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* IMAGE */
.service-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* CONTENT */
.service-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-content h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  flex-grow: 1;
  color: #555;
}

/* BUTTON */
.btn-service {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: #00b4cc;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-service:hover {
  background: #0097a7;
  color: #fff;
}

/* HOVER EFFECT */
.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.section-services {
  background: #f8f9fa;
}

/* CARD DESIGN */
.card {
  border: none;
  border-radius: 12px;
  overflow: hidden !important;
  transition: 0.3s ease;
}

/* IMAGE SAME HEIGHT */
.card-img-top {
  height: 200px;
  object-fit: cover;
}

/* CARD BODY FLEX FOR EQUAL HEIGHT */
.card-body {
  display: flex;
  flex-direction: column;
}

/* TEXT AUTO STRETCH */
.card-text {
  flex-grow: 1;
}

/* HOVER EFFECT */
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.chardham-hero {
  position: relative;
}

.chardham-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43); /* control darkness */
  z-index: 1;
}

.chardham-hero .container {
  position: relative;
  z-index: 2;
}