  @font-face {
      font-family: "Satoshi";
      src: url('./fonts/Satoshi-Medium.eot');
      src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Satoshi-Medium.woff2') format('woff2'),
          url('../fonts/Satoshi-Medium.woff') format('woff'),
          url('../fonts/Satoshi-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'against';
      src: url('./fonts/against-Regular.eot');
      src: url('../fonts/against-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/against-Regular.woff') format('woff'),
          url('../fonts/against-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  body {
      scroll-behavior: smooth;
      /* font-family: "Outfit", sans-serif; */
      overflow-x: hidden;
      background-color: #FAFAFA;
  }

  .container-custom {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 40px;
  }

  /* NAVBAR */
  .navbar {
      padding: 1rem 0;
      z-index: 999;
  }

  .nav-logo img {
      height: 66px;
  }

  /* HERO SECTION */
  .hero {
      background: url('../images/mals-banner.jpg');
      padding: 35px 0;
      position: relative;
      color: white;
      text-align: center;
      min-height: auto;
         min-height: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
  }

  .hero-content {
      position: relative;
      z-index: 6;
  }
.hero-content h1{    font-size: 96px;
    line-height: 120%;
    font-family: 'against', serif;}
.hero-content p{    font-size: 48px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 120%;}
  /* Middle Navigation */
  .middle-nav {
          margin: 0 auto 10px;
    padding: 5px;
    display: flex
;
    gap: 5px;
    margin-top: 12px;
  }

  .middle-nav a {
      flex: 1;
      background-color: rgba(5, 5, 5, 0.66);
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      justify-content: center;
          padding: 4px 8px;
      border-radius: 8px;
      transition: all 0.3s;
  }

  .middle-nav a:hover,
  .middle-nav a.active {
      background-color: #2497c0;
  }

  .middle-nav a img {
      width: 20px;
      height: 17px;
      margin-bottom: 0px;
      margin-right: 10px;
      object-fit: contain;
  }

  .hero h1 img {
      max-width: 1220px;
      width: 100%;
  }

  /* Hero Info */
  .hero-info {
      display: flex;
      justify-content: space-between;
      padding-top: 64px;
      position: relative;
      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
  }

  .hero-info::after {
      content: "";
      width: 100%;
      border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .hero-desc {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 20px;
      font-family: 'Satoshi', sans-serif;
      font-weight: 500;
      text-align: left;
  }

  .badge-box {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 4px 6px;
      border-radius: 8px;
      background: linear-gradient(135deg,
              rgba(16, 75, 70, 0.40) 0%,
              rgba(18, 110, 104, 0.30) 100%);
      backdrop-filter: blur(18px) saturate(160%);
      box-shadow: 0 3px 16px rgba(0, 0, 0, 0.20);
  }

  .hotel-bg-grdiant {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 22px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      box-shadow: 0 3px 16px rgba(0, 0, 0, 0.20);
      background-color: rgba(5, 5, 5, 0.66);
      backdrop-filter: blur(18px) saturate(160%);
      margin: 0;
      white-space: nowrap;
  }

  .hotel-bg-grdiant img {
      width: 22px;
  }

  .instant-confirm {
      font-family: 'Satoshi', sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      opacity: 0.9;
      margin: 0;
  }

  /* Special Pack Row */
  .special-pack-row {
      padding-top: 32px;
      display: flex;
      gap: 20px;
  }

  .special-pack-row a {
      flex: 1;
      color: #fff;
      font-family: 'Satoshi', sans-serif;
      font-size: 20px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 22;
  }

  .special-pack-row a:hover {
      opacity: 0.8;
  }

  .apcl-arrw-img {
      width: 24px;
      height: 24px;
      margin-left: 11px;
  }

  /* TRAVEL SECTION */
  #travels {
      padding: 96px 0 100px;

  }

  .top-tagline-row {
      display: flex;
      justify-content: center;
      gap: 30px;
      padding-bottom: 60px;
      flex-wrap: wrap;
  }

  .top-tagline-row p {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      background: white;
      padding: 10px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .top-tagline-row img {
      width: 22px;
  }

  .mid-tile h2 {
      font-size: 96px;
      font-family: 'against', serif;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 30px;
      color: #050505;
     
  }

  .mid-tile h2 span {
      background-color: #e4f1ff;
      border-radius: 8px;
      padding: 4px 12px;
  }

  .come-img {
      text-align: center;
      margin-bottom: 60px;
  }

  .come-img img {
      max-width: 280px;
  }

  /* Deals Section */
  .deals-buit-sec {
      display: flex;
      justify-content: space-between;
      gap: 60px;
      align-items: flex-start;
          margin-bottom: 42px;
  }

  .deals-buit-sec-left {
      width: 35%;
  }

  .deals-buit-right {
      width: 60%;
  }

  .h-wordwild-label {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      padding: 10px 22px;
      border-radius: 14px;
      width: fit-content;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05),
          inset 0 0 0 2px rgba(0, 0, 0, 0.06);
      margin-bottom: 30px;
  }

  .h-wordwild-label .dot {
      width: 10px;
      height: 10px;
      background: #0A76FF;
      border-radius: 50%;
      flex-shrink: 0;
  }

  span.dot.yellow-dot {
      background-color: #F5AB20;
  }

  .h-wordwild-label p {
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      color: #000;
  }

  .h-wordwild-label p strong {
      font-weight: 500;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
  }

  .deals-buit-sec-left h3 {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 20px;
      font-family: "Outfit", sans-serif;
      font-weight: 400;
      color: #050505;
  }


  .up-to-p {
      font-size: 20px;
      color: #050505;
      margin-bottom: 30px;
      font-family: "Outfit", sans-serif;
  }

  .req-to-info a,.req-to-info button {
      color: #fff !important;
      background-color: #000;
      font-size: 20px;
      font-weight: 500;
      border-radius: 16px;
     padding: 11px 32px;
      border: none;text-decoration: none;
      cursor: pointer;
      transition: all 0.3s;
      font-family: "Outfit", sans-serif;
  }

  .req-to-info a:hover,.req-to-info button:hover {
      background-color: #333;
      transform: translateY(-2px);
  }

  /* Swiper Styles */
  .dealsSwiper {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 60px;
  }
.deal-card .pack-duration {
    position: absolute;
    bottom: 30%;
    top: auto;
}


  .deal-card {

      border-radius: 18px;
      overflow: hidden;

      transition: transform 0.3s;
      font-family: "Outfit", sans-serif;
  }

  .deal-card:hover {
      transform: translateY(-5px);
  }

  .deal-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
  }

  .deal-card p {

      font-size: 18px;
      font-weight: 400;
      margin: 0;
      color: #050505;
  }

  .deal-card h5 {

      font-size: 24px;
      font-weight: 400;
      margin: 0;
      font-family: "Outfit", sans-serif;
      color: #050505;
      text-align: center;
  }
  .deal-card.position-relative {
    min-height: 350px;
}

  .custom-pagination {
      display: flex;
      background: #e9e9e9;
      padding: 6px;
      border-radius: 15px;
      gap: 5px;
      max-width: max-content;
      margin-left: auto;
      margin-top: 41px;
  }

  .page-btn {
      border: none;
      background: transparent;
      padding: 10px 20px;
      border-radius: 15px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
      font-family: "Outfit", sans-serif;
      font-weight: 500;
  }

  /* Active button (white background) */
  .page-btn.active {
      background: #ffffff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }

  /* Hover effect */
  .page-btn:hover {
      background: #ffffff;
  }

  .swiper-button-next,
  .swiper-button-prev {
      color: #000;
      background: white;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }


  /* Placeholder Sections */
  #hotels,
  #packages,
  #experience {
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      color: #666;
      /* background: white; */
      margin: 96px 0;
  }

  section#packages .mid-tile h2 {
      font-size: 64px;
      text-align: left;
  }

  section#packages .deals-buit-sec-left {
      width: 80%;
  }

  section#packages .deals-buit-sec {
      align-items: flex-end;
  }

  span.dot.red-dot {
      width: 10px;
      height: 10px;
      background: #F52020;
  }

  .pack-head h5 {
      font-family: "Outfit", sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #050505;
      margin-bottom: 0;
  }

  .pack-head h5+p {
      font-size: 18px;
      color: #050505;
  }

  .pack-head {
      display: flex;
      justify-content: space-between;
  }

  .pack-img-box {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      /* keeps badge inside rounded corners */
  }

  .pack-duration {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.50);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      padding: 6px 10px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
  }
span.pack-duration img {
    width: 18px;
    width: 18px;
    height: 18px;
}
  .pack-duration-data {
      position: absolute;
      bottom: 20px;
      left: 16px;
      background: rgba(0, 0, 0, 0.50);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      padding: 6px 10px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 56px;
      right: 14px;
justify-content: space-between;
  }
a.join-btn{color: #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 16px;
    padding: 11px 32px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;text-decoration: none;
    font-family: "Outfit", sans-serif;}
  .pack-duration-data span img {
      width: 18px;
      height: 18px;
      margin-right: 10px;
  }

  .paclage-facilty-terms ul li p {
      font-size: 14px;
      font-family: "Outfit", sans-serif;
      color: #05050599;
  }

  .pack-foot {
      padding-top: 28px;
      padding-left: 16px;
  }

  .paclage-facilty-terms ul {
      display: flex;
      /* grid-template-columns: repeat(3, 1fr); */
      justify-content: space-between;
  }

  .pack-card {
      background-color: #fff;
      padding: 21px 9px 20px 8px;
      border-radius: 24px;
  }
/* SLIDER BASE */
.sightseeingSwiper {
  padding: 30px 0 60px;
}

/* CARD BOX */
.sight-card {
  display: flex;
  justify-content: center;
}

.sight-img-box {
  width: 260px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

.sight-img-box:hover {
  transform: translateY(-6px);
}

/* Images */
.sight-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom Title Bubble */
.sight-title {
  position: absolute;
  bottom: 14px;
     right: 14px;
  background: rgba(255,255,255,0.9);
  padding: 8px 16px;
 border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
}
section#Sightseeing .mid-tile.text-center {
    margin-bottom: 100px;
}

section#Sightseeing .custom-pagination {
    margin: 40px auto;
}
.book-seat-content p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}
.book-seat-sec {
  padding: 60px 0;
}

.book-title {
  font-size: 22px;
  font-weight: 600;
  color: #050505;
  margin-bottom: 10px;
  line-height: 1.4;
}

.sub-text {
  font-size: 18px;
  color: #707070;
  margin: 0;
  line-height: 1.5;
}

/* Button */
.book-btn {
  background: #000;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

.book-btn:hover {
  opacity: 0.85;
}
section.visit-true-asia strong a{
    color: #050505CC;
}
.w-60{
    width: 60%;
}
.w-30{
    width: 30%;
}
section.visit-true-asia {
  
    padding: 48px;
    position: relative;
}
section.visit-true-asia::before {
      content: "";
    background-color: #E6E6E6;
    left: 0;
       bottom: 353px;
    height: 652px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    z-index: -1;
   
}
.b-top-btn button{
    background-color: #FEFEFE;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px 5px;
}
.b-deal-final-sec .card-box {
    background-color: #fff;
    border-radius: 24px;
   padding: 32px 40px;
  

}
.footer-gallery-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;   /* CENTER */
  align-items: center;       /* VERTICAL CENTER */
  margin: 40px 0;
}
.footerGallery {
  width: 80%;    /* fixed center width */
  height: auto;
}
.fg-card {
  width: 100%;
  height: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 22px;
  overflow: hidden;
 
  transition: .4s ease;
}

.fg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* Zoom ONLY center slide */
.footerGallery .swiper-slide-active .fg-card {
  transform: scale(1.12);
  
}

/* Side slides slightly smaller */
.footerGallery .swiper-slide {
  transform: scale(.95);
}


.footer-links-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.footer-col h6 a,.footer-col h6 {
    margin-bottom: 33px;
  font-size: 16px;text-decoration: none;
  font-weight: 500;
  color: #050505;
    font-family: "Outfit", sans-serif;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col ul li a,.footer-col ul li {
  font-size: 14px;
color: #050505;
  margin-bottom: 6px;
  font-weight: 400;text-decoration: none;
    font-family: "Outfit", sans-serif;
}
.best-deal-card {
    background-color: #EDEDED;
    border-radius: 24px;
    padding: 12px 14px;
}
.best-deal-card img {
    width: 261px;
    height: 281px;
    /* margin: 0 auto; */
    text-align: center;
    object-fit: cover;
}
.best-deal-card .footer-col h6 {
    margin-bottom: 8px;
}
.visit-true-asia .best-deal-card .pack-head h5 {
    font-size: 26px;
}

button.join-btn {
    border-radius: 25px !important;
}
.copy-rihgt-p{
    font-size: 16px;
    font-weight: 500;
      font-family: "Outfit", sans-serif;
      color: #050505;
      padding-top: 42px;
    margin-bottom: 0;
}
.footer-grid {
  display: flex;
  gap: 15px;
  margin-top: 20px;
      justify-content: center;
          padding: 32px 0;
}

.fg-item {
  width: 100%;
  max-width: 180px;       /* screenshot approx size */
  height: 200px;
  border-radius: 20px;     /* rounded edges */
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
}

.fg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


  /* Responsive */
   @media (max-width: 1300px) {
    .hero h1 img {
          max-width: 50%;
      }
      .hero-info {
            padding-top: 0;
      }
      .hero-desc {
    font-size: 20px;
      }
      .hero {
       padding: 30px 0;
      }
      .mid-tile h2 {
    font-size: 70px;
      }
      section#packages .mid-tile h2 {
    font-size: 53px;
      }
      .up-to-p {
    font-size: 18px;
      }
}
   

  @media (max-width: 1200px) {
      .deals-buit-sec {
          flex-direction: column;
          gap: 40px;
      }

      .deals-buit-sec-left,
      .deals-buit-right {
          width: 100%;
      }

      .mid-tile h2 {
          font-size: 64px;
      }
      section.visit-true-asia::before {
        content: "";    
        bottom: auto;    
        top: 0;
      }
  }
 @media (max-width: 1025px) {
        .hero {
        padding: 150px 0;
        padding-bottom: 50px;
    }
     .best-deal-card {
        margin-top: 20px;
    }
    .w-30 {
    width: 100%;
}
.w-60 {
    width: 100%;
    text-align: center;
}
.pack-duration-data {
    position: absolute;
    bottom: 20px;
    left: 16px;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    right: 14px;
    flex-wrap: wrap;
}
 }
  @media (max-width: 992px) {
    
    section.visit-true-asia::before {
    content: "";
    background-color: #E6E6E6;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
    background-size: 100%;
    position: absolute;
    z-index: -1;
}
    section#packages .mid-tile h2 {
        font-size: 40px;
    }
    .mid-tile h2 {
        font-size: 50px;
    }
    /* .sight-img-box {
    width: 100%
    } */

  }
@media (max-width: 1200px) 
{
    .m-set-t{display: block !important;text-align: center;}
    .hero-content h1{font-size: 50px;}
    .hero-content p{font-size: 26px;}
}
  @media (max-width: 768px) {
      .container-custom {
          padding: 0 20px;
      }
.hero-content{margin:0px !important; margin-top: 300px !important;}
      .hero {
          padding: 100px 0;
      }

      .middle-nav {
          width: 100%;
          max-width: 400px;
      }

      .middle-nav a {
          font-size: 14px;
          padding: 12px 8px;
      }

      .middle-nav a img {
          width: 24px;
          height: 24px;
      }

     
      .hero-desc {
          font-size: 18px;
      }

      .hero-info {
          flex-direction: column;
          gap: 20px;
      }

      .badge-box {
          flex-direction: column;
          text-align: center;
      }

      .special-pack-row {
          flex-direction: column;
          gap: 15px;
      }

      .mid-tile h2 {
          font-size: 30px;
      }

      .deals-buit-sec-left h3 {
          font-size: 32px;
      }

      .top-tagline-row {
          flex-direction: column;
          align-items: center;
      }
          section#packages .mid-tile h2 {
        font-size: 30px;
    }
    .pack-head h5+p {
    font-size: 15px;
    }
    .footer-grid {
        flex-wrap: wrap;
    }
    .fg-item {
        width: 100%;
        max-width: 100%;
    }
    .visit-true-asia-img img {
        max-width: 100%;
    }
    .middle-nav {
    width: 230px;
 
   
    flex-direction: column;
}
    .hero h1 img {
        max-width: 70%;
    }
    .req-to-info button {
    color: #fff;
    background-color: #000;
    font-size: 16px;
    }
    .b-deal-final-sec .card-box {
    padding: 32px 10px;
    }
    .footer-links-row {
    gap: 10px;
    }
    .dealsSwiper {
       padding-bottom: 0px;
    }
    section#Sightseeing .mid-tile.text-center {
    margin-bottom: 0px;
}
.sightseeingSwiper {
    padding: 30px 0 0;
}
section.visit-true-asia {
    padding: 0;
}
.copy-rihgt-p {
           padding-top: 17px;
        padding-bottom: 17px;
}
  }
  @media (max-width: 480px) {

  /* container padding reduce */
  .container-custom {
    padding: 10px 16px !important;
  }

  /* footer image grid scroll fix */
  .footer-grid {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .fg-item {
    max-width: 100% !important;
    width: 100% !important;
  }
  .best-deal-card img {
    width: 100%;
    height: auto;
  }
    .mid-tile h2 {
  
      line-height: 60px;
     
  }
  .footer-grid {
   
    padding: 0 0
  }
}