* {
  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 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.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 0.5s;
  -o-transition: all 0.5s;
  line-height: 1.5;
  background-color: #fdffff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: "DM Serif Display", serif;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.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 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.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: #1bbc9b;
  --tr-white-color: #ffffff;
  --tr-bantext-color: #e6e6e6;
  --tr-tabpara-color: #cdcdcd;
  --tr-heading-color: #222222;
  --tr-text-color: #797979;
  --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: 1170px;
  }
}

/*-------------- 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:100px;
    height:auto;
}

.tr_demo_wrapper {
  position: relative;
}

.tr_banner_section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 620px;
  max-height: 780px; /* was 860px — brings the bottom edge closer to the fold */
}
.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 0.5s ease-out;
}

/* Hero Overlay */
.tr_banner_slide::after{
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.08) 20%,
        rgba(0,0,0,0.05) 45%,
        rgba(0,0,0,0.02) 70%,
        rgba(0,0,0,0) 100%
    );
}
.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 {
  position: absolute;
  content: "";
  left: 18%;
  bottom: 0;
  top: 2px;
  height: 2px;
  width: 84px;
  background-color: var(--tr-primary-color);
  margin: auto;
}

.tr_head_title h6::after {
  position: absolute;
  content: "";
  left: 18%;
  bottom: -10px;
  top: auto;
  height: 2px;
  width: 84px;
  background-color: var(--tr-primary-color);
  margin: 0;
}

.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 0;
  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 0.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 {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tr_navmenu_wrapper ul li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.tr_navmenu_wrapper ul li a,
.tr_navmenu_wrapper ul li.active a {
    font-size: 16px;
    color: var(--tr-white-color);
    font-weight: 600;      /* Changed from 400 */
    letter-spacing: 0.3px; /* Optional but recommended */
    text-transform: capitalize;
    position: relative;
    transition: all 0.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_navmenu_wrapper ul li a:hover,
.tr_navmenu_wrapper ul li.active a {
  color: var(--tr-primary-color);
}

.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 0.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 {
    position: absolute;
    top: 24%;
    right: -140px;      /* Push thumbnails further right */
    width: 820px;       /* Reduce total width */
    max-width: 58%;
    padding: 0;
    z-index: 2;
}

.tr_banner_imgslider .swiper-slide {
    width: 320px;
    margin-top: 40px;
    padding-top: 0;
}

.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: 0;
}

.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-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: transparent;
  border: 1px solid var(--tr-heading-color);
  transition: all 0.3s ease-in-out;
}

.swiper-btn-prev-1,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2,
.swiper-btn-prev-2,
.swiper-btn-prev-0 {
  position: absolute;
}

.tr_banner_slide .swiper-button-prev,
.tr_banner_slide .swiper-button-next {
  border: 1px solid var(--tr-white-color);
}

.tr_banner_slide .swiper-button-next,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
  top: auto;
  bottom: -10px;
  right: 22%;
  z-index: 99;
}

.tr_banner_slide .swiper-button-prev,
.swiper-btn-prev-1,
.swiper-btn-prev-0,
.swiper-btn-prev-2 {
  top: auto;
  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 0.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;
  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: #ffffff1a;
  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 0.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(0.67);
  transition: all 0.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: 95px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: 0; */
}

.tr_heading_section{
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 15px;
}

.tr_head_title h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--tr-primary-color);
  position: relative;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.tr_head_title h6::after {
  content: "";
  position: static;
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: var(--tr-primary-color);
  margin: 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: 5px;
}

.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: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #f3f3f3;
  padding: 10px 0 0;
}

.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-end;
  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: 16%;
  top: 54.6%;
}

.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
  right: 16%;
  top: 54.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);
}

/* ==========================================================================
   WONDERVERSE ABOUT SECTION — FULL REDESIGN
   ========================================================================== */

.tr_about_section {
  position: relative;
  background-image: url("../images/home/airplane.png");
  padding: 90px 0 60px;
  overflow: hidden;
}

.tr_about_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.15) 40%,
    rgba(255, 255, 255, 0.4) 100%
  );
  z-index: 0;
}

.tr_about_section .container {
  position: relative;
  z-index: 1;
}

.tr_about_heading {
  margin-bottom: 40px;
}

.tr_about_content_row {
  align-items: stretch;
}

/* ---------- Feature card grid ---------- */
.tr_about_sec_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  height: 100%;
}

.tr_about_box {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow:
    0 8px 24px rgba(20, 30, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.44, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
}

.tr_about_box:hover {
  transform: translateY(-8px);
  border-color: var(--tr-primary-color);
  box-shadow:
    0 20px 40px rgba(20, 30, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* Icon circle */
.tr_about_box_img {
  margin-bottom: 18px;
}

.tr_about_icon_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: transform 0.45s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.tr_about_icon_circle img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.tr_about_box:hover .tr_about_icon_circle {
  transform: rotate(-10deg) scale(1.1);
}

.tr_icon_teal {
  background: linear-gradient(135deg, #d3f6ee, #a6ecdc);
}
.tr_icon_blue {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}
.tr_icon_amber {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}
.tr_icon_sky {
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
}

/* Text */
.tr_about_box_text h3 {
  color: var(--tr-title-color);
  font-size: 18px;
  margin-bottom: 8px;
}

.tr_about_box_text p {
  color: var(--tr-text-color);
  font-size: 14px;
  line-height: 1.7;
}

/* ---------- Image side ---------- */
.tr_about_img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 560px;
  box-shadow: 0 30px 60px rgba(20, 30, 40, 0.2);
}

.tr_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.tr_about_img:hover img {
  transform: scale(1.05);
}

/* Gradient wash for depth */
.tr_about_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    200deg,
    rgba(27, 188, 155, 0.18) 0%,
    rgba(0, 0, 0, 0) 45%
  );
  pointer-events: none;
}

/* Decorative accent blob behind the image */
.tr_about_img_shape {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--tr-primary-color);
  opacity: 0.25;
  filter: blur(10px);
  z-index: -1;
}

/* Floating stat badge */
.tr_about_badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 220px;
}

.tr_about_badge_num {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  color: var(--tr-primary-color);
  line-height: 1;
}

.tr_about_badge_label {
  font-size: 13px;
  color: var(--tr-text-color);
  font-weight: 500;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .tr_about_section {
    padding: 70px 0 50px;
  }

  .tr_about_heading {
    margin-bottom: 30px;
  }
  .tr_about_img {
    min-height: 420px;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .tr_about_sec_wrapper {
    grid-template-columns: 1fr;
  }

  .tr_about_badge {
    left: 16px;
    bottom: 16px;
    padding: 12px 16px;
  }

  .tr_about_badge_num {
    font-size: 22px;
  }
}

.tr_about_sec_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: initial;
}

.tr_about_box {
  max-width: 100%;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.tr_about_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.tr_about_box_img {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tr_about_box_img img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.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;
  padding-bottom: 95px;
  gap: 20px;
}

.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 img {
  border-radius: 5px;
}

.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%;
}

.tr_tourimg_box {
  gap: 10px;
  align-items: end;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 22px;
}

.tr_tour_img {
  flex: 0 0 31%;
  width: 31%;
}

.tr_tour_img,
.tr_tourin_img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  z-index: 0;
}

.tr_tour_img img,
.tr_tourin_img img {
  transition: all 0.5s ease-in-out;
}

.tr_tour_img:after,
.tr_tourin_img::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 81.5%
  );
  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/home/world.png");
}
.tr_value_section{
    position:relative;
}

.tr_value_section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.45);
}

.tr_value_section .container{
    position:relative;
    z-index:2;
}

.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:#111;
    font-weight:700;
  padding: 15px 0 5px;
}

.tr_val_text p{
    color:#3a3a3a;
    font-weight:500;
    line-height:1.8;
}

.tr_val_icon {
  position: relative;
}

.tr_value_sec {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}

.tr_value_sec:hover .tr_val_icon img {
  animation: swing 1s ease-out 1;
}

.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 0.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 0.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/home/testi-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 0.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;
  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);
  padding: 80px 0 80px;
}

.tr_footer_para p {
  padding: 20px 0 22px;
  color: var(--tr-bantext-color);
  max-width: 340px;
}

.tr_footer_link ul li a {
  color: var(--tr-bantext-color);
  position: relative;
  transition: all 0.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 0.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-image: url("../images/home/image3.png");
  background-repeat: no-repeat;
  background-size: cover;
  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: right;
  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/about/airplane.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, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.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, 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-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, 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, 0.05);
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.tr_navtab_sec .nav-tabs .nav-item .nav-link {
  padding: 20px 0px;
  border-color: #f8f7f7;
  width: 200px;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
}

.tr_navtab_sec .nav-tabs .nav-item .nav-link h3 {
  color: var(--tr-title-color);
  padding: 10px 0 0;
}

span.tr-navicon svg {
  transition: all 0.5s ease-in-out;
}

.tr_section.tr_navtab_section {
  padding: 95px 0 70px;
}

.tr_tours_sec {
  margin: 0 0 10px;
  transition: all 0.8s ease-in-out;
}

.tr_tours_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.tr_tours_img > img {
  border-radius: 5px;
  transform: scale(1.15);
  transition: all 0.5s ease-in-out;
}

.tr_tours_sec:hover .tr_tours_img > img {
  transform: scale(1);
}

.tr_tours_text {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px;
  background-color: var(--tr-white-color);
  position: relative;
  border-radius: 5px;
  top: -15px;
}

.tr_tours_text h3 {
  padding: 15px 0 5px;
}

.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);
}

.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: -17%;
  left: 0px;
  right: 0;
  margin: auto;
  background-color: rgb(0 0 0 / 73%);
  padding: 10px;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
}

.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:hover img {
  transform: scale(1.2);
  border-radius: 5px;
}

.tr_dest_travel_sec {
  background-image: url("https://dummyimage.com/1920x1080/");
  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: 95px 0 75px;
}

.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 0.5s ease-in-out;
}

.tr_guide_social {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.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 0.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;
}
/*=========================================================
                Travel Gallery Section
=========================================================*/

.tr_gallery_section {
  padding: 120px 0;
  overflow: hidden;
}

.tr_gallery_grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-auto-rows: 220px;

  gap: 20px;
}

/*==============================
Gallery Item
==============================*/

.gallery_item {
  position: relative;

  overflow: hidden;

  border-radius: 22px;

  cursor: pointer;

  isolation: isolate;
}

.gallery_item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.8s ease;
}

/*==============================
Overlay
==============================*/

.gallery_overlay {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 35px;

  z-index: 3;

  color: #fff;

  transition: 0.5s;
}

.gallery_overlay span {
  display: inline-block;

  font-size: 13px;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 10px;

  font-weight: 600;
}

.gallery_overlay h3 {
  color: #fff;

  margin-bottom: 10px;

  font-size: 34px;

  line-height: 1.2;
}

.gallery_overlay p {
  color: #fff;

  opacity: 0.9;

  margin-bottom: 25px;

  max-width: 350px;
}

.gallery_btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 12px 28px;

  background: #19b99a;

  color: #fff;

  border-radius: 50px;

  font-size: 15px;

  font-weight: 600;

  transition: 0.4s;
}

.gallery_btn:hover {
  background: #fff;

  color: #111;
}

/*==============================
Dark Overlay
==============================*/

.gallery_item::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );

  transition: 0.5s;
}

.gallery_item::after {
  content: "";

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.08);

  z-index: 2;

  transition: 0.5s;
}

/*==============================
Hover Effects
==============================*/

.gallery_item:hover img {
  transform: scale(1.12) rotate(2deg);
}

.gallery_item:hover::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
}

.gallery_item:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

.gallery_item:hover .gallery_overlay {
  transform: translateY(-8px);
}

/*==============================
Grid Sizes
==============================*/

.gallery_big {
  grid-column: span 2;

  grid-row: span 2;
}

.gallery_small {
  grid-column: span 1;

  grid-row: span 1;
}

.gallery_wide {
  grid-column: span 2;

  grid-row: span 1;
}

.gallery_tall {
  grid-column: span 1;

  grid-row: span 2;
}

/*==============================
Border Animation
==============================*/

.gallery_item {
  border: 2px solid transparent;
}

.gallery_item:hover {
  border-color: #19b99a;
}

/*==============================
Responsive
==============================*/

@media (max-width: 1200px) {
  .tr_gallery_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery_big {
    grid-column: span 2;
  }

  .gallery_wide {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .tr_gallery_section {
    padding: 90px 0;
  }

  .tr_gallery_grid {
    grid-template-columns: repeat(2, 1fr);

    grid-auto-rows: 220px;
  }

  .gallery_big {
    grid-column: span 2;

    grid-row: span 2;
  }

  .gallery_wide {
    grid-column: span 2;
  }

  .gallery_tall {
    grid-row: span 2;
  }

  .gallery_overlay {
    padding: 25px;
  }

  .gallery_overlay h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tr_gallery_grid {
    grid-template-columns: 1fr;

    grid-auto-rows: 250px;
  }

  .gallery_big,
  .gallery_wide,
  .gallery_tall,
  .gallery_small {
    grid-column: span 1;

    grid-row: span 1;
  }

  .gallery_overlay {
    padding: 20px;
  }

  .gallery_overlay h3 {
    font-size: 24px;
  }

  .gallery_overlay p {
    display: none;
  }

  .gallery_btn {
    display: none;
  }
}
/* Gallery Heading */

.tr_gallery_section {
  padding: 140px 0 120px;
}

.tr_gallery_section .tr_heading_section {
  margin-bottom: 80px;
}

.tr_gallery_section .tr_head_title {
  text-align: center;
}

.tr_gallery_section .tr_head_title h6 {
  color: #ff7b00;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 15px;
}

.tr_gallery_section .tr_head_title h4 {
  margin-bottom: 25px;
}

.tr_gallery_section .tr_head_title p {
  max-width: 720px;

  margin: auto;

  line-height: 1.8;

  color: #666;
}
/* Travel Gallery */

.tr_gallery_section {
  padding: 120px 0;
}

.tr_gallery_section .tr_heading_section {
  margin-bottom: 60px;
}

/* ==========================================================================
   Products Page - new component styles
   Append this file's contents to assets/css/style.css, or keep it as its
   own assets/css/products.css and link it after style.css (already wired
   up in products.html). Nothing here touches existing tr_ classes from
   the base theme; every new selector is scoped with a tr_prod_ prefix.
   ========================================================================== */

:root {
  --tr-prod-ink: #1c2321;
  --tr-prod-muted: #6b716d;
  --tr-prod-line: #e7e5df;
  --tr-prod-sand: #f6f3ec;
  --tr-prod-accent: #0f6e5c;
  --tr-prod-accent-dark: #0b5548;
  --tr-prod-white: #ffffff;
}

/* ---------- Intro / category pills ---------- */
.tr_prod_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.tr_prod_catbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 40px;
  border: 1px solid var(--tr-prod-line);
  background: var(--tr-prod-white);
  color: var(--tr-prod-ink);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.25s ease;
}

.tr_prod_catbtn .tr_prod_caticon {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.tr_prod_catbtn:hover,
.tr_prod_catbtn.is-active {
  background: var(--tr-prod-ink);
  border-color: var(--tr-prod-ink);
  color: var(--tr-prod-white);
  transform: translateY(-2px);
}

.tr_prod_catbtn:hover .tr_prod_caticon,
.tr_prod_catbtn.is-active .tr_prod_caticon {
  transform: rotate(-8deg) scale(1.1);
}

/* ---------- Product cards ---------- */
.tr_prod_grid {
  background: var(--tr-prod-sand);
}

.tr_prod_card {
  background: var(--tr-prod-white);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(28, 35, 33, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.tr_prod_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(28, 35, 33, 0.14);
}

.tr_prod_card_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7 / 5;
}

.tr_prod_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.6s ease,
    opacity 0.5s ease;
  opacity: 0;
  animation: tr_prod_fadein 0.6s ease forwards;
}

@keyframes tr_prod_fadein {
  to {
    opacity: 1;
  }
}

.tr_prod_card:hover .tr_prod_card_img img {
  transform: scale(1.08);
}

.tr_prod_badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--tr-prod-white);
  color: var(--tr-prod-ink);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 0.02em;
}

.tr_prod_card_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 20, 18, 0) 40%,
    rgba(15, 20, 18, 0.75) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.tr_prod_card:hover .tr_prod_card_overlay {
  opacity: 1;
}

.tr_prod_quickview {
  color: var(--tr-prod-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateY(10px);
  transition: transform 0.35s ease;
}

.tr_prod_card:hover .tr_prod_quickview {
  transform: translateY(0);
}

.tr_prod_card_body {
  padding: 26px 24px 24px;
}

.tr_prod_meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: var(--tr-prod-muted);
  margin-bottom: 10px;
}

.tr_prod_meta i {
  color: var(--tr-prod-accent);
  margin-right: 4px;
}

.tr_prod_card_body h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.tr_prod_card_body h3 a {
  color: var(--tr-prod-ink);
  text-decoration: none;
  transition: color 0.25s ease;
}

.tr_prod_card:hover .tr_prod_card_body h3 a {
  color: var(--tr-prod-accent);
}

.tr_prod_card_body p {
  font-size: 14.5px;
  color: var(--tr-prod-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.tr_prod_footer {
  padding-top: 18px;
  border-top: 1px solid var(--tr-prod-line);
}

.tr_prod_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 40px;
  border: 1.5px solid var(--tr-prod-ink);
  font-size: 14px;
  font-weight: 600;
  color: var(--tr-prod-ink);
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.tr_prod_link span {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.tr_prod_link:hover {
  background: var(--tr-prod-accent);
  border-color: var(--tr-prod-accent);
  color: var(--tr-prod-white);
}

.tr_prod_link:hover span {
  transform: translateX(5px);
}

/* ---------- Why choose us / feature cards ---------- */
.tr_prod_feature {
  text-align: center;
  padding: 40px 24px;
  border-radius: 14px;
  border: 1px solid var(--tr-prod-line);
  margin-bottom: 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.tr_prod_feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(28, 35, 33, 0.08);
  border-color: transparent;
}

.tr_prod_feature_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tr-prod-sand);
  color: var(--tr-prod-accent);
  transition:
    transform 0.4s ease,
    background 0.4s ease;
}

.tr_prod_feature:hover .tr_prod_feature_icon {
  transform: rotate(8deg) scale(1.08);
  background: var(--tr-prod-accent);
  color: var(--tr-prod-white);
}

.tr_prod_feature h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tr_prod_feature p {
  font-size: 14px;
  color: var(--tr-prod-muted);
  line-height: 1.6;
}

/* ---------- Booking process ---------- */
.tr_prod_process_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
}

.tr_prod_process_item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--tr-prod-line);
}

.tr_prod_process_item:last-child {
  border-bottom: none;
}

.tr_prod_process_num {
  flex: 0 0 auto;
  font-family: "DM Serif Display", serif;
  font-size: 42px;
  color: var(--tr-prod-accent);
  line-height: 1;
  width: 90px;
}

.tr_prod_process_text h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.tr_prod_process_text p {
  font-size: 14.5px;
  color: var(--tr-prod-muted);
  max-width: 640px;
}

/* ---------- Stats ---------- */
.tr_prod_stats {
  background: var(--tr-prod-ink);
}

.tr_prod_stat {
  text-align: center;
  padding: 20px 10px;
}

.tr_prod_stat h3 {
  font-size: 42px;
  color: var(--tr-prod-white);
  font-family: "DM Serif Display", serif;
  margin-bottom: 6px;
}

.tr_prod_stat p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* ---------- CTA banner ---------- */
.tr_prod_cta_box {
  background: var(--tr-prod-accent);
  border-radius: 20px;
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tr_prod_cta_box::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -140px;
  right: -100px;
}

.tr_prod_cta_box h4 {
  color: var(--tr-prod-white);
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  margin-bottom: 14px;
  position: relative;
}

.tr_prod_cta_box p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin: 0 auto 28px;
  position: relative;
}

.tr_prod_cta_box .tr_btn {
  position: relative;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .tr_prod_process_num {
    font-size: 32px;
    width: 60px;
  }

  .tr_prod_cta_box {
    padding: 48px 24px;
  }

  .tr_prod_cta_box h4 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tr_prod_categories {
    gap: 8px;
  }

  .tr_prod_catbtn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .tr_prod_process_item {
    gap: 16px;
  }

  .tr_prod_stat h3 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tr_prod_card,
  .tr_prod_card_img img,
  .tr_prod_feature,
  .tr_prod_feature_icon,
  .tr_prod_link span,
  .tr_prod_catbtn {
    transition: none !important;
    animation: none !important;
  }
}

/* ==========================================================================
   pages-extra.css
   Additional styles for the Solutions (and Products) pages ONLY.
   Append this file's contents to the bottom of assets/css/style.css,
   or keep it as a separate stylesheet and link it after style.css/responsive.css
   (already wired up in the <head> of solutions.html as assets/css/pages-extra.css).

   NOTE ON COLORS: this template's real accent/brand color lives in your
   existing style.css (used by .tr_btn, headings, etc.) but wasn't included
   in the file provided, so the two CSS variables below are placeholders.
   Replace --tr-accent and --tr-accent-dark with your actual brand colors
   (the same ones your .tr_btn background already uses) and every class
   below will automatically match the rest of the site.
   ========================================================================== */

:root {
  --tr-accent: var(--tr-primary-color);
  --tr-accent-dark: #159b81;
  --tr-ink: var(--tr-title-color);
  --tr-muted: var(--tr-text-color);
  --tr-card-bg: #ffffff;
  --tr-card-border: #edf3f1;
}

/* ---------- Shared section rhythm (Solutions + Products) ---------- */
.tr_solution_intro_section,
.tr_solution_category_section,
.tr_solution_process_section,
.tr_solution_stats_section,
.tr_solution_cta_section,
.tr_product_intro_section,
.tr_product_category_section,
.tr_product_featured_section,
.tr_product_process_section,
.tr_product_cta_section {
  position: relative;
}

/* ---------- Solution Category Cards ---------- */
.tr_solution_card {
  background: var(--tr-card-bg);
  border: 1px solid var(--tr-card-border);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  margin-bottom: 30px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.tr_solution_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--tr-accent);
}

.tr_solution_icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.1);
  margin-bottom: 24px;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.tr_solution_icon i {
  font-size: 26px;
  color: var(--tr-accent);
  transition: transform 0.35s ease;
}

.tr_solution_card:hover .tr_solution_icon {
  background: var(--tr-accent);
  transform: rotate(-6deg) scale(1.05);
}

.tr_solution_card:hover .tr_solution_icon i {
  color: #fff;
  transform: scale(1.1);
}

.tr_solution_card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tr-ink);
  margin-bottom: 12px;
}

.tr_solution_card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--tr-muted);
  margin-bottom: 22px;
}

.tr_solution_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--tr-accent);
  text-decoration: none;
  position: relative;
}

.tr_solution_link span {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.tr_solution_link:hover {
  color: var(--tr-accent-dark);
}

.tr_solution_link:hover span {
  transform: translateX(6px);
}

.tr_solution_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}

.tr_solution_link:hover::after {
  width: calc(100% - 28px);
}

/* ---------- Process / How It Works ---------- */
.tr_process_card {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
}

.tr_process_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--tr-accent);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.28);
  transition: transform 0.3s ease;
}

.tr_process_card:hover .tr_process_num {
  transform: scale(1.1);
}

.tr_process_card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tr-ink);
  margin-bottom: 10px;
}

.tr_process_card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--tr-muted);
}

/* ---------- Stats / Counters ---------- */
.tr_solution_stats_section {
  background: #faf9f7;
  padding: 70px 0;
}

.tr_stats_box {
  text-align: center;
  padding: 20px;
}

.tr_stats_box h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--tr-accent);
  margin-bottom: 6px;
}

.tr_stats_box p {
  font-size: 14px;
  color: var(--tr-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---------- CTA Banner ---------- */
.tr_solution_cta_section,
.tr_product_cta_section {
  padding: 80px 0;
}

.tr_solution_cta_box,
.tr_product_cta_box {
  background: linear-gradient(135deg, var(--tr-accent), var(--tr-accent-dark));
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(255, 107, 53, 0.25);
}

.tr_solution_cta_box h4,
.tr_product_cta_box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.tr_solution_cta_box p,
.tr_product_cta_box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-bottom: 28px;
}

/* ---------- Product cards (used by the Products page) ---------- */
.tr_product_card {
  background: var(--tr-card-bg);
  border: 1px solid var(--tr-card-border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.tr_product_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tr_product_card .tr_product_img {
  position: relative;
  overflow: hidden;
}

.tr_product_card .tr_product_img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tr_product_card:hover .tr_product_img img {
  transform: scale(1.08);
}

.tr_product_badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--tr-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  z-index: 2;
}

.tr_product_body {
  padding: 26px;
}

.tr_product_body h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--tr-ink);
  margin-bottom: 10px;
}

.tr_product_body p {
  font-size: 14px;
  color: var(--tr-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* ---------- Responsive: reduce motion / spacing on smaller screens ---------- */
@media (max-width: 767px) {
  .tr_solution_card,
  .tr_product_card {
    padding: 28px 22px;
  }

  .tr_solution_cta_box,
  .tr_product_cta_box {
    padding: 40px 24px;
    border-radius: 18px;
  }

  .tr_stats_box h3 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tr_solution_card,
  .tr_product_card,
  .tr_solution_icon,
  .tr_solution_icon i,
  .tr_process_num,
  .tr_product_card .tr_product_img img {
    transition: none !important;
    transform: none !important;
  }
}

.tr_faq_intro_section {
  padding-bottom: 30px;
}
/*==================================================
    FAQ SECTION
==================================================*/

.tr_faq_section {
  padding-top: 20px;
  padding-bottom: 80px;
}

/* Accordion */

.tr_faq_accordion .accordion-item {
  border: none;

  border-radius: 12px;

  overflow: hidden;

  margin-bottom: 20px;

  background: #fff;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);

  transition: 0.35s;
}

.tr_faq_accordion .accordion-item:hover {
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Header */

.tr_faq_accordion .accordion-button {
  background: #fff;

  padding: 22px 25px;

  font-size: 17px;

  font-weight: 600;

  color: #222;

  box-shadow: none;

  display: flex;

  align-items: center;

  gap: 18px;
}

/* Open */

.tr_faq_accordion .accordion-button:not(.collapsed) {
  background: #f7fffc;

  color: var(--tr-primary-color);

  box-shadow: none;
}

/* Remove Bootstrap Blue */

.tr_faq_accordion .accordion-button:focus {
  box-shadow: none;

  border: none;
}

/* Icon */

.tr_faq_icon {
  width: 48px;

  height: 48px;

  min-width: 48px;

  border-radius: 50%;

  background: #e9faf7;

  color: var(--tr-primary-color);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  transition: 0.35s;
}

/* Hover Icon */

.accordion-item:hover .tr_faq_icon {
  transform: rotate(-8deg) scale(1.08);

  background: var(--tr-primary-color);

  color: #fff;
}

/* Body */

.tr_faq_accordion .accordion-body {
  padding: 0 25px 25px 92px;

  color: #666;

  line-height: 1.8;

  font-size: 15px;
}

/* Arrow */

.tr_faq_accordion .accordion-button::after {
  transition: 0.35s;
}

/* Open Arrow */

.tr_faq_accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Border Animation */

.tr_faq_accordion .accordion-item {
  position: relative;
}

.tr_faq_accordion .accordion-item::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 4px;

  height: 0;

  background: var(--tr-primary-color);

  transition: 0.35s;
}

.tr_faq_accordion .accordion-item:hover::before {
  height: 100%;
}

/* Spacing */

.tr_faq_accordion {
  margin-bottom: 20px;
}

/* Mobile */

@media (max-width: 991px) {
  .tr_faq_accordion {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tr_faq_accordion .accordion-button {
    padding: 18px;

    font-size: 15px;

    gap: 14px;
  }

  .tr_faq_icon {
    width: 42px;

    height: 42px;

    min-width: 42px;

    font-size: 16px;
  }

  .tr_faq_accordion .accordion-body {
    padding: 0 18px 20px 74px;
  }
}

/*==================================================
    TERMS & CONDITIONS
==================================================*/

.tr_terms_section {
  padding: 80px 0;
}

/* Last Updated */

.tr_terms_info {
  margin: 35px 0 50px;
  text-align: center;
}

.tr_terms_info span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #e9faf7;
  color: var(--tr-primary-color);
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.tr_terms_info i {
  font-size: 16px;
}

/* Card */

.tr_terms_card {
  position: relative;
  display: flex;
  gap: 30px;
  background: #fff;
  border: 1px solid #edf3f1;
  border-radius: 16px;
  padding: 35px;
  margin-bottom: 35px;
  transition: all 0.35s ease;
  overflow: hidden;
}

.tr_terms_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Left Accent */

.tr_terms_card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--tr-primary-color);
  transition: 0.35s;
}

.tr_terms_card:hover::before {
  height: 100%;
}

/* Number */

.tr_terms_number {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e9faf7;
  color: var(--tr-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  transition: 0.35s;
}

.tr_terms_card:hover .tr_terms_number {
  background: var(--tr-primary-color);
  color: #fff;
  transform: rotate(-8deg) scale(1.05);
}

/* Content */

.tr_terms_content {
  flex: 1;
}

.tr_terms_content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
}

.tr_terms_content p {
  color: #666;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.tr_terms_content strong {
  color: #222;
  font-weight: 600;
}

/* Contact */

.tr_terms_contact {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.tr_terms_contact li {
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #666;
  line-height: 1.8;
}

.tr_terms_contact li:last-child {
  border-bottom: none;
}

.tr_terms_contact strong {
  color: #222;
  min-width: 150px;
  display: inline-block;
}

/* Links */

.tr_terms_content a {
  color: var(--tr-primary-color);
  text-decoration: none;
  transition: 0.3s;
}

.tr_terms_content a:hover {
  color: #159b81;
}

/* Lists */

.tr_terms_content ul {
  margin-top: 15px;
  padding-left: 20px;
}

.tr_terms_content ul li {
  margin-bottom: 10px;
  color: #666;
  line-height: 1.8;
}

/* Mobile */

@media (max-width: 991px) {
  .tr_terms_card {
    flex-direction: column;

    gap: 20px;

    padding: 30px;
  }

  .tr_terms_number {
    width: 60px;

    height: 60px;

    min-width: 60px;

    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tr_terms_section {
    padding: 60px 0;
  }

  .tr_terms_card {
    padding: 24px;
  }

  .tr_terms_content h3 {
    font-size: 20px;
  }

  .tr_terms_content p {
    font-size: 14px;

    line-height: 1.8;
  }

  .tr_terms_info span {
    font-size: 13px;

    padding: 10px 18px;
  }

  .tr_terms_contact strong {
    display: block;

    margin-bottom: 5px;
  }
}

.tr_heading_text h1,
.tr_heading_text h5,
.tr_heading_text p {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   Local video popup — sizing fix v2 (adds aspect-ratio to stop the
   "squished thin bar" look before video metadata loads)
   ========================================================================== */

.popup-content {
  max-width: 900px;
  width: 90%;
}

.popup-content iframe {
  max-width: 900px;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.popup-content video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  aspect-ratio: 16 / 9;   /* <-- this stops the squished-box flash */
  display: block;
  border-radius: 8px;
  background: #000;
  object-fit: cover;
}

.popup-content .close {
  z-index: 2;
}

/* ==========================================================================
   About Section (About Page) — FIXED
   Replace the old .tr_about_section / .tr_about_sec_wrapper / .tr_about_box
   rules in style.css with everything below.
   ========================================================================== */

/* Remove the airplane photo background — use a soft solid tone instead */
.about_page_section.tr_about_section {
  background-image: none;
  background-color: var(--tr-bg-color); /* #f3f9f5 - matches your palette */
  padding: 95px 0 100px;
}

/* Give the heading card a bit less "floating glass" look on a plain bg */
.about_page_section .tr_heading_section.tr_about_heading {
  background: var(--tr-white-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: none;
  margin-bottom: 60px;
}

/* Grid of feature cards: 2 columns x 2 rows, evenly spaced */
.about_page_wrapper.tr_about_sec_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  justify-content: initial;
}

/* Each feature is now a real card, not text floating over a photo */
.about_page_wrapper .tr_about_box {
  max-width: 100%;
  margin-bottom: 0;
  background: var(--tr-white-color);
  border: 1px solid #eef2f0;
  border-radius: 12px;
  padding: 30px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease-in-out;
}

.about_page_wrapper .tr_about_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  border-color: var(--tr-primary-color);
}

/* Icon gets its own round tinted container so it never blends into anything */
.about_page_wrapper .tr_about_box_img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tr-bg-color);
  margin-bottom: 18px;
}

.about_page_wrapper .tr_about_box_img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Text is now on white, so use the normal dark heading/text colors
   (overrides the white text rule meant for the old photo background) */
.about_page_wrapper .tr_about_box_text h3 {
  color: var(--tr-title-color);
  font-size: 19px;
  margin-bottom: 8px;
}

.about_page_wrapper .tr_about_box_text p {
  color: var(--tr-text-color);
  font-size: 14.5px;
  line-height: 1.7;
}

/* Right-side image: rounded, contained, with a subtle frame so it feels
   intentional next to the card grid rather than a random floating photo */
.about_page_image.tr_about_img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.about_page_image.tr_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .about_page_wrapper.tr_about_sec_wrapper {
    grid-template-columns: 1fr;
  }

  .about_page_section.tr_about_section {
    padding: 70px 0 60px;
  }

  .about_page_image.tr_about_img {
    margin-top: 30px;
  }
}

/* ==========================================================================
   HOME PAGE NAVBAR ONLY — does not affect tr_menu_wrapper on other pages
   since these rules are scoped with the additive .home-navbar class.
   ========================================================================== */

.home-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  padding: 20px 0;
  box-shadow: none;
  border-bottom: none;
  transition: padding 0.4s ease, background 0.4s ease;
}
/* Subtle dark gradient behind navbar on hero, so text/logo stay readable
   even before scrolling — done via pseudo-element, no extra markup needed */
/* ---------- Logo ---------- */
.home-logo a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.home-logo a::before {
  content: "";
  position: absolute;
  inset: -20px -30px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  filter: blur(10px);
  z-index: -1;
  border-radius: 50%;
}

.home-logo img {
  max-height: 1000px;
  width: auto;
  transition: opacity 0.3s ease;
}

.home-logo a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.home-logo-light {
  display: inline-block;
}

.home-logo-dark {
  display: none;
}

/* ---------- Nav links ---------- */
/* Default: used on About, Products, Solutions, Contact, etc. */
.home-nav-link {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  padding: 8px 16px;
  border-radius: 30px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease, background 0.3s ease;
}

.home-nav-link::after {
  display: none;
}

.home-nav-link:hover,
.tr_nav_menu li.active .home-nav-link {
  color: #ffffff !important;
  background-color: var(--tr-primary-color, #1bbc9b);
  text-shadow: none;
}
/* Homepage-only override, if you want it to look different from inner pages */
.home-navbar .home-nav-link {
  color: #1a1a1a !important;
  text-shadow: none;
}

.home-navbar .home-nav-link:hover,
.home-navbar .tr_nav_menu li.active .home-nav-link {
  color: #ffffff !important;
}

/* ---------- Mobile toggle (hamburger) ---------- */
.home-menu-btn span {
  background: #ffffff;
  transition: background 0.35s ease;
}

/* Homepage-only override, if you want it to look different from inner pages */
.home-navbar .home-nav-link {
  color: #1a1a1a !important;
  text-shadow: none;
}

.home-navbar .home-nav-link:hover,
.home-navbar .tr_nav_menu li.active .home-nav-link {
  color: #ffffff !important;
}
/* ==========================================================================
   SCROLLED STATE — added via JS when window.scrollY > 60
   ========================================================================== */

.home-navbar.home-navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}

.home-navbar.home-navbar-scrolled::before {
  opacity: 0;
}

.home-navbar.home-navbar-scrolled .home-logo-light {
  display: none;
}

.home-navbar.home-navbar-scrolled .home-logo-dark {
  display: inline-block;
}

.home-navbar.home-navbar-scrolled .home-nav-link {
  color: #222222 !important;
}

.home-navbar.home-navbar-scrolled .home-nav-link:hover,
.home-navbar.home-navbar-scrolled .tr_nav_menu li.active .home-nav-link {
  color: var(--tr-primary-color, #1bbc9b) !important;
}

.home-navbar.home-navbar-scrolled .home-menu-btn span {
  background: #222222;
}
.home-navbar {
  transition: padding 0.4s ease, background 0.4s ease, transform 0.35s ease;
}

.home-navbar.nav-hidden {
  transform: translateY(-100%);
}

/* ---------- Mobile responsive ---------- */
@media (max-width: 991px) {
  .home-navbar {
    padding: 8px 0;
  }

  .home-navbar::before {
    height: 100px;
  }

  /* On mobile the open menu needs a solid readable background
     regardless of scroll position, since it overlays the hero */
  .tr_navmenu_wrapper.mobile-menu-open .tr_nav_menu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }

  .tr_navmenu_wrapper.mobile-menu-open .home-nav-link {
    color: #222222 !important;
  }
}

/* ==========================================================================
   Products page CTA box — align with site-wide brand color
   Add this AFTER your existing products.css/pages-extra.css so it overrides
   the darker --tr-prod-accent used previously.
   ========================================================================== */

.tr_prod_cta_box {
  background: var(--tr-primary-color); /* same teal used everywhere else (#1bbc9b) */
}

/* Re-tint the decorative circle so it still reads as a subtle design
   detail on the new background instead of clashing */
.tr_prod_cta_box::before {
  background: rgba(255, 255, 255, 0.08);
}

.tr_contact_link a{
    color:#ffffff !important;
    text-decoration:none;
    transition:0.3s;
}

.tr_contact_link a:hover{
    color:#f5f5f5 !important;
    text-decoration:underline;
}

/* ==========================================================================
   HERO BANNER FIX — spacing, contrast, and animation
   Replace/override the existing .tr_banner_section, .tr_heading_text,
   .tr_header_slide_img rules with everything below.
   ========================================================================== */

/* 1. Height: viewport-based instead of a fixed 960px, so there's no
      excess empty space on most screens */
.tr_banner_section {
  height: 100vh;
  min-height: 620px;
  max-height: 860px;
}

/* 2. Give each slide a positioning context for the overlay + Ken Burns image */
.tr_header_slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 60px;     /* clears the navbar */
  padding-bottom: 140px; /* larger than padding-top → pulls text above dead-center */
}

/* 3. Dark gradient overlay for legibility — left-to-right so the text side
      is always readable regardless of what's in the photo */
.tr_header_slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.18) 35%,
    rgba(0, 0, 0, 0.05) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}
/* 4. Vertically center the text block instead of pinning it near the top */
.tr_heading_text {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 8%;   /* keeps the same left offset you have now */
  transform: none;
  max-width: 850px;
  z-index: 2;
}

/* 5. Ken Burns slow zoom on the background image — subtle, not random.
      Only the ACTIVE slide's image animates. */
.tr_header_slide_img {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.swiper-slide-active .tr_header_slide_img {
  animation: tr_kenburns 9s ease-out forwards;
}

@keyframes tr_kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}

/* 6. Staggered fade-up entrance for the heading text — re-triggers every
      time Swiper adds .swiper-slide-active to a new slide */
.tr_heading_text h5,
.tr_heading_text h1,
.tr_heading_text p,
.tr_heading_text .tr-head-btn {
  opacity: 0;
  transform: translateY(28px);
}

.swiper-slide-active .tr_heading_text h5 {
  animation: tr_fadeUp 0.8s cubic-bezier(0.16, 0.84, 0.44, 1) 0.15s forwards;
}

.swiper-slide-active .tr_heading_text h1 {
  animation: tr_fadeUp 0.9s cubic-bezier(0.16, 0.84, 0.44, 1) 0.35s forwards;
}

.swiper-slide-active .tr_heading_text p {
  animation: tr_fadeUp 0.9s cubic-bezier(0.16, 0.84, 0.44, 1) 0.55s forwards;
}

.swiper-slide-active .tr_heading_text .tr-head-btn {
  animation: tr_fadeUp 0.9s cubic-bezier(0.16, 0.84, 0.44, 1) 0.75s forwards;
}

@keyframes tr_fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 7. Nudge the Kashmir slide's focal point down slightly so the city/lake
      shows more and the sky takes up less of the frame */
.tr_header_slide_img.tr_header_slide2 {
  background-position: center 65%;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .tr_banner_section {
    height: 100vh;
    min-height: 560px;
    max-height: 700px;
  }

  .tr_heading_text {
    left: 6%;
    max-width: 90%;
  }

  .tr_heading_text h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .tr_heading_text h1 {
    font-size: 32px;
  }

  .tr_heading_text p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .swiper-slide-active .tr_header_slide_img,
  .swiper-slide-active .tr_heading_text h5,
  .swiper-slide-active .tr_heading_text h1,
  .swiper-slide-active .tr_heading_text p,
  .swiper-slide-active .tr_heading_text .tr-head-btn {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============================
   HERO CAROUSEL CONTROLS — REDESIGN
   Replaces the old bottom-right cluster with side arrows
   + centered dots, safely inside the visible viewport.
   ============================ */

.tr_page_line {
  display: none; /* old decorative line no longer needed */
}

.tr_banner_btn_wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.tr_banner_btn_wrapper .swiper-pagination {
  position: static;
  max-width: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tr_banner_btn_wrapper .swiper-pagination::before,
.tr_banner_btn_wrapper .swiper-pagination::after {
  display: none;
}

span.tr_bullet_text,
span.tr_bullet_number {
  display: none;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0;
  height: 4px;
  width: 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transform: none;
  transition: all 0.4s ease;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tr-primary-color);
  width: 46px;
}

/* Arrows move to the sides, vertically centered on the hero */
.tr_banner_slide .swiper-button-next,
.tr_banner_slide .swiper-button-prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  z-index: 5;
}

.tr_banner_slide .swiper-button-next {
  right: 30px;
  left: auto;
}

.tr_banner_slide .swiper-button-prev {
  left: 30px;
  right: auto;
}

.tr_banner_slide .swiper-button-next:hover,
.tr_banner_slide .swiper-button-prev:hover {
  background-color: var(--tr-primary-color);
  border-color: var(--tr-primary-color);
}

@media (max-width: 767px) {
  .tr_banner_slide .swiper-button-next,
  .tr_banner_slide .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  .tr_banner_slide .swiper-button-next { right: 15px; }
  .tr_banner_slide .swiper-button-prev { left: 15px; }
  .tr_banner_btn_wrapper { bottom: 18px; }
}

/* ======================================================
   INNER PAGE NAVBAR
   ====================================================== */

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:14px;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li{
    padding:0;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li a{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:120px;     /* Increase if you want wider buttons */
    height:46px;

    padding:0 26px;

    border-radius:50px;
    color:#fff;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li.active a{
    background:var(--tr-primary-color);
    color:#fff;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li a:hover{
    background:rgba(27,188,155,.15);
}

/* ==========================================
   INNER PAGE NAVBAR ONLY
   ========================================== */

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li a:hover {
    color: #1bbc9b !important;
}

.tr_menu_wrapper:not(.home-navbar) .tr_navmenu_wrapper ul li.active a {
    color: #ffffff !important;
}

.tr_footer_logo img{
    width: 190px;
    height: auto;
    display: block;
}