@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

:root {
  --primary-color: #708b5c;
  --primary-color-hover: #617a4f;
  --heading-color: #282826;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #565656;
  --gp-font--raleway: "Raleway", sans-serif;
}

/* Common Css */
strong a {
  color: var(--primary-color) !important;
  font-weight: 400 !important;
}
a,
.primary-color {
  color: var(--primary-color);
}
.primary-color:hover {
  color: var(--primary-color-hover);
}

.primary_text,
.privacy_policy_wrap .primary_text {
  color: var(--primary-color);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
}

.container.grid-container {
  max-width: 100% !important;
  background-color: #ffffff !important;
  padding: 0;
}

.small-container {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}

.custom_page_space {
  padding-top: 149px !important;
}

.site-content .content-area {
  width: 100% !important;
}

.site-content {
  display: block !important;
}

.widget-area.sidebar.is-right-sidebar {
  width: auto;
}

/* Header Css */
.site-logo .header-image {
  height: 90px;
  padding: 0;
}

.home .main-navigation {
  background: rgba(0, 0, 0, 0.3) !important;
}

.home .main-navigation.navigation-stick:not(.gen-sidebar-nav) {
  background-color: var(--black-color) !important;
}

.header-wrap .main-navigation .inside-navigation {
  justify-content: space-between;
  padding: 0 35px;
  height: 120px;
}

.header-wrap .main-nav li {
  padding: 40px 24px;
}

.header-wrap .main-nav .dropdown-menu-toggle {
  padding: 0;
}

.header-wrap .menu-bar-item .icon-search svg {
  width: 25px;
  height: 25px;
}

.header-wrap .sub-menu {
  background-color: var(--black-color) !important;
  width: 200px;
  position: absolute;
  top: 50px;
  padding: 20px 10px;
}

/* Search Section Css */

.gp-search-modal .gp-modal__overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 0 !important;
  backdrop-filter: none;
}

.gp-search-modal .gp-modal__container {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-modal-form {
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 45px 72px;
  width: auto !important;
  min-width: 1200px;
}

.search-modal-form .search-modal-fields .search-field {
  border: 1px solid var(--white-color) !important;
  border-right: 0 !important;
  margin-right: -1px;
  color: var(--white-color) !important;
}

.search-modal-form button {
  background-color: var(--primary-color) !important;
  padding: 0 80px;
  color: var(--white-color) !important;
  width: auto !important;
  font-size: 15px !important;
  letter-spacing: 4px;
}

.search-modal-fields ::placeholder {
  color: var(--white-color);
  opacity: 1;
}

.search-modal-fields ::-ms-input-placeholder {
  color: var(--white-color);
}

/* Search Section Css End */

/* Banner Section */
.banner_section .my-slick-slider,
.banner_section .slick-track,
.banner_section .slick-slide,
.banner_section .slick-slide img {
  height: 100vh;
}

.my-slick-slider-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.my-slick-slider .slick-slide {
  outline: none;
  position: relative;
}

.my-slick-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.slide {
  position: relative;
}

.slide-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white-color);
  z-index: 5;
  padding: 20px 30px;
  border-radius: 10px;
}

.slide-text-wrapper h2 {
  margin: 0 0 10px;
  font-size: 42px;
  color: var(--white-color);
  line-height: normal;
}

.slide-text-wrapper .primary_btn {
  padding: 8px 20px;
  background: rgb(124, 139, 110);
}

.slide-text-wrapper button a {
  text-decoration: none;
  color: inherit;
  font-family: Raleway;
  font-size: 14px;
  line-height: 17px;
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Style the availability text specifically */
.slide-text-wrapper p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 20px;
  display: block;
}

.slide-text-wrapper .special {
  color: #ff3a2d;
}

/* Inner Section */

.hr_border {
  margin: 0 auto;
}

.text-hover h3 a:hover {
  color: #7c8b6e;
}

/* 19-May-2025 */
/* Banner Section */
.banner_section .slick-arrow {
  background: transparent;
  z-index: 1;
  width: 45px;
}

.banner_section .slick-arrow:before {
  content: none;
}

.my-slick-slider .slick-slide.slick-active img {
  animation: scaleUp 12s ease-in-out forwards;
}

@keyframes scaleUp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.adventure_explorer_box .explorer-box {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: relative;
}

.adventure_explorer_box p {
  font-size: 10px;
  margin: 5px 0;
  font-weight: 600;
  font-family: Raleway;
  letter-spacing: 1px;
}

.adventure_explorer_box select {
  padding: 10px 30px 10px 20px !important;
  font-size: 15px;
  color: var(--black-color);
  margin-bottom: 0 !important;
}

.adventure_explorer_box .primary_btn {
  width: 100%;
  margin-top: 8px;
}

.primary_btn {
  font-size: 15px;
  padding: 11px 20px;
  letter-spacing: 3px;
  color: var(--white-color);
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.primary_btn:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.adventure-explorer .close-btn {
  position: absolute;
  top: -8px;
  right: 7px;
  background: transparent;
  color: #ececec;
  font-size: 25px;
  cursor: pointer;
  padding: 0;
  left: auto;
  width: auto;
  margin: 0;
  height: auto;
  border: 0;
  letter-spacing: normal;
  font-weight: 600;
}

.price-slider-wrapper {
  min-width: 230px;
  padding: 2px 0 10px;
}

.price-slider-wrapper .noUi-handle {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  box-shadow: none;
  width: 19px !important;
  height: 19px !important;
  top: -3px !important;
}

.price-slider-wrapper .noUi-handle-upper {
  right: -1px !important;
}

.price-slider-wrapper .noUi-connect {
  background: var(--white-color);
  box-shadow: none;
}

.price-slider-wrapper .noUi-handle:after,
.price-slider-wrapper .noUi-handle:before {
  content: none;
}

.tour-search-bar .noUi-horizontal {
  height: 15px;
}

.price-range-values {
  color: #b5b5b5;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

.price-slider-wrapper label {
  margin-bottom: 2px;
  color: var(--black-color);
}

.tour-search-bar .primary_btn {
  min-width: 195px;
  padding: 16px 20px;
}

.tour-search-bar {
  display: flex;
  gap: 16px;
  background: #fbfaf9;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 26px 22px;
  align-items: center;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.tour-search-bar select {
  padding: 18px 24px 18px 22px;
  border: 1px solid #e6e6e6;
  min-width: 176px;
  font-size: 15px;
  background-color: #fbfaf9;
  color: var(--black-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tour-search-bar button:hover {
  background-color: #4e6240;
}

#price-slider {
  margin: 10px 0;
}

.adventure-explorer {
  background-image: url("https://yourwebsite.com/wp-content/uploads/2025/05/leopards.jpg");
  background-size: cover;
  padding: 40px;
  text-align: center;
  color: var(--white-color);
  position: relative;
}

/* Footer Css */
.footer_wrap .gb-element-bf11ffdb {
  min-width: 100%;
  padding: 127px 50px 97px;
}

.footer_wrap .gb-element-dbad3b4c {
  min-width: 100%;
  padding: 27px;
}

.footer_wrap .wp-block-navigation {
  display: block;
}

.footer_wrap .wp-block-navigation li {
  padding: 4px 35px 4px 0;
  display: block;
  line-height: 26px;
}

.footer_wrap .wp-block-navigation li a {
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 400;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.newsletter {
  margin-bottom: 40px;
}

.newsletter input[type="email"] {
  background: transparent;
  padding: 19px 30px;
  font-size: 12px;
  width: 100%;
  line-height: 20px;
}

.newsletter input.has-spinner {
  width: 100%;
  color: var(--black-color);
  padding: 14px 20px;
  background-color: var(--primary-color);
  letter-spacing: 4px;
  font-size: 15px;
  line-height: 30px;
}

.newsletter input.has-spinner:hover {
  background-color: var(--primary-color-hover);
}

.header-wrap .main-nav .sub-menu {
  padding: 16px 30px 20px;
  top: 92px;
}

.header-wrap .main-nav .sub-menu li.menu-item {
  padding: 0;
}

/* brochure-rates Page Css */
.form_wrapper label {
  color: var(--gray-color);
  font-size: 16px !important;
}

.form_wrapper .gform-grid-col--size-auto label.gform-field-label,
.form_wrapper
  .gform_legacy_markup_wrapper
  li.gfield_error
  div.ginput_complex.ginput_container
  label,
.form_wrapper
  .gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_name
  label {
  font-size: 13px !important;
  color: var(--gray-color);
  font-weight: 300;
}

.oryx-gear-list input,
.form_wrapper .gform-grid-col--size-auto select {
  padding: 5px 4px !important;
  height: 28px;
  background: var(--white-color);
  color: var(--black-color);
  font-size: 16px;
  font-family: "Raleway";
  font-weight: 400;
}

.form_wrapper .ginput_container_email input,
.form_wrapper input[type="text"],
.form_wrapper input[type="tel"],
.form_wrapper .gform_legacy_markup_wrapper select {
  width: 100% !important;
  padding: 5px 4px !important;
  height: 28px;
  background: var(--white-color);
  color: var(--black-color);
}

.form_wrapper .gform_legacy_markup_wrapper li.hidden_label input {
  margin-right: 3px;
}

.form_wrapper .gform_legacy_markup_wrapper .gfield_checkbox li label {
  font-size: 14px !important;
  color: var(--gray-color);
  font-family: "Raleway";
}

.form_wrapper .gfield_checkbox {
  margin-top: 50px !important;
}

.form_wrapper .gform_button,
.form_wrapper .gform_button:hover {
  background-color: var(--white-color);
  color: #333333;
  letter-spacing: 3px;
  padding: 16px 30px;
}

.form_wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error {
  background: transparent;
  border-top: 0;
  margin-top: 0 !important;
}

.form_wrapper .gform_legacy_markup_wrapper div.validation_error {
  padding: 0;
  margin: 0;
}

/* brochure-rates Page Css End */

/* oryx-gear-list Page Css */
.underline_heading strong {
  text-decoration: underline;
}

/* oryx-gear-list Page Css End*/

/* Photo Of The-Month Page Css */

.form_wrapper_tour .gform_button,
.form_wrapper_tour .gform_button:hover {
  background: #7c8b6e;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.form_wrapper_tour .gform-grid-col--size-auto input,
.form_wrapper_tour .gform-grid-col--size-auto select,
.form_wrapper_tour .ginput_container_email input {
  background: transparent;
}

/* Photo Of The-Month Page Css End */

/* Insurance & Assurance Css */

.custom_text_link a,
.custom_text_link {
  color: var(--primary-color) !important;
  font-weight: 400;
}

/* Insurance & Assurance Css End*/

/* Who We Are Page youtube video css */
.youtube-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.youtube-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.youtube-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  border-radius: 50%;
  padding: 10px;
  background-color: var(--white-color);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  position: relative;
  min-width: 960px;
  min-height: 540px;
  background: var(--black-color);
}

/* Who We Are Page youtube video css End */

/* Oryx Conservation Fund Page Css */
.fw_light {
  font-weight: 300;
}

/* Oryx Conservation Fund Page Css End */

/* Contact Us Page */

.form_wrapper.contact-us-form .gfield_checkbox li label {
  color: var(--primary-color-hover) !important;
}

.form_wrapper.contact-us-form .gfield_checkbox li input {
  margin-right: 3px;
}

.form_wrapper .gform_legacy_markup_wrapper textarea {
  background-color: var(--white-color);
}

.form_wrapper.contact-us-form #input_1_29 .gchoice label {
  color: var(--gray-color) !important;
}

.form_wrapper.contact-us-form .gform_button.button {
  text-transform: uppercase;
}

/* Contact Us Page End */

/* Privacy Policy */
.privacy_policy_wrap h4 {
  line-height: 1.4em;
  margin: 25px 0;
  letter-spacing: 2px;
}

.privacy_policy_wrap p {
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
  color: var(--black-color);
  letter-spacing: 1px;
}

/* Privacy Policy End */

/* Video Page Css */

.video_section {
  position: relative;
}

.video_play_button {
  background-color: var(--white-color) !important;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  border-radius: 100px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.video_play_button .gb-shape {
  font-size: 42px;
  margin-left: 15px;
}

/**/
.youtube-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}

.youtube-popup-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video_grid_wrap {
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 32px;
  row-gap: 30px;
}

.privacy_policy_wrap {
  padding-top: 60px;
}

/* Video Page Css End*/

/* Mailers Page Css  */

.main_photo_tour_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

.main_photo_tour_section > div > div {
  background: var(--black-color);
  margin: 30px 0;
  align-items: center;
}

.main_photo_tour_section > div > div h3 {
  color: var(--white-color);
  font-size: 17px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: 23px;
  margin-bottom: 20px;
}

.main_photo_tour_section > div > div p {
  color: var(--white-color);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: Raleway;
}

.photo_tour_content {
  padding: 0 15px;
  text-align: center;
}

.photo_tour_content .primary_btn {
  display: inline-block;
  margin-top: 35px;
}

.photo_tour_content .primary_btn:hover {
  background-color: var(--primary-color-hover) !important;
}

.main_photo_tour_section h5 {
  font-weight: 300;
  margin-top: 60px;
  text-align: center;
}

/* Mailers Page Css End */

/* Blog Page Css */

.custom_container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.main_blog_section {
  display: grid;
  grid-template-columns: auto 240px;
  gap: 50px;
  padding: 160px 0;
}

.main_blog_section article h2 {
  line-height: normal;
}

.main_blog_section article h2 a {
  font-size: 44px;
  color: var(--heading-color);
}

.blog_sidebar ul {
  list-style-type: none;
  margin: 0;
}

.blog_sidebar ul li a {
  font-size: 16px !important;
  line-height: 26px;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 1px;
}

.main_blog_section article p {
  font-size: 14px;
  color: #818181;
  line-height: 26px;
}

.main_blog_section article img {
  margin-bottom: 35px;
  width: 100%;
  object-fit: contain;
  contain-intrinsic-size: unset;
}

.blog_sidebar h5 {
  font-size: 18px;
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 2px;
}

.blog_sidebar ul {
  margin-bottom: 50px;
}

.blog_sidebar .categories_wrap ul li a {
  color: var(--black-color);
  font-size: 15px !important;
  font-weight: 400;
  line-height: 19px;
  padding: 7px 0;
  margin: 0;
}

.main_blog_section article h2 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 48px;
}

.main_blog_section article a {
  font-size: 16px;
}

.main_blog_section article {
  margin-bottom: 100px;
}

.main_blog_section .page-title {
  display: none;
}

.main_blog_section .entry-content {
  word-break: break-word;
}

.related-posts-wrapper {
  margin: 80px 0;
}

.related-post-title {
  margin-top: 15px;
}

/* Blog Page Css End */

/* Blog inner Page Css */
.related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-title {
  font-size: 18px;
  color: var(--heading-color);
  letter-spacing: 2px;
  margin-bottom: 45px;
}

.related-posts h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
}

.related-posts h4 a {
  color: var(--heading-color);
}

.related-post-item p {
  font-size: 16px;
  color: var(--gray-color);
  letter-spacing: 1px;
  margin-top: 12px;
}

/* Blog inner Page Css End */

/* Office Team Page Css */

.office_team figure a {
  width: 100%;
}

.office_team figure a img {
  width: 100%;
  object-fit: cover !important;
}

.sidebar_list {
  margin: 0;
  list-style-type: none;
}

.sidebar_list li {
  padding: 4px 0;
  display: block;
}

.sidebar_list li a {
  color: var(--black-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Raleway";
}

.office_team_section .custom_container {
  padding: 40px 0 70px;
}

.office_team_grid {
  gap: 30px;
}

.office_team_grid h1 {
  color: var(--heading-color);
  margin-bottom: 12px;
}

.office_team_grid h5 {
  color: var(--primary-color);
  font-family: Raleway;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.office_team_grid p {
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.office_team_grid p a {
  font-weight: 400;
}

.office_team_grid h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.office_team_grid ul {
  margin: 0;
  list-style-type: none;
  padding-bottom: 55px;
}

.office_team_grid ul:last-child {
  padding-bottom: 0;
}

.office_team_grid ul li {
  padding: 5px 0;
}

.office_team_grid ul li a {
  color: var(--black-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* Office Team Page Css End */

/* Sign up success pdf brochure */
#glightbox-body .goverlay {
  opacity: 0.8;
}

#glightbox-body .gslide-media.gslide-image {
  border: 4px solid var(--white-color);
  border-radius: 4px;
  width: 50%;
  margin: 0 auto;
}

#glightbox-body .gslide-image img {
  width: 100%;
}

.glightbox-clean .gbtn {
  padding: 0;
  background: transparent;
}

.glightbox-clean .gbtn:hover {
  background: transparent;
}

.glightbox-clean .gnext {
  right: 26%;
}

.glightbox-clean .gprev {
  left: 26%;
}

/* Sign up success pdf brochure End */

/* Testimonial Page Css */
.testimonial_section {
  padding: 0 15px;
}

.testimonial-message p {
  color: #666;
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name a {
  color: var(--primary-color);
  font-weight: 400;
}

.testimonial-single {
  margin-bottom: 10px;
}

/* Testimonial Page Css End */

/* Infinity Pages */

/* Tour Details Page */
.tour-detail .nav-link {
  padding: 22px 14px 32px 15px;
  width: 189px;
  letter-spacing: 0.005em;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #efeded !important;
  text-transform: capitalize;
  color: var(--primary-color);
  border-radius: 0 !important;
}
.tour-detail .nav-item:first-child .nav-link {
  border-left: 1px solid #efeded !important;
}
.tour-detail .nav-link.active {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.tour_best_photo {
  margin-bottom: 150px;
}

.tour-detail ul {
  border: 0;
  margin: 0 !important;
  padding-bottom: 100px;
}

.best_photo_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.best_photo_list img {
  max-width: 100%;
}

.tour-detail .tab-content {
  max-width: 795px;
}

.tour-detail .nav-link:hover {
  background: var(--primary-color) !important;
  color: var(--white-color);
}

.tour-detail h1 {
  line-height: 44px;
  margin-bottom: 20px;
}

.tour-detail .tab-content p em {
  color: var(--black-color);
  font-family: "Raleway";
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.tour_price {
  font-size: 30px;
  color: var(--black-color);
  font-family: "Playfair Display SC", serif;
  margin-bottom: 24px;
}

.tour_price span {
  font-size: 16px;
  font-family: var(--gp-font--raleway);
  color: var(--gray-color);
}

.bright_text {
  font-size: 14px;
  color: #800000;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.privacy_policy_wrap em,
.privacy_policy_wrap p {
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tour_date_section {
  margin: 25px 0;
  font-weight: 600;
}

.tour_description_section iframe {
  margin: 25px 0;
}

.tour_basic.details {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 4px 22px 16px 0;
  margin-bottom: 30px;
}

.tour_basic.details p {
  font-size: 14px;
  color: #818181;
  font-weight: 300;
}

.eltd_tour_details {
  list-style-type: none;
}

.eltd_tour_details li {
  display: inline-table;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 21px 0;
}

.eltd_tour_details li span {
  display: table-cell;
  width: 45%;
  color: var(--black-color);
  font-size: 15px;
}

.eltd_value {
  display: table-cell;
  font-size: 14px;
  color: #999;
}

.tour-detail form {
  margin-bottom: 150px !important;
}

.tour-detail form .gform_button {
  background: #7c8b6e;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #7c8b6e;
  padding: 16px 30px;
}

.tour-detail form .gform_button:hover {
  background: #7c8b6e;
  color: var(--white-color);
}

.tour-detail .gfield_description {
  font-size: 13px !important;
  line-height: 26px !important;
  color: var(--gray-color);
  font-weight: 300;
}

.itinerary_content h4 {
  color: #282826;
  margin-top: 0;
  margin-bottom: 0px;
}

.itinerary_content ol {
  list-style-type: none;
  margin: 0;
}

.itinerary_content li {
  display: grid;
  align-items: flex-start;
  gap: 40px;
  grid-template-columns: 70px auto;
  margin-bottom: 20px;
}

.itinerary_content li strong {
  display: table-cell;
  height: 80px;
  width: 70px;
  line-height: 65px;
  font-size: 40px;
  font-weight: 400;
  color: var(--black-color);
  font-family: "Playfair Display SC", serif;
  background-color: #fbfaf9;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.why_section .tab-main-content h6 {
  color: var(--primary-color);
  font-family: Raleway;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.why_section .tab-main-content p {
  margin: 2px 0 30px;
}

.tour_description.author-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.tour_description.author-info img {
  max-width: 106px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.team_custom_container .photo_tour_leader_card img {
    aspect-ratio: 9 / 14;
    object-fit: cover;
}

.author_details h6 {
  font-size: 14px;
  line-height: 22px;
  color: #7c8b6e;
  font-family: "Raleway";
  font-weight: 700;
  letter-spacing: 1px;
}

.author_details p {
  font-size: 14px;
  line-height: 22px;
  color: #7c8b6e;
  font-family: "Raleway";
  letter-spacing: 1px;
  margin: 0;
  font-weight: 500;
}

.galleryWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-bottom: 150px;
}

.best_photo_list_item {
  max-width: 240px;
  min-height: 240px;
}

.best_photo_list img {
  max-width: 100%;
}

/* Tour Details Page End*/

/* Tour Calendar Page*/

.page_wrapper {
  padding: 45px 0 20px;
}

.page_wrapper center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.page_wrapper h1 {
  text-align: center;
  color: #282826;
  margin-bottom: 12px;
}

.page_wrapper center span {
  margin: 0 !important;
  display: inline-flex;
}

.page_wrapper center a {
  background: var(--primary-color) !important;
  font-weight: 400;
  border-radius: 8px;
  line-height: 26px;
  color: var(--white-color);
  padding: 8px 12px;
  font-size: 15px;
}

.outerPopularTours table tr {
  border: 1px solid #e6e6e6;
}

.outerPopularTours tr th {
  background-color: var(--black-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 1.2px;
  border-bottom: 0;
}

.outerPopularTours tr td {
  border-bottom: 1px solid #e6e6e6 !important;
  border: 0;
  padding: 10px;
  text-align: center;
  color: var(--gray-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.outerPopularTours .bookNowBtn {
  background: var(--primary-color) !important;
  border-radius: 8px;
  font-family: Arial;
  color: var(--white-color);
  font-size: 15px;
  padding: 4px 12px 4px 12px;
  display: inline-block;
}

.outerPopularTours .bookNowBtn:hover {
  background: #616161 !important;
  background-image: linear-gradient(to bottom, #616161, #424242) !important;
}

.space-available {
  background: #f8f8f8;
}

.space-available:hover {
  background: #ecf1e7;
}

.space-zero {
  background: #f7d4d4;
}

.space-zero:hover {
  background: #f5b9b9;
}

.outerPopularTours th {
  min-width: 185px;
}

.outerPopularTours {
  min-width: 1130px;
  margin-top: 40px;
}

.remaining-spaces {
  color: #8b1a1a !important;
  font-weight: 700;
}

.best_photo_list_item a {
  display: block;
  height: 100%;
}

/* Tour Calendar Page End*/

/* Photo Tours Page */
.photo_tour_wrapper .outerPopularTours {
  padding-top: 80px;
}

.photo_tour_wrapper.page_wrapper h1 {
  margin-bottom: 20px;
}

.inner_photo_tour_wrapper {
  max-width: 950px;
  padding: 100px 0;
}

.tour-card {
  display: grid;
  grid-template-columns: 295px 1fr;
  margin-bottom: 40px;
  gap: 35px;
}

.tour-card-image {
  position: relative;
  max-width: 295px;
  object-fit: contain;
}
.tours_slot_list .tour-card-image {
  max-width: 100%;
}
.lb-dataContainer {
  min-height: 48px;
  display: block !important;
  width: 250px;
}
.new-tour-badge {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 6;
}

.new-tour-badge span {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 4px 33px;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 300;
}

.tour-card-content h3 {
  line-height: 26px;
  margin-bottom: 20px;
}

.tour-card-content h3 a {
  color: #282826;
  font-size: 18px;
  letter-spacing: 2px;
}

.tour-price span {
  color: #565656;
  font-size: 16px;
  font-family: "Raleway";
  font-weight: 300;
  margin-left: 3px;
}

.tour-dates p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tour-guests ul {
  list-style-type: none;
  padding: 15px 0;
  margin-top: 22px !important;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-flow: wrap;
}

.tour-guests li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #565656;
}

.tour-price {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: var(--black-color);
  font-family: var(--gp-font--playfair-display-sc);
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 0 19px;
}
.toursOuterWrap.tour_leader_details_toursOuterWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.toursOuterWrap.tour_leader_details_toursOuterWrap * {
  min-width: 0;
}
.toursOuterWrap.tour_leader_details_toursOuterWrap .swiper {
  max-width: 100%;
}
.toursOuterWrap .main_blog_section {
  padding-top: 40px;
  grid-template-columns: 1fr 250px;
  gap: 30px;
}

.toursOuterWrap .tour-search-bar {
  padding: 34px 33px 50px;
}

.toursOuterWrap .tour-search-bar select,
.toursOuterWrap .tour-search-bar .primary_btn {
  min-width: 100%;
}

.toursOuterWrap .price-slider-wrapper {
  min-width: 100%;
}

.toursOuterWrap .price-range-values {
  color: var(--black-color);
  font-size: 14px;
  text-align: right;
  line-height: 20px;
}

.photo_tour_leaders_page h1 {
  line-height: 44px;
  margin-bottom: 40px;
}

.photo_tour_leader_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 60px;
  margin-top: 15px;
}

.photo_tour_leader_wrap h5 {
  color: #282826;
  font-family: Playfair Display SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 26px 0 0;
  text-align: left;
}

/* Photo Tours Page End */

/* Destination Page */
.destination_details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.destination_details a {
  line-height: 30px;
  padding: 13px 36px;
}

.destination_banner_Section {
  position: relative;
  background-position: center 60.88px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.destination_details h1 {
  line-height: 44px;
}

.destination_banner_Section .eltd-title-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.destination-detail {
  display: grid;
  grid-template-columns: auto 260px;
  gap: 45px;
  margin-top: 40px;
}

.destination-detail h2 {
  line-height: normal;
  margin-bottom: 30px;
}

.destination_lists {
  background-color: #efeee8;
  padding: 35px 15px 0;
}

.destination_gallery .swiper-slide a {
  padding: 0 15px;
}

.destination-detail .privacy_policy_wrap {
  padding: 40px 0 100px 0 !important;
}

.tours_section {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 40px;
}

.gallery_tours_section {
  margin-top: 20px;
}

.outer_tours_section {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.destination_gallery {
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 50px;
  margin: 0 -15px !important;
}

.outer_destination_wrapper,
.destination-detail {
  background-image: url(http://192.168.1.71/~tpss/oryxtours/wp-content/uploads/2025/06/North-America.webp);
  background-repeat: no-repeat;
}

.tours_slot_list h5,
.tours_slot_list h5 a {
  color: #282826;
  font-weight: 300;
  font-size: 18px;
}

.list_link li {
  margin: 0 13px;
}

.list_link li a {
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.tours_slot_list span {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}

.tours_slot_list p {
  margin: 0;
  padding-top: 25px;
  font-weight: 300;
  line-height: 26px;
  font-weight: 300;
  color: var(--gray-color);
}

.tours_slot_list ul {
  list-style-type: none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.tours_slot_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.list_link {
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 0 12px;
  margin-bottom: 65px;
  justify-content: center;
}

.swiper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.swiper-pagination {
  padding-bottom: 18px;
}

.destination_gallery .swiper-pagination-bullet {
  border: 2px solid rgba(0, 0, 0, 0.5);
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  border-radius: 100px;
  background: transparent;
}

.destination_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.destination_gallery .swiper-pagination {
  bottom: -20px !important;
}

/* Destination Page End*/

.eltd-tour-nav-section-icon {
  display: inline-block;
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  position: relative;
  top: 6px;
  margin-right: 12px;
}
.eltd-tour-info-icon {
  margin-right: 3px;
  font-size: 15px;
}
.tour_leader_details_toursOuterWrap .blog_sidebar h4 {
  font-size: 18px;
  margin-bottom: 28px;
}
.tour_leader_details_outer {
  display: grid;
  grid-template-columns: 282px 1fr;
  gap: 30px;
}
.tour_leader_image_wrapper {
  overflow: hidden;
}
.tour_leader_image_wrapper img {
  transition: all 0.3s ease-in-out;
}
.tour_leader_image_wrapper:hover img {
  transform: scale(1.04);
}
.tour_leader_short h5 {
  margin-block: 25px;
}
.tour_leader_long p {
  color: #000000;
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.tour_leader_long p a {
  color: var(--primary-color) !important;
  font-weight: 400 !important;
}
.tour_leader_short h5 p {
  color: var(--primary-color);
  font-family: Raleway;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tour_leader_details_toursOuterWrap .testimonials_section h3 {
  color: #282826;
  font-family: Playfair Display SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 20px;
}
.tour_leader_details_toursOuterWrap .testimonials_section {
  margin-top: 45px;
}
.tour_leader_details_toursOuterWrap .swiper {
  position: relative;
  margin: 0;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 0;
}
.tour_leader_details_toursOuterWrap .swiper .swiper-pagination {
  position: static;
}
.tour_leader_details_toursOuterWrap .swiper .slider_main_content {
  padding: 12px 16px;
}

.tour_leader_details_toursOuterWrap .swiper-button-next,
.tour_leader_details_toursOuterWrap .swiper-button-prev {
  background-image: url("http://192.168.1.71/~tpss/oryxtours/wp-content/uploads/2025/06/slider-arrows.png") !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  width: 16px !important;
  height: 16px !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none;
  transition: none;
  pointer-events: auto !important;
  position: static !important;
  transform: none !important;
  margin-top: 0 !important;
  opacity: 1;
}
.tour_leader_details_toursOuterWrap .swiper-button-next {
  background-position: 0 -16px !important;
}
.flex-direction-nav {
  position: absolute;
  width: auto;
  bottom: 15px;
  right: 10px;
  z-index: 999;
  display: flex;
  gap: 2px;
}
.tour_leader_details_toursOuterWrap .destination_details {
  margin-top: 45px;
  margin-bottom: 0;
}
.tour_leader_details_toursOuterWrap .destination_details h3 {
  line-height: normal;
  font-size: 28px;
}
.tour_leader_details_toursOuterWrap .outer_tours_section {
  border-top: none;
}
.tour_leader_details_toursOuterWrap .outeGalleryWrap {
  margin-top: 30px;
}
.team_custom_container {
  max-width: 650px;
  margin-inline: auto;
  margin-top: 60px;
}
.team_custom_container .photo_tour_leader_wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team_custom_container .photo_tour_leader_wrap p {
  color: #000000;
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 20px;
}
h5.designation {
  color: var(--primary-color);
  font-family: Raleway;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-block: 25px;
}
.tour_leader_details_outer p {
  font-weight: 400;
}
.gallery_tours_section .list_link a.active {
  color: var(--primary-color);
}
.tour__gallery .photo_tour_leader_wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.tour__gallery {
  padding-block: 60px;
}
.tour__gallery .photo_tour_leader_card {
  position: relative;
}
.tour__gallery .photo_tour_leader_card img {
  aspect-ratio: 1.84/1;
}
.over__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  padding: 20px 27px;
  text-align: center;
  align-items: flex-end;
}

.over__title p {
  font-family: "PLAYFAIR DISPLAY SC";
  font-size: 18px;
  color: #fff;
}
.over__title:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.view_btn {
  background: var(--primary-color) !important;
  font-family: Arial;
  color: var(--white-color);
  font-size: 15px;
  padding: 13px 36px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.3em;
  font-weight: 400;
}
.view_btn:hover {
  background-color: #617a4f !important;
  color: #fff !important;
}
.gallery_wrap {
  padding-block: 60px;
}
.gallery_tab_list ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 15px;
  list-style: none;
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  overflow-x: auto;
}
.gallery-item img {
  width: 100%;
}
.four_column_gallery.galleryWrap {
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.galleryWrap img {
  aspect-ratio: 300/200;
  object-fit: cover;
  width: 100%;
}
.tour__gallery .small-container .primary_text + p {
  color: #000000;
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .gallery_tab_list ul {
    flex-wrap: wrap;
  }
}
.gallery_tab_list ul a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  white-space: nowrap;
}
.gallery_tab_list ul a:hover,
.gallery_tab_list ul .active a {
  color: var(--primary-color);
}
.gallery_wrap .galleryWrap img {
  width: 100%;
}
.gallery_wrap .galleryWrap {
  gap: 20px;
}
.tab-main-content .testimonial-author {
  color: #333;
  border-top-color: #666;
  border-top-width: 1px;
  border-top-style: solid;
}
.tab-main-content .testimonial-single {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.tab-main-content .testimonial-name {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
}
.tab-main-content .testimonial-tagline {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  line-height: 1.2em;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.tab-main-content .testimonial-content p {
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: #666;
}
.tab-main-content .testimonial-content {
  padding-bottom: 60px;
}
.lb-loader,
.lightbox {
  position: fixed;
}
.lightbox {
  transform: translateY(-50%);
  top: 50% !important;
}
.lightboxOverlay {
  position: fixed;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.tour__gallery h5,.tour__gallery h5 a {
    color: #708b5c;
    font-family: Raleway;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tour__gallery h5{
  margin-top: 20px;
}
.reveal {
  overflow: hidden;
}

.slick-active .reveal__content {
  transform: translateY(100%);
  animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}

@keyframes reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Responsive Css */
@media (max-width: 1200px) {
  .header-wrap .main-nav li {
    padding: 40px 12px;
  }

  .search-modal-form {
    min-width: 950px;
  }

  .outerPopularTours {
    min-width: 750px;
    overflow-x: scroll;
  }

  .tour-card {
    grid-template-columns: 205px 1fr;
  }

  .destination-detail {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .four_column_gallery.galleryWrap,
  .tour__gallery .photo_tour_leader_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .toursOuterWrap .main_blog_section {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .custom_page_space {
    padding-top: 120px !important;
  }

  .header-wrap .main-navigation .inside-navigation {
    padding: 0 24px;
  }

  .home .main-navigation {
    background: var(--black-color) !important;
  }

  .main-navigation .icon-menu-bars svg {
    width: 25px;
    height: 25px;
  }

  .main-navigation .inside-navigation {
    flex-direction: row-reverse;
  }

  .main-navigation .menu-bar-items {
    display: none !important;
  }

  .main-navigation .site-logo.mobile-header-logo img {
    max-width: 155px;
    height: auto;
    padding: 0;
  }

  .mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
    margin: 0 auto;
  }

  .home .main-navigation {
    padding: 3px 0;
  }

  .main-navigation.offside--left.is-open:not(.slideout-transition),
  .main-navigation.offside-js--is-left .offside-sliding-element {
    width: 100%;
    top: 90px;
  }

  .main-navigation.offside {
    left: 0;
    height: auto;
    top: -1000px;
    width: 100%;
    background-color: var(--white-color) !important;
  }

  .offside-js--interact .offside {
    top: 88px !important;
    width: 100% !important;
  }

  .main-navigation.is-open .inside-navigation.grid-container.grid-parent {
    background-color: var(--white-color);
  }

  .main-navigation .main-nav ul li a {
    background-color: var(--white-color) !important;
    color: var(--gray-color) !important;
    line-height: normal !important;
    padding: 9px 4px;
    font-size: 13px;
    font-weight: 400;
    border: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
  }

  /* .main-navigation .main-nav ul li.menu-item-has-children>a{
            border-bottom: 1px solid #e6e6e6;
        } */
  .main-navigation .main-nav ul ul {
    box-shadow: none;
    margin: 0 15px;
    background: transparent;
  }

  .main-navigation .main-nav ul ul li a {
    padding: 15px 2px 15px 2px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    font-family: "Raleway" !important;
    background-color: transparent !important;
  }

  .main-navigation .main-nav ul ul li:last-child {
    border: 0;
  }

  .main-navigation .main-nav ul li {
    border-bottom: 1px solid #e6e6e6;
  }

  .main-navigation .main-nav > ul {
    padding: 0 40px;
  }

  .slideout-menu .sfHover > a {
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .mobile-menu-open .offside-js--is-open .slideout-overlay {
    opacity: 0;
  }

  .offside--left.is-open:not(.slideout-transition),
  .offside-js--is-left .offside-sliding-element {
    transform: none !important;
  }

  #generate-slideout-menu {
    z-index: 2;
  }

  .slideout-overlay {
    z-index: 1;
  }

  .header-wrap {
    z-index: 100;
  }

  .offside-js--interact .offside,
  .offside-js--interact .offside-sliding-element {
    transition: all 0.5s ease-in-out;
  }

  .main_blog_section {
    grid-template-columns: 100%;
    gap: 100px;
  }

  .office_team_grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .office_team_section .custom_container {
    padding: 40px 60px 70px;
  }

  .main-navigation .menu-bar-item {
    display: none;
  }

  .video_grid_wrap {
    grid-template-columns: 1fr;
    row-gap: 0;
    text-align: center;
  }

  .right-side-video {
    grid-row: 1;
  }

  .main_photo_tour_section > div > div p {
    padding-bottom: 10px;
  }

  .related-posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-card {
    gap: 25px;
  }

  .new-tour-badge span {
    padding: 3px 15px;
  }

  .tour-detail .nav-link {
    width: 145px;
  }

  .galleryWrap,
  .best_photo_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo_tour_leader_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .toursOuterWrap .blog_sidebar {
    display: none;
  }
  .toursOuterWrap.tour_leader_details_toursOuterWrap .blog_sidebar {
    display: block;
  }

  .toursOuterWrap .photo_tour_wrapper,
  .toursOuterWrap .inner_photo_tour_wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .team_custom_container .photo_tour_leader_wrap,
  .tour_leader_details_outer {
    grid-template-columns: 100%;
  }
  .primary_btn {
    font-size: 10px;
    padding: 14px 20px;
    letter-spacing: 2px;
  }

  .banner_section .slick-arrow {
    display: none !important;
  }

  .slide-text-wrapper {
    padding: 20px 10px;
    width: 100%;
  }

  .slide-text-wrapper .primary_btn {
    margin-top: 20px;
  }

  .footer_wrap .gb-element-bf11ffdb {
    padding: 0;
  }

  .footer_wrap .wp-block-navigation li {
    padding: 0;
    line-height: 24px;
    text-align: center;
  }

  .footer_wrap .wp-block-navigation li a {
    font-weight: 700;
    font-size: 12px;
  }

  .slide-text-wrapper button a {
    font-weight: 500;
  }

  .newsletter input.has-spinner {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 10px 20px;
  }

  .slide-text-wrapper p {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 0;
  }

  .banner_section .my-slick-slider,
  .banner_section .slick-track,
  .banner_section .slick-slide,
  .banner_section .slick-slide img {
    height: 450px;
  }

  .tour-search-bar select {
    width: 100%;
  }

  .price-slider-wrapper {
    min-width: 100%;
  }

  #price-slider {
    margin: 4px 0;
  }

  .price-slider-wrapper label {
    margin-bottom: 0;
  }

  .tour-search-bar .primary_btn {
    min-width: 100%;
  }

  .heading-h2 {
    font-size: 35px !important;
    line-height: 38px;
  }

  .heading-h3 {
    font-size: 15px !important;
    margin: 25px 0;
    line-height: normal;
  }

  .lightbox-content {
    min-width: 90%;
    min-height: auto;
  }

  .privacy_policy_wrap h4 {
    font-size: 15px;
    text-align: center;
  }

  .privacy_policy_wrap p {
    text-align: center;
  }

  .main_blog_section {
    text-align: center;
    padding: 140px 0 30px;
  }

  .main_blog_section article h2 a {
    font-size: 35px;
    line-height: 38px;
  }

  .photo_tour_content {
    padding: 30px 15px;
  }

  #glightbox-body .gslide-media.gslide-image {
    width: 90%;
  }

  .office_team_grid {
    text-align: center;
    grid-template-columns: 100% !important;
    gap: 30px !important;
  }

  .office_team_section .custom_container {
    padding: 40px 15px 20px;
  }

  .office_team_grid h5 {
    margin-bottom: 20px;
  }

  .custom_swiper_slider_res .outer-container {
    width: 290px;
  }

  .testimonial_section,
  .testimonial_section .testimonial-single,
  .testimonial_section h1 {
    text-align: center;
  }

  .testimonial_section .testimonial-name {
    border-top: 1px solid #7c8b6a;
    padding-top: 25px;
    font-weight: 500;
  }

  .main_photo_tour_section > div > div {
    grid-template-columns: 1fr;
  }

  .outerPopularTours {
    min-width: 570px;
  }

  .main_photo_tour_section > div > div p {
    padding-bottom: 0px;
  }
  .four_column_gallery.galleryWrap,
  .related-posts {
    grid-template-columns: 100%;
  }

  .slide-text-wrapper h2 {
    font-size: 32px;
  }

  .banner_section .my-slick-slider {
    top: 80px;
  }

  .tour-card {
    grid-template-columns: 100%;
  }

  .tour-card {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
  }

  .inner_photo_tour_wrapper {
    padding: 80px 0;
  }

  .photo_tour_wrapper center {
    margin-top: 30px;
  }

  .testimonial_section {
    padding-top: 0 !important;
  }

  .tour-detail ul {
    overflow: scroll;
    width: 100%;
    flex-flow: unset;
    padding-bottom: 0;
    margin-bottom: 60px !important;
  }

  .tour-detail .nav-link {
    width: auto;
    padding: 20px 30px;
    white-space: nowrap;
  }

  .privacy_policy_wrap .itinerary_content h4 {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .privacy_policy_wrap .itinerary_content p {
    text-align: left !important;
  }

  .itinerary_content li strong {
    width: 50px;
    height: 60px;
    line-height: 45px;
    font-size: 30px;
  }

  .itinerary_content li {
    gap: 15px;
    grid-template-columns: 50px auto;
  }

  .tour-detail h1 {
    font-size: 34px;
  }

  .why_section .tab-main-content h6,
  .tour-detail h1,
  .tour_price,
  .bright_text,
  .tour_date_section {
    text-align: center;
  }

  .tour_description.author-info,
  .tour_basic.details {
    justify-content: center;
  }

  .destination-detail {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .privacy_policy_wrap h3 {
    margin-bottom: 20px;
  }

  .tour-guests ul {
    justify-content: center;
  }

  .destination-detail .privacy_policy_wrap {
    padding: 0 !important;
  }

  .photo_tour_leader_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo_tour_leaders_page h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .page_wrapper {
    padding: 0px 0 20px;
  }

  .outerPopularTours table {
    border: 0;
  }

  .outerPopularTours td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--gray-color);
  }

  .outerPopularTours thead {
    display: none;
  }

  .outerPopularTours table tr {
    margin-bottom: 10px;
  }

  .outerPopularTours td {
    font-size: 12px !important;
    display: flow-root !important;
    text-align: right !important;
  }

  .outerPopularTours td,
  .outerPopularTours tr {
    display: block;
  }

  .outerPopularTours {
    min-width: 100%;
  }

  .outerPopularTours tr td:last-child {
    border-bottom: 0 !important;
  }

  .slide-text-wrapper h2 {
    font-size: 28px;
  }

  .galleryWrap,
  .best_photo_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .tour-detail .nav-link {
    padding: 10px 15px;
  }

  .tour_basic.details {
    gap: 15px;
    padding: 4px 18px 12px 0;
    margin-bottom: 20px;
  }

  .photo_tour_leader_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .photo_tour_leader_wrap h5 {
    text-align: center;
  }
  .tour__gallery .photo_tour_leader_wrap {
    grid-template-columns: 100%;
  }
}
