/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */


:root {
      --green-dark: #163f38;
      --green: #0E4A42;
      --cream: #FBF8F1;
      --orange: #ED8A50;
      --text-dark: #173d38;
      --border: #deddd7;
      --light-green: #dceae3;
      --text-muted: #657976;
      --primary-font: Georgia, "Times New Roman", serif;
    }

html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--secondry-font);
}

/* Typography */
h1{
  color: var(--green);
	font-weight: bold;
  font-size: 6rem;
  line-height: 0.98;
}
h2 {
  color: var(--green);
	font-weight: bold;
  font-size: 4.5rem;
  line-height: 0.98;
}

h3 {
  padding: 2rem 0rem;
  color: var(--green);
  font-size: 2.5rem;
  line-height: 1.05;
}
h4{
color: var(--green);
  font-size: 1.7rem;
  line-height: 1.05;
}

p {
  color: var(--text-muted);
  font-size: 1.8rem;
  line-height: 1.6;
}
.btn{ border-radius: var(--bs-border-radius-xl) !important;;
}
/*commmon label*/
.every-label{    
  color: var(--orange);
  font-size: 1rem;
  letter-spacing: 0.12rem;
}
/*green badge*/
.green-badge{
    background-color: var(--green);
    font-size: 1rem;
    letter-spacing: 0.08rem;
}
span{
    color: var(--green);
    font-size: 1.5rem;
}
.green-button{
    background-color: var(--green);
    color: var(--cream);
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
}
.green-button:hover {
  background-color: var(--green-dark);
  color: var(--cream);
}
.green-button:active{
  background-color: var(--green-dark) !important;
  color: white !important;
}
.orange-button{
    color: var(--text-dark);
    background-color: var(--orange);
    border-color: var(--orange);
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
}
.orange-button:hover{
    color: var(--text-dark);
  background-color: var(--orange);
  border-color: var(--orange);
}
.orange-button:active{
  background-color: var(--orange) !important;
  color: black;
}
.orange-line{
    width: 2.75rem;
    height: 2px;
    background-color: var(--orange);
}
.gallery-badge{
	 background-color: var(--green);
    color: var(--cream);
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
}

@media (max-width: 991.98px) {
  h1{
    font-size: 4rem;
    }
    h2 {
    font-size: 2.5rem;
  }
  
}


@media (max-width: 575.98px) {
	.nav-logo{
    right: 0rem !important;
  }
  h2 {
    font-size: 2.2rem;
  }
  h4{
    font-size: 1.2rem;
  }

  .about-destination-card {
    width: 14rem;
  }
  .story-small-image{
    top: 42% !important;
    right: 40%  !important;
  }
  .about-small-image
 {
    top: 38% !important;
    left: 40% !important;
}
	.gallery-badge{
	background-color: var(--green);
    color: var(--cream);
    font-size: .5rem;
    letter-spacing: 0.06rem;
}
}
#pagePreloader {
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#pagePreloader.hide {
    opacity: 0;
    visibility: hidden;
}

/*navbar*/
.navbar .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .navbar .rounded-pill {
        border-radius: 1rem !important;
    }

    .navbar .navbar-collapse {
        margin-top: 10px;
    }

    .navbar .nav-item {
        border: 0 !important;
    }
    .nav-link{
      font-size: 1.5rem !important;
    }
}
/*banner*/
.banner-section {
    position: relative;
}

.banner-swiper {
    width: 100%;
}

.banner-slide {
    position: relative;
}

.banner-image {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-content {
    padding-top: 45px;
}

.banner-label {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #d99a52;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.banner-form-wrapper {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 10px;
}

.banner-input {
  font-size: 1.5rem;
    height: 60px;
    border-radius: 0;
}

.banner-submit {
  font-size: 1.5rem;
    min-height: 60px;
    border-radius: 0;
    background: #a04430;
    border-color: #a04430;
    color: #fff;
    font-weight: 600;
}
.banner-submit:hover{
  background-color: #a04430;
  color: white;
}
.banner-submit:active{
  background-color: #632b1e !important;
  color: white !important;
}
.main-header {
    /*position: fixed;*/
    top: 20px;
    left: 0;
    transition: all .5s ease;
}
@media (max-width: 991.98px) {
    .banner-image {
        height: 550px;
    }

    .banner-form-wrapper {
        bottom: -150px;
    }
}

@media (max-width: 767.98px) {

    /* FULL IMAGE — NO CROPPING */
    .banner-image {
        height: 235px;
        object-fit: cover;
    }
    .banner-swiper{
      height: 200px !important;
    }

    .banner-content {
        padding-top: 20px;
    }

    .banner-label {
        font-size: 16px;
        padding: 7px 15px;
    }

    /* Form goes below image */
    .banner-form-wrapper {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }

    .banner-input {
        height: 52px;
    }

    .banner-submit {
        min-height: 52px;
    }

    .banner-prev,
    .banner-next {
        display: none;
    }
}
/*about section*/
.about-destination-card {
  width: 16rem;
  background-color: var(--orange);
}

.about-small-label {
  color: var(--text-dark);
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
}


.about-label {
  color: var(--orange);
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
}

.about-check {
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--light-green);
  color: var(--green);
  font-size: 1.2rem;
}
.about-small-image {
    top: 55%;
    width: 61%;
    height: 19rem;
    left: 62%;
}
/*journey section*/
.journey-section {
  background-color: var(--light-green);
}
.journey-card {
  border-color: var(--border);
  background-color: var(--cream);
}
.journey-card-image {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.journey-tag {
  background-color: var(--light-green);
  color: var(--green);
  font-size: 1.2rem;
}

.journey-outline-wrap {
    height: 4.1rem;
    border: 1px solid var(--green);
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-outline-btn {
    width: 15.5rem;
    height: 3.9rem;
    border: 1px solid #8ba69f;
    border-radius: 0.6rem;
    background-color: var(--cream);
    color: var(--green);
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-outline-btn:hover {
  color: var(--green);
  background-color: var(--cream);
  border-color: var(--green);
}


.journey-bottom-card {
  border-color: var(--border) !important;
}

.journey-bottom-card h3 {
  color: var(--green);
}

.journey-bottom-card p {
  color: var(--text-muted);
}

@media (max-width: 991.98px) {
  .journey-card-image {
    height: 15rem;
  }

}
/*enquiry*/
.enquiry-section {
  background-color: #f5ead7;
}

.enquiry-image {
  height: 32.5rem;
}

.enquiry-image img {
  filter: brightness(0.65);
}

.enquiry-image-content {
  background: linear-gradient(
    to top,
    rgba(6, 63, 56, 0.8),
    transparent
  );
}
.enquiry-content {
  border-color: var(--border) !important;
}

.enquiry-item {
  background-color: #f6f8f5;
  border: 1px solid var(--border);
}
.enquiry-outline-wrap {
    height: 4.4rem;
    border: 1px solid var(--green);
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-outline-btn {
    width: 15.5rem;
    height: 4.2rem;
    border: 1px solid #8ba69f;
    border-radius: 0.6rem;
    color: var(--green);
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-outline-btn:hover {
  background-color: var(--cream);
  border-color: var(--green);
  color: var(--green);
}
/*story*/
.story-value {
  border-color: var(--border) !important;
  background-color: var(--cream);
}

.story-value p {
  font-size: 0.7rem;
  line-height: 1.3;
}
.story-images {
  max-width: 42rem;
  min-height: 32rem;
}

.story-main-image {
  height: 36rem;
  width: 100%;
}

.story-number {
  color: var(--border);
  opacity: 0.5;
}

.story-small-image {
    top: 71%;
    right: 58%;
    width: 55%;
    height: 17rem;
}


@media (max-width: 991.98px) {
  .story-images {
    min-height: 28rem;
  }

  .story-main-image {
    height: 24rem;
  }
}
/*responsible*/
.responsible-section {
  background-color: var(--cream);
}
.responsible-card {
  background-color: #fff;
  border-top: 4px solid var(--orange);
}

.responsible-number {
  color: #bfd4c8;
  font-size: 3.2rem;
  line-height: 1;
}
.responsible-note {
  background-color: var(--light-green);
}

.responsible-note strong {
  color: var(--green);
}
/*tour*/
.tour-schedule {
  background-color: var(--light-green);
}

.tour-schedule strong {
  color: var(--green);
}

.tour-row {
  border-color: var(--border) !important;
  /*background-color: var(--light-green);*/
}

.tour-number {
  color: var(--orange);
  font-size: 1.5rem;
}

.tour-enquire-wrap {
  height: 4.4rem;
    border: 1px solid var(--green);
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-enquire-btn {
  width: 15.5rem;
    height: 4.2rem;
    border: 1px solid #8ba69f;
    border-radius: 0.6rem;
    color: var(--green);
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-enquire-btn:hover {
  background-color: var(--cream);
  border-color: var(--green);
  color: var(--green);
}
/*gallery*/
.gallery-section {
  background-color: var(--cream);
}

.gallery-large-image {
  height: 25rem;
}

.gallery-small-image {
  height: 16rem;
}

.gallery-tiger-image {
  min-height: 35rem;
}
@media (max-width: 991.98px) {
  .gallery-tiger-image {
    min-height: 28rem;
  }
}

@media (max-width: 575.98px) {
  .gallery-large-image {
    height: 16rem;
  }

  .gallery-small-image {
    height: 12rem;
  }

  .gallery-tiger-image {
    min-height: 22rem;
  }
}
/*deatil*/
.detail-section {
  background-color: #F3EAD9;
}

.detail-number {
  background-color: var(--green-dark);
  padding: 4px;
  color: white;
}
/*faq*/
.faq-help {
  background-color: var(--light-green);
  border-color: var(--border) !important;
}

.faq-help-button {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}

.faq-help-button:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--green);
}
.faq-item {
  border-bottom: 1px solid var(--border);
  margin-bottom: 19px
}

.faq-question {
  color: var(--green);
  background-color: transparent;
  font-size: 0.85rem;
  padding: 1rem 0;
}

.faq-question:not(.collapsed) {
  color: var(--green);
  background-color: transparent;
  box-shadow: none;
}

.faq-question:focus {
  box-shadow: none;
}
.faq-question::after {
  display: none;
}
.faq-icon {
  width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--light-green);
    color: var(--green);
    border-radius: 50%;
}


/* Closed = Plus */

.faq-icon::before {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
}


/* Open = Minus */

.faq-question:not(.collapsed) .faq-icon::before {
  content: "−";
  font-size: 1rem;
  line-height: 1;
}


/* =========================
   FAQ ANSWER
========================= */

@media (max-width: 575.98px) {

  .faq-question {
    font-size: 0.8rem;
  }
}
/* =========================
   CTA SECTION
========================= */

.cta-section {
  background-color: var(--cream);
}

.cta-box {
  background-color: var(--green);
  border-color: var(--orange) !important;
}

.cta-logo {
  background-color: var(--light-green);
}

.cta-logo img {
  width: 10rem;
}

.cta-secondary {
    width: 24rem;
      height: 4.4rem;
    border: 1px solid #a5a5a5;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-secondary-btn {
 width: 18rem;
    height: 4.2rem;
    border: 1px solid #8ba69f;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-enquire-wrap{
  height: 4.4rem;
    border: 1px solid white;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-enquire-btn{
    width: 15.5rem;
    height: 4.2rem;
    border: 1px solid #8ba69f;
    border-radius: 0.6rem;
    color: white;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {

  .cta-title {
    font-size: 2.2rem;
  }

}


@media (max-width: 575.98px) {

  .cta-title {
    font-size: 2rem;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
  }

}
/*footer*/
.footer-section {
  background-color: var(--green);
}


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

.footer-logo {
  background-color: var(--light-green);
}

.footer-logo img {
      height: 50%;
    width: 26rem;
    max-width: 100%;
}

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

.footer-heading {
  color: var(--orange);
  letter-spacing: 0.1rem;
}

.footer-links a {
  color: white;
  font-size: 1.2rem;
}
.footer-links a:hover {
  color: var(--cream);
}
.footer-contact-label{
    color: var(--orange);
}

/* =========================
   CONTACT BOX
========================= */

.footer-contact {
  background-color: #1c463f;
  border-color: rgba(255, 255, 255, 0.1) !important;
}



.footer-contact-button:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--green);
}


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

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.08) !important;
}



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

@media (max-width: 991.98px) {

  .footer-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-logo img {
    width: 15rem;
  }

}


@media (max-width: 767.98px) {

  .footer-bottom .text-md-end {
    text-align: left !important;
    margin-top: 0.5rem;
  }

}


.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: ease-in;
}






/* =========================================
   SUNDARBAN POPUP
========================================= */
.res-img{
	 width:40rem;
}

#sundarbanPopup .modal-dialog {
    max-width: 960px;
}

.sundarban-popup {
    height: 625px;
}
/* =========================================
   LEFT IMAGE
========================================= */
.sundarban-image {
    position: relative;
    overflow: hidden;
}
.sundarban-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Angled edge like screenshot */
.sundarban-image::after {
    content: "";
    position: absolute;
    top: -5%;
    right: -1px;
    width: 45px;
    height: 110%;
    background: #f8f6ed;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}
/* =========================================
   RIGHT PANEL
========================================= */
.sundarban-content {
    background: var(--cream);
    color: var(--green-dark);
}
/* =========================================
   CLOSE BUTTON========================================= */
.sundarban-close {
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    padding: 13px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    z-index: 10;
}
/* =========================================
   GOLD DECORATION
========================================= */
.gold-line {
    width: 52px;
    height: 1px;
    background: var(--orange);
    opacity: .7;
}
.gold-diamond {
    color: var(--orange);
    font-size: 16px;
}
/* =========================================
   DATE
========================================= */
.sundarban-date {
    color: var(--orange);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
}
/* =========================================
   DESCRIPTION
========================================= */
.sundarban-info > div {
    min-height: 58px;
}
.info-icon {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 7px;

    color: var(--green);
}
.info-text {
    font-size: 13px;
    line-height: 1.25;
}
/* =========================================
   TOUR BUTTON
========================================= */
.sundarban-tour-btn {
    width: 100%;
    background: #183e21;
    font-size: 18px;
    font-weight: 500;
    border: none;
    box-shadow: 0 5px 12px rgba(20, 55, 28, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sundarban-tour-btn:hover {
    background: #12331a;
    color: #fff;
}
.sundarban-tour-btn i {
    font-size: 17px;
}
.sundarban-tour-btn span{
  color: white;
}
/* =========================================
   PLAN SAFARI========================================= */
.safari-link {
    color: #24552d;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #24552d;
    padding-bottom: 2px;
}
.safari-link i {
    font-size: 18px;
}
/* =========================================
   MOBILE SUNDARBAN POPUP
========================================= */

@media (max-width: 991.98px) {

    #sundarbanPopup .modal-dialog {
        max-width: 390px;
        width: calc(100% - 24px);
        margin: auto;
    }

    #sundarbanPopup .sundarban-popup {
        height: auto;
        display: block;
    }

    /* Hide desktop left image column */
    #sundarbanPopup .sundarban-image {
        display: block !important;
        height: 220px;
    }

    #sundarbanPopup .sundarban-image img {
        height: 220px !important;
        width: 100%;
        object-fit: cover;
    }

    /* Remove desktop angled effect */
    #sundarbanPopup .sundarban-image::after {
        display: none;
    }

    /* Content */
    #sundarbanPopup .sundarban-content {
        min-height: auto;
        padding: 0;
    }

    #sundarbanPopup .sundarban-content > div {
        height: auto !important;
        padding: 30px 24px 28px !important;
    }

    /* Date */
    #sundarbanPopup .sundarban-date {
        font-size: 11px;
        letter-spacing: 3px;
    }

    /* Tour information */
    #sundarbanPopup .sundarban-info {
        margin-bottom: 24px !important;
    }

    #sundarbanPopup .info-icon {
        font-size: 20px;
    }

    #sundarbanPopup .info-text {
        font-size: 10px;
    }

    /* Button */
    #sundarbanPopup .sundarban-tour-btn {
        font-size: 15px;
        padding: 12px 18px !important;
    }

    /* Safari link */
    #sundarbanPopup .safari-link {
        font-size: 14px;
    }
}


/* Small phones */
@media (max-width: 575.98px) {
  .sundarban-close {
    top: -115px;
    right: 5px;
  }

    #sundarbanPopup .modal-dialog {
        max-width: 360px;
        width: 90%;
        margin: auto;
    }

    #sundarbanPopup .modal-dialog-centered {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    #sundarbanPopup .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
    #sundarbanPopup .sundarban-image,
    #sundarbanPopup .sundarban-image img {
        height: 120px !important;
    }

    #sundarbanPopup .sundarban-content > div {
        padding: 25px 18px 24px !important;
    }

    #sundarbanPopup .gold-line {
        width: 40px;
    }

    #sundarbanPopup .sundarban-info > div {
        min-height: 50px;
    }
    .res-img{
      width: 75%;
    }
}
/*details.html*/
.itinerary-section{
  background-color: var(--cream);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 3px;
  color: var(--green);
  letter-spacing: 1.3px;
  font-weight: 700;
}

.section-label span {
  width: 36px;
  height: 1px;
  background: var(--orange);
}

.section-label span:first-child::after {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

.timeline {
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 25px;
  width: 2px;
  content: "";
  background: var(--green-dark);
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 26px;
  min-height: 165px;
}

.timeline-icon {
  z-index: 1;
  display: flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--green);
  border: 3px solid #c1d0bf;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(43, 104, 78, 0.12);
  font-size: 21px;
}

.timeline-content {
  padding-bottom: 20px;
}

.day-label {
  display: block;
  margin: 2px 0 2px;
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}


.info-card {
  padding: 20px 22px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.info-card + .info-card {
  margin-top: 20px;
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
}

.inclusion-card .heading-icon {
  background: var(--green);
}

.exclusion-card .heading-icon {
  background: var(--orange);
}



.exclusion-card .card-heading h3 {
  color: var(--orange);
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 0px;
  padding: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.45;
}

.inclusion-card .info-list i {
  color: var(--green);  
  margin: 5px 0px;
}

.exclusion-card .info-list i {
  color: var(--orange);
      margin: 5px 0px;
}

.tour-end {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -2px;
  color: var(--green);
  font-size: 11px;
  letter-spacing: 1px;
}

.tour-end span {
  height: 1px;
  flex: 1;
  background: #cbd5c9;
}
.input-group input, .input-group select{
  font-size: 1.5rem;
}
/* ============================================================
   DARJEELING STICKY SLIDER
   Desktop only
============================================================ */

@media (min-width: 992px) {

    /* Make left column stretch to the complete right-content height */
    .darjeeling-left-column {
        display: flex;
        align-items: flex-start;
    }


    /* Actual sticky element */
    .darjeeling-sticky-slider {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 20px;
        width: 100%;
        align-self: flex-start;
        z-index: 20;
    }

}
/* ============================================================
   TABLET + MOBILE
   Sticky disabled
============================================================ */

@media (max-width: 991.98px) {
    .darjeeling-left-column {
        display: block;
    }
    .darjeeling-sticky-slider {
        position: static !important;
        width: 100%;
    }

}
    .mainGallery {
        height: 385px;
    }

    .mainGallery .swiper-slide img {
        height: 100%;
    }

    .thumbGallery {
        height: 125px;
    }

    .thumbGallery .swiper-slide {
        opacity: 0.7;
        cursor: pointer;
    }

    .thumbGallery .swiper-slide-thumb-active {
        opacity: 1;
    }

    .thumbGallery .swiper-slide-thumb-active img {
        border: 2px solid var(--orange);
    }

    .thumbGallery .swiper-slide img {
        height: 100%;
    }
@media (max-width: 991.98px) {
  .itinerary-section {
    padding: 26px 0;
  }

  .info-card {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    left: 22px;
  }

  .timeline-item {
    gap: 18px;
    min-height: 185px;
  }

  .timeline-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .info-card {
    padding: 18px;
  }

  .tour-end {
    margin-top: 8px;
  }
}
/* =================================
   SECTION animation
================================= */

.animate-section {
  opacity: 0;
  transform: translateY(100px);

  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-section.active {
  opacity: 1;
  transform: translateY(0);
}


/* =================================
   SCROLL ITEMS
================================= */

.scroll-item {
  opacity: 0;

  /* Very different starting position */
  transform:
    translateX(-100px)
    rotate(-6deg)
    scale(0.85);

  filter: blur(10px);

  transition:
    opacity 0.8s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.6s ease;

  will-change: opacity, transform, filter;
}


/* Active item */

.scroll-item.active {
  opacity: 1;

  transform:
    translateX(0)
    rotate(0deg)
    scale(1);

  filter: blur(0);
}




/* for customize page design */
/* =========================================================
       GOSUNDERBANS - CUSTOMISED TOURS
       Uses existing Bootstrap / site CSS / Swiper.
       No new external library.
    ========================================================= */

    .customised-tour-page {
      background: var(--cream);
      overflow: hidden;
    }

    /* Inner banner */
    .customised-tour-hero {
      position: relative;
      min-height: 510px;
      display: flex;
      align-items: flex-end;
      background-image:
        linear-gradient(
          90deg,
          rgba(12, 53, 46, 0.96) 0%,
          rgba(12, 53, 46, 0.76) 45%,
          rgba(12, 53, 46, 0.30) 100%
        ),
        url("https://go.eassysolution.in/wp-content/uploads/2026/09/custom-Sundarbans.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
    }

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

    .customised-tour-hero-content {
      max-width: 800px;
      padding-top: 155px;
      padding-bottom: 70px;
    }

    .customised-tour-breadcrumb {
      margin-bottom: 22px;
    }

    .customised-tour-breadcrumb a,
    .customised-tour-breadcrumb span {
      color: rgba(255,255,255,.78);
      font-size: 14px;
      text-decoration: none;
    }

    .customised-tour-breadcrumb .active {
      color: var(--orange);
    }

    .customised-tour-line {
      width: 55px;
      height: 4px;
      background: var(--orange);
      margin-bottom: 20px;
    }


    /* Tier sections */
    .customised-tier {
      padding: 90px 0;
    }

    .customised-tier:nth-of-type(odd) {
      background: var(--cream);
    }

    .customised-tier.alt {
      background: var(--light-green);
    }

    .customised-tier-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      color: var(--orange);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    .customised-tier-label::before {
      content: "";
      width: 35px;
      height: 2px;
      background: var(--orange);
    }

    .customised-tier-copy {
      max-width: 620px;
      margin-bottom: 25px;
    }

    .customised-tier-copy p {
      margin-bottom: 0;
    }

    .customised-features {
      display: grid;
      gap: 12px;
      margin: 0 0 28px;
      padding: 0;
      list-style: none;
    }

    .customised-features li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: var(--text-dark);
      font-size: 15px;
      line-height: 1.5;
    }

    .customised-feature-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 25px;
      width: 25px;
      height: 25px;
      margin-top: 1px;
      border-radius: 50%;
      background: var(--light-green);
      color: var(--green);
      font-size: 12px;
      font-weight: 700;
    }

    .alt .customised-feature-icon {
      background: var(--cream);
    }

    .customised-plan-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 13px 24px;
      border-radius: .6rem;
      background: var(--orange);
      border: 1px solid var(--orange);
      color: var(--text-dark);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .05em;
      text-decoration: none;
      text-transform: uppercase;
      transition: all .3s ease;
    }

    .customised-plan-btn:hover {
      background: var(--green);
      border-color: var(--green);
      color: #fff;
      transform: translateY(-2px);
    }

    /* Gallery */
    .customised-gallery {
      position: relative;
    }

    .customised-gallery-main {
      position: relative;
      height: 390px;
      overflow: hidden;
      border-radius: 18px;
      background: var(--green);
    }

    .customised-gallery-main .swiper {
      width: 100%;
      height: 100%;
    }

    .customised-gallery-main .swiper-slide {
      width: 100%;
      height: 100%;
    }

    .customised-gallery-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .customised-gallery-nav {
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 38px;
      height: 38px;
      margin-top: -19px;
      border: 0;
      border-radius: 50%;
      background: rgba(255,255,255,.94);
      color: var(--green);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0,0,0,.12);
    }

    .customised-gallery-nav.prev { left: 14px; }
    .customised-gallery-nav.next { right: 14px; }

    .customised-gallery-thumbs {
      margin-top: 10px;
    }

    .customised-gallery-thumbs .swiper-slide {
      height: 82px;
      overflow: hidden;
      border-radius: 9px;
      border: 2px solid transparent;
      cursor: pointer;
      opacity: .72;
    }

    .customised-gallery-thumbs .swiper-slide-thumb-active {
      border-color: var(--orange);
      opacity: 1;
    }

    .customised-gallery-thumbs img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    /* Small gallery label */
    .customised-gallery-tag {
      position: absolute;
      left: 16px;
      top: 16px;
      z-index: 6;
      padding: 8px 14px;
      border-radius: 50px;
      background: var(--green);
      color: var(--cream);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    /* Bottom note before footer */
    .customised-bottom-note {
      padding: 55px 0;
      background: var(--cream);
    }

    .customised-bottom-card {
      padding: 30px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 14px;
    }


    /* Responsive */
    @media (max-width: 991.98px) {
      .customised-tour-hero {
        min-height: 470px;
      }

      .customised-tour-hero-content {
        padding-top: 145px;
        padding-bottom: 60px;
      }

      .customised-tier {
        padding: 70px 0;
      }

      .customised-gallery-main {
        height: 350px;
      }
    }

    @media (max-width: 767.98px) {
      .customised-tour-hero {
        min-height: 430px;
      }

      .customised-tour-hero-content {
        padding-top: 135px;
        padding-bottom: 48px;
      }

      .customised-tour-hero h1 {
        font-size: 2.5rem;
      }

      .customised-tour-hero p {
        font-size: 15px;
      }

      .customised-tier {
        padding: 55px 0;
      }

      .customised-gallery-main {
        height: 280px;
      }

      .customised-gallery-thumbs .swiper-slide {
        height: 65px;
      }
    }

/*gallery.html*/

    .lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox_img_wrap:hover{
	opacity:0.8;
}
.lightbox_img_wrap:hover .zoom-icon{
	z-index: 50;
	color: var(--cream);
    font-size: xxx-large;
    top: 50%;
    display: block !important;
    position: absolute;
    left: 50%;
	cursor: pointer;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}


	



