.section-title{
    /*font-weight:500;*/
}

.cus-limt,
.cus-limt a {
    color: #000;
    font-weight: 500;
}

.cus-limt {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .blog-sec {
    background-color: #fff;
    padding: 30px 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:18px;*/
  /*  margin-bottom: 10px;*/
  /*}*/

  /*.blog-content-sec h3 a {*/
  /*  text-decoration: none;*/
  /*  color: #333;*/
  /*}*/

  .blog-desc {
    color: #555;
    margin-bottom: 15px;
  }

  .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);
    }
  }
  
  @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 */
  }
}

#vt-section {
  padding: 40px 0;
  text-align: center;
}

.vt-heading-box {
  margin-bottom: 30px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
}

/* Slider Box */
#vt-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

#vt-slider {
  display: flex;
  transition: transform 0.6s ease;
}

.vt-item {
  flex: 0 0 25%;
  padding: 10px;
  box-sizing: border-box;
}

.vt-item iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  background: #000;
}

/* Buttons */
#vt-left, #vt-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bright-navy-blue, #071952);
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s ease;
  display:none;
}

#vt-left:hover, #vt-right:hover {
  background: #003366;
}

#vt-left { left: 10px; }
#vt-right { right: 10px; }

/* Responsive */
@media (max-width: 1024px) {
  .vt-item { flex: 0 0 50%; }
}

@media (max-width: 768px) {
  .vt-item { flex: 0 0 100%; }
  .vt-item iframe { height: 220px; }
  #vt-left, #vt-right{
      display:block;
  }
}

.blog-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Swiper internal alignment fix */
.blog-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}

/* Ensure each card fits perfectly */
.blog-slider .swiper-slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* Arrow Buttons */
.blog-prev-btn, .blog-next-btn {
  position: absolute;
  top: 45%;
  font-size:32px !important;
  transform: translateY(-50%);
  z-index: 10;
  background:var(--bright-navy-blue);;
  color: #fff;
  width:40px;
  font-size:14px;
  height:40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  transition: 0.3s;
}

.blog-prev-btn:hover, .blog-next-btn:hover {
  background: #000;
}

.blog-prev-btn { left: 0; }
.blog-next-btn { right: 0; }

@media (max-width: 767px) {
  .blog-prev-btn, .blog-next-btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}

.blog-grid {
    display: flex;          
    flex-wrap: wrap;        
    gap: 20px;              
    width: 100%;            
}

.blog-card-sec {
    flex: 0 1 calc(33.333% - 20px); 
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .blog-card-sec {
        flex: 0 1 calc(50% - 20px); 
    }
}

@media (max-width: 768px) {
    .blog-card-sec {
        flex: 0 1 100%;
    }
}


    .two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mt-20 {
    margin-top: 20px;
}

/* Heading styling */
.enquiry-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.new-blogs{
    padding: 10px;
    border: 2px solid var(--bright-navy-blue);
    margin-bottom:20px;
    border-radius: 15px;
}


   /* 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%;
}
.pack-poc{
        max-height: 220px;
    overflow: auto;
}

/* 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;
  }
}

.news-section{
        margin-top:110px;
}

  