
        body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #777;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
        .rating-main span {
            background: #f48a2f;
            color: white;
            padding: 6px 10px;
        }
        a.rounded.box-shadow.mb-2.border-all {
    COLOR: BLACK;
}

        .sidebar-form form {
            padding: 20px 0px;
        }

        .sidebar-form h4 {
            background-color: #f48a2f;
            color: white;
            padding: 9px;
            text-align: center;
        }
        .bg-theme {
    background: #f48a2f !important;
    padding: 15px 11px !important;
}

        .sidebar-form {
            background: whitesmoke;
            padding: 20px;
        }

        .form-group {
            margin-bottom: var(--bs-gutter-x);
            position: relative;
        }

        .form-group>i {
            position: absolute;
            right: calc(var(--bs-gutter-x) / 2 + 30px);
            top: 18px;
            font-size: 14px;
            color: #A0ABB4;
        }

        .form-btn-2 {
            background: #f48a2f;
            color: white;
            padding: 10px;
        }

        #tabs span {
            position: absolute;
            right: 20px;
            top: 16px;
        }
        .align-items-center {
    align-items: center !important;
    display: flex;
}


        #tabs i {
            color: #f48a2f;
        }

        #tabs li a:hover+span i {
            color: #fff;
        }

        #tabs li a:focus{
            background: #f48a2f;
            color: white;
        }

        /* end of trip */
        .end-trip-section {
            text-align: center;
            position: relative;
        }

        .end-trip-section::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, #f59a05, transparent);
            z-index: 0;
        }

        .end-trip-section p {
            font-family: "Great Vibes", cursive;
            font-size: 48px;
            color: #f59a05;
            display: inline-block;
            background: #fdfdfd;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }
        .trend-image img{
            width:100%;
            height:400px;
        }

     

        div#single-map {
          margin-top: 25px;
        }
      .card {
           box-shadow: rgb(0 0 0 / 5%) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
           background-color: #ffffff;
            border-radius: 20px;
           }
        .list-unstyled li{
            padding: 8px 0px!important;
        }
        .bg-danger {
    background-color: #f48a2f!important;
}
.bg-success {
    background-color: #f48a2f!important;
}
   
/* Accordion Arrow Styles */
.accrodion-title {
    position: relative;
    cursor: pointer;
}

.accrodion-title::after {
    content: "\f078"; /* FontAwesome chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #f48a2f; /* Match theme color */
}

.accrodion.active .accrodion-title::after {
    transform: translateY(-50%) rotate(180deg);
}


.accrodion.active .accrodion-title h4 {
    color: #ffffff;
}




  .hero-banner h1 span {
    color: #f48a2f;
  }

  /* MAIN BOOKING SECTION */
  .booking-section {
    padding-bottom: 80px;
  }

  .booking-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }

  .booking-card input,
  .booking-card select {
    border-radius: 10px;
  }

  .form-floating>.form-control {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
  }

  .form-floating>.form-control~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  }

  .btn-book {
    background: #f48a2f;
    border: none;
    font-weight: bold;
    border-radius: 30px;
    padding: 12px;
    transition: 0.3s;
        color: white;
  }

  .btn-book:hover {
    background: #f48a2f;
    transform: scale(1.05);
  }

  /* CAB CARDS */
  .cab-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 100%;
  }

  .cab-card:hover {
    transform: translateY(-10px);
  }

  .cab-card h4 {
    color: #9fc01f;
  }

  img.booking-cab {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  /* blog details */
  .lh-sm{
    font-size: 26px;
  }
