@font-face {
  font-family: "Canela Deck Black";
  src: url("../../public/fonts/canelaDeck/CanelaDeck-Black.woff2") format("woff2"), url("../../public/fonts/canelaDeck/CanelaDeck-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Bold";
  src: url("../../public/fonts/canelaDeck/CanelaDeck-Bold.woff2") format("woff2"), url("../../public/fonts/canelaDeck/CanelaDeck-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Bold Italic";
  src: url("../../public/fonts/canelaDeck/CanelaDeck-BoldItalic.woff2") format("woff2"), url("../../public/fonts/canelaDeck/CanelaDeck-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Regular Italic";
  src: url("../../public/fonts/canelaDeck/CanelaDeck-RegularItalic.woff2") format("woff2"), url("../../public/fonts/canelaDeck/CanelaDeck-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Medium";
  src: url("../../public/fonts/canelaDeck/CanelaDeck-Medium.woff2") format("woff2"), url("../../public/fonts/canelaDeck/CanelaDeck-Medium.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-head {
  display: block;
  margin-bottom: 50px;
}
.section-head .section-title {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  font-family: "Canela Deck Bold";
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.section-head .section-title i {
  width: 50px;
  height: 50px;
  margin-top: -3px;
  margin-right: 15px;
  position: relative;
  background-color: #779990;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}

.theme-btn {
  color: #779990;
  min-height: 44px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
  padding: 10px 12px 10px 20px;
  align-items: center;
  position: relative;
  transition: all 0.35s ease;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #779990;
}
.theme-btn span, .theme-btn i {
  position: relative;
  z-index: 1;
}
.theme-btn i {
  font-size: 20px;
  margin-left: 5px;
}
.theme-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.35s ease;
  background-color: #779990;
}
.theme-btn:hover::after {
  width: 100%;
}
.theme-btn:hover span, .theme-btn:hover i {
  color: #fff;
}
.theme-btn.secondary-btn::after {
  z-index: 2;
  background-color: #fff;
}
.theme-btn.secondary-btn:hover, .theme-btn.secondary-btn:hover span, .theme-btn.secondary-btn:hover i {
  color: #779990;
  z-index: 3;
}

.inverted-theme-btn {
  color: white;
  background-color: #779990;
}
.inverted-theme-btn span, .inverted-theme-btn i {
  position: relative;
  z-index: 1;
}
.inverted-theme-btn::after {
  background-color: #3a5266;
  z-index: 0;
}
.inverted-theme-btn:hover::after {
  width: 100%;
}
.inverted-theme-btn:hover span, .inverted-theme-btn:hover i {
  color: white;
}
.inverted-theme-btn.secondary-btn::after {
  z-index: 2;
  background-color: white;
}
.inverted-theme-btn.secondary-btn:hover, .inverted-theme-btn.secondary-btn:hover span, .inverted-theme-btn.secondary-btn:hover i {
  color: white;
}

.banner-tag {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  transition: all 0.3s ease;
}
.banner-tag a {
  color: #ffffff;
  font-size: 0.8rem;
  text-shadow: 0px 0px 21px #ffffff;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.banner-tag i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}

.site-header {
  height: auto;
  top: 0;
  z-index: 999;
  position: fixed;
  padding: 0 35px;
  background-color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 -3px 22px rgba(0, 0, 0, 0.16);
}
.site-header .navbar .header-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-header .navbar .header-wrap .navbar-brand {
  width: 150px;
}
.site-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 64.99px;
  transition: all 0.5s ease;
}
.site-header .nav-menu {
  display: flex;
}
.site-header .nav-menu .nav-item {
  border-right: 1px solid rgba(119, 153, 145, 0.35);
}
.site-header .nav-menu .nav-item .nav-link {
  color: #779990;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 12px 23px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.site-header .nav-menu .nav-item:nth-last-child(1) {
  border-right: 0 !important;
}
.site-header .nav-menu .nav-item:hover {
  background-color: #779990;
}
.site-header .nav-menu .nav-item:hover .nav-link {
  color: white;
}
.site-header .nav-item.dropdown {
  position: relative;
}
.site-header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .nav-item.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 4px 4px 4px;
  padding: 10px 0px;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 0;
  border: 1px solid #f7f7f7;
  box-shadow: 0 22px 45px -3px rgba(0, 0, 0, 0.2);
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #779990;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: block;
  padding: 12px 28px;
  border-bottom: 1px solid #f7f7f7;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item:nth-last-child(1) {
  border-bottom: 0;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(119, 153, 145, 0.1411764706);
}
.site-header .nav-item.dropdown .theme-btn {
  transition: all 0.5s ease;
}
.site-header .action-col {
  display: flex;
  align-items: center;
}
.site-header .action-col .theme-btn {
  width: 158px;
  min-height: auto;
  color: #fff;
  font-size: 0.75rem;
  padding: 5px 12px 5px 20px;
  background-color: #779990;
  border-color: rgba(255, 255, 255, 0.72);
}
.site-header .action-col .theme-btn:hover {
  color: #779990;
}
.site-header .blog-url {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background: url(/wp-content/themes/carlisle-travel/public/images/smartphone.png) no-repeat center;
  background-size: cover;
}
.site-header .navbar-toggler {
  display: none;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header.fixed-header {
  background-color: #779990;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.4);
}
.site-header.fixed-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 51.99px;
  filter: brightness(0) invert(1);
}
.site-header.fixed-header .nav-menu .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2705882353);
}
.site-header.fixed-header .nav-menu .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.14);
}
.site-header.fixed-header .nav-menu .nav-item .nav-link {
  color: #fff;
}
.site-header.fixed-header .theme-btn {
  color: #779990;
  padding: 5px 12px 5px 20px;
  background-color: #fff;
}
.site-header.fixed-header .theme-btn:hover {
  border-color: #fff;
  padding: 5px 12px 5px 20px;
}
.site-header.fixed-header .theme-btn:hover span, .site-header.fixed-header .theme-btn:hover i {
  color: #fff;
}
.site-header.fixed-header .theme-btn:hover::after {
  z-index: 2;
  background-color: #779990;
}
.site-header .offcanvas {
  width: 100vw !important;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  border: none;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.site-header .offcanvas .offcanvas-header {
  min-height: 77px;
  padding: 20px;
}
.site-header .offcanvas .offcanvas-header .submenu-back {
  display: none;
  height: 0;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  background: none;
  border: none;
  color: #779990;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.site-header .offcanvas .offcanvas-header .submenu-back i {
  font-size: 0.75rem;
}
.site-header .offcanvas .offcanvas-header .submenu-back.active {
  display: flex;
}
.site-header .offcanvas .offcanvas-header .btn-close {
  width: 22px;
  right: 40px;
  padding: 0;
  position: absolute;
}
.site-header .offcanvas .offcanvas-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 40px;
}
.site-header .offcanvas .offcanvas-body .navbar-nav {
  padding: 0;
  position: relative;
  transition: opacity 0.2s ease;
}
.site-header .offcanvas .offcanvas-body .navbar-nav.fade-out > .nav-item {
  opacity: 0;
}
.site-header .offcanvas .offcanvas-body .navbar-nav.fade-in > .nav-item {
  animation: fadeIn 0.2s ease forwards;
}
.site-header .offcanvas .offcanvas-body .navbar-nav.menu-hidden > .nav-item:not(.submenu-open) {
  display: none;
}
.site-header .offcanvas .offcanvas-body .navbar-nav.menu-hidden > .nav-item.submenu-open > .main-link {
  display: none;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item {
  transition: opacity 0.2s ease;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .main-link, .site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .sub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  color: #3a5266;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .main-link i, .site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .sub-link i {
  font-size: 0.875rem;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .image-link {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #ccc;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .image-link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  border-bottom: 0px;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .image-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .image-link a span {
  position: relative;
  z-index: 1;
  margin-left: 22px;
  margin-bottom: 8px;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .submenu {
  display: none;
  width: 100%;
  transition: opacity 0.2s ease;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .submenu.fade-out {
  opacity: 0;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .submenu.fade-in {
  animation: fadeIn 0.2s ease forwards;
}
.site-header .offcanvas .offcanvas-body .navbar-nav .nav-item .submenu.submenu-active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-header .offcanvas .menu-head {
  width: 100%;
  padding: 40px 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .offcanvas .menu-head .offcanves-logo {
  height: 80px;
  transition: opacity 0.3s ease;
}
.site-header .offcanvas .menu-head .offcanves-logo.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.site-header .offcanvas .menu-head .offcanvas-title {
  display: none;
  color: #779990;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.site-header .offcanvas .menu-head .offcanvas-title.active {
  display: block;
}

.footer-section {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}
.footer-section .footer-bg {
  inset: 0;
  z-index: 1;
  position: absolute;
  background: #3a5266;
  box-shadow: 0px -17px 25px -17px rgba(0, 0, 0, 0.52);
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-section .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-section .footer-logo {
  width: 150px;
  filter: brightness(0) invert(1);
}
.footer-section .footer-title {
  font-size: 1.25rem;
  max-width: 258px;
  line-height: 1.35;
  font-family: "Canela Deck Bold";
}
.footer-section .footer-social a {
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  transition: 0.3s;
  border-radius: 4px;
  border: 1.35px solid #fff;
}
.footer-section .footer-social a i {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.footer-section .footer-social a:hover {
  opacity: 0.7;
}
.footer-section .footer-heading {
  font-size: 20px;
  font-weight: 600;
  font-family: "Canela Deck Bold";
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
}
.footer-section .footer-links li {
  margin-bottom: 8px;
}
.footer-section .footer-links li a {
  color: #fff;
  font-size: 0.92rem;
  text-decoration: none;
  transition: 0.3s;
}
.footer-section .footer-links li a:hover {
  opacity: 0.7;
}
.footer-section .footer-address,
.footer-section .footer-phone,
.footer-section .footer-email {
  color: #fff;
  font-size: 15px;
  padding-left: 25px;
  position: relative;
}
.footer-section .footer-address i,
.footer-section .footer-phone i,
.footer-section .footer-email i {
  left: 0;
  position: absolute;
}
.footer-section .footer-phone span {
  font-size: 1.35rem;
  line-height: 1;
  font-family: "Canela Deck Bold";
  display: block;
}
.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-section .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-section .footer-bottom a:hover {
  opacity: 0.7;
}

.hero-slider-section {
  position: relative;
}
.hero-slider-section .hero-wrap {
  position: relative;
}
.hero-slider-section .hero-wrap .banner-dots {
  left: 50%;
  gap: 12px;
  z-index: 998;
  bottom: 120px;
  display: flex;
  position: absolute;
  transform: translateX(-50%);
  display: none;
}
.hero-slider-section .hero-wrap .banner-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider-section .hero-wrap .banner-dots .dot:hover {
  border-color: #fff;
}
.hero-slider-section .hero-wrap .banner-dots .dot.active {
  background: #fff;
  border-color: #fff;
}
.hero-slider-section .banner-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.hero-slider-section .banner-slider .content-pane {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, visibility 0s 300ms;
}
.hero-slider-section .banner-slider .content-pane.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, visibility 0s 0s;
}
.hero-slider-section .banner-slider .content-pane.slide-out-left {
  opacity: 1;
  transform: translateX(-100%);
}
.hero-slider-section .banner-slider .content-pane.slide-out-right {
  opacity: 1;
  transform: translateX(100%);
}
.hero-slider-section .banner-slider .content-pane.slide-in-left {
  animation: slideInLeft 300ms ease-in-out forwards;
}
.hero-slider-section .banner-slider .content-pane.slide-in-right {
  animation: slideInRight 300ms ease-in-out forwards;
}
.hero-slider-section .banner-slider .content-pane .slide-item {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.hero-slider-section .banner-slider .content-pane .slide-item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.21) 30%, rgba(0, 0, 0, 0) 100%);
}
.hero-slider-section .banner-slider .content-pane .container {
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content {
  color: #fff;
  max-width: 580px;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .prefix {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px #ffffff;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
  font-family: "Canela Deck Bold";
}
.hero-slider-section .banner-slider .content-pane .container .slider-content p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 35px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7882352941);
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .theme-btn {
  color: #779990;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border: 0px;
  background-color: #fff;
  box-shadow: 0 0 26px -5px rgba(0, 0, 0, 0.5803921569);
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .theme-btn i {
  font-size: 20px;
  margin-left: 10px;
}
.hero-slider-section .hero-arrow {
  top: 22%;
  z-index: 5;
  margin: 0 20px;
  position: absolute;
}
.hero-slider-section .hero-arrow.nav-next {
  right: 0;
}
.hero-slider-section .mobile-tab-nav {
  display: none;
}
.hero-slider-section .nav-tabs-wrapper {
  top: 85px;
  z-index: 95;
  margin-top: -50px;
  position: sticky;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border: 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li {
  width: 100%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  border-right: 1px solid #fff;
  background-color: hsla(37, 25%, 67%, 0.83);
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1) {
  border-radius: 100px 0 0 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-last-child(1) {
  border-right: 0px;
  border-radius: 0 100px 0 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  text-transform: uppercase;
  padding: 12.25px 0;
  justify-content: center;
  align-items: center;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link i {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover {
  color: #131413;
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0px 8px 22px -17px rgba(0, 0, 0, 0.631372549);
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active .data-link, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover .data-link {
  color: #131413;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active .data-link i, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover .data-link i {
  filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(486%) hue-rotate(35deg) brightness(97%) contrast(89%);
}
.hero-slider-section .nav-tabs-wrapper.is-sticky {
  top: 84px;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li {
  background-color: #c0b096;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li:nth-child(1) {
  border-radius: 0 0 0 100px;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li:nth-last-child(1) {
  border-right: 0px;
  border-radius: 0 0 100px 0;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li.active {
  background-color: #fff;
}
.hero-slider-section .content-carousal {
  width: 100%;
  min-height: 200px;
  z-index: 5;
  position: relative;
  padding-left: 10vw;
  background-color: #fff;
}
.hero-slider-section .content-carousal .content-pane {
  position: absolute;
  top: 0;
  left: 10vw;
  right: 0;
  width: calc(100% - 10vw);
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.hero-slider-section .content-carousal .content-pane.is-active {
  position: relative;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.hero-slider-section .content-carousal .content-pane.slide-out-left {
  opacity: 0;
  transform: translateX(-100%);
}
.hero-slider-section .content-carousal .content-pane.slide-out-right {
  opacity: 0;
  transform: translateX(100%);
}
.hero-slider-section .content-carousal .content-pane.slide-in-left {
  opacity: 0;
  transform: translateX(-100%);
}
.hero-slider-section .content-carousal .content-pane.slide-in-right {
  opacity: 0;
  transform: translateX(100%);
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .hero-slider-section .banner-slider .container {
    padding-left: 50px;
  }
}
@media (min-width: 1700px) {
  .hero-slider-section .banner-slider .container {
    max-width: 100%;
    padding-left: 10%;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 1;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 1;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slick-arrow {
  bottom: 20vw;
  position: absolute;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-next {
  right: 10px;
}

.slick-prev,
.slick-next {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 10;
  border: 0px;
  padding: 0;
  background: transparent;
  transition: all 0.3s ease-out;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:disabled,
.slick-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.content-carousal .tab-header {
  width: 55%;
  padding: 100px 0 0px;
}
.content-carousal .tab-header .setion-title {
  color: #3a5266;
  font-size: 2.2rem;
  font-family: "Canela Deck Bold";
}
.content-carousal .tab-header p {
  line-height: 1.5;
}

.destination-carousal {
  padding: 40px 0;
  width: 100%;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.destination-carousal .slick-list {
  overflow: hidden;
}
.destination-carousal .slick-track {
  display: flex;
  align-items: stretch;
}
.destination-carousal .slick-slide {
  height: auto;
  padding: 0 12.5px;
}
.destination-carousal .slick-slide > div {
  margin-bottom: 20px;
}
.destination-carousal .list-item {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 100px 8px 100px;
  box-shadow: 0px 11px 17px -5px rgba(0, 0, 0, 0.4705882353);
}
.destination-carousal .list-item .carousal-image-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/18;
}
.destination-carousal .list-item .carousal-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination-carousal .list-item .carousal-content-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  position: absolute;
  display: flex;
  padding: 40px 15px;
  border-radius: 100px 5px 100px;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease-in-out;
}
.destination-carousal .list-item .carousal-content-wrap .country-tag {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  text-align: center;
  margin: 10px 0 0;
}
.destination-carousal .list-item .carousal-content-wrap .card-information {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 42px;
}
.destination-carousal .list-item .carousal-content-wrap .card-information .destination-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Canela Deck Bold";
}
.destination-carousal .list-item .carousal-content-wrap .card-information p {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.destination-carousal .list-item .carousal-content-wrap .card-information .theme-btn {
  width: 185px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 6px 12px 6px 15px;
}
.destination-carousal .list-item:hover .carousal-content-wrap {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 1200px) {
  .destination-carousal .slick-prev {
    left: -30px;
  }
  .destination-carousal .slick-next {
    right: -30px;
  }
}
@media (max-width: 768px) {
  .destination-carousal .slick-prev {
    left: 10px;
  }
  .destination-carousal .slick-next {
    right: 10px;
  }
  .destination-carousal .slick-prev,
  .destination-carousal .slick-next {
    width: 32px;
    height: 32px;
  }
  .destination-carousal .slick-prev svg,
  .destination-carousal .slick-next svg {
    width: 20px;
    height: 20px;
  }
}
.social-widget {
  right: 10px;
  z-index: 101;
  bottom: 75px;
  position: fixed;
}
.social-widget .menu {
  filter: url("#shadowed-goo");
}
.social-widget .menu-open-button, .social-widget .menu-item {
  background: #779990;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -27.5px;
  position: absolute;
  top: -10px;
  color: white;
  text-align: center;
  line-height: 55px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}
.social-widget .menu-open {
  display: none;
}
.social-widget .hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: transform 200ms;
}
.social-widget .hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.social-widget .hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.social-widget .hamburger-3 {
  transform: translate3d(0, 8px, 0);
}
.social-widget .menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.social-widget .menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.social-widget .menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.social-widget .menu {
  /* width: 380px; */
  /* height: 250px; */
  left: 40%;
  font-size: 20px;
  text-align: left;
  margin-left: 35px;
  padding-top: 0;
  padding-left: 255px;
  position: absolute;
  transform: rotate(90deg);
}
.social-widget .menu-item i {
  transform: rotate(-90deg);
}
.social-widget .menu-item:hover {
  background: white;
  color: #779990;
}
.social-widget .menu-item:nth-child(3) {
  transition-duration: 70ms;
}
.social-widget .menu-item:nth-child(4) {
  transition-duration: 130ms;
}
.social-widget .menu-item:nth-child(5) {
  transition-duration: 190ms;
}
.social-widget .menu-item:nth-child(6) {
  transition-duration: 250ms;
}
.social-widget .menu-item:nth-child(7) {
  transition-duration: 310ms;
}
.social-widget .menu-open-button {
  z-index: 2;
  transform: rotate(90deg);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  cursor: pointer;
}
.social-widget .menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.social-widget .menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 400ms;
  transform: translate3d(-77.0495633878px, 5.37192px, 0);
}
.social-widget .menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 320ms;
  transform: translate3d(-48.908422px, 62.999964px, 0);
}
.social-widget .menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 240ms;
  transform: translate3d(12.983667px, 76.629371px, 0);
}
.social-widget .menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 160ms;
  transform: translate3d(63.744539px, 35.660989px, 0);
}

#quickEnquiry .modal-dialog {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  max-width: 400px;
}
#quickEnquiry .modal-dialog .modal-content {
  border-radius: 10px;
}

.inner-hero-section {
  padding: 85px 15px 80px;
  margin-top: 100px;
}
.inner-hero-section .content-col {
  width: 47%;
  display: flex;
  align-items: center;
}
.inner-hero-section .content-col .content-wrap {
  padding-right: 25px;
  padding-left: 25px;
}
.inner-hero-section .content-col .content-wrap .page-header {
  display: block;
  margin: 0 0 20px;
}
.inner-hero-section .content-col .content-wrap .page-header .title-prefix {
  font-size: 0.95rem;
  color: #A99B84;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 15px;
}
.inner-hero-section .content-col .content-wrap .page-header .page-title {
  color: #779990;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: block;
  text-transform: capitalize;
  font-family: "Canela Deck Medium";
}
.inner-hero-section .image-col {
  width: 53%;
}
.inner-hero-section .image-col .image-wrap {
  height: 100%;
  padding-right: 30px;
}
.inner-hero-section .image-col .image-wrap img {
  width: 100%;
  border-radius: 250px;
  box-shadow: 10px 20px 30px -17px rgba(0, 0, 0, 0.5019607843);
}

.section-menu-block {
  top: 85px;
  z-index: 5;
  position: sticky;
  padding-top: 10px;
}
.section-menu-block .container {
  max-width: 1500px;
}
.section-menu-block .section-menu {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
  list-style: none;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 50px;
  transition: width 0.75s ease;
}
.section-menu-block .section-menu li {
  width: 100%;
  text-align: center;
  display: inline-block;
  transform: translateY(0px);
  border-left: 1px solid #fff;
  transition: all 0.5s ease;
  background-color: #A99B84;
}
.section-menu-block .section-menu li a {
  color: #fff;
  display: flex;
  padding: 17px 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.section-menu-block .section-menu li a i {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.section-menu-block .section-menu li:nth-child(1) {
  border-left: 0px;
  border-radius: 50px 0 0 50px;
}
.section-menu-block .section-menu li:nth-last-child(1) {
  border-radius: 0 50px 50px 0;
}
.section-menu-block .section-menu li:hover, .section-menu-block .section-menu li:has(a.active) {
  background-color: #000;
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.section-menu-block .section-menu li:hover a, .section-menu-block .section-menu li:has(a.active) a {
  color: #fff !important;
}
.section-menu-block .section-menu li:hover a i, .section-menu-block .section-menu li:has(a.active) a i {
  filter: brightness(1) !important;
}
.section-menu-block.menu-fixed .section-menu {
  width: 75%;
}
.section-menu-block.menu-fixed .section-menu li a {
  font-size: 0.7rem;
  letter-spacing: 1.3px;
  padding: 10px 0;
}
.section-menu-block.menu-fixed .section-menu li a.active {
  color: #000;
}
.section-menu-block.menu-fixed .section-menu li a.active i {
  filter: brightness(0);
}

.logo-grid-section.first {
  margin-top: 80px;
}
.logo-grid-section .container {
  padding: 80px 15px 85px;
  border-top: 1px solid #ccc;
}
.logo-grid-section .container .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-grid-section .container .logo-grid .logo-wrap {
  width: 250px;
  height: 250px;
  padding: 12.5px;
}
.logo-grid-section .container .logo-grid .logo-wrap a {
  position: relative;
}
.logo-grid-section .container .logo-grid .logo-wrap a:hover i {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: -10px;
  background-size: 78%;
}
.logo-grid-section .container .logo-grid .logo-wrap a:hover .logo-wrap-name {
  opacity: 1;
  bottom: 10px;
}
.logo-grid-section .container .logo-grid .logo-wrap i {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 0px 14px -5px rgba(0, 0, 0, 0.37);
  top: 0px;
  position: relative;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  transition: box-shadow 0.5s ease, top 0.25s ease, background-size 0.5s ease;
  will-change: top, box-shadow, background-size;
}
.logo-grid-section .container .logo-grid .logo-wrap-name {
  background-color: rgba(169, 155, 132, 0.8588235294);
  color: white;
  padding: 5px 20px;
  border-radius: 0px 12px;
  position: absolute;
  bottom: 0px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.25s ease;
}

.timeline-section {
  overflow-x: hidden;
  padding: 80px 15px 55px;
}
.timeline-section .page-header {
  padding: 10px;
  font-size: 3.5em;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 1px black;
}
.timeline-section .timeline {
  margin: 50px 0px;
}
.timeline-section .timeline ul {
  padding-left: 0;
}
.timeline-section .memory {
  list-style-type: none;
  position: relative;
  margin: 0 auto;
  width: 6px;
  padding-top: 50px;
  background: linear-gradient(0deg, #779990 0%, #A99B84 40%, #A99B84 63%, #779990 100%);
}
.timeline-section .memory:first-child {
  border-radius: 100px;
}
.timeline-section .memory::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  transition: background 0.5s ease-in-out;
}
.timeline-section .memory.in-view::after {
  background: #A99B84;
}
.timeline-section .memory .memory-container {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px 15px 20px 15px;
  text-align: center;
  border-radius: 10px;
  background: rgba(191, 179, 156, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline-section .memory .memory-container.in-view {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.timeline-section .memory .memory-container::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-section .memory .memory-container .memory-date {
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
  line-height: 1.3;
  color: #3a5266;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.timeline-section .memory .memory-container .memory-date-last {
  font-family: "Canela Deck Bold";
  color: #779991;
  line-height: 1.2;
  right: -194px !important;
}
.timeline-section .memory .memory-container .memory-text {
  margin: 0;
}
.timeline-section .memory .memory-container .memory-month {
  font-size: 1.5rem;
}
.timeline-section .memory .memory-container .memory-year {
  font-size: 3.5rem;
}
.timeline-section .memory .memory-container .image-block {
  border-radius: 8px;
}
.timeline-section .memory .memory-container .image-block img {
  border-radius: 10px;
}
.timeline-section .memory:nth-child(odd) .memory-container {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
.timeline-section .memory:nth-child(odd) .memory-container .memory-date {
  left: -210px;
  text-align: right;
}
.timeline-section .memory:nth-child(odd) .memory-container.in-view {
  transform: none;
  box-shadow: 9px 9px 23px -8px rgba(119, 153, 145, 0.6901960784);
}
.timeline-section .memory:nth-child(odd) .memory-container::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent rgba(191, 179, 156, 0.2) transparent transparent;
}
.timeline-section .memory:nth-child(even) .memory-container {
  right: 442px;
  transform: translate3d(-200px, 0, 0);
}
.timeline-section .memory:nth-child(even) .memory-container .memory-date {
  right: -210px;
  text-align: left;
}
.timeline-section .memory:nth-child(even) .memory-container.in-view {
  transform: none;
  box-shadow: -9px 9px 23px -8px rgba(119, 153, 145, 0.6901960784);
}
.timeline-section .memory:nth-child(even) .memory-container::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(191, 179, 156, 0.2);
}

@media screen and (max-width: 900px) {
  .memory-container {
    width: 250px;
  }
  .memory:nth-child(even) .memory-container {
    right: 320px; /* 250 + 45 - 6*/
  }
}
@media screen and (max-width: 600px) {
  .memory {
    margin-left: 20px;
  }
  .memory-container {
    width: calc(100vw - 91px);
  }
  .memory:nth-child(even) .memory-container {
    left: 45px;
  }
  .memory:nth-child(even) .memory-container::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #52B3D9 transparent transparent;
  }
}
.flip-card {
  width: 100%;
  height: 610px;
  padding: 0 12px;
  margin-bottom: 50px;
  perspective: 1000px;
  background-color: transparent;
}
.flip-card .flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card .flip-card-inner .flip-card-front,
.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-front .front-photo {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap {
  height: 100%;
  padding: 32px;
  margin-bottom: 0;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .profile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .theme-btn {
  color: #779990;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .theme-btn i {
  font-size: 22px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.profile-wrap {
  padding: 0 12px;
  margin-bottom: 70px;
}
.profile-wrap .profile-image {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  margin-bottom: 20px;
  background-size: cover;
  background-color: #f2f2f2;
  background-position: center;
}
.profile-wrap .profile-content .name {
  color: #779990;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-wrap .profile-content .designation {
  color: #A99B84;
}
.profile-wrap .profile-content .action-btn {
  display: flex;
  margin-top: 25px;
  position: relative;
  justify-content: space-between;
}
.profile-wrap .profile-content .action-btn .theme-btn {
  width: 180px;
}
.profile-wrap .profile-content .action-btn .icon-btn {
  width: 42px;
  height: 42px;
  padding: 0 0;
  display: flex;
  font-size: 18px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background-color: #779990;
}
.profile-wrap .profile-content .action-btn .icon-btn i {
  color: #fff;
}
.profile-wrap .profile-content .action-btn .connect-links {
  right: 2.5px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.profile-wrap .profile-content .action-btn .connect-links.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50px);
}
.profile-wrap .profile-content .action-btn .connect-links li a {
  width: 38px;
  height: 38px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #779990;
}
.profile-wrap .profile-content .action-btn .connect-links li a svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.profile-wrap .profile-content .action-btn .connect-links li a:hover {
  background-color: #A99B84;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.profile-wrap .profile-content .action-btn .connect-links .tl-logo {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 48%;
  background-position: center;
  background-repeat: no-repeat;
}

.additional-intro {
  padding: 100px 15px;
  border-top: 1px solid #eeeeee;
}
.additional-intro .content-wrap {
  height: 100%;
  display: flex;
  padding-left: 30px;
  flex-direction: column;
  justify-content: center;
}
.additional-intro .content-wrap .title-text {
  font-size: 3.75rem;
  display: block;
  margin-bottom: 35px;
  font-family: "Canela Deck Bold";
}

.profile-offcanvas.offcanvas.offcanvas-end {
  width: 550px;
}
.profile-offcanvas.offcanvas.offcanvas-end .offcanvas-header {
  padding-right: 0;
  padding-bottom: 0;
}
.profile-offcanvas.offcanvas.offcanvas-end .profile-wrap .profile-image {
  height: 350px;
}

.service-block-section {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
.service-block-section .container {
  z-index: 2;
  position: relative;
}
.service-block-section .content-col {
  padding: 40px 20px;
}
.service-block-section .content-col .content-wrap {
  max-width: 540px;
}
.service-block-section .content-col .content-wrap .service-title {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Canela Deck Bold";
}
.service-block-section .content-col .content-wrap .service-title i {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 13px;
  background-color: #779990;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.service-block-section .content-col .content-wrap .service-description {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.service-block-section .content-col .content-wrap .service-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.service-block-section .content-col .content-wrap .service-buttons .theme-btn {
  min-width: 210px;
}
.service-block-section .right-col {
  position: relative;
  padding: 0;
}
.service-block-section .right-col .image-wrap {
  width: 50vw;
  height: 100%;
  min-height: 475px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border-radius: 120px 0 0 120px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-block-section .left-col {
  padding: 0;
  margin-top: 70px;
  position: relative;
}
.service-block-section .left-col .image-wrap {
  width: 100vw;
  height: 280px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-left: calc(-50vw + 50%);
}
.service-block-section .left-col .image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-block-section:nth-child(even) .row {
  flex-direction: row-reverse;
}
.service-block-section:nth-child(even) .content-col .content-wrap {
  float: right;
}
.service-block-section:nth-child(even) .content-col .content-wrap .service-title {
  color: #A99B84;
}
.service-block-section:nth-child(even) .content-col .content-wrap .service-title i {
  background-color: #A99B84;
}
.service-block-section:nth-child(even) .right-col .image-wrap {
  border-radius: 0 120px 120px 0;
  margin-left: calc(-50vw + 100%);
}
.service-block-section:nth-child(even) .left-col .image-wrap {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.agent-modal {
  background-color: rgba(0, 0, 0, 0.768627451);
}
.agent-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0;
}
.agent-modal .modal-dialog .modal-content {
  width: 100%;
  border: 0px;
  background-color: transparent;
}
.agent-modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 200px);
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-content: center;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap {
  width: 20%;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a {
  padding: 15px 20px;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .card-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 0 10px;
  background-image: var(--icon-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a h4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a h4 span {
  color: #9c9c9c;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col {
  margin-top: 32px;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col .theme-btn {
  color: #d9d9d9;
  min-height: 40px;
  width: 170px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  padding: 0px 15px;
  float: right;
  letter-spacing: 0.25px;
  border-color: #d9d9d9;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col .theme-btn i {
  font-size: 18px;
  margin-left: 10px;
}
.agent-modal .modal-dialog .btn-close {
  top: 8px;
  right: 8px;
  padding: 8px;
  z-index: 5;
  position: absolute;
  background-size: 55%;
  background-color: #d0d0d0;
}

.cta-section {
  height: 420px;
  position: relative;
}
.cta-section::before, .cta-section::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 50px 0 0 0;
  background-color: #779990;
}
.cta-section::after {
  left: auto;
  right: 0;
  border-radius: 0 50px 0 0;
  background-color: #ede8e2;
}
.cta-section .container {
  height: 100%;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.cta-section .container div {
  height: 100%;
}
.cta-section .cta-box {
  height: 100%;
  display: flex;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center;
}
.cta-section .cta-box h2 {
  font-size: 2.5rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 15px;
}
.cta-section .cta-box p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.cta-section .cta-box .theme-btn {
  width: 250px;
  padding: 10px 12px 10px 18px;
  margin: 0 auto;
}
.cta-section .left-box {
  color: #fff;
  padding-left: 15px;
}
.cta-section .left-box .theme-btn {
  background-color: #fff;
}
.cta-section .left-box .theme-btn:hover {
  border-color: #fff;
}
.cta-section .left-box .theme-btn:hover span, .cta-section .left-box .theme-btn:hover i {
  color: #fff;
}
.cta-section .left-box .theme-btn:hover::after {
  z-index: 2;
  background-color: #779990;
}
.cta-section .right-box {
  padding-right: 15px;
}
.cta-section .right-box h2, .cta-section .right-box p {
  color: #779990;
}

@media (max-width: 767px) {
  .cta-section .cta-box {
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
.itinerary-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.itinerary-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.itinerary-card .card-image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.itinerary-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  z-index: 2;
}
.itinerary-card .card-title {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 5px;
  line-height: 1.3;
}
.itinerary-card .card-location {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0;
}
.itinerary-card:hover .card-image {
  transform: scale(1.05);
}

.advisor-card {
  text-align: center;
}
.advisor-card .advisor-image {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.advisor-card .advisor-image img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.4705882353);
  transition: border 0.5s ease;
  border: 3px solid white;
}
.advisor-card .advisor-image .contact-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #779990;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 3px solid white;
}
.advisor-card .advisor-image .contact-btn i {
  color: #fff;
  font-size: 16px;
}
.advisor-card .advisor-image .contact-btn:hover {
  transform: scale(1.1);
  background-color: #A99B84;
}
.advisor-card .advisor-image:has(.contact-btn:hover) img {
  border: 10px solid #779991;
}
.advisor-card .advisor-name, .advisor-card a {
  color: #d3c1a4;
  font-size: 1.25rem;
  font-family: "Canela Deck Medium";
  margin-bottom: 2px;
}
.advisor-card .advisor-location {
  color: white;
  font-size: 0.9rem;
}

.faq .section-title {
  font-size: 1.4rem !important;
  color: #2f2f2f !important;
}
.faq .section-heading {
  font-size: 40px;
  color: #131313;
}
.faq .sub-heading a {
  color: #488676;
  font-weight: 500;
  border-bottom: 1px solid #488676;
}
.faq .que-container {
  margin: 30px auto 0px 80px;
}
.faq .question {
  border-bottom: 1px solid rgba(19, 19, 19, 0.2);
}
.faq .question p {
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .question-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  font-size: 1.2rem;
  color: #3a5266;
  text-transform: capitalize;
  font-weight: 500;
  padding: 25px 20px 25px 0;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.faq .question-button i {
  color: #779990;
  transition: transform 0.3s;
}
.faq .question-button.show {
  color: #488676;
}
.faq .question-button.show i {
  transform: rotate(180deg);
}
.faq .question-button.show + p {
  padding-bottom: 25px;
  max-height: 1000px;
}

.agent-card {
  margin-bottom: 30px;
}
.agent-card .agent-card-inner {
  height: 100%;
  display: flex;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: box-shadow 0.5s ease, top 0.25s ease, background-size 0.5s ease, transform 0.3s ease;
  top: 0px;
  will-change: top, box-shadow, background-size, transform;
  cursor: pointer;
}
.agent-card .agent-card-inner::before, .agent-card .agent-card-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px;
}
.agent-card .agent-card-inner::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.1) 45%, transparent 60%);
}
.agent-card .agent-card-inner::after {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.1) 35%, transparent 40%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.agent-card .agent-card-inner:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.532), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
  transform: scale(1.04);
}
.agent-card .agent-card-inner:hover::after {
  opacity: 1;
}
.agent-card .agent-card-inner .agent-image {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  z-index: 2;
}
.agent-card .agent-card-inner .agent-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.agent-card .agent-card-inner .agent-image .agent-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(119, 153, 144, 0.1411764706);
}
.agent-card .agent-card-inner .agent-image .agent-placeholder span {
  color: #A99B84;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Canela Deck Bold";
  text-transform: uppercase;
}
.agent-card .agent-card-inner .agent-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: space-between;
}
.agent-card .agent-card-inner .agent-info .agent-name {
  color: white;
  font-size: 1.4rem;
  margin: 0 0 3.5px;
  font-weight: 700;
  font-family: "Canela Deck Bold";
  text-shadow: 0px 0px 39px black;
}
.agent-card .agent-card-inner .agent-info .agent-subtitle {
  color: white;
  font-size: 0.85rem;
  line-height: 1;
  margin: 0 0 12px;
}
.agent-card .agent-card-inner .agent-rating {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.agent-card .agent-card-inner .agent-rating .stars {
  gap: 2px;
  display: flex;
}
.agent-card .agent-card-inner .agent-rating .stars i {
  color: #ffc107;
  font-size: 0.9rem;
}
.agent-card .agent-card-inner .agent-rating .stars i.empty {
  color: #ddd;
}
.agent-card .agent-card-inner .agent-rating .reviews {
  font-size: 0.8rem;
  color: #888;
}
.agent-card .agent-card-inner .agent-recommended {
  font-size: 0.8rem;
  color: #779990;
  font-weight: 600;
  margin-bottom: 15px;
}
.agent-card .agent-card-inner .agent-recommended i {
  margin-right: 5px;
}
.agent-card .agent-card-inner .agent-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 15px;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons {
  display: flex;
  gap: 11px;
  flex-direction: column;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons a {
  width: 30px;
  height: 30px;
  color: #779990;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 100px;
  cursor: pointer;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons a i {
  font-size: 1rem;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons a:hover {
  background: #779990;
  color: #fff;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons .view-profile-link {
  position: relative;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons .view-profile-link .view-profile-text {
  position: absolute;
  font-size: 0.65rem;
  width: 55px;
  right: 30px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.agent-card .agent-card-inner .agent-actions .agent-contact-icons .view-profile-link:hover .view-profile-text {
  opacity: 1;
}
.agent-card .agent-card-inner .agent-actions .theme-btn {
  min-height: auto;
  padding: 5px 12px 5px 20px;
  border: 1.5px solid white;
  color: white;
}

.contact-form-modal.modal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}
.contact-form-modal.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  min-height: 100vh;
  background: #fff;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 80px 60px 60px 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ede8e2;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .btn-close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .header-before-form {
  max-width: 1000px;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .header-before-form-first {
  align-self: center;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.53);
  border: 5px solid #3a5266;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-image .agent-placeholder {
  width: 100%;
  height: 100%;
  background: #A99B84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-image .agent-placeholder span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-info p {
  margin: 0px;
  font-size: 1rem;
  color: #666;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header .agent-contact-info h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #A99B84;
  font-weight: 600;
  color: #7d7260;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body .modal-title {
  font-family: "Canela Deck Medium";
  color: #3a5266;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body form, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 {
  width: 100%;
  max-width: 1000px;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body form .form-label, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 .form-label {
  color: #7e7360;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body form textarea:focus, .contact-form-modal.modal .modal-dialog .modal-content .modal-body form input:focus, .contact-form-modal.modal .modal-dialog .modal-content .modal-body form select:focus, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 textarea:focus, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 input:focus, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 select:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 10px 0.1rem rgba(119, 153, 144, 0.631372549);
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body form .wpcf7-form-control, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-form-control {
  padding: 15px 20px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.0705882353);
  border: none;
}
.contact-form-modal.modal .modal-dialog .modal-content .modal-body form .wpcf7-submit, .contact-form-modal.modal .modal-dialog .modal-content .modal-body .wpcf7 .wpcf7-submit {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.modal.slide-from-bottom .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}
.modal.slide-from-bottom.show .modal-dialog {
  transform: translateY(0);
}

.modal.slide-from-right .modal-dialog {
  margin: 0 0 0 auto;
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
}
.modal.slide-from-right.show .modal-dialog {
  transform: translateX(0);
}

.full-width-banner {
  height: 70vh;
  min-height: 600px;
  background-size: cover;
  background-position: top;
  border-bottom: 16px solid #3a5266;
  border-radius: 0px 0px 50px 50px;
  position: relative;
}
.full-width-banner .partners-banner-location {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  transition: all 0.3s ease;
}
.full-width-banner .partners-banner-location:hover {
  background: rgba(0, 0, 0, 0.69);
  transform: scale(1.03);
}
.full-width-banner .partners-banner-location i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.full-width-banner .partners-banner-location a {
  color: #ffffff;
  font-size: 0.8rem;
  text-shadow: 0px 0px 21px #ffffff;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wide-banner-menu {
  width: 100%;
  float: left;
  top: 78px;
  z-index: 3;
  margin-bottom: 150px;
  position: sticky;
  background-color: #fff;
  box-shadow: 0px 28px 25px -24px rgba(0, 0, 0, 0.18);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 50px 50px;
}
.wide-banner-menu .container {
  position: relative;
}
.wide-banner-menu .partner-logo {
  width: 252px;
  height: 202px;
  float: left;
  margin-top: -68px;
  position: absolute;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 14px -5px rgba(0, 0, 0, 0.37);
  transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
}
.wide-banner-menu .partner-logo .logo {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 0px 14px -5px rgba(0, 0, 0, 0.37);
  top: 0px;
  position: relative;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.wide-banner-menu .section-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.wide-banner-menu .menu-carousel-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #3a5266;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  flex-shrink: 0;
}
.wide-banner-menu .menu-carousel-btn:hover {
  background-color: rgb(39.5125, 55.8625, 69.4875);
  transform: scale(1.1);
}
.wide-banner-menu .menu-carousel-btn:active {
  transform: scale(0.95);
}
.wide-banner-menu .menu-carousel-btn i {
  font-size: 1.2rem;
}
.wide-banner-menu .section-menu {
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 290px;
  list-style: none;
  transition: all 0.5s ease;
  display: flex;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wide-banner-menu .section-menu::-webkit-scrollbar {
  display: none;
}
.wide-banner-menu .section-menu li {
  margin-right: 5px;
  display: inline-block;
  flex-shrink: 0;
}
.wide-banner-menu .section-menu li a {
  color: #3a5266;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  background-color: #fff;
  white-space: nowrap;
}
.wide-banner-menu .section-menu li a:hover, .wide-banner-menu .section-menu li a.active {
  background-color: #3a5266;
  color: #fff;
  border-radius: 100px;
}
.wide-banner-menu .section-menu li:last-child a {
  border-right: 0;
}
.wide-banner-menu.menu-fixed .container .partner-logo {
  width: 150px;
  height: 150px;
  float: left;
  margin-top: -8px;
}
.wide-banner-menu.menu-fixed .container .section-menu {
  padding-left: 175px;
}

.blog-section {
  padding: 100px 15px 120px;
  background: #fff;
}
.blog-section .section-header {
  margin-bottom: 40px;
}
.blog-section .blog-grid {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.blog-section .blog-featured {
  min-height: 385px;
  flex: 0 0 55%;
}
.blog-section .blog-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-section .blog-card {
  display: block;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section .blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.blog-section .blog-card-featured {
  position: relative;
  height: 100%;
}
.blog-section .blog-card-featured .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-section .blog-card-featured .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-card-featured .card-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.blog-section .blog-card-featured .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.blog-section .blog-card-featured .card-meta {
  margin-bottom: 10px;
}
.blog-section .blog-card-featured .card-meta span {
  font-size: 0.85rem;
  opacity: 0.9;
}
.blog-section .blog-card-featured .card-meta .meta-divider {
  margin: 0 8px;
}
.blog-section .blog-card-featured .card-meta i {
  margin-right: 5px;
}
.blog-section .blog-card-featured .card-title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.blog-section .blog-card-featured .card-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
  opacity: 0.9;
}
.blog-section .blog-card-featured .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  color: #fff;
  transition: all 0.3s ease;
}
.blog-section .blog-card-featured .read-more-btn:hover {
  background: #fff;
  color: #3a5266;
  border-color: #fff;
}
.blog-section .blog-card-side {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.blog-section .blog-card-side .card-image {
  flex: 0 0 200px;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-section .blog-card-side .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-section .blog-card-side:hover .card-image img {
  transform: scale(1.05);
}
.blog-section .blog-card-side .card-content {
  flex: 1;
  padding: 15px 20px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-section .blog-card-side .card-meta {
  margin-bottom: 8px;
}
.blog-section .blog-card-side .card-meta span {
  font-size: 0.8rem;
  color: #779990;
}
.blog-section .blog-card-side .card-meta .meta-author {
  margin-right: 15px;
}
.blog-section .blog-card-side .card-meta i {
  margin-right: 4px;
}
.blog-section .blog-card-side .card-title {
  font-size: 1.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #3a5266;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blog-section .blog-card-side .card-excerpt {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-card-side .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  padding: 8px 18px;
  border: 1px solid #779990;
  border-radius: 25px;
  color: #3a5266;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-section .blog-card-side .read-more-btn:hover {
  background: #779990;
  color: #fff;
}
.blog-section .blog-footer .blog-footer-text {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.blog-section .blog-footer .theme-btn {
  width: 200px;
  display: flex;
  margin: 0 auto 0;
  padding: 8px 12px 8px 20px;
  justify-content: space-between;
}

.home .site-header {
  height: auto;
  width: calc(100% - 100px);
  top: 35px;
  left: 50px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.156);
  box-shadow: none;
}
.home .site-header .nav-menu .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2705882353);
}
.home .site-header .nav-menu .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1215686275);
}
.home .site-header .nav-menu .nav-item .nav-link {
  color: #fff;
}
.home .site-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 57.99px;
  filter: brightness(0) invert(1);
}
.home .site-header.fixed-header {
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  background-color: #77998F;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.4);
}
.home .about-intro-section {
  z-index: 5;
  overflow-x: hidden;
  background: #fff;
  position: relative;
  padding: 100px 15px 100px;
}
.home .about-intro-section .row > div {
  display: flex;
  gap: 20px;
}
.home .about-intro-section .widget-container {
  width: 100%;
  display: block;
}
.home .about-intro-section .widget-container .image-wrapper {
  width: 50%;
  height: 650px;
  margin-left: 5vw;
  margin-right: -5vw;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 20px solid #795d69;
  border-radius: 150px 8px 150px 8px;
}
.home .about-intro-section .widget-container .image-wrapper .parallax-img {
  height: 150%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 70vw auto;
  background-position: 100% top;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.home .about-intro-section .widget-container .content-box {
  width: 50%;
  height: calc(100% - 50px);
  color: #fff;
  text-align: right;
  padding: 40px 70px 40px 58px;
  display: flex;
  margin-top: 25px;
  position: relative;
  margin-left: -5vw;
  margin-right: 0vw;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background-color: #9f7c8a;
  border-radius: 150px 8px 150px 8px;
}
.home .about-intro-section .widget-container .content-box .sub-title {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.7rem;
  letter-spacing: 0.7px;
}
.home .about-intro-section .widget-container .content-box .title {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 10px;
  font-family: "Canela Deck Medium";
}
.home .about-intro-section .widget-container .content-box .desc {
  text-align: right;
  font-size: 1.1em;
  line-height: 1.5;
}
.home .about-intro-section .widget-container .content-box .icon-row {
  margin: 25px 0 40px;
  justify-content: flex-end;
}
.home .about-intro-section .widget-container .content-box .icon-row .icon-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.home .about-intro-section .widget-container .content-box .icon-row .icon-circle i {
  width: 50%;
  height: 50%;
  display: block;
  background-size: cover;
  background-position: center;
}
.home .about-intro-section .widget-container .content-box .theme-btn {
  color: #9f7c8a;
  width: 200px;
  text-align: center;
  display: flex;
  z-index: 12;
  padding: 8.5px 0;
  border-color: #fff;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.home .about-intro-section .widget-container .content-box .theme-btn i {
  font-size: 20px;
  margin-left: 10px;
}
.home .about-intro-section .widget-container .content-box .theme-btn::after {
  background-color: #9f7c8a;
}
.home .about-intro-section .widget-container .content-box img {
  width: 65%;
  height: 90%;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(28%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.07;
}
.home .featured-award-section {
  padding: 80px 15px 100px;
  background: #000;
}
.home .featured-award-section .head {
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
}
.home .featured-award-section .head .award-icon {
  width: 80px;
  display: block;
  margin: 0 auto 20px;
}
.home .featured-award-section .head .section-title {
  font-size: 2rem;
  display: block;
  margin-bottom: 25px;
  font-family: "Canela Deck Bold";
}
.home .featured-award-section .row-container {
  padding: 0 80px;
}
.home .featured-award-section .row-container .leader-logo {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
.home .featured-award-section .row-container .leader-logo img {
  height: 100px;
  display: block;
  margin: 0 auto;
}
.home .featured-award-section .row-container .award-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 30px;
  justify-content: space-around;
}
.home .featured-award-section .row-container .award-list .award img {
  height: 150px;
}
.home .services-section {
  margin-top: 150px;
  position: relative;
  padding: 70px 15px 80px;
  background-color: #ede8e2;
  width: 98%;
  border-radius: 0px 0px 100px 10px;
}
.home .services-section::before {
  content: "";
  width: 100%;
  height: 250px;
  top: -150px;
  left: 0;
  z-index: 10;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23ede8e2' fill-opacity='1' d='M0,40 Q720,240 1440,40 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.home .services-section .container {
  z-index: 12;
  position: relative;
}
.home .services-section .head {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.home .services-section .head span {
  color: #779990;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.home .services-section .head .section-title {
  margin-top: 8px;
  color: #3a5266;
  font-size: 2.5rem;
  font-family: "Canela Deck Regular Italic";
}
.home .services-section .service-list {
  margin-top: 35px;
  padding: 0px 20px 30px 0px;
}
.home .services-section .service-list > div {
  height: 480px;
  padding: 0 10px;
  padding-bottom: 20px;
}
.home .services-section .service-list > div .service-card {
  height: 100%;
  overflow: hidden;
  padding: 50px 52px;
  position: relative;
  border-radius: 80px 8px;
  border: 1px solid #e3e3e3;
  background-size: cover;
  transition: all 0.1s ease-out;
  box-shadow: 14px 14px 26px -12px rgba(119, 153, 143, 0.7);
}
.home .services-section .service-list > div .service-card:hover {
  box-shadow: 14px 14px 26px -9px rgba(119, 153, 143, 0.863);
}
.home .services-section .service-list > div .service-card > div {
  height: 100%;
  display: flex;
  z-index: 5;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.home .services-section .service-list > div .service-card > div h4 {
  color: #779990;
  font-size: 1.7rem;
  font-family: "Canela Deck Medium";
  margin-bottom: 20px;
}
.home .services-section .service-list > div .service-card > div h4 i {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 0 15px;
  background-image: var(--icon-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home .services-section .service-list > div .service-card > div h4 a span {
  color: #779990;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.25s ease;
}
.home .services-section .service-list > div .service-card > div h4 a span:hover {
  color: black;
  transform: scale(1.3);
}
.home .services-section .service-list > div .service-card .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background-color: white;
  transition: all 0.1s ease-out;
}
.home .services-section .service-list > div .service-card .theme-btn {
  color: #779990;
  width: 170px;
  padding: 2.5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .services-section .service-list > div .service-card .theme-btn i {
  font-size: 20px;
  margin-left: 5px;
}
.home .agents-section {
  position: relative;
  margin-bottom: 100px;
  padding: 110px 15px 50px;
  width: 90%;
  margin-top: 30px;
}
.home .agents-section::before {
  content: "";
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  position: absolute;
  background: #f2f2f2;
  border-radius: 100px 100px 10px 10px;
  border-top: 10px solid #3a5266;
  box-shadow: 0px -11px 20px -2px rgba(104, 104, 104, 0.43);
}
.home .agents-section .container {
  position: relative;
}
.home .agents-section .head {
  max-width: 850px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.home .agents-section .head .section-title {
  color: #3a5266;
  font-size: 2.7rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 13px;
}
.home .agents-section .head .section-paragraph {
  margin-bottom: 20px;
}
.home .agents-section .head .agent-list {
  display: block;
  margin: 0 auto 80px;
}
.home .agents-section .head .agent-list label {
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #474747;
}
.home .agents-section .head .agent-list .theme-btn {
  font-size: 0.9rem;
  width: 372px;
  padding: 10px 12px;
  margin: 5px auto 0;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: transparent;
  justify-content: center;
  border-color: #3a5266;
  color: #3a5266;
}
.home .agents-section .head .agent-list .theme-btn i {
  font-size: 20px;
}
.home .agents-section .tilted-gallery .tilted-wrapper {
  display: flex;
  gap: 20px;
  height: 500px;
  transition: all 0.3s ease;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item {
  width: 20%;
  height: 100%;
  transform: skew(-12deg);
  overflow: hidden;
  transition: width 0.4s ease, filter 0.4s ease;
  border-top: 10px solid #3a5266;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 5px 14px 18px -9px rgba(0, 0, 0, 0.37);
  filter: brightness(1);
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item .inner-img {
  width: 120%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: skew(12deg) translateX(-8%) scale(1.3);
  transition: all 0.4s ease;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:has(.inner-img:hover) {
  width: 35%;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:has(.inner-img:hover) .inner-img {
  transform: skew(12deg) translateX(-8%) scale(1.1);
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:nth-child(odd) {
  margin-top: 82px;
  margin-right: 25px;
}
.home .agents-section .tilted-gallery .tilted-wrapper:has(.inner-img:hover) .tilted-item:not(:has(.inner-img:hover)) {
  width: 15%;
  filter: brightness(0.6);
}
.home .video-section {
  padding: 80px 15px 92px;
}
.home .video-section .video-wrap {
  height: 500px;
  position: relative;
}
.home .video-section .video-wrap .parallax-video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  box-shadow: 0px 0px 29px 15px rgba(0, 0, 0, 0.2);
  filter: brightness(0.8);
}
.home .video-section .video-wrap .content-wrao {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .video-section .video-wrap .content-wrao h4 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7882352941);
}
.home .video-section .video-wrap .content-wrao h4 span {
  font-family: "Canela Deck Regular Italic";
}
.home .video-section .video-wrap .content-wrao .theme-btn {
  color: white;
  border-color: white;
  padding-left: 30px;
  padding-right: 25px;
}
.home .video-section .video-wrap .content-wrao .theme-btn i {
  margin-left: 10px;
}
.home .join-us-section {
  padding: 10px 15px 110px;
}
.home .join-us-section .head {
  max-width: 750px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.home .join-us-section .head .section-title {
  color: #A99B84;
  font-size: 2.5rem;
  font-family: "Canela Deck Bold";
}
.home .join-us-section .head .theme-btn {
  width: 200px;
  margin: 25px auto 0;
  justify-content: center;
}

@media (max-width: 992px) {
  .tilted-wrapper {
    gap: 10px;
  }
  .tilted-wrapper .tilted-item {
    width: 25%;
  }
  .tilted-wrapper:hover .tilted-item:not(:hover) {
    width: 12%;
  }
}
@media (max-width: 768px) {
  .tilted-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tilted-wrapper .tilted-item {
    width: 45%;
    margin-bottom: 20px;
  }
  .tilted-wrapper:hover .tilted-item:not(:hover) {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .tilted-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .tilted-wrapper .tilted-item {
    width: 80%;
    transform: none;
    aspect-ratio: 4/3;
  }
  .tilted-wrapper .tilted-item .inner-img {
    transform: none;
  }
}
.page-template-page-who-we-are .section-menu-block .section-menu li a {
  padding: 25.605px 0;
}
.page-template-page-who-we-are .section-menu-block .section-menu li a i {
  display: none;
}
.page-template-page-who-we-are .section-menu-block.menu-fixed .section-menu li a {
  padding: 19.4px 0;
}
.page-template-page-who-we-are .mission-section .container {
  padding: 100px 15px;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .mission-section .image-col .image-wrap {
  width: 100%;
  height: 350px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.44);
}
@media (min-width: 992px) {
  .page-template-page-who-we-are .mission-section .image-col:first-child {
    padding-right: 0;
  }
  .page-template-page-who-we-are .mission-section .image-col:last-child {
    padding-left: 0;
  }
}
.page-template-page-who-we-are .mission-section .content-col {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-who-we-are .mission-section .content-col .title-prefix {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Canela Deck Bold";
  text-transform: capitalize;
  margin-bottom: 15px;
}
.page-template-page-who-we-are .mission-section .top-row .image-wrap {
  border-radius: 0 150px 0 0;
}
.page-template-page-who-we-are .mission-section .bottom-row .image-wrap {
  border-radius: 0 0 0 150px;
}
.page-template-page-who-we-are .mission-section .bottom-row .content-col .title-prefix {
  color: #A99B84;
}
.page-template-page-who-we-are .team-section .container {
  padding: 80px 15px 35px;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .team-section .container.additional-intro {
  padding: 80px 15px 100px;
}
.page-template-page-who-we-are .accolades-section::before {
  content: "";
  width: 100%;
  height: 250px;
  top: -250px;
  left: 0;
  z-index: 2;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23ede8e2' fill-opacity='1' d='M0,40 Q720,240 1440,40 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.page-template-page-who-we-are .accolades-section {
  background: linear-gradient(180deg, #ede8e2 20%, #ede8e2 45%, rgb(255, 255, 255) 100%);
  margin-top: 190px;
  position: relative;
  padding: 0px 15px 80px;
}
.page-template-page-who-we-are .accolades-section .container {
  padding: 0px 15px 0px 15px;
}
.page-template-page-who-we-are .accolades-section .container .section-head {
  margin-bottom: 40px;
}
.page-template-page-who-we-are .accolades-section .container .section-head .section-title {
  color: #2f2f2f;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Canela Deck Medium";
}
.page-template-page-who-we-are .accolades-section .container .section-head .section-subtitle {
  color: #2f2f2f;
  font-size: 1.25rem;
  margin-bottom: 0;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.page-template-page-who-we-are .accolades-section .container .travel-leaders-logo {
  margin-bottom: 25px;
}
.page-template-page-who-we-are .accolades-section .container .travel-leaders-logo img {
  max-width: 170px;
}
.page-template-page-who-we-are .accolades-section .container .awards-grid {
  min-height: 550px;
  max-width: 1000px;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item {
  width: 300px;
  height: 450px;
  display: flex;
  padding: 0 30px 75px;
  background-image: url(/wp-content/themes/carlisle-travel/public/images/award-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  align-items: flex-end;
  transition: all 0.5s ease-out;
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item img {
  width: 220px;
  display: block;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:nth-child(2) {
  height: 520px;
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:nth-child(2):hover {
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:hover {
  height: 520px;
}
.page-template-page-who-we-are .accolades-section .container .awards-grid .award-item.shrink {
  height: 450px;
}
@media (max-width: 991px) {
  .page-template-page-who-we-are .accolades-section .container .awards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-who-we-are .accolades-section .container .section-head .section-title {
    font-size: 2.5rem;
  }
  .page-template-page-who-we-are .accolades-section .container .travel-leaders-logo img {
    max-width: 300px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.page-template-page-who-we-are .slick-slide {
  margin: 20px 0;
  padding: 0 18px;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap {
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .photo img {
  height: 150px;
  display: block;
  margin: 10px auto 20px;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .content {
  padding: 25px 0 0;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .content p {
  line-height: 1.7;
}
.page-template-page-who-we-are .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.page-template-page-who-we-are .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.page-template-page-who-we-are .slick-dots li button {
  color: transparent;
  width: 55px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  border-radius: 100px;
  border: 0;
  background-color: #ccc;
}
.page-template-page-who-we-are .slick-dots li.slick-active button {
  width: 10px;
}
.page-template-page-who-we-are .join-the-team-section {
  width: 94%;
  background-color: #ede8e2;
  box-shadow: 0px 6px 35px 6px rgba(119, 153, 145, 0.8196078431);
  margin-top: 30px;
  position: relative;
  padding: 120px 15px 80px;
  border-radius: 100px 100px 0px 0px;
}
.page-template-page-who-we-are .join-the-team-section .container {
  padding: 0px 15px 0px 15px;
  margin-bottom: 40px;
}
.page-template-page-who-we-are .join-the-team-section .container .row {
  display: flex;
  align-items: center;
}
.page-template-page-who-we-are .join-the-team-section .container .section-title {
  color: #3a5266;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Canela Deck Medium";
}
.page-template-page-who-we-are .join-the-team-section .container .section-subtitle {
  color: #2f2f2f;
  font-size: 1.25rem;
  margin-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
}
.page-template-page-who-we-are .join-the-team-section .container .section-subtitle-two {
  font-weight: 500;
  font-size: 1.1rem;
}
.page-template-page-who-we-are .join-the-team-section .container .image-wrap {
  padding-left: 25px;
}
.page-template-page-who-we-are .join-the-team-section .container .image-wrap img {
  border-radius: 250px 0px 250px 0px;
  box-shadow: 10px 20px 30px -17px rgba(0, 0, 0, 0.5019607843);
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #779990, #3a5266) border-box;
  padding: 10px;
  border: 10px solid transparent;
}
.page-template-page-who-we-are .join-the-team-section .container .theme-btn {
  background-color: #3a5266;
  color: white;
  margin-top: 30px;
  padding: 15px 35px;
  border-color: white;
}
.page-template-page-who-we-are .join-the-team-section .container .bottom-row {
  margin-top: 90px;
}
.page-template-page-who-we-are .cta-section::before {
  border-radius: 0;
}
.page-template-page-who-we-are .cta-section::after {
  border-radius: 0;
  background-color: #242932;
}

.page-template-page-what-we-do .section-menu-block {
  margin-bottom: 70px;
}
.page-template-page-what-we-do .section-menu-block .section-menu li a {
  padding: 25.605px 0;
}
.page-template-page-what-we-do .section-menu-block .section-menu li a i {
  display: none;
}
.page-template-page-what-we-do .section-menu-block.menu-fixed .section-menu li a {
  padding: 19.4px 0;
}
.page-template-page-what-we-do .leisure-travel-section {
  color: #fff;
  padding: 100px 15px 100px;
  margin-bottom: 15.5%;
  background-color: #3a5266;
}
.page-template-page-what-we-do .leisure-travel-section .mobile-img {
  display: none;
}
.page-template-page-what-we-do .leisure-travel-section .service-title {
  font-size: 2.5rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 30px;
}
.page-template-page-what-we-do .leisure-travel-section p {
  color: #fff;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left {
  padding-right: 80px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities {
  margin: 0;
  padding: 0;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities > div {
  display: flex;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities .amenity {
  background-color: rgba(255, 255, 255, 0.1098039216);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 12px;
  border-radius: 10px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities .amenity:hover {
  background-color: rgba(255, 255, 255, 0.1647058824);
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities .amenity img {
  width: 30px;
  margin-bottom: 17px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities .amenity p {
  font-size: 0.9rem;
  text-transform: capitalize;
  margin: 0;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right p {
  margin-bottom: 30px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action {
  z-index: 3;
  position: relative;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn1 {
  background-color: #fff;
  border-color: white;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn1:hover {
  color: #779990;
  border-color: #fff;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn2 {
  color: #fff;
  border-color: #fff;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn2:hover::after {
  background-color: #fff;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn2:hover span, .page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn.btn2:hover i {
  color: #779990;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .image-wrap {
  width: 50vw;
  right: 0;
  margin-top: 100px;
  margin-left: auto;
  position: absolute;
  max-width: 750px;
}
.page-template-page-what-we-do .leisure-travel-section .leisure-right .image-wrap img {
  border-radius: 300px 0 0 300px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-top: 7px solid white;
  border-left: 5px solid white;
}
.page-template-page-what-we-do .cta-section {
  margin-top: 100px;
}

.page-template-page-contact-us .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact-us .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact-us .info-col p {
  font-size: 18px;
}
.page-template-page-contact-us .info-col form.contact-form {
  display: block;
}
.page-template-page-contact-us .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact-us .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact-us .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact-us .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact-us .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-page-contact-us .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact-us .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact-us .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact-us .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact-us .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact-us .contact .section-header h5 {
  color: #779990;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact-us .contact-box-section {
  padding: 50px 15px 100px;
}
.page-template-page-contact-us .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact-us .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #779990;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact-us .contact-box-section .contact-box i.chat-icon {
  background-image: url(../images/icon/live-chat.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.map-icon {
  background-image: url(../images/icon/address.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.phone-icon {
  background-image: url(../images/icon/phone-call.png);
}
.page-template-page-contact-us .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact-us .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact-us .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact-us .section-head .section-title {
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.page-template-page-partners .section-title {
  font-family: "Canela Deck Medium";
}
.page-template-page-partners .section-menu-block .container {
  max-width: 1500px;
}
.page-template-page-partners .section-menu-block.menu-fixed .section-menu {
  width: 85%;
}
@media (min-width: 1400px) {
  .page-template-page-partners .logo-grid-section .container {
    max-width: 1500px;
  }
  .page-template-page-partners .logo-grid-section .logo-wrap {
    width: 280px !important;
    height: 230px !important;
    padding: 14px !important;
  }
  .page-template-page-partners .logo-grid-section .logo-wrap i {
    background-size: 70% !important;
  }
  .page-template-page-partners .logo-grid-section .logo-wrap i:hover {
    background-size: 78% !important;
  }
}
.page-template-page-partners #travel-insurance {
  margin-bottom: 30px;
}

.page-template-page-agents .inner-hero-section .image-col .image-wrap img {
  box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.5019607843);
}
.page-template-page-agents .agents-page {
  padding: 0px 0 30px;
}
.page-template-page-agents .agents-page > .container {
  max-width: 100%;
  padding: 0 0 40px 0;
}
.page-template-page-agents .agents-page .agents-filter-sentinel {
  height: 0;
  width: 100%;
}
.page-template-page-agents .agents-page .agents-filter-wrapper {
  position: sticky;
  top: 78px;
  z-index: 100;
  padding: 0px;
  margin: 0 auto;
  max-width: 1475px;
  padding: 0 30px;
  transition: max-width 0.5s ease, padding 0.5s ease;
}
.page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck {
  max-width: 100%;
  padding: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter > div:first-child {
  border-radius: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter > div:last-child {
  border-radius: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter {
  display: flex;
  align-items: center;
  gap: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter > div:first-child {
  border-radius: 50px 0 0 50px;
  transition: border-radius 0.3s ease;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter > div:last-child {
  border-radius: 0 50px 50px 0;
  transition: border-radius 0.3s ease;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .clear-wrap {
  text-align: center;
  margin-top: 5px;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .clear-wrap #clear-filters {
  color: #949494;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item {
  flex: 1 1 auto;
  position: relative;
  background-color: #2d2d2d;
  padding: 5px 0px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item.opt-selected {
  background-color: #A99B84;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item.opt-selected input, .page-template-page-agents .agents-page .agents-filter-wrapper .filter-item.opt-selected select {
  color: black;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item .filter-select {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 40px 0 25px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item .filter-select:focus {
  outline: none;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-item .filter-select option {
  color: #333;
  background: #fff;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-select-wrapper .filter-select {
  padding-right: 70px;
  background-position: right 45px center;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-select-wrapper .filter-clear-btn {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  z-index: 2;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-select-wrapper .filter-clear-btn i {
  color: #fff;
  font-size: 0.65rem;
  line-height: 1;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-select-wrapper .filter-clear-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-select-wrapper.opt-selected .filter-clear-btn {
  display: flex;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead {
  position: relative;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-input {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 25px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-input::-moz-placeholder {
  color: #fff;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-input::placeholder {
  color: #fff;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-input:focus {
  outline: none;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .filter-clear-btn {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .filter-clear-btn i {
  color: #fff;
  font-size: 0.65rem;
  line-height: 1;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .filter-clear-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead.opt-selected .filter-clear-btn {
  display: flex;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: 10px;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown.active {
  display: block;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown .typeahead-option {
  padding: 12px 15px;
  color: #333;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown .typeahead-option:hover {
  background: rgba(119, 153, 144, 0.1);
  color: #779990;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown .typeahead-option:first-child {
  border-radius: 10px 10px 0 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-typeahead .typeahead-dropdown .typeahead-option:last-child {
  border-radius: 0 0 10px 10px;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-right: none;
  padding-left: 15px;
  position: relative;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-input {
  width: 270px;
  height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding-right: 60px;
  outline: none;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-input:focus {
  outline: none;
  box-shadow: none;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-clear-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  z-index: 2;
  margin-right: 3px;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-clear-btn i {
  color: #fff;
  font-size: 0.65rem;
  line-height: 1;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-clear-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search.has-value .filter-clear-btn {
  display: flex;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-btn {
  width: 45px;
  height: 45px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 4px solid #2d2d2d;
  position: relative;
  right: 5px;
  flex-shrink: 0;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-btn i {
  color: #A99B84;
  font-size: 1.1rem;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-btn:hover {
  background-color: #779990;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-btn:hover i {
  color: #fff;
}
.page-template-page-agents .agents-page .agents-filter-wrapper .filter-search.opt-selected .filter-btn {
  border-color: #A99B84;
}
.page-template-page-agents .agents-page .agent-contact-info h4 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: #A99B84;
}
.page-template-page-agents .agents-page .agent-contact-info p {
  margin: 0;
  font-size: 0.9rem;
}
.page-template-page-agents .agents-page .agent-contact-info p#modal-agent-phone-display a {
  color: #3a5266;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}
.page-template-page-agents .agents-page .agents-grid {
  min-height: 200px;
  position: relative;
  --bs-gutter-x: 2rem;
  max-width: 1400px;
  margin: 50px auto 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-page-agents .agents-page .agents-loader {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  gap: 15px;
}
.page-template-page-agents .agents-page .agents-loader.active {
  display: flex;
}
.page-template-page-agents .agents-page .agents-loader .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #779990;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.page-template-page-agents .agents-page .agents-loader p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}
.page-template-page-agents .agents-page .no-agents {
  color: #666;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  padding: 60px 20px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.page-template-page-agents #agentContactModal {
  border-radius: 40px;
}
.page-template-page-agents #agentContactModal .modal-dialog {
  max-width: 650px;
}
.page-template-page-agents #agentContactModal .modal-dialog .modal-content {
  border-radius: 30px;
}
.page-template-page-agents #agentContactModal .modal-dialog .modal-content .modal-body {
  padding: 30px 50px;
}
.page-template-page-agents #agentContactModal .btn-close {
  top: 20px;
  right: 20px;
  position: absolute;
}
.page-template-page-agents #agentContactModal .agent-contact-header {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.53);
  border: 5px solid #A99B84;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-image .agent-placeholder {
  width: 100%;
  height: 100%;
  background: #A99B84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-image .agent-placeholder span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info h4 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: #A99B84;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info p {
  margin: 0;
  font-size: 0.9rem;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info p#modal-agent-phone-display a {
  color: #3a5266;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info p a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info p a:hover {
  color: #779990;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info p a i {
  width: 16px;
}
.page-template-page-agents #agentContactModal .agent-contact-header .agent-contact-info .agent-email-from-contact-modal {
  margin: 20px auto 0;
  width: 200px;
  cursor: pointer;
}

.blog .full-width-banner {
  margin-bottom: 50px;
}
.blog .full-width-banner .post-banner-location {
  height: 100%;
  width: 100%;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog .full-width-banner .post-banner-location h1 {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Canela Deck Bold";
  text-shadow: 0 0 21px rgba(0, 0, 0, 0.7882352941);
}
.blog .filter-col {
  padding-bottom: 80px;
}
.blog .filter-col .sidebar-sticky-wrapper {
  position: sticky;
  top: 120px;
}
.blog .filter-col .blog-filter-widget {
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 20px;
  background-color: #eefcf9;
}
.blog .filter-col .blog-filter-widget .widget-title {
  font-family: "Canela Deck Bold";
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.blog .filter-col .blog-filter-widget .search-box {
  position: relative;
}
.blog .filter-col .blog-filter-widget .search-box input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
.blog .filter-col .blog-filter-widget .search-box input:focus {
  outline: none;
  border-color: #779990;
}
.blog .filter-col .blog-filter-widget .search-box input::-moz-placeholder {
  color: #aaa;
}
.blog .filter-col .blog-filter-widget .search-box input::placeholder {
  color: #aaa;
}
.blog .filter-col .blog-filter-widget .search-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.blog .filter-col .blog-filter-widget .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .filter-col .blog-filter-widget .filter-list .filter-item a {
  color: #555;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease;
  padding: 4px 0;
}
.blog .filter-col .blog-filter-widget .filter-list .filter-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #779990;
  margin-right: 10px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.blog .filter-col .blog-filter-widget .filter-list .filter-item a:hover {
  color: #779990;
}
.blog .filter-col .blog-filter-widget .filter-list .filter-item.active > a::before {
  background-color: #779990;
}
.blog .filter-col .blog-filter-widget .filter-list .filter-item.active > a {
  color: #779990;
  font-weight: 500;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 5px 0 0 0;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list .month-item {
  margin-bottom: 5px;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list .month-item a {
  font-size: 0.9rem;
  color: #666;
  padding: 3px 0;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list .month-item a::before {
  display: none;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list .month-item a:hover {
  color: #779990;
}
.blog .filter-col .blog-filter-widget .filter-list .year-item .month-list .month-item.active a {
  color: #779990;
  font-weight: 500;
}
.blog .list-col {
  padding-bottom: 80px;
}
.blog .list-col .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.blog .list-col .blog-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  border: 1.5px solid #efefef;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.blog .list-col .blog-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.blog .list-col .blog-card .blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog .list-col .blog-card .blog-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blog .list-col .blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog .list-col .blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog .list-col .blog-card .blog-card-content {
  padding: 18px 20px 15px;
}
.blog .list-col .blog-card .blog-card-content .blog-card-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #A99B84;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2px;
}
.blog .list-col .blog-card .blog-card-content .blog-card-date i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A99B84'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm-8 4H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog .list-col .blog-card .blog-card-content .blog-card-title {
  font-family: "Canela Deck Bold";
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .list-col .blog-card .blog-card-content .blog-card-excerpt {
  color: #666;
  line-height: 1.5;
  min-height: 45px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .list-col .blog-card .blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
}
.blog .list-col .blog-card .blog-card-author .author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .list-col .blog-card .blog-card-author .author-info {
  display: flex;
  flex-direction: column;
}
.blog .list-col .blog-card .blog-card-author .author-info .author-label {
  font-size: 0.75rem;
  color: #999;
  font-family: "Montserrat", sans-serif;
}
.blog .list-col .blog-card .blog-card-author .author-info .author-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.blog .list-col .no-posts {
  grid-column: 1/-1;
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  padding: 40px;
}
.blog .list-col .blog-pagination {
  margin-top: 40px;
}
.blog .list-col .blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.blog .list-col .blog-pagination .nav-links a, .blog .list-col .blog-pagination .nav-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.blog .list-col .blog-pagination .nav-links a {
  background-color: #f5f5f5;
  color: #333;
}
.blog .list-col .blog-pagination .nav-links a:hover {
  background-color: #779990;
  color: #fff;
}
.blog .list-col .blog-pagination .nav-links .current {
  background-color: #779990;
  color: #fff;
}
.blog .list-col .blog-pagination .nav-links .prev i, .blog .list-col .blog-pagination .nav-links .next i {
  font-size: 1rem;
}
.blog .list-col .blog-load-more {
  margin-top: 40px;
  text-align: center;
}
.blog .list-col .blog-load-more .load-more-btn {
  display: inline-flex;
  margin: 0 auto;
}
.blog .list-col .blog-card.hidden {
  display: none;
}

@media (max-width: 991px) {
  .list-col .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .list-col .blog-grid {
    grid-template-columns: 1fr;
  }
}
.single-hotels {
  overflow-x: hidden;
}
.single-hotels p {
  color: #545454;
  line-height: 1.5;
}
.single-hotels .site-header {
  background-color: #fff;
}
.single-hotels .site-header.fixed-header {
  background-color: #779990;
}
.single-hotels .partner-meta-section {
  position: relative;
}
.single-hotels .partner-meta-section .partner-meta {
  width: 68%;
}
.single-hotels .partner-meta-section .partner-meta .page-title {
  color: #3a5266;
  font-family: "Canela Deck Bold";
  margin-bottom: 13px;
  font-size: 2.9rem;
}
.single-hotels .partner-meta-section .partner-meta p {
  font-size: 1.2rem;
}
.single-hotels .partner-meta-section-carlisle-logo {
  position: absolute;
  right: -50px;
  width: 340px;
  top: 35%;
}
.single-hotels .partner-meta-section-carlisle-logo img {
  opacity: 0.1;
}

.single-hotels {
  color: #676767;
}
.single-hotels .section-title {
  letter-spacing: 0;
}
.single-hotels .benefit-section {
  padding: 80px 15px 110px;
}
.single-hotels .benefit-section .section-head {
  margin-bottom: 35px;
}
.single-hotels .benefit-section .section-head .section-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
  justify-content: flex-start;
}
.single-hotels .benefit-section .image-wrap {
  position: relative;
  margin-left: calc(-50vw + 100%);
}
.single-hotels .benefit-section .image-wrap::after {
  content: "";
  width: 170px;
  height: 170px;
  display: block;
  right: -58px;
  bottom: -42px;
  position: absolute;
  background: url(/wp-content/themes/carlisle-travel/public/images/travel-seal.png) no-repeat center;
  background-size: 100%;
}
.single-hotels .benefit-section .image-wrap img {
  overflow: hidden;
  border-radius: 0 120px 120px 0;
}
.single-hotels .benefit-section .content-col {
  display: flex;
  padding-left: 72px;
  align-items: center;
}
.single-hotels .benefit-section .content-col .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-hotels .benefit-section .content-col .services-list li {
  display: flex;
  color: #676767;
  font-weight: 500;
  min-height: 30px;
  position: relative;
  align-items: center;
  padding-left: 40px;
  margin-bottom: 15px;
}
.single-hotels .benefit-section .content-col .services-list li i {
  width: 30px;
  height: 30px;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
  filter: brightness(0) saturate(22%) invert(5%) sepia(8%) saturate(486%) hue-rotate(35deg) brightness(90%) contrast(10%);
}
.single-hotels .benefit-section .content-col .services-list li span {
  display: block;
  line-height: 1.35;
}
.single-hotels .about-section {
  padding: 100px 50px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(243, 235, 225, 0.7607843137);
  width: 97%;
  border-radius: 30px;
}
.single-hotels .about-section .title-icon {
  width: 350px;
  height: 30px;
  display: block;
  margin: 0 auto 15px;
  background: url("/wp-content/themes/carlisle-travel/public/images/pattern1.png") no-repeat center;
}
.single-hotels .about-section .section-head {
  margin-bottom: 42px;
}
.single-hotels .about-section .section-head .section-title {
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Canela Deck Bold Italic";
}
.single-hotels .about-section p {
  line-height: 1.7;
}
.single-hotels .itineraries-section {
  padding: 80px 15px 100px;
  scroll-margin-top: 100px;
}
.single-hotels .itineraries-section .section-head {
  max-width: 800px;
  display: block;
  margin: 0 auto 55px;
  text-align: center;
}
.single-hotels .itineraries-section .section-head .section-title {
  font-size: 2.5rem;
  color: #3a5266;
}
.single-hotels .itineraries-section .itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .single-hotels .itineraries-section .itinerary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .single-hotels .itineraries-section .itinerary-grid {
    grid-template-columns: 1fr;
  }
}
.single-hotels .offers-section {
  padding: 30px 15px 160px;
}
.single-hotels .offers-section .section-head {
  max-width: 800px;
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}
.single-hotels .offers-section .section-head .section-title {
  color: #A99B84;
}
.single-hotels .offers-section .theme-btn {
  width: 375px;
  margin: 25px auto 0px;
}
.single-hotels .offers-section .offers-list .offers-card {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 10px 28px -4px rgba(0, 0, 0, 0.4784313725);
}
.single-hotels .advisors-section {
  padding: 50px 15px;
}
.single-hotels .advisors-section .section-head {
  max-width: 800px;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
.single-hotels .advisors-section .advisors-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.single-agents {
  overflow-x: hidden;
}
.single-agents .site-header {
  background-color: #fff;
}
.single-agents .site-header.fixed-header {
  background-color: #779990;
}
.single-agents .full-width-banner {
  background-position: center;
}
.single-agents .full-width-banner .agents-banner-location {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  transition: all 0.3s ease;
}
.single-agents .full-width-banner .agents-banner-location a {
  color: #ffffff;
  font-size: 0.8rem;
  text-shadow: 0px 0px 21px #ffffff;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.single-agents .full-width-banner .agents-banner-location a i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.single-agents .section-header {
  text-align: center;
  margin-bottom: 35px;
}
.single-agents .section-header .section-title {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Canela Deck Medium";
  color: #A99B84;
}
.single-agents .section-header .section-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666;
}
.single-agents .wide-banner-menu {
  margin-bottom: 92px;
}
.single-agents .wide-banner-menu .section-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.single-agents .wide-banner-menu .menu-carousel-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #3a5266;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  flex-shrink: 0;
}
.single-agents .wide-banner-menu .menu-carousel-btn:hover {
  background-color: rgb(39.5125, 55.8625, 69.4875);
  transform: scale(1.1);
}
.single-agents .wide-banner-menu .menu-carousel-btn:active {
  transform: scale(0.95);
}
.single-agents .wide-banner-menu .menu-carousel-btn i {
  font-size: 1.2rem;
}
.single-agents .wide-banner-menu .section-menu {
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 230px;
  list-style: none;
  transition: all 0.5s ease;
  display: flex;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-agents .wide-banner-menu .section-menu::-webkit-scrollbar {
  display: none;
}
.single-agents .wide-banner-menu .section-menu li {
  margin-right: 5px;
  display: inline-block;
  flex-shrink: 0;
}
.single-agents .wide-banner-menu .section-menu li a {
  color: #3a5266;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  background-color: #fff;
  white-space: nowrap;
}
.single-agents .wide-banner-menu .section-menu li a:hover, .single-agents .wide-banner-menu .section-menu li a.active {
  background-color: #3a5266;
  color: #fff;
  border-radius: 100px;
}
.single-agents .wide-banner-menu .section-menu li:last-child a {
  border-right: 0;
}
.single-agents .wide-banner-menu .agent-logo {
  width: 200px;
  height: 200px;
  float: left;
  margin-top: -68px;
  position: absolute;
  transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
}
.single-agents .wide-banner-menu .agent-logo img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 250px;
  border: 8px solid white;
  box-shadow: 0 0px 14px -5px rgba(0, 0, 0, 0.37);
  top: 0px;
  position: relative;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.single-agents .wide-banner-menu .agent-logo span {
  opacity: 0;
  display: block;
  height: 0;
  text-align: center;
  margin-top: 10px;
  font-family: "Canela Deck Medium";
  color: white;
  transition: opacity 0.5s ease, height 0.5s ease, margin-top 0.5s ease, padding 0.5s ease;
  background-color: #A99B84;
  letter-spacing: 0.3px;
  border-radius: 100px;
  padding: 0;
  margin-top: 0;
}
.single-agents .wide-banner-menu .agent-logo .contact-link-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.single-agents .wide-banner-menu .agent-logo .contact-link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #779990;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.single-agents .wide-banner-menu .agent-logo .contact-link-list li a:hover {
  background: rgb(94.7142857143, 126.2857142857, 117.9285714286);
  transform: translateY(-2px);
}
.single-agents .wide-banner-menu .agent-logo .contact-link-list li a i {
  line-height: 1;
}
.single-agents .wide-banner-menu .contact-link-list-fixed {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #e9e4e0;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
}
.single-agents .wide-banner-menu .contact-link-list-fixed .agent-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3a5266;
  margin: 0;
  font-family: "Canela Deck Medium";
  letter-spacing: 0.3px;
}
.single-agents .wide-banner-menu .contact-link-list-fixed li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #779990;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.single-agents .wide-banner-menu .contact-link-list-fixed li a:hover {
  background: rgb(94.7142857143, 126.2857142857, 117.9285714286);
  transform: translateY(-2px);
}
.single-agents .wide-banner-menu .contact-link-list-fixed li a i {
  line-height: 1;
}
.single-agents .wide-banner-menu.menu-fixed .container .agent-logo {
  width: 150px;
  height: 150px;
  float: left;
  margin-top: -8px;
}
.single-agents .wide-banner-menu.menu-fixed .container .agent-logo span {
  height: 32px;
  opacity: 1;
  padding: 4px 0;
  margin-top: 10px;
}
.single-agents .wide-banner-menu.menu-fixed .container .section-menu {
  padding-left: 175px;
}
.single-agents .wide-banner-menu.menu-fixed .contact-link-list-fixed {
  display: flex;
}
.single-agents .agent-meta-section {
  position: relative;
}
.single-agents .agent-meta-section .agent-meta {
  width: 68%;
}
.single-agents .agent-meta-section .agent-meta .page-title {
  color: #3a5266;
  font-family: "Canela Deck Bold";
  margin-bottom: 13px;
  font-size: 2.9rem;
}
.single-agents .agent-meta-section .agent-meta p {
  font-size: 1.2rem;
}
.single-agents .agent-meta-section-carlisle-logo {
  position: absolute;
  right: -50px;
  width: 340px;
  top: 35%;
}
.single-agents .agent-meta-section-carlisle-logo img {
  opacity: 0.1;
}
.single-agents .intro-section {
  padding: 0 0 30px;
}
.single-agents .intro-section .intro-content {
  max-width: 900px;
  padding-left: 30px;
}
.single-agents .intro-section .agent-header-group {
  display: inline-flex;
}
.single-agents .intro-section .agent-header-group .agent-profile-image {
  display: none;
  width: 200px;
  height: 200px;
  margin-right: 25px;
}
.single-agents .intro-section .agent-header-group .agent-profile-image img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 250px;
  border: 8px solid white;
  box-shadow: 0 0px 14px -5px rgba(0, 0, 0, 0.37);
  top: 0px;
  position: relative;
  background-size: 80%;
}
.single-agents .intro-section .agent-header-group .agent-profile-image .contact-link-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.single-agents .intro-section .agent-header-group .agent-profile-image .contact-link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #779990;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.single-agents .intro-section .agent-header-group .agent-profile-image .contact-link-list li a:hover {
  background: rgb(94.7142857143, 126.2857142857, 117.9285714286);
  transform: translateY(-2px);
}
.single-agents .intro-section .agent-header-group .agent-profile-image .contact-link-list li a i {
  line-height: 1;
}
.single-agents .intro-section .agent-header {
  margin-bottom: 20px;
}
.single-agents .intro-section .agent-header .agent-name {
  font-family: "Canela Deck Bold";
  font-size: 2rem;
  color: #3a5266;
  margin: 0 0 2px;
  line-height: 1;
}
.single-agents .intro-section .agent-header .agent-location {
  font-size: 1.1rem;
  color: #A99B84;
  margin: 0;
}
.single-agents .intro-section .agent-header .agent-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.single-agents .intro-section .agent-header .agent-rating .stars {
  display: flex;
  gap: 3px;
}
.single-agents .intro-section .agent-header .agent-rating .stars i {
  color: #d4a853;
  font-size: 1rem;
}
.single-agents .intro-section .agent-header .agent-rating .stars i.empty {
  color: #ddd;
}
.single-agents .intro-section .agent-header .agent-rating .reviews {
  color: #666;
  font-size: 0.95rem;
}
.single-agents .intro-section .agent-header .agent-social-links {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  gap: 10px;
}
.single-agents .intro-section .agent-header .agent-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #3a5266;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.single-agents .intro-section .agent-header .agent-social-links li a:hover {
  background: rgb(94.7142857143, 126.2857142857, 117.9285714286);
  transform: translateY(-2px);
}
.single-agents .intro-section .agent-header .agent-social-links li a i {
  line-height: 1;
}
.single-agents .intro-section .agent-header .agent-recommended {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.single-agents .intro-section .agent-bio .bio-content {
  max-height: 140px;
  overflow: hidden;
  position: relative;
  line-height: 1.7rem;
}
.single-agents .intro-section .agent-bio .bio-content.expanded {
  max-height: none;
}
.single-agents .intro-section .agent-bio .bio-content p {
  font-size: 1.15rem;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 20px;
}
.single-agents .intro-section .agent-bio .bio-content p:first-child {
  font-size: 1.35rem;
  color: #333;
}
.single-agents .intro-section .agent-bio .bio-content p:first-child strong {
  color: #779990;
  line-height: 1.6;
  font-family: "Canela Deck Medium";
  font-weight: normal;
}
.single-agents .intro-section .agent-bio .bio-content p:last-child {
  margin-bottom: 0;
}
.single-agents .intro-section .agent-bio .theme-btn {
  width: 170px;
  display: flex;
  min-height: auto;
  margin-top: 25px;
  padding: 3px 10px 3px 19px;
  justify-content: space-between;
}
.single-agents .award-section {
  padding: 110px 0 40px;
}
.single-agents .award-section .award-carousel .award-item {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.single-agents .award-section .award-carousel .award-item img {
  width: 135px;
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.3s ease;
}
.single-agents .award-section .award-carousel .award-item img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
.single-agents .award-section .award-carousel .award-item .award-name {
  font-size: 0.9rem;
  color: #958872;
  text-align: center;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.single-agents .award-section .award-carousel .slick-track {
  display: flex;
  align-items: center;
}
.single-agents .award-section .award-carousel .slick-slide {
  height: auto;
}
.single-agents .award-section .award-carousel .slick-slide > div {
  height: 100%;
}
.single-agents .award-section .award-carousel {
  margin-bottom: 70px;
}
.single-agents .award-section .awards-text-carousel .award-text-item {
  padding: 0 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-agents .award-section .awards-text-carousel .award-text-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.single-agents .award-section .awards-text-carousel .award-text-item .award-badge {
  display: block;
  font-size: 0.85rem;
  color: #7a6430;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.single-agents .award-section .awards-text-carousel .slick-track {
  display: flex;
  align-items: flex-start;
}
.single-agents .award-section .awards-text-carousel .slick-slide {
  height: auto;
}
.single-agents .award-section .awards-text-carousel .slick-slide > div {
  height: 100%;
}
.single-agents .award-section .award-text-item img {
  width: 130px;
  display: block;
  margin: 0 auto 25px;
}
.single-agents .award-section.suppliers-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.single-agents .award-section.suppliers-section .section-header .section-title {
  color: #3a5266;
}
.single-agents .award-section.suppliers-section .award-carousel .award-item {
  padding: 0 15px;
}
.single-agents .award-section.suppliers-section .award-carousel .award-item img {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  background: #fff;
  width: 100%;
  height: 200px;
}
.single-agents .award-section.suppliers-section .award-carousel .award-item .supplier-name {
  color: #A99B84;
  border-radius: 12px;
  padding: 15px 25px;
  background: #fff;
  font-size: 0.9rem;
  text-align: center;
}
.single-agents .featured-itineraries-section {
  padding: 85px 15px 40px;
  background: #3a5266;
  position: relative;
  z-index: 1;
}
.single-agents .featured-itineraries-section::after {
  content: "";
  width: 100%;
  height: 40px;
  top: -30px;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%233a5266' fill-opacity='1' d='M0,280 Q720,-200 1440,280 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.single-agents .featured-itineraries-section .destination-carousal {
  margin: 0;
}
.single-agents .featured-itineraries-section .slick-arrow {
  bottom: 17vw;
}
.single-agents .featured-itineraries-section .section-header span {
  color: #d3c1a4;
  font-size: 1rem;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.single-agents .featured-itineraries-section .section-header .section-title {
  color: white;
  font-family: "Canela Deck Regular Italic";
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 8px;
}
.single-agents .itineraries-section {
  position: relative;
  padding: 75px 0 80px;
  background: #e8e4df;
}
.single-agents .itineraries-section .section-header .section-title {
  color: #3a5266;
  font-size: 2rem;
}
.single-agents .itineraries-section::before {
  content: "";
  width: 100%;
  height: 40px;
  bottom: -30px;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23e8e4df' fill-opacity='1' d='M0,40 Q720,520 1440,40 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E");
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 10px;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list::-webkit-scrollbar {
  width: 6px;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item .item-title {
  font-family: "Canela Deck Bold";
  font-size: 1.1rem;
  color: #3a5266;
  margin: 0 0 5px;
  font-weight: 600;
}
.single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item .item-region {
  color: #888;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
}
.single-agents .specialities-section {
  padding: 40px 0 120px;
  text-align: center;
}
.single-agents .specialities-section .specialities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.single-agents .specialities-section .specialities-list .specialty-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7.5px 28px;
  background: #deeaf4;
  color: #3a5266;
  font-size: 0.82rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: default;
}
.single-agents .specialities-section .specialities-list .specialty-tag .specialty-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-agents .specialities-section .specialities-list .specialty-tag .specialty-icon-default {
  color: #3a5266;
  font-size: 0.9rem;
}
.single-agents .specialities-section .specialities-list .specialty-tag:hover {
  background: #d4dcd9;
  transform: translateY(-2px);
}
.single-agents .specialities-section .specialities-note {
  margin-top: 40px;
  font-size: 1.05rem;
  color: #999;
  font-style: italic;
}
.single-agents .reviews-section {
  padding: 80px 0 80px;
  background: #efefef;
  border-radius: 50px;
}
.single-agents .reviews-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.single-agents .reviews-section .section-header .section-title {
  margin-bottom: 0;
  color: #779990;
}
.single-agents .reviews-section .section-header .reviews-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-agents .reviews-section .section-header .reviews-rating .stars {
  display: flex;
  gap: 3px;
}
.single-agents .reviews-section .section-header .reviews-rating .stars i {
  color: #d4a853;
  font-size: 1rem;
}
.single-agents .reviews-section .section-header .reviews-rating .stars i.empty {
  color: #ddd;
}
.single-agents .reviews-section .section-header .reviews-rating .reviews-count {
  font-size: 1rem;
  color: #888;
  font-weight: 400;
}
.single-agents .reviews-section .review-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-agents .reviews-section .review-list .review-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #e0e0e0;
  transition: all 0.3s ease;
}
.single-agents .reviews-section .review-list .review-card .reviews-rating {
  margin-bottom: 15px;
}
.single-agents .reviews-section .review-list .review-card .reviews-rating .stars {
  display: flex;
  gap: 3px;
}
.single-agents .reviews-section .review-list .review-card .reviews-rating .stars i {
  color: #d4a853;
  font-size: 1rem;
}
.single-agents .reviews-section .review-list .review-card .reviews-rating .stars i.empty {
  color: #ddd;
}
.single-agents .reviews-section .review-list .review-card .review-title {
  font-family: "Canela Deck Bold";
  font-size: 1rem;
  color: #3a5266;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.single-agents .reviews-section .review-list .review-card .review-meta {
  font-size: 0.9rem;
  color: #888;
  margin: 0 0 20px;
}
.single-agents .reviews-section .review-list .review-card .review-meta em {
  font-style: italic;
}
.single-agents .reviews-section .review-list .review-card .review-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.single-agents .reviews-section .review-list .review-card .agent-response {
  border-left: 4px solid #A99B84;
  padding-left: 20px;
  margin-top: 30px;
}
.single-agents .reviews-section .review-list .review-card .agent-response .response-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3a5266;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-agents .reviews-section .review-list .review-card .agent-response .response-content {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.single-agents .reviews-section .load-more-reviews {
  width: 180px;
  display: flex;
  min-height: auto;
  margin: 50px auto 0;
  padding: 8px 15px 8px 25px;
  justify-content: space-between;
  background: #A99B84;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  border: none;
  transition: all 0.3s ease;
}
.single-agents .reviews-section .load-more-reviews:hover {
  background: rgb(152.2114832536, 135.4784688995, 107.9885167464);
  transform: translateY(-2px);
}
.single-agents .reviews-section .load-more-reviews i {
  font-size: 1.2rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-itinerary .wide-banner-menu,
.single-Itinerary .wide-banner-menu,
.tax-continents .wide-banner-menu {
  margin-bottom: 0px;
}
.single-itinerary .wide-banner-menu .section-menu-wrapper,
.single-Itinerary .wide-banner-menu .section-menu-wrapper,
.tax-continents .wide-banner-menu .section-menu-wrapper {
  justify-content: center;
}
.single-itinerary .wide-banner-menu .section-menu,
.single-Itinerary .wide-banner-menu .section-menu,
.tax-continents .wide-banner-menu .section-menu {
  float: none;
  clear: both;
  padding: 0;
  justify-content: center;
}
.single-itinerary .intro-section,
.single-Itinerary .intro-section,
.tax-continents .intro-section {
  padding: 150px 15px 0px;
}
.single-itinerary .intro-section .content-wrap,
.single-Itinerary .intro-section .content-wrap,
.tax-continents .intro-section .content-wrap {
  width: 90%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.single-itinerary .intro-section .content-wrap .page-title,
.single-Itinerary .intro-section .content-wrap .page-title,
.tax-continents .intro-section .content-wrap .page-title {
  color: #3a5266;
  font-size: 2.9rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 13px;
}
.single-itinerary .intro-section .content-wrap .page-description p,
.single-Itinerary .intro-section .content-wrap .page-description p,
.tax-continents .intro-section .content-wrap .page-description p {
  text-align: center;
}
.single-itinerary .section-header,
.single-Itinerary .section-header,
.tax-continents .section-header {
  max-width: 950px;
  display: block;
  margin: 0 auto 20px;
}
.single-itinerary .section-header .section-title,
.single-Itinerary .section-header .section-title,
.tax-continents .section-header .section-title {
  color: #3a5266;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: "Canela Deck Medium";
}
.single-itinerary .section-header p,
.single-Itinerary .section-header p,
.tax-continents .section-header p {
  line-height: 1.5;
}
.single-itinerary .featured-itineraries-section,
.single-Itinerary .featured-itineraries-section,
.tax-continents .featured-itineraries-section {
  padding: 100px 15px 50px;
  background: #cbd6d3;
  position: relative;
}
.single-itinerary .featured-itineraries-section::after,
.single-Itinerary .featured-itineraries-section::after,
.tax-continents .featured-itineraries-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
  pointer-events: none;
}
.single-itinerary .featured-itineraries-section .container,
.single-Itinerary .featured-itineraries-section .container,
.tax-continents .featured-itineraries-section .container {
  position: relative;
  z-index: 1;
}
.single-itinerary .featured-itineraries-section .slick-arrow,
.single-Itinerary .featured-itineraries-section .slick-arrow,
.tax-continents .featured-itineraries-section .slick-arrow {
  bottom: 17vw;
}
.single-itinerary .destination-search-section,
.single-Itinerary .destination-search-section,
.tax-continents .destination-search-section {
  padding: 88px 15px 0;
  background: #fff;
}
.single-itinerary .destination-search-section .section-header,
.single-Itinerary .destination-search-section .section-header,
.tax-continents .destination-search-section .section-header {
  margin-bottom: 30px;
}
.single-itinerary .destination-search-section .destination-search-box,
.single-Itinerary .destination-search-section .destination-search-box,
.tax-continents .destination-search-section .destination-search-box {
  max-width: 500px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.single-itinerary .destination-search-section .destination-search-box input,
.single-Itinerary .destination-search-section .destination-search-box input,
.tax-continents .destination-search-section .destination-search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #333;
  background: transparent;
}
.single-itinerary .destination-search-section .destination-search-box input::-moz-placeholder, .single-Itinerary .destination-search-section .destination-search-box input::-moz-placeholder, .tax-continents .destination-search-section .destination-search-box input::-moz-placeholder {
  color: #999;
}
.single-itinerary .destination-search-section .destination-search-box input::placeholder,
.single-Itinerary .destination-search-section .destination-search-box input::placeholder,
.tax-continents .destination-search-section .destination-search-box input::placeholder {
  color: #999;
}
.single-itinerary .destination-search-section .destination-search-box .search-btn,
.single-Itinerary .destination-search-section .destination-search-box .search-btn,
.tax-continents .destination-search-section .destination-search-box .search-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #3a5266;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.single-itinerary .destination-search-section .destination-search-box .search-btn:hover,
.single-Itinerary .destination-search-section .destination-search-box .search-btn:hover,
.tax-continents .destination-search-section .destination-search-box .search-btn:hover {
  background: #3a5266;
  color: #fff;
}
.single-itinerary .destination-search-section .destination-grid,
.single-Itinerary .destination-search-section .destination-grid,
.tax-continents .destination-search-section .destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.single-itinerary .destination-search-section .destination-card,
.single-Itinerary .destination-search-section .destination-card,
.tax-continents .destination-search-section .destination-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-itinerary .destination-search-section .destination-card:hover,
.single-Itinerary .destination-search-section .destination-card:hover,
.tax-continents .destination-search-section .destination-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.single-itinerary .destination-search-section .destination-card:hover .destination-card-image img,
.single-Itinerary .destination-search-section .destination-card:hover .destination-card-image img,
.tax-continents .destination-search-section .destination-card:hover .destination-card-image img {
  transform: scale(1.05);
}
.single-itinerary .destination-search-section .destination-card-image,
.single-Itinerary .destination-search-section .destination-card-image,
.tax-continents .destination-search-section .destination-card-image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.single-itinerary .destination-search-section .destination-card-image img,
.single-Itinerary .destination-search-section .destination-card-image img,
.tax-continents .destination-search-section .destination-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.single-itinerary .destination-search-section .destination-card-title,
.single-Itinerary .destination-search-section .destination-card-title,
.tax-continents .destination-search-section .destination-card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  left: 15px;
  bottom: 15px;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
}
.single-itinerary .destination-search-section .destination-card::after,
.single-Itinerary .destination-search-section .destination-card::after,
.tax-continents .destination-search-section .destination-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.single-itinerary .seasons-section,
.single-Itinerary .seasons-section,
.tax-continents .seasons-section {
  padding: 100px 0px 0px;
  background: #fff;
}
.single-itinerary .seasons-section .seasons-wrapper,
.single-Itinerary .seasons-section .seasons-wrapper,
.tax-continents .seasons-section .seasons-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.single-itinerary .seasons-section .seasons-image-col,
.single-Itinerary .seasons-section .seasons-image-col,
.tax-continents .seasons-section .seasons-image-col {
  flex: 0 0 calc(50% - 15px);
  position: relative;
  padding-right: 30px;
}
.single-itinerary .seasons-section .seasons-image-col .seasons-image-slider,
.single-Itinerary .seasons-section .seasons-image-col .seasons-image-slider,
.tax-continents .seasons-section .seasons-image-col .seasons-image-slider {
  position: relative;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  border-right: 16px solid #3a5266;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.single-itinerary .seasons-section .seasons-image-col .season-image-slide,
.single-Itinerary .seasons-section .seasons-image-col .season-image-slide,
.tax-continents .seasons-section .seasons-image-col .season-image-slide {
  display: none;
}
.single-itinerary .seasons-section .seasons-image-col .season-image-slide.active,
.single-Itinerary .seasons-section .seasons-image-col .season-image-slide.active,
.tax-continents .seasons-section .seasons-image-col .season-image-slide.active {
  display: block;
}
.single-itinerary .seasons-section .seasons-image-col .season-image-slide img,
.single-Itinerary .seasons-section .seasons-image-col .season-image-slide img,
.tax-continents .seasons-section .seasons-image-col .season-image-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.single-itinerary .seasons-section .seasons-image-col .seasons-dots,
.single-Itinerary .seasons-section .seasons-image-col .seasons-dots,
.tax-continents .seasons-section .seasons-image-col .seasons-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.single-itinerary .seasons-section .seasons-image-col .season-dot,
.single-Itinerary .seasons-section .seasons-image-col .season-dot,
.tax-continents .seasons-section .seasons-image-col .season-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-itinerary .seasons-section .seasons-image-col .season-dot.active,
.single-Itinerary .seasons-section .seasons-image-col .season-dot.active,
.tax-continents .seasons-section .seasons-image-col .season-dot.active {
  background: #3a5266;
}
.single-itinerary .seasons-section .seasons-image-col .season-dot:hover,
.single-Itinerary .seasons-section .seasons-image-col .season-dot:hover,
.tax-continents .seasons-section .seasons-image-col .season-dot:hover {
  background: #779990;
}
.single-itinerary .seasons-section .seasons-content-col,
.single-Itinerary .seasons-section .seasons-content-col,
.tax-continents .seasons-section .seasons-content-col {
  flex: 1;
}
.single-itinerary .seasons-section .seasons-tabs,
.single-Itinerary .seasons-section .seasons-tabs,
.tax-continents .seasons-section .seasons-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}
.single-itinerary .seasons-section .season-tab,
.single-Itinerary .seasons-section .season-tab,
.tax-continents .seasons-section .season-tab {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 90px;
}
.single-itinerary .seasons-section .season-tab .season-icon,
.single-Itinerary .seasons-section .season-tab .season-icon,
.tax-continents .seasons-section .season-tab .season-icon {
  width: 45px;
  height: 45px;
  display: block;
  background-color: #5a7a72;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}
.single-itinerary .seasons-section .season-tab.spring .season-icon,
.single-Itinerary .seasons-section .season-tab.spring .season-icon,
.tax-continents .seasons-section .season-tab.spring .season-icon {
  mask-image: url(/wp-content/themes/carlisle-travel/public/images/spring.png);
  -webkit-mask-image: url(/wp-content/themes/carlisle-travel/public/images/spring.png);
}
.single-itinerary .seasons-section .season-tab.summer .season-icon,
.single-Itinerary .seasons-section .season-tab.summer .season-icon,
.tax-continents .seasons-section .season-tab.summer .season-icon {
  mask-image: url(/wp-content/themes/carlisle-travel/public/images/summer.png);
  -webkit-mask-image: url(/wp-content/themes/carlisle-travel/public/images/summer.png);
}
.single-itinerary .seasons-section .season-tab.autumn .season-icon,
.single-Itinerary .seasons-section .season-tab.autumn .season-icon,
.tax-continents .seasons-section .season-tab.autumn .season-icon {
  mask-image: url(/wp-content/themes/carlisle-travel/public/images/autumn.png);
  -webkit-mask-image: url(/wp-content/themes/carlisle-travel/public/images/autumn.png);
}
.single-itinerary .seasons-section .season-tab.winter .season-icon,
.single-Itinerary .seasons-section .season-tab.winter .season-icon,
.tax-continents .seasons-section .season-tab.winter .season-icon {
  mask-image: url(/wp-content/themes/carlisle-travel/public/images/winter.png);
  -webkit-mask-image: url(/wp-content/themes/carlisle-travel/public/images/winter.png);
}
.single-itinerary .seasons-section .season-tab .season-label,
.single-Itinerary .seasons-section .season-tab .season-label,
.tax-continents .seasons-section .season-tab .season-label {
  color: #779990;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.85px;
}
.single-itinerary .seasons-section .season-tab:hover,
.single-Itinerary .seasons-section .season-tab:hover,
.tax-continents .seasons-section .season-tab:hover {
  border-color: #779990;
}
.single-itinerary .seasons-section .season-tab.active,
.single-Itinerary .seasons-section .season-tab.active,
.tax-continents .seasons-section .season-tab.active {
  background: #779990;
  border-color: #779990;
}
.single-itinerary .seasons-section .season-tab.active .season-icon,
.single-Itinerary .seasons-section .season-tab.active .season-icon,
.tax-continents .seasons-section .season-tab.active .season-icon {
  background-color: #fff;
}
.single-itinerary .seasons-section .season-tab.active .season-label,
.single-Itinerary .seasons-section .season-tab.active .season-label,
.tax-continents .seasons-section .season-tab.active .season-label {
  color: #fff;
}
.single-itinerary .seasons-section .seasons-content,
.single-Itinerary .seasons-section .seasons-content,
.tax-continents .seasons-section .seasons-content {
  padding-right: 12%;
}
.single-itinerary .seasons-section .seasons-content .season-content-item,
.single-Itinerary .seasons-section .seasons-content .season-content-item,
.tax-continents .seasons-section .seasons-content .season-content-item {
  display: none;
}
.single-itinerary .seasons-section .seasons-content .season-content-item.active,
.single-Itinerary .seasons-section .seasons-content .season-content-item.active,
.tax-continents .seasons-section .seasons-content .season-content-item.active {
  display: block;
}
.single-itinerary .seasons-section .seasons-content .season-title,
.single-Itinerary .seasons-section .seasons-content .season-title,
.tax-continents .seasons-section .seasons-content .season-title {
  color: #3a5266;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: "Canela Deck Medium";
}
.single-itinerary .seasons-section .seasons-content .season-subtitle,
.single-Itinerary .seasons-section .seasons-content .season-subtitle,
.tax-continents .seasons-section .seasons-content .season-subtitle {
  font-size: 1rem;
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-itinerary .seasons-section .seasons-content .season-description,
.single-Itinerary .seasons-section .seasons-content .season-description,
.tax-continents .seasons-section .seasons-content .season-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
.single-itinerary .featured-itinerary-section,
.single-Itinerary .featured-itinerary-section,
.tax-continents .featured-itinerary-section {
  padding: 88px 0 90px;
  overflow: hidden;
}
.single-itinerary .featured-itinerary-section .section-title,
.single-Itinerary .featured-itinerary-section .section-title,
.tax-continents .featured-itinerary-section .section-title {
  color: #A99B84;
}
.single-itinerary .featured-itinerary-section .section-header,
.single-Itinerary .featured-itinerary-section .section-header,
.tax-continents .featured-itinerary-section .section-header {
  margin-bottom: 40px;
}
.single-itinerary .featured-itinerary-section .carousal-wrap,
.single-Itinerary .featured-itinerary-section .carousal-wrap,
.tax-continents .featured-itinerary-section .carousal-wrap {
  padding-left: calc((100% - 1140px) / 2 + 15px);
}
@media (max-width: 1199px) {
  .single-itinerary .featured-itinerary-section .carousal-wrap,
  .single-Itinerary .featured-itinerary-section .carousal-wrap,
  .tax-continents .featured-itinerary-section .carousal-wrap {
    padding-left: calc((100% - 960px) / 2 + 15px);
  }
}
@media (max-width: 991px) {
  .single-itinerary .featured-itinerary-section .carousal-wrap,
  .single-Itinerary .featured-itinerary-section .carousal-wrap,
  .tax-continents .featured-itinerary-section .carousal-wrap {
    padding-left: calc((100% - 720px) / 2 + 15px);
  }
}
@media (max-width: 767px) {
  .single-itinerary .featured-itinerary-section .carousal-wrap,
  .single-Itinerary .featured-itinerary-section .carousal-wrap,
  .tax-continents .featured-itinerary-section .carousal-wrap {
    padding-left: calc((100% - 540px) / 2 + 15px);
  }
}
@media (max-width: 575px) {
  .single-itinerary .featured-itinerary-section .carousal-wrap,
  .single-Itinerary .featured-itinerary-section .carousal-wrap,
  .tax-continents .featured-itinerary-section .carousal-wrap {
    padding-left: 15px;
  }
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-slide,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-slide,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-slide {
  padding: 0 10px;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card::before,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card::before,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card::before {
  background: #fff;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image img,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image img,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover .card-image img,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover .card-image img,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card:hover .card-image img {
  transform: scale(1.05);
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content {
  position: relative;
  padding: 25px 25px 25px;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-title,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-title,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-title {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  color: #3a5266;
  margin-bottom: 3px;
  font-weight: 600;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-location,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-location,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-location {
  color: #779990;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-description,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-description,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-description {
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .theme-btn,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .theme-btn,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .theme-btn {
  width: 170px;
  display: flex;
  min-height: auto;
  font-size: 0.8rem;
  padding: 2.5px 15px 2.5px 18px;
  justify-content: space-between;
}
.single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card.expanded .card-description,
.single-Itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card.expanded .card-description,
.tax-continents .featured-itinerary-section .featured-itinerary-carousel .itinerary-card.expanded .card-description {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
}
.single-itinerary .advisors-section,
.single-Itinerary .advisors-section,
.tax-continents .advisors-section {
  padding: 88px 15px 80px;
  background: #3a5266;
  border-left: 10px solid white;
  border-right: 10px solid white;
  position: relative;
}
.single-itinerary .advisors-section::after,
.single-Itinerary .advisors-section::after,
.tax-continents .advisors-section::after {
  content: "";
  width: 100%;
  height: 40px;
  top: -30px;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%233a5266' fill-opacity='1' d='M0,280 Q720,-200 1440,280 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.single-itinerary .advisors-section::before,
.single-Itinerary .advisors-section::before,
.tax-continents .advisors-section::before {
  content: "";
  width: 100%;
  height: 40px;
  bottom: -30px;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%233a5266' fill-opacity='1' d='M0,40 Q720,520 1440,40 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E");
}
.single-itinerary .advisors-section .container,
.single-Itinerary .advisors-section .container,
.tax-continents .advisors-section .container {
  position: relative;
}
.single-itinerary .advisors-section .section-head,
.single-Itinerary .advisors-section .section-head,
.tax-continents .advisors-section .section-head {
  color: #fff;
  max-width: 800px;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
.single-itinerary .advisors-section .section-head .section-title-wrap span,
.single-Itinerary .advisors-section .section-head .section-title-wrap span,
.tax-continents .advisors-section .section-head .section-title-wrap span {
  color: #d3c1a4;
  font-size: 1rem;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.single-itinerary .advisors-section .section-head .section-title-wrap span:nth-of-type(2),
.single-Itinerary .advisors-section .section-head .section-title-wrap span:nth-of-type(2),
.tax-continents .advisors-section .section-head .section-title-wrap span:nth-of-type(2) {
  text-transform: none;
}
.single-itinerary .advisors-section .section-head .section-title-wrap .section-title,
.single-Itinerary .advisors-section .section-head .section-title-wrap .section-title,
.tax-continents .advisors-section .section-head .section-title-wrap .section-title {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Canela Deck Regular Italic";
  margin-bottom: 5px;
}
.single-itinerary .advisors-section .section-head .section-title-wrap .section-title:nth-of-type(2),
.single-Itinerary .advisors-section .section-head .section-title-wrap .section-title:nth-of-type(2),
.tax-continents .advisors-section .section-head .section-title-wrap .section-title:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 2rem;
  letter-spacing: 3px;
}
.single-itinerary .advisors-section .advisors-grid,
.single-Itinerary .advisors-section .advisors-grid,
.tax-continents .advisors-section .advisors-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.single-itinerary .destination-search-section,
.single-Itinerary .destination-search-section,
.tax-continents .destination-search-section {
  padding-top: 110px;
}
.single-itinerary .blog-section,
.single-Itinerary .blog-section,
.tax-continents .blog-section {
  padding-bottom: 80px;
}
.single-itinerary .blog-section .section-header,
.single-Itinerary .blog-section .section-header,
.tax-continents .blog-section .section-header {
  margin-bottom: 30px;
}

.tax-continents .full-width-banner .container {
  position: relative;
  z-index: 2;
}
.tax-continents .full-width-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle 150px at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.tax-continents .full-width-banner .continent-header {
  position: relative;
  top: 40px;
}
.tax-continents .full-width-banner .continent-header i {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tax-continents .full-width-banner .continent-header h1 {
  font-size: 3.5rem;
  font-family: "Canela Deck Medium";
  color: #fff;
  text-shadow: 0 0 21px rgba(0, 0, 0, 0.7882352941);
}
.tax-continents .full-width-banner .agents-banner-location h1 {
  font-size: 2.5rem;
}
.tax-continents .full-width-banner .agents-banner-location {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  transition: all 0.3s ease;
}
.tax-continents .full-width-banner .agents-banner-location:hover {
  background: rgba(0, 0, 0, 0.69);
  transform: scale(1.03);
}
.tax-continents .full-width-banner .agents-banner-location i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.tax-continents .full-width-banner .agents-banner-location a {
  color: #ffffff;
  font-size: 0.8rem;
  text-shadow: 0px 0px 21px #ffffff;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tax-continents .intro-section {
  padding: 80px 15px;
  max-width: 1000px;
}
.tax-continents .intro-section .content-wrap .page-title {
  font-size: 1.8rem;
  font-family: "Canela Deck Medium";
}
.tax-continents .featured-itineraries-section {
  position: relative;
  margin-top: 40px;
  padding-top: 90px;
}
.tax-continents .featured-itineraries-section::after {
  content: "";
  width: 100%;
  height: 33px;
  top: -30px;
  left: 0;
  z-index: 10;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23cbd6d3' fill-opacity='1' d='M0,280 Q720,-200 1440,280 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.tax-continents .featured-itineraries-section::before {
  content: "";
  width: 100%;
  height: 33px;
  bottom: -30px;
  left: 0;
  z-index: 10;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23cbd6d3' fill-opacity='1' d='M0,40 Q720,520 1440,40 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E");
}
.tax-continents .featured-itineraries-section .container {
  z-index: 12;
  position: relative;
}
.tax-continents .featured-itineraries-section .section-title {
  color: #414141;
}
.tax-continents .destination-search-section {
  padding: 120px 15px 120px;
}
.tax-continents .destination-search-section .section-title {
  font-size: 2.2rem;
}

.single-post .full-width-banner {
  overflow: hidden;
  position: relative;
}
.single-post .full-width-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.3137254902);
}
.single-post .full-width-banner .post-banner-location {
  z-index: 5;
  position: relative;
}
.single-post .full-width-banner .banner-author {
  left: 20px;
  bottom: 15px;
  z-index: 5;
  gap: 12px;
  display: flex;
  align-items: center;
  position: absolute;
}
.single-post .full-width-banner .banner-author .banner-author-avatar img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-post .full-width-banner .banner-author .banner-author-info {
  display: flex;
  flex-direction: column;
}
.single-post .full-width-banner .banner-author .banner-author-info .banner-author-label {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
}
.single-post .full-width-banner .banner-author .banner-author-info .banner-author-name {
  color: #fff;
  font-size: 1.07rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .filter-col {
  padding-right: 30px;
  padding-bottom: 80px;
}
.single-post .post-banner-location {
  height: 100%;
  width: 100%;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-post .post-banner-location h1 {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Canela Deck Bold";
  text-shadow: 0 0 21px rgba(0, 0, 0, 0.7882352941);
}
.single-post .post-banner-location span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post .post-banner-location span i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm-8 4H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-post .wide-banner-menu {
  padding: 10px 0;
  margin-bottom: 50px;
}
.single-post .wide-banner-menu .author-bar {
  opacity: 0;
  z-index: 5;
  gap: 8px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.single-post .wide-banner-menu .author-bar .author-avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-post .wide-banner-menu .author-bar .author-info {
  display: flex;
  flex-direction: column;
}
.single-post .wide-banner-menu .author-bar .author-info .author-label {
  color: #595959;
  font-size: 0.75rem;
  font-weight: 500;
}
.single-post .wide-banner-menu .author-bar .author-info .author-name {
  color: #595959;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Canela Deck Bold";
  text-transform: uppercase;
}
.single-post .wide-banner-menu.menu-fixed .author-bar {
  opacity: 1;
}
.single-post .voice-wrapper {
  height: 58%;
  opacity: 0.7;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  background: rgba(204, 204, 204, 0.2117647059);
}
.single-post .yellow-widget {
  background: #faf8f4;
  border: 1px solid #A99B84;
}
.single-post .green-widget {
  background: #ebfaf7;
  border: 1px solid #779990;
}
.single-post .sidebar-sticky-wrapper {
  top: 170px;
  position: sticky;
}
.single-post .tc-widget {
  background-color: rgba(119, 153, 144, 0.08);
  border-radius: 12px;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.single-post .tc-widget .tc-widget-title {
  font-family: "Canela Deck Bold";
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
}
.single-post .tc-widget .tc-widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .tc-widget .tc-widget-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.single-post .tc-widget .tc-widget-item:last-child {
  margin-bottom: 0;
}
.single-post .tc-widget .tc-widget-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #779990;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s ease;
}
.single-post .tc-widget .tc-widget-item.active::before {
  background-color: #779990;
}
.single-post .tc-widget .tc-widget-item a {
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.single-post .tc-widget .tc-widget-item a:hover {
  color: #779990;
}
.single-post .tc-widget .tc-widget-item.active a {
  color: #333;
  font-weight: 500;
}
.single-post .agents-cta-widget {
  text-align: center;
  border-radius: 12px;
  padding: 30px 25px;
  background-color: #779990;
}
.single-post .agents-cta-widget .agents-avatars {
  width: 200px;
  height: 55px;
  display: block;
  margin: 10px auto 25px;
  background: url(/wp-content/themes/carlisle-travel/public/images/agent-list-icon.png) no-repeat center;
  background-size: contain;
}
.single-post .agents-cta-widget .widget-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  font-family: "Canela Deck Bold";
}
.single-post .agents-cta-widget .widget-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.single-post .agents-cta-widget .secondary-btn {
  width: 192px;
  display: flex;
  min-height: auto;
  margin: 0 auto 15px;
  background-color: #fff;
  padding: 5px 12px 5px 19px;
  justify-content: space-between;
}
.single-post .social-share {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-left: auto;
  padding: 15px 15px;
  background-color: #f5faf9;
  border-radius: 8px;
  border: 1px solid rgba(119, 153, 144, 0.2);
  justify-content: space-between;
}
.single-post .social-share .share-label {
  color: #779990;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -0.5px;
  font-family: "Montserrat", sans-serif;
}
.single-post .social-share .share-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .social-share .share-links li a {
  color: #779990;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #779990;
  transition: all 0.3s ease;
}
.single-post .social-share .share-links li a i {
  font-size: 18px;
}
.single-post .social-share .share-links li a i.bi-facebook {
  font-size: 20px;
}
.single-post .social-share .share-links li a:hover {
  background-color: #779990;
  color: #fff;
}
.single-post .content-col > div {
  width: 100%;
  float: left;
  margin: 0 0px 50px;
}
.single-post .author-block {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 45px 45px;
  background-color: #faf8f4;
  border: 2.5px solid #779990;
  border-radius: 8px;
  margin-bottom: 80px !important;
  box-shadow: 0 -3px 22px rgba(119, 153, 144, 0.5);
}
.single-post .author-block .author-image {
  display: flex;
  text-align: center;
  flex-direction: column;
}
.single-post .author-block .author-image img {
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #779990;
}
.single-post .author-block .author-image .author-label {
  color: #8f8f8f;
  font-size: 0.88rem;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.single-post .author-block .author-image .author-name {
  color: #779990;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-family: "Canela Deck Bold";
  text-transform: uppercase;
}
.single-post .author-block .author-info {
  flex: 1;
}
.single-post .author-block .author-info .author-bio {
  color: #595959;
  font-size: 1.01rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.single-post .block-title, .single-post .wp-block-heading {
  color: #333;
  width: 100%;
  float: left;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 10px;
  font-family: "Canela Deck Bold";
}
.single-post .ct-summary-block {
  border-radius: 8px;
  padding: 25px 30px;
}
.single-post .ct-summary-block .ct-summary-title {
  color: #363636;
  font-family: "Canela Deck Bold";
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.single-post .ct-summary-block .ct-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .ct-summary-block .ct-summary-item {
  color: #4a4a4a;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  line-height: 1.4;
}
.single-post .ct-summary-block .ct-summary-item::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #6b6b6b;
  margin-top: 5px;
}
.single-post .ct-summary-block .ct-summary-item a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post .ct-summary-block .ct-summary-item a:hover {
  color: #007bff;
}
.single-post .ct-paragraph-block {
  margin-bottom: 30px !important;
}
.single-post .ct-paragraph-block .ct-paragraph-content strong {
  font-weight: 600;
  display: block;
  margin-bottom: -10px;
}
.single-post .ct-image-block {
  width: 100%;
  float: left;
  margin: 0px 0 50px;
}
.single-post .ct-image-block img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}
.single-post .ct-image-block .ct-image-caption {
  margin-top: 10px;
  font-size: 1rem;
  position: relative;
  font-style: italic;
  margin-bottom: 0;
}
.single-post .ct-image-block .ct-image-caption::before {
  content: "";
  width: 25px;
  height: 2px;
  margin: 0 8px 5px 0;
  display: inline-block;
  background-color: #727272;
}
.single-post .ct-quote-block {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0 45px;
  margin: 0px 0 50px;
  border-radius: 4px;
}
.single-post .ct-quote-block .ct-quote-icon {
  margin-bottom: 15px;
}
.single-post .ct-quote-block .ct-quote-icon img {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}
.single-post .ct-quote-block .ct-quote-content {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 50px;
  margin: 0 0 20px 0;
  font-family: "Canela Deck Bold";
}
.single-post .ct-quote-block .ct-quote-author {
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.single-post .ct-quote-block.green-widget .ct-quote-content {
  color: #466f65;
}
.single-post .ct-quote-block.yellow-widget .ct-quote-content {
  color: #988059;
}
.single-post .ct-video-block .ct-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.single-post .ct-video-block .ct-video-wrapper iframe,
.single-post .ct-video-block .ct-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .ct-video-block .ct-video-caption {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  font-style: italic;
}
.single-post .ct-video-block .ct-video-caption::before {
  content: "";
  width: 25px;
  height: 2px;
  margin: 0 8px 5px 0;
  display: inline-block;
  background-color: #727272;
}
.single-post .ct-download-block {
  position: relative;
  border-radius: 8px;
  padding: 25px 30px;
  padding-right: 60px;
}
.single-post .ct-download-block::before {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  position: absolute;
  background-color: #c3c3c3;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.single-post .ct-download-block .ct-download-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #3d8b4a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single-post .ct-download-block .ct-download-btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.single-post .ct-download-block .ct-download-btn:hover {
  background: #2d6b3a;
}
.single-post .ct-download-block .ct-download-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 15px 0;
}
.single-post .ct-download-block .ct-download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .ct-download-block .ct-download-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
}
.single-post .ct-download-block .ct-download-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #3d8b4a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .ct-download-block .ct-download-icon svg {
  fill: #3d8b4a;
  width: 14px;
  height: 14px;
}
.single-post .ct-download-block .ct-download-text {
  padding-top: 3px;
}
.single-post .ct-download-block .ct-download-label {
  margin-right: 5px;
}
.single-post .ct-map-block {
  margin: 30px 0;
}
.single-post .ct-map-block .ct-map-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.single-post .ct-map-block .ct-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.single-post .ct-map-block .ct-map-caption {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}
.single-post .ct-map-block .ct-map-caption::before {
  content: "";
  fill: #779990;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23779991'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-post .ct-faq-block {
  margin: 30px 0;
}
.single-post .ct-faq-block .block-title {
  margin-bottom: 10px;
}
.single-post .ct-faq-block .ct-faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-post .ct-faq-block .ct-faq-item {
  background: #f8fbf8;
  border: 1px solid #d4e5d4;
  border-radius: 8px;
  overflow: hidden;
}
.single-post .ct-faq-block .ct-faq-item.is-open .ct-faq-icon::after {
  display: none;
}
.single-post .ct-faq-block .ct-faq-question {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  font-family: "Canela Deck Bold";
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 15px;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .ct-faq-block .ct-faq-question:hover {
  background: #f0f5f0;
}
.single-post .ct-faq-block .ct-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #6b8e7b;
  border-radius: 50%;
  position: relative;
}
.single-post .ct-faq-block .ct-faq-icon::before, .single-post .ct-faq-block .ct-faq-icon::after {
  content: "";
  position: absolute;
  background: #6b8e7b;
}
.single-post .ct-faq-block .ct-faq-icon::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .ct-faq-block .ct-faq-icon::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .ct-faq-block .ct-faq-answer {
  padding: 0 20px 18px 20px;
}
.single-post .ct-faq-block .ct-faq-answer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
}
.single-post .wp-block-columns {
  margin-bottom: 0;
}
.single-post .wp-block-table {
  border-radius: 4px;
  margin: 0;
  overflow-x: auto;
  border: 1px solid #779990;
}
.single-post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Canela Deck Bold";
  font-size: 1rem;
  color: #333;
}
.single-post .wp-block-table table thead tr {
  background-color: #779990;
}
.single-post .wp-block-table table thead tr th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  border: none;
}
.single-post .wp-block-table table tbody tr {
  border-bottom: 1px solid #e8e4dc;
  transition: background-color 0.2s ease;
}
.single-post .wp-block-table table tbody tr:nth-child(even) {
  background-color: rgba(119, 153, 144, 0.05);
}
.single-post .wp-block-table table tbody tr:hover {
  background-color: rgba(119, 153, 144, 0.1);
}
.single-post .wp-block-table table tbody tr td {
  padding: 12px 20px;
  vertical-align: top;
  border: none;
  line-height: 1.6;
}
.single-post .wp-block-table table tfoot tr {
  background-color: rgba(119, 153, 144, 0.08);
}
.single-post .wp-block-table table tfoot tr td {
  padding: 12px 20px;
  font-weight: 600;
  border: none;
}
.single-post .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: rgba(119, 153, 144, 0.05);
}
.single-post .wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: transparent;
}
.single-post .wp-block-table figcaption {
  margin-top: 10px;
  font-size: 0.9rem;
  font-style: italic;
  color: #666;
  text-align: center;
}
.single-post .ct-conclusion-block {
  border-radius: 8px;
  padding: 25px 30px;
  margin: 30px 0;
}
.single-post .ct-conclusion-block .ct-conclusion-title {
  color: #363636;
  font-family: "Canela Deck Bold";
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.single-post .ct-conclusion-block .ct-conclusion-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
}
.single-post .ct-conclusion-block .ct-conclusion-content p {
  margin: 0 0 15px 0;
}
.single-post .ct-conclusion-block .ct-conclusion-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .home .site-header {
    top: 20px;
  }
  .home .site-header .navbar {
    padding: 8px 0;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
    font-size: 3.8rem;
  }
  .destination-carousal .slick-slide {
    padding: 0 7.5px;
  }
  .destination-carousal .slick-slide .list-item .carousal-content-wrap .card-information {
    margin: 0 0 25px;
  }
  .destination-carousal .slick-slide .list-item .carousal-content-wrap .card-information .country-tag {
    font-size: 0.7rem;
  }
  .destination-carousal .slick-slide .list-item .carousal-content-wrap .card-information .destination-title {
    font-size: 1.15rem;
  }
  .destination-carousal .slick-slide .list-item .carousal-content-wrap .card-information .theme-btn {
    min-height: auto;
    padding: 3px 12px 3px 15px;
    justify-content: space-between;
  }
  .content-carousal .tab-header {
    padding: 70px 0 0px;
  }
  .content-carousal .tab-header .setion-title {
    font-size: 2.85rem;
  }
  .home .services-section {
    margin-top: 120px;
    padding: 32px 15px 58px;
  }
  .home .services-section .service-list > div {
    height: 500px;
  }
  .home .services-section .service-list .slick-slide > div .service-card {
    padding: 35px 40px;
  }
  .home .services-section .service-list .slick-slide > div .service-card > div h4 {
    font-size: 1.5rem;
  }
  .home .about-intro-section .widget-container .image-wrapper .parallax-img {
    background-size: 88vw auto;
    background-position: 89% top;
  }
  .home .about-intro-section {
    padding: 100px 15px 75px;
  }
  .home .agents-section {
    padding: 85px 15px 50px;
  }
  .home .video-section {
    padding: 58px 15px 85px;
  }
  .home .join-us-section {
    padding: 5px 15px 92px;
  }
  .cta-section {
    height: 380px;
  }
  .page-template-page-what-we-do .service-block-section.even .content-col {
    padding-left: 50px;
  }
  .page-template-page-what-we-do .service-block-section.odd .content-col {
    padding-right: 50px;
  }
  .single-agents .wide-banner-menu .section-menu {
    padding-left: 240px;
  }
}
@media (max-width: 1299.98px) {
  .site-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 58.99px;
  }
  .home .site-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 48.99px;
  }
  .content-carousal .tab-header .setion-title {
    font-size: 2.5rem;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content {
    padding-left: 35px;
  }
  .destination-carousal .slick-arrow {
    bottom: 22vw;
  }
  .destination-carousal .slick-arrow.slick-next {
    right: 2px;
  }
  .destination-carousal .slick-arrow.slick-prev {
    left: 2px;
  }
  .destination-carousal .list-item .carousal-content-wrap .card-information {
    margin: 0 0 20px;
  }
  .destination-carousal .list-item .carousal-content-wrap .card-information .theme-btn {
    width: 170px;
    font-size: 0.75rem;
    padding: 3px 10px 3px 12px;
  }
  .home .services-section {
    margin-top: 120px;
    padding: 32px 15px 42px;
  }
  .home .agents-section {
    margin-top: 98px;
    padding: 92px 15px 42px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper {
    height: 400px;
  }
  .home .video-section {
    padding: 58px 15px 75px;
  }
  .home .join-us-section {
    padding: 5px 15px 80px;
  }
  .home .about-intro-section {
    display: none !important;
  }
  .page-template-page-what-we-do .leisure-travel-section {
    margin-bottom: 10.5%;
  }
  .service-block-section .content-col .content-wrap .service-title {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky {
    top: 75px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 51.99px;
  }
  .site-header .nav-menu .nav-item .nav-link {
    padding: 12px 15px;
  }
  .site-header .action-col .theme-btn {
    padding: 2px 12px 2px 20px;
  }
  .home .site-header {
    width: calc(100% - 70px);
    top: 20px;
    left: 35px;
    padding: 0 28px;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
    font-size: 3.25rem;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1) {
    width: 200px;
    flex: 0 0 200px;
    padding-left: 22px;
  }
  .destination-carousal .slick-arrow {
    bottom: 25vw;
  }
  .home .services-section .service-list {
    padding: 0px 10px 30px 0px;
  }
  .home .services-section .service-list > div {
    height: 470px;
  }
  .home .services-section .service-list > div .service-card {
    padding: 50px 30px;
  }
  .home .services-section .service-list > div .service-card > div h4 {
    font-size: 1.35rem;
  }
  .home .services-section .service-list > div .service-card > div h4 i {
    width: 32px;
    height: 32px;
    margin: 0 0 10px;
  }
  .home .services-section .service-list > div .service-card > div p {
    font-size: 0.98rem;
  }
  .home > div .service-card > div h4 {
    font-size: 1.5rem;
  }
  .home .agents-section {
    margin-top: 88px;
  }
  .home .agents-section .head .section-title {
    font-size: 2rem;
  }
  .home .agents-section .head .agent-list {
    margin: 0 auto 50px;
  }
  .home .agents-section .head .agent-list .theme-btn {
    width: 330px;
    padding: 7px 12px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper {
    height: 300px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper .tilted-item {
    margin-right: -15px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:nth-child(odd) {
    margin-right: 15px;
  }
  .home .agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap {
    width: 25%;
  }
  .home .join-us-section .head .section-title {
    font-size: 2.25rem;
  }
  .home .video-section .video-wrap {
    height: 450px;
  }
  .home .video-section .video-wrap .content-wrao h4 {
    font-size: 2.85rem;
  }
  .cta-section {
    height: 320px;
  }
  .cta-section .cta-box h2 {
    font-size: 2rem;
  }
  .footer-section .footer-address br {
    display: none;
  }
  .timeline-section {
    overflow-x: hidden;
  }
  .inner-hero-section .content-col .content-wrap .page-header .page-title {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .inner-hero-section .image-col .image-wrap {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  .team-section .profile-wrap {
    padding: 0 0px;
  }
  .team-section .profile-wrap .profile-image {
    height: 300px;
  }
  .page-template-page-who-we-are .section-menu-block .section-menu li a {
    padding: 20.605px 0;
  }
  .page-template-page-who-we-are .accolades-section {
    margin-top: 75px;
  }
  .page-template-page-who-we-are .accolades-section::before {
    height: 180px;
    top: -130px;
  }
  .page-template-page-who-we-are .accolades-section .container {
    z-index: 3;
    position: relative;
  }
  .page-template-page-who-we-are .mission-section .content-col {
    padding: 0 35px;
  }
  .page-template-page-who-we-are .additional-intro .content-wrap .title-text {
    font-size: 3rem;
  }
  .page-template-page-who-we-are .page-template-page-who-we-are .accolades-section .container .section-head {
    margin-bottom: 20px;
  }
  .page-template-page-what-we-do .service-block-section {
    padding-top: 20px;
  }
  .page-template-page-what-we-do .section-menu-block .section-menu li a {
    padding: 20.605px 0;
  }
  .page-template-page-what-we-do .leisure-travel-section {
    margin-bottom: 20.5%;
    padding: 75px 15px 40px;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-left {
    padding-right: 10px;
  }
  .page-template-page-what-we-do .leisure-travel-section p {
    line-height: 1.53;
    margin-bottom: 45px;
  }
  .page-template-page-what-we-do .content-col .content-wrap .service-title {
    font-size: 2rem;
  }
  .page-template-page-what-we-do .content-col .content-wrap .service-title i {
    margin-bottom: 10px;
  }
  .page-template-page-what-we-do .content-col .content-wrap .service-buttons .theme-btn {
    min-height: auto;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 5px 10px 4px 12px;
  }
  .page-template-page-agents .agents-page #filter-text {
    width: 170px;
  }
  .page-template-page-partners .section-menu-block .section-menu li {
    text-align: left;
  }
  .page-template-page-partners .section-menu-block .section-menu li:nth-last-child(1), .page-template-page-partners .section-menu-block .section-menu li:nth-last-child(2) {
    padding-left: 7px;
  }
  .single-agents .wide-banner-menu {
    margin-bottom: 75px;
    border-radius: 0;
  }
  .single-agents .wide-banner-menu .container {
    max-width: 100%;
  }
  .single-agents .wide-banner-menu .container .agent-profile-image {
    display: none;
  }
  .single-agents .wide-banner-menu .container .section-menu {
    padding: 0;
    justify-content: center;
    width: 100%;
  }
  .single-agents .wide-banner-menu.menu-fixed .container .section-menu {
    padding: 0;
  }
  .single-agents .intro-section .intro-content {
    padding-left: 0;
  }
  .single-agents .intro-section .agent-header-group {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .single-agents .intro-section .agent-header-group .agent-profile-image {
    display: block;
  }
  .single-agents .intro-section .agent-header-group .agent-header {
    margin-bottom: 0;
  }
  .single-agents .intro-section .agent-bio {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1099.98px) {
  .site-header .nav-menu .nav-item .nav-link {
    font-size: 0.7rem;
  }
  .site-header .action-col .theme-btn {
    width: 142px;
    font-size: 0.7rem;
    padding: 1px 5px 1px 10px;
  }
  .home .site-header {
    width: calc(100% - 40px);
    left: 20px;
  }
  .home .site-header .navbar .header-wrap .navbar-brand {
    width: 110px;
  }
  .home .site-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 45px;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .prefix {
    font-size: 1.1rem;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
    font-size: 3rem;
    line-height: 1.3;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky {
    top: 72px;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link {
    font-size: 12px;
    padding: 10px 0;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1), .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(2) {
    width: 192px;
    flex: 0 0 192px;
  }
  .content-carousal .tab-header {
    width: 75%;
    padding: 55px 0 0px;
  }
  .content-carousal .tab-header .setion-title {
    font-size: 2.05rem;
  }
  .destination-carousal {
    padding: 30px 0;
  }
  .destination-carousal .list-item .carousal-content-wrap .card-information p {
    margin-bottom: 15px;
  }
  .destination-carousal .slick-slide .list-item .carousal-content-wrap .card-information .theme-btn {
    padding: 1px 12px 1px 15px;
  }
  .home .services-section {
    padding: 30px 15px 42px;
  }
  .home .services-section::before {
    height: 180px;
  }
  .home .services-section .service-list {
    padding: 0px 20px 15px 0px;
  }
  .home .services-section .service-list > div {
    height: 470px;
  }
  .home .services-section .service-list > div .service-card {
    padding: 40px 32px;
  }
  .home .services-section .service-list > div .service-card > div h4 {
    font-size: 1.35rem;
  }
  .home .services-section .service-list > div .service-card > div h4 i {
    width: 32px;
    height: 32px;
    margin: 0 0 10px;
  }
  .home .services-section .service-list > div .service-card > div p {
    font-size: 0.98rem;
  }
  .home .agents-section .head .section-paragraph {
    line-height: 1.5;
    padding: 0 50px;
  }
  .footer-section .footer-logo {
    width: 130px;
  }
  .footer-section .footer-heading {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-section {
    padding: 50px 15px 50px;
  }
  .inner-hero-section .content-col .content-wrap {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    text-align: center;
  }
  .inner-hero-section .content-col .content-wrap .page-header .page-title {
    font-size: 2rem;
    letter-spacing: 0px;
  }
  .section-menu-block.menu-fixed .section-menu {
    width: 100%;
  }
  .site-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 45px;
  }
  .site-header .nav-menu {
    display: none;
  }
  .site-header .navbar-toggler {
    border: 0;
    display: inline-block;
    padding: 5px 5px;
    margin-left: 12px;
    border-radius: 4px;
    background: #fff;
  }
  .site-header .action-col .theme-btn {
    width: 150px;
    font-size: 0.7rem;
    padding: 5px 5px 5px 10px;
  }
  .site-header.fixed-header .navbar .header-wrap .navbar-brand .brand-logo {
    height: 45px;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content {
    padding-left: 35px;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky {
    top: 70px;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li {
    transition: all 1.5s ease;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1), .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(2) {
    width: inherit;
    flex: auto;
    padding-left: 0;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link span {
    display: none;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1) .data-link i {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li.active {
    width: 180px;
    flex: 0 0 180px;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li.active span {
    display: inline-block;
  }
  .destination-carousal .slick-arrow {
    bottom: 34vw;
  }
  .home .services-section .service-list {
    padding: 0px 0 15px 0px;
    margin-top: 20px;
  }
  .home .services-section .service-list > div {
    height: auto;
    padding-bottom: 30px;
  }
  .home .services-section .service-list > div .service-card {
    padding: 40px 35px 25px 42px;
  }
  .home .agents-section {
    margin-top: 80px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper {
    height: 270px;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper .tilted-item {
    width: 22%;
  }
  .home .video-section {
    padding: 42px 15px 58px;
  }
  .home .video-section .video-wrap {
    height: 380px;
  }
  .home .video-section .video-wrap .content-wrao h4 {
    font-size: 2rem;
  }
  .home .join-us-section .head .section-title {
    font-size: 2rem;
    padding: 0 20px;
  }
  .home .agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap {
    width: 31%;
  }
  .cta-section {
    height: 280px;
  }
  .cta-section .cta-box h2 {
    font-size: 1.5rem;
  }
  .footer-section .footer-left {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-section .footer-left .footer-logo {
    margin-bottom: 15px !important;
  }
  .footer-section .footer-left .footer-title {
    font-size: 1.2rem;
    max-width: none;
  }
  .footer-section .menu-col,
  .footer-section .contact-col {
    text-align: left;
  }
  .page-template-page-who-we-are .section-menu-block .section-menu {
    padding: 0;
  }
  .page-template-page-who-we-are .section-menu-block .section-menu li a {
    font-size: 0.725rem;
    padding: 15.605px 0;
  }
  .page-template-page-who-we-are .timeline-section {
    padding: 70px 15px 30px;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(odd) .memory-container .memory-date {
    bottom: -10px;
    left: -180px;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(even) .memory-container {
    right: 340px;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(even) .memory-container .memory-date {
    right: -180px;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container {
    width: 300px;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-year {
    font-size: 2.5rem;
  }
  .page-template-page-who-we-are .mission-section {
    text-align: center;
  }
  .page-template-page-who-we-are .mission-section .container {
    padding: 70px 15px;
  }
  .page-template-page-who-we-are .mission-section .container .top-row .image-col {
    order: 1;
  }
  .page-template-page-who-we-are .mission-section .container .top-row .image-col .image-wrap {
    margin-bottom: 30px;
    border-radius: 10px 150px 10px 150px;
  }
  .page-template-page-who-we-are .mission-section .container .top-row .content-col {
    order: 2;
    margin-bottom: 30px;
  }
  .page-template-page-who-we-are .mission-section .container .bottom-row .image-wrap {
    margin-bottom: 30px;
    border-radius: 150px 10px 150px 10px;
  }
  .page-template-page-who-we-are .accolades-section {
    margin-top: 50px;
    padding: 0px 15px 50px;
  }
  .page-template-page-who-we-are .accolades-section .container .section-head {
    margin-bottom: 0px;
  }
  .page-template-page-who-we-are .carlisle-difference-section {
    text-align: center;
  }
  .page-template-page-who-we-are .carlisle-difference-section .additional-intro {
    padding: 80px 15px;
  }
  .page-template-page-who-we-are .carlisle-difference-section .image-wrap img {
    height: 350px;
    display: block;
    margin: 0 auto 30px;
  }
  .page-template-page-who-we-are .join-the-team-section {
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
    width: 97%;
  }
  .page-template-page-who-we-are .join-the-team-section .container {
    padding: 70px 15px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .top-row .section-title {
    margin-top: 15px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .top-row .theme-btn {
    margin: 30px auto 0px auto;
  }
  .page-template-page-who-we-are .join-the-team-section .container .top-row .image-col {
    order: 1;
  }
  .page-template-page-who-we-are .join-the-team-section .container .top-row .image-col .image-wrap {
    margin-bottom: 30px;
    border-radius: 10px 150px 10px 150px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .top-row .content-col {
    order: 2;
    margin-bottom: 30px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .bottom-row {
    margin-top: 20px;
  }
  .page-template-page-who-we-are .faq .que-container {
    margin: 30px auto 0px;
  }
  .page-template-page-what-we-do .leisure-travel-section {
    text-align: center;
    margin-top: 170px;
    margin-bottom: 0px;
    padding: 0px 15px 50px;
  }
  .page-template-page-what-we-do .leisure-travel-section .desktop-img {
    display: none;
  }
  .page-template-page-what-we-do .leisure-travel-section .mobile-img {
    display: block;
    margin: -120px auto 35px;
  }
  .page-template-page-what-we-do .leisure-travel-section .mobile-img img {
    border-radius: 15px;
  }
  .page-template-page-what-we-do .leisure-travel-section .service-title {
    margin-bottom: 20px;
  }
  .page-template-page-what-we-do .leisure-travel-section p {
    margin-bottom: 32px;
  }
  .page-template-page-what-we-do .leisure-travel-section .left-col .amenities > div img {
    width: 55px;
    margin-bottom: 5px;
  }
  .page-template-page-what-we-do .leisure-travel-section .left-col .amenities > div p {
    margin-bottom: 28px;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-right {
    margin-top: 20px;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-right .action {
    width: 100%;
    float: left;
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
  }
  .page-template-page-what-we-do .content-col {
    padding-left: 15px;
  }
  .page-template-page-what-we-do .service-block-section {
    padding: 20px 0 0;
  }
  .page-template-page-what-we-do .service-block-section.even .content-col {
    padding-left: 15px;
  }
  .page-template-page-what-we-do .service-block-section .service-title i {
    margin: 0 auto;
  }
  .page-template-page-what-we-do .service-block-section .content-col .content-wrap {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .page-template-page-what-we-do .service-block-section .right-col {
    padding: 0 !important;
  }
  .page-template-page-what-we-do .service-block-section .right-col .image-wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    height: 100%;
    min-height: 300px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-template-page-what-we-do .service-block-section:nth-child(odd) .right-col .image-wrap, .page-template-page-what-we-do .service-block-section:nth-child(even) .right-col .image-wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    height: 100%;
    min-height: 300px;
    padding: 0;
    border-radius: 100px;
  }
  .page-template-page-what-we-do .service-block-section .content-wrap .service-buttons {
    justify-content: center;
  }
  .page-template-page-what-we-do #corporate {
    background-color: #ede8e2;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .page-template-page-partners .section-menu-block .section-menu {
    padding: 0 0px;
  }
  .page-template-page-partners .section-menu-block .section-menu li a {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .page-template-page-partners .section-menu-block .section-menu li a i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .page-template-page-partners .section-menu-block.menu-fixed .section-menu {
    width: 100%;
  }
  .page-template-page-agents .agents-page > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-agents .agents-page .agents-grid {
    margin: 30px auto;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper {
    top: 71px;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .filter-search .filter-btn {
    width: 40px;
    height: 40px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .single-agents .reviews-section {
    padding: 50px 0 60px;
  }
  .single-agents .reviews-section .review-list .review-card {
    padding: 30px 35px;
  }
  .tax-continents .destination-search-section .destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-itinerary .wide-banner-menu {
    top: 70px;
  }
  .single-itinerary .wide-banner-menu .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-itinerary .wide-banner-menu .section-menu-wrapper {
    width: 100%;
    position: relative;
    padding: 0 50px;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn.menu-carousel-prev {
    left: 5px;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn.menu-carousel-next {
    right: 5px;
  }
  .single-itinerary .wide-banner-menu .section-menu {
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .single-itinerary .seasons-section .seasons-wrapper {
    gap: 40px;
  }
  .single-itinerary .seasons-section .seasons-image-col {
    flex: 0 0 45%;
  }
  .single-itinerary .seasons-section .season-tab {
    min-width: 80px;
    padding: 12px 15px;
  }
  .single-itinerary .seasons-section .season-tab .season-icon {
    width: 40px;
    height: 40px;
  }
  .single-itinerary .seasons-section .season-tab .season-icon i {
    font-size: 1.3rem;
  }
  .single-itinerary .seasons-section .season-tab .season-label {
    font-size: 0.65rem;
  }
  .single-itinerary .seasons-section .seasons-content .season-title {
    font-size: 2rem;
  }
  .single-itinerary .featured-itinerary-section {
    padding: 60px 0;
  }
  .single-itinerary .featured-itinerary-section .section-header {
    margin-bottom: 30px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content {
    padding: 18px 20px 22px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-title {
    font-size: 1.1rem;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-description {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .single-itinerary .advisors-section .container {
    padding: 0;
  }
  .single-itinerary .blog-section {
    padding: 80px 15px;
  }
  .single-itinerary .blog-section .blog-grid {
    flex-direction: column;
    gap: 30px;
  }
  .single-itinerary .blog-section .blog-featured {
    flex: none;
    height: 450px;
  }
  .single-itinerary .blog-section .blog-side {
    flex-direction: row;
    gap: 25px;
  }
  .single-itinerary .blog-section .blog-card-side {
    flex: 1;
    flex-direction: column;
  }
  .single-itinerary .blog-section .blog-card-side .card-image {
    flex: none;
    width: 100%;
    height: 180px;
  }
  .single-itinerary .blog-section .blog-card-side .card-content {
    padding: 18px;
  }
  .single-agents .wide-banner-menu {
    top: 70px;
  }
  .single-agents .wide-banner-menu .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-agents .wide-banner-menu .container .section-menu-wrapper {
    width: 100%;
    position: relative;
    padding: 0 50px;
  }
  .single-agents .wide-banner-menu .container .menu-carousel-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .single-agents .wide-banner-menu .container .menu-carousel-btn.menu-carousel-prev {
    left: 5px;
  }
  .single-agents .wide-banner-menu .container .menu-carousel-btn.menu-carousel-next {
    right: 5px;
  }
  .single-agents .wide-banner-menu .container .section-menu {
    padding-left: 0;
    width: 100%;
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 767.98px) {
  .section-menu-block .section-menu {
    padding: 0 10px;
  }
  .section-menu-block.menu-fixed .section-menu li a {
    letter-spacing: 0.7px;
  }
  .inner-hero-section {
    padding: 20px 15px 30px;
  }
  .inner-hero-section .content-col {
    width: 100%;
    order: 2;
  }
  .inner-hero-section .content-col .content-wrap .page-header .title-prefix {
    margin: 0 0 10px;
  }
  .inner-hero-section .image-col {
    width: 100%;
    order: 1;
    margin-bottom: 35px;
  }
  .inner-hero-section .image-col .image-wrap img {
    border-radius: 150px 10px;
  }
  .section-menu-block .section-menu li {
    padding: 0 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .content-carousal .tab-header {
    width: 82%;
  }
  .content-carousal .tab-header .setion-title {
    font-size: 1.85rem;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
    font-size: 2.5rem;
  }
  .destination-carousal .slick-arrow {
    bottom: 50vw;
  }
  .home .hero-slider-section .hero-wrap .banner-dots {
    display: flex;
  }
  .home .agents-section {
    margin-top: 65px;
  }
  .home .agents-section::before {
    border-radius: 75px 75px 10px 10px;
  }
  .home .agents-section .head .section-title {
    font-size: 1.7rem;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:nth-last-child(1) {
    display: none;
  }
  .home .services-section::before {
    height: 155px;
  }
  .home .agents-section {
    margin-bottom: 0;
  }
  .home .agents-section .tilted-gallery .tilted-wrapper {
    margin-left: -15px;
  }
  .home .video-section {
    padding: 10px 15px 58px;
  }
  .home .video-section .video-wrap {
    height: 275px;
  }
  .home .video-section .video-wrap .content-wrao h4 {
    font-size: 1.75rem;
  }
  .home .video-section .video-wrap .content-wrao .theme-btn {
    min-height: auto;
    padding: 7px 12px 7px 20px;
  }
  .agent-modal .modal-dialog .modal-content .modal-body .agent-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap {
    width: 100%;
  }
  .cta-section {
    height: auto;
    padding: 0;
  }
  .cta-section::before, .cta-section::after {
    display: none;
  }
  .cta-section .container {
    width: calc(100% - 25px);
    padding: 0;
  }
  .cta-section .container .left-col {
    padding: 50px 25px 30px;
    border-radius: 82px 82px 0 0;
    background: #779990;
    border-bottom: 10px solid #3a5266;
  }
  .cta-section .container .left-col .left-box {
    padding: 0;
  }
  .cta-section .container .right-col {
    padding: 50px 25px 30px;
    background: #ede8e2;
  }
  .cta-section .container .right-col .right-box {
    padding: 0;
  }
  .footer-section .footer-social {
    margin-top: 0 !important;
  }
  .footer-section .footer-left {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-section .footer-bottom {
    margin-top: 10px !important;
  }
  .footer-section .contact-col {
    margin-top: 15px;
  }
  .contact-form-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 70px 40px 40px 40px;
  }
  .contact-form-modal.modal .modal-dialog .modal-content .modal-body .modal-title, .contact-form-modal.modal .modal-dialog .modal-content .modal-body p {
    text-align: center;
  }
  .contact-form-modal.modal .modal-dialog .modal-content .modal-body .agent-email-header {
    margin-top: 10px;
  }
  .page-template-page-who-we-are .section-menu-block .section-menu li a {
    line-height: 1.23;
  }
  .page-template-page-who-we-are .section-menu-block.menu-fixed .section-menu li a {
    padding: 12.4px 0;
  }
  .page-template-page-who-we-are .timeline-section .memory {
    margin-left: 150px !important;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(even) .memory-container .memory-date {
    right: auto;
    left: -180px;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(even) .memory-container::before {
    transform: rotate(180deg);
  }
  .page-template-page-who-we-are .accolades-section .container .travel-leaders-logo img {
    max-width: 200px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid {
    gap: 2px;
    min-height: 380px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item {
    height: 300px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:nth-child(2) {
    height: 350px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:hover {
    height: 375px;
  }
  .page-template-page-who-we-are .additional-intro .content-wrap {
    padding-left: 0;
  }
  .page-template-page-who-we-are .additional-intro .content-wrap .title-text {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .page-template-page-who-we-are .join-the-team-section {
    border-radius: 40px 40px 0px 0px;
  }
  .page-template-page-who-we-are .cta-section .container .left-col {
    border-radius: 0;
    border-top: 10px solid #3a5266;
  }
  .page-template-page-what-we-do .leisure-travel-section .service-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-left {
    padding-right: 0;
  }
  .page-template-page-what-we-do .service-block-section .right-col {
    padding: 0 !important;
  }
  .page-template-page-what-we-do .service-block-section .right-col .image-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-template-page-what-we-do .service-block-section.odd .content-col {
    padding-right: 15px;
  }
  .page-template-page-what-we-do .cta-section {
    margin-top: 50px;
  }
  .page-template-page-partners .section-menu-block .section-menu li a {
    width: 100%;
  }
  .page-template-page-partners .section-menu-block .section-menu li a span {
    display: none;
  }
  .page-template-page-partners .section-menu-block .section-menu li a i {
    margin: 0;
  }
  .page-template-page-partners .section-menu-block .section-menu li .active {
    padding-top: 13px;
  }
  .page-template-page-partners .section-menu-block .section-menu li .active span {
    display: flex;
    font-size: 0.7rem;
  }
  .page-template-page-partners .section-menu-block .section-menu li .active i {
    margin-right: 10px;
    margin-left: 5px;
  }
  .page-template-page-partners .section-head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-partners .section-head .section-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .page-template-page-partners .logo-grid-section > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }
  .page-template-page-partners .logo-grid-section .logo-grid .logo-wrap {
    width: 170px;
    height: 170px;
    padding: 10px;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter {
    flex-wrap: wrap;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter #specialty, .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter #search {
    border-radius: 0 50px 50px 0;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter #destination {
    border-radius: 50px 0 0 50px;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter .filter-item {
    flex: 1 1 calc(50% - 8px);
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter .filter-item .typeahead-input, .page-template-page-agents .agents-page .agents-filter-wrapper .agents-filter .filter-item #filter-text {
    width: 100%;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter #specialty, .page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter #search {
    border-radius: 0;
  }
  .page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter #destination, .page-template-page-agents .agents-page .agents-filter-wrapper.is-stuck .agents-filter #search {
    border-radius: 0;
    border-top: 0px solid white;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list {
    grid-template-columns: repeat(3, 1fr);
    max-height: 285px;
  }
  .single-agents .reviews-section {
    padding: 40px 0 50px;
  }
  .single-agents .reviews-section .section-header {
    margin-bottom: 30px;
  }
  .single-agents .reviews-section .review-list {
    gap: 20px;
  }
  .single-agents .reviews-section .review-list .review-card {
    padding: 25px 25px;
    border-radius: 12px;
  }
  .single-agents .reviews-section .review-list .review-card .review-content {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .single-agents .reviews-section .review-list .review-card .agent-response {
    margin-top: 20px;
    padding-left: 15px;
  }
  .single-agents .reviews-section .load-more-reviews {
    margin-top: 35px;
  }
  .tax-continents .intro-section {
    padding: 50px 15px;
  }
  .tax-continents .featured-itineraries-section {
    position: relative;
    margin-top: 20px;
    padding-top: 70px;
  }
  .tax-continents .destination-search-section {
    padding: 100px 15px;
  }
  .tax-continents .destination-search-section .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .tax-continents .destination-search-section .destination-card-title {
    font-size: 1.1rem;
  }
  .single-itinerary .wide-banner-menu .section-menu-wrapper {
    position: relative;
    padding: 0 50px;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn.menu-carousel-prev {
    left: 5px;
  }
  .single-itinerary .wide-banner-menu .menu-carousel-btn.menu-carousel-next {
    right: 5px;
  }
  .single-itinerary .wide-banner-menu .section-menu {
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .single-itinerary .wide-banner-menu .section-menu li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    scroll-snap-align: start;
  }
  .single-itinerary .wide-banner-menu .section-menu li a {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
  .single-itinerary .intro-section {
    padding: 140px 15px 0;
  }
  .single-itinerary .seasons-section {
    padding: 30px 15px;
  }
  .single-itinerary .seasons-section .seasons-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .single-itinerary .seasons-section .seasons-image-col {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-right: 0;
  }
  .single-itinerary .seasons-section .seasons-image-col .seasons-dots {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -30px;
    transform: translateX(-50%);
    flex-direction: row;
  }
  .single-itinerary .seasons-section .seasons-image-col .seasons-image-slider {
    border-left: 16px solid #3a5266;
    border-radius: 50px;
  }
  .single-itinerary .seasons-section .seasons-content-col {
    text-align: center;
    padding-top: 20px;
  }
  .single-itinerary .seasons-section .seasons-tabs {
    justify-content: center;
  }
  .single-itinerary .seasons-section .season-tab {
    min-width: 70px;
    padding: 10px 12px;
  }
  .single-itinerary .seasons-section .seasons-content {
    padding: 0 40px;
  }
  .single-itinerary .seasons-section .seasons-content .season-title {
    font-size: 2rem;
  }
  .single-itinerary .mobile-separator {
    height: 1px;
    width: 100%;
    padding-top: 30px;
  }
  .single-itinerary .mobile-separator .separator-line {
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: #cfcfcf;
  }
  .single-itinerary .featured-itinerary-section {
    padding: 20px 0 80px;
  }
  .single-itinerary .featured-itinerary-section .section-header {
    margin-bottom: 25px;
  }
  .single-itinerary .featured-itinerary-section .section-header .section-title {
    font-size: 2rem;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card {
    border-radius: 15px;
  }
  .single-itinerary .blog-section {
    padding: 60px 15px 70px;
  }
  .single-itinerary .blog-section .blog-side {
    flex-direction: column;
  }
  .single-itinerary .blog-section .blog-card-featured .card-content {
    padding: 25px;
  }
  .single-itinerary .blog-section .blog-card-featured .card-title {
    font-size: 1.3rem;
  }
  .single-itinerary .blog-section .blog-card-side {
    flex-direction: row;
  }
  .single-itinerary .blog-section .blog-card-side .card-image {
    flex: 0 0 160px;
    height: 160px;
  }
  .single-itinerary .blog-section .blog-card-side .card-content {
    padding: 12px 15px 12px 0;
  }
  .single-itinerary .blog-section .blog-card-side .card-title {
    font-size: 1.05rem;
  }
  .single-itinerary .blog-section .blog-footer .blog-footer-text {
    font-size: 0.85rem;
  }
  .single-agents .wide-banner-menu {
    margin-bottom: 60px;
  }
  .single-agents .wide-banner-menu .section-menu-wrapper {
    position: relative;
    padding: 0 50px;
  }
  .single-agents .wide-banner-menu .menu-carousel-btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .single-agents .wide-banner-menu .menu-carousel-btn.menu-carousel-prev {
    left: 5px;
  }
  .single-agents .wide-banner-menu .menu-carousel-btn.menu-carousel-next {
    right: 5px;
  }
  .single-agents .wide-banner-menu .section-menu {
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .single-agents .wide-banner-menu .section-menu li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    scroll-snap-align: start;
  }
  .single-agents .wide-banner-menu .section-menu li a {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
  .single-agents .intro-section .intro-content .agent-header-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single-agents .intro-section .intro-content .agent-header-group .agent-profile-image {
    margin: 0px auto 65px;
  }
  .single-agents .intro-section .intro-content .agent-header-group .agent-profile-image .contact-link-list {
    display: flex;
  }
  .single-agents .intro-section .intro-content .agent-header-group .agent-header {
    text-align: center;
  }
  .single-agents .intro-section .intro-content .agent-header-group .agent-header .agent-rating {
    justify-self: center;
  }
  .single-agents .intro-section .intro-content .agent-header-group .agent-header .agent-social-links {
    justify-content: center;
  }
  .single-agents .intro-section .intro-content .agent-bio {
    padding: 0 25px;
  }
  .single-agents .featured-itineraries-section .slick-arrow {
    bottom: 60vw;
  }
  .single-agents .featured-itineraries-section .slick-arrow.slick-prev {
    left: -14px;
  }
  .single-agents .featured-itineraries-section .slick-arrow.slick-next {
    right: -14px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-size: 1rem;
  }
  .agents-section .tilted-gallery {
    display: none;
  }
  .section-menu-block {
    padding: 0;
  }
  .section-menu-block .container {
    padding: 0px;
  }
  .section-menu-block .section-menu li {
    padding: 0 10px;
  }
  .section-menu-block .section-menu li a {
    font-size: 0.68rem;
    line-height: 1.23;
    letter-spacing: 0.7px;
  }
  .section-menu-block .section-menu li:nth-child(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .section-menu-block .section-menu li:nth-last-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
  }
  .section-menu-block.menu-fixed {
    top: 71px;
  }
  .section-head .section-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .mobile-tab-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
  }
  .mobile-tab-nav .mobile-tab-arrow {
    width: 52px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(169, 155, 132, 0.95);
    border: none;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s ease;
  }
  .mobile-tab-nav .mobile-tab-arrow i {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
  }
  .mobile-tab-nav .mobile-tab-arrow:hover {
    background-color: rgba(119, 153, 144, 0.95);
  }
  .mobile-tab-nav .mobile-tab-arrow.mobile-tab-prev {
    border-radius: 100px 0 0 0;
  }
  .mobile-tab-nav .mobile-tab-arrow.mobile-tab-next {
    border-radius: 0 100px 0 0;
  }
  .hero-slider-section .hero-arrow {
    display: none;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content {
    padding: 0 20px;
    text-align: center;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .prefix {
    text-shadow: 0px 0px 15px black;
    font-weight: 500;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
    font-size: 2.15rem;
    margin-bottom: 5px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5215686275);
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content p {
    font-size: 1rem;
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .secondary-text {
    padding: 20px 25px;
    background-color: rgba(157, 157, 157, 0.53);
    border-radius: 40px 0px;
    margin-top: 15px;
    box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.3098039216);
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
  }
  .hero-slider-section .banner-slider .content-pane .container .slider-content .theme-btn {
    font-size: 0.8rem;
    padding: 10px 25px;
    margin: 0 auto;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs {
    position: relative;
    overflow: hidden;
    border-radius: 100px 100px 0 0;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li {
    display: none;
    border-radius: 0 !important;
    border-right: 0;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li.active {
    display: block;
    width: 100%;
    flex: 0 0 100%;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link {
    padding: 14px 40px;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link span {
    display: inline-block !important;
  }
  .hero-slider-section .nav-tabs-wrapper .mobile-tab-nav {
    display: flex;
  }
  .hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link {
    padding: 10px 40px;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky .mobile-tab-nav .mobile-tab-arrow i {
    margin-top: -5px;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky .mobile-tab-nav .mobile-tab-arrow.mobile-tab-prev {
    border-radius: 0 0 0 100px;
  }
  .hero-slider-section .nav-tabs-wrapper.is-sticky .mobile-tab-nav .mobile-tab-arrow.mobile-tab-next {
    border-radius: 0 0 100px 0;
  }
  .content-carousal .tab-header {
    width: 90%;
    padding-left: 10px;
  }
  .content-carousal .tab-header .setion-title br {
    display: none;
  }
  .home .services-section {
    margin-top: 80px;
  }
  .home .services-section::before {
    top: -110px;
  }
  .home .services-section .head .section-title {
    font-size: 2rem;
  }
  .home .agents-section {
    margin-bottom: 50px;
    width: 100%;
  }
  .home .agents-section::before {
    height: 100%;
    border-radius: 75px 5px;
    border-bottom: 15px solid #A99B84;
    border-top: 15px solid #A99B84;
  }
  .home .agents-section .head .section-paragraph {
    padding: 0px;
  }
  .home .agents-section .head .agent-list {
    margin: 0 auto 0px;
  }
  .home .agents-section .head .agent-list label {
    font-size: 1rem;
  }
  .home .agents-section .head .agent-list .theme-btn {
    width: 250px;
    display: flex;
    min-height: auto;
    font-size: 0.8rem;
    padding: 7px 12px 7px 20px;
    justify-content: center;
  }
  .home .join-us-section .head .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .home .join-us-section .head .theme-btn {
    width: 220px;
    display: flex;
    min-height: auto;
    padding: 10px 15px 10px 20px;
    margin: 25px auto 0;
    justify-content: center;
  }
  .video-section {
    padding: 0px 15px 35px;
  }
  .video-section .video-wrap .content-wrao h4 {
    text-align: center;
    font-size: 1.75rem;
    padding: 0 25px;
  }
  .cta-section .cta-box h2 {
    font-size: 1.6rem;
    line-height: 1.35;
    padding: 0 20px;
  }
  .cta-section .right-col .cta-box h2 {
    display: none;
  }
  .cta-section .right-col .only-show-on-mobile {
    display: block;
  }
  .footer-section .footer-social {
    margin-bottom: 20px;
  }
  .footer-section .menu-col {
    margin-top: 5px;
  }
  .footer-section .footer-heading {
    margin-bottom: 1rem;
  }
  .page-template-page-who-we-are .timeline-section {
    padding: 50px 15px 30px;
  }
  .page-template-page-who-we-are .timeline-section .memory {
    margin-left: 95px !important;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-date {
    width: 130px;
    text-align: right;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-month {
    font-size: 1rem;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-year {
    font-size: 1.5rem;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(odd) .memory-container .memory-date {
    left: -192px;
  }
  .page-template-page-who-we-are .timeline-section .memory:nth-child(even) .memory-container .memory-date {
    bottom: -2px;
    left: -192px;
  }
  .page-template-page-who-we-are .mission-section .content-col .title-prefix {
    font-size: 2rem;
  }
  .page-template-page-who-we-are .team-section .container {
    padding: 50px 15px 25px;
  }
  .page-template-page-who-we-are .accolades-section {
    padding: 0px 15px 0px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid {
    min-height: 340px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item {
    height: 250px;
    padding: 0 15px 32px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:nth-child(2) {
    height: 280px;
  }
  .page-template-page-who-we-are .accolades-section .container .awards-grid .award-item:hover {
    height: 320px;
  }
  .page-template-page-who-we-are .carlisle-difference-section .additional-intro {
    padding: 55px 15px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .image-wrap {
    padding-left: 0px;
  }
  .page-template-page-who-we-are .join-the-team-section .container .image-wrap img {
    border-radius: 50px 0px 50px 0px;
  }
  .page-template-page-what-we-do .section-menu-block.menu-fixed .section-menu li a {
    font-size: 0.65rem;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-left .amenities .amenity {
    margin: 5px;
  }
  .page-template-page-what-we-do .service-block-section {
    padding: 20px 20px;
  }
  .page-template-page-what-we-do .service-block-section .right-col {
    padding: 0 !important;
  }
  .page-template-page-what-we-do .service-block-section .right-col .image-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .single-agents .full-width-banner {
    min-height: 100px;
    height: 400px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-height: 225px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item {
    padding: 20px 15px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item .item-title {
    font-size: 1rem;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list .itinerary-item .item-region {
    font-size: 0.85rem;
  }
  .single-agents .specialities-section {
    padding: 30px 0 80px;
  }
  .single-agents .specialities-section .specialities-list {
    gap: 8px;
  }
  .single-agents .specialities-section .specialities-list .specialty-tag {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
  .single-agents .featured-itineraries-section::after {
    height: 22px;
    top: -22px;
  }
  .single-agents .featured-itineraries-section .section-header span {
    margin-bottom: 20px;
  }
  .single-agents .featured-itineraries-section .destination-carousal {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .single-agents .itineraries-section {
    padding: 45px 0 60px;
  }
  .single-agents .itineraries-section .section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-agents .itineraries-section .itinerary-list-wrapper .itinerary-list {
    max-height: 260px;
  }
  .single-agents .itineraries-section::before {
    height: 22px;
    bottom: -22px;
  }
  .single-agents .award-section {
    padding-top: 80px;
  }
  .single-agents .award-section .section-header .section-title {
    font-size: 2rem;
    padding: 0 20px;
  }
  .single-agents .suppliers-section {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
  .single-agents .reviews-section {
    padding: 40px 10px 50px;
  }
  .single-agents .reviews-section .section-header {
    margin-bottom: 25px;
  }
  .single-agents .reviews-section .section-header .section-title {
    font-size: 1.8rem;
  }
  .single-agents .reviews-section .review-list {
    gap: 15px;
  }
  .single-agents .reviews-section .review-list .review-card {
    padding: 20px 20px;
    border-radius: 10px;
  }
  .single-agents .reviews-section .review-list .review-card .review-title {
    font-size: 0.9rem;
  }
  .single-agents .reviews-section .review-list .review-card .review-meta {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  .single-agents .reviews-section .review-list .review-card .review-content {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .single-agents .reviews-section .review-list .review-card .agent-response {
    margin-top: 15px;
    padding-left: 12px;
  }
  .single-agents .reviews-section .review-list .review-card .agent-response .response-title {
    font-size: 0.75rem;
  }
  .single-agents .reviews-section .review-list .review-card .agent-response .response-content {
    font-size: 0.85rem;
  }
  .single-agents .reviews-section .load-more-reviews {
    width: 160px;
    margin-top: 30px;
    padding: 7px 12px 7px 18px;
    font-size: 0.8rem;
  }
  .tax-continents .full-width-banner .banner-overlay {
    background: radial-gradient(circle 150px at center, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .tax-continents .full-width-banner .continent-header {
    top: 20px;
  }
  .tax-continents .full-width-banner .continent-header h1 {
    line-height: 1.1;
  }
  .tax-continents .intro-section {
    padding: 60px 15px;
  }
  .tax-continents .intro-section .page-title {
    font-size: 1.5rem;
  }
  .tax-continents .featured-itineraries-section {
    padding: 50px 30px 20px 30px;
  }
  .tax-continents .featured-itineraries-section .section-title {
    font-size: 2rem;
  }
  .tax-continents .featured-itineraries-section .destination-carousal {
    margin: 0;
  }
  .tax-continents .featured-itineraries-section .destination-carousal .slick-arrow {
    bottom: 60vw;
  }
  .tax-continents .featured-itineraries-section .destination-carousal .slick-arrow.slick-prev {
    left: -15px;
  }
  .tax-continents .featured-itineraries-section .destination-carousal .slick-arrow.slick-next {
    right: -15px;
  }
  .tax-continents .destination-search-section {
    padding: 100px 15px 60px 15px;
  }
  .tax-continents .destination-search-section .section-header {
    margin-bottom: 20px;
  }
  .tax-continents .destination-search-section .section-header .section-title {
    font-size: 1.8rem;
  }
  .tax-continents .destination-search-section .destination-search-box {
    margin-bottom: 30px;
  }
  .tax-continents .destination-search-section .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .tax-continents .destination-search-section .destination-card {
    border-radius: 8px;
  }
  .tax-continents .destination-search-section .destination-card-title {
    font-size: 1rem;
    bottom: 10px;
    left: 10px;
  }
  .single-itinerary .full-width-banner {
    min-height: 100px;
    height: 400px;
  }
  .single-itinerary .intro-section {
    padding: 140px 5px 0px;
  }
  .single-itinerary .seasons-section {
    padding: 20px 20px 0px;
  }
  .single-itinerary .seasons-section .seasons-image-col .seasons-image-slider {
    border-radius: 15px;
  }
  .single-itinerary .seasons-section .seasons-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  .single-itinerary .seasons-section .season-tab {
    min-width: 65px;
    padding: 8px 10px;
  }
  .single-itinerary .seasons-section .season-tab .season-icon {
    width: 35px;
    height: 35px;
  }
  .single-itinerary .seasons-section .season-tab .season-icon i {
    font-size: 1.1rem;
  }
  .single-itinerary .seasons-section .season-tab .season-label {
    font-size: 0.6rem;
  }
  .single-itinerary .seasons-section .seasons-content {
    padding: 0 20px;
  }
  .single-itinerary .seasons-section .seasons-content .season-title {
    font-size: 1.8rem;
  }
  .single-itinerary .seasons-section .seasons-content .season-subtitle {
    font-size: 0.9rem;
  }
  .single-itinerary .seasons-section .seasons-content .season-description {
    font-size: 0.95rem;
  }
  .single-itinerary .featured-itinerary-section {
    padding: 40px 0;
  }
  .single-itinerary .featured-itinerary-section .section-header {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .single-itinerary .featured-itinerary-section .section-header .section-title {
    font-size: 1.8rem;
  }
  .single-itinerary .featured-itinerary-section .carousal-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card {
    border-radius: 12px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content {
    padding: 15px 18px 20px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-title {
    font-size: 1rem;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-location {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }
  .single-itinerary .featured-itinerary-section .featured-itinerary-carousel .itinerary-card .card-content .card-description {
    font-size: 0.85rem;
    margin-bottom: 15px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .single-itinerary .advisors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-itinerary .advisors-section .section-head p {
    padding: 0 30px;
  }
  .single-itinerary .advisors-section .advisors-grid {
    gap: 20px;
  }
  .single-itinerary .blog-section {
    padding: 80px 15px;
  }
  .single-itinerary .blog-section .blog-grid {
    margin-bottom: 35px;
  }
  .single-itinerary .blog-section .blog-featured {
    min-height: 350px;
  }
  .single-itinerary .blog-section .blog-card-featured .card-content {
    padding: 20px;
  }
  .single-itinerary .blog-section .blog-card-featured .card-title {
    font-size: 1.2rem;
  }
  .single-itinerary .blog-section .blog-card-featured .card-excerpt {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .single-itinerary .blog-section .blog-card-side {
    flex-direction: column;
  }
  .single-itinerary .blog-section .blog-card-side .card-image {
    flex: none;
    width: 100%;
    height: 180px;
  }
  .single-itinerary .blog-section .blog-card-side .card-content {
    padding: 15px;
  }
  .single-itinerary .blog-section .blog-card-side .card-title {
    font-size: 1rem;
  }
  .single-itinerary .blog-section .blog-footer .blog-footer-text {
    font-size: 0.8rem;
  }
  .single-itinerary .blog-section .blog-footer .theme-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .home .site-header .action-col .theme-btn {
    display: none;
  }
  .hero-slider-section .content-carousal {
    padding-left: 7vw;
  }
  .destination-carousal .slick-arrow {
    width: 35px;
    height: 35px;
    bottom: 68vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(171, 158, 136, 0.5215686275);
  }
  .destination-carousal .slick-arrow i {
    font-size: 20px;
  }
  .destination-carousal .slick-slide {
    padding: 0 30px;
  }
  .destination-carousal .slick-slide .list-item .carousal-image-wrap {
    aspect-ratio: 10/15;
  }
  .home .agents-section .head .section-paragraph {
    padding: 0;
  }
  .home .agents-section .head .section-title {
    font-size: 1.5rem;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container {
    width: 320px;
  }
  .page-template-page-who-we-are .timeline-section .section-head {
    margin-bottom: 30px;
  }
  .page-template-page-who-we-are .timeline-section .memory {
    margin-left: 0px !important;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container {
    width: 320px;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-date {
    width: 150px;
    font-weight: 900;
    text-align: left;
    left: 0 !important;
    position: relative;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-date br {
    display: none;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-year {
    font-size: 1rem;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .memory-text {
    text-align: left;
    line-height: 1.5;
    margin-top: 22px;
  }
  .page-template-page-who-we-are .timeline-section .memory .memory-container .slick-slide {
    padding: 0;
    margin-bottom: 0;
  }
  .page-template-page-who-we-are .accolades-section .container .section-head .section-title {
    font-size: 2rem;
  }
  .page-template-page-who-we-are .accolades-section .container .section-head .section-subtitle {
    font-size: 1.1rem;
  }
  .page-template-page-who-we-are .accolades-section .container .travel-leaders-logo img {
    max-width: 158px;
  }
  .page-template-page-who-we-are .additional-intro .content-wrap .title-text {
    font-size: 2rem;
  }
  .page-template-page-what-we-do .section-menu-block .section-menu {
    padding: 0;
  }
  .page-template-page-what-we-do .leisure-travel-section {
    padding: 0px 15px 30px;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-right .action {
    flex-direction: column;
  }
  .page-template-page-what-we-do .leisure-travel-section .leisure-right .action .theme-btn {
    width: 100%;
    max-width: 280px;
    float: none;
    display: block;
    margin: 0px auto 20px;
  }
  .page-template-page-what-we-do .service-block-section .content-col .content-wrap .service-buttons {
    gap: 10px;
    flex-direction: column;
  }
  .page-template-page-what-we-do .service-block-section .content-col .content-wrap .service-buttons .theme-btn {
    width: 100%;
    max-width: 280px;
    float: none;
    margin: 0 auto 0;
  }
  .page-template-page-what-we-do .service-block-section .content-col {
    padding: 40px 20px 25px;
  }
}
