:root {
  --dark-green: #123c34;
  --orange: #e8792a;
  --cream: #faf6ee;
}

body {
  font-family: "Poppins", sans-serif;
  color: #222;
}

.script-font {
  font-family: "Dancing Script", cursive;
}

.navbar-brand-text {
  line-height: 1.1;
}

.navbar-brand-text small {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #666;
}

.btn-dark-green {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 30px;
  padding: 10px 26px;
  border: none;
  margin:6px;
}

.btn-dark-green:hover {
  background-color: #0b241f;
  color: #fff;
}

.btn-outline-dark-green {
  color: var(--dark-green);
  border-radius: 30px;
  padding: 10px 26px;
  background: #fff;
}

.btn-outline-dark-green:hover {
  background: var(--dark-green);
  color: #fff;
}

.btn-orange {
  background-color: var(--orange);
  color: #fff;
  border-radius: 6px;
  border: none;
}

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

.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

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

.hero-content h1 {
  font-weight: 700;
  font-size: 3rem;
}

.stats-bar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

.stats-bar .stat-icon {
  font-size: 1.6rem;
  color: var(--dark-green);
}

.section-label {
  color: var(--orange);
  font-family: "Dancing Script", cursive;
  font-size: 1.3rem;
}

.plan-journey-card {
  background: linear-gradient(135deg, #0b2924 0%, #123c34 45%, #1d5a4d 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2rem;
}

.plan-journey-card .form-control {
  border-radius: 8px;
  border: none;
}

.born-in-shimla-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #0b2924 0%, #123c34 45%, #1d5a4d 100%);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.85rem;
}

/* =========================================
   PREMIUM TESTIMONIAL CAROUSEL
========================================= */

.testimonials-section {
    background: #f8f9f7;
    overflow: hidden;
}


/* Carousel area */

#travelTestimonials {
    position: relative;
    padding: 0 48px 45px;
}


/* Card */

.travel-testimonial-card {
    position: relative;

    background: #ffffff;

    border: 1px solid rgba(18, 60, 52, 0.08);

    border-radius: 18px;

    padding: 24px;

    min-height: 225px;

    box-shadow:
        0 8px 30px rgba(18, 60, 52, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.travel-testimonial-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 16px 40px rgba(18, 60, 52, 0.12);
}


/* Top */

.testimonial-top {
    display: flex;
    align-items: center;

    position: relative;

    margin-bottom: 18px;
}


/* Avatar */

.testimonial-avatar {
    width: 52px;
    height: 52px;

    border-radius: 50%;

    object-fit: cover;

    margin-right: 12px;

    border: 3px solid #f1eee8;
}


/* Person */

.testimonial-person h6 {
    color: var(--dark-green);

    font-size: 14px;

    margin: 0 0 4px;

    font-weight: 700;
}


/* Stars */

.testimonial-stars {
    color: var(--orange);

    font-size: 12px;

    letter-spacing: 1.5px;
}


/* Quote */

.testimonial-quote {
    position: absolute;

    top: -5px;
    right: 0;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(232, 121, 42, 0.10);

    color: var(--orange);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}


/* Review */

.testimonial-review {
    color: #66716f;

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 18px;
}


/* Location */

.testimonial-place {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: var(--dark-green);

    font-size: 11px;

    font-weight: 600;
}

.testimonial-place i {
    color: var(--orange);
}


/* =========================================
   CAROUSEL ANIMATION
========================================= */

#travelTestimonials .carousel-item {
    transition:
        transform 0.8s ease-in-out;
}


/* =========================================
   ARROWS
========================================= */

.testimonial-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    border: none;

    border-radius: 50%;

    background: var(--dark-green);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.testimonial-arrow:hover {
    background: var(--orange);

    transform:
        translateY(-50%)
        scale(1.08);
}

.testimonial-arrow-left {
    left: 0;
}

.testimonial-arrow-right {
    right: 0;
}


/* =========================================
   INDICATORS
========================================= */

.testimonial-indicators {
    position: absolute;

    left: 50%;
    bottom: 5px;

    transform: translateX(-50%);

    display: flex;

    gap: 7px;
}

.testimonial-indicators button {
    width: 8px;
    height: 8px;

    padding: 0;

    border: none;

    border-radius: 20px;

    background: #bfcac6;

    transition:
        width 0.3s ease,
        background 0.3s ease;
}

.testimonial-indicators button.active {
    width: 25px;

    background: var(--orange);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    #travelTestimonials {
        padding: 0 4px 45px;
    }


    /* Only one testimonial visible */

    #travelTestimonials .carousel-item .row {
        margin: 0;
    }

    #travelTestimonials .carousel-item .col-lg-4,
    #travelTestimonials .carousel-item .col-md-6 {
        width: 100%;

        padding-left: 0;
        padding-right: 0;
    }


    /*
       First 3 reviews are separate cards,
       so hide cards 2 and 3 in the first
       slide on mobile. Same for slide 2.
    */

    #travelTestimonials .carousel-item
    .col-lg-4:not(:first-child) {
        display: none;
    }


    .travel-testimonial-card {
        min-height: 235px;

        padding: 24px 20px;

        border-radius: 20px;
    }


    .testimonial-avatar {
        width: 56px;
        height: 56px;
    }


    .testimonial-review {
        font-size: 13px;

        line-height: 1.85;
    }


    .testimonial-arrow {
        width: 36px;
        height: 36px;

        top: auto;

        bottom: 0;

        transform: none;
    }

    .testimonial-arrow:hover {
        transform: scale(1.08);
    }

    .testimonial-arrow-left {
        left: 20px;
    }

    .testimonial-arrow-right {
        right: 20px;
    }


    .testimonial-indicators {
        bottom: 9px;
    }

}



.destination-row {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  align-items: center;
}

.destination-row img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.destination-icon {
  width: 34px;
  height: 34px;
  background: var(--dark-green);
  color: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.9rem;
}

.package-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.package-card img {
  height: 180px;
  object-fit: cover;
}

.package-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--dark-green);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
}

.price-text {
  color: var(--orange);
  font-weight: 600;
}

/* =========================================
   FEATURE STRIP
========================================= */

.feature-strip-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.feature-item {
    flex: 1;
    text-align: center;

    padding: 5px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-right: 1px solid rgba(255,255,255,0.15);
}

.feature-item:last-child {
    border-right: none;
}

.feature-item i {
    font-size: 21px;
    margin-bottom: 9px;
}

.feature-item small {
    font-size: 12px;
    line-height: 1.4;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .feature-strip-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 0;
    }

    .feature-item {
        padding: 8px 12px;
        min-height: 70px;

        border-right: 1px solid rgba(255,255,255,0.15);
    }

    .feature-item:nth-child(even) {
        border-right: none;
    }

    .feature-item i {
        font-size: 19px;
        margin-bottom: 6px;
    }

    .feature-item small {
        font-size: 11px;
    }

    /* Last item centered */
    .feature-item:last-child {
        grid-column: 1 / -1;
        border-right: none;
    }
}

/* =========================================
   MAC DOCK STYLE PACKAGE HOVER EFFECT
========================================= */
/* =========================================
   POPULAR PACKAGES - DESKTOP
========================================= */

#packages {
    overflow: hidden;
}

#packages .row {
    align-items: stretch;
}


/* =========================================
   MOBILE HORIZONTAL PACKAGE SLIDER
========================================= */

@media (max-width: 767px) {

    #packages .row {
        display: flex;
        flex-wrap: nowrap;

        overflow-x: auto;
        overflow-y: visible;

        gap: 16px;

        padding: 15px 20px 30px;

        margin-left: -12px;
        margin-right: -12px;

        scroll-snap-type: x mandatory;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    #packages .row::-webkit-scrollbar {
        display: none;
    }


    /* Each package becomes a slider item */

    #packages .col-6 {
        flex: 0 0 82%;

        width: 82%;
        max-width: 82%;

        padding: 0;

        scroll-snap-align: center;

        transition: transform 0.3s ease;
    }


    /* Card */

    #packages .package-card {
        height: 100%;
        border-radius: 18px;

        box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    }


    /* Image */

    #packages .package-card img {
        height: 230px;

        object-fit: cover;
    }


    /* Text */

    #packages .package-card h6 {
        font-size: 1.05rem;
    }

    #packages .package-card p {
        font-size: 0.82rem;
    }


    /* Disable Mac Dock effect on mobile */

    #packages .col-lg-2:hover {
        transform: none !important;
    }

}
#packages .row {
    align-items: center;
}

#packages .col-lg-2 {
    position: relative;
    z-index: 1;
    transition:
        transform 0.35s cubic-bezier(.2,.8,.2,1),
        filter 0.35s ease;
}

/* Smooth package card */
.package-card {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);

    transition:
        transform 0.35s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.35s ease;
}

/* Main hovered card zoom */
#packages .col-lg-2:hover {
    transform: scale(1.16) translateY(-15px);
    z-index: 10;
}

#packages .col-lg-2:hover .package-card {
    box-shadow: 0 20px 45px rgba(0,0,0,0.20);
}

/* Image zoom */
.package-card img {
    transition: transform 0.5s ease;
}

#packages .col-lg-2:hover .package-card img {
    transform: scale(1.08);
}

/* =========================================
   FOOTER
========================================= */

.site-footer {
  background: var(--dark-green);
  color: #cfd8d6;
  padding-top: 60px;
  padding-bottom: 20px;
}

/* =========================================
   MAIN FOOTER ROW
========================================= */

.footer-main-row {
  align-items: flex-start;
}

/* =========================================
   FOOTER LINKS
========================================= */

.site-footer a {
  color: #cfd8d6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: var(--orange);
}

/* =========================================
   FOOTER LOGO
========================================= */

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;

  padding: 12px 18px;

  border-radius: 12px;

  margin-bottom: 22px;

  line-height: 0;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.footer-logo-link:hover {
  transform: translateY(-3px);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Logo Image */

.footer-logo {
  display: block;

  height: 95px;
  width: auto;

  max-width: 100%;

  object-fit: contain;
}

/* =========================================
   ABOUT TEXT BELOW LOGO
========================================= */

.footer-about {
  max-width: 360px;

  font-size: 0.9rem;

  line-height: 1.8;

  color: #cfd8d6;

  margin: 0;

  padding-right: 15px;
}

/* =========================================
   FOOTER HEADINGS
========================================= */

.footer-heading {
  color: #ffffff;

  font-size: 1rem;

  font-weight: 600;

  margin-bottom: 22px;

  letter-spacing: 0.3px;
}

/* =========================================
   FOOTER LINKS
========================================= */

.footer-links {
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 0.88rem;

  transition: color 0.3s ease;
}

/* =========================================
   CONTACT SECTION
========================================= */

.footer-contact {
  margin-bottom: 20px;
}

.footer-contact p {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  font-size: 0.88rem;

  line-height: 1.5;

  margin-bottom: 14px;

  color: #cfd8d6;
}

/* Contact Icons */

.footer-contact i {
  width: 18px;

  margin-top: 3px;

  color: var(--orange);

  flex-shrink: 0;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.footer-socials {
  margin-top: 20px;
}

.social-icon {
  width: 36px;

  height: 36px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-right: 8px;

  color: #ffffff !important;

  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--orange);

  color: #ffffff !important;

  transform: translateY(-3px);
}

/* =========================================
   FOOTER DIVIDER
========================================= */

.footer-line {
  border: 0;

  border-top: 1px solid rgba(255, 255, 255, 0.15);

  opacity: 1;

  margin-top: 45px;

  margin-bottom: 20px;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 20px;

  font-size: 0.8rem;

  color: #aebbb7;
}

.footer-bottom a {
  color: #aebbb7;
}

.footer-bottom a:hover {
  color: var(--orange);
}

.footer-divider {
  margin: 0 8px;

  color: rgba(255, 255, 255, 0.35);
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .site-footer {
    padding-top: 50px;
  }

  .footer-logo {
    height: 85px;
  }

  .footer-about {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
  }

  .footer-main-row {
    row-gap: 40px;
  }

  /* Logo */

  .footer-logo-link {
    padding: 10px 15px;

    margin-bottom: 20px;
  }

  .footer-logo {
    height: 75px;

    max-width: 100%;
  }

  /* About */

  .footer-about {
    font-size: 0.88rem;

    padding-right: 0;
  }

  /* Bottom Footer */

  .footer-bottom {
    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

    line-height: 1.6;
  }

  .footer-line {
    margin-top: 35px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
.manifester-intro {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #e8753c;
  margin-bottom: 15px;
}

.hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Prevents zoomed image from creating scrollbars */
}

/* Animated background */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-position: center;

    animation: heroZoom 18s ease-in-out infinite alternate;
    transform: scale(1);
    z-index: -1;
}


/* Mobile Background Image */
@media (max-width: 767px) {

    .hero-section::before {
        background-image: url("../img/banner-mobile.jpg");
        background-position: center center;

        /* Optional: reduce zoom on mobile */
        animation: heroZoomMobile 18s ease-in-out infinite alternate;
    }

}


@keyframes heroZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.12);
    }
}


@keyframes heroZoomMobile {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

/* ===== HEADER / LOGO ===== */
.navbar {
  min-height: 92px;
}

.navbar .container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  flex-shrink: 0;
  margin-right: 24px;
}

.navbar-logo {
  height: 82px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  display: block;
}

/* Keep every navigation label on a single line */
.navbar-nav {
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-nav .nav-link {
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.65rem 0.58rem !important;
}

.navbar .btn-dark-green {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Use the mobile menu below large desktop screens so links never wrap */
@media (max-width: 1199.98px) {
  .navbar {
    min-height: auto;
  }

  .navbar-logo {
    height: 68px;
    max-width: 260px;
  }

  .navbar-nav {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .navbar-nav .nav-link {
    white-space: normal;
    font-size: 0.9rem;
    padding: 0.7rem 0 !important;
  }
}

@media (max-width: 767px) {
  /* .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .navbar-logo {
    height: 58px;
    max-width: 230px;
  }

  .navbar-brand {
    margin-right: 10px;
  }
}
/* =========================================
   TOP DESTINATIONS - MOBILE
   Keeps images visible
========================================= */

@media (max-width: 767px) {

    .destination-row {
        position: relative;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
        padding: 15px 0;
    }

    /* Destination image */
    .destination-row > .col-3 {
        width: 25% !important;
        flex: 0 0 25% !important;
        display: block !important;
    }

    .destination-row > .col-3 img {
        display: block !important;
        width: 100% !important;
        height: 70px !important;
        object-fit: cover !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Destination name + description */
    .destination-row > .col-6 {
        width: 75% !important;
        flex: 0 0 75% !important;
    }

    /* USP / description below */
    .destination-row > .col-8 {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important;
    }

    /* Explore button row */
    .destination-row > .col-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;

        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    /* Explore button */
    .destination-row .destination-explore-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        width: auto !important;
        margin-left: auto !important;
        margin-right: 0 !important;

        white-space: nowrap;
    }
}