@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #970002;
  --secondary: #c92c1f;
  --text-1: #000;
  --text-2: #222;
  --text-3: #444;
  --dark: #000000;
  --light: #fff;
  --transition: all 0.5s ease-in-out;
  --primary-font: "NeueMontreal", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
  line-height: 1.2;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -2%;
}
h1 {
  font-size: clamp(24px, 4vw, 48px);
  letter-spacing: -4%;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: var(--transition);
}
p {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 3%;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 500;
}
.content__area ul {
  padding-left: 26px;
  margin: 14px 0 0;
}
.content__area ul li {
  margin-bottom: 8px;
}
.content__area a {
  color: var(--text-2);
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
  margin: clamp(10px, 2vw, 25px) 0;
}
.content__area .highlight {
  border-radius: 12px;
  background-color: #f0f0f0;
  padding: clamp(30px, 3vw, 45px);
  margin: 20px 0;
}
.content__area .highlight p {
  font-weight: 500;
}
.wrapper,
.wrapper-medium,
.wrapper-small,
.wrapper-xsmall {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.wrapper-medium {
  max-width: 1500px;
}
.wrapper-small {
  max-width: 1200px;
}
.wrapper-xsmall {
  max-width: 800px;
}
.banner-title p {
  max-width: 460px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: 500;
}
.section-wrap {
  max-width: 540px;
  margin: 0 0 40px;
}
.section-wrap.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.subtitle {
  color: #d96b62;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -2%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subtitle::before {
  content: url(../img/subtitle.png);
  line-height: 1;
}
.section-title,
.content__area h2 {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 42px);
  color: var(--text-1);
}
.section-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-2);
  margin: clamp(2px, 1.4vw, 6px) 0 0;
  line-height: 1.55;
}
.entry-title,
.content__area h3,
.entry-title-medium,
.entry-title-large,
.entry-title-small {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--text-1);
  margin: 0 0 6px;
}
.content__area h3,
.entry-title-medium {
  font-size: clamp(20px, 2vw, 26px);
  text-transform: uppercase;
}
.entry-title-large {
  font-size: clamp(20px, 2vw, 28px);
}
.entry-title-small {
  font-size: clamp(18px, 2vw, 20px);
}
.entry-title a,
.entry-title-large a,
.entry-title-small a {
  color: var(--text-1);
}
.btn,
.primary-btn {
  font-size: clamp(16px, 1.4vw, 16px);
  font-weight: 500;
  color: var(--primary);
  background-color: var(--light);
  border-radius: 12px;
  padding: clamp(10px, 2vw, 14px) clamp(12px, 2vw, 16px);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  position: relative;
}
.btn:hover,
.primary-btn {
  background-color: var(--primary);
  color: var(--light);
}
.primary-btn:hover {
  color: var(--light);
  background-color: var(--secondary);
}
.btn-arrow::after {
  content: "\f061";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.btn-arrow:hover::after,
.primary-btn.btn-arrow::after {
  background-color: var(--light);
  color: var(--primary);
}

.secondary-btn {
  background: #1d1a1a;
  color: var(--light);
  font-size: 16px;
}
.outline-btn {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid #0003;
}
.section-top {
  margin-top: 80px;
}
.section-top-small {
  margin-top: 60px;
}
.section-top-xsmall {
  margin-top: clamp(20px, 3vw, 35px);
}
.section-bottom {
  margin-bottom: clamp(25px, 5vw, 80px);
}
.padding-tb-large {
  padding: clamp(35px, 5vw, 95px) 0;
}
.padding-tb {
  padding: clamp(30px, 5vw, 85px) 0;
}
.padding-tb-small {
  padding: clamp(25px, 4vw, 55px) 0;
}
.content__area h2,
.content__area h3 {
  margin: 20px 0 12px;
}
.content__area img {
  width: 100%;
  border-radius: 12px;
  margin: clamp(16px, 2vw, 25px) 0;
}
/* .content__area h2 + p,
.content__area h3 + p {
  margin-bottom: clamp(25px, 3vw, 35px);
} */
button {
  cursor: pointer;
}

/* Common section start */
.banner-title h1 {
  font-size: clamp(26px, 5vw, 60px);
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide {
  margin: 0 12px;
}
.slick-list {
  margin: 0 -12px;
}

.review__slider--nav > div {
  display: inline-block;
  cursor: pointer;
  line-height: 47px;
  text-align: center;
}
.slick-arrow,
.custom-arrow {
  width: 47px;
  height: 47px;
  min-width: 47px;
  border-radius: 50%;
  background-color: var(--light);
  z-index: 1;
  opacity: 1;
  transition: var(--transition);
}
.slick-arrow:hover,
.custom-arrow:hover {
  background-color: var(--primary);
}
.slick-arrow::before,
.custom-arrow:before {
  content: url(../img/arrow-left.png);
  font-size: 0;
  opacity: 1 !important;
  transition: var(--transition);
}
.slick-arrow.slick-next::before,
.custom-arrow.custom-next::before {
  content: url(../img/arrow-right.png);
}
.slick-arrow:hover::before,
.custom-arrow:hover::before {
  filter: invert(1) brightness(3);
}
form input,
form select,
form textarea {
  padding: 11px 16px;
  margin-top: 6px;
  border: unset;
  border-radius: 50px;
  box-shadow: 0px 0px 1px 0px #00000040;
  background-color: #fff;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(12.600000381469727px);
  outline: unset !important;
  width: 100%;
  color: var(--text-1);
  font-size: 16px;
  outline: unset;
  font-family: var(--primary-font);
  font-weight: 400;
}
input::placeholder {
  color: #8b9ca6;
}
form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-2);
  margin: 0 0 6px;
  display: block;
}
form textarea {
  border-radius: 16px;
  resize: none;
  height: 170px;
}
form input.wpcf7-submit {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  cursor: pointer;
  padding: 11px 30px;
}
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
  transition: var(--transition);
}
.video-button img {
  width: 34px;
  transition: var(--transition);
  cursor: pointer;
}

/* Common section end */

/* Header section start  */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.site-header.header-default {
  position: relative;
  background: #e2e2e2;
}
.site-header.fixed {
  background-color: #e2e2e2;
}
.site-header-wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 0;
}

.site-branding .site-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  text-decoration: none;
}
.site-branding .custom-logo-link img {
  max-width: 189px;
}
.nav-wrapper {
  display: flex;
  gap: 35px;
  align-items: center;
}
#site-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
}
.header-search {
  max-width: 345px;
  width: 100%;
  position: relative;
}
.header-search input {
  width: 100%;
  padding: 10px 10px 10px 45px;
  margin: 0;
}
.header-search > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  z-index: 1;
  filter: brightness(2);
  max-width: 18px;
}
#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu li,
#primary-menu1 li {
  position: relative;
}
#primary-menu li a,
#primary-menu1 li a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.header-default #primary-menu li a,
.fixed #primary-menu li a {
  color: var(--text-1);
}
#primary-menu > .current-menu-item > a::before,
.header-default #primary-menu > .current-menu-item > a::before,
.fixed #primary-menu > .current-menu-item > a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: -6px;
  left: 0;
}
#primary-menu > .current-menu-item > a,
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu li a:hover,
#primary-menu1 li a:hover,
.header-default #primary-menu > .current-menu-item > a,
.header-default #primary-menu > li > a:hover,
.header-default #primary-menu > li:hover > a,
.header-default #primary-menu li a:hover,
.fixed #primary-menu > .current-menu-item > a,
.fixed #primary-menu > li > a:hover,
.fixed #primary-menu > li:hover > a,
.fixed #primary-menu li a:hover {
  color: var(--primary);
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  outline: none;
  display: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--light);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}
.hamburger-menu:hover .line {
  width: 100%;
}
.site-header.fixed .line {
  background-color: var(--text-1);
}
#primary-menu li .sub-menu {
  position: absolute;
  width: 800px;
  background-color: #f0f0f0;
  border-radius: 6px;
  top: 61px;
  left: 50%;
  transform: translateX(-50%) translateY(10px); /* Start slightly lower */
  margin: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

#primary-menu li .sub-menu > li {
  width: calc(50% - 20px);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

#primary-menu li .sub-menu > li:last-child,
#primary-menu li .sub-menu > li:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

#primary-menu li .sub-menu li a {
  width: 100%;
  display: block;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  z-index: 1;
}

#primary-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#primary-menu > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 4px 0 0 3px;
}
.header-default #primary-menu > li.menu-item-has-children > a::after,
.fixed #primary-menu > li.menu-item-has-children > a::after {
  color: var(--text-1);
}
#primary-menu > li > ul > li.menu-item-has-children::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: var(--text-1);
  right: 10px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
#primary-menu > li.menu-item-has-children a.show-active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#primary-menu > li > ul > li.menu-item-has-children.active::after {
  transform: rotate(90deg);
}
#primary-menu li.menu-item-has-children.current-menu-item > a::after,
#primary-menu li.menu-item-has-children:hover > a::after,
#primary-menu li.menu-item-has-children > a:hover::after,
#primary-menu > li > ul > li.menu-item-has-children:hover::after {
  color: var(--primary);
}

.offcanvas {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  left: -100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
}
.offcanvas.show {
  left: 0;
}
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: 100%;
  background-color: var(--light);
  position: relative;
  z-index: 10;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  opacity: 0.7;
}
.offcanvas .offcanvas__bar.showbar {
  left: 0;
}
.offcanvas .social-media a {
  opacity: 80%;
}
.offcanvas__logo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.offcanvas__logo .custom-logo-link {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background: var(--primary);
  border-bottom: 1px solid #ffffff45;
}
.offcanvas__logo a img,
.offcanvas__new__logo a img {
  height: 65px;
  filter: invert(1) brightness(50);
  width: auto;
}
.offcanvas__close {
  position: absolute;
  top: 16px;
  width: 50px;
  height: 51px;
  z-index: 100;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.offcanvas__content {
  padding: 30px;
}
.offcanvas__content .header-search {
  max-width: 100%;
}
.offcanvas__content .header-search form {
  display: flex;
  align-items: center;
  gap: 4px;
}
.offcanvas__content .header-search input {
  padding: 12px 18px;
  border-radius: 0;
  background-color: var(--light);
  box-shadow: 0px 0px 3px 0px #00000040;
}
.offcanvas__close .offcanvas__icon {
  text-align: center;
  line-height: 0;
}
.offcanvas__content .header-search form button {
  background-color: var(--light);
  border: 1px solid var(--light);
  box-shadow: 0px 0px 3px 0px #00000040;
  padding: 10px;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 2px;
  vertical-align: top;
  background: var(--light);
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}
.offcanvas__new__logo {
  background-color: var(--secondary);
  padding: 10px;
}
.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.7s 1s icon1 forwards;
  animation: ease 0.7s 1s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.7s 1s icon2 forwards;
  animation: ease 0.7s 1s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.7s 1s icon3 forwards;
  animation: ease 0.7s 1s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.offcanvas .offcanvas__grid {
  height: 100%;
}
.offcanvas .offcanvas__grid .uk-grid {
  margin-left: 0;
  height: 100%;
}
.offcanvas .offcanvas__grid .uk-grid > div {
  width: 50%;
  padding: 0;
  height: 100%;
}
.offcanvas__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
#primary-menu > li > ul > li > a {
  position: relative;
  color: var(--text-1);
}
.offcanvas #menu-main-menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas #menu-main-menu > li.menu-item-has-children > a.show-active::after {
  transform: rotate(90deg);
}
.offcanvas #menu-main-menu > li > ul > li,
.offcanvas .sub-menu > li > a:hover {
  background-color: unset !important;
  width: 100%;
}
.offcanvas #menu-main-menu > li > ul > li a {
  padding: 16px 25px;
}
.offcanvas #menu-main-menu > li > ul > li > ul > li a {
  padding: 16px 25px 16px 42px;
}
.offcanvas #menu-main-menu > li > ul,
.offcanvas #menu-main-menu > li > ul > li > ul {
  display: none;
  border-top: 1px solid #e9e9e9;
  border-radius: 0;
}
.offcanvas #menu-main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.offcanvas #menu-main-menu li {
  border-bottom: 1px solid #e9e9e9;
}
.offcanvas #menu-main-menu .sub-menu > li:last-child {
  border-bottom: unset;
}
.offcanvas #menu-main-menu li {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.offcanvas #menu-main-menu li a {
  font-size: 18px;
  color: var(--primary);
  padding: 16px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas #menu-main-menu li a:hover {
  color: var(--secondary);
}
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  padding: 10px;
}
.submenu-toggle i {
  color: var(--primary);
}

#primary-menu #menu-item-346 .sub-menu,
#primary-menu #menu-item-541 .sub-menu {
  width: 290px;
  padding: 0;
}
#primary-menu #menu-item-346 .sub-menu > li,
#primary-menu #menu-item-541 .sub-menu > li {
  width: 100%;
  padding: 0;
  margin: 0;
}
#primary-menu #menu-item-346 .sub-menu li a,
#primary-menu #menu-item-541 .sub-menu li a {
  padding: 14px 20px;
}
#primary-menu #menu-item-346 .sub-menu li:not(:last-child),
#primary-menu #menu-item-541 .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

#primary-menu > #menu-item-349 > .sub-menu > li:last-child {
  width: 100%;
}
#primary-menu > #menu-item-349 .trekking-btn a {
  font-size: clamp(16px, 1.4vw, 16px);
  font-weight: 500;
  color: var(--light);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 12px;
  padding: clamp(10px, 2vw, 14px) clamp(12px, 2vw, 16px);
  gap: 8px;
  width: fit-content;
  text-align: center;
  line-height: 1;
  margin: 10px auto 0;
}
#primary-menu > #menu-item-349 .trekking-btn a:hover {
  background-color: var(--light);
  color: var(--primary);
}
.home .site-branding .custom-logo-link img {
  filter: invert(1) brightness(6);
}
.home .site-header.fixed .site-branding .custom-logo-link img {
  filter: unset;
}
.home #primary-menu > li:hover > a,
.home #primary-menu > li > a:hover,
.home #primary-menu li.menu-item-has-children:hover > a::after,
.home #primary-menu li.menu-item-has-children > a:hover::after {
  color: #d1d1d1 !important;
}
.home .site-header.fixed #primary-menu > li:hover > a,
.home .site-header.fixed #primary-menu > li > a:hover,
.home
  .site-header.fixed
  #primary-menu
  li.menu-item-has-children:hover
  > a::after,
.home
  .site-header.fixed
  #primary-menu
  li.menu-item-has-children
  > a:hover::after {
  color: var(--primary) !important;
}

/* Footer section start  */
.site-footer {
  /* background-color: #1a1a1a; */
  padding-top: clamp(30px, 4vw, 60px);
}
.widget-title {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.site-footer p,
.site-footer a {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.site-footer a:hover {
  color: var(--primary);
}
.site-footer-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.site-footer-wrapper > div {
  max-width: 380px;
  width: 100%;
}
.site-footer-wrapper .footer-widget:not(:last-child) {
  margin-bottom: 60px;
}
.footer-widget img.custom-logo {
  filter: invert(1) brightness(50);
  display: block;
  height: 85px;
  width: auto;
  margin-bottom: 20px;
}
.footer-widget h2 {
  font-size: clamp(26px, 2.4vw, 48px);
  color: var(--light);
  margin: 0 0 clamp(18px, 2vw, 24px);
  text-transform: uppercase;
}
.footer-widget span a {
  font-size: clamp(20px, 2vw, 22px);
  color: var(--light);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-widget span a::before {
  content: url(../img/send.png);
  line-height: 1;
}
.site-footer-wrapper .footer-menu {
  display: flex;
  gap: 35px;
  align-items: start;
  justify-content: space-between;
}
.site-footer-wrapper .footer-menu > div {
  margin-bottom: 0 !important;
}
.address-phone {
  display: flex;
  gap: 12px;
  max-width: 388px;
}
.address-phone > div {
  width: calc(50% - 7.5px);
  background-color: #252b32;
  border-radius: 8px;
  padding: 15px;
}
.address-phone .widget-title {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-phone .widget-title::before {
  content: url(../img/location.png);
  line-height: 1;
}
.address-phone .footer-phone .widget-title::before {
  content: url(../img/phone.png);
}
.address-phone a {
  line-height: 1.4;
  color: var(--text-2);
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widget ul li a {
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0;
  color: #333;
}

.footer__logo p {
  margin-top: 12px;
}

.footer-widget > span {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 30px;
  display: block;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.8;
  margin-bottom: clamp(8px, 1.2vw, 18px);
}

.footer-widget p {
  margin-bottom: 8px;
}

.footer-widget p a {
  color: #333;
}

.footer-widget p a i {
  color: #323232;
  margin-right: 6px;
  font-size: 18px;
  width: 18px;
}

.site-footer {
  position: relative;
}

.site-footer::before {
  content: "";
  background: url("../img/footer-img.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.site-footer > div {
  position: relative;
}
.site-footer-wrapper .footer-menu ul li a::before {
  content: url(../img/arrow-up.png);
  line-height: 1;
}
.site-footer-wrapper .social-media {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.site-footer-wrapper .social-media ul li a {
  background-color: #252b32;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  line-height: 1;
}
.site-footer > img {
  display: block;
  margin: 0 0 0 auto;
}
/* .site-info {
  padding: 14px 0;
  background-color: #eeeeee;
} */
.site-info-wrapper {
  display: flex;
  gap: 15px;
  row-gap: 5px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-info-wrapper p,
.site-info-wrapper p a {
  margin: 0;
  font-size: 16px;
  color: #5f5f5f;
}

.footer--socials {
  position: relative;
  text-align: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.footer--socials::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #adadad;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer--socials > div {
  background: #f6f9f6;
  position: relative;
  padding: 0 15px;
}

.footer--socials > div > a {
  font-size: 20px;
  padding: 0 5px;
  display: inline-block;
  color: #323232;
}

.we-accept {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: clamp(20px, 3vw, 30px);
}
.we-accept a {
  padding: 0 4px 4px 0;
}
.we-accept img {
  max-height: 30px;
  padding: 0 4px 4px 0;
}
.we-accept > div:nth-child(2) img {
  max-width: 90px;
  max-height: 36px;
}

.footer__logo {
  padding-right: 50px;
}

.copyright {
  margin: 15px 0 20px !important;
}

/* Footer section end  */
@media (max-width: 1600px) {
  .wrapper {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  .common-banner__container > div:nth-child(2) {
    max-width: 700px;
  }
  .section-wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .section-top {
    margin-top: 60px;
  }
  .site-footer-wrapper .wrapper-medium {
    gap: 35px;
  }
  .site-footer-wrapper {
    flex-wrap: wrap;
    gap: 45px;
  }
  .site-footer-wrapper .social-media {
    align-items: start;
  }
  .site-footer-wrapper .footer-widget:not(:last-child) {
    margin-bottom: 45px;
  }
  .site-header-wrapper {
    padding: 10px 0;
  }
  .section-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .hamburger-toggle {
    display: block;
  }
  .site-header #site-navigation {
    display: none;
  }
}
@media (max-width: 989px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-branding .custom-logo-link img {
    max-width: 140px;
  }
  .video-button {
    width: 50px;
    height: 50px;
  }
  .video-button img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .section-top {
    margin-top: 40px;
  }
  .section-top-small {
    margin-top: 35px;
  }
  .site-info {
    flex-direction: column;
    gap: 10px;
  }
  .site-header #site-navigation .header-button {
    display: none;
  }
  .slick-dots li button {
    width: 26px;
  }
  .offcanvas .offcanvas__grid .uk-grid .offcanvas__img {
    display: none;
  }
  .section-wrap {
    margin-bottom: 16px;
  }
  .offcanvas .offcanvas__grid .uk-grid > div {
    width: 100%;
  }
  .site-header .header-search {
    display: none;
  }
}
@media (max-width: 567px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-wrapper {
    border-radius: 0;
  }
  .header-button .matashree-btn {
    display: none;
  }
  .footer__logo {
    padding-right: 20px;
  }
  .section-top,
  .section-top-small {
    margin-top: 30px;
  }
}
.error-404-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.error-404-wrapper h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404-wrapper p {
  margin: 0;
  font-size: 18px;
}
.error-404-wrapper .btn {
  margin: 20px auto 0;
  width: fit-content;
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.cta__section {
  padding: clamp(40px, 3vw, 60px) 0;
}

.bg-primary {
  background: #630b0c;
}

.cta__section .section-wrap {
  margin: auto;
}

.cta__section .section-wrap .section-title {
  color: #f0ede4;
}

.cta__section .section-wrap p {
  color: #f0ede4;
}
.cta__section .section-wrap .btn {
  margin: auto;
  margin-top: 30px;
}

.breadcrumbs {
  padding: 10px 0;
  background: #f7f6f6;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 4px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTM3MzI0IDYuODYyOTFDMC4zMTk3OTggNy4wNDU3IDAuNjEzOTkxIDcuMDQ1NyAwLjc5NjQ2NSA2Ljg2MjkxTDMuODkxMDcgMy43NjI5OUM0LjAzNjMxIDMuNjE3NTEgNC4wMzYzMSAzLjM4MjQ5IDMuODkxMDcgMy4yMzcwMUwwLjc5NjQ2NSAwLjEzNzA5QzAuNjEzOTkxIC0wLjA0NTY5NjYgMC4zMTk3OTkgLTAuMDQ1Njk2NiAwLjEzNzMyNCAwLjEzNzA5Qy0wLjA0NTE0OTMgMC4zMTk4NzcgLTAuMDQ1MTQ5MyAwLjYxNDU3NSAwLjEzNzMyNCAwLjc5NzM2MkwyLjgzMzQ3IDMuNTAxODdMMC4xMzM2MDEgNi4yMDYzN0MtMC4wNDUxNDkzIDYuMzg1NDIgLTAuMDQ1MTQ5OCA2LjY4Mzg1IDAuMTM3MzI0IDYuODYyOTFaIiBmaWxsPSIjOTA5MDkxIi8+Cjwvc3ZnPgo=");
}

.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}

.post__date {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
}

.review__section--wrapper .review__slider {
  flex: 1;
  max-width: 800px;
  width: 100%;
}

/* Faq Section */
.accordion__items {
  padding: 20px;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 12px;
}
.accordion__items:last-child {
  margin-bottom: 0;
}

.accordion__items .accordion__title h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #000000;
  cursor: pointer;
  opacity: 0.7;
  padding-right: 50px;
  position: relative;
}

.accordion__items .accordion__title h3::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s linear;
}

.accordion__items.active .accordion__title h3 {
  color: var(--primary);
  opacity: 1;
}

.accordion__items.active .accordion__title h3::after {
  transition: 0.3s linear;
  transform: rotate(45deg);
}

.accordion__items .accordion__content {
  display: none;
  margin-top: 12px;
}

.accordion__items .accordion__content p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  opacity: 0.76;
}

.review__section > div {
  position: relative;
}

.review__card {
  display: flex;
  align-items: center;
}

.review__card img {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  margin-right: 30px;
  border: 4px solid #fff;
}

.review__card p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}

.review__card .review__person {
  color: #c92c1f;
  font-weight: 500;
  letter-spacing: -1%;
  font-size: 20px;
}

.no-results.not-found {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.no-results.not-found .page-content form {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 25px;
}
.no-results.not-found label {
  flex: 1;
}
.no-results.not-found .search-submit {
  width: fit-content;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--light);
}
.no-results.not-found .page-content form input {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .review__card img {
    width: 70px;
    height: 70px;
  }
  .accordion__items {
    margin-bottom: 16px;
  }
  .gallery-item img {
    height: 200px;
  }
  .gallery {
    gap: 20px;
  }
}
@media (max-width: 567px) {
  .post__date {
    margin-bottom: 4px;
  }
  .breadcrumbs li:not(:last-child)::after {
    margin: 0 6px;
  }
  .gallery-item img {
    height: 130px;
  }
  .gallery {
    gap: 12px;
  }
}

.content__area header.entry-header {
  margin: 0 auto clamp(20px, 3vw, 40px);
  text-align: center;
  max-width: 540px;
}
.content__area header.entry-header h1.entry-title {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 42px);
  color: var(--text-1);
}
.default-section form.wpcf7-form {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.default-section form.wpcf7-form p {
  margin: 0;
  width: 100%;
}
.default-section form.wpcf7-form p strong {
  display: block;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  color: var(--text-1);
}
.default-section form.wpcf7-form p + p strong {
  margin-top: 18px;
}
.default-section form.wpcf7-form p br {
  display: none;
}
.default-section form.wpcf7-form .wpcf7-list-item:not(:last-child) {
  margin-right: 12px;
}
.default-section form.wpcf7-form .wpcf7-list-item input {
  width: fit-content;
  margin: 0;
}
