.section-title{
    /*font-weight:500;*/
}
  .blog-sec {
    background-color: #fff;
    padding: 60px 20px;
  }

  .blog-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .blog-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .blog-title h2 {
    font-size: 2.5rem;
    /*font-weight: bold;*/
  }

  .blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .blog-card-sec {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    transition: transform 0.3s;
  }

  .blog-card-sec:hover {
    transform: translateY(-5px);
  }

  .blog-card-sec img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .blog-card-sec:hover img {
    transform: scale(1.05);
  }

  .blog-content-sec {
    padding: 20px;
  }

  .blog-meta {
    font-size:15px;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
  }

  .blog-date {
    color: #f15a29;
    margin-left: 5px;
  }

  .blog-content-sec h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .blog-content-sec h3 a {
    text-decoration: none;
    color: #333;
  }

  .blog-desc {
    color: #555;
    margin-bottom: 15px;
    font-size:14px;
  }

  .blog-btn {
    display: inline-block;
    background-color:#00408a;
    color: #fff;
    margin-top: 5px;
    border-radius: 25px;
    padding: 8px 18px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .blog-btn:hover {
    background-color:#00408a;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .blog-grid {
      justify-content: space-around;
    }
  }

  @media (max-width: 767px) {
    .blog-card-sec img {
      height: 200px;
    }
  }

  @media (max-width: 575px) {
    .blog-card-sec {
      max-width: 100%;
    }
  }
  
      .blog-cat{
      padding-top:50px;
      padding-bottom:50px;
    }
    
    /* General Section Styling */
.news-section {
  background: #fff;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
}

.news-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Left: Main News */
.news-main {
  flex: 0 0 68%;
}

.main-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.news-meta {
  margin-top: 10px;
  
}

/* Right: Related News */
.related-news {
  flex: 0 0 28%;
}

.related-heading {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
}

.related-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.related-item img {
  width: 90px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.related-content h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin: 0 0 4px;
}

.related-content a {
  color: #0077cc;
  font-size: 14px;
  text-decoration: none;
}

.related-content a:hover {
  text-decoration: underline;
}
.blog-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.blog-heading {
  margin: 15px 0 10px;
  font-size: 26px;
  color:var(--bright-navy-blue);
}

/* Responsive Design */
@media (max-width: 992px) {
  .news-main {
    flex: 0 0 100%;
  }
  .related-news {
    flex: 0 0 100%;
  }
}

@media (max-width: 600px) {
  .related-item {
    flex-direction: row;
  }
  .related-content h4 {
    font-size: 14px;
  }
}

 .vm-heading {
  position: relative;
  font-size: 26px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Before Line */
.vm-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 3px;
  background-color: var(--bright-navy-blue);
  border-radius: 3px;
}

/* Text */
.vm-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-top: 15px !important;
}


        .social-link.instagram { background: #E1306C; }

/* LinkedIn */
.social-link.linkedin { background: #0A66C2; }

/* Pinterest */
.social-link.pinterest { background: #E60023; }

/* YouTube */
.social-link.youtube { background: #FF0000; }

/* Hover effect */
.social-link:hover {
    opacity: 0.8;
}


/* Gradient heading */
.enquiry-form-gradient-heading {
  background-color:#00408A;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-left:10px;
  
}
.enquiry-form-container h4{
    font-size:20px;
}

/* Icon Box */
.enquiry-form-icon-box {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff3000, #ff851d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 4px 10px rgba(197, 54, 131, 0.3);
  font-size: 18px;
}

/* Form styling */
.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enquiry-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.enquiry-form-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.enquiry-form-input-group-text {
  background: #00408A;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-form-input-group input,
.enquiry-form-input-group textarea,
.enquiry-form-input-group select {
  border: none;
  padding:6px;
      background: none;
  flex: 1;
  font-size: 14px;
}

.enquiry-form-input-group input:focus,
.enquiry-form-input-group textarea:focus,
.enquiry-form-input-group select:focus {
  outline: none;
  border: none;
}

/* Submit button */
.enquiry-form-btn {
  background: linear-gradient(135deg, #00408A, #2172d1);
  border-radius: 15px;
  padding:8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  width:100%;
}

.enquiry-form-btn:hover {
  opacity: 0.9;
}
.tour-heading{
    display: flex;
    justify-content: space-around;
}

.faq-block {
  max-width: 900px;
  /*margin: 50px auto;*/
  padding: 0 20px;
}



.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item-block {
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.faq-header {
  /*background-color: #f0f8ff;*/
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*font-weight: 600;*/
  transition: background 0.3s;
}

.faq-header:hover {
  background-color: #e1f0ff;
}

.faq-toggle-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item-block.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-content {
  padding: 15px 20px;
  display: none;
  background-color: #ffffff;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  border-left: 6px solid var(--bright-navy-blue);
}

/* Responsive */
@media(max-width: 768px){
  .faq-block-title {
    font-size:22px;
  }

  .faq-content {
    font-size: 15px;
  }
}

.overview-disclaimer li{
    list-style-type: disc;
   
}

.overview-disclaimer {
     padding-top: 15px;
    padding-left: 20px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.overview-disclaimer li {
    margin-bottom: 8px;
}

/* Fade + slide-up animation */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero title animation */
.hero__title {
  opacity: 0;
  animation: fadeSlideUp 1s ease-out forwards;
  animation-delay: 0.3s; /* starts slightly after page load */
}

/* Hero paragraph animation */
.hero__text {
  opacity: 0;
  animation: fadeSlideUp 1s ease-out forwards;
  animation-delay: 0.6s; /* fades in after title */
}



.contact-section {
    width: 100%;
    padding: 80px 20px;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    gap: 20px;
}

/* Left side: Contact info */
.contact-info-2 {
    flex: 0 0 48%;
    background: rgba(0,0,0,0.6);
    padding: 40px;
    border-radius: 12px;
}

.contact-info-2 h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-info-2 p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

.contact-info-2 a {
    color: #fff;
    text-decoration: none;
}

.contact-info-2 i {
    margin-right: 10px;
    color: #8b8b8b;
}

/* Right side: Form */
.contact-form {
    flex: 0 0 48%;
    padding: 40px;
    background: #fff;
    color: #333;
    border-radius: 12px;
    /*border-left: 6px solid #00408A;*/
}


.contact-form h3 {
    font-size:24px;
    margin-bottom: 20px;
}

/* Form elements */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.col-custom-6 {
    flex: 0 0 48%;
}

.col-custom-12 {
    flex: 0 0 100%;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}

.form-textarea {
    resize: vertical;
    min-height: 60px;
}

.form-button {
    padding: 12px 25px;
    background:var(--bright-navy-blue);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.form-button:hover {
    background:var(--bright-navy-blue);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-info-2, .contact-form {
        flex: 0 0 100%;
        padding: 30px;
    }
    .col-custom-6, .col-custom-12 {
        flex: 0 0 100%;
    }
}


/* General Section Styles */
  .faq-section {
    padding: 50px 20px;
    /*background: #f4f4f9;*/
  }
  .faq-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .faq-col {
    flex: 1 1 45%;
    background: #fff;
    border-radius: 10px;
    padding:0px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding:10px 0;
    cursor: pointer;
    position: relative;
  }
  .faq-item:last-child {
    border-bottom: none;
  }
  .faq-question {
    font-weight: bold;
    font-size:16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 16px;
    margin-top: 10px;
  }
  .faq-item.active .faq-answer {
    max-height: 200px; /* enough height for content */
    padding-top: 10px;
  }
  .faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  .faq-item.active .faq-icon {
    transform: rotate(45deg);
  }
  .faq-heading{
          text-align: center;
    margin-bottom: 27px;

  }
  .fq{
  position: relative;
  font-size: 26px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Before Line */
.fq::before {
  content: "";
  position: absolute;
  /*left: 0;*/
  bottom: -6px;
  width: 60px;
  height: 3px;
  background-color: var(--bright-navy-blue);
  border-radius: 3px;
}

  @media (max-width: 480px) {
    .faq-question {
      font-size: 16px;
    }
    .faq-answer {
      font-size: 14px;
    }
    .fq {
      font-size: 22px;
    }
    .faq-col{
     box-shadow:unset;
    border-left: 2px solid  var(--bright-navy-blue);
    border-right: 2px solid  var(--bright-navy-blue);
    }
    .custom-next{
        right: -24px;
    }
    .custom-prev {
        left: -24px;
    }
  }
  
  @media (max-width: 992px) {
  .faq-col {
    flex: 1 1 100%;
    padding:15; /* remove side padding if needed */
  }
  .faq-container {
    gap: 0; /* remove gap between columns on mobile */
  }
}


    .ctm-wrapper {
        color: #222;
    }

    /* HERO */
    .ctm-btn {
        background: #f9b208;
        color: #fff;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .ctm-btn:hover {
        background: var(--bright-navy-blue);
    }

    /* SECTIONS */
    .ctm-section {
        padding: 40px 0;
        background: #f8faff;
    }

    .ctm-light {
        background: #f8f9fb;
    }

    .ctm-container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .ctm-section h2 {
        text-align: center;
        color: var(--bright-navy-blue);
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .ctm-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
    }

    .ctm-text {
        flex: 2;
    }

    .ctm-text p {
        font-size: 18px;
        line-height: 1.5;
        text-align: justify;
    }

    .ctm-text ul {
        padding-left: 20px;
        margin-top: 10px;
    }

    .ctm-text ul li {
        margin-bottom: 8px;
        list-style: disc;
    }

    .ctm-text strong {
        color: var(--bright-navy-blue);
    }

    .ctm-img {
        flex: 1;
    }

    .ctm-img img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .ctm-img img:hover {
        transform: scale(1.05);
    }

    /* SERVICES */
    .ctm-service-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .ctm-service {
        background: #fff;
        padding: 25px;
        text-align: center;
        border-radius: 15px;
        transition: all 0.3s ease;
        border-top: 5px solid #FF1715;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        width: 30%;
        /* 3 cards in one row */
        min-width: 260px;
        max-width: 350px;
    }

    .ctm-service:hover {
        transform: translateY(-8px);
        border-top-color: #004aad;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .ctm-service p {
        margin-bottom: 10px;
    }

    .ctm-service img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .ctm-service h3 {
        color: #004aad;
        margin: 15px 0 10px;
        font-size: 1.2rem;
    }

    .ctm-service p {
        color: #444;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
        .ctm-service {
            width: 45%;
            /* 2 in a row on tablet */
        }
    }

    @media (max-width: 600px) {
        .ctm-service {
            width: 100%;
            /* 1 in a row on mobile */
        }
    }

    @media (max-width: 575.98px) {
        .ctm-flex {
            display: block;
        }

        .ctm-why-grid-2 {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 20px;
        }

        .ctm-why-item-2 img {
            width: 120px !important;
            height: 120px !important;
        }
        .header-top .container{
                grid-template-columns: repeat(3, 1fr);
        }
    }

    /* WHY US */
    .ctm-why-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 30px;
        text-align: center;
    }

    .ctm-why-item {
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 2px solid var(--bright-navy-blue);
    }

    .ctm-why-item:hover {
        background: var(--bright-navy-blue);
        color: #fff;
    }

    .ctm-why-item img {
        width: 60px;
        margin-bottom: 15px;
    }

    .ctm-why-grid-2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 30px;
        text-align: center;
    }

    .ctm-why-item-2 img {
        width: 170px;
        margin-bottom: 15px;
        height: 160px;
    }

    .wwy {
        text-align: -webkit-center;
    }
    .form-bnn {
        text-align: -webkit-center !important;
    }
    .form-bnn button{
            padding: 10px 70px !important;
    }

        .sec-non{
        display:none;
    }
    .new-detail-page p{
     font-size: 18px;
     color:#000;
    }
    .tour-overview-section {
  /*background: #f9fafc;*/
  /*padding: 60px 20px;*/
  line-height: 1.8;
  color: #333;
}

.section-heading-2 {
  text-align: center;
  font-size: 2rem;
  color:var(--bright-navy-blue);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.section-heading-2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--bright-navy-blue);
  margin: 10px auto 0;
  border-radius: 5px;
}

.new-detail-page p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

.sub-heading {
  color: #071952;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 12px;
  border-left: 4px solid var(--bright-navy-blue);
  padding-left: 10px;
}

.custom-list {
  margin-left: 20px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.custom-list li {
  margin-bottom: 8px;
  font-size: 15.5px;
  color: #444;
  list-style-type: disc;
}
.cat-info .contact-item a {
    color:#000;
}
.contact-card h3{
    margin-bottom:15px;
}

@media (min-width: 768px) {
  .tour-overview-section {
    /*padding: 80px 100px;*/
  }
  .section-heading-2 {
    font-size: 2.3rem;
  }
  .new-detail-page p {
    font-size: 17px;
  }
}

   .blog-grid {
    display: flex;          
    flex-wrap: wrap;        /* new row automatic */
    gap: 20px;              /* cards ke beech gap */
    width: 100%;            /* parent container jitni width le */
}

.blog-card-sec {
    flex: 0 1 calc(33.333% - 20px); /* 3 cards per row, gap consider */
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .blog-card-sec {
        flex: 0 1 calc(50% - 20px); /* tablet 2 per row */
    }
}

@media (max-width: 768px) {
    .blog-card-sec {
        flex: 0 1 100%; /* mobile 1 per row */
    }
}


.travel-bnn{
    width: 100%;
    text-align: -webkit-center;
}
.info-section {
  padding: 60px 15px;
  /*background: #f9fbfd;*/
  /*font-family: "Poppins", sans-serif;*/
}

/* ===== Container ===== */
.custom-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Heading ===== */
.section-heading-2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #102a54;
  margin-bottom: 50px;
  position: relative;
}

.section-heading-2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #e6332a;
  margin: 10px auto 0;
  border-radius: 5px;
}

/* ===== Layout ===== */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-6 {
  width: 48%;
}

/* ===== Feature Box ===== */
.feature-box-2 {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-left: 5px solid #e6332a;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  padding: 18px 20px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.feature-box-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* ===== Icon Box ===== */
.icon-box-2 {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #f3f4f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.icon-box-2 img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* ===== Text Box ===== */
.text-box h4 {
  margin: 0;
  font-size: 17px;
  color: #d9251b;
  font-weight: 600;
}

.text-box p {
  margin-top: 5px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }

  .feature-box-2 {
    padding: 15px;
  }

  .icon-box-2 {
    width: 50px;
    height: 50px;
  }

  .text-box h4 {
    font-size: 16px;
  }

  .section-heading-2 {
    font-size: 24px;
  }
}


    /* Desktop: side by side */
.inclusion-grid {
  display: flex;
  gap: 20px;
 
}
.itana li {
    list-style:disc;
    color:#555;
}
.include{
     max-height: 220px;
    overflow: auto;
}
.include li span{
    font-size:14px !important;
}

.exclude li span{
    font-size:14px !important;
}
.excluded-items{
      max-height: 220px;
    overflow: auto;
}

.inclusion-column {
  width: 50%;
}

/* Mobile: 1 column layout */
@media(max-width: 768px){
  .tour-heading {
    display: none; /* upar se dono heading hata do */
  }
  .timeline-image{
          height: 200px;
  }

  .inclusion-column {
    width: 100%;
  }

  /* Mobile me har column ke upar apna heading aa jaye */
  .included-items::before {
    content: "Inclusion";
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .excluded-items::before {
    content: "Exclusion";
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 25px 0 10px;
    text-align: center;
  }
}


.heder-logo{
    max-width:70px;
}
  .top-level-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none;
    padding: 8px 12px;
}

.cat-arrow {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 12px;
    color: #888;
}

.top-level-link:hover .cat-arrow {
    color:var(--bright-navy-blue);
    transform: translateX(4px);
}
/* Navbar overlay for mobile */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;  /* स्क्रीन लंबी होने पर स्क्रॉल */
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.navbar.active {
    transform: translateX(0);
}

/* Dropdown vertically scrollable */

/* Hide right-side flyout on mobile */
@media (max-width: 768px) {
    /* Top-level menu visible, scroll agar zarurat ho */
    .dropdown-menu {
        max-height: none; /* important! visible by default */
        overflow: visible;
        width: 100%;
        position: relative;
    }
    

    /* Sub-level hidden initially */
    .dropdown-content {
        max-height: 0;          /* initially hidden */
        overflow-y: auto;       /* scroll agar zyada ho */
        width: 100%;
        position: relative;
        transition: max-height 0.3s ease;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .top-level-link .cat-arrow {
        float: right;
        transform: rotate(0);
        transition: transform 0.3s;
    }

    .dropdown.open > .top-level-link .cat-arrow {
        transform: rotate(90deg);
    }
}


/* Mobile only */
@media (max-width: 768px) {
    /* Top-level menu visible, no extra space */
    .dropdown-menu {
        max-height: none; 
        overflow: visible;
        width: 100%;
        position: relative;
        padding: 0; /* ensure no extra padding */
        margin: 0;  /* ensure no extra margin */
    }

    /* Sub-level menu hidden initially */
    .dropdown-content {
        max-height: 0;
        overflow-y: auto;
        width: 100%;
        position:sticky;
        transition: max-height 0.3s ease;
        padding-left: 10px;
        margin: 0; /* remove extra margin */
    }
    .gal{
        /*margin-top:56px;*/
    }
    .dropdown:hover .dropdown-menu{
    
       margin-top: -50px;
     }
}


.dropdown-content {
  display: none;
  transition: all 0.3s ease;
}

.dropdown-content.open {
  display: block;
}

.heder-logo{
    max-width:70px;
}

  