@font-face {
  font-family: "blocklyncondensed";
  src: url("../fonts/Blocklyn/blocklyn-condensed-webfont.woff2") format("woff2"), url("../fonts/Blocklyn/blocklyn-condensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
}

.container-max {
  max-width: 1400px;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

p {
  font-size: 1.1rem;
  font-weight: 300;
}

.section-head .title-prefix {
  color: #333;
  font-size: 1.2rem;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-family: "blocklyncondensed";
}
.section-head .section-title {
  color: #0b682f;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
}

.theme-btn, .hero-section .hero-content .hero-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  background: #f2ed17;
  border-radius: 50px;
  color: #0b682f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #f2ed17;
  transition: all 0.3s ease;
  justify-content: space-between;
}
.theme-btn i, .hero-section .hero-content .hero-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
}
.theme-btn:hover, .hero-section .hero-content .hero-btn:hover {
  background: #f5f0b0;
  color: #ffffff;
}

.btn-link {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #f5f0b0;
  border-bottom: 2px solid #f5f0b0;
}

.section-head {
  position: relative;
  margin-bottom: 50px;
}
.section-head .section-prefix {
  color: #0b682f;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-head .section-prefix::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #f5f0b0;
  display: inline-block;
}
.section-head .section-title {
  font-size: 3.2rem;
  font-weight: 800;
  font-family: "blocklyncondensed";
}
.section-head .section-title span {
  color: #f5f0b0;
}
.section-head p {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

.slider-nav-wrap {
  top: 48%;
  left: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  pointer-events: none;
}
.slider-nav-wrap .slick-nav {
  color: #ffffff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  transition: all 0.3s ease;
  background: #f5f0b0;
  box-shadow: 0 20px 20px rgba(11, 104, 47, 0.35);
}
.slider-nav-wrap .slick-nav:hover {
  background: rgb(239.2696629213, 231.404494382, 130.7303370787);
}
.slider-nav-wrap .slick-nav.services-prev, .slider-nav-wrap .slick-nav.talents-prev {
  left: 0px;
}
.slider-nav-wrap .slick-nav.services-next, .slider-nav-wrap .slick-nav.talents-next {
  right: 0px;
}

.page-head {
  margin-bottom: 50px;
}
.page-head .breadcrumb {
  margin-bottom: 0;
  padding: 30px 0 5px;
}
.page-head .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-head .breadcrumb ul li {
  display: inline-block;
}
.page-head .breadcrumb ul li a, .page-head .breadcrumb ul li span {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.page-head .breadcrumb ul li span.current {
  color: #999;
}
.page-head .breadcrumb ul li span.sep {
  float: left;
  margin: 0px 5px -5px;
}
.page-head .page-title {
  color: #0b682f;
  font-size: 35px;
  margin-bottom: 5px;
  font-family: "blocklyncondensed";
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: all 0.4s ease;
  padding: 17px 0;
}
.site-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 7.5px 0;
}
.site-header.scrolled .logo-left a img {
  height: 58px;
  top: -8px;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link {
  color: #000;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #0b682f;
}
.site-header.scrolled .nav-center .nav-menu .nav-item .nav-link::after {
  background: #f5f0b0;
}
.site-header.scrolled .nav-right .auth-links .auth-link {
  color: #fff;
}
.site-header.scrolled .nav-right .auth-links .auth-link:hover {
  color: #0b682f;
}
.site-header.scrolled .nav-right .auth-links .separator {
  color: #000000;
}
.site-header .header-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.site-header .logo-left {
  flex: 0 0 auto;
}
.site-header .logo-left a {
  display: block;
}
.site-header .logo-left a img {
  height: 72px;
  width: auto;
  top: -17px;
  left: 0;
  background-color: #fff;
  padding: 5px 15px;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  border-radius: 0 0 10px 10px;
}
.site-header .nav-center {
  flex: 1;
  display: flex;
  padding-left: 196px;
  justify-content: center;
}
.site-header .nav-center .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header .nav-center .nav-menu .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown .nav-link i {
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
.site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 200px;
  padding: 12px 0;
  margin-top: 12px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 25px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a {
  display: block;
  padding: 7.5px 25px;
  color: #0b682f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03rem;
  transition: all 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a:hover {
  color: #f5f0b0;
  background: rgba(11, 104, 47, 0.04);
  padding-left: 30px;
}
.site-header .nav-center .nav-menu .nav-item .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.site-header .nav-center .nav-menu .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.3s ease;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover {
  color: #f5f0b0;
}
.site-header .nav-center .nav-menu .nav-item .nav-link:hover::after {
  width: 100%;
  background: #f5f0b0;
}
.site-header .nav-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.site-header .nav-right .booking-panel {
  cursor: pointer;
}
.site-header .nav-right .theme-btn, .site-header .nav-right .hero-section .hero-content .hero-btn, .hero-section .hero-content .site-header .nav-right .hero-btn {
  width: 200px;
  min-width: auto;
  min-height: auto;
  padding: 5px 20px;
}
.site-header .nav-right .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
}
.site-header .nav-right .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.site-header .nav-right .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .nav-right .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-right .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.booking-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.booking-overlay.active {
  opacity: 1;
  visibility: visible;
}

.booking-offcanvas {
  position: fixed;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  background: #fff;
  z-index: 1060;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}
.booking-offcanvas.active {
  right: 0;
}
.booking-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.booking-offcanvas .offcanvas-header .offcanvas-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "blocklyncondensed";
  color: #0b682f;
  margin: 0;
}
.booking-offcanvas .offcanvas-header .offcanvas-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}
.booking-offcanvas .offcanvas-header .offcanvas-close:hover {
  color: #0b682f;
}
.booking-offcanvas .offcanvas-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
}
.booking-offcanvas .booking-form .form-row {
  display: flex;
  gap: 15px;
}
.booking-offcanvas .booking-form .form-row .form-group {
  flex: 1;
}
.booking-offcanvas .booking-form .form-group {
  margin-bottom: 20px;
}
.booking-offcanvas .booking-form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.booking-offcanvas .booking-form .form-group input, .booking-offcanvas .booking-form .form-group select, .booking-offcanvas .booking-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #333;
  background: #fafafa;
  transition: all 0.3s ease;
  outline: none;
}
.booking-offcanvas .booking-form .form-group input:focus, .booking-offcanvas .booking-form .form-group select:focus, .booking-offcanvas .booking-form .form-group textarea:focus {
  border-color: #0b682f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 104, 47, 0.1);
}
.booking-offcanvas .booking-form .form-group input::-moz-placeholder, .booking-offcanvas .booking-form .form-group select::-moz-placeholder, .booking-offcanvas .booking-form .form-group textarea::-moz-placeholder {
  color: #aaa;
}
.booking-offcanvas .booking-form .form-group input::placeholder, .booking-offcanvas .booking-form .form-group select::placeholder, .booking-offcanvas .booking-form .form-group textarea::placeholder {
  color: #aaa;
}
.booking-offcanvas .booking-form .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.booking-offcanvas .booking-form .form-group textarea {
  resize: vertical;
}
.booking-offcanvas .booking-form .booking-submit {
  width: 100%;
  justify-content: center;
  min-height: 50px;
  font-size: 14px;
  margin-top: 5px;
}

.site-footer {
  padding: 0;
  position: relative;
}
.site-footer .footer-image-section {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.site-footer .footer-image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.site-footer .footer-content-section {
  background: linear-gradient(to top, #177E8F 0%, #177E8F 75%, transparent 100%);
  padding: 80px 0 0;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
.site-footer .footer-content {
  padding-top: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-column {
  margin-bottom: 20px;
}
.site-footer .footer-column .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-column .footer-logo img {
  max-width: 180px;
  height: auto;
}
.site-footer .footer-column .footer-description {
  font-size: 15px;
  line-height: 1.8;
  color: white;
  margin-bottom: 30px;
  padding-right: 170px;
}
.site-footer .footer-column .footer-title {
  color: #f5f0b0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: "Gloock", serif;
}
.site-footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-column .footer-links li {
  margin-bottom: 5px;
}
.site-footer .footer-column .footer-links li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}
.site-footer .footer-column .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-column .footer-contact .contact-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-column .footer-contact .contact-item i {
  font-size: 16px;
  color: transparent;
  margin-top: 2px;
  flex-shrink: 0;
  -webkit-text-stroke: 1px #f5f0b0;
  paint-order: stroke fill;
}
.site-footer .footer-column .footer-contact .contact-item span, .site-footer .footer-column .footer-contact .contact-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .footer-column .footer-contact .contact-item:nth-child(2) a {
  margin-top: -8px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Gloock", serif;
}
.site-footer .footer-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-bottom .copyright {
  font-weight: 400;
}
.site-footer .footer-bottom .credits {
  font-weight: 400;
}

.hero-section {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.hero-section::after {
  content: "";
  width: 100%;
  height: 32%;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  background: url(/wp-content/themes/storefront-child/public/images/haro-banner-bottom.png) no-repeat;
  background-position-y: top;
  pointer-events: none;
}
.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-bg .hero-slider {
  width: 100%;
  height: 100%;
}
.hero-section .hero-bg .hero-slider .slick-list,
.hero-section .hero-bg .hero-slider .slick-track,
.hero-section .hero-bg .hero-slider .hero-slide {
  height: 100%;
}
.hero-section .hero-bg .hero-slider .slick-list {
  overflow: hidden;
}
.hero-section .hero-bg .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .container {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
.hero-section .hero-content {
  margin-bottom: 50px;
}
.hero-section .hero-content .hero-title {
  color: white;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "blocklyncondensed";
}
.hero-section .hero-content .hero-description {
  color: white;
  font-weight: 400;
  max-width: 650px;
  font-size: 1.12rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hero-section .hero-content .hero-btn {
  width: 200px;
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hero-section .hero-gallery {
  display: flex;
  gap: 15px;
}
.hero-section .hero-gallery .gallery-item {
  width: 175px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  border: 3px solid #fff;
  transition: all 0.3s ease;
}
.hero-section .hero-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-gallery .gallery-item:hover, .hero-section .hero-gallery .gallery-item.active {
  border-color: #f5f0b0;
  transform: scale(1.05);
}
.hero-section .scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
}
.hero-section .scroll-indicator .mouse-scroll .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid white;
  border-radius: 15px;
  position: relative;
}
.hero-section .scroll-indicator .mouse-scroll .mouse .wheel {
  width: 4px;
  height: 8px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-banner-section {
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.intro-section {
  height: 800px;
  padding: 0;
  position: relative;
}
.intro-section .row, .intro-section .gallery-col {
  height: 100%;
  position: relative;
}
.intro-section .intro-gallery {
  width: 85%;
  height: 100%;
  position: absolute;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-color: #f5f0b0;
}
.intro-section .intro-gallery .intro-gallery-item {
  width: 302px;
  height: 200px;
  position: relative;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.intro-section .intro-gallery .intro-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.intro-section .intro-gallery .intro-gallery-item.item-1 {
  right: -65px;
  z-index: 3;
  transform: rotate(-5deg);
}
.intro-section .intro-gallery .intro-gallery-item.item-2 {
  right: 22px;
  z-index: 2;
  transform: rotate(0deg);
}
.intro-section .intro-gallery .intro-gallery-item.item-3 {
  right: -72px;
  z-index: 1;
  transform: rotate(6deg);
}
.intro-section .absolute-layer {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  position: absolute;
}
.intro-section .absolute-layer .container, .intro-section .absolute-layer .row, .intro-section .absolute-layer [class*=col-] {
  height: 100%;
}
.intro-section .intro-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-section .intro-content .intro-description {
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.package-crousal-section {
  padding: 92px 0;
  padding-left: calc(50% - 550px) !important;
}
.package-crousal-section .card-list {
  margin-left: -15px;
}
.package-crousal-section .card-list .slick-slide {
  padding: 0 10px;
}
.package-crousal-section .card-list .slick-slide .card-wrap {
  padding-left: 10px;
}
.package-crousal-section .card-list .slick-slide .featured-package-card {
  width: 320px;
  height: 480px;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.3s ease;
}
.package-crousal-section .card-list .slick-slide .featured-package-card:hover {
  transform: translateY(-5px);
}
.package-crousal-section .card-list .slick-slide .featured-package-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-radius: 0 0 10px 10px;
}
.package-crousal-section .card-list .slick-slide .featured-package-card .card-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
  margin-bottom: 5px;
}
.package-crousal-section .card-list .slick-slide .featured-package-card .card-location {
  font-size: 13px;
}
.package-crousal-section .card-list .slick-slide .featured-package-card .card-location i {
  display: inline-block;
}
.package-crousal-section .card-list .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0;
}
.package-crousal-section .card-list .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.package-crousal-section .card-list .slick-dots li button {
  color: transparent;
  width: 58px;
  height: 10px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #0b682f;
}
.package-crousal-section .card-list .slick-dots li.slick-active button {
  background: #0b682f;
}

.destinations-section {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.destinations-section .dest-featured-area {
  position: relative;
  width: 100%;
  height: 800px;
}
.destinations-section .dest-featured-area .dest-featured-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.destinations-section .dest-featured-area .dest-featured-slide.active {
  opacity: 1;
  z-index: 2;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
  z-index: 3;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content .section-head {
  margin-bottom: 0;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content .section-head .title-prefix {
  color: #f2ed17;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content .section-head .section-title {
  color: #fff;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content .dest-btn {
  margin-top: 20px;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-content .dest-btn span {
  margin-right: 10px;
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 50px 40px;
  z-index: 3;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}
.destinations-section .dest-featured-area .dest-featured-slide .dest-featured-bottom .dest-description {
  color: #ddd;
  margin-bottom: 0;
  max-width: 550px;
}
.destinations-section .dest-list {
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  z-index: 10;
  display: flex;
  position: absolute;
  flex-direction: column;
  padding: 15px 20px;
  gap: 15px;
  overflow-y: auto;
  justify-content: center;
}
.destinations-section .dest-list .dest-list-item {
  height: 140px;
  display: flex;
  align-items: stretch;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  border: 2.5px solid #fff;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}
.destinations-section .dest-list .dest-list-item:hover, .destinations-section .dest-list .dest-list-item.active {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateX(-5px);
}
.destinations-section .dest-list .dest-list-item .dest-ticket-perforation {
  width: 0px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.destinations-section .dest-list .dest-list-item .dest-ticket-perforation::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 3px;
  background-image: radial-gradient(circle, #fff 2.5px, transparent 2.5px);
  background-size: 3px 12px;
  background-repeat: repeat-y;
  z-index: 3;
}
.destinations-section .dest-list .dest-list-item .dest-list-img {
  flex: 1;
  position: relative;
  min-height: 130px;
}
.destinations-section .dest-list .dest-list-item .dest-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.destinations-section .dest-list .dest-list-item .dest-list-img .dest-list-name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
  margin-bottom: 0;
  line-height: 1.2;
  text-align: right;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.destinations-section .dest-list .dest-list-item .dest-ticket-stub {
  width: 50px;
  flex-shrink: 0;
  background: #fff;
}

.services-section {
  padding: 100px 0;
}
.services-section .service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  background-size: cover;
  background-position: center;
  padding: 25px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.services-section .service-card .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.85) 100%);
  z-index: 1;
}
.services-section .service-card .service-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0b682f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.services-section .service-card .service-icon i {
  font-size: 1.3rem;
  color: #fff;
}
.services-section .service-card .service-info {
  position: relative;
  z-index: 2;
}
.services-section .service-card .service-title {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "blocklyncondensed";
  color: #222;
  margin-bottom: 8px;
}
.services-section .service-card .service-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 15px;
}
.services-section .service-card.tint-blue .service-overlay {
  background: linear-gradient(180deg, rgba(173, 216, 230, 0.45) 0%, rgba(200, 230, 245, 0.88) 100%);
}
.services-section .service-card.tint-blue .service-icon {
  background: #3a9bd5;
}
.services-section .service-card.tint-orange .service-overlay {
  background: linear-gradient(180deg, rgba(255, 180, 150, 0.45) 0%, rgba(255, 220, 200, 0.88) 100%);
}
.services-section .service-card.tint-orange .service-icon {
  background: #e06030;
}
.services-section .service-card.tint-green .service-overlay {
  background: linear-gradient(180deg, rgba(160, 220, 180, 0.45) 0%, rgba(200, 240, 210, 0.88) 100%);
}
.services-section .service-card.tint-green .service-icon {
  background: #0b682f;
}

.pyt-section {
  padding: 98px 0px;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.pyt-section .pyt-frame {
  width: 90%;
  min-height: 570px;
  max-width: 1020px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #fff;
}
.pyt-section .pyt-content-card {
  max-width: 50%;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  padding: 55px 45px;
  display: flex;
  flex-direction: column;
}
.pyt-section .pyt-content-card .intro-title {
  font-size: 3.35rem;
  text-transform: none;
}
.pyt-section .pyt-content-card .pyt-description {
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}

.news-section {
  padding: 80px 0px;
}
.news-section .section-head {
  margin-bottom: 55px;
}
.news-section .section-head .title-prefix {
  margin-bottom: 10px;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.news-section .featured-post {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.news-section .featured-post .post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}
.news-section .featured-post:hover .post-image {
  transform: scale(1.1);
}
.news-section .featured-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.news-section .featured-post .post-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-section .featured-post .post-content .post-meta {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
}
.news-section .featured-post .post-content .post-meta .meta-item {
  padding-right: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 2px solid rgb(169, 169, 169);
}
.news-section .featured-post .post-content .post-meta .meta-item:last-child {
  margin-left: 10px;
  border-right: none;
}
.news-section .featured-post .post-content .post-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "blocklyncondensed";
}
.news-section .featured-post .post-content .post-discription {
  color: white;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  opacity: 0.9;
}
.news-section .featured-post .post-content .theme-btn, .news-section .featured-post .post-content .hero-section .hero-content .hero-btn, .hero-section .hero-content .news-section .featured-post .post-content .hero-btn {
  color: #0b682f;
  width: 200px;
  border: 0px;
  background: white;
}
.news-section .small-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.news-section .small-post {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  align-items: center;
}
.news-section .small-post .post-image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-section .small-post .post-image-wrapper .post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.news-section .small-post .post-image-wrapper:hover .post-image {
  transform: scale(1.1);
}
.news-section .small-post .post-content .post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  font-size: 12px;
}
.news-section .small-post .post-content .post-meta .meta-item {
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-section .small-post .post-content .post-title {
  color: #0b682f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "blocklyncondensed";
}
.news-section .small-post .post-content .post-discription {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news-section .small-post .post-content .theme-btn, .news-section .small-post .post-content .hero-section .hero-content .hero-btn, .hero-section .hero-content .news-section .small-post .post-content .hero-btn {
  color: #0b682f;
  background: white;
}

.feedback-section {
  width: 100%;
  padding: 70px 0 0;
  overflow: hidden;
}
.feedback-section .feedback-carousel-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 40px;
}
.feedback-section .feedback-carousel {
  position: relative;
}
.feedback-section .feedback-carousel .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.feedback-section .feedback-carousel .slick-list {
  overflow: hidden;
}
.feedback-section .feedback-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.feedback-section .feedback-card {
  display: flex;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid rgb(220, 220, 220);
  flex-direction: column;
  justify-content: space-between;
}
.feedback-section .feedback-card .star-rating {
  margin-bottom: 18px;
  flex-shrink: 0;
}
.feedback-section .feedback-card .star-rating i {
  color: #FFD700;
  font-size: 16px;
  margin-right: 3px;
}
.feedback-section .feedback-card .feedback-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.feedback-section .feedback-card .client-info .client-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.feedback-section .feedback-card .client-info .client-details {
  overflow: hidden;
}
.feedback-section .feedback-card .client-info .client-details .client-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card .client-info .client-details .client-role {
  font-size: 13px;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card:hover {
  border: 2px solid #0b682f;
}
.feedback-section .feedback-card:hover .star-rating i {
  color: #0b682f;
}
.feedback-section .feedback-card:hover .client-name {
  color: #0b682f;
}

@media (max-width: 1399.98px) {
  .package-crousal-section .slick-slide .destination-card {
    height: 340px;
  }
}
@media (max-width: 991.98px) {
  .package-crousal-section .slick-slide .destination-card {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .package-crousal-section {
    padding: 55px 15px 50px;
  }
  .package-crousal-section .slick-dots li {
    margin: 0 2px;
  }
  .package-crousal-section .slick-dots li button {
    width: 50px;
  }
  .package-crousal-section .slick-slide .destination-card {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .package-crousal-section .slick-dots li button {
    width: 35px;
  }
}
.error-page-section {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.error-page-section .error-deco {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.error-page-section .error-deco svg {
  width: 200px;
  height: 200px;
}
.error-page-section .error-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 50px 60px;
  text-align: center;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.error-page-section .error-card .error-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #c0533a;
  margin-bottom: 15px;
}
.error-page-section .error-card .error-subtitle .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #c0533a;
}
.error-page-section .error-card .error-title {
  font-family: "blocklyncondensed";
  font-size: 3.5rem;
  font-weight: 900;
  color: #0b682f;
  margin-bottom: 30px;
}
.error-page-section .error-card .btn-back-home {
  display: inline-block;
  padding: 14px 35px;
  background: #c0533a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error-page-section .error-card .btn-back-home:hover {
  background: rgb(160.6656, 69.4544, 48.5344);
  box-shadow: 0 6px 20px rgba(192, 83, 58, 0.3);
}

.page-template-page-tour-packages .package-wrap {
  width: 100%;
  height: 315px;
  color: #fff;
  float: left;
  padding: 30px 25px;
  border-radius: 15px;
  position: relative;
  background-size: cover;
  text-decoration: none;
}
.page-template-page-tour-packages .package-wrap p {
  color: #fff;
}
.page-template-page-tour-packages .package-wrap .package-data {
  width: calc(100% - 50px);
  left: 25px;
  bottom: 32px;
  position: absolute;
}
.page-template-page-tour-packages .package-wrap .package-data p {
  font-weight: 200;
  display: inline-block;
  margin-bottom: 0;
}
.page-template-page-tour-packages .package-wrap .package-data p strong {
  font-weight: 600;
}
.page-template-page-tour-packages .package-wrap .package-data .package-title {
  font-size: 25px;
  margin: 0 0 10px;
  font-family: "blocklyncondensed";
}
.page-template-page-tour-packages .package-wrap .package-data .package-rating {
  font-weight: 200;
  float: right;
}
.page-template-page-tour-packages .package-list {
  margin-top: 25px;
}
.page-template-page-tour-packages .package-list .package-wrap {
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 20px;
}
.page-template-page-tour-packages .plan-your-trip-section {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 52px;
}

.dest-grid-section {
  padding: 60px 0 80px;
}
.dest-grid-section .dest-grid {
  row-gap: 30px;
}
.dest-grid-section .dest-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 420px;
  text-decoration: none;
  background: #1a1a1a;
}
.dest-grid-section .dest-card .dest-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dest-grid-section .dest-card .dest-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.dest-grid-section .dest-card:hover .dest-card-img img {
  transform: scale(1.05);
}
.dest-grid-section .dest-card .dest-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.dest-grid-section .dest-card .dest-card-content {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 0 22px;
}
.dest-grid-section .dest-card .dest-card-content .dest-card-name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "blocklyncondensed";
  margin-bottom: 5px;
}
.dest-grid-section .dest-card .dest-card-content .dest-card-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}
.dest-grid-section .dest-card .dest-card-btn {
  position: relative;
  z-index: 3;
  margin: 15px 22px 22px;
  padding: 12px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}
.dest-grid-section .dest-card .dest-card-btn i {
  font-size: 14px;
}
.dest-grid-section .dest-card:hover .dest-card-btn {
  background: rgba(255, 255, 255, 0.25);
}

.about-intro-section {
  padding: 60px 0 80px;
}
.about-intro-section .about-intro-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about-intro-section .about-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.about-intro-section .about-intro-img .experience-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #0b682f;
  color: #fff;
  padding: 18px 22px;
  border-radius: 12px;
  text-align: center;
}
.about-intro-section .about-intro-img .experience-badge .badge-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "blocklyncondensed";
  line-height: 1;
}
.about-intro-section .about-intro-img .experience-badge .badge-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.about-intro-section .about-intro-content {
  padding-left: 30px;
}
.about-intro-section .about-intro-content .section-head {
  margin-bottom: 25px;
}
.about-intro-section .about-intro-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.about-intro-section .about-intro-content .theme-btn, .about-intro-section .about-intro-content .hero-section .hero-content .hero-btn, .hero-section .hero-content .about-intro-section .about-intro-content .hero-btn {
  margin-top: 15px;
}

.about-stats-section {
  padding: 70px 0;
  background: #0b682f;
}
.about-stats-section .stat-card {
  text-align: center;
  padding: 30px 20px;
}
.about-stats-section .stat-card .stat-icon {
  margin-bottom: 15px;
}
.about-stats-section .stat-card .stat-icon i {
  font-size: 2.5rem;
  color: #f5f0b0;
}
.about-stats-section .stat-card .stat-number {
  font-size: 3rem;
  font-weight: 800;
  font-family: "blocklyncondensed";
  color: #fff;
  margin-bottom: 5px;
}
.about-stats-section .stat-card .stat-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.about-mission-section {
  padding: 80px 0;
}
.about-mission-section .section-head {
  margin-bottom: 50px;
}
.about-mission-section .value-card {
  text-align: center;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1.5px solid #eee;
  transition: all 0.3s ease;
  height: 100%;
}
.about-mission-section .value-card:hover {
  border-color: #0b682f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.about-mission-section .value-card .value-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(11, 104, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.about-mission-section .value-card .value-icon i {
  font-size: 1.8rem;
  color: #0b682f;
}
.about-mission-section .value-card .value-title {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "blocklyncondensed";
  color: #222;
  margin-bottom: 12px;
}
.about-mission-section .value-card .value-description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 15px;
}

.about-team-section {
  padding: 0 0 80px;
}
.about-team-section .section-head {
  margin-bottom: 50px;
}
.about-team-section .team-card {
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.about-team-section .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-team-section .team-card .team-img {
  height: 300px;
  overflow: hidden;
}
.about-team-section .team-card .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.about-team-section .team-card:hover .team-img img {
  transform: scale(1.05);
}
.about-team-section .team-card .team-info {
  padding: 20px 15px;
  background: #fff;
  border: 1.5px solid #eee;
  border-top: none;
  border-radius: 0 0 16px 16px;
}
.about-team-section .team-card .team-info .team-name {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "blocklyncondensed";
  color: #0b682f;
  margin-bottom: 5px;
}
.about-team-section .team-card .team-info .team-role {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 1399.98px) {
  .site-header .nav-center {
    padding-left: 88px;
  }
  .site-header .nav-center .nav-menu {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .site-header .nav-center {
    padding-left: 185px;
  }
  .site-header .nav-center .nav-menu .nav-item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    background: #0b682f;
    padding: 12px 0;
  }
  .site-header .nav-right .mobile-toggle {
    display: flex;
  }
  .site-header .nav-center {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: #0b682f;
    padding: 80px 30px 30px;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding-left: 30px;
  }
  .site-header .nav-center.mobile-open {
    right: 0;
  }
  .site-header .nav-center .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    width: 100%;
  }
  .site-header .nav-center .nav-menu .nav-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .nav-center .nav-menu .nav-item .nav-link {
    color: #fff;
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
  }
  .site-header .nav-center .nav-menu .nav-item .nav-link::after {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 15px;
    margin-top: 0;
    min-width: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom::before {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a {
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    font-size: 13px;
  }
  .site-header .nav-center .nav-menu .nav-item .dropdown-menu-custom li a:hover {
    color: #f5f0b0;
    background: transparent;
    padding-left: 0;
  }
  .site-header .nav-center .nav-menu .nav-item.has-dropdown:hover .dropdown-menu-custom {
    display: none;
  }
  .site-header .nav-center .nav-menu .nav-item.has-dropdown.dropdown-open .dropdown-menu-custom {
    display: block;
  }
  .site-header .logo-left a img {
    height: 55px;
    top: -12px;
  }
  .mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .mobile-overlay.active {
    display: block;
  }
}
@media (max-width: 420.98px) {
  .site-header .nav-right .theme-btn, .site-header .nav-right .hero-section .hero-content .hero-btn, .hero-section .hero-content .site-header .nav-right .hero-btn {
    display: none;
  }
}
