.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:1370px;
  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:14px;
    margin-bottom: 6px;
     color:#515151;
}

/* 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:16px;
      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:8px;
  padding:13px;
  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;*/

}
.section-heading{
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
    padding: 8px 5px;
    border-left: 8px solid var(--bright-navy-blue);
    background: linear-gradient(90deg, #efefef, hsla(0, 0%, 95%, 0));
}

.faq-block {
  max-width: 900px;
  /*margin: 50px auto;*/
  /*padding: 0 20px;*/
  padding: 15px 0px;
}



.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);
  background-color: #01567a29;
}

.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{
 padding: 5px 0px 0 0;
 }
  .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:var(--bright-navy-blue);
}

/* 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;
    margin-left: 50px;
}
/*.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;*/
  }
  .timeline-image{
          height:180px;
  }

  .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;*/
  /*}*/
}

 .cont-space{
    background: #fff;
    padding:15px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0px;
    }
.news-section{
        margin-top:110px;
}

.overview-content{
        background: #fff;
    padding: 5px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0px;
}

   .contact-page .hero2{
        padding: 200px 0 200px 0 !important;
                     
             }
             
               .title--12 {
    display: -webkit-box;      
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;    
    overflow: hidden;         
    text-overflow: ellipsis;     
    word-break: break-word; 
    /*height: 36px;*/
}
     .footer{
    position: relative;
    overflow: hidden;
    background: #0f172a;
    z-index: 1;
}

.footer-globe{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:900px;
    opacity: 1 !important;
    /*z-index: 9999 !important;*/
    display: block !important;
    /*border: 2px solid red;*/
}

.footer-top,
.footer-bottom{
    position: relative;
    z-index: 2;
}

 .top-level-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 13px;
}

.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) {
   
    .dropdown-menu {
        max-height: none; /
        overflow: visible;
        width: 100%;
        position: relative;
    }
    

    /* Sub-level hidden initially */
    .dropdown-content {
        max-height: 0;        
        overflow-y: auto;      
        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;
        margin: 0;  
    }
    .head-conts{
        display:none;
    }

    .dropdown-content {
        max-height: 0;
        overflow-y: auto;
        width: 100%;
        position:sticky;
        transition: max-height 0.3s ease;
        padding-left: 10px;
        margin: 0; 
    }
    .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;
}

.abt-sec {
    margin-top: 50px;
}

.about-img-wrap {
    position: relative;
}

.about-img {
    position: relative;
    width: 100%;
    height: 450px;

    -webkit-mask-image: url(../images/home2-about-img-bg-vector.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;

    mask-image: url(../images/home2-about-img-bg-vector.png);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.about-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(16, 12, 8, 0.3);
    z-index: 1;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--bright-navy-blue);
    padding: 15px 12px;
    max-width: 180px;
    width: 100%;
    border-radius: 10px;
    z-index: 2;
}

.experience h3 {
    color: #fff;
    font-size:32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.experience p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.vector {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
}

/* Tablet */
@media (max-width: 991px) {
    .vector {
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .about-img {
        height: 270px !important;
    }
   .abt-sec {
    margin-top: 18px;
}
    .experience {
        padding: 10px;
        max-width: 140px;
    }

    .experience h3 {
        font-size: 26px;
    }

    .experience p {
        font-size: 13px;
    }

    .slide-box {
        padding: 0 5px;
        transition: .3s;
    }

    .slide-box h3 {
        font-size: 24px;
    }
}


.banner-group{
            display: flex;
            text-align: center;
    justify-content: center;
     }
    
    .btn-banner{
        border-radius: 8px;
    margin: 8px 0px 8px 8px;
    align-content: center;
    text-align: center;
        padding: 10px 16px !important;
    background: rgb(211 211 211 / 19%);
    backdrop-filter: blur(5px);
    }
    
        .text-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;  /* Change number of lines here */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-content.expanded {
    -webkit-line-clamp: unset;
}

 .ttv-counter-section {
        position: relative;
        padding:60px 15px;
        background: url("../images/why-chos.webp") center center/cover no-repeat;
        overflow: hidden;
    }

    .ttv-counter-overlay {
        position: absolute;
        inset: 0;
        background: rgb(0 0 0 / 27%);
    }

    .ttv-container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1320px;
        margin: auto;
    }

    .ttv-counter-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .ttv-counter-card {

        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);

        background: rgba(255, 255, 255, .10);

        border: 1px solid rgba(255, 255, 255, .15);

        border-radius: 18px;

        text-align: center;

        padding: 30px 20px;

        transition: .35s;
    }

    .ttv-counter-card:hover {

        transform: translateY(-8px);

        background: rgba(255, 255, 255, .15);
    }


    .ttv-counter-icon svg {
        fill: #fff;
    }

    .ttv-counter-card h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .ttv-counter-card p {

        color: #d8d8d8;

        font-size: 24px;

        margin: 0;
    }

    @media(max-width:991px) {

        .ttv-counter-grid {
            grid-template-columns: repeat(2, 1fr);

        }

    }

    @media(max-width:576px) {

        .ttv-counter-section {

            padding:40px 15px;
        }

        .ttv-counter-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .ttv-counter-card {
            padding:12px 12px;
        }

        .ttv-counter-card h2 {
            font-size:28px;
        }

        .ttv-counter-card p {
            font-size:16px;
        }
    }
    
    
       
    .det-fom{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    max-width:100%;
    border: 1px solid #ddd;
    }
    .mtop{
        margin-top:10px;
    }
    .ng-gallery-section{
      padding:150px 15px 50px;
    }

 .ng-gallery-wrapper{
     padding: 15px;
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 20px;
     max-width: 1300px;
     margin: auto;
     background: #fff;
     box-shadow: 0 4px 12px rgb(0 0 0 / 28%);
     border-radius: 10px;
 }

.ng-gallery-big,
.ng-gallery-small{
overflow:hidden;
border-radius:18px;
cursor:pointer;
position:relative;
}

.ng-gallery-big img,
.ng-gallery-small img{
width:100%;
height:100%;
display:block;
object-fit:cover;
transition:.4s;
}

.ng-gallery-big{
height:420px;
}

.ng-gallery-side{
display:grid;
grid-template-rows:1fr 1fr;
gap:20px;
}

.ng-gallery-small{
height:200px;
}

.ng-gallery-big:hover img,
.ng-gallery-small:hover img{
transform:scale(1.08);
}

/* Popup */



/* Mobile */
@media(max-width:768px){
    .ng-gallery-section{
         padding: 100px 15px 20px;
    }

.ng-gallery-wrapper{
display:block;
overflow-x:auto;
white-space:nowrap;
/*scroll-snap-type:x mandatory;*/
/*padding-bottom:10px;*/
}

.ng-gallery-wrapper::-webkit-scrollbar{
display:none;
}

.ng-gallery-big,
.ng-gallery-small{
display:inline-block;
width:88%;
height:240px;
margin-right:12px;
vertical-align:top;
scroll-snap-align:start;
}

.ng-gallery-side{
display:inline;
}

.ng-gallery-big img,
.ng-gallery-small img{
width:100%;
height:100%;
object-fit:cover;
border-radius:18px;
}

}


.img-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* Overlay opacity */
    z-index: 1;
    transition: 0.3s ease;
}

/* Hover par overlay thoda dark */
.packages-card:hover .img-container::after {
    background: rgba(0, 0, 0, 0.55);
}

.include ul li svg,
.exclude ul li svg {
    margin-right: 10px;
}
.incl{
   font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.fom-pric{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.fom-real{
    font-size:18px;
    font-weight: 700;
}
.fom-del{
    font-size:14px;
    color:#515151;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-col {
    flex: 1;
}

.form-col .enquiry-form-input-group {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

   .jt-tour-section{
    padding-top: 20px;
  }

.jt-tour-item{
    border:2px solid #1382b3;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.jt-tour-item:hover{
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.jt-tour-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:12px 18px;
    background:linear-gradient(to right,#f8f8ef,#f5f5f5);
}

.jt-tour-left{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.jt-tour-day{
    background:var(--bright-navy-blue);
    color: #fff;
    font-weight: 700;
    padding: 7px 11px;
    border-radius: 4px;
    min-width: 64px;
    text-align: center;
    font-size: 14px;
}

.jt-tour-header h3{
    margin:0;
    font-size:16px;
    color:#222;
    font-weight:700;
}

.jt-tour-toggle{
    font-size:18px;
    color:#222;
    width:40px;
    text-align:center;
}

.jt-tour-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .5s ease;
    background:#fff;
}
.jt-tour-content ul{
    margin:5px 0;
}

.jt-tour-content p{
    margin: 0;
    padding: 12px;
    /*font-size: 17px;*/
    color: #555;
    line-height: 1.5;
}

.jt-tour-item.active .jt-tour-content{
    max-height:400px;
}

@media(max-width:768px){

.jt-tour-header{
    padding:15px;
    gap:10px;
}

.jt-tour-left{
    gap:12px;
    display: contents;
}

.jt-tour-day{
    padding: 10px 14px;
    min-width: 68px;
    font-size: 14px;
}

.jt-tour-header h3{
    font-size:16px;
    width:100%;
    margin-top:0px;
}
}

@media(max-width:480px){

.jt-tour-header{
    align-items:flex-start;
}

.jt-tour-left{
    flex-direction:column;
    align-items:flex-start;
}
.jt-tour-toggle{
    margin-top:10px;
}
.jt-tour-content p{
    font-size:15px;
}

}

/* ---------- TOKENS ---------- */
.aats-corporate{
  --bright-navy-blue: hsl(211, 100%, 35%);

  --aats-blue: var(--bright-navy-blue);
  --aats-blue-soft: hsl(211, 100%, 45%);
  --aats-ink: hsl(214, 54%, 10%);
  --aats-ink-2: hsl(214, 44%, 16%);
  --aats-sky: hsl(211, 100%, 97%);
  --aats-sky-2: hsl(211, 78%, 93%);
  --aats-amber: hsl(38, 96%, 55%);
  --aats-body: hsl(214, 14%, 33%);
  --aats-muted: hsl(214, 12%, 50%);
  --aats-line: hsl(214, 30%, 88%);

  --aats-head: 'Roboto', sans-serif;
  --aats-text: 'Inter', sans-serif;
  --aats-mono: 'Roboto Mono', ui-monospace, monospace;

  --aats-radius: 16px;
  --aats-shadow: 0 24px 60px -34px hsl(214 60% 20% / .5);
  --aats-pad: clamp(60px, 8.5vw, 112px);
}

/* ---------- BASE (scoped) ---------- */
.aats-corporate,
.aats-corporate *,
.aats-corporate *::before,
.aats-corporate *::after{ box-sizing: border-box; }

.aats-corporate{
  font-family: var(--aats-text) !important;
  color: var(--aats-body);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
      position: relative;
    top: 122px;
}

/* FONT RULES */
.aats-corporate h1,
.aats-corporate h2,
.aats-corporate h3,
.aats-corporate h4,
.aats-corporate .aats-btn{
  font-family: 'Roboto', sans-serif !important;
}
.aats-corporate p,
.aats-corporate li,
.aats-corporate a,
.aats-corporate span:not(.aats-mono-text){
  font-family: 'Inter', sans-serif !important;
}
.aats-corporate .aats-mono-text{ font-family: var(--aats-mono) !important; }

.aats-corporate h1,
.aats-corporate h2,
.aats-corporate h3,
.aats-corporate h4{
  color: var(--aats-ink);
  line-height: 1.14;
  letter-spacing: -.025em;
  margin: 0 0 .65rem;
  font-weight: 700;
}
.aats-corporate p{ margin: 0 0 1rem; font-size:16px !important; }
.aats-corporate ul{ margin: 0; padding: 0; list-style: none; }
/*.aats-corporate a{ color: inherit; }*/
.aats-corporate img,
.aats-corporate svg{ max-width: 100%; }
.aats-corporate :focus-visible{
  outline: 3px solid var(--aats-amber);
  outline-offset: 3px;
  border-radius: 6px;
}

.aats-shell{ width: min(1300px, 100% - 2.4rem); margin-inline: auto; }
.aats-section{ padding:60px 0; }
.aats-center{ text-align: center; }

/* ---------- KEYFRAMES ---------- */
@keyframes aats-fadeUp{ from{ opacity:0; transform: translateY(26px); } to{ opacity:1; transform:none; } }
@keyframes aats-fadeIn{ from{ opacity:0; } to{ opacity:1; } }
@keyframes aats-pulse{ 50%{ opacity:.2; } }
@keyframes aats-dash{ to{ stroke-dashoffset:-320; } }
@keyframes aats-float{ 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
@keyframes aats-floatSlow{ 0%,100%{ transform: translate(0,0) scale(1); } 50%{ transform: translate(20px,-24px) scale(1.07); } }
@keyframes aats-marquee{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }
@keyframes aats-shine{ 0%{ left:-60%; } 100%{ left:130%; } }
@keyframes aats-ring{ 0%{ transform: scale(.9); opacity:.7; } 100%{ transform: scale(1.9); opacity:0; } }
@keyframes aats-gradient{ 0%,100%{ background-position: 0% 50%; } 50%{ background-position: 100% 50%; } }
@keyframes aats-drawY{ from{ transform: scaleY(0); } to{ transform: scaleY(1); } }
@keyframes aats-bob{ 0%,100%{ transform: translateY(0) rotate(0deg);} 50%{ transform: translateY(-6px) rotate(-4deg);} }

/* eyebrow */
.aats-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size:13px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--aats-blue);
  margin-bottom: 1rem;
}
.aats-eyebrow::before{
  content: "";
  width: 24px; height: 2px;
  background: var(--aats-amber);
  flex: none;
  transform-origin: left;
  transition: width .4s ease;
}
.aats-reveal.aats-in .aats-eyebrow::before{ width: 40px; }
.aats-eyebrow--light{ color: hsl(211, 100%, 82%); }
.aats-center .aats-eyebrow{ justify-content: center; }

.aats-h2{ font-size:34px; }
.aats-lead{ font-size: clamp(1rem, 1.3vw, 1.08rem); max-width: 64ch; }
.aats-center .aats-lead{ margin-inline: auto; }

/* ---------- BUTTONS ---------- */
.aats-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  font-size:18px;
  letter-spacing: -.01em;
  padding:.7rem 2rem;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.aats-btn::after{      /* sweep shine */
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -60%;
  width: 45%;
  background: linear-gradient(100deg, transparent, hsl(0 0% 100% / .45), transparent);
  transform: skewX(-20deg);
  z-index: -1;
}
.aats-btn:hover::after{ animation: aats-shine .8s ease forwards; }
.aats-btn svg{ width: 17px; height: 17px; transition: transform .22s ease; }
.aats-btn:hover{ transform: translateY(-3px); }
.aats-btn:hover svg{ transform: translateX(4px); }
.aats-btn--solid{ background: var(--aats-blue); color:#fff; box-shadow: 0 14px 28px -16px hsl(211 100% 35% / .8); }
.aats-btn--solid:hover{ background: var(--aats-blue-soft); box-shadow: 0 20px 34px -16px hsl(211 100% 35% / .9); }
.aats-btn--amber{ background: var(--aats-amber); color: var(--aats-ink); box-shadow: 0 14px 28px -16px hsl(38 96% 45% / .85); }
.aats-btn--amber:hover{ box-shadow: 0 20px 36px -16px hsl(38 96% 45% / .95); }
.aats-btn--ghost{ border-color: hsl(0 0% 100% / .38); color:#fff; }
.aats-btn--ghost:hover{ background: hsl(0 0% 100% / .12); border-color: hsl(0 0% 100% / .7); }

/* ---------- 1. HERO ---------- */
.aats-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(880px 480px at 80% 6%, hsl(211 100% 38% / .6), transparent 62%),
    linear-gradient(158deg, var(--aats-ink) 0%, var(--aats-ink-2) 100%);
  color: hsl(211, 34%, 86%);
  padding-block: clamp(60px, 1vw, 124px);
}
.aats-hero__bg{
  position: absolute; inset: 0;
  background-image:
    linear-gradient(hsl(0 0% 100% / .05) 1px, transparent 1px),
    linear-gradient(90deg, hsl(0 0% 100% / .05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(circle at 28% 26%, #000, transparent 76%);
  mask-image: radial-gradient(circle at 28% 26%, #000, transparent 76%);
  pointer-events: none;
  will-change: transform;
}
/* floating glow orbs */
.aats-orb{
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  animation: aats-floatSlow 14s ease-in-out infinite;
}
.aats-orb--1{
  width: 320px; height: 320px;
  top: -90px; right: -60px;
  background: radial-gradient(circle, hsl(211 100% 55% / .32), transparent 68%);
}
.aats-orb--2{
  width: 260px; height: 260px;
  bottom: -70px; left: -70px;
  background: radial-gradient(circle, hsl(38 96% 55% / .2), transparent 68%);
  animation-duration: 18s;
  animation-direction: reverse;
}
.aats-hero__arc{
  position: absolute;
  inset: auto 0 -6% 0;
  height: 55%;
  pointer-events: none;
  opacity: .55;
}
.aats-hero__arc path{
  stroke: hsl(211 90% 62%);
  stroke-width: 1.6;
  fill: none;
  stroke-dasharray: 7 9;
  animation: aats-dash 22s linear infinite;
}
.aats-hero__plane{ fill: hsl(211 100% 80%); }

.aats-hero__inner{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;          /* hamesha ek hi column */
  gap: clamp(36px, 5vw, 56px);
  justify-items: center;
  text-align: center;
  max-width: 900px;                     /* content ko center me rakhta hai */
  margin-inline: auto;
}
/* entrance animation */
.aats-anim{ opacity: 0; animation: aats-fadeUp .85s cubic-bezier(.22,.61,.36,1) forwards; }
.aats-d1{ animation-delay: .1s; }
.aats-d2{ animation-delay: .25s; }
.aats-d3{ animation-delay: .4s; }
.aats-d4{ animation-delay: .55s; }
.aats-d5{ animation-delay: .7s; }

.aats-hero h1{
  color: #fff;
  font-weight: 800;
  font-size: clamp(2.2rem, 5.8vw, 3.9rem);
  letter-spacing: -.035em;
  /*max-width: 20ch;*/
  margin-inline: auto;
}
.aats-hero h1 em{
  position: relative;
  font-style: normal;
  color: var(--aats-amber);
}
.aats-hero h1 em::after{     /* underline draw */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -.08em;
  height: 3px;
  background: hsl(38 96% 55% / .5);
  transform: scaleX(0);
  transform-origin: left;
  animation: aats-drawX 1s .9s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes aats-drawX{ to{ transform: scaleX(1); } }
.aats-hero__desc{
  /*max-width: 60ch;*/
  margin-inline: auto;
  font-size: 1.06rem;
  color: hsl(211 28% 82%);
  padding-top: 20px;
}
.aats-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;             /* buttons center */
  margin-top: 1.7rem;
}

.aats-hero__chips{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;             /* chips center */
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid hsl(211 40% 60% / .2);
  width: 100%;
  max-width: 640px;
}

.aats-chip{
  font-size: .74rem; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase;
  color: hsl(211 40% 78%);
  border: 1px solid hsl(211 40% 60% / .28);
  border-radius: 999px;
  padding: .35rem .8rem;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}
.aats-chip:hover{
  background: hsl(38 96% 55% / .16);
  border-color: var(--aats-amber);
  color: #fff;
  transform: translateY(-3px);
}

/* departure board */
.aats-board{
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  text-align: left;                    /* board ke andar text left hi rahe */
}
.aats-board__top{
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: hsl(211 40% 60%);
  padding: 0 .4rem .85rem;
  border-bottom: 1px dashed hsl(211 40% 48% / .35);
}
.aats-board__live{ position: relative; display: inline-flex; align-items: center; gap: .45rem; color: var(--aats-amber); }
.aats-board__dot{
  position: relative;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--aats-amber);
  animation: aats-pulse 1.8s infinite;
}
.aats-board__dot::after{
  content: "";
  position: absolute; inset: -4px;
  border: 1px solid var(--aats-amber);
  border-radius: 50%;
  animation: aats-ring 1.8s ease-out infinite;
}
.aats-board__row{
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: .8rem;
  padding: .66rem .4rem;
  border-bottom: 1px solid hsl(211 40% 48% / .14);
  transition: background-color .25s ease, padding-left .25s ease;
}
.aats-board__row:last-child{ border-bottom: 0; }
.aats-board__row:hover{ background: hsl(211 60% 50% / .12); padding-left: .9rem; }
.aats-board__code{ font-size: .76rem; font-weight: 600; color: var(--aats-amber); letter-spacing: .06em; }
.aats-board__name{ color: hsl(211 28% 92%); font-size: .92rem; }
.aats-board__status{ font-size: .69rem; letter-spacing: .12em; color: hsl(150 60% 60%); white-space: nowrap; }

/* ---------- MARQUEE STRIP ---------- */
.aats-marquee{
  background: var(--aats-blue);
  overflow: hidden;
  padding: .85rem 0;
  border-block: 1px solid hsl(211 100% 28%);
}
.aats-marquee__track{
  display: flex;
  width: max-content;
  animation: aats-marquee 28s linear infinite;
}
.aats-marquee:hover .aats-marquee__track{ animation-play-state: paused; }
.aats-marquee__item{
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding-inline: .8rem;
  color: hsl(211 100% 92%);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.aats-marquee__item::after{
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--aats-amber);
  flex: none;
}

/* ---------- 2. VALUE ---------- */
.aats-value{ background: var(--aats-sky); }
.aats-value__grid{ display: grid; gap: clamp(30px, 4vw, 54px); grid-template-columns: 1fr; }
.aats-points{ display: grid; gap: 1rem; }
.aats-point{
  position: relative;
  background: #fff;
  border: 1px solid var(--aats-line);
  border-radius: 12px;
  padding: 1.15rem 1.2rem 1.2rem;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.aats-point::before{
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(var(--aats-blue), var(--aats-amber));
  transform: scaleY(.22);
  transform-origin: top;
  transition: transform .4s cubic-bezier(.22,.61,.36,1);
}
.aats-point:hover{ transform: translateY(-5px); box-shadow: var(--aats-shadow); }
.aats-point:hover::before{ transform: scaleY(1); }
.aats-point h3{ font-size:18px; margin-bottom: .25rem; }
.aats-point p{ margin: 0; font-size: .9rem; color: var(--aats-muted); }

/* ---------- 3. SERVICES ---------- */
.aats-head{ max-width: 62ch; margin-bottom: clamp(32px, 4.5vw, 52px); }
.aats-cards{ display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.aats-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--aats-line);
  border-radius: var(--aats-radius);
  padding: 1.7rem 1.55rem 1rem;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.aats-card::after{             /* top gradient line */
  content: "";
  position: absolute; left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aats-blue), var(--aats-amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.aats-card__shine{             /* diagonal sweep */
  position: absolute;
  top: -60%; left: -70%;
  width: 45%; height: 220%;
  background: linear-gradient(100deg, transparent, hsl(211 100% 60% / .1), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .75s ease;
}
.aats-card:hover .aats-card__shine{ left: 130%; }
.aats-card:hover{
  transform: translateY(-7px);
  border-color: hsl(211 100% 35% / .38);
  box-shadow: var(--aats-shadow);
}
.aats-card:hover::after{ transform: scaleX(1); }
.aats-card__top{ display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.aats-card__icon{
  width: 46px; height: 46px; flex: none;
  display: grid; place-items: center;
  border-radius: 13px;
  background: var(--aats-sky);
  color: var(--aats-blue);
  border: 1px solid hsl(211 100% 35% / .16);
  transition: background-color .3s ease, color .3s ease, transform .45s cubic-bezier(.34,1.56,.64,1);
}
.aats-card:hover .aats-card__icon{
  background: var(--aats-blue);
  color: #fff;
  transform: rotate(-8deg) scale(1.08);
}
.aats-card__icon svg{ width: 22px; height: 22px; }
.aats-card__code{ font-size:20px; font-weight: 600; letter-spacing: .18em; color: var(--aats-ink); }
.aats-card h3{ font-size: 1.22rem; }
.aats-card p{ font-size: .94rem; }
.aats-card__label{
  display: block;
  font-size: .67rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--aats-muted);
  margin: 1.2rem 0 .65rem;
  padding-top: .9rem;
  border-top: 1px solid var(--aats-line);
}
.aats-list li{
  position: relative;
  padding-left: 1.55rem;
  font-size: .92rem;
  margin-bottom: .4rem;
  transition: transform .25s ease, color .25s ease;
}
.aats-list li:hover{ transform: translateX(5px); color: var(--aats-ink); }
.aats-list li::before{
  content: "";
  position: absolute;
  left: .1rem; top: .58em;
  width: 8px; height: 8px;
  border-right: 2px solid var(--aats-blue);
  border-bottom: 2px solid var(--aats-blue);
  transform: rotate(-45deg);
  transition: border-color .25s ease;
}
.aats-list li:hover::before{ border-color: var(--aats-amber); }

/* ---------- 4. PROCESS ---------- */
.aats-process{
  position: relative;
  overflow: hidden;
  background: var(--aats-ink);
  color: hsl(211 28% 82%);
}
.aats-process h2, .aats-process h3{ color: #fff; }
.aats-steps{ position: relative; display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.aats-step{
  position: relative;
  padding: 1.6rem 1.4rem;
  border: 1px solid hsl(211 40% 60% / .2);
  border-radius: var(--aats-radius);
  background: hsl(214 45% 14% / .7);
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}
.aats-step:hover{
  transform: translateY(-6px);
  border-color: hsl(38 96% 55% / .5);
  background: hsl(214 45% 17% / .85);
}
.aats-step::before{
  content: "";
  position: absolute; inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--aats-amber), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s ease;
}
.aats-step:hover::before{ transform: scaleX(1); }
.aats-step__no{
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .2em;
  color: var(--aats-amber);
  margin-bottom: .7rem;
}
.aats-step__no::before{
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--aats-amber);
  box-shadow: 0 0 0 4px hsl(38 96% 55% / .18);
}
.aats-step h3{ font-size: 1.1rem; }
.aats-step p{ margin: 0; font-size: .93rem; color: hsl(211 22% 76%); }

/* ---------- 5. COVER ---------- */
.aats-cover{ background: var(--aats-sky); }
.aats-duo{ display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.aats-panel{
  position: relative;
  background: #fff;
  border: 1px solid var(--aats-line);
  border-radius: var(--aats-radius);
  padding: 1.9rem 1.7rem;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.aats-panel::before{
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 170px; height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, hsl(211 100% 35% / .09), transparent 70%);
  transition: transform .5s ease;
}
.aats-panel:hover::before{ transform: scale(1.5); }
.aats-panel:hover{ transform: translateY(-6px); box-shadow: var(--aats-shadow); }
.aats-panel h3{ font-size: 1.35rem; }
.aats-panel p{ margin-bottom: 0; font-size: .96rem; }
.aats-panel__icon{
  position: relative;
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(140deg, var(--aats-blue), var(--aats-blue-soft));
  color: #fff;
  margin-bottom: 1.1rem;
  box-shadow: 0 14px 26px -16px hsl(211 100% 35% / .9);
  animation: aats-bob 5s ease-in-out infinite;
}
.aats-panel__icon svg{ width: 23px; height: 23px; }

/* ---------- 6. SUPPORT ---------- */
.aats-support{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(600px 400px at 12% 10%, hsl(211 100% 35% / .35), transparent 60%),
    var(--aats-ink);
  color: hsl(211 28% 82%);
}
.aats-support h2{ color: #fff; }
.aats-support__grid{
  display: grid;
  gap: clamp(30px, 4vw, 56px);
  grid-template-columns: 1fr;
  align-items: center;
}
.aats-pass{
  position: relative;
  background: linear-gradient(150deg, hsl(214 44% 16%), hsl(214 50% 11%));
  border: 1px solid hsl(211 50% 62% / .22);
  border-radius: var(--aats-radius);
  overflow: hidden;
  box-shadow: 0 34px 70px -44px #000;
}
.aats-pass::after{        /* slow shine sweep */
  content: "";
  position: absolute;
  top: -50%; left: -60%;
  width: 40%; height: 200%;
  background: linear-gradient(100deg, transparent, hsl(0 0% 100% / .07), transparent);
  transform: skewX(-18deg);
  animation: aats-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}
.aats-pass__head{
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: hsl(211 100% 35% / .3);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: hsl(211 55% 85%);
  border-bottom: 1px dashed hsl(211 40% 58% / .35);
}
.aats-pass__item{
  display: flex; align-items: center; gap: .9rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid hsl(211 40% 52% / .13);
  transition: background-color .25s ease, padding-left .25s ease;
}
.aats-pass__item:last-child{ border-bottom: 0; }
.aats-pass__item:hover{ background: hsl(211 60% 50% / .12); padding-left: 1.8rem; }
.aats-pass__tick{
  width: 22px; height: 22px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: hsl(150 55% 45% / .18);
  color: hsl(150 60% 62%);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.aats-pass__item:hover .aats-pass__tick{ transform: scale(1.18); }
.aats-pass__tick svg{ width: 13px; height: 13px; }
.aats-pass__item span:last-child{ color: hsl(211 22% 92%); font-size: .96rem; }

/* ---------- 7. PASSPORT ---------- */
.aats-doc{ border-top: 2px solid var(--aats-ink); }
.aats-doc__row{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: .3rem 1.8rem;
  padding: 1.2rem .8rem;
  border-bottom: 1px solid var(--aats-line);
  transition: background-color .28s ease, padding-left .28s ease;
}
.aats-doc__row::before{
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--aats-amber);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .35s ease;
}
.aats-doc__row:hover{ background: var(--aats-sky); padding-left: 1.4rem; }
.aats-doc__row:hover::before{ transform: scaleY(1); }
.aats-doc__tag{
  display: inline-block; width: fit-content; height: fit-content;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--aats-blue);
  background: var(--aats-sky-2);
  border-radius: 5px;
  padding: .2rem .55rem;
  margin-top: .2rem;
  transition: background-color .28s ease, color .28s ease;
}
.aats-doc__row:hover .aats-doc__tag{ background: var(--aats-blue); color: #fff; }
.aats-doc__row h3{ font-size: 1.02rem; margin: 0 0 .12rem; }
.aats-doc__row p{ margin: 0; font-size: .92rem; color: var(--aats-muted); }

/* ---------- 8. CTA ---------- */
.aats-cta{
  position: relative;
  overflow: hidden;
  /*background: linear-gradient(120deg, hsl(211 100% 28%), var(--aats-blue), hsl(211 100% 44%), var(--aats-blue));*/
      background: radial-gradient(600px 400px at 12% 10%, hsl(211 100% 35% / .35), transparent 60%), var(--aats-ink);
  background-size: 300% 300%;
  animation: aats-gradient 16s ease infinite;
  color: hsl(211 100% 93%);
      margin-bottom: 170px;
}
.aats-cta h2{ color: #fff; }
.aats-cta__actions{
  display: flex; flex-wrap: wrap; gap: .8rem;
  justify-content: center;
  margin-top: 1.9rem;
}
.aats-contact{ display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: 2.6rem; }
.aats-contact__item{
  background: hsl(0 0% 100% / .1);
  border: 1px solid hsl(0 0% 100% / .2);
  border-radius: 12px;
  padding: 1.1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease, border-color .25s ease;
}
.aats-contact__item:hover{
  background: hsl(0 0% 100% / .18);
  border-color: hsl(0 0% 100% / .45);
  transform: translateY(-5px);
}
.aats-contact__k{
  display: block;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: hsl(211 100% 86%);
  margin-bottom: .3rem;
}
.aats-contact__v{ display: block; color: #fff; font-weight: 600; font-size: 1rem; }


/* ---------- REVEAL ---------- */
.aats-reveal{
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.aats-reveal.aats-in{ opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (min-width: 620px){
  .aats-points{ grid-template-columns: 1fr 1fr; }
  .aats-contact{ grid-template-columns: repeat(3, 1fr); }
  .aats-doc__row{ grid-template-columns: 120px 1fr; align-items: start; }
}
@media (min-width: 860px){
  .aats-cards{ grid-template-columns: repeat(2, 1fr); }
  .aats-duo{ grid-template-columns: repeat(2, 1fr); }
  .aats-steps{ grid-template-columns: repeat(3, 1fr); }
  /* connecting line between steps */
  .aats-steps::before{
    content: "";
    position: absolute;
    top: 2.1rem; left: 12%; right: 12%;
    height: 1px;
    background: repeating-linear-gradient(90deg, hsl(38 96% 55% / .5) 0 8px, transparent 8px 18px);
    z-index: 0;
  }
  .aats-step{ z-index: 1; }
}
@media (min-width: 1000px){
  /*.aats-hero__inner{ grid-template-columns: 1.06fr .94fr; }  */
  .aats-value__grid{ grid-template-columns: .92fr 1.08fr; align-items: center; }
  .aats-support__grid{ grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1180px){
  .aats-cards{ grid-template-columns: repeat(3, 1fr); }
  
}
/* mobile: heavy effects off */
@media (max-width: 767px){
  .aats-orb{ display: none; }
  .aats-board{ animation: none; }
  .aats-marquee__track{ animation-duration: 20s; }
}
@media (prefers-reduced-motion: reduce){
  .aats-corporate *,
  .aats-top{ animation: none !important; transition: none !important; }
  .aats-reveal, .aats-anim{ opacity: 1 !important; transform: none !important; }
}
@media (max-width: 575.98px) {

.aats-corporate{
    top:70px;
}
.aats-eyebrow{
    font-size:10px;
}.aats-hero h1 {
    font-size:32px;
    letter-spacing: -.015em;
}
.mdis-none{
    display:none;
}
.aats-btn{
    font-size: 16px;
    padding: .5rem 1.8rem;
}
.aats-h2{
   font-size: 22px;
   letter-spacing: normal;
}
.aats-point{
        padding: 15px 10px 10px 10px;
}
.aats-point h3{
    font-size: 16px;
}
.aats-cta{
       margin-bottom: 130px;
}
}

    [data-scroll] {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}

[data-scroll].show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ================================
   THANK YOU PAGE
================================ */

.thankyou-page {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:168px 0px 60px;
    background: #f7f9fb;
}

.thankyou-box {
    width: 100%;
    max-width: 680px;
    padding: 55px 40px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9eef2;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 29, 37, 0.08);
}

/* Icon */
.thankyou-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #01567a;
    background: rgba(1, 86, 122, 0.09);

    font-size: 32px;
}

/* Heading */
.thankyou-box h1 {
    margin: 0 0 14px;
   display: flex;
    justify-content: center;
    color: #001d25;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.thankyou-box h1 span {
    color: #01567a;
}

/* Text */
.thankyou-box p {
    max-width: 520px;

    margin: 0 auto 30px;

    color: #536174;

    font-size: 16px;
    line-height: 1.7;
}

/* Button */
.thankyou-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-width: 160px;
    padding: 13px 25px;

    color: #ffffff;
    background: #01567a;

    border: 1px solid #01567a;
    border-radius: 7px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 7px 18px rgba(1, 86, 122, 0.18);

    transition: all 0.3s ease;
}

.thankyou-btn:hover {
    color: #ffffff;
    background: #014662;
    border-color: #014662;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(1, 86, 122, 0.25);
}

.thankyou-btn i {
    font-size: 13px;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 576px) {

    .thankyou-page {
        min-height: 60vh;
        padding: 50px 15px;
        margin-top: 60px;
    }

    .thankyou-box {
        padding: 42px 22px;
        border-radius: 15px;
    }

    .thankyou-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
        font-size: 28px;
    }

    .thankyou-box h1 {
        font-size: 32px;
    }

    .thankyou-box p {
        font-size: 14px;
        line-height: 1.65;
    }

    .thankyou-btn {
        width: 100%;
    }
}
