  :root {
      --primary-color: #F97316;
      --secondary-color: #64748B;
      --text-dark: #0F172A;
      --text-light: #64748B;
      --white: #FFFFFF;
      --bs-body-font-family: 'Poppins', sans-serif;
  }

  body {
      font-family: var(--bs-body-font-family);
      color: var(--text-dark);
      overflow-x: hidden;
  }

  /* Navbar */

  .navbar {
      background-color: white;
      border-bottom: 1px solid var(--border-color);
      padding: 1rem 0;
  }

  .navbar-brand {
      font-weight: 700;
      font-size: 1.25rem;
      color: var(--text-dark) !important;
  }

  .navbar-brand img {
      height: 48px;
      margin-right: 8px;
  }

  .nav-search {
      min-width: 400px;
  }

  .nav-search .form-control {
      border-radius: 0.5rem;
      border-color: var(--border-color);
  }

  .custom-btn {
      color: #ff8800 !important;
      border-color: #ff8800 !important;
  }

  .custom-btn:hover {
      background-color: #ff8800;
      color: #fff;
      border-color: #ff8800;
      background-color: transparent !important;
      opacity: 0.5 !important;
  }

  .nav-actions .nav-link {
      color: var(--text-dark);
      font-size: 1.25rem;
  }

  .nav-actions .btn {
      border-radius: 0.5rem;
      font-weight: 600;
      padding: 0.5rem 1.25rem;
  }

  .nav-actions .btn-outline-secondary {
      border-color: var(--border-color);
      color: var(--text-dark);
  }

  .nav-actions .btn-outline-secondary:hover {
      background-color: var(--text-light);
      color: white;
  }

  .nav-actions .lang-flag {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      object-fit: cover;
  }

  /* Hero */

  .hero-section {
      height: 100vh;
      background: url('../images/hero-image.PNG') center center / cover no-repeat;
  }

  .search-tabs-container {
      margin-top: -60px;
      position: relative;
      z-index: 10;
  }

  .input-serch:hover {
      background-color: lightgray !important;
  }

  .input-serch:focus {
      box-shadow: none;
      border-color: cyan !important;
      background-color: white !important;
  }

  .search-tabs {
      background-color: white;
      padding: 1.5rem;
      border-radius: 1rem;
      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .search-tabs .nav-tabs {
      border-bottom: 1px solid var(--border-color);
  }

  .search-tabs .nav-link {
      border: none;
      color: var(--text-light);
      font-weight: 600;
      padding: 0.75rem 1rem;
      margin-bottom: -1px;
      white-space: nowrap;
  }

  .search-tabs .nav-link i {
      margin-right: 0.5rem;
  }

  .search-tabs .nav-link.active {
      color: var(--primary-color);
      background-color: transparent;
      border-bottom: 3px solid var(--primary-color);
  }


  .search-icon {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      color: #9CA3AF;
      background: transparent;
      border: none;
      padding: 0.375rem 0.75rem;
      z-index: 10;
  }

  /* tab-content */
  .tab-content {
      padding-top: 0;
      min-height: auto;
      height: 8px;
      background-color: #F3F4F6;
      border-radius: 0 0 8px 8px;
      position: relative;
      overflow: visible;
  }

  .tab-pane {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
  }

  /* dream-place-section */
  .dream-place-section {
      padding: 4rem 0;
  }

  .section-title {
      font-weight: 700;
      color: black !important;
      text-align: center;
  }

  .section-subtitle {
      color: var(--text-light);
      text-align: center;
      margin-bottom: 2rem;
  }

  .search-form-container {
      background-color: white;
      padding: 1rem;
      border-radius: 0.5rem;
      border: 1px solid var(--border-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }

  .search-form-container .form-control {
      border: none;
      border-radius: 0;
      padding: 1rem;
  }

  .btn-primary {
      background-color: #F97316;
      border-color: #F97316;
      padding: 1rem 2rem;
      font-weight: 600;
      width: 100%;
  }

  .btn-primary:hover {
      background-color: #dd6b15;
      border-color: #dd6b15;
  }

  /* stories section */

  .stories-section {
      padding: 4rem 0;
  }

  .stories-title {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 2rem;
  }

  .story-card {
      border: none;
      border-radius: 1rem;
      overflow: hidden;
      position: relative;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }

  .story-card .card-img {
      width: 100%;
      height: 400px;
      object-fit: cover;
  }

  .story-card .btn-try {
      position: absolute;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      background-color: #F97316;
      color: white;
      border: none;
      border-radius: 0.5rem;
      padding: 0.75rem 2.5rem;
      font-weight: 600;
  }

  .carousel-control-prev,
  .carousel-control-next {
      width: 3rem;
      height: 3rem;
      background-color: white;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }

  .carousel-control-prev {
      left: -1.5rem;
  }

  .carousel-control-next {
      right: -1.5rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      background-size: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
  }

  .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230F172A'%3e%3cpath fill-rule='evenodd' d='M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z' clip-rule='evenodd' /%3e%3c/svg%3e");
  }

  .carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230F172A'%3e%3cpath fill-rule='evenodd' d='M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd' /%3e%3c/svg%3e");
  }



  .tab-pane {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
  }

  /* featureds sections */

  .featured-tours-section {
      padding: 4rem 0;
  }

  .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem;
  }

  .section-title {
      font-size: 2.25rem;
      font-weight: 700;
  }

  .section-subtitle {
      color: var(--text-light);
  }

  .see-all-link {
      font-weight: 600;
      color: var(--text-dark);
      text-decoration: none;
  }

  .tour-card {
      background-color: white;
      border: 1px solid var(--border-color);
      border-radius: 1rem;
      overflow: hidden;
      margin-bottom: 1.5rem;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }

  .tour-card-img-top {
      height: 200px;
      object-fit: cover;
      position: relative;
  }

  .tour-card .badge {
      position: absolute;
      top: 1rem;
      left: 1rem;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 0.5em 0.75em;
  }

  .tour-card .badge-light {
      background-color: white;
      color: var(--text-dark);
  }

  .tour-card .btn-wishlist {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background-color: white;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      color: var(--text-dark);
  }

  .tour-card-body {
      padding: 1.5rem;
  }

  .tour-card-title {
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
  }

  .tour-card-details {
      color: var(--text-light);
      font-size: 0.875rem;
      margin-bottom: 1rem;
  }

  .tour-card-price {
      font-size: 1.25rem;
      font-weight: 700;
  }

  .tour-card-price .person {
      font-size: 0.875rem;
      font-weight: 400;
      color: var(--text-light);
  }

  .btn-book-now {
      background-color: var(--primary-color);
      color: white;
      font-weight: 600;
      padding: 0.5rem 1.25rem;
  }

  .btn-book-now:hover {
      background-color: #d15b2c;
      color: white;
  }

  .btn-book-now:hover {
      background-color: #d15b2c;
      color: white;
  }

  /* Promo Section */
  .promo-section {
      padding: 4rem 0;
  }

  .promo-card {
      border-radius: 1rem;
      padding: 2.5rem;
      color: white;
      background-size: cover;
      background-position: center;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .promo-card h3 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
  }

  .promo-card .badge {
      font-size: 0.875rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      display: inline-block;
      padding: .5em .75em;
      background-color: rgba(255, 255, 255, 0.2);
  }

  .promo-card .btn-view-more {
      background-color: var(--primary-color);
      color: white;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      text-decoration: none;
      display: inline-block;
      margin-top: 1rem;
      max-width: 180px;
  }

  .promo-carousel .carousel-control-prev,
  .promo-carousel .carousel-control-next {
      width: 3rem;
      height: 3rem;
      background-color: white;
      opacity: 1;

  }

  .promo-carousel .carousel-control-prev {
      left: -1.5rem;
  }

  .promo-carousel .carousel-control-next {
      right: -1.5rem;
  }

  .promo-carousel .carousel-control-prev-icon,
  .promo-carousel .carousel-control-next-icon {
      background-size: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
  }

  .promo-carousel .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230F172A'%3e%3cpath fill-rule='evenodd' d='M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z' clip-rule='evenodd' /%3e%3c/svg%3e");
  }

  .promo-carousel .carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230F172A'%3e%3cpath fill-rule='evenodd' d='M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd' /%3e%3c/svg%3e");
  }


  /* how it work section */
  .how-it-works-section {
      padding: 4rem 0;
      position: relative;
      background-image: url("../images/curve.PNG");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
  }

  .promo-carousel .carousel-control-next-icon {
      border-radius: 2px;
      padding: 6px;
      background-size: 50%;
  }

  .how-it-works-section {
      padding: 4rem 0;
      position: relative;
  }

  .how-it-works-section .section-title,
  .how-it-works-section .section-subtitle {
      text-align: center;
  }

  .how-it-works-section .section-subtitle {
      margin-bottom: 4rem;
  }

  .image-collage {
      position: relative;
  }

  .image-collage .img-large {
      width: 100%;
      border-radius: 1rem;
      margin-bottom: 1rem;
  }

  .image-collage .img-small {
      width: calc(50% - 0.5rem);
      border-radius: 1rem;
  }

  .step-card {
      display: flex;
      align-items: flex-start;
      padding: 1.5rem;
      border-radius: 1rem;
      margin-bottom: 1.5rem;
  }

  .step-card .icon {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      border-radius: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1.5rem;
  }

  .step-card .icon i {
      font-size: 1.75rem;
  }

  .step-card h5 {
      font-weight: 600;
      margin-bottom: 0.25rem;
  }

  .step-card p {
      color: var(--text-light);
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
  }

  .step-card a {
      color: var(--text-dark);
      font-weight: 600;
      text-decoration: none;
  }

  .step-card.bg-light-pink {
      background-color: #FFF1F2;
  }

  .step-card.bg-light-pink .icon {
      background-color: #FFE4E6;
  }

  .step-card.bg-light-pink .icon i {
      color: #F97316;
  }

  .step-card.bg-light-cyan {
      background-color: #ECFEFF;
  }

  .step-card.bg-light-cyan .icon {
      background-color: #CFFAFE;
  }

  .step-card.bg-light-cyan .icon i {
      color: #0891B2;
  }

  .step-card.bg-light-blue {
      background-color: #EFF6FF;
  }

  .step-card.bg-light-blue .icon {
      background-color: #DBEAFE;
  }

  .step-card.bg-light-blue .icon i {
      color: #3B82F6;
  }

  /* They Love Travila */
  .testimonials-section {
      padding: 80px 0;
      background-color: #fdfaf3 !important;
  }

  .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: #333;
  }

  .section-subtitle {
      font-size: 1.1rem;
      color: #666;
  }

  .testimonial-card {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      border: 1px solid #eee;
      margin-bottom: 20px;
  }

  .testimonial-card .card-title {
      font-weight: bold;
      color: #333;
  }

  .testimonial-card .card-text {
      color: #555;
      font-size: 0.95rem;
      margin-bottom: 20px;
  }

  .testimonial-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
  }

  .testimonial-name {
      font-weight: bold;
      color: #333;
  }

  .testimonial-location {
      color: #777;
      font-size: 0.9rem;
  }

  .testimonial-rating {
      color: #ffc107;
      font-size: 1.1rem;
  }

  /* Discover Dream Destinations with Ease */
  .discover-section {
      background-color: #fff;
  }

  .easy-payment-badge {
      font-size: 0.9rem;
      padding: 8px 15px;
      border-radius: 20px;
      font-weight: 500;
      border: 1px solid #eee;
  }

  .discover-title {
      font-weight: bold;
      font-size: 3rem;
      color: #222;
  }

  .features-list li {
      margin-bottom: 12px;
      font-size: 1.1rem;
      color: #555;
      display: flex;
      align-items: center;
  }

  .payment-logos .payment-logo {
      height: 22px;
      margin-right: 25px;
      filter: grayscale(100%);
      opacity: 0.7;
  }

  .discover-media {
      margin-top: 2rem;
  }

  .discover-media .main-image {
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      border-radius: 25px !important;
  }

  .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .play-button i {
      font-size: 1.5rem;
      color: #333;
      margin-left: 5px;
  }

  .testimonial-card-small {
      position: absolute;
      bottom: 40px;
      left: -60px;
      width: 260px;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      border: none;
      padding: 10px;
  }

  .testimonial-card-small .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
  }

  .testimonial-card-small .rating {
      color: #ffc107;
      font-size: 0.9rem;
  }

  .drink-image {
      position: absolute;
      bottom: -60px;
      right: 50px;
      width: 150px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      border: 4px solid white;
  }

  .drink-image img {
      border-radius: 12px;
  }

  .dots-pattern {
      position: absolute;
      top: -30px;
      right: -30px;
      width: 100px;
      height: 100px;
      background-image: radial-gradient(#ffc107 20%, transparent 20%);
      background-size: 12px 12px;
      z-index: -1;
  }

  .discover-media {
      position: relative;
      margin-top: 2rem;
  }

  .drink-image {
      position: absolute;
      bottom: -60px;
      right: 50px;
      width: 150px;
  }

  /* App Promo Section */
  .app-promo-section {
      background-color: #fdf3e6;
      /* Light beige background */
      padding: 100px 0;
      position: relative;
      overflow: hidden;
      /* Hides parts of the curve that go outside */
  }

  /* Creates the curved bottom shape */
  .app-promo-section::after {
      content: '';
      position: absolute;
      bottom: -50px;
      /* Adjust to control the curve size */
      left: -5%;
      width: 110%;
      height: 100px;
      /* Height of the curve */
      background-color: #fff;
      /* Should match the background of the next section */
      border-radius: 50%;
  }

  .promo-content .badge {
      padding: 10px 20px;
      font-size: 0.9rem;
      font-weight: 500;
      border-radius: 20px;
  }

  .promo-title {
      color: #222;
  }

  .app-store-badge {
      height: 55px;
      /* Adjust size as needed */
      transition: transform 0.2s ease-in-out;
  }

  .app-store-badge:hover {
      transform: scale(1.05);
  }

  .promo-image-container {
      position: relative;
      z-index: 2;
      /* Ensures images are on top of the curve */
  }

  .payment-logos .payment-logo {
      height: 22px;
      margin-right: 25px;
      opacity: 0.6;
      transition: opacity 0.3s ease;
  }

  .payment-logos .payment-logo:hover {
      opacity: 1;
  }


  /* Site Footer */
  .site-footer {
      background-color: #000;
      color: #adb5bd;
      /* A soft gray for text */
      padding: 80px 0 30px 0;
      font-size: 0.95rem;
  }

  .footer-heading {
      color: #fff;
      font-weight: 600;
      margin-bottom: 25px;
      font-size: 1.1rem;
  }

  .footer-contact .phone-number {
      color: #f39c12;
      /* Orange color for the phone number */
      font-weight: bold;
      font-size: 1.5rem;
  }

  .footer-links li {
      margin-bottom: 12px;
  }

  .footer-links a {
      color: #adb5bd;
      text-decoration: none;
      transition: color 0.3s ease, padding-left 0.3s ease;
  }

  .footer-links a:hover {
      color: #fff;
      padding-left: 5px;
  }

  /* Newsletter Form */
  .newsletter-form .input-group {
      border: 1px solid #444;
      border-radius: 50px;
      padding: 5px;
  }

  .newsletter-form .input-group-text {
      background: transparent;
      border: none;
      color: #adb5bd;
  }

  .newsletter-form .form-control {
      background-color: transparent;
      border: none;
      color: #fff;
      box-shadow: none;
  }

  .newsletter-form .form-control::placeholder {
      color: #6c757d;
  }

  .btn-subscribe {
      background-color: #f39c12;
      color: #000;
      border: none;
      border-radius: 50px;
      font-weight: bold;
      padding: 12px;
      transition: background-color 0.3s ease;
  }

  .btn-subscribe:hover {
      background-color: #e68a00;
      color: #000;
  }

  /* Bottom Footer */
  .footer-bottom-row {
      border-top: 1px solid #222;
      padding-top: 30px;
      margin-top: 50px;
  }

  .copyright-text {
      font-size: 0.9rem;
  }

  .social-icons a {
      color: #fff;
      margin-left: 20px;
      font-size: 1.1rem;
      transition: color 0.3s ease;
  }

  .social-icons a:hover {
      color: #f39c12;
  }

  /* Responsive adjustments */
  @media (max-width: 991.98px) {
      .promo-image-container {
          text-align: center;
      }

      .promo-image-container img {
          max-width: 80%;
      }
  }

  @media (max-width: 991.98px) {
      .nav-actions-sm {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 1rem;
      }

      .navbar-collapse {
          padding-top: 1rem;
      }

      .nav-search {
          max-width: none;
          margin-bottom: 1rem;
          width: 100%;
          min-width: 0;
      }

      .nav-actions {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          margin-top: 1rem;
          gap: 1rem;
      }
  }


  @media (max-width: 768px) {
      .custom-btn {
          margin-bottom: 5px !important;
      }

      .site-footer .col-lg-3,
      .site-footer .col-lg-2,
      .site-footer .col-md-6,
      .site-footer .col-md-12 {
          text-align: center;
      }

      .footer-links {
          padding-left: 0;
      }

      .footer-bottom-row .col-md-6:last-child {
          margin-top: 1rem;
      }
  }

  @media (max-width: 768px) {
      .carousel-control-prev {
          left: 0.5rem;
      }

      .carousel-control-next {
          right: 0.5rem;
      }
  }

  @media (max-width: 768px) {
      .promo-carousel .carousel-control-prev {
          left: 0.5rem;
      }

      .promo-carousel .carousel-control-next {
          right: 0.5rem;
      }
  }


  @media (max-width: 767.98px) {
      html[dir="rtl"] .site-footer .row>[class^="col-"] {
          text-align: center !important;
          margin-bottom: 1rem;
      }

      .site-footer .row>[class^="col-"] h5,
      .site-footer .row>[class^="col-"] ul {
          text-align: center !important;
      }

      .site-footer .footer-links {
          padding-left: 0 !important;
          padding-right: 0 !important;
          display: inline-block;
          margin: 0 auto;
      }

      .site-footer .footer-bottom-row>.col-md-6 {
          text-align: center !important;
          width: 100%;
      }

      .site-footer .social-icons {
          justify-content: center !important;
          display: flex !important;
          margin-top: 1rem;
      }

      .site-footer .newsletter-form .input-group {
          max-width: 300px;
          margin: 0 auto 1rem auto;
      }
  }