.up-card-body {
  min-height: 120px;
}
p,  table, th, td {
    font-family: var(--body-font);
    color: var(--body-color);
    line-height: 1.65;
    font-size:  16px;
}
.comparison-table td:first-child {
  font-weight: bold;
}

.h3, h3 {
    font-size: 18px;
    line-height: 1.3;
}

/* Base (Desktop / Default) */
h2.overview-content {
    font-size: 1.7rem;;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

h2.overview-content::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff4300;
    margin-top: 5px;
}
p, ul, li {
    font-size: 16px;
}
.breakdown1 p {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 800;
}

.containerb {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .column.Inclusionsdetails {
    flex: 1 1 45%;
    min-width: 300px;
    overflow-wrap: break-word;
  }
  .Inclusionsdetails {
 
    color: #000;
 
  }
  h3.Inclusionsdetails {
    color: #fff;
    margin-bottom: 16px;
   padding: 6px 6px 6px 20px;
    background-color: #ff4300;
    border-radius: 4px;
  }
  p.Inclusionsdetails, li.Inclusionsdetails {
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 14px;
  }
  ul.Inclusionsdetails {
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: none; 
  }
  .section-title {
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #e76f51;
  }

* {
  box-sizing: border-box;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 550px; /* Desktop ke liye height */
  /*background: url('root-admin-laravel-panel/<?php echo $banner_url; ?>') no-repeat center center;*/
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 100px; /* Desktop left padding */
  padding-right: 0;
  box-sizing: border-box;
}

.hero-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.text-content {
  top: var(--top-distance-for-banner);
  position: relative;
  overflow: visible;
  line-height: 56px;
  margin-top: -4px;
  text-align: center;
  font-family: Poppins, sans-serif;
  width: 95%;
  padding: 0 110px;
}

.hero-title {
  text-align: center;
  font-family: Lora, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .749));
  letter-spacing: 2px;
}

.hero-subtitle {
  line-height: 30px;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 1));
  letter-spacing: .5px;
}

.hero-description {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.latest-news {
  width: 100%;
  background-color: black;
  color: #fff;
  padding: 10px 0; /* No left/right padding here */
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
.news-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px; /* Default padding for mobile/tablet */
  box-sizing: border-box;
}
.news-item {
  font-size: 15px;
  white-space: normal;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.apply-pill-btn {
  background: linear-gradient(180deg, #3b73b9, #007BFF);
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 999px; /* perfect pill shape */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  white-space: nowrap;
  transition: all 0.25s ease;
}

/* Hover effect (subtle, professional) */
.apply-pill-btn:hover {
  background: linear-gradient(180deg, #4a84cf, #2f66b0);
  transform: translateY(-1px);
}
.news-item a {
  color: #00BFFF;
  text-decoration: underline;
  font-weight: 500;
}

span.status-label.last {
    background-color: #dc3545;
    width: 100%;
}
span.status-label.filling-fast {
    background: #ff4300;
    color: #fff;width: 100%;
}
span.status-label.few-seats{
    background-color: #ffc107; color: #333;width: 100%;
}
span.status-label.avbl {
    background-color: #28a745;
}
span.status-label.full {
    background: grey;
}
    .fixed-departures-container {
        max-width: 600px;
        margin: 30px auto;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .fixed-departures-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.year-heading {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-top: 3px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

    .month-section {
        border-bottom: 1px solid #e0e0e0;
    }

.month-tab {
    box-shadow: 3px 2px 3px 0px;
    padding: 6px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    background-color: #e7e7e7a8;
    transition: background-color 0.3s;
    margin-bottom: 8px;
    border: 1px solid #d9d9d9d4;
}

    .month-tab:hover {
        background-color: #f1f1f1;
    }

    .month-tab::before {
        content: "▶";
        display: inline-block;
        margin-right: 10px;
        transition: transform 0.3s ease;
    }

    .month-tab.active::before {
        transform: rotate(90deg);
    }

  .dates-list {
    display: none;
}

   .trek-batch-card-link {
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s  ease;
    background: #d3d3d3;
    border: 1px solid #ff4300;
}

    .trek-batch-card-link:hover .trek-batch-card {
        background-color: #e6f0ff;
    }

 .trek-batch-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

    .batch-date {
        font-weight: bold;
        color: #333;
        white-space: nowrap;
    }

    .batch-status {
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

    .status-label {
        padding: 0px 14px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        white-space: nowrap;
    }

    .seats-note {
        font-size: 12px;
        color: #666;
        white-space: nowrap;
    }



        .tabs-header {
            display: flex;
            background-color: #f8fafc;
            border-bottom: 1px solid #eaeef2;
        }

        .tab-btn {
            flex: 1;
            padding: 20px 10px;
            background: none;
            border: none;
            font-size: 1.2rem;
            font-weight: 600;
            color: #7f8c8d;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        /* ACTIVE TAB COMMON */
        .tab-btn.active {
            color: #ffffff;
        }

        /* Included - GREEN */
        .tab-btn[data-tab="balchan"].active {
            background-color: #264D32;
        }

        /* Exclude - ORANGE */
        .tab-btn[data-tab="nanda"].active {
            background-color: #ff4300;
        }

        .tab-content {
            padding: 40px;
            display: none;
            animation: fadeIn 0.4s ease;
        }

        .tab-content.active {
            display: block;
        }


        #balchan .highlight { color: #4e7327; }
        #nanda .highlight { color: #e67e22; }


        #balchan .quote { border-left: 4px solid #4e7327; }
        #nanda .quote { border-left: 4px solid #e67e22; }

  

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        

/* Disabled batch styles */
.trek-batch-card-link.disabled {
    pointer-events: none;   /* Make it unclickable */
    opacity: 0.5;           /* Greyed out */
}
.image-wrappers{
    height:100%;
}
.image-wrapper img {

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.youtube-section-wrapper {
    background-color: #fef5f0;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 20px;
}
          
                   /* Gallery Button on Right Bottom */
.gallery-btn {
    position: absolute;
    right: 20px;      /* Right side */
    bottom: 20px;     /* Bottom se 20px */
    background: #ff4300;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    z-index: 20;
}

.gallery-btn img {
    width: 20px;
}

/* Text Styling */
.text-content {
    color: white;
    margin-top: 50px;
}

/* Desktop Buttons */
.contact-fixed {
    position: fixed;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background: #ff4300;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px 0 0 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.whatsapp-fixed {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px 0 0 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.contact-fixed img,
.whatsapp-fixed img {
    width: 22px;
}

/* Hide class */
.hide {
    opacity: 0;
    pointer-events: none;
}

.detailgallery-gallery.active img {
    width: 100%;
      min-width: 100%;
}
 
.page-title.mb-30 h3 {
    font-size: 28px;
    border-bottom: 3px solid #ff4300;
    padding-bottom: 10px;
}

.up-swiper {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 40px; /* space for dots */
}

.swiper-wrapper {
  align-items: stretch; /* ensures all slides stretch to same height */
}

.up-swiper-slide {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%; /* ensures consistent height */
  min-height: 200px; /* adjust this height based on your content */
}

.up-swiper-slide:hover {
  transform: translateY(-5px);
}

.up-swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0; /* keeps image from shrinking */
}

.up-card-body {
  flex-grow: 1; /* makes body fill available space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.up-days {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.up-rating {
  font-size: 14px;
  color: green;
  font-weight: bold;
  margin-bottom: 8px;
}

.up-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.3em;
}

.up-places {
  background: #fff7e6;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.up-price-box {
  margin-bottom: 15px;
}

.up-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.up-discount {
  color: green;
  font-size: 13px;
  margin-left: 8px;
  font-weight: bold;
}

.up-new-price {
  font-size: 18px;
  font-weight: bold;
  color: #ff4300;
  margin-top: 5px;
}

.up-card-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
}

.up-call-btn {
  border: 1px solid #ff4300;
  background: transparent;
  color: #ff4300;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}


.up-callback-btn {
  flex: 1;
  border: none;
  background: #4e7327;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
 text-align: center;
}
.up-callback-btn:hover {
  /* background: #ff4300; */
  color:#000;
}

@media (max-width: 768px) {
  .up-swiper-slide {
    min-height: 520px;
  }
    h2.overview-content {
        font-size: 1.75rem;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
  .hero-section {
    height: 400px; /* Thoda chhota banner mobile ke liye */
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center; /* Center align content */
  }

  .text-content {
    padding: 0 15px; /* Mobile me kam padding */
    line-height: 1.4;
    width: 100%;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-description {
    font-size: 14px;
  }

    .containerb  {
      flex-direction: column;
      padding: 20px;
    }
    .column.Inclusionsdetails {
      flex: 1 1 100%;
    }

  .hero-section {
    height: 400px; /* Thoda chhota banner mobile ke liye */
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center; /* Center align content */
  }

  .text-content {
    padding: 0 15px; /* Mobile me kam padding */
    line-height: 1.4;
    width: 100%;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-description {
    font-size: 14px;
  }


    .dropdown1 select {
        padding: 6px !important;
        font-size: 16px;
    }

            .tab-btn {
                padding: 15px 5px;
                font-size: 1.1rem;
            }
            .tab-content {
                padding: 25px;
            }

    .detailgallery-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .contact-fixed,
    .whatsapp-fixed {
        padding: 8px 14px;
        font-size: 14px;
        gap: 6px;
        border-radius: 25px 0 0 25px;
    }

    .contact-fixed img,
    .whatsapp-fixed img {
        width: 18px;
    }
}

@media (max-width: 992px) {
    .h3, h3 {
        font-size: 17px;
        line-height: 1.35;
    }
}

@media (max-width: 576px) {
    .h3, h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    h2.overview-content {
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 16px;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }
    .h3, h3 {
        font-size: 20px;
    }
.detailgallery-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 768px) {
  .news-item {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .news-container {
    padding-left: 40px;     /* Add 40px left space */
    padding-right: 40px;    /* Optional: balance right side */
  }

  .news-item {
    font-size: 20px;
  }
}