
    @font-face {
        font-family: 'DIN Next W1G';
        src: url('DINNextW1G-Black.woff2') format('woff2');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'DIN Next W1G';
        src: url('DINNextW1G-Heavy.woff2') format('woff2');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'DIN Next W1G';
        src: url('DINNextW1G-Regular.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'DIN Next W1G';
        src: url('DINNextW1G-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'DIN Next W1G';
        src: url('DINNextW1G-Bold.woff2') format('woff2');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    html{
      scroll-behavior: smooth;
    }

    body {
    font-family: 'DINNextW1G', Arial, sans-serif;
    background: #f8f9fa;
    color: #1a1a1a;
    }

    h1, h2, h3, h4, h5 {
    font-family: 'DINNextW1G', Arial, sans-serif;
    font-weight: 700; /* Bold */
    }

    p {
    font-family: 'DINNextW1G', Arial, sans-serif;
    font-weight: 400; /* Regular */
    }
   a { text-decoration: none; }
    /* Navbar */
    .navbar {
      background: #1a1a1a;
    }
    .navbar-brand img {
      height: 45px;
    }
    .nav-link {
      color: #000000 !important;
      font-weight: 500;
    }
    .nav-link:hover,.nav-link.active {
      color: #E63946 !important;
    }
   .btn-call {
  animation: zoomInOut 2s infinite ease-in-out;
}

  .call-box {
    display: flex;
    align-items: center;
    background-color: #ef4e4e; /* Bright red */
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 16px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .call-box:hover {
    background-color: #ef4e4e;
    transform: translateY(-2px);
    color: #fff;
  }
  .call-box i {
    font-size: 20px;
  }
  .call-box small {
    font-size: 12px;
    line-height: 1.2;
  }
  .call-box strong {
    font-size: 15px;
    line-height: 1.2;
  }
.text-danger{
    color:#ef4e4e !important;
}
/* Keyframes */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pd-80{
  padding: 100px 0;
}
.py-70{
  padding: 70px 0;
}
    /* Hero */
    .hero {
      background: url('../Images/background-banner.jpg') center/cover no-repeat;
      color: #fff;
      padding: 200px 0;
      position: relative;
      display: flex;
      align-items: center;
    }
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
    }
    .hero h1 {
      font-size: 5rem;
      margin-bottom: 20px;
      color: #FFD600;
      font-weight: 700;
      letter-spacing: -3px;
    }
   .hero h1 span{
    color: #f3ca1a !important;
    position: relative;
    padding: 0;
   }
  .hero .sub-title:before {
    content: '';
    background-image: url('../Images/airplane.png');
    width: 128px;
    height: 128px;
    right: 0;
    top: -20%;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}
    .hero .sub-title {
      font-size: 1.5rem;
      margin-bottom: 30px;
      font-weight: 600;
      text-transform: uppercase;
    }
    .form{
      margin-top: -80px;
    }
    .search-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    }
   .price-text {
      color: #dc3545 !important;
      font-size: 26px;
      font-weight: 700;
    }
    .form-label{
      color: #1a1a1a;
    }
    .search-box .col-md-3{
      margin-top: 0;
    }
    /* Deals */
    .deals .card {
      border: none;
      border-radius: 15px;
      background: #fff;
      display: block;
      margin: auto;
      transition: all 0.3s;
    }
    .flight-img{
     width: 100px;
     margin-left: 20px;
    }
    .deals-img{
      border-radius: 200px;
      height: 480px;
      width: 100%;
      object-fit: cover;
      transition: 0.5s ease-in-out;
      border: 10px solid #eeeeee;
    }
    .deals .card:hover .deals-img{
      transform: translateY(-8px);
      cursor: pointer;
    }
    .btn-primary {
      background-color: #ef4e4e;
      border: none;
      transition: all 0.3s;
      border-radius: 40px;
      font-size: 1.2rem;
      font-weight: 500;
      display: inline-block;
      padding: 10px 30px;
    }
    .btn-primary:hover, .btn-primary:focus,.btn:active,.btn:focus-visible{
      background-color: #b51728 !important;
      transform: scale(1.05);
    }
    .plane-icon{
      max-width: 40px;
    }

    /* Section Titles */
    .section-title {
      font-size: 2.5rem;
      margin-bottom: 25px;
      color: #000;
      font-weight: 700;
    }

    /* List with icons */
    .p-40{
      padding: 40px;
    }
    .features-list{
      padding-left: 10px;
    }
    .features-list li {
      margin-bottom: 14px;
      padding-left: 28px;
      position: relative;
      font-size: 1.05rem;
      list-style-type: none;
    }
    .features-list li::before {
      content: "✈";
      color: #e63946;
      font-weight: bold;
      position: absolute;
      left: 0;
    }
    .bi-airplane-fill::before,.bi-calendar-event-fill::before {
    color: #dc3545;
    }
    /* Popular Destinations Hover */
    .popular-card {
      transition: all 0.4s ease-in-out;
      cursor: pointer;
    }
    .popular-card:hover {
      background: #E63946;
      color: #fff;
      transform: translateY(-8px);
    }
    .popular-card:hover h5,
    .popular-card:hover p,.popular-card:hover p span {
      color: #fff !important;
    }
    .bg-world{
      background-image: url('../Images/world-map.svg');
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode:color-burn;
    }
    .bg-colored{
      background-color: #E63946;
    }
    .choose-img{
      border-radius: 20px;
      box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }
    .card-body p span{
        line-height: 1.7;
        font-size: 22px;
        font-weight: 700;
        color: #e63946 !important;
    }
    .partners-img img{
      width: 200px !important;
      height: 100px;
      object-fit: contain;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #e63946 !important; /* Red dots */

    }
    .carousel-indicators {
       bottom: -50px;
    }

      .card-body p {
        line-height: 1.7;
      }
.card .bi-arrow-right::before {
    transform: rotate(
-40deg);
padding: 8px;
}
  .hover-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.25);
  }
  h2 {
    font-size: 40px;
}


.plane-img{
  animation: plane-img 4s infinite ease-in-out;
}
@keyframes plane-img{
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
  .bg-orange {
    background-color: #ff4d00;
  }
  .btn-orange {
    background-color: #ff4d00;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
  }
  .btn-orange:hover {
    background-color: #e03e00;
    color: #fff;
  }
    /* Footer */
    footer {
      background: #1a1a1a;
      color: #ccc;
      padding: 50px 0;
    }
    footer a {
      color: #ccc;
      transition: 0.3s;
    }
    footer a:hover {
      color: #FFD600;
    }
    .footer-title {
      font-weight: 600;
      margin-bottom: 18px;
      color: #fff;
    }

    /* Floating Call Button */
    .call-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #000;
      color: #fff;
      border-radius: 50px;
      padding: 12px 22px;
      font-weight: 600;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
      transition: 0.3s;
      z-index: 999;
    }
    .call-btn:hover {
      background: #b51728;
      transform: scale(1.05);
    }
     .accordion-button {
    background-color: #dc3545 !important; /* replace with your theme color */
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
  }
  .accordion-button:not(.collapsed) {
    background-color: #b51728!important; /* darker shade when open */
    color: #fff !important;
    box-shadow: none;
  }
  .accordion-button::after {
    filter: invert(1); /* makes arrow white */
  }
  .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .accordion-body {
    background: #fff;
    color: #333;
  }
  footer .list-unstyled li {
    margin-bottom: 14px;
}
.overflow-md-visible{
  overflow: visible !important;
}
.nav-call{
     background-color: #dc3545;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-left: 50px;
    display:block;
}
 .mobile-call-section {
    background: #fff;
    z-index: 1;
  }
  .booking-btn {
    background-color: #f3ca1a !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 15px;
  }
  .call-btn-mobile {
    background-color: #f3ca1a !important;
    color: #000 !important;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 15px;
    font-size: 16px;
  }
  .call-btn-mobile i {
    font-size: 18px;
  }
/* Disclaimer page css */
   .disclaimer-header {
    background: url('../Images/inner-banner-bg.jpg') no-repeat top center/cover;
    position: relative;
    height: 40vh;
    color: #fff;
  }
  .disclaimer-header .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
  }
  .disclaimer-header h1 {
    font-size: 2.5rem;
    z-index: 2;
  }
  .content-wrapper {
    line-height: 1.7;
    font-size: 15px;
  }
  .content-wrapper a {
    color: #d60000; /* Highlight link in red */
  }
  .content-wrapper a:hover {
    text-decoration: underline;
  }
  .overflow-md-none {
    overflow: unset !important;
}
.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  background: #f8f9fa;
}
/* ===================== Professional Thank-You Modal ===================== */
#thankYouModal .modal-content {
    border-radius: 16px;
    max-width: 550px;
    margin: auto;
    padding: 0;
    background-color: #ffffff /* light body background */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
}

#thankYouModal .modal-header {
    border: 0;
    background-color: #e5e5e5;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #ccc;
}

#thankYouModal .modal-header .modal-title {
    color: #000000; /* white title */
    font-weight: 700;
    font-size: 2rem;
    margin: 0;
}

#thankYouModal .btn-close {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#thankYouModal .modal-body {
    color: #000; /* subtitle color */
    font-size: 1.1rem;
    padding: 20px;
}

#thankYouModal .modal-body .paper-plane {
    width: 80px;
    margin-bottom: 15px;
}

#thankYouModal .modal-footer {
    justify-content: center;
    border: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

#thankYouModal .modal-footer .btn-primary {
    padding: 10px 30px;
}

#thankYouModal .mt-3 {
    font-size: 0.9rem;
    color: #555; /* subtext color */
    margin-top: 10px;
}

    @media(max-width:767px){
      .hero{
        padding: 50px 0;
        padding-bottom: 0;
      }
      .hero h1 {
        font-size: 2.3rem;
        line-height: 1.3;
        letter-spacing: 0px;
    }
    .hero .sub-title{
      font-size: 1.1rem;
    }
    .hero .sub-title:before {
    width: 30px;
    height: 30px;
    top: -17%;
    right: 8%;
}
      h2.section-title {
       font-size: 30px;
      }
      .p-40 {
       padding: 20px;
    }
    .partners-img img{
      height: auto;
    }
    .carousel-item p{
      font-size: 16px !important;
    }
    h2 {
    font-size: 28px;
}
.form{
      margin-top: 0px;
    }

.call-btn {
    position: sticky;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0;
}
.btn-call{
  animation: none;
}
.book-btn {
    bottom: 48px;
    border-bottom: 2px solid #fff;
}
.book-btn .bi-calendar-event-fill::before,.call-btn .bi {
    color: #ffffff;
    margin-right: 8px;
}

.pd-80 {
    padding: 50px 0;
}
.search-box{
  padding-top: 30px;
}
.overflow-md-visible{
  overflow: hidden !important;
}
@keyframes plane-img {
0% {
    transform: translateX(400px);
}
50% {
    transform: translateX(20px);
}
100% {
    transform: translateX(-400px);
}
}
.call-box {
  padding: 6px;
}
.call-box .bi-telephone-fill{
  font-size: 14px;
}
.call-box small{
  display: none;
}
.navbar-brand .logo-main{
  height: 30px;
}
 .call-box {
    background-color: transparent;
    color: #000000;
    box-shadow: none;
  }
  #destinations .place-box{
    width: 92%;
  }
  .deals-img{
      border-radius: 120px;
      height: 200px;
    }
     .overflow-md-none {
    overflow-x: scroll !important;
}
  }
@media(max-width:400px){
        .nav-call{
        margin-left:0;
        }
    }