/* Loader Background */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Rotating Plane Loader */
.plane-loader {
  font-size: 3rem;
  color: #ff7b00;
  animation: flyRotate 1.2s linear infinite;
}

/* Animation */
@keyframes flyRotate {
  0% { transform: rotate(0deg) scale(1); color: #ff7b00; }
  50% { transform: rotate(180deg) scale(1.1); color: #ff7b00; }
  100% { transform: rotate(360deg) scale(1); color: #ff7b00; }
}
/* Root Variables */
    :root {
      --primary: #ff7b00;
      --theme-hover: #ff7b00;
      --dark-bg: #111;
      --light-bg: #fff;
      --text-dark: #444;
      --font-main: 'Poppins', sans-serif;
    }

/* General */
body {
  font-family: var(--font-main)!important;
  margin: 0;
}
a {
  text-decoration: none;
}


/*banner  */
main{
  width: 100% !important;
  text-align: center;
  background: #ffd600;
}
.booking-section {
  text-align: center;
  background: url('../img/banner.png') no-repeat center center/cover;
  position: relative;
  color: #000;
  overflow: hidden;
}

main h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: fadeIn 1.5s ease-in-out;
}

main p {
  font-size: 1.2rem;
  opacity: 0.8;
  animation: fadeIn 2s ease-in-out;
}


    /* Form Section */
    .booking-form {
      margin: 50px auto;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 15px;
      padding: 25px;
      max-width: 1050px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(1px);
      z-index: 10;
      position: relative;
      animation: slideUp 1s ease-out;
    }

    .form-control,
    .form-select {
      border-radius: 10px;
      padding: 12px 18px;
      margin-bottom: 15px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      border: 2px solid #ff7b00;
    }

    .form-control:focus,
    .form-select:focus {
      outline: none;
      box-shadow: 0 0 8px #ff7b00;
    }

    .btn-search {
      background: linear-gradient(to right, #ff7b00, #ff7b00);
      border: none;
      color: #fff;
      padding: 12px 30px;
      font-size: 16px;
      border-radius: 30px;
      transition: 0.3s;
      box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
       transform: translateY(-8px)!important;
    }

    .btn-search:hover {
      background: #ff7b00;
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
    }

    .bottom-banner {
      width: 100%;
      animation: fadeIn 2.5s ease-in-out;
    }

    /* Animations */
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    @keyframes slideUp {
      from {
        transform: translateY(50px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

@media (max-width: 768px) {
  .booking-form {
    flex-direction: column !important;
    gap: 15px;
    padding: 15px;
  }

  main h1 {
    margin-top: 1px !important;
      letter-spacing: 0 !important;
    font-size:1.7rem;
  }

  main p {
    font-size: 12px;
  }

  .form-control,
  .form-select {
    margin-bottom: 1px;
    width: 100% !important;
  }

  .col-md,
  .col-md-auto {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .btn-search {
    width: 100%;
    font-size: 16px;
  }
}


/*package*/
   .fixed-50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.hea {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.hea span{
  color:var(--primary);
}
.custom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.custom-divider .line {
  height: 2px;
  width: 80px;
  background-color: #444;
  margin: 0 10px;
}

.custom-divider .circle {
  width: 15px;
  height: 15px;
  background-color: #eb9d48; /* Accent color */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(235, 157, 72, 0.6);
}

/*budget*/
.bdg{
   background: url('../img/placebg.jpg') no-repeat center center/cover;
      position: relative;
      color: #fff;
}
    .overlay {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .main-content {
      position: relative;
      z-index: 2;
      padding: 60px 15px;
    }

    .stars {
      background: #eb1d63;
      padding: 6px 14px;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 15px;
    }

    .offer-circle {
      text-align: center;
    }

    .main-circle {
      background: #ff7b00;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      color: white;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      border: 5px solid #fff;
      margin: 0 auto;
    }

    .small-circle {
      background: white;
      color: #ff7b00;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 auto -40px auto;
      z-index: 2;
      position: relative;
      font-weight: 700;
    }

    .main-circle p {
      margin: 0;
    }

    .price {
      font-size: 3rem;
      font-weight: 800;
    }

    .features i {
      font-size: 1.6rem;
      margin-bottom: 10px;
    }

    .feature-box {
      background-color: rgba(255, 255, 255, 0.15);
      border-radius: 10px;
      padding: 10px;
      transition: all 0.3s ease;
      margin: 10px;
    }

    .feature-box:hover {
      transform: translateY(-5px);
      background-color: rgba(255, 255, 255, 0.3);
    }

    @media (min-width: 769px) {
      .left-content {
        order: 1;
      }
      .right-content {
        order: 2;
      }
    }

    @media (max-width: 768px) {
      .left-content,
      .right-content {
        order: unset;
        margin-top: 40px;
      }
      .feature-box{
        width: 42% !important;
      }
    }

/*    cards*/
/* Main section spacing and background */
.popular-destinations {
    background: #f8f9fa;
    padding: 60px 0;
}

/* Title styling */
.popular-destinations h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #222;
}

.popular-destinations h2 span {
    color: #eb9d48;
}

.popular-destinations .text-muted {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Destination Card */
.destination-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.destination-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.destination-card img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.destination-card:hover img {
    transform: scale(1.05);
}

/* Card Content */
.destination-card .card-body {
    padding: 20px;
    text-align: center;
}

.destination-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.destination-card .card-text {
    font-size: 0.95rem;
    color: #666;
}

/* Hover overlay effect */
.destination-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.destination-card:hover::before {
    opacity: 1;
}

/* Stretched link (clickable area) */
.destination-card .stretched-link {
    z-index: 2;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .destination-card img {
        height: 180px;
    }

    .destination-card .card-body {
        padding: 15px;
    }
}

/*contact*/
.contact-info-box {
  background: var(--light-bg);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: fadeInLeft 1s ease-in-out;
}

.contact-form-box {
  background: var(--light-bg);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-breadcrumb {
  background: url(../img/brd.png);
}

        :root {
            --primary: #ff7b00;
            --theme-hover: #ff7b00;
            --dark-bg: #111;
            --light-bg: #fff;
            --text-dark: #444;
            --font-main: 'Poppins', sans-serif;
        }

        body {
            font-family: var(--font-main);
            background-color: #f9f9f9;
        }

        .header {
            background-color: var(--light-bg);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
            padding:5px 0;
            position: sticky;
            top: 0;
            z-index: 11;
        }
.header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
        .navbar-brand img {
            height: 40px;
        }

        .nav-link {
            color: var(--text-dark);
            font-weight: 500;
            padding: 8px 16px !important;
        }

        .nav-link:hover, .nav-link:focus, .nav-link.active {
            color: var(--primary);
        }

        .dropdown-arrow {
            display: inline-block;
            margin-left: 5px;
            transition: transform 0.3s;
        }

        .dropdown-menu {
            border: none;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }

        .dropdown-item {
            color: var(--text-dark);
            padding: 8px 20px;
        }

        .dropdown-item:hover, .dropdown-item:focus {
            background-color: rgba(204, 107, 0, 0.05);
            color: var(--primary);
        }
.enquiry-btn {
    position: relative;
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    text-decoration: none;
}

.enquiry-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary);
    z-index: -1;
    transition: width 0.4s ease;
}

.enquiry-btn:hover::before {
    width: 100%;
}

.enquiry-btn:hover {
    color: #fff;
}



        .navbar-toggler {
            border: none;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        @media (min-width: 992px) {
            .dropdown:hover .dropdown-menu {
                display: block;
            }
        }
      .topbar-right i {
    background-color: #ffffff;     /* white background, change as needed */
    color: #ff7b00;                /* icon color (your theme color) */
    border-radius: 50%;           /* makes it circular */
    padding: 6px;                 /* controls icon size inside circle */
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

.topbar-right a {
    text-decoration: none;
}

.topbar-right i:hover {
    background-color: #ff7b00;    /* hover background */
    color: #fff;                  /* hover icon color */
}