body,
body.panell {
  font-family: "Maven Pro", sans-serif;
  color: #333;
  overflow-x: hidden;
}
.top_nav_link.active,
.top_nav_link:hover {
  background: linear-gradient(#B1D454, #B1D454);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  border: none;
}
.text_linear {
  background: linear-gradient(90deg, #B1D454, #B1D454);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  border: none;
}
.text_linear_blue {
    background: linear-gradient(90deg, #B1D454, #B1D454);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    border: none;
  }

.placeorder_items li .btn_primary.active {
  color: #B1D454 !important;
  border: 1px solid #B1D454 !important;
}

.placeorder_items li .btn_primary {
  margin-bottom: 2px;
}

.grid-wrapper .big,
.grid-wrapper .wide {
  grid-column: span 2;
}

.field input,
input[type="number"] {
  -moz-appearance: textfield;
}

.dropdown-menu,
.sidebar_height,
.table-responsive,
.addons_container,
:root {
  /* scrollbar-color: #B1D454 rgba(0, 0, 0, 0.2); */
  scrollbar-color: #B1D454 #fff;
  scrollbar-width: thin;
  border-radius: 10px;
}

body {
  /* background-image: url(../../assets/images/home_images/main_bg.webp); */
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home_bg {
  /* background-image: url(../../assets/images/home_images/home_bgg.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bgggg {
  /* background-image: url(../../assets/images/home_images/illus2.png); */
  background-size: 400px 400px;
  height: 400px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 20px 0;
}

.sign_up_bg,
body.panell {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

p {
  font-size: 15px;
}

body.panell {
  /* background-image: url(../../assets/images/svg/panel_bg.svg); */
  min-height: 100vh;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #B1D454;
}

.top_feature_card,
.top_feature_card2 {
  box-shadow: 0 2px 4px 0 rgb(40, 41, 61, 0.4);
}

.sign_up_bg {
  /* background-image: url(../../assets/images/auth_images/sign_up_bg.png); */
}

.top_nav_bg {
  /* background: #c6ece8; */
  /* background: linear-gradient(90deg, #ffffff, #e2f6fc); */
}
.top_mini_nav_bg {
  background: #b72635;
  /* background: linear-gradient(100deg, #ffffff, hsl(118, 93%, 45%)); */
  color: white; 
}

.login_card_bg,
.policy_bg {
  background-position: center;
}

.login_card_bg,
.policy_bg,
ul.highlight_list li i {
  background-repeat: no-repeat;
}

.top_nav_link {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.top_nav_link.active {
  background-color: transparent !important;
  border: none;
  font-weight: bold;
}

.brand_color {
  color: #E1AB1D !important;
  font-size: 36px;
  font-weight: 700;
}
.brand_logo {
  background: linear-gradient(to left, #B1D454, #ffffff);
  border-radius: 8px;
  margin-top: 3px;
  padding: 10px;
  color: #003300; /* dark green text for contrast */
  font-weight: bold;
  /* border: 1px solid #B1D454; */
}


.btn_primary {
  background-color: #1e1d1d;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #1e1d1d;
  transition: 0.3s ease-in-out;
}
.btn_primary_order_place {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}
.btn_primary_nav {
  background: linear-gradient(#B1D454, #B1D454);
  color: #fff;
  border-radius: 8px;
  border: 1px solid #B1D454;
  transition: 0.3s ease-in-out;
}
.btn_primary_nav:hover {
  background: #fff;
  color: #B1D454;
  border: 1px solid #B1D454;
}
.btn_light,
.btn_primary:hover {
  background-color: #fff;
  color: #B1D454;
}

.btn_primary:hover {
  border: 1px solid #B1D454 !important;
}

.btn_light {
  border-radius: 8px;
  border: 1px solid #B1D454;
  transition: 0.3s ease-in-out;
}

.all_categories_section .all_categories_carousel .owl-nav .owl-next:hover,
.all_categories_section .all_categories_carousel .owl-nav .owl-prev:hover,
.btn_light:hover,
.btn_light_orange,
.popular_categories_section
  .popular_categories_carousel
  .owl-nav
  .owl-next:hover,
.popular_categories_section
  .popular_categories_carousel
  .owl-nav
  .owl-prev:hover,
.pricing_card:hover .choose_plan_btn {
  background-color: #B1D454;
  color: #fff;
}

.btn_secondary {
  background-color: #B1D454;
  border: 1px solid #B1D454;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

.btn_secondary:hover {
  background-color: #fff;
  border: 1px solid #B1D454;
  color: #B1D454;
}

.main_heading {
  font-size: 1.6rem;
  font-weight: 700;
}

.color_primary {
  color: #121212 !important;
}

.custom_accordion_button,
.text_style {
  font-size: 16px;
  font-weight: 700;
}

.text_justify {
  text-align: justify;
}

.text_primary {
  font-size: 0.9rem;
}

.text_light {
  color: #8f8f8f !important;
}
.text_light_footer {
  color: #605d5d !important;
  font-weight: bold;
}

.text_mutedblue {
  color: #6e7491;
}

.text_lightgrey {
  color: rgb(0, 0, 0, 0.75);
}

.text_grey {
  color: rgba(2, 11, 49, 0.7) !important;
  font-weight: 500;
}

.text_info {
  color: #B1D454 !important;
}

.text_orange {
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.text_orange_new {
  color: #b54306;
  font-weight: 900 !important;
}
.text_blue {
  color: #020b31;
}

.text_light_blue {
  color: #020b3180;
}

.text_light_white {
  color: rgba(255, 255, 255, 0.7);
}

.bg_orange,
.choose_plan_btn:hover,
.custom_progress_bar .progress-bar {
  background-color: #B1D454;
}
.bg_blue {
  background-color: #B1D454;
}
.addons_card_bg {
  background-color: rgba(217, 217, 217, 0.5);
  border-bottom: 0.5px solid rgb(250, 132, 67, 0.3);
}

.bg_light_orange {
  background-color: rgb(250, 132, 67, 0.2);
}

.bg_mid_orange {
  background-color: rgb(250, 132, 67, 0.5);
}

.bg_light_orangee {
  background-color: rgb(250, 132, 67, 0.2);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.text_small {
  font-size: 11px;
}

.text_medium {
  font-size: 13px;
}

.w_60 {
  width: 60%;
}

.fs_7 {
  font-size: 7px;
}

.fs_8 {
  font-size: 8px;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_17 {
  font-size: 17px;
}

.fs_18 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}

.fs_21 {
  font-size: 21px;
}

.fs_23 {
  font-size: 23px;
}

.fs_25 {
  font-size: 25px;
}

.hero_sec {
  height: 400px;
}

.top_feature_card {
  border: none;
  border-radius: 16px;
}

.top_feature_card2 {
  border: none;
  border-radius: 8px;
}

.category_banner {
  height: 400px;
}

.blog_detail_main_card img,
.category_banner_img,
.category_img_section img,
.category_img_section2 img,
.expert_agent_img img,
.product_img img,
.recent_blog_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.category_card {
  background-color: #fff;
  /* border-radius: 16px; */
  transition: 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 2px 12px 2px rgb(250, 132, 67, 0.2);
}

.category_img_section {
  width: 100%;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
}

.category_img_section_new {
  width: 100%;
  height: 245px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f9fa; /* optional: light gray background */
  display: flex;
  justify-content: center;
  align-items: center;
}

.category_img_section_new img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .category_img_section_new img {
    width: 100%;
    height: auto;
  }
}

.category_img_section img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.category_card2 {
  background-color: #faf8ed;
  /* border-radius: 16px; */
  transition: 0.3s ease-in-out;
}

.category_img_section2 {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}

.category_card2:hover,
.category_card:hover {
  box-shadow: 0 2px 12px 2px rgb(250, 132, 67, 0.4);
}

.like_btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #B1D454;
  background-color: #B1D454;
  display: flex;
  justify-content: center;
  align-items: end;
}

.like_btn:hover {
  background-color: rgb(250, 132, 67, 0.8);
  box-shadow: 0 1px 5px 1px #B1D454;
}

.contact_input:focus,
.custom_accordion_button:focus,
.like_btn:focus {
  box-shadow: none;
}

.description_text {
  font-size: 10px;
}

.location_tabs {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}

.location_tabs::-webkit-scrollbar {
  display: none;
}

.choose_us_card {
  border: none;
  background-color: transparent;
  border-radius: 10px;
}

.choose_us_card:hover {
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgb(40, 41, 61, 0.2);
}

.choose_card_img {
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.footer_signup_card {
  background-color: #B1D454;
  border-radius: 30px;
  border: none;
}

.footer_input {
  caret-color: #B1D454;
}

.footer_input:focus {
  box-shadow: none;
  border: none;
}

.footer_signup_btn {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc3545;
}

.footer_signup_btn:hover {
  background-color: #B1D454;
  box-shadow: 0 1px 5px 1px #B1D454;
}

.footer_socail_icon {
  height: 32px;
  width: 32px;
  border: 1px solid #5b5f62;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_socail_icon:hover {
  border: 1px solid #B1D454;
  background-color: rgb(250, 132, 67, 0.3);
}

.footer_nav_link {
  color: #676a6c;
  font-size: 14px;
  font-weight: 600;
}

.footer_nav_link:hover {
  color: #B1D454;
  font-size: 15px;
}

.popular_categories_section {
  padding: 40px 0;
  overflow: hidden;
}

.all_categories_section .all_categories_carousel .owl-stage,
.find_categories_section .find_categories_carousel .owl-stage,
.popular_categories_section .popular_categories_carousel .owl-stage {
  padding-left: 0 !important;
}

.all_categories_section .all_categories_carousel .owl-stage-outer,
.find_categories_section .find_categories_carousel .owl-stage-outer,
.popular_categories_section .popular_categories_carousel .owl-stage-outer {
  overflow: unset;
}

.popular_categories_section .popular_categories_carousel .owl-nav .owl-next,
.popular_categories_section .popular_categories_carousel .owl-nav .owl-prev {
  width: 34px;
  border: 1px solid #B1D454;
  background-color: #fff;
  border-radius: 50%;
  height: 34px;
  font-size: 18px;
  color: #B1D454;
  transition: 0.3s ease-in-out;
}

.popular_categories_carousel .owl-nav,
.popular_categories_carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -50px;
  right: 0;
}

.find_categories_item,
.popular_categories_item {
  margin: 10px 3px;
  display: block;
}

.popular_categories_item_card {
  box-shadow: 0 13px 31px #dce1ed;
  margin: 30px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  border: none;
  height: 430px;
  width:530px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.popular_categories_item_card_inner {
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
  display: none;
}

.popular_categories_item:hover .popular_categories_item_card_inner {
  display: flex;
  transition: 0.5s ease-in-out;
}

.all_categories_section {
  padding: 40px 0 0;
  overflow: hidden;
}

.all_categories_section .all_categories_carousel .owl-nav .owl-next,
.all_categories_section .all_categories_carousel .owl-nav .owl-prev {
  width: 30px;
  border: 1px solid #B1D454;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  font-size: 20px;
  color: #B1D454;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all_categories_carousel .owl-nav,
.all_categories_carousel .owl-nav.disabled,
.find_categories_carousel .owl-nav,
.find_categories_carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -38px;
  right: 0;
}

.all_categories_item {
  margin: 5px 0;
  display: block;
}

.all_categories_card,
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.all_categories_card {
  margin: 10px auto;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  border: 5px solid #B1D454;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.destination_tabs {
  border: 1px solid #2d3134 !important;
  color: #2d3134;
  border-radius: 100px !important;
  background-color: transparent !important;
  padding: 3px 20px;
  min-width: max-content;
}

.destination_tabs.active,
.destination_tabs:hover {
  border: 1px solid #B1D454 !important;
  color: #fff;
  background-color: #B1D454 !important;
}

.find_categories_section {
  padding: 19px 0 0;
  overflow: hidden;
}

.product_tabs,
.sidebar_nav_text {
  text-align: start;
  padding: 12px 5px;
}

.find_categories_section .find_categories_carousel .owl-nav .owl-next,
.find_categories_section .find_categories_carousel .owl-nav .owl-prev {
  width: 34px !important;
  border: 1px solid #B1D454 !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 34px !important;
  font-size: 18px !important;
  color: #B1D454 !important;
  transition: 0.3s ease-in-out !important;
}

.find_categories_section .find_categories_carousel .owl-nav .owl-next:hover,
.find_categories_section .find_categories_carousel .owl-nav .owl-prev:hover {
  background-color: #B1D454 !important;
  color: #fff !important;
}

.grid-wrapper > div {
  align-items: center;
  border-radius: 20px;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}

.grid-wrapper .big,
.grid-wrapper .tall {
  grid-row: span 2;
}

.best_service_heading_style {
  border: none;
  border-radius: 16px 0 0;
  background-color: #B1D454;
  width: fit-content;
}

.sorted_card {
  border: none;
  border-radius: 0 16px 16px;
  box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.14);
}

.left_spacing {
  margin-top: -180px;
  right: 5%;
}

.sort_input {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.15);
}

.tour_book_card {
  /* margin-bottom: 140px; */
  width: 220px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgb(96, 97, 112, 0.16);
}

.tour_book_card_img {
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.testimonial_slider_img img,
.tour_book_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tour_detail_card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.15);
}

.cart_detail_card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.15);
}

.mob_tour_detail_card {
  border-radius: 5px;
  box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.15);
  background-color: #5b5f621d;
  /* background-color: #5b5f623a; */
  border: none;
}

.cart_detail_card hr,
.tour_detail_card hr {
  color: #B1D454 !important;
  opacity: 0.3 !important;
  margin: 0.5rem 0 !important;
}

.border_left {
  border-left: 5px solid #B1D454 !important;
}

.tour_detail_input {
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 10px 0 rgb(0, 0, 0, 0.1);
}

.tour_detail_input::placeholder {
  color: #d9d9d9;
}

.our_story_bg,
.price_offers_table tbody tr {
  background-color: #f8fafc;
}

.price_offers_table thead tr th {
  background-color: rgb(250, 132, 67, 0.2) !important;
}

.price_offers_table th {
  min-width: 50px;
  font-size: 14px;
}

.price_offers_table th:first-child {
  min-width: 180px;
}

.blog_features_list li:last-child,
.price_offers_table tbody tr:last-child td {
  border: none;
}

ul.highlight_list {
  margin: 10px 0;
  padding-left: 0;
}

ul.highlight_list li {
  padding-left: 35px !important;
  list-style: none;
  position: relative;
  font-family: "Maven Pro";
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 32, 51, 0.8);
  padding: 12px 12px 4px;
  transition: 0.5s ease-in-out;
  text-align: justify;
}

ul.highlight_list li i {
  background-image: url(../../assets/images/svg/check_circle.svg);
  position: absolute;
  left: 0;
  top: 14px;
  text-align: center;
  font-size: 22px;
  width: 50px;
  height: 22px;
  line-height: 28px;
}

.custom_progress {
  height: 10px;
}

.custom_progress_bar {
  /* background-color: #B1D454 */
  background-color: #006d60;
}

.testimonial_card {
  border: none;
  border-radius: 3px;
  background-color: #f8fafc;
  box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.15);
}

.testimonial_img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.passenger_form_input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 47px;
  color: #B1D454;
  caret-color: #B1D454;
  font-size: 14px;
}

.pessenger_box_height {
  height: 45px !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border: 1px solid #B1D454 !important;
}

.passenger_form_textarea {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 47px;
  color: #B1D454;
  caret-color: #B1D454;
  font-size: 14px;
}

.passenger_form_select_input {
  background-image: url(../../assets/images/svg/select_arrow_down.svg);
  background-size: 10px;
}

.passenger_form_input::placeholder {
  color: #d9d9d9;
}

.passenger_form_input:focus {
  box-shadow: none;
  border-color: #B1D454;
}

.passenger_form_textarea::placeholder {
  color: #d9d9d9;
}

.passenger_form_textarea:focus {
  box-shadow: none;
  border-color: #B1D454;
}

.passenger_form_label {
  color: #020b31;
  font-size: 17px;
}

.passenger_form_checkbox,
.passenger_form_checkbox[type="radio"] {
  width: 16px;
  height: 16px;
  border: 1px solid #6e7491;
  border-radius: 2px !important;
}

.passenger_form_checkbox:checked {
  background-color: #fff;
  background-image: url(../../assets/images/svg/checkbox_checked.svg) !important;
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 12px 12px;
}

.form-check-input:focus {
  border-color: #6e7491;
  outline: 0;
  box-shadow: none;
}

.btn_add_to_art {
  width: 100% !important;
  background-color: #B1D454;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 12px;
}

.btn_add_to_art:hover {
  border: 1px solid #B1D454 !important;
  background-color: #ffffff !important;
  color: #B1D454 !important;
}

.btn_buynow {
  width: 100% !important;
  background-color: #fff;
  color: #B1D454;
  font-weight: bold;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid #B1D454 !important;
}

.btn_buynow:hover {
  border: 1px solid #fff !important;
  background-color: #B1D454 !important;
  color: #fff !important;
}

.custom-number-input {
  position: relative;
  display: flex;
  align-items: center;
}

.number-input {
  height: 40px;
  width: 80px;
  padding-right: 25px;
  /* Space for arrows */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.number_input_cart {
  height: 29px;
  width: 70px;
  padding-right: 25px;
  /* Space for arrows */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 17px;
  outline: none;
}

.number_input_cart_order {
  height: 29px;
  width: 70px;
  padding-right: 25px;
  border: none;
  font-size: 17px;
  outline: none;
  color: #B1D454;
}

/* Styling for the arrow buttons */
.arrow-buttons {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.arrow_buttons_cart {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.arrow-buttons button {
  background: none;
  border: none;
  font-size: 10px;
  color: #ff6600;
  /* Orange color */
  cursor: pointer;
  padding: 1px 2px;
}

.arrow_buttons_cart button {
  background: none;
  border: none;
  font-size: 10px;
  color: #ff6600;
  /* Orange color */
  cursor: pointer;
  padding: 0px 2px;
}

.arrow-buttons button:hover {
  color: #d35400;
  /* Darker orange */
}

.custom_accordion_button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}

.custom_accordion_button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion_header {
  height: 134px;
  border-radius: 12px;
  overflow: hidden;
}

.faq_icon_bg {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe6d9;
  border: none;
  border-radius: 50%;
}

.faq_bottom_card {
  border: none;
  border-radius: 12px;
  background-color: #efede0;
}

.expert_agent_card {
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.15);
  border: none;
  border-top: 17px solid #ffd482;
  height: 340px !important;
}

.expert_agent_img {
  height: 138px;
  width: 138px;
  border: none;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.contact_card {
  border: 1px solid #e0f2ff;
  border-radius: 32px;
}

.contact_icon_bg {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: none;
  background-color: #B1D454;
  box-shadow: 0 16px 40px 0 rgb(250, 132, 67, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contact_input {
  border: 1px solid #B1D454;
  border-radius: 20px;
}

.policy_bg {
  background-image: url(../../assets/images/home_images/policy_cover.png);
  background-size: cover;
}

.policy_back_block {
  height: 600px;
  max-width: 50%;
  border-radius: 200px;
  border: none;
  overflow: hidden;
}

.policy_front_block {
  height: 470px;
  max-width: 80%;
  border-radius: 200px;
  border: 12px solid #fff;
  overflow: hidden;
  margin-bottom: -70px;
}

.sign_up_card {
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.sign_up_input {
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 48px;
}

.sign_up_input:focus {
  box-shadow: none;
  border: 1px solid #B1D454;
}

.sign_up_label {
  color: #828282;
  font-weight: 600;
}

.login_card_bg {
  background-color: #B1D454;
  /* background-image: url(../../assets/images/home_images/login_bg.png); */
  background-size: 100% 100%;
}

.login_blur_card {
  border: 1px solid #B1D454;
  border-radius: 16px;
  background-color: rgba(183, 246, 211, 0.25);
}

.remember_me_checkbox {
  height: 16px;
  width: 16px;
  border: 1px solid #dadada;
  border-radius: 2px;
}

.payment_method_radio:checked,
.payment_method_switch:checked,
.remember_me_checkbox:checked {
  background-color: #B1D454;
  border-color: #B1D454;
}

.forget_password_card {
  border-radius: 30px;
  border: none;
}

.logged_in_user {
  height: 40px;
  width: 40px;
  border-radius: 50%;
   /*overflow: hidden; Ensure child image doesn't overflow */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logged_in_user img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Ensures image covers the container */
  border-radius: 50%; /* Ensures image itself is round */
}

.logged_in_user_name {
  color: #676a6c;
  font-size: 16px;
}

.my_dropdown_menu {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgb(0, 0, 0, 0.08);
}

.my_dropdown_menu .dropdown-item,
.my_dropdown_menu_mainpage .dropdown-item {
  color: #9398b2;
}

.my_dropdown_menu_mainpage {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgb(0, 0, 0, 0.08);
  margin-top: -18px !important;
}

.panel_card {
  border: 1px solid #e0f2ff;
  border-radius: 12px;
  background-color: #fff;
}

.sidebar_nav_text {
  font-size: 14px;
  color: #9398b2;
  display: flex;
  align-items: center;
}

.sidebar_nav_text:hover {
  color: #9398b2;
  background-color: rgb(250, 132, 67, 0.2);
  border-radius: 12px;
}

.my_new_pagination .page-item.active .page-link,
.product_tabs:hover {
  color: #fff;
  background-color: #B1D454 !important;
}

.sidebar_nav_text.active {
  color: #fff;
  background-color: #B1D454 !important;
  border-radius: 12px;
}

.panel_back_btn {
  height: 30px;
  width: 30px;
  border: 1px solid #B1D454;
  border-radius: 50%;
  background-color: #B1D454;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.panel_back_btn:hover {
  background-color: rgb(250, 132, 67, 0.8);
}

.booking_card {
  border-radius: 16px;
  background-color: #faf8ed;
  box-shadow: 0 0 90px 0 rgb(192, 188, 161, 0.2);
  border: 1px solid #fff;
}

.booking_card_img {
  border-radius: 16px;
  width: 278px;
  height: 196px;
  overflow: hidden;
}

.rating_card {
  border: 1px solid #B1D454;
  border-radius: 4px;
}

.product_img {
  height: 70px;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}

#more_order_detailss,
.action_btns,
.add_featuretable,
.dropzone.dz-started .dz-message span.text,
.faq_q_block,
.feature_table,
.hideee,
.highcharts-credits,
.password_fields,
.product_sectionhide,
.rte_command_insertvideo,
.top_nav_link.dropdown-toggle::after,
span.plus {
  display: none;
}

.action_btns_hov:hover .action_btns {
  display: block;
  transition: 0.3s ease-in-out;
}

.btn_action {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-bottom: 9px;
}

/* .btn_action img {
    width: 10px; 
    height: 10px;
    object-fit: contain; 
} */

.btn_action:hover {
  background-color: rgb(255, 255, 255, 0.7);
  box-shadow: 0 1px 5px 2px rgb(250, 132, 67, 0.3);
}

.product_tabs {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9398b2;
  background-color: rgb(250, 132, 67, 0.2) !important;
  border-radius: 12px;
}

.my_new_pagination {
  display: flex;
  justify-content: end;
}

.my_new_pagination .page-item {
  margin: 0 8px;
}

.my_new_pagination .page-item:first-child {
  margin-left: 0;
}

.my_new_pagination .page-item:last-child {
  margin-right: 10px;
}

.my_new_pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #121212;
}

.dropzone_small,
.richtexteditor {
  border: 1px solid #d9d9d9;
}

.my_new_pagination .page-item:hover .page-link,
.rte-modern rte-toolbar-button:hover {
  background-color: rgb(250, 132, 67, 0.3);
}

.richtexteditor,
rte-bottom,
rte-content {
  background: #fff;
}

.richtexteditor.rte-modern rte-toolbar {
  background: #fff;
  font-size: 14px;
  color: #B1D454;
}

.rte-modern rte-toolbar-button.rte-command-active {
  background-color: rgb(250, 132, 67, 0.3);
  fill: #B1D454;
}

.dropzone_main {
  background: #ffff !important;
  border: 1px solid #d9d9d9 !important;
  min-height: 150px;
  border-radius: 12px;
  display: flow-root;
}

.dropzone_circle,
.dropzone_small {
  background: #ffff !important;
  display: flex;
}

.dropzone_small {
  height: 158.42px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dropzone_circle {
  width: 72px;
  height: 72px;
  border: 1px solid #d9d9d9;
  border-radius: 50% !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.limited_description_1,
.limited_description_2,
.limited_description_3,
.limited_description_5 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dropzone.dz-drag-hover {
  border: 1px solid #B1D454 !important;
}

.dz-message.needsclick img {
  display: block;
  margin: auto auto 10px;
  height: 100px;
  width: 100px !important;
  object-fit: cover;
}

.dropzone.dz-started .dz-message {
  width: 120px;
  float: right;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 120px;
  margin: 16px;
  transition: 0.2s;
}

.dropzone.dz-started .dz-message span.plus {
  display: block;
  font-size: 70px;
  color: #aaa;
  line-height: 110px;
}

.select2 .select2-container .select2-container--default {
  width: 100%;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  min-height: 36px;
  color: #B1D454;
  caret-color: #B1D454;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: rgb(250, 132, 67, 0.2);
  border: 1px solid #B1D454;
  margin-top: 4px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #B1D454;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #B1D454;
  outline: 0;
}

[data-tooltip].tooltip-bottom::before,
[data-tooltip].tooltip-left::before,
[data-tooltip].tooltip-right::before,
[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  position: absolute;
}

.error,
.note,
.required_show,
.text_danger {
  color: red !important;
}

#pagination {
  justify-content: end;
}

.my_allproductscoverimg {
  height: 100%;
  object-fit: cover;
}

.order_product_card {
  border: none;
  border-radius: 10px;
  background-color: #f8fafc;
}

.order_adon_card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 33px 1px rgb(250, 132, 67, 0.2) inset;
}

.addons_crossbtn:hover,
.cross_btn:hover {
  cursor: pointer;
}

.addons_crossbtn,
.cross_btn {
  width: 21px;
}

.addons_cross_btn {
  padding: 2px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1px solid #B1D454;
}

.addons_cross_btn:hover {
  border: 2px solid #B1D454;
  transition: all;
  cursor: pointer;
}

.delete_bin_btn {
  cursor: pointer;
  height: 14px;
  width: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.limited_description_1 {
  -webkit-line-clamp: 1;
}

.limited_description_2 {
  -webkit-line-clamp: 2;
}

.limited_description_3 {
  -webkit-line-clamp: 3;
}

.limited_description_5 {
  -webkit-line-clamp: 5;
}

.shadow_effect {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.testimonial_carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.testimonial_carousel .owl-nav button.owl-next,
.testimonial_carousel .owl-nav button.owl-prev {
  height: 47px !important;
  width: 47px !important;
  border-radius: 50% !important;
  color: #B1D454 !important;
  font-size: 28px !important;
  background-color: #fff !important;
  border: 1px solid #B1D454 !important;
  transition: 0.3s ease-in-out !important;
}

.testimonial_carousel .owl-nav button.owl-next:hover,
.testimonial_carousel .owl-nav button.owl-prev:hover {
  color: #fff !important;
  background-color: #B1D454 !important;
}

.testimonial_slider_card {
  border: 1px solid #B1D454;
  border-radius: 32px;
  padding: 20px;
  margin: 3px;
}

.testimonial_slider_img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  justify-content: space-between;
}

.field input {
  width: 45%;
  outline: 0;
  font-size: 12px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #B1D454;
  background: rgb(253, 196, 0, 0.1) !important;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0;
  right: 50%;
  position: absolute;
  border-radius: 5px;
  background: #B1D454;
}

.range-input,
[data-tooltip] {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: 0 0;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #B1D454;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #B1D454;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

[data-tooltip]::after {
  background-color: #B1D454;
  box-shadow: 2px 2px 7px 1px rgb(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  color: #fff;
  content: attr(data-tooltip);
  font-family: Inter;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: justify;
  text-transform: none;
  transition: opacity 0.2s;
  visibility: hidden;
  z-index: 1;
}

[data-tooltip].tooltip-top::before {
  border-color: rgb(250, 132, 67, 0.9) transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-bottom::before {
  border-color: transparent transparent rgb(250, 132, 67, 0.9);
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-left::before {
  border-color: transparent transparent transparent rgb(250, 132, 67, 0.9);
  top: 0.3rem;
  right: calc(110% - 0.2rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-left::after {
  top: -0.3rem;
  right: calc(110% + 0.3rem);
}

[data-tooltip].tooltip-right::before {
  border-color: transparent rgb(250, 132, 67, 0.9) transparent transparent;
  top: 0.3rem;
  left: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-right::after {
  top: -0.3rem;
  left: calc(110% + 0.2rem);
}

@media (max-width: 767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none;
  }

  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}

[data-tooltip]:hover::after,
[data-tooltip][class*="tooltip-"]:hover::before {
  visibility: visible;
  opacity: 1;
}

[data-tooltip].tooltip-desc::after {
  width: 250px;
}

.box_shadow {
  border: 1px solid #000;
  margin: 10px 15px;
  border-radius: 10px;
}

.profile_img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #B1D454;
  overflow: hidden;
}

.blogger_img img,
.profile_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top_activites_heading {
  display: inline;
}

.top_activity_dashboard {
  margin-left: 15px;
}

.swal2-popup.swal2-toast .swal2-html-container {
  font-size: 18px !important;
}

.swal2-timer-progress-bar {
  background: #B1D454 !important;
}

.swal2-popup.swal2-toast {
  border: none !important;
  box-shadow: 0 2px 12px 2px rgb(250, 132, 67, 0.4) !important;
}

.home_topcard_left {
  margin-left: 164px;
}

.home_topcard_left,
.home_topcard_right {
  width: 168px;
}

/* .home_topcard_img {
  width: 192px;
  height: 137px;
  border-radius: 8px;
} */

.home_topcard_img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

.train_icon_pos {
  margin-left: 280px;
  margin-top: 36px;
}

.whatsapp_btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #4dc247;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 0;
  z-index: 99999;
}

.whatsapp_btn:hover {
  box-shadow: 0 2px 6px 2px #3586319a;
  transition: 0.2s ease-out;
}

.payment_method_radio {
  height: 20px;
  width: 20px;
}

.sidebar_badge::after {
  font-size: 13px;
  width: 90px !important;
  text-align: center;
  margin-left: -36px;
}

.order_detail_customer_detail {
  font-size: 13px;
  font-weight: 700;
}

/* .tour_detail_carousel .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important
} */
.tour_detail_carousel {
  position: relative;
}

.tour_detail_carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* Prevents blocking slide clicks */
}

.tour_detail_carousel .owl-nav .owl-next,
.tour_detail_carousel .owl-nav .owl-prev {
  color: #7d7d7d !important;
  font-size: 100px !important;
  pointer-events: auto !important;
  transition: all 0.3s ease-in-out !important;
  font-family: Arial, sans-serif !important;
  border-radius: 50% !important;
  text-shadow: 2px 4px 10px rgba(255, 255, 255, 0.3),
    /* Soft outer shadow */ 0px 0px 20px rgba(255, 255, 255, 0.3) !important;
  /* Glow effect */
}

.tour_detail_carousel .owl-nav .owl-next:hover,
.tour_detail_carousel .owl-nav .owl-prev:hover {
  font-size: 130px !important;
  transform: scale(1.05) !important;
}

.blog_detail_main_card {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
}

.blog_detail_title_bg {
  background-color: rgb(0, 0, 0, 0.7);
}

.blog_category_bg {
  background-color: #f1ecff;
  color: #B1D454;
  display: inline-flex;
  align-items: center;
}

.blog_category_dot {
  background-color: #B1D454;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.pricing_plan_switch {
  color: #333;
}

.pricing_plan_switch.active {
  background-color: #B1D454 !important;
}

.choose_plan_btn {
  background-color: #fff;
}

.pricing_card {
  border-radius: 26px;
}

.pricing_card:hover {
  background-color: #ffd482;
  box-shadow: 0 42px 34px 0 rgb(250, 132, 67, 0.4);
}

.article_secondary_card {
  background-color: rgb(255, 212, 130, 0.5);
  border-radius: 16px;
}

.rating_star {
  color: #fbbc05;
}

.custom_progress_bar {
  height: 10px;
  border-radius: 20px;
  width: 100%;
}

.comment_user_profile {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #B1D454;
}

.comment_user_profile img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.comment_box {
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffd482;
}

.blogger_card,
.share_card_bg {
  border-radius: 15px;
  background-color: rgb(255, 212, 130, 0.5);
}

.blogger_img {
  width: 109px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.blog_features_card {
  border: 1px solid #B1D454;
  border-radius: 12px;
  overflow: hidden;
}

.blog_features_list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog_features_list li {
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #B1D454;
}

.blog_features_list li:hover {
  cursor: pointer;
  background: linear-gradient(90deg, #B1D454 0, #ffd482 100%);
}

.recent_blog_card {
  background-color: #ffd482;
  border-radius: 10px;
}

.recent_blog_img {
  width: 120px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
}

.nav-item.dropdown#toursDropdownMenu:hover .dropdown-menu {
  display: block;
  max-height: 350px;
  overflow-y: auto;
}

.breadcrumb {
  font-size: 0.95rem;
  font-family: Arial, sans-serif;
}

.breadcrumb_item + .breadcrumb_item::before {
  content: ">";
  color: #6c757d;
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumb_item .breadcrumb_link {
  color: #B1D454;
  text-decoration: none;
  transition: color 0.2s;
  font-family: Arial, sans-serif;
}

.breadcrumb_item .breadcrumb_link:hover {
  color: #676a6c;
}

.breadcrumb_item.active {
  color: #6c757d;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.custom_dropdown {
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom_dropdown_item {
  padding: 10px 20px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.custom_dropdown_item:hover {
  background-color: #B1D454;
  color: #fff;
  border-radius: 5px;
}

.nav-link img {
  margin-left: 5px;
  vertical-align: middle;
}

.sticky_button {
  position: fixed;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}

.addons_error,
.error_messageadult {
  color: red;
}

.tour_addons_checkbox {
  height: 20px !important;
  width: 20px !important;
}

.addons_checkbox {
  transform: scale(1.4);
  /* Scale up the checkbox */
  -webkit-transform: scale(1.4);
  /* For Safari */
  border: 1px solid #B1D454;
  background-color: transparent;
}

.addons_checkbox:checked {
  background-color: #B1D454;
  /* Green background when checked */
  border-color: #B1D454;
  /* Match border color */
  /* box-shadow: 0 2px 6px 2px rgba(250, 131, 67, 0.507) !important; */
}

.cart_addons_checkbox {
  transform: scale(1.4);
  /* Scale up the checkbox */
  -webkit-transform: scale(1.4);
  /* For Safari */
  border: 1px solid #B1D454;
  background-color: transparent;
  height: 20px;
  width: 20px;
}

.cart_addons_checkbox:checked {
  background-color: #B1D454;
  /* Green background when checked */
  border-color: #B1D454;
  /* Match border color */
  /* box-shadow: 0 2px 6px 2px rgba(250, 131, 67, 0.507) !important; */
}

.passenger_addons_checkbox {
  transform: scale(1.4);
  /* Scale up the checkbox */
  -webkit-transform: scale(1.4);
  /* For Safari */
  border: 1px solid #B1D454;
  background-color: transparent;
  height: 14px;
  width: 14px;
  border-radius: 3px !important;
}

.passenger_addons_checkbox:checked {
  background-color: #B1D454;
  /* Green background when checked */
  border-color: #B1D454;
  /* Match border color */
  /* box-shadow: 0 2px 6px 2px rgba(250, 131, 67, 0.507) !important; */
}

.confirm_order_checkbox {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  border: 1px solid #B1D454;
  background-color: transparent;
  height: 10px !important;
  width: 10px !important;
  border-radius: 2px !important;
}

.confirm_order_checkbox:checked {
  background-color: #B1D454;
  border-color: #B1D454;
}

.addons_cart_box {
  border: 1px solid #B1D454;
  border-radius: 8px;
  padding: 16px;
  margin-left: 25px;
  margin-top: 10px;
}

.addons_cart_box_laststep {
  border: 1px solid #B1D454;
  border-radius: 8px;
  padding: 16px;
  margin-top: 10px;
}

.addons_cart_box_order {
  border: 1px solid #B1D454;
  border-radius: 8px;
  padding: 16px;
  margin-top: 10px;
}

.addons_box_card {
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  box-shadow: 1px 2px 6px 1px rgb(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 1px;
}

.cart_detail_addons_price {
  margin-left: 48px;
}

.cart_detail_calender {
  height: 13px;
  font-weight: 13px;
  vertical-align: middle;
}

.cart_detail_nav_btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #B1D454;
  border: 1px solid #B1D454;
  background-color: #ffffff;
}

.cart_detail_nav_btn.active {
  color: #ffffff;
  background-color: #B1D454;
}

.cart_detail_nav_btn.active::after {
  color: #ffffff;
  background-color: #B1D454;
}

.cartdetail_navitems {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Maven Pro", sans-serif;
}

.m_16 {
  margin: 0 16px;
}

.fw_600 {
  font-weight: 600;
}

.fw_500 {
  font-weight: 500;
}

.discount_badge {
  background-color: #b72635;
  color: #ffffff;
  padding: 5px 8px;
  z-index: 1;
  font-weight: 300;
  font-size: 14px;
  border-bottom-right-radius: 8px;
}

.hero_discount_badge {
  background-color: #b72635;
  color: #ffffff;
  padding: 5px 8px;
  z-index: 1;
  font-weight: 300;
  font-size: 14px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
}

#myTabContent {
  margin-bottom: 27px;
}

/* Ensure the parent container has height for proper centering */
.find_categories_container {
  min-height: 250px;
  position: relative;
}

/* Loader inside Top Tours container */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #B1D454;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Bootstrap Spinner (if using `.spinner-border`) */
.spinner-border {
  width: 3rem;
  height: 3rem;
  color: #B1D454;
  /* Match your theme */
}

/* Loader for each category */
.category-loader {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.addon_container {
  display: none;
}

.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
  margin: 50px 0;
}

.slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style-type: none;
}

.slick-dots li {
  height: 15px !important;
  width: 15px !important;
  background-color: #999999;
  border-radius: 50%;
}

.slick-dots .slick-active {
  height: 17px !important;
  width: 17px !important;
  background-color: #B1D454;
}

.rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2 {
  display: block;
}

.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.rev_slider .slick-snext {
  opacity: 0.5;
  transform: translate3d(20%, 0, -20px);
  z-index: 1;
  perspective: 1000px;
}

.rev_slider .slick-snext2 {
  opacity: 0.5;
  transform: translate3d(40%, 0, -40px);
  z-index: 0;
  perspective: 1000px;
}

.rev_slider .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-20%, 0, -20px);
}

.rev_slider .slick-sprev2 {
  opacity: 0.5;
  transform: translate3d(-40%, 0, -40px);
}

.rev_slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  text-align: left;
  border-radius: 0 0 15px 15px;
}

.slide_content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.slide_content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.test {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
}

.test img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sticky_order_detail {
  position: sticky;
  top: 50px;
  align-self: start;
}

.feature_container {
  background-color: #B1D454;
  color: #ffffff;
}

.feature_container .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
}

.feature_container .col-lg-3 {
  flex: 0 0 auto;
  width: 40%;
  min-width: 120px;
}

.custom-radio input {
  display: none;
}

.custom-radio label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  cursor: pointer;
  color: #999;
}

.custom-radio input:checked + label {
  color: #B1D454;
}

.custom-radio label::before {
  content: "";
  width: 14.5px;
  height: 14.5px;
  border-radius: 50%;
  border: 2px solid #B1D454;
  display: inline-block;
}

.custom-radio input:checked + label::before {
  border: 4px solid #B1D454;
}

.mobile-stack {
  flex-direction: column !important;
  align-items: start !important;
}

.passenger-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.tour-date-container {
  width: 30%;
}

/* .passenger-box {
    width: 20%;

} */
.passenger-box .border_style {
  border: 1px solid #B1D454;
}

.passenger-box input {
  width: 25px;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #B1D454;
}

.passenger-box button {
  height: 31px;
  width: 27px;
  background: #dfdede5c;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.passenger_box_container {
  display: flex;
  justify-content: end;
  width: 70%;
  gap: 15px;
}

.text_sparkblue {
  color: #313857;
}

.text_light_sparkblue {
  color: #313857b8;
}

/* .text_styling {
    color: #313857;
    font-size: 14px;
    font-weight: 500;
} */

/* Tour Date Styling */
.tour_date {
  border: 1px solid #B1D454;
  padding: 4px;
  width: 100%;
  border-radius: 0;
  color: #B1D454;
}

.btn_add_cart {
  color: #B1D454;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 7px 0px rgb(0, 0, 0, 0.15);
}
.btn_add_cart:hover {
  color: #fff;
  background-color: #B1D454;
  border-color: #fff;
}

.btn_mob_checkout {
  color: #B1D454;
  background-color: #ffffff;
  border-radius: 16px;
  font-size: 11px;
  box-shadow: 0px 2px 7px 0px rgb(0, 0, 0, 0.15);
}
.btn_mob_checkout:hover {
  color: #fff;
  background-color: #B1D454;
  border-color: #fff;
}

.mob_add_cart_button {
  position: fixed;
  bottom: 70px;
  width: 100%;
  z-index: 20;
  box-shadow: 0px 2px 7px 0px rgb(0, 0, 0, 0.15);
}

.receipt_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

.receipt_container {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.6);
  transition: bottom 0.4s ease-in-out;
  border-radius: 15px 15px 0 0;
  z-index: 19;
  padding: 15px 0;
}

.receipt_open {
  bottom: 135px !important;
}

.arrow_icon {
  font-size: 16px;
  color: white;
  font-weight: bold;
  width: 50px !important;
  transition: transform 0.3s ease-in-out;
}

.arrow_up {
  transform: rotate(180deg);
}

.sort_btn {
  border: 1px solid #B1D454;
  color: black;
  background-color: white;
  border-radius: 13px;
  padding: 5px 15px;
  font-size: 17px;
}

.sort_btn:hover {
  background-color: #B1D454;
  color: white;
}

/* -------Cart Detail Nav Start------- */
.cart_nav_steps_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.cart_nav_step_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 230px;
}

.cart_nav_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  z-index: 2;
}
.navbar-light{
  
  background-color: #fff;
}
.cart_nav_step.active {
  background-color: #B1D454;
}

.cart_nav_step.inactive {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}

.cart_nav_step_line {
  position: absolute;
  top: 11px;
  left: 100%;
  width: 90%;
  height: 2px;
  background-color: #d9d9d9;
  z-index: 1;
  transform: translateX(-50%);
}

.cart_nav_step_line.active {
  background-color: #B1D454;
}

.cart_nav_step_text {
  margin-top: 10px;
  font-size: 17px;
  text-align: center;
  color: #d9d9d9;
  white-space: nowrap;
}

.cart_nav_step_text.active {
  color: #B1D454;
}

.cart_nav_step_text_new {
  margin-top: 10px;
  font-size: 17px;
  text-align: center;
  color: #d9d9d9;
  white-space: nowrap;
}

.cart_nav_step_text_new.active {
  color: #B1D454;
}

.cart_nav_step_line_new {
  position: absolute;
  top: 11px;
  left: 100%;
  width: 90%;
  height: 2px;
  background-color: #d9d9d9;
  z-index: 1;
  transform: translateX(-50%);
}

.cart_nav_step_line_new.active {
  background-color: #B1D454;
}

.modal_content {
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
}

.modal_backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}

.modal_check_icon {
  font-size: 50px;
  color: #ff7f2a !important;
  border: 3px solid #ff7f2a;
  border-radius: 50%;
  padding: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  font-weight: bold;
}

.mob_tour_addons_buttons button {
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 2px 7px 0px rgb(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 0;
  border: none;
}

.mob_tour_addons_buttons button img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.mob_tour_addons_buttons input {
  width: 20px;
  border: none;
  background-color: transparent;
  color: #B1D454;
}

.bg_dull_white {
  background-color: #f4f2f2;
}

.br_5 {
  border-radius: 5px;
}

.addons_container {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
}

.addon_image_container {
  position: relative;
  cursor: pointer;
  width: 137px;
  height: 100px;
}

.addon_image_popup {
  display: none;
  position: absolute;
  top: 0%;
  left: 105%;
  transform: translate(0%, 0%);
  width: 237px;
  height: 200px;
  background-color: white;
  border: 2px solid #ddd;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  /* border-radius: 8px; */
  z-index: 1000;
  /* overflow: hidden; */
}

.addon_image_popup::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -13px;
  /* Position arrow outside the box */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #B1D454;
  /* Creates the left-facing arrow */
}
.addon_image_popup.bottom_arrow::before {
  top: auto;
  bottom: 20%;
  transform: translateY(50%);
}

.addon_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

/* Hide the popup when not hovering */
.addon_image_container:hover .addon_image_popup {
  display: block;
}

.addons_badge {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  background-color: #B1D454;
}

.order_detail_footer {
  box-shadow: 0 3px 6px 0 rgb(40, 41, 61, 0.4);
}

/* Yes or No in cart detail to delete the addons popup button  */
.swal_confirm_button {
  background-color: #B1D454 !important;
  color: white !important;
  border-radius: 5px;
}

.swal_cancel_button {
  background-color: rgb(201, 197, 197) !important;
  color: white !important;
  border-radius: 5px;
}

.swal-popup-class {
  border-radius: 16px;
  padding: 50px 0;
}

.gap_50 {
  gap: 50px;
}

/* <!-- Skeleton Loader Styles --> */

.skeleton-card {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 15px;
}

.skeleton-image {
  width: 100%;
  height: 150px;
  background: #ddd;
  border-radius: 8px;
}
.skeleton-image_1 {
  width: 100%;
  height: 30px;
  background: #ddd;
  border-radius: 8px;
}
.skeleton-image_2 {
  width: 100%;
  height: 100px;
  background: #ddd;
  border-radius: 8px;
}

.skeleton-title,
.skeleton-price {
  height: 15px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 8px;
}

.skeleton-title {
  width: 80%;
}

.skeleton-price {
  width: 50%;
}

.skeleton-button {
  width: 50%;
  height: 30px;
  background: #ddd;
  border-radius: 6px;
}
#blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* Light blur effect */
  backdrop-filter: blur(8px); /* Apply blur */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  z-index: 998; /* Below the toast but above content */
  display: none; /* Hidden by default */
}

.edit_date_icon {
  font-size: 14px !important;
  cursor: pointer;
  color: #7a7777; /* Default color */
  transition: color 0.3s ease-in-out;
}

.edit_date_icon:hover {
  color: #B1D454; /* Orange color on hover */
}
.change_date {
  cursor: pointer;
  color: #ff6600;
}
.hide_cart_empty {
  display: none;
}
.marquee-section {
  background: #b72635;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  position: relative;
  height: 70px;
  padding: 8px 0;
}

.marquee-content {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  animation: scroll-left 20s linear infinite; /* slower, starts immediately */
  will-change: transform;
}

.marquee-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  padding: 0 2rem;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive font size */
@media (max-width: 768px) {
  .marquee-text {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .marquee-text {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
}

.certified-logo-wrapper {
  background-color: #fff; /* Optional: background */
  border-radius: 10px;     /* Optional: rounded edges */
  padding: 10px;           /* Optional: spacing inside */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: shadow */
}

.certified-logo-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.heading-center {
  font-size: 2.25rem !important;
  text-align: center;
}

@media (max-width: 576px) {
  .heading-center {
    font-size: 1.25rem !important; /* adjust for mobile */
  }
}
.carousel-control-prev-icon{
  background-color: black;
    border-radius: 5px;
}
.carousel-control-next-icon{
  background-color: black;
    border-radius: 5px;
}
.carousel-caption-shadow {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.7);
  z-index: 10 !important;
  position: relative;
}

