* {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
}

body {
  font-family: "DM Sans", sans-serif;
  transition: all 0.5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  line-height: 1.5;
  background-color: #fcf5e9;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  position: relative;
}
/* Optional: If you want to prevent text selection only on buttons */
.swiper-btn-next-0, .swiper-btn-prev-0 {
  user-select: none;  /* Prevents text selection on buttons */
}
/* Optional: If you want to prevent text selection only on buttons */
.swiper-main-next-0, .swiper-main-prev-0{
  user-select: none;  /* Prevents text selection on buttons */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "Poppins", ;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
}

span {
  font-family: "DM Sans", sans-serif;
  
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}

.form-control:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

img {
  max-width: 100%;
}

:root {
  --tr-primary-color: #228a7e;
  --tr-white-color: #ffffff;
  --tr-bantext-color: #E6E6E6;
  --tr-tabpara-color: #CDCDCD;
  --tr-heading-color: #222222;
  --tr-text-color: #2e2d2d;
  --tr-bg-color: #F3F9F5;
  --tr-title-color: #000000;
  --tr-form-text: #585858;
  --tr-footer-bg: #091B17;
  --tr-copyright-bg: #091815;
}

:focus-visible {
  outline: none;
  border-color: transparent;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--tr-primary-color);
}

/* Scroll */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px
  }
}

/*-------------- Header section css start ----------*/
/* loader-css */
.tr-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.tr-loader img {
  width: 80px;
}

.tr_demo_wrapper {
  position: relative;
}

.tr_banner_section {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  height: 760px;
}

.tr_banner_slide {
  position: relative;
  max-height: 100%;
  height: 100%;
}

.tr_banner_slider .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tr_header_slide_img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .5s ease-out;
}
/* Overlay */
.tr_header_slide_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 👈 40% black overlay */
  z-index: 2; /* Sit above background but below any content */
  pointer-events: none; /* Prevent interaction */
}

.tr_header_slide_video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1; /* Keeps it behind your content */
}


.tr_heading_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr_heading_img img:nth-child(2),
.tr_heading_img img:nth-child(3) {
  padding-top: 50px;
}

.tr_heading_text {
  max-width: 850px;
  position: absolute;
  z-index: 9999999;
  top: 16%;
  left: 6%;
}

.tr_banner_slide .swiper-button-next .tr_heading_text {
  animation-delay: 1.2s;
}

.tr_heading_text h5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--tr-white-color);
}

/* .tr_heading_text h5::after,
.tr_head_title h6::after {
  position: absolute;
  content: '';
  left: 10%;
  bottom: 0;
  top: 5px;
  height: 2px;
  width: 84px;
  background-color: var(--tr-primary-color);
  margin: auto;
} */

.tr_heading_text h1 {
  font-size: 66px;
  font-weight: 400;
  color: var(--tr-white-color);
}

.tr_heading_text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-bantext-color);
  max-width: 480px;
  padding: 10px 0 23px;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.tr_btn {
  min-width: 136px;
  max-width: 100%;
  border-radius: 5px;
  background-color: var(--tr-primary-color);
  min-height: 45px;
  border: 1px solid var(--tr-primary-color);
  font-size: 16px;
  color: var(--tr-white-color);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  gap: 10px;
  padding: 9px 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.5s;
}

.tr_btn a span {
  margin-left: 10px;
}

.tr_btn:hover {
  background-color: var(--tr-white-color);
  color: var(--tr-primary-color);
  transition: box-shadow 0.5s;
  box-shadow: inset 0 0 0 2em #fff;
  -webkit-box-shadow: inset 0 0 0 2em #fff;
  transition: all .3s;
}

.tr_btn:hover span svg,
.tr_btn:hover span svg path {
  fill: var(--tr-primary-color);
}

.tr_btn::before {
  position: absolute;
  content: '';
  border-radius: 10px;
  transition: 500ms all ease;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  top: 22px;
  opacity: 0;
  background-color: var(--black-color);
  z-index: -1;
  width: 0%;
  height: 100%;
}

.tr_btn:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  opacity: 1;
}

.tr_banner_fullslider .tr_banner_fullslider .tr_heading_text {
  opacity: 1;
}

.tr_menu_wrapper {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 20px 0 20px;
  margin: auto;
  max-width: 1700px;
  z-index: 9;
}
.tr_menu_wrapper.tr-fixed{
  position: fixed;
  top: 0;
  left: 0;
  animation: goDown 0.5s ease-in-out forwards;
  background-color: #212121;
  z-index: 999;
}
@keyframes goDown {
  0%{
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.tr_navmenu_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tr_navmenu_wrapper ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.tr_navmenu_wrapper ul li a,
.tr_navmenu_wrapper ul li.active a {
  font-size: 16px;
  color: var(--tr-white-color);
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  transition: all .5s ease-in-out;
}

.tr_navmenu_wrapper ul li a::before,
.tr_navmenu_wrapper ul li.active a::before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -4px;
  visibility: hidden;
  opacity: 0;
  height: 2px;
  width: 0px;
  background-color: var(--tr-primary-color);
  margin: auto;
}

.tr_navmenu_wrapper ul li a:hover:before,
.tr_navmenu_wrapper ul li.active a::before {
  visibility: visible;
  opacity: 1;
  width: 20px;

}


.tr_toggle_btn {
  display: none;
  margin: 4px 15px 0;
}

.tr_toggle_btn span {
  display: block;
  height: 2px;
  width: 25px;
  margin-bottom: 4px;
  background: var(--tr-white-color);
  transition: all .5s ease-in-out;
  border-radius: 2px;
}

.tr_toggle_btn span:nth-child(1) {
  width: 17px;
}

.tr_toggle_btn span:nth-child(3) {
  width: 12px;
}

.tr_sec {
  position: relative;
  padding: 80px 0;
}

.tr_banner_fullslider {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.tr_banner_imgslider {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 1240px;
  position: absolute;
  top: 28%;
  right: -59px;
}

.tr_banner_imgslider .swiper-slide {
  width: 25%;
  height: 100%;
  padding-top: 53px;
}

.tr_banner_imgslider .swiper-slide img {
  border-radius: 5px;
}

.tr_banner_imgslider .swiper-slide {
  margin-top: 30px;
}

.tr_banner_imgslider .swiper-slide.swiper-slide-active {
  margin-top: 0px;
}

.tr_banner_imgslider .swiper-slide-thumb-active {
  opacity: 1;
  padding-top: 0;
}

.tr_banner_slide:before {
  position: absolute;
  content: '';
  left: 35%;
  top: 74%;
  height: 2px;
  width: 204px;
  max-width: 100%;
  z-index: 9;
  background-color: var(--tr-primary-color);
}

.tr_btn.tr-head-btn {
  background-color: transparent;
  border: 1px solid var(--tr-white-color);
}



.tr_imgslide_box {
  position: relative;
}

.tr_imgslide_box::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 238px;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.78) 100%);
  border-radius: 0 0 5px 5px;
}

.tr_imgslide_text {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 42px;
  z-index: 1;
}

.tr_imgslide_text img {
  width: auto;
  height: auto;
}
.tr_imgslide_text h3,
.tr_imgslide_text h3 a,
.tr_footer_link h3,
.tr_dest_text h3,
.tr_about_box_text h3 {
  color: var(--tr-white-color);
  padding: 10px 0 10px;
}

.tr_imgslide_text p,
span.tr_bullet_text,
span.tr_bullet_number,
.tr_copy_para p,
.tr_footer_para p,
.tr_footer_link ul li a,
.tr_footer_news_wrapper p,
.tr_dest_text p,
.tr_dest_from p,
.tr_dest_rev p,
.tr_blog_admin p,
.tr_about_box_text p {
  color: var(--tr-white-color);
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-btn-prev-1:after,
.swiper-btn-next-1::after,
.swiper-btn-next-0:after,
.swiper-btn-prev-0::after,
.swiper-btn-next-2::after,
.swiper-btn-prev-2::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-btn-prev-1,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-main-next-0,
.swiper-main-prev-0,
.swiper-btn-prev-0,
.swiper-btn-next-2,
.swiper-btn-prev-2 {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--tr-primary-color);
  /* border: 1px solid #fff; */
  transition: all .3s ease-in-out;
}

.swiper-btn-prev-1,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-main-next-0,
.swiper-main-prev-0,
.swiper-btn-next-2,
.swiper-btn-prev-2,
.swiper-btn-prev-0 {
  position: absolute;
}


.tr_banner_slide .swiper-button-next,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
  top: 50%;
  bottom: -10px;
  right: 0%;
  z-index: 99;
}

.tr_banner_slide .swiper-button-prev,
.swiper-btn-prev-1,
.swiper-btn-prev-0,
.swiper-btn-prev-2 {
  top: 50%;
  bottom: -10px;
  left: 0%;
}

.swiper-button-next svg path,
.swiper-button-prev svg path,
.swiper-btn-prev-1 svg path,
.swiper-btn-next-1 svg path,
.swiper-btn-next-0 svg path,
.swiper-btn-prev-0 svg path,
.swiper-btn-next-2 svg path,
.swiper-btn-prev-2 svg path {
  /* fill: var(--tr-heading-color); */
  transition: all .3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--tr-primary-color);
  border-color: var(--tr-primary-color);
}

.tr_banner_slide .swiper-button-next span svg path,
.tr_banner_slide .swiper-button-prev span svg path {
  fill: var(--tr-white-color);
}

.tr_tabsec_wrapper {
  max-width: 495px;
  width: 100%;
  position: absolute;
  bottom: 17%;
  /* left: 115px; */
  right: 10%;
  top: 25%;
  z-index: 1;

}

.tr_tabsec_wrapper .nav-tabs {
  border: 1px solid #FFFFFF26;
  max-width: 307px;
  padding: 5px 5px;
  background: #FFFFFF1A;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
  justify-content: space-between;
}

.tr_tabsec_wrapper .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-white-color);
  border: none;
  padding: 8px 12px;
  max-width: 100%;
  width: 95px;
  font-family: "DM Sans", sans-serif;
}

.tr_tabsec_wrapper .nav-tabs .nav-item.show .nav-link,
.tr_tabsec_wrapper .nav-tabs .nav-link.active {
  background-color: var(--tr-primary-color);
  border-radius: 5px;
}

.tr_tabsec_wrapper .nav-tabs .nav-link:focus,
.tr_tabsec_wrapper .nav-tabs .nav-link:hover {
  background-color: var(--tr-primary-color);
  border-radius: 5px;
}

.tr_tabsec_wrapper .tab-content {
  background: #4c7782c1;
  border: 1px solid #FFFFFF26;
  border-radius: 0 5px 5px;
  padding: 33px 20px 20px;
}

.tr_tab_location .tr_tabloc_para {
  max-width: 100%;
}

.tr_tabloc_para {
  position: relative;
  width: 100%;
  top: -3px;
  max-width: 100px;
}

.tr_tabloc_para::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF26;
}

.tr_tab_checkin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px 0;
}

.tr_tab_location,
.tr_tab_checkin_box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tr_tabloc_para h4,
.tr_tabloc_para label {
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-white-color);
  font-family: "DM Sans", sans-serif;
  padding: 0 0 3px;
}

.tr_tabloc_para p,
.tr_dest_loc p,
.tr_blog_loc span,
.tr_tabloc_para .form-control {
  font-size: 14px;
  font-weight: 400;
  color: var(--tr-tabpara-color);
}

.tr_tabloc_para .form-control {
  padding: 0;
  background-color: transparent;
  border: none;
}

.tr_tabloc_location .form-control::placeholder {
  color: var(--tr-tabpara-color);
}

.tr_tabloc_para.tr_guest_select_wrap {
  max-width: 120px;
}

.tr-head-btn .tr_btn {
  border: 1px solid var(--tr-white-color);
  background-color: transparent;
  min-width: 152px;
}

.flatpickr-day.flatpickr-disabled {
  color: rgb(57 57 57 / 20%);
}

/* flatdate picker css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--tr-primary-color);
  border-color: var(--tr-primary-color);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month, option.flatpickr-monthDropdown-month{
  font-size: 16px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover{
  background-color: var(--tr-primary-color);
}
/* select2 css */
.tr_guest_select_wrap .select2-container {
  width: 120px !important;
}

.tr_guest_select_wrap span.select2-selection.select2-selection--single {
  border: none;
  background-color: transparent;
  height: 15px;
  line-height: 15px;
}

.tr_guest_select_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--tr-tabpara-color);
  padding: 0 10px 0 0;
  line-height: 15px;
  font-size: 14px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #CDCDCD transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #CDCDCD transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #CDCDCD transparent transparent transparent;
}

.select2-results__option--selectable {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0px 6px 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--tr-primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 15px;
  width: 10px;
}

/* toggle-button */
.tr_banner_slider .swiper-button-next:after,
.er_banner_slider .swiper-button-prev:after {
  display: none;
}

.tr_banner_slider .swiper-button-next svg,
.er_banner_slider .swiper-button-prev svg {
  width: auto;
  height: auto;
  opacity: 1;
}

.tr_banner_slider .swiper-button-next svg path,
.er_banner_slider .swiper-button-prev svg path {
  fill: var(--er-primary-color);
}

.tr_banner_slider .swiper-button-next {
  bottom: 41%;
  top: auto;
  right: 5%;
}

.tr_banner_slider .swiper-button-prev {
  top: 30%;
  right: 5%;
  left: auto;
}

.tr_banner_slider .swiper-button-next svg {
  position: relative;
}

.tr_btn_cir {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 30px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 1px solid var(--er-primary-color);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.tr_banner_slider .swiper-button-prev .tr_btn_cir {
  left: -11px;
  top: -38px;
}

.tr_banner_slider .swiper-button-next .tr_btn_cir {
  left: -11px;
}

.tr_banner_slider .swiper-button-prev:hover .tr_btn_cir,
.tr_banner_slider .swiper-button-next:hover .tr_btn_cir {
  opacity: 1;
  visibility: visible;
}

.tr_banner_btn_wrapper {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
  max-width: 680px;
}

.tr_banner_btn_wrapper .swiper-pagination {
  position: relative;
  top: 0;
  max-width: 530px;
  left: 0;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #fff;
  color: #fff;
  margin: 0px 40px;
  opacity: 1;
  top: 2px;
  position: relative;
  transform: scale(.67);
  transition: all .5s ease-in-out;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tr-primary-color);
  z-index: 1;
  transform: scale(1);
}

.tr_banner_btn_wrapper .swiper-pagination::after,
.tr_banner_btn_wrapper .swiper-pagination::before {
  position: absolute;
  content: '';
  left: 64px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--tr-white-color);
  top: 9px;
}

.tr_banner_btn_wrapper .swiper-pagination::after {
  left: auto;
  right: 63px;
}

span.tr_bullet_text {
  position: absolute;
  top: -38px;
  left: -41px;
  text-align: center;
  width: 99px;
}

span.tr_bullet_number {
  position: absolute;
  left: 2px;
  bottom: -30px;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet span {
  opacity: 0;
  visibility: hidden;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  opacity: 1;
  visibility: visible;
}

.tr_page_line {
  height: 2px;
  width: 390px;
  background-color: var(--tr-white-color);
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 71px;
}

.tr_social_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: 1;
}

.tr_social_btmline {
  height: 120px;
  width: 2px;
  background-color: var(--tr-primary-color);
  margin: 10px 0 0 0;
}

/* section design css */
.tr_section {
  position: relative;
  padding: 50px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: 0; */
}

.tr_heading_section {
  margin: 0 0 44px;
}

.tr_head_title h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--tr-primary-color);
  position: relative;
 
  font-family: "DM Sans", sans-serif;
}

.tr_head_title h6::after {
  left: 36%;
  top: 0;
}

.tr_head_title h4 {
  font-size: 36px;
  font-weight: 400;
  color: var(--tr-title-color);
}

.tr_head_para p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-text-color);
  max-width: 500px;
  text-align: left;
}

.tr_head_para {
  text-align: -webkit-right;
}

.tr_dest_img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0; 
  height: 250px;
  width: 100%;
}
.tr_dest_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tr_dest_img::after {
  position: absolute;
  content: '';
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.tr_dest_sliderbox:hover .tr_dest_img::after {
  height: 250%;
  transition: all 800ms linear;
  background-color: transparent;
}


.tr_dest_loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tr-primary-color);
  min-width: 103px;
  width: auto;
  min-height: 31px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  gap: 8px;
}

.tr_dest_loc img {
  width: auto;
}

.tr_dest_loc p {
  color: var(--tr-white-color);
}

.tr_dest_text {
  padding: 20px 0px;
}

.tr_dest_review {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F3F3F3;


}
.tr_dest_review-z {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #F3F3F3;


}
.price-btn{
  font-size: 14px;
  padding: 5px 5px !important;
  min-width: 100px !important;
  min-height: 30px !important;
}

.tr_dest_text h3, .tr_dest_text h3 a {
  padding: 0 0 10px;
  color: var(--tr-title-color);
  font-family: "DM Serif Display", serif;
}

.tr_dest_rev,
.tr_dest_revimg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.tr_dest_rev {
  gap: 10px;
}

.tr_dest_text p,
.tr_dest_from p,
.tr_dest_rev p {
  color: var(--tr-text-color);
  padding: 0;
}

.tr_dest_from p .tr_from_col {
  color: var(--tr-primary-color);
}

.tr_dest_text>p {
  padding: 0 0 10px;
}

.tr_dest_from p .tr_from_line {
  text-decoration: line-through;
}

.swiper-btn-prev-1,
.swiper-btn-prev-0,
.swiper-btn-prev-2 {
  left: 37%;
  bottom: 23.6%;
}

.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
  right: 16%;
  bottom: 23.6%;
}

.swiper-btn-prev-1 {
  top: 55%;
}

.swiper-btn-next-1 {
  top: 55%;
}

.swiper-btn-prev-1:hover,
.swiper-btn-next-1:hover,
.swiper-btn-next-0:hover,
.swiper-btn-prev-0:hover,
.swiper-btn-next-2:hover,
.swiper-btn-prev-2:hover {
  background-color: var(--tr-primary-color);
  border-color: var(--tr-primary-color);
}

.swiper-btn-prev-1:hover svg path,
.swiper-btn-next-1:hover svg path,
.swiper-btn-next-0:hover svg path,
.swiper-btn-prev-0:hover svg path,
.swiper-btn-next-2:hover svg path,
.swiper-btn-prev-2:hover svg path {
  fill: var(--tr-white-color);
}

.tr_about_section {

  padding: 5px 0 50px;
}

.tr_about_sec_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tr_about_box {
  max-width: 250px;
  margin-bottom: 25px;
  transition: all .5s ease-in-out;
}

.tr_about_box_img img {}

.tr_about_box:hover .tr_about_box_img img {
  animation: swing 1s ease-out 1;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tr_about_box_text h3 {
  color: var(--tr-title-color);
}

.tr_about_box_text p {
  color: var(--tr-text-color);
}

.tr_about_heading .tr_head_title h6::after {
  left: 19%;
}

.tr_tour_heading .tr_head_title h6::after {
  left: 28%;
}

.tr_ads_img_wrapper,
.tr_speoff_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tr_ads_img_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tr_ads_img {
  position: relative;
  flex: 1;
  min-width: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.tr_ads_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  border-radius: 12px;
  z-index: 1;
}
.img-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-text-overlay h2{
  font-size: 45px;
}

.tr_ads_img_wrapper.tr_ads_img_inner, .tr_ads_img_wrapper.tr_ads_guide {
  padding-bottom: 15px;
}

.tr_ads_img,
.tr_speoff_img {
  position: relative;
  border-radius: 5px;
}
.tr_ads_img{
  height: 280px;
  width: 100%;

}
.tr_ads_img img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tr_speoff_img img {
  border-radius: 5px;
}

.tr_ads_img::before,
.tr_ads_img::after,
.tr_speoff_img::before,
.tr_speoff_img::after {
  position: absolute;
  content: '';
  background: var(--tr-white-color);
  height: 0;
  width: 0;
  transition-duration: 0.9s;
}

.tr_ads_img::before,
.tr_speoff_img::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.tr_ads_img::after,
.tr_speoff_img::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.tr_ads_img:hover:before,
.tr_ads_img:hover:after,
.tr_speoff_img:hover:after,
.tr_speoff_img:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.tr_tourimg_box,
.tr_tourimg_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 22px;
  flex: 0 0 70%;
  width: 100%;
}

.tr_tourimg_box {
  gap: 10px;
  align-items: end;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 22px;
}

.tr_tour_img {
  display: flex;
  flex-direction: column;
  justify-content: start;
 
  height: 100%;

  padding: 20px;
  flex: 0 0 31%;
  width: 100%;

  object-fit: cover;
}
.tr_tour_img  h2{
  z-index: 5;
}
.tr_tourin_img{
  width: 100%;
}
.tr_tour_img p{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tr_tour_img,
.tr_tourin_img {
  position: relative;
  overflow: hidden;
  transition: all .5s ease-in-out;
  border-radius: 5px;
  z-index: 0;
}

.tr_tour_img img,
.tr_tourin_img img {
  transition: all .5s ease-in-out;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .tr_tour_img:after,
.tr_tourin_img::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
 
  border-radius: 5px;
} */

.tr_tour_text {
  position: absolute;
  content: '';
  left: 0px;
  right: 0;
  bottom: 0px;
  padding: 20px;
  z-index: 1;
}

.tr_tour_text h3,
.tr_tour_text p {
  color: var(--tr-white-color);
}
.tr_tour_text h3 a {
  color: var(--tr-white-color);
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  font-weight: 400;
}
.tr_tour_text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  bottom: -100%;
  left: 0;
  background-color: var(--tr-footer-bg);
  opacity: 0.5;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s;
  border-radius: 5px;
}

.tr_tour_img:hover .tr_tour_text::before,
.tr_tourin_img:hover .tr_tour_text::before {
  opacity: 1;
  bottom: 0;
  border-radius: 5px;
  visibility: visible;
}

.tr_tour_img:hover img,
.tr_tourin_img:hover img {
  transform: scale(1.2);
  border-radius: 5px;
}

.tr_guide_section {
  padding: 95px 0 60px;
}

.tr_value_section,
.tr_touroffer_sec {
  background-image: url('../images/value-bg.png');
}

.tr_value_heading {
  margin: 0 0 57px;
}

.tr_value_heading .tr_head_title h6::after {
  left: 27%;
}

.tr_guide_heading .tr_head_title h6::after,
.tr_test_heading .tr_head_title h6::after {
  left: 23%;
}

.tr_blog_heading .tr_head_title h6::after {
  left: 18%;
}

.tr_val_text h3 {
  color: var(--tr-title-color);
  padding: 15px 0 5px;
}

.tr_val_text p {
  color: var(--tr-text-color);
}
.tr_about_img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tr_val_icon {
  position: relative;
}
.tr_val_icon img{
  height: 50px;

  filter: brightness(0) saturate(100%) invert(54%) sepia(33%) saturate(594%) hue-rotate(118deg) brightness(84%) contrast(110%);
}
.tr_value_sec {
  margin-bottom: 15px;
  transition: all .5s ease-in-out;
}


.tr_blog_section {
  padding: 95px 0 60px;
}

.tr_blog_sliderbox {
  box-shadow: 4px 12px 30px 0px #00000012;
  margin: 0 0 40px;
  border-radius: 8px;
}

.tr_blog_sliderbox .tr_blog_text {
  padding: 15px 20px 23px;
  background-color: var(--tr-white-color);
  border-radius: 0 0 8px 8px;
}

.tr_blog_sliderbox .tr_blog_text h3 {
  padding: 10px 0 15px;
}

.tr_blog_admin {
  display: grid;
  grid-template-columns: repeat(2, 150px);
}

.tr_blog_sliderbox .tr_blog_text h3:hover {
  color: var(--tr-primary-color);
}

.tr_blog_date p {
  position: relative;
  padding-left: 15px;
}

.tr_blog_date p::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.tr_blog_by p span {
  color: var(--tr-primary-color);
}

.tr_blog_loc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tr_blog_loc_text span {
  max-width: 87px;
  min-height: 30px;
  border-radius: 5px;
  border: 1px solid rgba(121, 121, 121, 0.12);
  padding: 5px 9px;
  transition: all .5s ease-in-out;
  cursor: grab;
}

.tr_blog_loc_text:nth-child(1) span,
.tr_blog_loc_text span:hover {
  border: 1px solid rgba(27, 188, 155, 1);
  color: var(--tr-primary-color);
}

/* blog single page css */
.tr_blog_single_wrapper {
  position: relative;
  padding: 80px 0;
}

.tr_post_img img {
  width: 100%;
  border-radius: 20px;
}

.tr_post_detail {
  padding: 25px 0 0;
}

.tr_post_data {
  padding: 0px 0 10px;
}

.tr_post_div {
  display: grid;
  padding: 20px 0;
  align-items: center;
  grid-template-columns: 130px 1fr;
}

.review_author {
  width: 116px;
}

.tr_post_data span.post_like a {
  color: var(--tr-heading-color);
  margin-right: 10px;
}

.tr_post_data span.post_like a svg path {
  fill: var(--tr-primary-color);
}

.tr_post_detail a {
  font-size: 18px;
  padding: 0;
  color: var(--tr-primary-color);
}

.tr_post_data span.post_like a i {
  color: var(--tr-primary-color);
  margin-right: 5px;
}

.tr_post_detail h5 {
  margin: 0 0 10px;
}

.tr_post_detail h5 a {
  font-size: 26px;
  font-weight: 700;
  color: var(--tr-heading-color);
  text-transform: capitalize;
}

.tr_post_detail p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-text-color);
  margin: 0 0 15px;
}

.tr_blockquote blockquote {
  width: 100%;
  display: inline-block;
  padding: 10px 25px 20px 70px;
  margin: 0;
  font-size: 17.5px;
  border-left: none;
  background-color: transparent;
  position: relative;
  color: var(--tr-primary-color);
}

.tr_blockquote blockquote:before {
  position: absolute;
  content: "\f10d";
  left: 20px;
  top: 17px;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: 40px;
}

.blockquote>:last-child {
  margin-bottom: 0;
}

.tr_blockquote blockquote p {
  font-size: 25px;
  line-height: 1.4;
}

h3.post_heading {
  width: 100%;
  margin: 20px 0px;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 700;
  color: var(--tr-heading-color);
}

.comment {
  width: auto;
  display: flex;
  padding: 20px;
}

.comment-author {
  width: 100px;
}

.comment-text {
  width: 88%;
  margin-left: 30px;
}

.review_author img,
.comment-author img {
  border-radius: 100%;
}

.comment-text span.comment-author-name {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--tr-heading-color);
}

.comment-text span:nth-child(2) {
  margin-left: 10px;
}

.comment.comment--replied {
  margin-left: 90px;
}

.tr_comments {
  width: 100%;
  margin: 50px auto 0;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 45px 50px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.tr_post_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}
.tr_post_img::after{
  position: absolute;
  content: '';
  width: 200%;
  height: 0;  
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.tr_post_img:hover::after{
  height: 200%;
  transition: all 800ms linear;
  background-color: transparent;
}

.tr_blogsing_box {
  background-color: var(--tr-white-color);
  padding: 30px 20px;
  border-radius: 10px;
  margin: 0 0 20px;
  box-shadow: 4px 12px 30px 0px #00000012;
}

.tr_search_box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.tr_search_box .form-control {
  padding: 10px 10px 10px 35px;
  text-transform: capitalize;
}

.tr_search_box .form-control:focus {
  border-color: var(--tr-primary-color);
}

.tr_search_box svg {
  position: absolute;
  content: '';
  left: 10px;
  top: 15px;
  color: var(--tr-heading-color);
}

.tr_blogsing_box>h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--tr-heading-color);
  text-transform: capitalize;
  padding: 0 0 20px;
}

.tr_footer_news {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 25px;
}

.tr_footer_news.tr_blsing_post .tr_ftnews_img {
  flex: 0 0 27%;
}

.tr_ftnews_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.tr_ftnews_img img {
  border-radius: 10px;
  transform: scale(1);
}

.tr_footer_news:hover .tr_ftnews_img img {
  transform: scale(1.2);
  border-radius: 10px;
}

.tr_blsing_post .tr_ftnews_text h4 {
  color: var(--tr-heading-color);
  cursor: pointer;
}

.tr_ftnews_text h4,
.tr_foot_contact ul li p a {
  font-size: 16px;
  font-weight: 600;
  color: var(--tr-footertext-color);
  max-width: 200px;
  text-align: left;
}

.tr_ftnews_text span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0;
}

.tr_blsing_post .tr_ftnews_text span p {
  color: var(--tr-text-color);
}

.tr_ftnews_text span p {
  font-size: 14px;
  font-weight: 400;
  color: var(--tr-footertext-color);
}

.tr_guide_box {
  box-shadow: 4px 12px 30px 0px #00000012;
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}

.comments-form h3 {
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: 700;
}

.tr_guide_text {
  background-color: var(--tr-white-color);
  padding: 15px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.tr_testimonial_section {
  background-image: url('../images/test-bg.png');
  padding: 95px 0 62px;
}

.tr_test_slider .swiper-wrapper {
  left: 17px;
}

.tr_test_sec {
  box-shadow: 4px 12px 30px 0px #00000012;
  background-color: var(--tr-white-color);
  padding: 50px 30px;
  position: relative;
  max-width: 500px;
  border-radius: 5px;
  margin: 40px 0;
}

.tr_test_name_wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}

.tr_test_img {
  position: absolute;
  right: 0;
  top: 25%;
}
.tr_test_img img{
  border-radius: 5px;
}
.tr_test_text p {
  max-width: 350px;
}

.tr_test_slider .swiper-slide.swiper-slide-next {
  transform: rotateY(20deg) !important;
}
.tr_test_sec_wrapper{
  border-radius: 8px;
  transition: all .3s ease-in-out;
}
.tr_test_sec_wrapper:hover .tr_test_sec  {
  background-color: var(--tr-primary-color);
}

.tr_test_sec_wrapper:hover .tr_test_text p,
.tr_test_sec_wrapper:hover .tr_test_name h3,
.tr_test_sec_wrapper:hover .tr_test_name p 
{
  color: var(--tr-white-color);
}

.tr_test_quote svg path {
  fill: #e9f9f5;
}

.tr_test_sec_wrapper:hover .tr_test_quote svg path {
  fill: rgb(202 212 210 / 30%);
}

.swiper-pagination1 {
  margin: 24px auto 0;
  text-align: center;
  position: relative;
    background-color: var(--tr-bantext-color);
  left: 60px !important;
  transform: translateX(0%) !important;
}

.swiper-pagination1 span.swiper-pagination-bullet {
  height: 5px;
  width: 16px;
  background-color: var(--tr-bantext-color);
  border-radius: 5px;
  opacity: 1;
  left: 0 !important;
}

.swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tr-primary-color);
  width: 35px;
}

.swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
  width: 10px;
}

/* footer css */
.tr_footer_section {
  /* background-color: var(--tr-footer-bg); */
  background: linear-gradient(to left, 
  rgba(51, 100, 85, 0.967) 50%,  /* Increased to cover more area */
  rgba(83, 133, 122, 0.6) 60%, 
  rgba(115, 156, 144, 0.7) 80%), /* Pushed further to the left */
   url(../images/footer-bg.avif) no-repeat center left/cover;
  padding: 50px 50px 30px 50px;
}
@media (max-width:720px) {
  .tr_footer_section {
    /* background-color: var(--tr-footer-bg); */
    background: linear-gradient(to bottom, 
    rgba(51, 100, 85, 0.967) 50%,  /* Increased to cover more area */
    rgba(83, 133, 122, 0.6) 60%, 
    rgba(115, 156, 144, 0.7) 80%), /* Pushed further to the left */
     url(../images/footer-bg.avif) no-repeat center left/cover;
  
  }
}
.tr_footer_para p {
  padding: 20px 0 22px;
  color: #ffff;
  max-width: 400px;
}

.tr_footer_link ul li a {
  color: var(--tr-bantext-color);
  position: relative;
  transition: all .5s ease-in-out;
}

.tr_footer_link ul li a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: var(--tr-primary-color);
}

.tr_footer_link ul li a:hover {
  color: var(--tr-primary-color);
}

.tr_footer_link ul li a:hover:after {
  width: 100%;
}

.tr_footer_link ul li {
  margin-bottom: 10px;
}

.tr_footer_social {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tr_footer_link h3 {
  padding: 16px 0 28px;
}

.tr_footer_news_wrapper p {
  color: var(--tr-bantext-color);
  max-width: 350px;
  margin-bottom: 10px;
}

.tr_footer_icon svg {
  fill: var(--tr-white-color);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.tr_footer_icon:hover svg path {
  fill: var(--tr-primary-color);
}

.tr_form_sec {
  max-width: 360px;
  min-height: 45px;
  position: relative;
  border-radius: 5px;
}

.tr_form_input .form-control {
  border: 1px solid #FFFFFF26;
  width: 100%;
  background-color: transparent;
  min-height: 45px;
  padding: 10px 75px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tr-white-color);
}

.tr_form_input .form-control:focus {
  border-color: var(--tr-primary-color);
}

.tr_form_input .form-control::placeholder {
  color: var(--tr-form-text);
}

.tr_form_btn {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 62px;
  width: 100%;
  min-height: 45px;
  background-color: var(--tr-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.tr_copyright_section {
  padding: 13px 0;
  background-color: var(--tr-copyright-bg);
  text-align: center;
}

/* Inner Pages Design */

.tr_breadcrumb_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0 100px;
}

.tr_bread_overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 56%);
}

.tr_bread_content {
  text-align: center;
  position: relative;
  z-index: 1;
  right: 6%;
  padding: 50px 0 0;
}

.tr_bread_content h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--tr-white-color);
}

.er_bread_list {
  font-weight: 500;
  color: var(--er-heading-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
}

.er_bread_list span a {
  color: var(--tr-white-color);
  text-transform: capitalize;
}

.er_bread_list .er_active_page {
  color: var(--tr-primary-color);
  text-transform: capitalize;
}

.er_bread_list>span:not(:first-child):before {
  content: "|";
  margin-right: 10px;
  color: var(--tr-white-color);
}

.tr_platform_section {
  background-image: url('../images/plat-bg.png');
  padding: 100px 0 80px;
}

.tr_plat_video_icon {
  text-align: center;
}

.tr_plat_video {
  animation: pulse_two 2s infinite;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

@keyframes pulse_two {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

.tr_plat_text {
  max-width: 550px;
  text-align: center;
  margin: 50px auto 60px;
}

.tr_plat_text h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--tr-primary-color);
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}

.tr_plat_text h2 {
  font-size: 45px;
  font-weight: 400;
  color: var(--tr-white-color);
}

.tr_counter_section {
  background-color: var(--tr-white-color);
  padding: 70px 0px;
  max-width: 1150px;
  margin: -70px auto 0;
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  z-index: 1;
}

.tr_counter_box {
  text-align: center;
}

.tr_counter_box .counter {
  font-size: 50px;
  font-weight: 500;
  color: var(--tr-title-color);
}

.tr_counter_box p {
  color: var(--tr-text-color);
  font-size: 18px;
}

.tr_pay_img {
  display: flex;
  align-items: center;
}

.tr-pay-img2,
.tr-pay-img1 {
  border: 5px solid var(--tr-primary-color);
  border-radius: 5px;
}

.tr-pay-img1 {
  transform: rotateZ(-22.19deg);
}

.tr-pay-img1 img {
height: 300px;
object-fit: cover;
}
.tr-pay-img2 img {
  height: 300px;
  object-fit: cover;
  }
  

.tr-pay-img2 {
  transform: rotateZ(20.19deg);
}

.tr_pay_img .tr-pay-img1:hover {
  transform: rotateZ(-16.19deg);
}

.tr_pay_img .tr-pay-img2:hover {
  transform: rotateZ(16.19deg);
}

.tr_heading_section.tr_pay_heading {
  max-width: 500px;
  text-align: left;
}

.tr_pay_heading .tr_head_title h6::after,
.tr_offer_heading .tr_head_title h6::after {
  left: 27%;
}

.tr_payment_section {
  padding: 105px 0 110px;
}

.tr_payment_img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tr_spoffer_section {
  padding: 85px 0 95px;
}

.tr_payment_img img {
  padding: 20px 20px;
  max-width: 150px;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
}

.tr_speoff_img_box {
  padding-bottom: 0;
}

.tr_navtab_sec .nav-tabs {
  gap: 20px;
  border-bottom: none;
  margin-bottom: 40px;
  justify-content: center;
}

.tr_navtab_sec .nav-tabs .nav-item {
  background-color: var(--tr-white-color);
  box-shadow: 0 6px 8px 0 rgba(16, 16, 16, .05);
  transition: all .5s ease-in-out;
  border-radius: 250px;
}

.tr_navtab_sec .nav-tabs .nav-item .nav-link {
  padding: 10px 0px;
  border-color: #f8f7f7;
  width: 200px;
  max-width: 100%;
  text-align: center;
  border-radius: 250px !important;
  background:transparent;
}
.bg-2{
  background-color: var(--tr-primary-color) !important;
  color: #fff Im !important;
}
h3{
  color: black;
}
.tr_navtab_sec .nav-tabs .nav-item .nav-link h3 {
  color: var(--tr-title-color);
  padding: 5px 0 0;
}

span.tr-navicon svg {
  transition: all .5s ease-in-out;
}

.tr_section.tr_navtab_section {
  padding: 50px 0 10px;
}

.tr_tours_sec {
  margin: 0 0 10px;
  transition: all .8s ease-in-out;
}

.tr_tours_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 300px;
  width: 100%;
}

.tr_tours_img>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;

}



.tr_tours_text {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 5px 20px 20px;
  background-color: var(--tr-white-color);
  position: relative;
  border-radius: 5px;
  top: -15px;
  width: 350px;
  margin: auto;
}

.tr_tours_text h3 {
  padding: 5px 0 5px;
}
.tr_tours_text h4{
  font-size: 16px !important;
}

.tr_off_sec {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr_off_sec span,
.tr_destplace_tour span {
  color: var(--tr-white-color);
  background-color: var(--tr-primary-color);
  padding: 0 10px;
  border-radius: 5px;
}

.tr_off_sec span.tr_tour_icon {
  height: 30px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
}

.tr_off_sec span.tr_tour_icon img {
  height: 16px;
  width: 16px;
  object-fit: cover;
}

.tr_tour_icon img.like {
  display: none;
}

span.tr_tour_icon.likeimg img.unlike {
  display: none;
}

span.tr_tour_icon.likeimg img.like {
  display: block;
}

.tr_tour_add {
  display: grid;
  align-items: center;
  grid-template-columns: 25px 1fr;
  margin-bottom: 10px;
}

.tr_tour_add svg path {
  fill: var(--tr-primary-color);
}

.tr_tour_add p>span {
  color: var(--tr-primary-color);

}

.tr_navtab_sec .nav-tabs .nav-item:hover,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active {
  background-color: var(--tr-primary-color);
  
  border-radius: 250px;
}

.tr_navtab_sec .nav-tabs .nav-item:hover .nav-link h3,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active h3 {
  color: var(--tr-white-color);

}

.tr_navtab_sec .nav-tabs .nav-item:hover .nav-link svg path,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active svg path {
  fill: var(--tr-white-color);
}

.tr_touroffer_sec .tr_ads_img_wrapper {
  padding-bottom: 20px;
}

.tr_destplace_img_sec {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 24px;
}

.tr_destplace_img_sec img {
  border-radius: 5px;
  transition: all 10s;
}

.tr_destplace_tour {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tr_destplace_tour span {
  padding: 5px 10px;
}

.tr_destplace_content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.678);
  padding: 10px;
  border-radius: 5px;
  transition: all .6s ease-in-out;
}


/* Remove default bullets and padding */
.destination-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

/* Style each list item */
.destination-list li {
  padding: 6px 10px;
  margin-bottom: 6px;

  border-left: 4px solid #2C4A52; /* Theme color */
  border-radius: 4px;
  font-size: 16px;
  color: fff;
}
.destination-list li a {
  color: #fff;
}


/* 
.tr_destplace_img_sec:hover .tr_destplace_content {
  bottom: 0;
} */

.tr_destplace_content h3 {
  color: var(--tr-white-color);
  text-align: center;
}

.tr_destplace_img_sec img {
  height: 400px;
  width: 100%;
  object-fit: cover;

}

.tr_dest_travel_sec {
  background-image: url('../images/dest/rea-tre.png');
  z-index: 0;
}

.tr_head_dtravel h6::after {
  left: 44%;
}

.tr_head_para.tr_head_dtravel {
  text-align: left;
}

.tr_head_dtravel h4,
.tr_head_dtravel p {
  color: var(--tr-white-color);
  text-transform: capitalize;
}

.tr_section.tr_dest_place_section {
  padding: 30px 0 35px;
}

.tr_desttravel_form {
  background-color: rgb(0 0 0 / 66%);
  padding: 30px;
  border-radius: 5px;
}

.tr_desttravel_form h3 {
  font-size: 30px;
  color: var(--tr-white-color);
  margin-bottom: 20px;
}

.tr_form_control .form-control {
  background-color: rgb(175 170 170 / 26%);
  color: #dbdbdb;
  width: 100%;
  padding: 10px 10px;
  min-height: 45px;
  margin-bottom: 10px;
  border-color: #474545;
}

.tr_form_control .form-control::placeholder {
  color: #dbdbdb;
}

.tr_dtravel_formbtn {
  margin: 20px 0 0;
}

.tr_guide_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.tr_guide_social {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s ease-in-out;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tr_guide_social a {
  height: 30px;
  width: 30px;
  background-color: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: scaleX(0);
}

.tr_guide_social a>img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

.tr_guide_box:hover .tr_guide_social {
  opacity: 1;
}

.tr_guide_social a:hover {
  background-color: var(--tr-primary-color);
}

.tr_guide_social a:hover .tr_guide_socialicon svg path {
  fill: var(--tr-white-color);
}

.tr_guide_img>img {
  transform: scale(1);
  width: 100%;
  transition: all .5s ease-in-out;
}

.tr_guide_socialicon svg path {
  fill: var(--tr-title-color);
}

.tr_section.tr_contact_section {
  padding: 95px 0;
}

.tr_guide_box:hover .tr_guide_img>img {
  transform: scale(1.09);
}

.tr_guide_box:hover .tr_guide_social a {
  transform: scaleX(1);
}

.tr_contact_section>div>.row {
  background-color: var(--tr-white-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}

.tr_contact_detail {
  background-color: var(--tr-primary-color);
  padding: 44px 20px 0 30px;
}

.tr_contact_detail h3,
.tr_contact_form h3 {
  font-size: 32px;
  font-weight: 400;
  color: var(--tr-white-color);
  margin-bottom: 20px;
}

.tr_contact_info {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.tr_contact_info::before {
  content: "";
  border-bottom: 1px solid var(--tr-white-color);
  position: absolute;
  bottom: 0px;
  left: -50px;
  right: -34px;
  opacity: 0.2;
}

.tr_contact_info h3 {
  color: var(--tr-white-color);
  font-size: 20px;
  margin-bottom: 10px;
}

.tr_contact_section .col-lg-4.d-flex {
  padding-left: 0;
  padding-right: 20px;
}

.tr_contactinfo_inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tr_contactinfo_inner svg {
  fill: var(--tr-white-color);
  width: 16px;
}

.tr_contactinfo_inner p {
  color: var(--tr-white-color);
}

.tr_contact_info:last-child:before {
  visibility: hidden;
  opacity: 0;
}

.tr-inputfield {
  position: relative;
  margin-bottom: 20px;
}

.tr-inputfield .form-control {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--tr-text-color);
  border: 1px solid #ECECEC;
  background-color: transparent;
  min-height: 50px;
  padding: 10px 40px 10px 10px;
}

.tr-inputfield .form-control::placeholder,
.tr-inputfield .form-control:focus {
  color: var(--er-text-color);
}

.tr-inputfield .form-control:focus {
  border-color: #aca2a2;
}

.tr-inputfield .form-control.form-textarea {
  min-height: 150px;
}

.tr-inputfield i {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  color: #ced7e1;
  line-height: 50px;
}

.response {
  color: #ff0000;
}
.tr-inputfield.form_error  .form-control {
  border-color: #ff0000;
}

.tr_contact_form {
  padding: 44px 35px 41px 15px;
}

.tr_contact_form h3 {
  color: var(--tr-title-color);
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 35.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* video popup design */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  width: 100%;
}

.popup-content iframe {
  max-width: 650px;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: -14px;
  right: -7px;
  font-size: 24px;
  color: #000;
  background-color: var(--tr-white-color);
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* login-modal design */
.login-modal .modal-dialog {
  max-width: 740px;
}

.login-modal .modal-header {
  padding: 0;
  border: none;
}

.login-modal .modal-header .btn-close {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--tr-primary-color);
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.login-modal .modal-header .btn-close span {
  font-size: 20px;
  color: var(--tr-white-color);
}

.login-modal .modal-body {
  padding: 0;
  border-radius: 10px;
}

.tr_login_popup {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.tr_overlay_container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.tr_overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.tr_overlay_panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  background-color: rgb(27 188 155 / 85%);
}

.tr_overlay_panel::before,
.tr_overlay_panel::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  background-color: var(--tr-primary-color);
  border-radius: 100%;
  bottom: -50px;
  left: -50px;
  z-index: 0;
}

.tr_overlay_panel::before {
  left: auto;
  bottom: 0;
  right: -50px;
  top: -50px;
}

.overlay_left {
  transform: translateX(0%);
}

.overlay_right {
  right: 0;
  transform: translateX(0);
}

.tr_overlay_panel.overlay_left::before {
  opacity: 0;
}

.tr_login_popup.right_panel_active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

.tr_login_popup.right_panel_active .sign-in-container {
  transform: translateX(-100%);
}

.tr_login_popup.right_panel_active .tr_overlay_container {
  transform: translateX(-100%);
}

.tr_login_popup.right_panel_active .tr_overlay {
  transform: translateX(50%);
}

.tr_login_popup.right_panel_active .overlay_left {
  transform: translateX(0);
}

.tr_login_popup.right_panel_active .overlay_right {
  transform: translateX(0%);
}

.tr_login_popup.right_panel_active .tr_overlay_panel.overlay_left::before {
  opacity: 1;
}

.tr_login_popup.right_panel_active .tr_overlay_panel.overlay_right::after {
  opacity: 0;
}

/* tr_overlay_panel */
@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.tr-login_form,
.tr-signup_form {
  padding: 40px;
}

.tr-login_form h2,
.tr-signup_form h2,
.tr-signup_form h2,
.tr_overlay_panel h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--tr-heading-color);
  margin: 0 0 0px;
}

.tr-login_form p,
.tr-signup_form p {
  margin-bottom: 20px;
}

.tr_overlay_panel h2 {
  color: var(--tr-white-color);
}

.tr_overlay_panel p {
  padding: 15px 0;
}

.tr-login_form p {
  color: var(--tr-text-color);
  margin: 0 0 20px;
}

.tr-inputfield label {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.tr-login_form .tr-inputfield {
  text-align: left;
}

.tr_forgot {
  text-align: end;
}

.tr_forgot a {
  color: var(--tr-primary-color);
  font-size: 16px;
  font-weight: 400;
}






#small-img{
  height: 400px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


#big-img{
  height: 400px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.tr_tab_contact_fields .form-group {
  margin-bottom: 15px;
}

.tr_tab_contact_fields label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.tr_tab_contact_fields input[type="text"],
.tr_tab_contact_fields input[type="email"],
.tr_tab_contact_fields input[type="tel"],
.tr_tab_contact_fields textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.tr_tab_contact_fields textarea {
  height: 100px;
  resize: vertical;
}

.tr_tab_contact_fields input:focus,
.tr_tab_contact_fields textarea:focus {
  border-color: var(--tr-primary-color);
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}



/* Style for the dropdown toggle inside nav-tabs */
.tr_navtab_sec .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  /* background-color: #f8f9fa; */
  border: 1px solid transparent;
  border-radius: 250px !important;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;

}
.nav-tabs .nav-link.dropdown-toggle.active {
  background-color: var(--tr-primary-color) !important;
  color: #fff;
  border-radius: 250px;
}



/* Dropdown menu style */
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: 1px solid #dee2e6;
  padding: 0 !important;
  min-width: 200px !important;
}
/* Dropdown items */
.nav-tabs .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 16px !important;
  color: #212529;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover state */
.nav-tabs .dropdown-menu .dropdown-item:hover {
  background-color: var(--tr-primary-color); /* Change to your desired hover color */
  color: #ffffff;
}
.dropdown-list-z{
  padding: 2px 3px !important;
}



/* Dropdown items */
.nav-tabs .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 8px 16px;
  color: var(--tr-primary-color);
  background-color: var(--tr-bg-color);
  transition: background-color 0.2s ease;
}
/* Target only .nav-item that are NOT part of a dropdown */
.tr_navtab_sec .nav-tabs > .nav-item:not(.dropdown):hover,
.tr_navtab_sec .nav-tabs > .nav-item:not(.dropdown) .nav-link.active {
  background-color: var(--tr-primary-color);
  border-radius: 250px;
}
/* Active dropdown item matches nav-tab active */
.nav-tabs .nav-item.dropdown .nav-link.active {
  background-color: var(--tr-primary-color) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 250px; /* Optional: match pill style */
}


/* Optional: Add arrow indicator */
.nav-tabs .nav-link.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  color: #ffff;
 

}
.nav-tabs .nav-link.dropdown-toggle:hover {
color: #ffff;
}
/* Active state */

/* Active state for the dropdown toggle */
.nav-tabs .nav-link.dropdown-toggle:active {
  color: #ffff;
}
/* Default styles for smaller screens */
@media (max-width: 768px) {
  /* Ensure dropdown items stack vertically on mobile */
  .nav-tabs .dropdown-menu {
    min-width: 100% !important; /* Full width for small screens */
    margin-top: 10px;
  }
  
  .nav-tabs .dropdown-item {
    padding: 12px 16px; /* Increase padding for better readability */
    font-size: 16px; /* Slightly larger text for better visibility on mobile */
  }
  
  .nav-tabs .dropdown-menu .dropdown-item:hover {
    background-color: var(--tr-primary-color); /* Hover color */
    color: #ffffff;
  }

  /* Optional: Make the dropdown toggle button (nav-link) more prominent */
  .nav-tabs .nav-link.dropdown-toggle {
    font-size: 16px; /* Slightly bigger text */
    padding: 10px 15px; /* More padding for easier tapping */
  }
}

/* Medium screens like tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Adjust dropdown menu for medium screens */
  .nav-tabs .dropdown-menu {
    min-width: 180px !important; /* Adjust for medium-sized devices */
    margin-top: 0;
  }
  
  .nav-tabs .dropdown-item {
    padding: 10px 15px;
    font-size: 15px;
  }
  
  .nav-tabs .dropdown-menu .dropdown-item:hover {
    background-color: var(--tr-primary-color); 
    color: #ffffff;
  }

  .nav-tabs .nav-link.dropdown-toggle {
    font-size: 15px;
  }
}

/* Large screens (1024px and up) */
@media (min-width: 1024px) {
  /* Default dropdown styles should work fine here */
  .nav-tabs .dropdown-menu {
    min-width: 200px !important; /* Default width for larger screens */
    margin-top: 0;
  }

  .nav-tabs .dropdown-item {
    padding: 8px 16px;
    font-size: 15px;
  }

  .nav-tabs .nav-link.dropdown-toggle {
    font-size: 15px; /* Keep the font size consistent for larger screens */
  }
}

.price{
  color: var(--tr-primary-color);
}




.package-box {
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.package-box h3 a {
  font-size: 1.4rem;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

.package-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin-top: 0.75rem;

  overflow: hidden;
}
.small-text-price{
  font-size: 12px;
}
.include-section{
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.package-amenities li {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #e0ffdff8;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.package-amenities li i {
  color: var(--tr-primary-color);
}
#check-icon{
  height: 12px;
  filter: invert(21%) sepia(12%) saturate(722%) hue-rotate(148deg) brightness(5%) contrast(93%);

}
#check-icon-two{
  height: 12px;
  filter: invert(1) brightness(5);
  padding-right: 5px;

}
.offer-list-two li{
color: #ffff;
line-height: 25px;
}










.movie-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.movie-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
}

.movie-card .content {
  position: relative;
  padding: 20px;
  z-index: 2;

}
.genre-list li {
  position: relative;
  padding-left: 12px;
}

.genre-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--tr-bantext-color); /* Bootstrap 'text-info' color */
}


.list-unstyled {
  text-decoration: none;
}

.movie-card h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.movie-card h4 {
  margin: 0 0 15px;
  color: #9ac7fa;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.movie-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.card-icons{
  height: 180px;
  margin: 20px 0;
}
#small-icons {
  position: absolute;
  top: -50px;
  left: 20px; /* or 50% with transform for center */
  height: 70px;
  z-index: 10;
  filter: invert(41%) sepia(23%) saturate(872%) hue-rotate(137deg) brightness(90%) contrast(88%);


}


.bg-1{
  background-color: #e9fcf7f8;
}
.bg-5{
  background-color: #fdfcf5f8 !important;
}
.bg-6{
  background-color: #fff4b6f8 !important;
}
.bg-7{
  background-color: #526D82 !important;
}
.faq-text-content {
  padding: 20px 0px;
}



.z-0{
  z-index: 0;
}

/* nav css  */
ul li .dropdown-menu-z {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; /* Ensure it expands to fill the parent width */
  background: var(--tr-primary-color);
  min-width: 300px;
  margin: auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 10000;
  border-radius: 5px;
  padding: 8px 0px;
  list-style: disc; /* Add dots (bullets) in front of list items */
  padding-left: 0 !important;
  text-align: start;


}

ul li .dropdown-menu-z li a {
  display: block;
}

ul li:hover .dropdown-menu-z {
  display: block;
}

ul li .dropdown-menu-z li a {
  padding: 8px 15px;
  
  color:#fff;
  position:relative;
  left: 0;
  white-space: nowrap;

  word-wrap: break-word;  /* Allow wrapping on long text */
  white-space: normal;    /* Ensure text wraps */
  word-break: break-word; /* Break long words into the next line */

}

.tr_toggle_btn {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
 
  z-index: 999;
  position: relative;
}

.tr_toggle_btn span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 80%;
  background: var(--tr-primary-color, #f0f0f0); /* fallback color */
  padding: 20px;
  transition: left 0.6s ease;
  z-index: 1000;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 100000;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.mobile-menu ul li {
  margin-bottom: 15px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}


@media (min-width: 1024px) {
  .tr_toggle_btn {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-menu {
 
    height: 100%;
    width: 50%;
 
  }
  
}



/* Parent li for dropdown */
.mobile-menu .mobile-dropdown {
  position: relative;
}

/* Hide dropdown by default */
.mobile-menu .mobile-dropdown-menu {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin-top: 25px;
}

/* Show on parent hover (mobile-first logic) */
.mobile-menu .mobile-dropdown:hover .mobile-dropdown-menu {
  display: block;
}

/* Dropdown menu styles */
.mobile-menu .mobile-dropdown-menu li {
  margin-bottom: 10px;
}

.mobile-menu .mobile-dropdown-menu li a {
  font-size: 16px;
  color: #fff;
}
.mobile-menu .mobile-dropdown-menu li a {
  font-size: 16px;
  color: #fff;
}
.mobile-dropdown span{
  color: #fff;
}
.mobile-dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu-text {
  flex: 1;
}

.dropdown-icon {
  font-size: 12px;
}

/* tour page css  */
.myTourSlider {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.myTourSlider img {
  width: 100%;
  height:450px;
  object-fit: cover;
  display: block;
}
@media (max-width:768px) {
  .myTourSlider img {
    width: 100%;
    height:300px;
    object-fit: cover;
    display: block;
  }  
}

.table-responsive {
  margin-top: 15px;
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile devices */
}

.package-table {
  width: 100%;
  border-collapse: collapse; /* Merges table borders */
  border: 1px solid #ddd; /* Adds a border to the table */
}

.package-table th,
.package-table td {
  padding: 12px 15px; /* Adds padding inside table cells */
  text-align: left; /* Aligns text to the left */
  border-bottom: 1px solid #ddd; /* Adds a border between rows */
}

.package-table th {
  background-color: #f4f4f4; /* Light background for table headers */
  font-weight: bold; /* Makes header text bold */
}

.package-table td {
  font-size: 14px; /* Smaller font size for table data */
}
.package-table td a{
  text-decoration: none;
  color: #fff;
  background-color: var(--tr-primary-color);
  padding: 4px 15px;
}

@media (max-width: 767px) {
  .package-table th,
  .package-table td {
      padding: 8px; /* Reduce padding on small screens */
  }
}


/* Container for the entire tour package item */
/* Styling the container for each tour package item */
.tour-package-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
}

/* Image container with hover effect */
.tour-image {
  position: relative;
  overflow: hidden;
}
.tour-image::before {
  content: ''; /* Empty content to create the pseudo-element */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.527)); /* Apply linear gradient */
  z-index: 1; /* Make sure the overlay appears above the image */
  transition: opacity 0.1s ease; /* Smooth transition for hover effect */
  opacity: 1; /* Show the overlay on hover */
}


.tour-image img {
  width: 100%; /* Ensure image fills the container */
  height: 350px;
  object-fit: cover;
  display: block; /* Remove any unwanted space below the image */
  z-index: 0; /* Ensure the image stays below the overlay */
}

/* Overlay when hovered */
.package-overlay {
  position: absolute;
  bottom: 0;
  display: block; /* Change flex to block */
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  text-align: center;
  width: 100%;
  padding: 15px;
  word-wrap: break-word; /* Allow text to break and wrap to next line */
  white-space: normal;  /* Ensures that text inside the container wraps correctly */
  z-index: 5;
}
.package-overlay h3{
  color: #fff;
}
.package-overlay p{
  color: white !important;
}

/* Styling the price within the overlay */
.package-overlay .package-price {
  font-size: 24px;
  font-weight: bold;
  word-wrap: break-word;  /* Ensures price wraps if it's long */
}

/* Additional styling for the text inside the overlay */
.package-overlay h3 {
  position: relative;
  font-size: 18px;
  margin: 5px 0;
  z-index: 5;
  word-wrap: break-word;  /* Allow text inside h3 to wrap */
  white-space: normal;    /* Ensures wrapping */
}

.package-overlay-two {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Center vertically */
  align-items: center;     /* Center horizontally */
  color: white;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  text-align: center;
  width: 100%;
  padding: 15px;
  word-wrap: break-word;
  white-space: normal;
  height: 100%; /* Ensures it takes full parent height */
  z-index: 5;
}

.package-overlay-two h3{
  color: #fff;
  position: relative;
  z-index: 5;
}
.package-overlay-two p{
  color: #fff;
  position: relative;
  z-index: 5;
}



/* Sidebar Styling */
.tr_footer_logo img{
height: 80px;
width: 150px;
}

.sticky-side {
  position: sticky;
  top: 10px; 
  z-index: 100;

}
.postiin-fixed{
position: relative;}

.sidebar {
 width: 100%;
}

/* "Need Help" Section Styling */
.need-help {
  background-color: var(--tr-primary-color);
  padding: 18px;
  border-radius: 8px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;


}

.need-help h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  word-wrap: break-word;
  white-space: normal;
}

.need-help p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

.help-buttons {
  width: 100%;
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  gap: 10px;
}

.help-buttons button {
  width: 100%;        /* Make buttons full width */
  display: block;     /* Block-level */
}


/* Button Styling */
.help-buttons button {
  padding: 10px 30px;
  font-size: 12px;
  font-weight: bold;
  color: var(--tr-primary-color);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#small-icon{
  height: 18px;
  margin-right: 8px;
  filter: invert(41%) sepia(23%) saturate(872%) hue-rotate(137deg) brightness(50%) contrast(88%);

}
#dropdownIcon{
  height: 18px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
/* Align image to the right of text */
.mobile-dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon styles */
.dropdown-arrow {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Rotate image when active */
.dropdown-arrow.active {
  transform: rotate(180deg);
}
.bodrer{
 margin: 20px 0px;
  border: 1px dotted #fff;
  width: 100%;
}
.bodrer-2{
  margin: 20px 0px;
   border: 1px dotted #000;
   width: 100%;
 }

/* Specific Button Styles */
.call-btn {
  background-color: #fff;
}

.call-btn:hover {
  background-color: #fff;
}

.whatsapp-btn {
  background-color: #fff;
}

.whatsapp-btn:hover {
  background-color:#fff
}

.enquiry-btn {
  background-color: #fff;
}

.enquiry-btn:hover {
  background-color:#fff;
}


/* Contact Us Section */
.contact-us {
  background-color: #f9f9f9; /* Light background color */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  margin-top: 20px; /* Spacing from any elements above */
  text-align: center;
}

/* Heading for the Contact Us Section */
.contact-us h6 {
  font-size: 18px;
  font-weight: bold;
  color: var(--tr-primary-color);
  margin-bottom: 10px; /* Spacing below the heading */
}

/* Paragraph for Phone Number and Email */
.contact-us p {
  font-size: 16px;
  color:var(--tr-primary-color);
  margin: 5px 0; /* Spacing between the paragraphs */
}
.phone-numbers a{
  color:var(--tr-primary-color);
}



.popup-overlay {
  display: none;
  position: fixed;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 99999; /* ensure it's on top */

  justify-content: center;
  align-items: center;

}

.popup-content-z {
  background: #dfe5ee;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  /* color: #fff; */
}
.clr-1{
  color: #000 !important;
}
.popup-content-z form input,
.popup-content-z form textarea {
  width: 100%;

  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.popup-content-z form button {
  background:var(--tr-primary-color);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}




.offer-banner {
  background-color:#27445D;
  margin-top: 5px;
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.offer {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.box-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-list li {
  margin-bottom: 25px;
}

.offer-item {
  display: flex;
  align-items: flex-start;
  background: transparent;
  border-radius: 8px;
  padding: 20px;

  transition: transform 0.3s ease;
}
/* Checkmark Icon */
.offer-item i {
  font-size: 20px;
  flex-shrink: 0;
 margin-right: 15px;
 color: #fff;
}

.offer-item:hover {
  transform: translateY(-5px);
}



.offer-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.offer-content p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .offer-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .icon-left {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* Base styles for the pagination container */
.swiper-pagination {
  text-align: center;
  position: absolute;
  bottom: 15px; /* distance from bottom */
  width: 100%;
  z-index: 10;
}

/* Style individual bullets (dots) */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffffa6; /* semi-transparent white */
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: var(--tr-primary-color, #f15c27); /* custom primary or fallback color */
  transform: scale(1.2);
}

.package-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  
}

.price-box span {
  font-weight: bold;
  color: #fff;
  background-color: var(--tr-primary-color);
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 50px;
}

.duration-box {
  display: flex;
  gap: 12px;
}

.duration-box span {
  font-size: 14px;
  color: #fff;
  background-color: var(--tr-primary-color);
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 50px;
}
@media (max-width: 468px) {
  .package-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .duration-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .price-box span,
  .duration-box span {
    font-size: 15px;
    padding: 6px 16px;
  }
}

.package-title h2{
  font-size: 24px;

}

.itinerary {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);

  margin: auto;
}

.itinerary-faq {

  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background-color: var(--tr-primary-color);
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;

  color: #333;
  font-size: 15px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 15px 20px;
  max-height: 1000px; /* Adjust based on expected content */
}
.itinerary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.toggle-all-btn {
  background-color: var(--tr-primary-color);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.toggle-all-btn:hover {
  background-color:  #fff;; 
  color: var(--tr-primary-color);
  border: 1px solid var(--tr-primary-color);
}

.tab-container {
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;

  background: #fff;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.tab-btn {
  flex: 1;
  padding: 12px 20px;
  cursor: pointer;

  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: var(--tr-primary-color);
  color: #fff;
}

.tab-content-n {
  display: none;
  padding: 20px;
  animation: fade 0.3s ease;
}

.tab-content-n ul {
  padding-left: 5px;
}

.tab-content-n li {
  margin-bottom: 8px;
}

.tab-content-n.active {
  display: block;
}

@keyframes fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.inclusion li::before {
  content: '✔️';
  margin-right: 8px;
  color: green;
}

.exclusion li::before {
  content: '❌';
  margin-right: 8px;
  color: red;
}





/* faq css  */

.faq {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);

  margin: auto;
}

.faq-n {

  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.faq-item-n {
  border-bottom: 1px solid #ddd;
}

.faq-question-n {
  background-color: var(--tr-primary-color);
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.faq-question-n::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item-n.active .faq-question-n::after {
  content: "-";
}

.faq-answer-n {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;

  color: #333;
  font-size: 15px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item-n.active .faq-answer-n {
  padding: 15px 20px;
  max-height: 2000px; /* Adjust based on expected content */
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}



/* form  */
/* General form background and spacing */
.form-background-main{
  background-color: #e4ccccf8;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-background-main h5{
  padding-top: 10px;
}
.form-background {

  padding: 5px;
  border-radius: 12px;


  margin-bottom: 5px;
}

/* Heading */
h5 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}


/* Form groups */
.form-group {
  margin-bottom: 10px;
}

/* Input fields */
.form-control {
  height: 45px;
  padding: 10px 8px;
  margin: 5px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
/* Change placeholder text color */
.form-control::placeholder {
  color: #221c1c; /* Change this to any color you like */
  opacity: 1; /* Ensures full visibility */
}

/* For better cross-browser support */
.form-control:-ms-input-placeholder {
  color: #221c1c;}

.form-control::-ms-input-placeholder {
  color:  #221c1c; 
}

.form-control:focus {
  border-color: #2C4A52;
  box-shadow: 0 0 5px rgba(25, 148, 123, 0.4);
  outline: none;
}

/* Textarea */
textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

/* Button styles */
.btn-new {
  padding: 10px 30px;
  background-color: #2C4A52;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-new:hover {
  background-color: #157d68;
}

/* Responsive spacing helpers */
.space-h {
  padding-right: 8px;
  margin-bottom: 15px;
}

.space-he {
  padding-left: 8px;
  margin-bottom: 15px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .space-h,
  .space-he {
    padding: 0 !important;
  }
}

.footer-icon svg{
  height: 15px;
  filter: brightness(0) invert(1);
}



.about-text {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 100px; /* Collapsed height */
}
.about-text-two{
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 120px; /* Collapsed height */
}
.about-text-two.expanded {
  max-height: 100000px; /* Adjust based on expected text */
}
.about-text-three{
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 140px; /* Collapsed height */
}
.about-text-three.expanded {
  max-height: 10000px; /* Adjust based on expected text */
}

.about-text.expanded {
  max-height: 100000px; /* Adjust based on expected text */
}
.btn-wrapper {
  text-align: center;
  /* margin-top: 10px; */
}


.swiper-main-next-0,
.swiper-main-prev-0 {
 
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.swiper-main-next-0 svg path,
.swiper-main-prev-0 svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}


/* Positioning */
.swiper-main-prev-0 {
  left: 10px;
}

.swiper-main-next-0 {
  right: 10px;
}
/* Fullscreen / large screens: bring arrows closer to center */
@media screen and (min-width: 1200px) {
  .swiper-main-prev-0 {
position: absolute;
left: 10%;
  }

  .swiper-main-next-0 {
    position: absolute;
    right: 10%;
  }
}


/* Hide all dropdown menus by default */
.mobile-dropdown-menu {
  display: none;
  list-style: none;
  padding-left: 1rem;
}

/* Show the dropdown only if parent has 'open' class */
.mobile-dropdown.open .mobile-dropdown-menu {
  display: block;
}

/* Optional: make the + / - icon float to the right */
.dropdown-icon {
  float: right;
  font-weight: bold;
  margin-left: 10px;
}
.mobile-dropdown-menu {
  max-height: 300px; /* adjust height as needed */
  overflow-y: auto;
  scrollbar-width: thin; /* for Firefox */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}




/* header css  */
.header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 2rem;
z-index: 5000000;
width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--tr-primary-color); /* or any background so it doesn’t become transparent */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional for visual effect */
  z-index: 9999;
}

.sticky .tr_nav_btn .tr_btn {
color: var(--tr-primary-color);
 background-color:  #fff;
}


.sticky.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.logo img {
  height: 50px;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-item {
  position: relative;
  margin: 0 1rem;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem;
  display: block;
}
.nav-link:link,
.nav-link:visited,
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: #fff;
}
.nav-link:after{
  color: #fff;
}
.nav-link:active{
  color: white;
}
.nav-link:hover {
  color: #fff;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background-color: white;

  border-radius: 4px;
  list-style: none;
  display: none;
  z-index: 10;
}

.dropdown-menu li {
  padding: 0.5rem 1rem;
  color: #fff;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:hover {
  color: var(--tr-primary-color);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.cta-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.cta-button:hover {
  background-color: #0056b3;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.5rem;
}

.close-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}
.dropdown-menu li :hover {
  color: #f0f0f0;
}


    @media (max-width: 1024px) {
      .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background-color: var(--tr-primary-color);
        width: 80%;
        height: 100%;
        text-align: left;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.2);
        padding: 4rem 1rem 2rem 1rem;
        overflow-y: auto;
        z-index: 1000;

        -ms-overflow-style: none;  
        scrollbar-width: none;  
      }
      .tr_nav_btn{
        display: none;
      }
      
      .nav-menu.active {
        left: 0;
      }
      
      .nav-item {
        margin: 0.5rem 0;
    width: 45%;
      }
      
      .hamburger {
        display: block;
        color: #fff;
      }

      .close-menu {
        display: block;
      }
      

      .dropdown-menu-small {
        position: static;
        /*width: 100%;*/
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0.5rem;
      }
      

      .dropdown:hover .dropdown-menu-small {
        display: none;
      }
      

      .dropdown.active .dropdown-menu-small {
        display: block !important;
      }
      
      .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      
      .dropdown-toggle-small::after {
        content: '+';
        margin-left: 5px;
        border: none;
      }
      
      .dropdown.active .dropdown-toggle-small::after {
        content: '-';
      }

      .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
      }

      .overlay.active {
        display: block;
      }
    }

    .add-img{
      height: 350px;
      width: 100%;
    }
    .add-img img{
      height:  100%;
      width: 100%;
    }


    /* Base styles (for desktop and larger screens) */
.custom-layout-section {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.left-side, .right-side {
  flex: 1;
}
.left-side{
  height: 550px;
  width: 100%;
  object-fit: cover;

}
.right-side .top-div{
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.right-side .top-div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-divs .bottom-left{
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.bottom-divs .bottom-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-side img,
.right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}


.bottom-divs {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.bottom-left, .bottom-right {
  flex: 1;
  position: relative;
}

/* View All Overlay */
/* Make wrapper relative so button can be absolutely positioned */
.position-wrapper {
  position: relative;
}

/* View All Trigger - Absolute positioning */
.view-all-trigger {
  position: absolute;
  top: 2.6%; /* you can change this value to move it up/down */
  right: 15%; /* or left: 10px if you prefer it on the left */
  z-index: 10;
}
.content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.content-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.content-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
  overflow-wrap: break-word; /* Ensures long words break and don't overflow */
}

.content-image {
  max-width: 100%;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Button Style */
.view-all-text {
  background-color: var(--tr-primary-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 50px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  width: fit-content;
}
@media (max-width:1100px) {
  .view-all-trigger {
    position: absolute;
    top: 2.5%; /* you can change this value to move it up/down */
    right: 10%; /* or left: 10px if you prefer it on the left */
    z-index: 10;
  }
  
}
@media (max-width:968px) {
  .view-all-trigger {
    position: absolute;
    top: 2%; /* you can change this value to move it up/down */
    right: 10%; /* or left: 10px if you prefer it on the left */
    z-index: 10;
  }
  
}
@media (max-width:468px) {
  .view-all-trigger {
    position: absolute;
    top: 1.5%; /* you can change this value to move it up/down */
    right: 10%; /* or left: 10px if you prefer it on the left */
    z-index: 10;
  }
  
}
/* 🔳 Gallery Popup */
.gallery-popup {
  display: none;
  position: fixed;
  z-index: 20000000;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Center it */
  overflow-y: auto;
  background-color: rgba(0,0,0,0.95);
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  border-radius: 10px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.grid-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
}

/* Close Button */
.close-gallery, .close-lightbox {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 2100;
}

/* 🔍 Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 30000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  text-align: center;
  padding-top: 100px;
  /*margin-top: 50px;*/
}

.lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
 
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3100;
  border-radius: 5px;
  user-select: none;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Media Queries for responsiveness */

/* Mobile (small screens) */
@media (max-width: 767px) {
  .custom-layout-section {
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }

  .left-side, .right-side {
    flex: none;
    width: 100%;
  }
  .left-side {
    height: 250px;
  }
  .right-side .top-div{
    height: 250px !important;
  }
  .bottom-divs .bottom-left{
    height: 250px !important;
    object-fit: cover;
  }
  .bottom-divs .bottom-left img{
    height: 100% !important;
    object-fit: cover;
  }

  .right-side img {
    height: 25  0px;
    object-fit: cover;
  }

  .bottom-divs {
    display: block;
    gap: 10px;
  }

  .bottom-left, .bottom-right {
    width: 100%;
    margin-top: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .grid-img {
    height: 200px;
  }

  .view-all-text {
    font-size: 14px;
    bottom: 30%;
  }

  .lightbox-prev, .lightbox-next {
    font-size: 30px;
    padding: 8px;
  }
  .lightbox-content {
 
  padding-top: 40%;
}
}

/* Tablet (medium screens) */
/* @media (min-width: 768px) and (max-width: 1024px) {
  .custom-layout-section {
    flex-direction: row;
    gap: 20px;
  }

  .left-side, .right-side {
    flex: 1;
  }

  .left-side img,
  .right-side img {
    height: 250px;
    object-fit: cover;
  }

  .bottom-divs {
    display: flex;
    gap: 15px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .grid-img {
    height: 230px;
  }

  .view-all-text {
    font-size: 16px;
    bottom: 35%;
  }

  .lightbox-prev, .lightbox-next {
    font-size: 35px;
    padding: 10px;
  }
} */

.policy-faq-section {
  margin: auto;

  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-item {
  margin-bottom: 15px;
}

.faq-toggle {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: var(--tr-primary-color);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}



.faq-content {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 2px solid #ddd;
  margin-top: 10px;
}

.faq-content p {
  margin: 0;
  font-size: 14px;
  color: #333;
}


.features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
  gap: 20px;
  padding: 40px 20px;
 
  text-align: center;
}

.feature-box {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: invert(41%) sepia(23%) saturate(872%) hue-rotate(137deg) brightness(50%) contrast(88%);

}

.feature-box h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
}






.custum-about{
      
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture-text {
  color: #3eb489;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

.left-section {
  width: 48%;
}

.right-section {
  width: 48%;
  position: relative;
  height: 600px;
}



.right-section .card {
  background-color: #fff;
  padding: 20px;

  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  width: 260px;
  text-align: center;
}

.right-section .vision-card {
  top: 0;
  right: 0;
}

.right-section .mission-card {
  top: 31%;
  left: 0;
}

.right-section .value-card {
  bottom: 0;
  right: 0;
}

.right-section .card h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.right-section .card p {
  text-align: center;
}

.right-section .card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.right-section .card .icon-eye img{
  filter: invert(41%) sepia(23%) saturate(872%) hue-rotate(137deg) brightness(90%) contrast(88%);
}





@media (max-width: 768px) {
  .left-section, .right-section {
      width: 100%;
  }
  
  .right-section {
      height: 800px;
  }
  
  .right-section .card {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
  }
  
  .right-section .vision-card, .right-section .mission-card, .right-section .value-card {
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
  }
  

}