/* Base dropdown hidden */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&display=swap');/* Header */
body{font-family: "Lexend Deca", sans-serif;}
.navbar-brand {
    font-size: 28px;
    font-weight: 800;
    color: #1254aa;
}
input[type="date"] {
  user-select: none;
}
input::selection { background: transparent; }
input[type="date"] { caret-color: transparent; }
.text-primary {
    color: #1254aa !important;
}
a { text-decoration:none;}
img{max-width: 100%;}
.btn-primary {
    background: #1254aa;
    border-color: #1254aa;
}.btn:hover {
    color: #000;
    background-color: #FDCE04;
    border-color: #FDCE04;
}a.view-more {
    text-decoration: none;
}
p {
	margin-bottom:0rem!important;
	
	font-size:15px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,li.nav-item:hover a{ color:#1254aa }
/* Hero */
.hero {
    background: url('../images/bannerBG.png') center/cover no-repeat;
    padding: 100px 0;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.booking-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Tabs */
.booking-tabs .nav-link {
    border-radius: 30px;
    padding: 8px 18px;
    font-weight: 400;
    color: #000000;
    background: #FDCE04;
}
.booking-tabs .nav-link:hover{    background: #1254aa;
    color: #fff;}
.booking-tabs .nav-link.active {
    background: #1254aa;
    color: #fff;
}

/* Inputs */
.form-control {
    height: 50px;
    border-radius: 10px; box-shadow: none !important;
}
.formBox  .form-label {
    margin: 0;
}
.formBox {
    border: 1px solid #A7AFC2;
    border-radius: 8px;
    padding: 5px 10px;
}.formBox .form-control {
    border: none !important;
    padding: 0;
    font-size: 13px;
    height: 20px;
}.formBox .d-flex {
    gap: 12px;
    align-items: center;
}
/* Search button */
.search-btn {
    background: #1254aa;
    color: #fff;
    border-radius: 12px;
    height: 52px;
    font-weight: 600;
}
.enquiry-btn {
    background: #1254aa;
    color: #fff;
    border-radius: 12px;
    height: 52px;
    font-weight: 600;
	width:100%;
}
.search-btn:active {
    background: #1254aa!important;
    color: #fff!important;
    border-radius: 12px!important;
    height: 52px!important;
    font-weight: 600!important;
	border-color:#1254aa!important;
}
/* ===============================
   DATE INPUT – HIDE CALENDAR ICON
   =============================== */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* ===============================
   TIME INPUT – HIDE CLOCK ICON
   =============================== */
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button {
    display: none;
}

/* ===============================
   DATETIME-LOCAL (OPTIONAL)
   =============================== */
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
}

/* ===============================
   FIREFOX FIX (LIMITED SUPPORT)
   =============================== */
input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    -moz-appearance: textfield;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    padding-right: 12px;
    cursor: pointer;
    -moz-appearance: textfield;
}.search-btn {
    max-width: 300px;
    width: 100%;
    margin: 0 0 -50px;
    border-radius: 8px;
}
/* ===============================
   TRIP SECTION – RESPONSIVE CSS
   =============================== */

/* Section spacing */
.trip-section {
  padding: 60px 0;
}

/* Heading */
.trip-section h2 {
  font-weight: 800;
  font-size: 32px;
}

.trip-section h2 span {
  color: #1254aa;
}

/* Card */
.trip-card {
  border: 2px solid #1254aa;
    border-left-width: 2px;
  border-radius: 16px;
  padding: 10px;
  height: 100%;
  /*background: #d9e6f7;*/
  transition: all 0.3s ease;
  border-left-width: 7px;
}

.trip-card small {
  font-size: 13px;
  color: #999;
}

.trip-card h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 3px 0;
}

.trip-card p {
  font-size: 15px;
  color: #888;
  margin: 0;
}

/* Hover */
.trip-card:hover {
 border-color: #FDCE04;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    background: #FDCE04;
}
.trip-card:hover p {
    color: #000;
}
/* ===============================
   RESPONSIVE BREAKPOINTS
   =============================== */

/* Extra small devices (≤575px) */
@media (max-width: 575px) {
  .trip-section {
    padding: 40px 0;
  }

  .trip-section h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .trip-card {
    padding: 18px;
    border-radius: 14px;
  }

  .trip-card h6 {
    font-size: 15px;
  }

  .trip-card p {
    font-size: 14px;
  }
}

/* Small devices (576px – 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .trip-section h2 {
    font-size: 24px;
  }

  .trip-card h6 {
    font-size: 15px;
  }
}

/* Medium devices (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .trip-section h2 {
    font-size: 28px;
  }

  .trip-card {
    padding: 20px;
  }
}

/* Large devices (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .trip-section h2 {
    font-size: 30px;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .trip-section h2 {
    font-size: 34px;
  }
}


/* ===============================
   FEATURES SECTION
   =============================== */

.features-section {
  padding: 70px 0;background: #FAFAFA;
}

.features-title {
  font-size: 2rem;
  /*font-weight: 800;*/
}

.features-title span {
  color: #1254aa;
}

/* Card */
.feature-card {
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 30px 22px;
  height: 100%;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.packages-section {
    padding: 50px 0 100px;
    background: url(../images/botom-outline.jpg) repeat-x center bottom;
}
.feature-card p {
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* Icon box */
.icon-box {
  width: 70px;
  height: 70px;
  background: #f1f3f6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 30px;
  color: #999;
  box-shadow: 0 4px 16px -3.2px rgba(7, 13, 10, 0.25);
}

/* Active (Blue) Card */
.feature-card:hover {
  background: #1254aa;
  border-color: #1254aa;
  color: #fff;
}

.feature-card:hover p {
  color: #e6ecff;
}

.feature-card:hover .icon-box {
  background: #FDCE04;
  color: #000;
}

/* Hover */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* ===============================
   RESPONSIVE BREAKPOINTS
   =============================== */

/* Mobile */
@media (max-width: 575px) {
  .features-section {
    padding: 45px 0;
  }

  .features-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .feature-card {
    padding: 22px 18px;
  }

  .feature-card h5 {
    font-size: 16px;
  }

  .feature-card p {
    font-size: 14px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

/* Tablet */
@media (min-width: 576px) and (max-width: 991px) {
  .features-title {
    font-size: 28px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .features-title {
    font-size: 2rem;
  }
}
.package-swiper-wrap {
  position: relative;
  padding: 0 50px;margin: 0 -50px;
}

/* arrows */
.package-prev,
.package-next {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  color: #1254aa;
}
.swiper-horizontal{position: static !important;}
.package-prev { left: 0; }
.package-next { right: 0; }

.package-prev::after,
.package-next::after {
  font-size: 16px;
}
.packageSwiper {
  padding-bottom: 50px;
}
.swiper-button-next, .swiper-button-prev {
    background: #1254aa;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    padding: 10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover{background: #FDCE04 !important; color: #000}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important; color: #fff;
}
.swiper-horizontal {
    padding: 15px  !important;
}
.swiper-wrapper {
    padding-bottom: 50px;}
.package-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.package-card:hover{background: #FDCE04}
.package-card:hover p{color: #000}
.package-card h5{font-size: 24px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.package-card p{color: #868585; font-size: 13px}
.package-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.package-card h4{color: #1254aa; font-size: 15px}
.package-card .card-body {
  padding: 18px;
}

.book-btn {
  background: #1254aa;
  color: #fff;
  border-radius: 30px;
  width: 100%;
}

.book-btn:active {
  background: #1254aa!important;
  color: #fff;
  width: 100%;
}

/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #1254aa;
}

/* ===============================
   HIRE CITY SECTION
   =============================== */

.hire-image img {
  width: 100%;
  border-radius: 18px;
}

.hire-title {
  font-size: 36px;
  font-weight: 800;
}

.hire-title span {
  color: #1254aa;
}

.hire-desc {
  font-size: 15px;
  color: #666;
}

/* City cards */
.city-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 140px;
  cursor: pointer;
  transition: 0.3s;
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-card span strong {
    font-weight: 600;
}

.city-card span {
    position: absolute;
    top: 10px;
    left: 10px;
    background:#FDCE04;
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 20px;
    font-weight: 300;
}

.city-card.blue span {
  background: #5c6cff;
  color: #fff;
}

.city-card:hover span {
  background: #1254aa;
  color: #fff;
}

/* Hover */
.city-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 991px) {
  div#nav {
    background: #eaf4fb;
    padding: 20px;
    border-bottom: 5px solid #1254aa;
}nav.navbar {
    padding: 0;
}
  .hire-title {
    font-size: 28px;
  }
  button.navbar-toggler {
    background: #1254aa;
    border: none;
    color: #fff;
}.navbar-toggler-icon {
    filter: invert(1);
}
}

@media (max-width: 575px) {
  .hire-title {
    font-size: 22px;margin-top: 15px;
  }

  .city-card {
    height: 120px;
  }
}
/* ===============================
   COMMON
   =============================== */
.section-title {
  font-size: 2rem;
  /*font-weight: 800;*/
}

.section-title span {
  color: #1254aa;
}

/* ===============================
   WHY CHOOSE US
   =============================== */
.why-card {
  background: #eaf4fb;
  border-left: 4px solid #1254aa;
  padding: 18px;
  border-radius: 10px; position: relative;
  height: 100%;
}
.why-card:hover:before {
    width: 100%;
}

.why-card:hover h6, .why-card:hover p {
    position: relative; color: #fff;
}
.why-card:before {
    position: absolute;
    content: "";    transition: 0.3s;
    width: 0;
    height: 100%;
    background: #1254aa;
    left: -1px;
    top: 0;
    border-radius: 10px;
}
.why-card h6 {
  font-weight: 700;
  margin-bottom: 6px;
}

.why-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Trusted badge */
.trusted-badge {
  background: #f8f9fa;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.red { background: #ff5f56; }
.yellow { background: #ffbd2e; }
.green { background: #27c93f; }

/* ===============================
   REVIEWS
   =============================== */
.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
    border: 1px solid #d5d0d0;
}

.stars {
  color: #f5b301;
  font-size: 18px;
  margin-bottom: 8px;
}

.review-card p {
  font-size: 14px;
  color: #666;
  min-height:50px!important;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.review-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-user small {
  display: block;
  font-size: 12px;
  color: #888;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 575px) {
  .section-title {
    font-size: 22px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
}/* ===============================
   FAQ SECTION
   =============================== */
.faq-title {
  font-size: 2rem;
  /*font-weight: 800;*/
}

.faq-title span {
  color: #1254aa;
}

.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.faq-accordion .accordion-button {
  background: none;
  box-shadow: none;
  font-weight: 600;
  padding: 22px 0;
  display: flex;
  gap: 15px;
}

.faq-no {
  background: #1254aa;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.faq-accordion .accordion-body {
  padding-left: 50px;
  color: #555;
  font-size: 14px;
}

.accordion-button::after {
  background-size: 18px;
}


/* Mobile */
@media (max-width: 575px) {
  .faq-title {
    font-size: 22px;
  }
}
/* ===============================
   FOOTER
   =============================== */
.site-footer {
  background: #0b1d2d url(../images/footerbg.png) center;    background-size: cover;
  color: #cfd8dc;
  padding: 50px 0 20px;
}

.site-footer h6 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
}

.site-footer ul {
  list-style: none;
  padding: 0 0 0 20px;
}

.site-footer ul li {
  margin-bottom: 8px;
      font-size: 15px;
    list-style: disc;
}

.site-footer p {
  font-size: 16px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  font-size: 13px;
}
/* ===============================
   SOCIAL ICONS
   =============================== */

.social-icons {
  display: flex;
  gap: 12px;
}

.social-btn {
     width: 44px;
    height: 44px;
    background: #1D313F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4E6CFB;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Hover effect */
.social-btn:hover {
  background: #1254aa;
  color: #fff;
  transform: translateY(-3px);
}

footer.site-footer a {
    color: #fff;
    text-decoration: none;
}
footer.site-footer a:hover{color: #1254aa}
footer.site-footer .social-btn:hover{color: #fff}

/* Mobile */
@media (max-width: 575px) {
  .social-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
    .site-footer .col-sm-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .footer-bottom {
    width: 100%;
    text-align: center;
    display: block !important;
}span.faq-no {
    flex-shrink: 0;
}
  }
@media (max-width: 800px) {
   .booking-tabs .nav-link{font-size: 12px;     padding: 5px 10px;}
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
}.py-5,.packages-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.col-lg-3.col-md-6 {  width: 50%;}
  .package-swiper-wrap {
    padding: 0 0;
    margin: 0 0;
}.mb-5 {  margin-bottom: 1.5rem !important;}
}
@media (max-width: 450px) {
  .col-lg-3.col-md-6 {
        width: 100%;
    }
}


.filter-card{
    border-radius:18px;
    border:1px solid #e5e5e5;
    padding:30px;
}

.filter-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}

.section-divider{
    border-top:1px solid #e5e5e5;
    margin:30px 0;
}

.filter-option{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.filter-option label{
    margin-left:8px;
    color:#555;
    cursor:pointer;
}

.filter-option .count{
    color:#777;
    font-size:14px;
}

.form-check-input:checked{
    background-color:#ff5a3c;
    border-color:#ff5a3c;
}.review-stars i{
    color:#ff5a3c;
    font-size:16px;
    margin-right:3px;
}

/* Top bar */
.top-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.sort-box{
    border:1px solid #ddd;
    border-radius:30px;
    padding:8px 20px;
    background:#fff;
}

/* Card */
.tour-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eee;
    transition:0.3s;
}

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

.tour-img{
    position:relative;
}

.tour-img img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.discount-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff5a3c;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
}

.wishlist{
    position:absolute;
    top:15px;
    right:15px;
    background:#fff;
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.tour-body{
    padding:20px;
}

.rating-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
}

.rating-price i{
    color:#ff8c00;
}

.tour-title{
    font-weight:600;
    font-size:18px;
    margin:15px 0 10px;
}

.tour-desc{
    font-size:14px;
    color:#777;
}

.meta{
    margin-top:15px;
    font-size:14px;
    color:#777;
}

.meta i{
    color:#ff5a3c;
    margin-right:5px;
}

.divider{
    border-top:1px solid #eee;
    margin:15px 0;
}

/* Responsive */
@media (max-width: 992px){
    .tour-img img{
        height:220px;
    }
}

@media (max-width: 768px){
    .top-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .tour-img img{
        height:200px;
    }
}
/* Included / Excluded Boxes */
.info-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    padding:25px;
}

.info-box ul{
    padding-left:0;
    list-style:none;
}

.info-box li {
    margin-bottom: 15px;
    font-size: 17px;
    color: #696969;
}
ul.list-2 {
    list-style: none;
    padding: 0;
}ul.list-2 li {
    margin: 11px 0;
}ul.list-2 li i {
    margin-right: 15px;
}

.info-box i{
    margin-right:8px;
}

/* Sidebar */
.sidebar-card{
    background:#fff;
    border-radius:12px;
    padding:15px;
    border:1px solid #eee;
    margin-bottom:25px;
}

.book-btn{
    background:#1677b5;
    border:none;
    width:100%;
    padding:10px;
    border-radius:8px;
}

.help-box{
    background:#ffcc00;
    border-radius:12px;
    padding:25px;
}

.promo-card{
    background:#111;
    color:#fff;
    border-radius:12px;
    padding:20px;
    text-align:center;
}
.list-detail .section-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}.info-box h6 {
    font-size: 24px;
}
/* Itinerary */
.itinerary-item{
    padding:15px 0;
    border-bottom:1px solid #eee;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.itinerary-item i{
    color:#1677b5;
}

/* Responsive */
@media (max-width: 992px){
    .sidebar{
        margin-top:40px;
    }
}

@media (max-width: 768px){
    .info-row{
        flex-direction:column;
    }
}
.details-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
}

.details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s ease;
}

/* Equal height rows like screenshot */
.row.g-2 > [class*='col-'] {
    display: flex;
}

.row.g-2 > [class*='col-'] .details-image {
    width: 100%;
}

/* Set custom heights for collage look */
.col-xl-3 .details-image {
    height: 300px;
}

.col-xl-6 .details-image {
    height: 300px;
}

/* Second row slightly shorter */
.col-xl-6:nth-child(4) .details-image {
    height: 230px;
}

.col-xl-3:nth-child(5) .details-image,
.col-xl-3:nth-child(6) .details-image {
    height: 230px;
}

/* Hover effect */
.details-image:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .details-image {
        height: 220px !important;
    }
}

@media (max-width: 768px) {
    .details-image {
        height: 200px !important;
    }
}


.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.custom-accordion .accordion-button {
    background: none;
    box-shadow: none;
    padding: 20px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.custom-accordion .accordion-button::after {
    margin-left: auto;
}

.check-circle {
    width: 32px;
    height: 32px;
    background: #ff5a3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.check-circle i {
    color: #fff;
    font-size: 14px;
}

.title-text {
    font-size: 16px;
}

.accordion-body {
    padding-left: 50px;
    color: #555;
}

/* Remove blue focus */
.accordion-button:focus {
    box-shadow: none;
}

/* Change active arrow color */
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(33%) sepia(88%) saturate(4513%) hue-rotate(350deg);
}

.faq-accordion .accordion-item {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-weight: 500;
    padding: 10px;
    position: relative;
}

.faq-accordion .accordion-button::after {
    display: none;
}

/* Custom Plus / Minus Circle */
.faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
}

.accordion-body {
    padding: 0 20px 20px;
    color: #555;
}

.accordion-button:focus {
    box-shadow: none;
}
.cab-info {
	justify-content: center;
  display: flex;
  align-items: center;
}

.card {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 10px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
.card .card-tour-img {
	height:200px!important;
}

.card img {
	border-radius: 16px;
	min-height:250px;
}
.card small {
  font-size: 13px;
  color: #999;
}

.card h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 3px 0;
}

.card p {
  font-size: 15px;
  color: #888;
  margin: 0;
}

/* Hover */
.card:hover {
 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.card:hover p {
    color: #000;
}
.tour-package-name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  margin-top: 0px;
  padding: 3px;
}
.tour-package-info {
  border-top: solid 1px #e7e7e7;
  margin-top: 10px;
  padding-top: 5px;
}
.tour-package-info .start-from {
  color: #777777;
  font-size: 12px;
}
.search-route ul {
	background: #d9e6f7;
	border-radius: 15px;
}
.trip-cab {
  border: 2px solid #1254aa;
    border-left-width: 2px;
  border-left-width: 2px;
  border-radius: 16px;
  padding: 2px;
  height: 100%;
  background: #d9e6f7;
  transition: all 0.3s ease;
  border-left-width: 7px;
}
.tour-price {
	font-size:18px;
}
element {
  width: 100%;
  background: #FDCE04;
  color: #000;
  border-radius: 30px;
}
.nav-pills .nav-link.active {
	
  background: #FDCE04;
  color: #000;
  border-radius: 30px;

}
.inner-page {
	padding:50px 0 !important;
}
.page-detail{
  margin-top: 0;
  background: #D9E6F7;
  border-radius: 20px;
  padding: 30px;
  border: dashed 1px #ccc;
}
.booking-detail{
  margin-top: 0;
  background: #D9E6F7;
  border-radius: 20px;
  padding: 30px;
  border: dashed 1px #ccc;
}
.visitor-guide {
  padding: 0px;
  position: relative;
}
.booking-info {
  margin-top: 15px;
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.booking-info ul {
  float: left;
  width: 100%;
  margin: 0;
  padding:0px;
}
.booking-info ul li {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  position: relative;
}
.booking-section .container {
  max-width: 600px!important;
}
.pick-detail-form ul li {
  list-style: none;
  margin-top: 10px;
}
.pick-detail-form ul {
	padding:0px;
	margin:0px;
}
.pick-detail-form .bi-alarm {
  margin-left: -35px;
  margin-top: 15px;
}
.sidebar {
	
}
.helpline {
	background:#FFCC00;
	text-align:center;
}

.blog-shadow-box {
  padding: 20px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
  border-radius: 10px;
  min-height:600px;
  
}
.blog-desc {
  color: #868585;
  font-size: 14px;
}
@keyframes sp-anime {
  100% { transform: rotate(360deg); }
}


#overlay {
  position: absolute;
  z-index: 100;
  width: 58%;
  height: 55%;
  display: none;
  background: rgba(0,0,0,0.1);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
	-webkit-animation: sp-anime 0.8s infinite linear;
	animation: sp-anime 0.8s infinite linear;
}
.tags {
	border:1px solid #ddd;
	border-radius:5px;
	padding:8px;
}
.tags a {color:#000;font-size:14px;}
.tags a:hover {color:#FFCC00;font-size:14px;}
.swiper-pagination-bullet {
	width:12px!important;
	height:12px!important;
	margin-right:8px!important;
}
.swiper-slide .img-thumbnail{padding:0px!important;}