/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (2) ***!
  \**********************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary-color: #dea325;
  --primary-rgb: rgb(90, 124, 48);
  --secondary-color: #C18D22;
  --secondary-rgb: rgb(193, 141, 34);
  --primary-font: Cormorant Garamond, sans-serif;
  --secondary-font: Playfair Display, sans-serif;
  --text-color: #f3f3f3;
  --paragraph-color: #c8c8c8;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 80px;
}

.transition-slow {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.item-center-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -o-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.check:after {
  display: block;
  width: 8px;
  height: 16px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  left: -12px;
  top: 11px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.times:after, .times:before {
  top: 5px;
  left: -11px;
  height: 20px;
  width: 2px;
  background-color: rgba(193, 141, 34, 0.1);
}
.times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stretched-link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 1;
}

.arrow-up {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 33px;
  height: 33px;
}
.close-btn .arrow-up {
  width: 27.5px;
  height: 30px;
}
.hide .close-btn .arrow-up {
  height: 24px;
}
.arrow-up::after {
  top: 45%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.close-btn .arrow-up::after {
  left: 48%;
  top: 48%;
}
.arrow-down {
  width: 16px;
}
.arrow-down::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-left {
  width: 16px;
}
.arrow-left::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-right {
  width: 16px;
}
.arrow-right::after {
  top: 9px;
  left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-fill-right {
  width: 16px;
}

.tag-list ul li a, #primary .post .entry-content table thead tr th, blockquote cite, .btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .entry-header .entry-title, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--primary-font);
}

.ritual-pre-order__wrapper .save, .ritual-pre-order__wrapper .re-order, .wp-caption-text,
figcaption, ::placeholder, .btn {
  font-family: var(--secondary-font);
}

.banner__title {
  font-weight: 800;
}

.site-header .desktop-navigation #primary-menu .menu-item a[aria-current=page], .btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-weight: 700;
}

.tour-card__price-value, .tag-list ul, dt, .section-title, .entry-meta > span, table tr th {
  font-weight: 600;
}

.reviews__card-author-name, .reviews__card-title, .tour-card__title, #primary .post .entry-content table tbody tr td, #primary .post .entry-content table thead tr th, ::placeholder, .btn, .entry-header .entry-title, .entry-meta {
  font-weight: 500;
}

body,
html, .tag-list ul li a, blockquote cite {
  font-weight: 400;
}

.tag-list ul li a, .entry-header .entry-title .author a {
  text-transform: capitalize;
}

blockquote, .btn, .check, .times, .arrow-up, .arrow-down, .arrow-left, .arrow-right, .arrow-fill-right {
  position: relative;
}

blockquote::after, .absolute-center, .check:after, .times:after, .times:before, .stretched-link:before {
  position: absolute;
}

blockquote::after, .check:after, .times:after, .times:before, .stretched-link:before, .arrow-up::after, .arrow-down::after, .arrow-left::after, .arrow-right::after {
  content: "";
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #0B0B0B;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #eee;
  padding: 20px;
}

a {
  background-color: transparent;
  color: var(--primary-color);
}
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 12px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-size: 1rem;
  line-height: 1.778;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}
p > small {
  font-size: 12px;
}

small {
  font-size: 12px;
  margin-bottom: 3px;
}

label {
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 767px), print {
  label {
    font-size: 14px;
  }
}

.btn:focus,
button:focus {
  outline: none !important;
}
.btn button:after, .btn button:before,
button button:after,
button button:before {
  display: none !important;
}

a:focus {
  text-decoration: none;
  color: var(--secondary-color);
  outline: 0;
}

.dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-size: 100px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  color: var(--primary-color);
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: rgba(55, 126, 249, 0.1);
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  padding-left: 0;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: none;
}
.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  text-align: left;
  overflow: hidden;
  border-collapse: collapse;
}
table tr th {
  padding: 10px 15px;
  border-bottom: 2px solid #D9DBE1;
  background: rgba(0, 0, 0, 0.03);
  color: #fff;
}
table tr td {
  padding: 4px 15px;
}
table p {
  margin-bottom: 0;
}
table tr,
table th,
table td {
  border: 1px solid #D9DBE1;
  padding: 10px 15px;
}

a:hover,
a:focus,
a:active {
  color: var(--secondary-color);
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--primary-color);
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--primary-color);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border-bottom: 1px solid rgba(222, 163, 37, 0.27) !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--primary-color) !important; /* thicker on focus */
}

select {
  border-bottom: 1px solid rgba(222, 163, 37, 0.27) !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-meta {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.entry-meta a {
  color: var(--primary-color);
}
.entry-meta a:hover {
  color: var(--primary-color);
}
.entry-meta > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.entry-meta > span :last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-meta > span :last-child :after {
  display: none;
}
.entry-meta .category a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.entry-meta .category a :last-child {
  margin-right: 0;
}
.entry-meta .category a :last-child :after {
  display: none;
}
.entry-meta .category a ::after {
  content: ",";
}
.entry-header {
  margin-bottom: 1px;
}
.entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
  color: #fff;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: #fff;
}
.entry-header .entry-title a:hover {
  color: var(--secondary-color);
}
.entry-content {
  color: rgba(232, 237, 244, 0.74);
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-content p a {
  text-decoration: underline;
  color: var(--primary-color);
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 20px 0;
}
@media screen and (min-width: 1199px) {
  .single-mphb_room_type .entry-content .h1,
  .single-mphb_room_type .entry-content .h2,
  .single-mphb_room_type .entry-content .h3,
  .single-mphb_room_type .entry-content .h4,
  .single-mphb_room_type .entry-content .h5,
  .single-mphb_room_type .entry-content .h6,
  .single-mphb_room_type .entry-content h1,
  .single-mphb_room_type .entry-content h2,
  .single-mphb_room_type .entry-content h3,
  .single-mphb_room_type .entry-content h4,
  .single-mphb_room_type .entry-content h5,
  .single-mphb_room_type .entry-content h6 {
    margin: 50px 0 30px;
  }
}
.entry-content figure {
  margin: 15px 0;
}
@media screen and (min-width: 992px), print {
  .entry-content figure {
    margin: 40px 0;
  }
}
.entry-content figure:first-child {
  margin-top: 0;
}
.entry-content .heading__title {
  margin-top: 0;
  margin-bottom: 14px;
}
.entry-content .heading p {
  margin-bottom: 0;
}
.post .entry-content {
  margin: 0;
}

blockquote,
q {
  font-style: italic;
  margin: 1.5em 1em;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

q {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  width: 50%;
  margin: 0;
  float: left;
  display: block;
}
q:before, q:after {
  display: none;
}

blockquote span,
q span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.text-center, .wp-caption-text,
figcaption, .btn, .entry-content figure, .entry-content .heading--center {
  text-align: center;
}
.text-left, blockquote p {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bolder {
  font-weight: 800;
}
.text-bold {
  font-weight: 700;
}
.text-sbold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-primary {
  color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f3f3f3;
}

.h1,
h1 {
  line-height: 66px;
  font-size: 36px;
}
@media screen and (min-width: 992px), print {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}

.h2,
h2 {
  line-height: 58px;
  font-size: 32px;
}
@media screen and (min-width: 992px), print {
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1199px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
h3 {
  line-height: 48px;
  font-size: 28px;
}
@media screen and (min-width: 992px), print {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  line-height: 38px;
  font-size: 24px;
}
@media screen and (min-width: 992px), print {
  .h4,
  h4 {
    font-size: 28px;
  }
}

.h5,
h5 {
  color: #f3f3f3;
  line-height: 1.55;
  font-size: 20px;
}
@media screen and (min-width: 992px), print {
  .h5,
  h5 {
    font-size: 22px;
  }
}
.offers .h5, .news-and-blogs .h5, .testimonial .h5,
.offers h5,
.news-and-blogs h5,
.testimonial h5 {
  text-transform: unset;
}

.h6,
h6 {
  line-height: 26px;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

.w-100 {
  width: 100%;
}

a {
  color: var(--primary-color);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

*,
::after,
::before {
  box-sizing: border-box;
}

.container,
.container-fluid {
  max-width: 500px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 575px), print {
  .container,
  .container-fluid {
    max-width: 700px;
  }
}
@media screen and (min-width: 767px), print {
  .container,
  .container-fluid {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    max-width: 960px;
  }
}
@media screen and (min-width: 1199px) {
  .container,
  .container-fluid {
    max-width: 1320px;
  }
}

.section-padding {
  padding: 20px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding {
    padding: 35px 0;
  }
}
@media screen and (min-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}

.btn {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  box-sizing: inherit;
  vertical-align: middle;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  color: #2b2b2b !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--secondary-color) !important;
  border: 2px solid var(--secondary-color);
  color: #2b2b2b;
}
.btn-white {
  background: #fff;
  color: #f3f3f3;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
}
.btn-white:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-sm {
  padding: 9px 30px;
  font-size: 16px;
  line-height: 20px;
}
.btn-lg {
  font-size: 16px;
  line-height: 1.375;
  padding: 10px 16px;
}
@media screen and (min-width: 767px), print {
  .btn-lg {
    padding: 16px 32px;
    font-size: 18px;
  }
}
.btn-secondary {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  white-space: nowrap;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  opacity: 0.8;
}
.btn-text {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1.34;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-text span {
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-text span svg path {
  fill: var(--primary-color);
}
.btn-text:hover {
  color: var(--secondary-color);
}
.btn-text:hover span {
  padding-left: 12px;
}
.btn-text:hover span svg path {
  fill: var(--secondary-color);
}
.btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.btn-outline:hover {
  background: var(--primary-color);
  color: #000000;
}

.add-to-cart {
  background: var(--primary-color) !important;
  padding: 10px 24px;
  width: 100%;
  display: flex;
  color: #2b2b2b;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  bottom: -40px !important;
  display: flex !important;
  justify-content: center;
  gap: 2px;
}
.slick-dots li {
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button {
  padding: 0;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background: #b3b3b3 !important;
  border: none;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: var(--primary-color) !important;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1024px) {
  .section-top {
    width: 70%;
    margin: 0 auto;
  }
}
.section-top p {
  text-align: center;
  color: #bfbf9d;
  font-size: 16px;
  letter-spacing: 2px;
}
.section-title {
  color: #f3f3f3;
  margin-bottom: 12px;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 5px;
}
@media screen and (min-width: 767px), print {
  .section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 54px;
  }
}
.section-title span {
  color: var(--primary-color);
}
.section-tagline {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.star__wrapper {
  display: flex;
  gap: 0px;
  margin-top: 12px;
  margin-bottom: 0;
}

.section-padding {
  padding: 40px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-padding {
    padding: 100px 0;
  }
}

.blog-archive__wrapper {
  padding: 80px 0;
}

.tour-cards__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .tour-cards__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32x;
    flex-wrap: wrap;
  }
}

.section-primary {
  background: var(--primary-color);
}
.section-primary .section__title {
  text-align: center;
}
.section-primary .section__title:after {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.section-primary .section__desc {
  text-align: center;
}
.section-primary h2, .section-primary p {
  color: #fff;
}

.include {
  font-size: 24px;
  padding: 12px;
  background: rgba(90, 124, 48, 0.1098039216);
  color: var(--primary-color);
  line-height: 1.4;
}

.cost-include,
.cost-exclude {
  margin-top: 36px;
}

.review-form .form-group {
  margin-bottom: 12px;
}

.exclude {
  font-size: 24px;
  line-height: 1.4;
  padding: 12px;
  background: rgba(179, 4, 21, 0.1019607843);
  color: #b30415;
}
.exclude-listing {
  margin-left: 24px;
  padding: 0;
}
.exclude-listing li {
  margin: 8px 0;
  position: relative;
}
.exclude-listing li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99999 16.6667C8.23188 16.6667 6.53619 15.9643 5.28595 14.714C4.03571 13.4638 3.33333 11.7681 3.33333 10C3.33333 8.23189 4.03571 6.5362 5.28595 5.28595C6.53619 4.03571 8.23188 3.33333 9.99999 3.33333C11.7681 3.33333 13.4638 4.03571 14.714 5.28595C15.9643 6.5362 16.6667 8.23189 16.6667 10C16.6667 11.7681 15.9643 13.4638 14.714 14.714C13.4638 15.9643 11.7681 16.6667 9.99999 16.6667ZM8.08916 6.91083C7.93199 6.75903 7.72149 6.67504 7.50299 6.67694C7.2845 6.67884 7.07549 6.76648 6.92098 6.92098C6.76647 7.07549 6.67883 7.2845 6.67693 7.503C6.67503 7.7215 6.75903 7.932 6.91083 8.08917L8.82166 10L6.91083 11.9108C6.83124 11.9877 6.76775 12.0797 6.72408 12.1813C6.6804 12.283 6.65741 12.3923 6.65645 12.503C6.65549 12.6136 6.67658 12.7234 6.71848 12.8258C6.76038 12.9282 6.82226 13.0213 6.9005 13.0995C6.97874 13.1777 7.07179 13.2396 7.1742 13.2815C7.27661 13.3234 7.38635 13.3445 7.497 13.3435C7.60764 13.3426 7.717 13.3196 7.81867 13.2759C7.92034 13.2322 8.01229 13.1688 8.08916 13.0892L9.99999 11.1783L11.9108 13.0892C12.068 13.241 12.2785 13.325 12.497 13.3231C12.7155 13.3212 12.9245 13.2335 13.079 13.079C13.2335 12.9245 13.3212 12.7155 13.3231 12.497C13.325 12.2785 13.241 12.068 13.0892 11.9108L11.1783 10L13.0892 8.08917C13.241 7.932 13.325 7.7215 13.3231 7.503C13.3212 7.2845 13.2335 7.07549 13.079 6.92098C12.9245 6.76648 12.7155 6.67884 12.497 6.67694C12.2785 6.67504 12.068 6.75903 11.9108 6.91083L9.99999 8.82167L8.08916 6.91083Z%27 fill=%27%23B30415%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -24px;
  top: 4px;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 767px), print {
  .trip-itinerary-title__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.itinerary-expand-all {
  width: max-content;
}

#tourItineraryAccordion .accordion-body {
  border: 1px solid #eee;
}

#tourItineraryAccordion .accordion-button {
  background: #eee;
}

#tourItineraryAccordion .accordion-button.collapsed {
  background: initial;
}

#tourItineraryAccordion .accordion-button .itinerary-day {
  width: max-content;
  white-space: nowrap;
}

.pagination {
  justify-content: center;
  margin: 48px 0;
}
.pagination .page-numbers {
  display: block;
  padding: 8px 12px;
  line-height: 1;
  text-decoration: none;
  color: #c8c8c8;
}
.pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
}

.social-links {
  margin: 0;
  padding: 0;
}
.social-links li a svg path {
  fill: #fff;
}

.cpt-categories-page .tour-cards__wrapper {
  margin-bottom: 48px;
}

.reviews-archive-cards {
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
  flex-wrap: wrap;
}
.reviews-archive-cards .reviews__card {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .reviews-archive-cards .reviews__card {
    width: calc(50% - 16px);
  }
}

.trip-gallery-video iframe {
  width: 100%;
}

.trip-gallery-item:first-child,
.trip-gallery-item:nth-child(2),
.trip-gallery-item:nth-child(3) {
  display: block !important;
}

.trip-gallery-item {
  height: 150px;
  display: none;
  width: 100%;
}

.trip-gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trip-gallery {
  margin-top: 6px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.single-related-posts .blog__wrapper {
  margin-top: 24px;
}

.cpt-categories-page .section__title {
  text-align: center;
  margin: 20px 0;
}

.cpt-categories-pagenpm {
  margin: 32px 0;
}

.legal-documents__wrapper {
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (min-width: 767px), print {
  .legal-documents__wrapper {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
  }
}
.legal-documents-item {
  padding: 24px;
  border-radius: 25px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 767px), print {
  .legal-documents-item {
    width: calc((100% - 96px) / 3);
  }
}
.legal-documents-item__title {
  font-size: 22px;
  font-weight: 500;
}

.right-bar {
  margin-top: 24px;
}

#scroll-top .scroll-top-box {
  position: fixed;
  right: unset !important;
  left: 12px;
  bottom: 70px;
}

.scroll-top-box {
  background: #5A7C30;
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1032;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border-radius: 50%;
}
.scroll-top-box i {
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
}

/* Elements --------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
  margin-bottom: 24px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 4px;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

select {
  max-width: 100%;
}

::placeholder {
  font-size: 1em;
}

.wp-caption-text,
figcaption {
  font-size: 16px;
  line-height: 2.3333333;
  color: #969BAB;
}

blockquote {
  background-color: rgba(222, 163, 37, 0.1);
  margin: 0;
  padding: 30px;
  border-left: 3px solid var(--primary-color);
}
blockquote::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27128%27 height=%27100%27 viewBox=%270 0 128 100%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 d=%27M73.2631 92.8699L77.8977 100C109.983 78.4314 127.809 52.2282 127.809 30.6595C127.809 9.80392 112.479 0 99.4663 0C83.0671 0 71.4806 13.9037 71.4806 28.5205C71.4806 40.82 79.3237 51.3369 89.8407 55.2585C92.871 56.328 95.723 57.2193 95.723 62.3886C95.723 68.984 90.9102 78.7879 73.2631 92.8699ZM2.49665 92.8699L7.13123 100C38.8603 78.4314 57.0421 52.2282 57.0421 30.6595C57.0421 9.80392 41.3558 0 28.3434 0C11.7658 0 0.00111389 13.9037 0.00111389 28.5205C0.00111389 40.82 8.0225 51.3369 18.8959 55.2585C21.9262 56.328 24.6 57.2193 24.6 62.3886C24.6 68.984 19.6089 78.7879 2.49665 92.8699Z%27 fill=%27%23AF9065%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 127px;
  height: 100px;
}
blockquote p {
  margin-bottom: 0 !important;
  font-style: normal;
}
blockquote cite {
  color: #000000;
  font-style: normal;
  margin-top: 5px;
  display: block;
}

#primary .post .entry-content table {
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
  border: none;
}
#primary .post .entry-content table thead tr {
  background: var(--primary-color);
  border: none;
}
#primary .post .entry-content table thead tr th {
  color: #fff;
  font-size: 1em;
  line-height: 1.5556;
  padding: 18px 21px;
  border: none;
}
#primary .post .entry-content table tbody {
  border: none;
}
#primary .post .entry-content table tbody tr {
  border: none;
}
#primary .post .entry-content table tbody tr td {
  border: none;
  font-size: 1em;
  line-height: 1.5556;
  color: #474A57;
  padding: 18px 21px;
}
#primary .post .entry-content table tbody tr td a {
  text-decoration: underline;
}
#primary .post .entry-content table tbody tr td a:hover {
  text-decoration: none;
}
#primary .post .entry-content table tbody tr:nth-of-type(odd) {
  background: rgba(222, 163, 37, 0.1);
}
#primary .post .entry-content table tbody tr:nth-of-type(even) {
  background: rgba(222, 163, 37, 0.2);
}

.wp-block-image .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignright {
    margin-left: 0;
    float: none;
  }
}
.wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignleft {
    margin-right: 0;
    float: none;
  }
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tag-list {
    text-align: left;
  }
}
.tag-list span {
  margin-right: 20px;
  display: inline-block;
}
.tag-list ul {
  margin: 0;
  font-size: 0.89rem;
  color: #000000;
}
.tag-list ul li {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li {
    margin-bottom: 20px;
  }
}
.tag-list ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.tag-list ul li a {
  padding: 9px 10px;
  max-height: 36px;
  line-height: 1;
  background: rgba(55, 126, 249, 0.1);
  color: #000000;
  font-size: 0.89rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input[type=submit] {
  line-height: 17.6px;
  display: inline-block;
  padding: 16px 24px;
  box-sizing: inherit;
  vertical-align: middle;
  font-size: 18px;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 1000px;
  background: var(--primary-color);
  border-color: unset;
}
input[type=submit]:hover {
  background: var(--secondary-color);
}

/* Apply animation settings */
.owl-carousel .animated {
  animation-duration: 1000ms; /* Duration of fade effect */
  animation-fill-mode: both; /* Keep the final state of the animation */
}

/* Add fadeOut animation */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Add fadeIn animation */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Make sure active items are displayed */
.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease; /* Smooth opacity transition */
}

.owl-carousel .owl-item.active {
  opacity: 1; /* When active, set opacity to 1 */
}

.rank-math-breadcrumb {
  margin: 20px 0;
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}

.listing-custom {
  margin-left: 24px;
  padding: 0;
}
.listing-custom li {
  margin: 8px 0;
  position: relative;
}
.listing-custom li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 8px;
  transition: all 0.15s ease-in-out;
}

.reviews-archive {
  margin-top: 24px;
}

.review-stars {
  margin: 0;
  padding: 0;
}

.review-stars li {
  margin-right: 4px;
}

.review-stars li.selected {
  color: #faa719;
}

.in-review-box {
  background: #f7f7f7;
  height: 100%;
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-top: 24px;
}
.in-review-box:first-child {
  margin-top: 0;
}

.testimonial-rating-reviews__wrap {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .testimonial-rating-reviews__wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

.in-review {
  margin-bottom: 12px;
  position: relative;
}

.in-review .in-review-img {
  background: #fff;
  min-width: 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  overflow: hidden;
  -ms-flex-basis: 56px;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.in-review-details {
  margin-top: 4px;
}

.review-client-choice {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}

.in-review-box .review-client-choice {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}

.review-client-choice.website {
  display: none;
}

.review-client-choice.tripadvisor {
  background: #00B67A;
  color: #fff;
}

.review-client-choice.google {
  background: #ea4335;
  color: #fff;
}

.review-client-choice.trustpilot {
  background: #ffd90e;
  color: #000;
}

.in-review-rate {
  margin: 0;
  padding: 0;
}

.in-review-rate li.selected {
  color: #faa719;
}

.in-review-rate li {
  font-size: 12px;
  margin-right: 5px;
  color: #9b9b9b;
}

.in-review-details p {
  color: #14284d;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 16px;
}

.client-review .client {
  display: flex;
  gap: 12px;
}
.client-review .client .client-img {
  height: 60px;
  width: 60px;
}

.product-card {
  width: calc((100% - 64px) / 3);
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .product-card {
    width: 100%;
  }
}
.product-card:hover .product-card__img img {
  transform: scale(1.08);
}
.product-card__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.product-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.product-card-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.product-card-title a {
  color: #fff;
}
.product-card-title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .price {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--primary-color);
}
.product-card-quantity {
  position: absolute;
  padding: 2px 10px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 13px;
  letter-spacing: 2px;
}
.product-card__wrapper {
  display: flex;
  gap: 32px;
  margin-top: 60px;
  width: 100%;
  flex-wrap: wrap;
}
.product-card__content {
  padding: 24px;
}
.product-card__content-bottom ul {
  margin-top: 24px;
}
.product-card__content-bottom ul li {
  color: #bfbf9d;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
}
.product-card__content-bottom ul li:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 0.6rem;
  top: 0.4em;
}
.product-card-quote p {
  font-size: 14px;
  font-style: italic;
  color: var(--primary-color);
  opacity: 0.8;
}

.hhp-card {
  width: calc((100% - 64px) / 3);
  border: 1px solid rgba(255, 215, 0, 0.2901960784);
}
.hhp-card:hover .hhp-card__img img {
  transform: scale(1.03);
}
.hhp-card__wrapper {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}
.hhp-card-title {
  font-size: 32px;
  line-height: 1;
}
.hhp-card__content {
  padding: 16px;
  background: #0f0f0f;
}
.hhp-card__content-top {
  padding-bottom: 20px;
}
.hhp-card-price {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 400;
  color: var(--primary-color);
}
.hhp-card-price__wrapper {
  margin-top: 12px;
}
.hhp-card-price__wrapper span {
  font-size: 14px;
  color: var(--primary-color);
}
.hhp-card-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 215, 0, 0.2901960784);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hhp-card-bottom__right svg {
  width: 16px;
  height: 16px;
}
.hhp-card-bottom__left .days {
  color: #bfbf9d;
}
.hhp-card-bottom__left .days:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23dea325%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 class=%27lucide lucide-clock w-4 h-4 text-primary%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27%3E%3C/circle%3E%3Cpolyline points=%2712 6 12 12 16 14%27%3E%3C/polyline%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.hhp-card-bottom__left .altitude {
  color: #bfbf9d;
}
.hhp-card-bottom__left .altitude:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23dea325%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 class=%27lucide lucide-mountain w-4 h-4 text-primary%27%3E%3Cpath d=%27m8 3 4 8 5-5 5 15H2L8 3z%27%3E%3C/path%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.hhp-card__img {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.hhp-card__img:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.25) 50%, rgb(15, 15, 15) 100%);
}
.hhp-card__img img {
  transition: 0.5s all ease-in-out;
}
.hhp-card .readmore {
  display: flex;
  align-items: center;
  gap: 6px;
}

.view-all-products {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 60px auto 0;
  width: 100%;
  color: var(--primary-color);
}

label {
  color: #bfbf9d !important;
}

/* Base input style */
input,
textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(222, 163, 37, 0.27) !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  margin-top: 9px !important;
}
input::placeholder,
textarea::placeholder {
  color: #a9a9a9;
}

.wpforms-field-label {
  color: #bfbf9d !important;
}

#shipping-state {
  margin-top: 6px;
  border: none;
}

#billing-country {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

/* Focus state */
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--primary-color) !important; /* thicker on focus */
}

.wpforms-form .wpforms-submit {
  background: var(--primary-color) !important;
  border-radius: 0 !important;
  color: #000000 !important;
}

.faq__wrapper {
  width: 60%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .faq__wrapper {
    width: 100%;
    margin: 32px auto;
  }
}

.faq-module__title {
  font-size: 24px;
  margin: 20px 0;
  line-height: 1.4;
}

.accordion-outside {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .accordion-outside {
    width: 100%;
  }
}

.accordion {
  border-radius: 8px;
}
.accordion__item {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}
.accordion__header {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .accordion__header {
    font-size: 14px;
  }
}
.accordion__header::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translatey(-50%);
  color: var(--primary-color);
}
.accordion__header[aria-expanded=true]::after {
  content: "–";
}
.accordion__header h3 {
  font-size: 18px;
  line-height: 1.4;
}
.accordion__header:hover h3 {
  color: var(--primary-color);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}
.accordion__content p {
  color: #c9ced6;
  line-height: 1.6;
  margin: 0;
  font-size: 13px;
}
.accordion__content.active {
  padding: 0 0 20px 0;
}

.tabs__list {
  display: flex;
  gap: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2b2b2b;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: wrap;
}
.tabs__tab {
  padding: 8px 14px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
}
.tabs__tab--active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.tabs__panel {
  display: none;
}
.tabs__panel--active {
  display: block;
}

.single-product-tab-content h2, .single-product-tab-content h3, .single-product-tab-content h4, .single-product-tab-content h5, .single-product-tab-content h6 {
  color: var(--primary-color);
  margin-bottom: 12px;
}
.single-product-tab-content p {
  color: #c9ced6;
  font-size: 13px;
}

/* ---------- Quote ---------- */
.single-product-tab-quote {
  border-radius: 10px;
  padding: 24px 6px;
  position: relative;
  margin-bottom: 16px;
}

.single-product-tab-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 255, 255, 0.08));
  border-radius: 3px;
}

.single-product-tab-quote p {
  margin: 0;
  padding-left: 10px;
  color: #e1e6ee;
  font-style: italic;
  line-height: 1.55;
  font-size: 13px;
}

/* ---------- Steps grid ---------- */
.single-product-second-tab-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
  counter-reset: step;
}

.single-product-second-tab-step-item {
  counter-increment: step;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.single-product-second-tab-step-item h2 {
  margin: 0 0 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary-color);
  font-weight: 750;
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1.4;
}

.single-product-second-tab-step-item h2::before {
  content: counter(step, decimal-leading-zero);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  opacity: 0.95;
}

.single-product-second-tab-step-item p {
  margin: 0;
  color: #c9ced6;
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Exclude (red panel) ---------- */
.single-product-second-tab-exclude {
  position: relative;
  border-radius: 10px;
  padding: 40px 16px 14px;
  border: 1px solid rgba(255, 59, 59, 0.25);
  background: radial-gradient(900px 240px at 20% 0%, rgba(255, 0, 0, 0.14), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), linear-gradient(135deg, rgba(60, 0, 0, 0.12), rgba(0, 0, 0, 0));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
}

.single-product-second-tab-exclude::before {
  content: "DO NOT CONSUME IF YOU:";
  position: absolute;
  left: 38px;
  top: 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 80, 80, 0.95);
}

.single-product-second-tab-exclude::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid rgba(255, 80, 80, 0.95);
  filter: drop-shadow(0 2px 6px rgba(255, 0, 0, 0.25));
}

.single-product-second-tab-exclude ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product-second-tab-exclude li {
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
  color: #e7a9a9;
  font-size: 13px;
  line-height: 1.45;
}

.single-product-second-tab-exclude li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff3b3b;
  font-weight: 900;
}

/* ---------- General safety panel ---------- */
.single-product-second-tab-safety {
  position: relative;
  border-radius: 10px;
  padding: 40px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.single-product-second-tab-safety::before {
  content: "GENERAL SAFETY";
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 850;
  color: var(--primary-color);
}

.single-product-second-tab-safety ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product-second-tab-safety li {
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
  color: #c9ced6;
  font-size: 13px;
  line-height: 1.45;
}

.single-product-second-tab-safety li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--primary-color);
  font-weight: 900;
}

/* Title line */
.single-product-tab-content {
  margin: 0 0 14px;
}

.single-product-tab-content p {
  margin-bottom: 16px;
  color: #c9ced6;
  font-size: 14px;
  line-height: 1.6;
}

/* List wrapper */
.box-list__wrapper {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

/* Each row */
.box-list {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* Icon */
.box-list-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  font-size: 18px;
  line-height: 1;
  margin-top: 1px;
}

/* Content */
.box-list__content h5 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-color);
}

.box-list__content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #b8c0cb;
}

/* Packaging block (bottom panel) */
.inside-packaging {
  margin-top: 4px;
  padding: 16px 16px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.inside-packaging h2 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 850;
  color: #8c929c;
}

/* Bullet-style row */
.inside-packaging__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.inside-packaging__wrapper p {
  margin: 0;
  color: #b8c0cb;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
}

.inside-packaging__wrapper p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 900;
}

.single-product-shipping {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 26px;
  color: #c9ced6;
}

.single-product-shipping__intro {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #c9ced6;
}

/* Table */
.single-product-shipping__table {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
}

.single-product-shipping__row {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1.7fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.single-product-shipping__row--head {
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-product-shipping__row--head .single-product-shipping__cell {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary-color);
}

.single-product-shipping__cell {
  font-size: 13px;
  line-height: 1.45;
  color: #e3e7ee;
}

.single-product-shipping__cell--free {
  color: #34e27a;
  font-weight: 800;
}

.single-product-shipping__cell--muted {
  color: #9aa3ae;
}

/* Details */
.single-product-shipping__details {
  margin: 0 0 18px;
}

.single-product-shipping__label {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 850;
  color: #7e8792;
  line-height: 1.4;
}

.single-product-shipping__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.single-product-shipping__list li {
  position: relative;
  padding-left: 16px;
  color: #b8c0cb;
  font-size: 13px;
  line-height: 1.5;
}

.single-product-shipping__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 900;
}

/* Important panel */
.single-product-shipping__important {
  border-radius: 10px;
  padding: 14px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(900px 260px at 20% 0%, rgba(255, 255, 255, 0.06), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.single-product-shipping__important-label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 900;
  color: #7e8792;
}

.single-product-shipping__important-list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.single-product-shipping__important-list li {
  position: relative;
  padding-left: 18px;
  color: #b8c0cb;
  font-size: 13px;
  line-height: 1.5;
}

.single-product-shipping__important-list li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 900;
}

/* CTA */
.single-product-shipping__cta {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.single-product-shipping__cta:hover {
  text-decoration: underline;
}

.contact-section {
  color: #f5f1e8;
  padding: 70px 0 90px;
}

/* Top cards */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 64px;
}

.contact-card {
  background: #0b0b0b;
  border: 1px solid rgba(255, 209, 102, 0.28);
  padding: 34px 26px 24px;
  text-align: center;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.contact-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 209, 102, 0.08);
  border: 1px solid rgba(255, 209, 102, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.contact-card__icon svg {
  width: 22px;
  height: 22px;
}

.contact-card__title {
  margin: 0 0 10px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-card__value {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-card__text {
  margin: 0;
  color: #b8c3d6;
  font-size: 13px;
  line-height: 1.6;
  max-width: 280px;
}

/* Bottom section */
.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
  gap: 32px;
  align-items: start;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Left form side */
.contact-form-block__intro {
  margin-bottom: 28px;
}

.contact-form-block__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
}

.contact-form-block__title {
  margin: 0;
  color: #fff4e6;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
  max-width: 620px;
}

/* Right help box */
.contact-help__box {
  background: #0b0b0b;
  border: 1px solid rgba(255, 209, 102, 0.28);
  padding: 28px 24px;
}

.contact-help__title {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.contact-help__content {
  color: #d8e1ef;
  font-size: 14px;
  line-height: 1.75;
}

.contact-help__content p {
  margin: 0 0 14px;
}

.contact-help__content ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.contact-help__content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.contact-help__content li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.4;
}

.contact-help__content strong,
.contact-help__content b,
.contact-help__content a {
  color: var(--primary-color);
}

.contact-help__content a:hover {
  color: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 56px 0 70px;
  }
  .contact-card {
    min-height: auto;
    padding: 28px 20px 22px;
  }
  .contact-form-block__title {
    font-size: 30px;
  }
  .contact-help__box {
    padding: 22px 18px;
  }
}
.contact-extra {
  background: #050505;
  color: #f5f1e8;
  padding: 70px 0 90px;
}

.contact-extra__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 56px;
}

.contact-extra__heading-wrap {
  margin-bottom: 22px;
}

.contact-extra__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
}

.contact-extra__title {
  margin: 0;
  color: #fff3df;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
}

.contact-extra__text p {
  margin: 0 0 16px;
  color: #9db0c9;
  font-size: 15px;
  line-height: 1.8;
}

.contact-extra__text a {
  color: var(--primary-color);
  text-decoration: none;
}

.contact-extra__text a:hover {
  text-decoration: underline;
}

.contact-extra__hours {
  margin-top: 30px;
}

.contact-extra__hours-title {
  margin: 0 0 12px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
}

.contact-extra__hours-day {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-extra__hours-time {
  color: #d7e2f0;
  font-size: 15px;
  margin-bottom: 4px;
}

.contact-extra__hours-zone {
  color: #6f8196;
  font-size: 13px;
  margin-bottom: 10px;
}

.contact-extra__hours-note {
  margin: 0;
  color: #7d8aa0;
  font-size: 13px;
  line-height: 1.7;
  font-style: italic;
}

/* Social */
.contact-extra__social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.contact-extra__social-link {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 209, 102, 0.26);
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-extra__social-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.contact-extra__social-link--full {
  grid-column: 1/-1;
}

.contact-extra__social-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  flex-shrink: 0;
}

.contact-extra__social-icon svg {
  width: 18px;
  height: 18px;
}

.contact-extra__social-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-extra__handle {
  display: inline-block;
  margin-top: 18px;
  color: #7f93ae;
  text-decoration: none;
  font-size: 14px;
}

.contact-extra__handle:hover {
  color: var(--primary-color);
}

/* Emergency */
.contact-extra__emergency {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 28px 32px;
  border: 1px solid rgba(255, 209, 102, 0.26);
  background: linear-gradient(180deg, #101010 0%, #0a0a0a 100%);
}

.contact-extra__emergency-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 209, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  margin-top: 6px;
}

.contact-extra__emergency-title {
  margin: 0 0 14px;
  color: #fff3df;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
}

.contact-extra__emergency-text {
  margin: 0 0 22px;
  color: #a7bad1;
  font-size: 14px;
  line-height: 1.8;
}

.contact-extra__emergency-numbers {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 18px 34px;
  margin-bottom: 22px;
  align-items: center;
}

.contact-extra__emergency-number {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}

.contact-extra__emergency-number strong {
  color: #ffffff;
  margin-right: 6px;
}

.contact-extra__emergency-divider {
  height: 1px;
  background: rgba(255, 209, 102, 0.18);
  margin: 18px 0 16px;
}

.contact-extra__emergency-quote {
  margin: 0 0 6px;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
}

.contact-extra__emergency-note {
  margin: 0 0 16px;
  color: #7c8ca2;
  font-size: 13px;
  line-height: 1.7;
  font-style: italic;
}

.contact-extra__emergency-footer {
  margin: 0;
  color: #cfd8e6;
  font-size: 14px;
  line-height: 1.8;
}

.contact-extra__emergency-footer a {
  color: var(--primary-color);
  text-decoration: none;
}

.contact-extra__emergency-footer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-extra__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-extra__title {
    font-size: 30px;
  }
  .contact-extra__emergency {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-extra__emergency-title {
    font-size: 28px;
  }
  .contact-extra__emergency-numbers {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  .contact-extra {
    padding: 56px 0 70px;
  }
  .contact-extra__title {
    font-size: 26px;
  }
  .contact-extra__social-grid {
    grid-template-columns: 1fr;
  }
  .contact-extra__social-link--full {
    grid-column: auto;
  }
  .contact-extra__emergency {
    padding: 24px 20px;
  }
  .contact-extra__emergency-title {
    font-size: 24px;
  }
  .contact-extra__emergency-numbers {
    grid-template-columns: repeat(2, auto);
    gap: 14px 22px;
  }
}
.about-page {
  background-color: #0b0b0b;
  color: #e8e6e3;
}

/* HERO */
.about-page__hero {
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.about-page__img {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .about-page__img {
    height: 200px !important;
  }
}

.about-page__hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.9) 0%, rgba(11, 11, 11, 0.85) 80%, rgb(11, 11, 11) 100%);
}

.about-page-hero__content {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .about-page-hero__content {
    width: 100%;
    padding: 0 15px;
  }
}

.about-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.about-page__title {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 500;
}

.about-page__lead {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: #b9b7b4;
}

/* MISSION */
.about-page__mission {
  padding: 100px 0;
}

.about-page__mission-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-page__mission-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .about-page__mission-text {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about-page__mission-image {
    width: 100%;
  }
}

.about-page__mission-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

/* SHARED */
.about-page__section-title {
  font-size: 52px;
  margin-bottom: 32px;
  font-weight: 500;
}
.about-page__section-title span {
  color: var(--primary-color);
}

.about-page__section-title--center {
  text-align: center;
}

.about-page__paragraph {
  font-size: 15px;
  line-height: 1.8;
  color: #b9b7b4;
  margin-bottom: 24px;
}

/* PRINCIPLES */
.about-page__principles-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .about-page__principles-grid {
    display: flex;
    flex-direction: column;
  }
}

.about-page__principle-card {
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.3019607843);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.0509803922), inset 0 0 15px rgba(212, 175, 55, 0.0196078431);
  padding: 50px 40px;
  background: #0a0a0a;
  overflow: hidden;
  border-radius: 4px;
}

/* background number */
.about-page__principle-number {
  position: absolute;
  top: -30px;
  right: 20px;
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

/* icon */
.about-page__principle-icon {
  margin-bottom: 20px;
}

.about-page__principle-icon img {
  width: 32px;
}

/* title */
.about-page__principle-title {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* text */
.about-page__principle-text {
  font-size: 14px;
  line-height: 1.8;
  color: #b9b7b4;
}

.about-page__timeline-wrapper {
  position: relative;
  margin-top: 100px;
}

.about-page__timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(212, 173, 49, 0.2392156863);
  transform: translateX(-50%);
}

.about-page__timeline-item {
  position: relative;
  width: 50%;
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .about-page__timeline-item {
    width: 100%;
  }
}

.about-page__timeline-item:nth-child(odd) {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .about-page__timeline-item:nth-child(odd) {
    padding-right: 0;
  }
}

.about-page__timeline-item:nth-child(even) {
  margin-left: auto;
  padding-left: 0;
}

.about-page__timeline-item::after {
  content: "";
  position: absolute;
  top: 60px;
  width: 10px;
  height: 10px;
  background: #d4af37;
  border-radius: 50%;
}

.about-page__timeline-item:nth-child(odd)::after {
  right: -5px;
}
@media screen and (max-width: 991px) {
  .about-page__timeline-item:nth-child(odd)::after {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.about-page__timeline-item:nth-child(even)::after {
  left: -5px;
}
@media screen and (max-width: 991px) {
  .about-page__timeline-item:nth-child(even)::after {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.about-page__timeline-card {
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 35px;
  background: #0b0b0b;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.05);
}

.about-page__timeline-step {
  font-size: 11px;
  letter-spacing: 3px;
  color: #d4af37;
  display: block;
  margin-bottom: 20px;
}

.about-page__timeline-icon {
  border: 1px solid rgba(212, 175, 55, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about-page__timeline-icon img {
  height: 26px;
}

.about-page__timeline-title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.about-page__timeline-text {
  font-size: 14px;
  line-height: 1.7;
  color: #b9b7b4;
}

.why-us-we-do {
  margin: 24px 0;
}
.why-us-we-do__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.why-us-we-do__item span {
  color: var(--primary-color);
}
.why-us-we-do__item p {
  margin: 0;
  color: #838383;
  letter-spacing: 0.4px;
  font-size: 14px;
}

.why-us-we-dont-do {
  margin: 24px 0;
}
.why-us-we-dont-do__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.why-us-we-dont-do__item span {
  color: rgba(255, 101, 104, 0.6509803922);
}
.why-us-we-dont-do__item p {
  margin: 0;
  color: #838383;
  letter-spacing: 0.4px;
  font-size: 14px;
}

.about-page__guardians {
  position: relative;
  padding: 80px 20px;
  background: radial-gradient(circle at 50% 35%, rgba(120, 78, 18, 0.18), transparent 38%), linear-gradient(180deg, #090909 0%, #050505 100%);
  overflow: hidden;
}

.about-page__guardians-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 70px 55px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(180, 132, 28, 0.35);
  box-shadow: 0 0 0 1px rgba(180, 132, 28, 0.12) inset, 0 0 40px rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-page__guardians-content {
    padding: 30px 40px 25px;
  }
}

/* outer decorative frame */
.about-page__guardians-content::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(180, 132, 28, 0.45);
  pointer-events: none;
}

/* inner subtle frame */
.about-page__guardians-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(180, 132, 28, 0.18);
  pointer-events: none;
}

/* Title */
.about-page__section-title--center {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 760px;
  color: #f7f1e3;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* body text area */
.about-page__guardians-text {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 10px;
  color: rgba(233, 224, 203, 0.88);
  font-size: 1rem;
  line-height: 2;
}

/* Make editor content look like centered promise bullets */
.about-page__guardians-text p {
  margin: 0 0 16px;
}

.about-page__guardians-text ul,
.about-page__guardians-text ol {
  display: inline-block;
  margin: 0 auto 22px;
  padding-left: 1.4em;
  text-align: left;
}

.about-page__guardians-text li {
  margin: 0 0 10px;
  color: rgba(233, 224, 203, 0.88);
}

.about-page__guardians-text li::marker {
  color: #c89b2c;
}

/* Bottom highlighted line / promise statement */
.about-page__guardians-quote {
  position: relative;
  margin-top: 34px;
  padding-top: 28px;
  color: #c89b2c;
  font-size: 1.9rem;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

.about-page__guardians-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(540px, 100%);
  height: 1px;
  background: rgba(180, 132, 28, 0.45);
}

/* Decorative corner diamonds */
.about-page__guardians-content .corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(180, 132, 28, 0.55);
  transform: rotate(45deg);
  background: #0a0a0a;
}

/* If you want visual corners without adding HTML, use background trick */
.about-page__guardians-content {
  background-image: linear-gradient(45deg, transparent 42%, rgba(180, 132, 28, 0.45) 43%, rgba(180, 132, 28, 0.45) 57%, transparent 58%), linear-gradient(45deg, transparent 42%, rgba(180, 132, 28, 0.45) 43%, rgba(180, 132, 28, 0.45) 57%, transparent 58%), linear-gradient(45deg, transparent 42%, rgba(180, 132, 28, 0.45) 43%, rgba(180, 132, 28, 0.45) 57%, transparent 58%), linear-gradient(45deg, transparent 42%, rgba(180, 132, 28, 0.45) 43%, rgba(180, 132, 28, 0.45) 57%, transparent 58%);
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-position: 20px 20px, calc(100% - 20px) 20px, 20px calc(100% - 20px), calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
}

.about-page-cta__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.about-page-cta__title {
  margin: 0;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about-page-cta__title span {
  display: block;
}

.about-page-cta__title-gold {
  color: #d6b14c;
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .about-page-cta__title-gold {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-page-cta__title-gold {
    font-size: 26px;
  }
}

.about-page-cta__title-light {
  margin-top: 8px;
  color: #f5f1e8;
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .about-page-cta__title-light {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-page-cta__title-light {
    font-size: 26px;
  }
}

/* Buttons row */
.about-page-cta__actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.about-page-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  border-radius: 3px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-page-cta__btn span {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1;
}

/* Primary button */
.about-page-cta__btn--primary {
  background: #d1ae32;
  color: #111;
  border: 1px solid #d1ae32;
  box-shadow: 0 0 0 1px rgba(209, 174, 50, 0.12) inset;
}

.about-page-cta__btn--primary:hover {
  background: #dfbc45;
  border-color: #dfbc45;
  transform: translateY(-2px);
}

/* Secondary button */
.about-page-cta__btn--secondary {
  background: transparent;
  color: #d1ae32;
  border: 1px solid rgba(209, 174, 50, 0.55);
}

.about-page-cta__btn--secondary:hover {
  background: rgba(209, 174, 50, 0.08);
  border-color: #d1ae32;
  transform: translateY(-2px);
}

/* Bottom note */
.about-page-cta__note {
  margin: 34px 0 0;
  color: rgba(209, 174, 50, 0.55);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.blog-single-image img {
  width: 100%;
  aspect-ratio: 20/9;
  border-radius: 25px;
  object-fit: cover;
}

.single-blog ul,
.about-page ul,
.main-content__wrapper ul {
  margin-left: 24px;
  padding: 0;
}
.single-blog ul li,
.about-page ul li,
.main-content__wrapper ul li {
  margin: 8px 0;
  position: relative;
}
.single-blog ul li:before,
.about-page ul li:before,
.main-content__wrapper ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 4px;
  transition: all 0.15s ease-in-out;
}

.about-template__main {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .about-template__main {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .about-template__img {
    height: 450px;
  }
}
.about-template__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-template-why {
  margin-top: 48px;
}
@media screen and (min-width: 767px), print {
  .about-template-why__wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.about-template-why-item {
  padding: 16px;
  background: #f2f2f2;
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
.about-template-why-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px), print {
  .about-template-why-item {
    margin-top: 0;
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .about-template-why-item {
    width: calc((100% - 48px) / 3);
  }
}
.about-template-why-item__img {
  width: 60px;
  border-radius: 4px;
  height: 60px;
  background: rgba(37, 63, 114, 0.1098039216);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-template-why-item__content {
  width: calc(100% - 60px);
}
.about-template-why-item__title {
  font-size: 22px;
}

.contact-template__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .contact-template__wrapper {
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 767px), print {
  .contact-template__left {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template__left h2 {
  font-size: 30px;
  border-bottom: 1px solid #e2e6ec;
  padding-bottom: 12px;
  font-weight: 700;
  color: #121212;
}
.contact-template__right {
  padding: 16px 24px;
  border: 1px solid #e2e6ec;
}
@media screen and (min-width: 767px), print {
  .contact-template__right {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template-item {
  padding: 20px 0;
  border-bottom: 1px solid #e2e6ec;
}
.contact-template-item-title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #545454;
  font-weight: 600;
}
.contact-template-item-ans {
  font-size: 22px;
  color: #253f72;
}
@media screen and (min-width: 767px), print {
  .contact-template-item-ans {
    font-size: 26px;
  }
}
.contact-template-item-ans__wrapper {
  display: flex;
  gap: 8px;
  align-items: start;
}
.contact-template-item-ans__wrapper svg {
  min-width: 28px;
  height: 28px;
  display: block;
  margin-top: 5px;
}

.small-headings h2,
.single-tour-main-content__wrapper h2,
#single-tour-information h2,
.single-blog h2,
.single-product-tab-content h2 {
  font-size: 28px;
  line-height: 1.5;
}
.small-headings h3,
.single-tour-main-content__wrapper h3,
#single-tour-information h3,
.single-blog h3,
.single-product-tab-content h3 {
  font-size: 26px;
  line-height: 1.5;
}
.small-headings h4,
.single-tour-main-content__wrapper h4,
#single-tour-information h4,
.single-blog h4,
.single-product-tab-content h4 {
  font-size: 24px;
}
.small-headings h5,
.single-tour-main-content__wrapper h5,
#single-tour-information h5,
.single-blog h5,
.single-product-tab-content h5 {
  font-size: 22px;
}
.small-headings h6,
.single-tour-main-content__wrapper h6,
#single-tour-information h6,
.single-blog h6,
.single-product-tab-content h6 {
  font-size: 20px;
}

#single-tour-overview,
.single-tour-highlights,
#include-exclude,
#single-tour-facts,
#map-wrap,
#single-tour-itinerary,
#single-tour-information,
#faq-wrap,
#depaturedate,
#single-trips-reviews,
.singlepackagesidebar-contact,
.sidebar-price-wrap,
#new-reviewbtn,
#tripgalleryvideo,
.sidebar-enquiry,
.contact--form,
.note__wrapper {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;
}

.contact--form {
  margin-top: 0;
}

#single-tour-overview ul,
#single-tour-information ul,
#faq-acc ul {
  margin-left: 24px;
  padding: 0;
}
#single-tour-overview ul li,
#single-tour-information ul li,
#faq-acc ul li {
  margin: 8px 0;
  position: relative;
}
#single-tour-overview ul li:before,
#single-tour-information ul li:before,
#faq-acc ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 5px;
  transition: all 0.15s ease-in-out;
}

.single-package .site {
  background: #f4f4f4;
}

.sidebar-price-wrap {
  margin-top: 0;
}

.right-bar .single-tour-section-title:first-child {
  margin-bottom: 0;
}
.right-bar .sidebar-enquiry {
  margin-top: 0;
}
.right-bar .singlepackagesidebar-contact .single-tour-section-title {
  margin-bottom: 24px;
}

.note__wrapper {
  display: flex;
  gap: 12px;
  padding: 20px 12px;
  background: rgba(90, 124, 48, 0.1098039216);
  border: none;
}

.faq-page-main .accordion-outside {
  margin-top: 60px;
}

.contact__wrapper {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .contact__wrapper {
    margin: 0;
    width: 100%;
  }
}

/* 404 PAGE */
.error-404-page {
  background: #0f0f0f;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.error-404-wrapper {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
}

.error-404-content {
  max-width: 600px;
  margin: 0 auto;
}

.error-code {
  font-size: 180px;
  font-weight: 700;
  color: #bfbf9d;
  margin-bottom: 10px;
  line-height: 1;
}

.error-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.error-text {
  font-size: 15px;
  color: #aaa;
  margin-bottom: 30px;
}

/* Search */
.error-search form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.error-search input[type=search] {
  padding: 10px 15px;
  width: 70%;
  max-width: 300px;
  border: 1px solid #2b2b2b;
  background: #1a1a1a;
  color: #fff;
}

.error-search button {
  padding: 10px 15px;
  border: none;
  background: #bfbf9d;
  color: #000;
  cursor: pointer;
}

/* Buttons */
.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 768px) {
  .error-code {
    font-size: 80px;
  }
  .error-title {
    font-size: 22px;
  }
}
.ritual-product {
  color: #fff;
}

/* Keep your 50/50 layout */
.ritual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.ritual-image,
.ritual-content {
  min-width: 0;
}

/* IMPORTANT: don't clip the thumbnails */
.ritual-image,
.ritual-image .woocommerce-product-gallery {
  overflow: visible !important;
  height: auto !important;
}

/* Make gallery take full left column */
.ritual-image .woocommerce-product-gallery,
.ritual-image .woocommerce-product-gallery__wrapper,
.ritual-image div.images {
  float: none !important;
  margin: 0 !important;
}

.woocommerce-product-gallery--with-images {
  width: 100% !important;
}

/* Ensure the thumbs nav is visible (some themes hide flex-control-nav) */
.ritual-image .flex-control-nav,
.ritual-image .flex-control-nav.flex-control-thumbs,
.ritual-image .flex-control-thumbs {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  height: auto !important;
  overflow: visible !important;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

/* Remove float-based thumb layout from WooCommerce default */
.ritual-image .flex-control-thumbs li {
  float: none !important;
  margin: 0 !important;
  width: calc(20% - 12px) !important; /* 5 per row; change to 25% for 4 per row */
}

.ritual-image .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .ritual-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ritual-image .flex-control-thumbs li {
    width: calc(25% - 12px);
  }
}
.ritual-subtitle {
  letter-spacing: 0.2em;
  color: var(--primary-color);
  font-size: 12px;
  text-transform: uppercase;
}

.ritual-title {
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ritual-title {
    font-size: 28px;
  }
}
.ritual-title span {
  color: var(--primary-color);
}

.ritual-pre-order__wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ritual-pre-order__wrapper.left {
  position: absolute;
  top: 12px;
  right: 12px;
  justify-content: space-between;
  width: 100%;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .ritual-pre-order__wrapper.left {
    width: 92%;
  }
}

.ritual-pre-order__wrapper .re-order {
  background: linear-gradient(135deg, #065f46, #047857, #059669);
  width: max-content;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.ritual-pre-order__wrapper .re-order svg {
  height: 14px;
  width: 14px;
}

.ritual-pre-order__wrapper .save {
  background: #059669;
  width: max-content;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.ritual-pre-order__wrapper .save svg {
  height: 14px;
  width: 14px;
}

.ritual-tagline {
  font-style: italic;
  color: #7b7b7b;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.ritual-title-desc {
  color: #7b7b7b;
  font-style: italic;
  font-size: 14px;
}

.woocommerce-Price-amount.amount {
  color: var(--primary-color);
  font-size: 18px;
}

.ritual-description {
  padding: 24px 0;
}

.ritual-description p {
  color: #cfcab5;
}

.ritual-quantity {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid var(--primary-color);
  padding: 6px 12px;
  font-size: 12px;
}

.ritual-price del .woocommerce-Price-amount {
  font-size: 12px;
  color: var(--primary-color);
}
.ritual-price ins .woocommerce-Price-amount {
  font-size: 32px;
  color: #fff;
}
.ritual-price .price {
  margin: 0 !important;
}

.ritual-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 40px 0;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.ritual-meta-grid h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.single_add_to_cart_button {
  margin-top: 0 !important;
  border-radius: 8px !important;
}

.custom-qty-label {
  display: inline-block;
  margin-right: 8px;
}

.woocommerce .quantity .qty {
  border: none !important;
  width: 31px;
  margin-top: 0 !important;
}

.single_add_to_cart_button {
  background: var(--primary-color) !important;
  color: #000 !important;
  border-radius: 8px !important;
  width: 50% !important;
  padding: 12px 24px !important;
}

.wp-block-search__button {
  color: var(--primary-color) !important;
}

.wc-block-components-checkbox__input {
  background: #fff !important;
}

#radio-control-wc-payment-method-options-ppcp_card {
  background: #fff !important;
  margin-top: 0 !important;
}

#radio-control-wc-payment-method-options-ppcp {
  background: #fff !important;
  margin-top: 0 !important;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #333;
  border-radius: 8px;
}

.qty-btn {
  color: #fff !important;
}

.qty-btn:hover {
  background: #131313;
  color: var(--primary-color) !important;
}

.quantity input.qty {
  width: 60px;
  text-align: center;
}

/* Remove native arrows */
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.ritual-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* 1:1 square */
  overflow: hidden;
}

/* Make WooCommerce image fill the square */
.ritual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 6px;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  border: 1px solid #d4af37;
}

.woocommerce .woocommerce-ordering select option {
  vertical-align: top;
  padding: 0px;
  border-radius: 6px;
  color: #fff;
  background: #000;
}

.woocommerce .woocommerce-ordering select option:hover {
  background: #292929;
  color: #292929;
}

.woocommerce-ordering select option:hover,
.woocommerce-ordering select option:checked {
  background-color: #111;
  color: #111;
}

.woocommerce-message {
  background-color: #000;
  border-top-color: var(--primary-color);
  color: #fff;
}
.woocommerce-message:before {
  color: var(--primary-color);
}

/* Hide Woo dropdowns but keep them working */
.variations_form table.variations {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Cards */
.ritual-size {
  margin: 18px 0 16px;
}

.ritual-size__label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7e8792;
}

.ritual-size__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ritual-size__card {
  text-align: left;
  width: 100%;
  padding: 14px 12px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e3e7ee;
  position: relative;
}

.ritual-size__card.is-active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color) inset;
}
.ritual-size__card.is-active .ritual-size__size,
.ritual-size__card.is-active .ritual-size__title {
  color: var(--primary-color);
}

.ritual-size__card:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ritual-size__badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #000;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 800;
  width: max-content;
}

.ritual-size__card-price del .woocommerce-Price-amount {
  font-size: 12px;
  color: #cbcbcb;
  line-height: 1;
  font-weight: 300;
}
.ritual-size__card-price ins .woocommerce-Price-amount {
  font-size: 18px;
  color: var(--primary-color);
  line-height: 1;
}

.ritual-size__size {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 6px;
}

.ritual-size__title {
  font-size: 12px;
  color: #cfd6df;
  margin-bottom: 4px;
}

.ritual-size__desc {
  font-size: 11px;
  line-height: 1.4;
  color: #98a2ad;
  margin-bottom: 10px;
}

.ritual-size__card-price .amount {
  color: var(--primary-color);
  font-weight: 900;
}

@media (max-width: 860px) {
  .ritual-size__grid {
    grid-template-columns: 1fr;
  }
}
/* SKU / stock line */
.ritual-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 8px 0 10px;
  font-size: 11px;
  color: rgba(232, 237, 244, 0.55);
}

.ritual-stock.is-instock {
  color: rgba(96, 211, 148, 0.85);
}

/* Facts list (two columns) */
.ritual-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: rgba(232, 237, 244, 0.62);
}
@media screen and (max-width: 767px) {
  .ritual-facts {
    grid-template-columns: 1fr;
  }
}

.ritual-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ritual-ico {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  color: rgba(212, 175, 55, 0.9);
  font-size: 18px;
}

/* Note + mini badges */
.ritual-note {
  font-size: 13px;
  color: var(--primary-color);
  margin: 8px 0 14px;
}

.ritual-badges {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 10px;
  color: rgba(232, 237, 244, 0.45);
  margin: 24px 0 14px;
  border-top: 1px solid #292929;
  padding-top: 24px;
}
.ritual-badges span {
  font-size: 14px;
}
.ritual-badges span svg {
  color: var(--primary-color);
}

.ritual-shipping p {
  color: #7b7b7b;
  letter-spacing: 0.1px;
  font-size: 13px;
}

/* Description box */
.ritual-descbox {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  padding: 14px 14px 12px;
  margin-top: 24px;
}

.ritual-descbox__text {
  color: rgba(232, 237, 244, 0.55);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.ritual-descbox__text p {
  margin: 0 0 10px;
}

.ritual-descbox__footer {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.55);
}

.single-product .woocommerce-variation-price {
  display: none !important;
}

.ritual-kicker {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.2px;
  font-weight: 500;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  left: 0.5em;
  top: 42px;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
  }
}

/* price + -20% badge */
.ritual-price-wrap {
  margin-bottom: 24px;
}

.ritual-price {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ritual-price .price del {
  order: 2;
}
.ritual-price .price del span {
  font-size: 16px;
  color: #eee;
}
.ritual-price .price ins {
  order: 1;
}
.ritual-price .price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ritual-price-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  background: #009a63;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ritual-preorder-box__wrapper .icon {
  padding: 12px;
  background: rgba(5, 150, 105, 0.1294117647);
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 1000px;
  align-items: center;
  justify-content: center;
}

.ritual-preorder-box__wrapper .icon svg {
  color: #059669;
}

.ritual-preorder-box__wrapper {
  padding: 16px 18px;
  border: 1px solid rgba(0, 154, 99, 0.35);
  background: rgba(0, 154, 99, 0.08);
  border-radius: 6px;
  display: flex;
  gap: 12px;
}

.ritual-preorder-box__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
}

.ritual-preorder-box__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.ritual-shipping-note {
  margin-top: 8px;
}

/* select size row */
.ritual-size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 16px;
  flex-wrap: wrap;
}

.ritual-size-head__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c8a13b;
}

.ritual-size-head__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 154, 99, 0.16);
  border: 1px solid rgba(0, 154, 99, 0.4);
  color: #3ee0a0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* preorder bottom note */
.ritual-preorder-footnote {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(154, 101, 0, 0.35);
  background: rgba(154, 79, 0, 0.08);
  border-radius: 6px;
}

.ritual-preorder-footnote__title {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #c8a13b;
  font-weight: 500;
}

.ritual-preorder-footnote__title span {
  color: #c8a13b;
  font-size: 23px;
}

.ritual-preorder-footnote__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 767px) {
  .ritual-preorder-box {
    padding: 14px;
  }
  .ritual-preorder-box__title {
    font-size: 16px;
  }
  .ritual-preorder-box__text {
    font-size: 13px;
  }
  .ritual-size-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
/* ===== SECTION ===== */
.preorder {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .preorder {
    padding: 40px 0;
  }
}

.single-product-tabs {
  margin: 42px 0;
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  .single-product-tabs {
    margin: 24px 0;
    max-width: 100%;
  }
}

.preorder__container {
  max-width: 1200px;
  margin: auto;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .preorder__container {
    padding: 24px;
  }
}

/* ===== HEADER ===== */
.preorder__header {
  text-align: center;
  margin-bottom: 60px;
}

.preorder__eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  color: #00ffa3;
}

.preorder__title {
  font-size: 40px;
  color: #ffffff;
  margin: 10px 0;
  font-weight: 500;
}

.preorder__subtitle {
  max-width: 650px;
  margin: auto;
  color: #8b95a3;
  font-size: 16px;
  line-height: 1.6;
}

/* ===== GRID ===== */
.preorder__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .preorder__steps {
    gap: 20px;
  }
}

/* ===== CARD ===== */
.preorder-card {
  padding: 24px;
  background: #0b0b0b;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.preorder-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

/* active card */
.preorder-card--active {
  background: linear-gradient(180deg, #06261e, #051a16);
  border-color: #0c7a5a;
}

/* ===== ICON ===== */
.preorder-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 255, 163, 0.1);
  color: #00ffa3;
}

.preorder-card__icon--gold {
  background: rgba(255, 184, 0, 0.08);
  color: #ffb800;
}

/* ===== TEXT ===== */
.preorder-card__step {
  font-size: 11px;
  letter-spacing: 3px;
  color: #8c8c8c;
  display: block;
  margin-bottom: 6px;
}

.preorder-card__title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}

.preorder-card__desc {
  font-size: 14px;
  color: #8b95a3;
  line-height: 1.6;
}

/* ===== BADGE ===== */
.preorder-card__badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 11px;
  border-radius: 20px;
  background: #0c7a5a;
  color: #ffffff;
  letter-spacing: 1px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .preorder__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .preorder__steps {
    grid-template-columns: 1fr;
  }
}
.ritual-size__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ritual-size__discount {
  padding: 4px 12px;
  border: 1px solid rgba(0, 154, 99, 0.35);
  background: rgba(0, 154, 99, 0.08);
  border-radius: 1000px;
  width: max-content;
  color: rgba(15, 255, 169, 0.83);
  font-size: 14px;
  text-transform: uppercase;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  color: rgba(210, 210, 210, 0.8) !important;
}

.wc-block-cart__main .wc-block-cart-items td {
  border-top: initial !important;
}

table.wc-block-cart-items thead tr {
  border-bottom: none !important;
  padding-left: 12px !important;
}

.wc-block-cart__main .wc-block-cart-items th {
  padding: 8px 16px !important;
}

/* ─────────────────────────────────────
   EMPTY CART PAGE
   ───────────────────────────────────── */
.cart-empty-wrapper {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.cart-empty-header {
  margin-bottom: 40px;
}

.cart-empty-icon {
  color: #ccc;
  margin-bottom: 16px;
}

.cart-empty-title {
  font-size: 1.8rem;
  color: #333;
  margin: 0 0 8px;
}

.cart-empty-subtitle {
  font-size: 1rem;
  color: #888;
  margin: 0;
}

.cart-empty-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 8px;
  margin-top: 10px;
}

/* ─────────────────────────────────────
   PRODUCT CARDS GRID — EMPTY CART
   ───────────────────────────────────── */
.product-card__wrapper--empty-cart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* ─────────────────────────────────────
   CARD MODIFIER — EMPTY CART
   ───────────────────────────────────── */
.product-card--empty-cart {
  border: 2px dashed #e0d5c7;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
  transition: all 0.3s ease;
  text-align: left;
}

.product-card--empty-cart:hover {
  border-color: #c5a47e;
  box-shadow: 0 8px 24px rgba(197, 164, 126, 0.15);
  transform: translateY(-4px);
}

.product-card--empty-cart .product-card__img {
  height: 180px;
  overflow: hidden;
}

.product-card--empty-cart .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card--empty-cart:hover .product-card__img img {
  transform: scale(1.05);
}

.product-card--empty-cart .product-card__content {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card--empty-cart .product-card-title {
  font-size: 1rem;
  margin: 0;
}

.product-card--empty-cart .product-card-title a {
  color: #333;
  text-decoration: none;
}

.product-card--empty-cart .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c5a47e;
  margin: 0;
}

.product-card--empty-cart .product-card-quote p {
  font-size: 0.85rem;
  color: #999;
  font-style: italic;
  margin: 0;
}

/* Accent CTA */
.btn-accent {
  display: inline-block;
  background-color: #c5a47e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}

.btn-accent:hover {
  background-color: #b08f6a;
  color: #fff;
}

.tabs__panel .accordion-outside {
  width: 100%;
}

/* ─────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────── */
@media (max-width: 768px) {
  .product-card__wrapper--empty-cart {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-empty-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .product-card__wrapper--empty-cart {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-grid__item {
  position: relative;
}
.gallery-grid__item:hover {
  cursor: pointer;
}
.gallery-grid__item:hover .gallery-grid__caption {
  opacity: 1;
  visibility: visible;
}

.gallery-module-item__content {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .gallery-module-item__content {
    width: 100%;
    margin: 0;
  }
}

.gallery-module-item {
  margin-top: 48px;
}

.gallery-grid__item:nth-child(6) img {
  display: block !important;
}

.gallery-grid__caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}

.gallery-module-item__tagline {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.wc-block-components-checkout-place-order-button {
  background: var(--primary-color);
}

.wc-block-components-totals-coupon__button {
  background: var(--primary-color);
}

.wc-block-components-checkbox__input {
  margin-top: 0 !important;
}

fieldset#shipping-option {
  display: none !important;
}

.wc-block-components-address-card__address-section--secondary {
  color: var(--primary-color) !important;
}

@media screen and (max-width: 767px) {
  .wc-block-components-address-form__hostinger-reach-newsletter-optin {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .wc-block-components-address-address-wrapper {
    margin-bottom: 36px !important;
  }
}

.wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__label {
  font-size: 16px !important;
}

.single-product-mobile-stickybar {
  background: #0b0b0b !important;
  display: flex;
  gap: 12px;
  position: fixed;
  padding: 8px 0;
  bottom: 0;
  z-index: 9;
  width: 92%;
}
@media screen and (min-width: 767px), print {
  .single-product-mobile-stickybar {
    display: none;
  }
}
.single-product-mobile-stickybar form.stickybar-cart {
  margin: 8px 0 !important;
}

.stickybar-cart {
  display: flex;
  gap: 12px;
  align-items: center;
}
.stickybar-cart:before {
  display: none !important;
}

.stickybar-btn {
  width: calc((100% - 12px) / 2);
}
.stickybar-btn .single_add_to_cart_button {
  width: 100% !important;
  padding: 10px 14px !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.4 !important;
}

.stickybar-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  color: #d1ae32;
  border: 1px solid rgba(209, 174, 50, 0.55);
  width: calc((100% - 12px) / 2);
}

.payment-we-accept {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
}
.payment-we-accept img {
  width: 140px;
}

.hhp-hero {
  position: relative;
  overflow: hidden;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .hhp-hero {
    height: 250px;
  }
}
.hhp-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.9) 0%, rgba(11, 11, 11, 0.85) 80%, rgb(11, 11, 11) 100%);
}
.hhp-hero__img {
  height: 100%;
}
.hhp-hero__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hhp-hero__wrapper {
  position: relative;
  height: max-content;
}
.hhp-hero-banner-content {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  max-width: 60%;
  text-align: center;
  top: 30%;
}
.hhp-hero-title {
  font-size: 58px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hhp-hero-title {
    font-size: 28px;
  }
}
.hhp-hero-tagline {
  text-transform: capitalize;
  letter-spacing: 2px;
  color: var(--primary-color);
}
.hhp-hero-cta__wrapper {
  margin-top: 60px;
  display: inline-block;
}
.hhp-hero-cta__wrapper svg {
  margin-top: 24px;
}
.hhp-hero__desc p {
  color: #9a9a9a;
}

/* ================================
   MAIN LAYOUT
================================ */
.hhp-main {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .hhp-main {
    display: block;
  }
}

/* ================================
   LEFT CONTENT
================================ */
.hhp-main__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.hhp-main__description {
  font-size: 18px;
  line-height: 1.8;
  color: #9a9a9a;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .hhp-main__description {
    margin-bottom: 24px;
  }
}

/* ================================
   PASSAGE
================================ */
.hhp-main__passage {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .hhp-main__passage {
    padding-top: 24px;
  }
}

.hhp-main__subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .hhp-main__subtitle {
    margin-bottom: 24px;
  }
}

/* ================================
   TIMELINE
================================ */
.hhp-main__days {
  list-style: none;
}

.hhp-main__day {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 24px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #9a9a9a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 767px) {
  .hhp-main__day {
    display: block;
    padding: 8px 0;
  }
}

.hhp-main__day-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}

/* Highlighted harvest day */
.hhp-main__day {
  padding-left: 18px;
}

.hhp-main__day:hover {
  background: linear-gradient(to right, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0));
  border-left: 2px solid var(--primary-color);
}

/* ================================
   INCLUDES / REQUIREMENTS
================================ */
.hhp-main__extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .hhp-main__extras {
    margin-top: 32px;
    display: block;
  }
}

.hhp-main__extras ul {
  list-style: none;
}

.hhp-main__extras li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #9a9a9a;
}

.hhp-main__extras li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: var(--primary-color);
}

/* ================================
   RIGHT CTA CARD
================================ */
.hhp-main__cta {
  position: sticky;
  top: 100px;
  background: linear-gradient(180deg, #111, #0b0b0b);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 48px;
}
@media screen and (max-width: 991px) {
  .hhp-main__cta .hhp-main {
    grid-template-columns: 1fr;
  }
  .hhp-main__cta .hhp-main__cta {
    position: relative;
    top: auto;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .hhp-main__cta {
    padding: 24px;
  }
}

/* ================================
   PRICING
================================ */
.hhp-main__price-box {
  margin-bottom: 36px;
}

.hhp-main__label {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.hhp-main__price {
  font-size: 48px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.hhp-main__note {
  font-size: 13px;
  color: #9a9a9a;
}

/* ================================
   BUTTONS
================================ */
.hhp-main__btn {
  width: 100%;
  padding: 16px;
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hhp-main__btn:hover {
  background: var(--primary-color);
  color: #000;
}

.hhp-main__btn--watch::before {
  content: "▶";
  margin-right: 10px;
  font-size: 11px;
}

/* ================================
   STATS
================================ */
.hhp-main__stats {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hhp-main__stat {
  font-size: 13px;
  color: #9a9a9a;
}

.hhp-main__stat strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-color);
}

/* ================================
   GALLERY SECTION
================================ */
.hhc-single-gallery {
  background: #000;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .hhc-single-gallery {
    padding: 32px 0;
  }
}

.popup-item-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .popup-item-wrapper {
    margin-top: 32px;
  }
}
.popup-item-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.popup-item-wrapper img:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-popup.active {
  display: flex;
  opacity: 1;
}
.image-popup__inner {
  position: relative;
  max-height: 80%;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-popup__inner img {
  width: auto;
  max-width: 90vw;
  max-height: 80vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  object-fit: contain;
}
.image-popup__inner .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.image-popup__inner .nav-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}
.image-popup__inner .nav-arrow.nav-prev {
  left: -60px;
}
.image-popup__inner .nav-arrow.nav-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .image-popup__inner .nav-arrow.nav-prev {
    left: 10px;
  }
  .image-popup__inner .nav-arrow.nav-next {
    right: 10px;
  }
}
.image-popup__inner .popup-close {
  position: absolute;
  right: -30px;
  top: -26px;
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-popup__inner .popup-close:hover {
  cursor: pointer;
}

.hh-blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .hh-blog__grid {
    display: block;
  }
}

.hh-blog-card {
  position: relative;
  background-color: #0b0b0b;
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: transform 0.4s ease, border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .hh-blog-card {
    margin-bottom: 24px;
  }
}

.hh-blog-card:hover {
  transform: translateY(-6px);
  border-color: #d4af37;
}

.hh-blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.hh-blog-card__media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hh-blog-card:hover img {
  transform: scale(1.05);
}

.hh-blog-card__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #1a1a1a;
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 12px;
  text-transform: uppercase;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.hh-blog-card__body {
  padding: 32px;
}

.hh-blog-card__meta {
  font-size: 12px;
  color: #b5b5b5;
  margin-bottom: 14px;
}

.hh-blog-card__meta span {
  margin-right: 6px;
}

.hh-blog-card__title {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.hh-blog-card__title a {
  color: #ffffff;
  text-decoration: none;
}

.hh-blog-card__excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 24px;
}

.hh-blog-card__link {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #d4af37;
  text-transform: uppercase;
  text-decoration: none;
}

.hh-blog-card__link span {
  margin-left: 6px;
}

.hh-post {
  background-color: #0b0b0b;
  color: #ffffff;
}

.hh-post__wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.hh-post__date {
  font-size: 13px;
  color: #d4af37;
  margin-bottom: 12px;
  display: block;
}

.hh-post__title {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.hh-post__featured img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 40px;
}

.hh-post__content {
  font-size: 16px;
  line-height: 1.8;
  color: #dddddd;
}
.hh-post__content table {
  overflow-x: scroll;
  display: inline-block;
}
.hh-post__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.hh-post__content ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}
.hh-post__content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 900;
}

.hh-post__content h2,
.hh-post__content h3 {
  margin: 32px 0 16px;
  color: #ffffff;
}

.hh-post__content p {
  margin-bottom: 20px;
}

.hh-post__content blockquote {
  border-left: 3px solid #d4af37;
  padding-left: 20px;
  margin: 32px 0;
  font-style: italic;
  color: #ffffff;
}

.values-hero {
  background-color: #0b0b0b;
  color: #fff;
  padding: 72px 0 88px;
}

.values-hero__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.values-hero__content blockquote {
  background: none;
  border-left: 0;
}
.values-hero__content blockquote:after {
  display: none;
}
.values-hero__content blockquote p {
  text-align: center;
  line-height: 1.8;
  font-size: 22px;
  color: #fff;
  font-style: italic;
}

.values-hero__quote {
  margin: 0;
  position: relative;
}
.values-hero__quote:after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -28px;
  background: var(--primary-color);
  left: 50%;
  transform: translateX(-50%);
}

.values-hero__quote-text {
  margin: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.values-hero__quote-text p {
  margin-bottom: 32px;
}

.values-hero__quote-text + .values-hero__quote-text {
  margin-top: 22px;
}

.values-hero__description {
  max-width: 520px;
  margin: 72px auto 0;
}

.values-hero__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.values-hero__text + .values-hero__text {
  margin-top: 20px;
}

.commitments {
  background-color: #0b0b0b;
  color: #fff;
}

.commitments__header {
  text-align: center;
  margin-bottom: 40px;
}
.commitments__header .section-title {
  font-size: 38px;
  letter-spacing: 1px;
}

.commitments__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.commitments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.commitments__card {
  background-color: #151515;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-top: 2px solid var(--primary-color);
  border-radius: 4px;
  padding: 22px 18px 20px;
}

.commitments__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.commitments__icon h2 {
  color: var(--primary-color);
}
.commitments__icon svg {
  width: 60px;
}

.commitments__card-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.commitments__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
  .values-hero {
    padding: 56px 0 72px;
  }
  .values-hero__quote-text {
    font-size: 26px;
  }
  .values-hero__description {
    margin-top: 56px;
  }
  .commitments__grid {
    grid-template-columns: 1fr;
  }
  .commitments__card {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .values-hero__quote-text {
    font-size: 22px;
  }
  .values-hero__description {
    max-width: 100%;
    margin-top: 40px;
  }
  .values-hero__text {
    font-size: 12px;
    line-height: 1.8;
  }
  .commitments {
    padding: 24px 0 56px;
  }
  .commitments__header {
    margin-bottom: 28px;
  }
  .commitments__card {
    padding: 18px 16px;
  }
}
.bee-protection__wrapper {
  display: flex;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .bee-protection__wrapper {
    flex-direction: column-reverse;
  }
}
.bee-protection__left, .bee-protection__right {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 991px) {
  .bee-protection__left, .bee-protection__right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .bee-protection-title {
    line-height: 1.4;
  }
}
.bee-protection-tagline {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.bee-protection__content {
  margin-top: 24px;
}

.harvesting {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background-color: #0b0b0b;
}

.harvesting__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.harvesting__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.harvesting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.harvesting-content {
  position: relative;
  z-index: 3;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .harvesting-content {
    min-height: 200px;
  }
}

.harvesting-content__wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}

.bee-protection-tagline {
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.harvesting-title {
  margin: 0;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 700;
  color: #fff;
}

.harvesting__desc {
  max-width: 860px;
  margin: 34px auto 0;
}

.harvesting__desc p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1199px) {
  .harvesting,
  .harvesting-content {
    min-height: 560px;
  }
  .harvesting-title {
    font-size: 48px;
  }
  .harvesting__desc p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .harvesting,
  .harvesting-content {
    min-height: 500px;
  }
  .harvesting-content__wrapper {
    max-width: 680px;
    padding: 70px 0;
  }
  .bee-protection-tagline {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .harvesting-title {
    font-size: 40px;
  }
  .harvesting__desc {
    margin-top: 26px;
  }
  .harvesting__desc p {
    font-size: 16px;
    line-height: 1.65;
  }
}
@media (max-width: 767px) {
  .harvesting,
  .harvesting-content {
    min-height: 440px;
  }
  .harvesting-content__wrapper {
    padding: 56px 0;
  }
  .bee-protection-tagline {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }
  .harvesting-title {
    font-size: 32px;
    line-height: 1.18;
  }
  .harvesting__desc {
    margin-top: 22px;
  }
  .harvesting__desc p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 575px) {
  .harvesting,
  .harvesting-content {
    min-height: 400px;
  }
  .harvesting-title {
    font-size: 28px;
  }
  .harvesting__desc p {
    font-size: 14px;
  }
}
.sustainability-counter {
  background-color: #0b0b0b;
  padding: 72px 0;
}

.sustainability-counter__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.sustainability-counter-item {
  text-align: center;
  padding: 8px 28px;
  position: relative;
}

.sustainability-counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 148px;
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%);
}

.sustainability-counter-item h2 {
  margin: 0 0 14px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary-color);
}

.sustainability-counter-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.grayanotoxin-info__wrapper blockquote {
  color: #fff;
}
.grayanotoxin-info__wrapper blockquote:after {
  display: none;
}
.grayanotoxin-info__wrapper blockquote p {
  font-style: italic;
}

.grayanotoxin-info__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grayanotoxin-info__wrapper li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.grayanotoxin-info__wrapper li::before {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.7;
}

.grayanotoxin-info__wrapper li + li {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .grayanotoxin-info__wrapper li::before {
    font-size: 16px;
  }
  .grayanotoxin-info__wrapper li + li {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .sustainability-counter {
    padding: 56px 0;
  }
  .sustainability-counter__wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .sustainability-counter-item:not(:last-child)::after {
    display: none;
  }
  .sustainability-counter-item:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-50%);
  }
  .sustainability-counter-item h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .sustainability-counter {
    padding: 44px 0;
  }
  .sustainability-counter__wrapper {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .sustainability-counter-item {
    padding: 0;
  }
  .sustainability-counter-item::after,
  .sustainability-counter-item:nth-child(odd)::after {
    display: none;
  }
  .sustainability-counter-item h2 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .sustainability-counter-item p {
    font-size: 12px;
    letter-spacing: 0.12em;
    max-width: 260px;
  }
}
.grayanotoxin-info__wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .grayanotoxin-info__wrapper {
    width: 100%;
  }
}

.trade {
  background-color: #0b0b0b;
  padding: 90px 0 110px;
  color: #fff;
}
.trade .section-tagline {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.trade .section__desc {
  max-width: 720px;
  margin: 24px auto 0;
}
.trade .section__desc p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.trade-item__wrapper {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

.trade-item {
  background-color: #171717;
  border-left: 2px solid var(--primary-color);
  border-radius: 3px;
  padding: 20px 22px 18px;
}

.trade-item h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.trade-item__desc p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .trade {
    padding: 72px 0 88px;
  }
  .section-top {
    margin-bottom: 44px;
  }
  .section-title {
    font-size: 40px;
  }
  .section__desc p {
    font-size: 17px;
  }
  .trade-item h3 {
    font-size: 20px;
  }
  .trade-item__desc p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .trade {
    padding: 56px 0 72px;
  }
  .section-tagline {
    font-size: 12px;
    margin-bottom: 14px;
    letter-spacing: 0.18em;
  }
  .section-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .section__desc {
    margin-top: 18px;
  }
  .section__desc p {
    font-size: 15px;
    line-height: 1.7;
  }
  .trade-item {
    padding: 18px 16px;
  }
  .trade-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .trade-item__desc p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.harvest-page p {
  color: #f1efe9;
}

.season-timeline {
  padding: 100px 0;
  background-color: #0b0b0b;
  color: #ffffff;
}

.season-timeline__header {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.season-timeline__eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.season-timeline__title {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 500;
  color: #f8f3ec;
}

.season-timeline__subtitle {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #8d98a7;
}

.season-timeline__list {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.season-timeline__item {
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.season-timeline__top {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
}

.season-timeline__dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d2d2d;
  border: 1px solid #4a4a4a;
  margin-left: 2px;
}

.season-timeline__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.season-timeline__season {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f7986;
}

.season-timeline__months {
  font-size: 14px;
  line-height: 1;
  color: #5f6773;
  font-weight: 500;
}

.season-timeline__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border: 1px solid rgba(212, 162, 63, 0.45);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.season-timeline__line {
  width: calc(100% - 32px);
  height: 3px;
  margin-left: 32px;
  margin-bottom: 14px;
  background-color: #343434;
  border-radius: 999px;
}

.season-timeline__text {
  margin: 0 0 0 32px;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.8;
  color: #4f5c6c;
}

.season-timeline__item--active .season-timeline__dot {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.season-timeline__item--active .season-timeline__season {
  color: var(--primary-color);
}

.season-timeline__item--active .season-timeline__months {
  color: #8f7950;
}

.season-timeline__item--active .season-timeline__line {
  background-color: var(--primary-color);
}

.season-timeline__item--active .season-timeline__text {
  color: #f1efe9;
}

@media (max-width: 991px) {
  .season-timeline {
    padding: 80px 0;
  }
  .season-timeline__header {
    margin-bottom: 56px;
  }
  .season-timeline__title {
    font-size: 48px;
  }
  .season-timeline__subtitle {
    font-size: 18px;
  }
  .season-timeline__season {
    font-size: 22px;
  }
  .season-timeline__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .season-timeline {
    padding: 64px 0;
  }
  .season-timeline__header {
    margin-bottom: 44px;
  }
  .season-timeline__title {
    font-size: 38px;
  }
  .season-timeline__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
  .season-timeline__top {
    align-items: flex-start;
    gap: 16px;
  }
  .season-timeline__dot {
    margin-top: 8px;
  }
  .season-timeline__meta {
    gap: 10px;
  }
  .season-timeline__season {
    font-size: 18px;
  }
  .season-timeline__months {
    font-size: 13px;
  }
  .season-timeline__line,
  .season-timeline__text {
    margin-left: 26px;
    width: calc(100% - 26px);
  }
}
@media (max-width: 575px) {
  .season-timeline__title {
    font-size: 32px;
  }
  .season-timeline__eyebrow {
    font-size: 12px;
  }
  .season-timeline__item {
    padding: 24px 0 20px;
  }
  .season-timeline__season {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .season-timeline__badge {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .season-timeline__text {
    font-size: 15px;
  }
}
.harvest-reality {
  padding: 100px 0;
  background-color: #050505;
  color: #ffffff;
}

.harvest-reality__header {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.harvest-reality__eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.harvest-reality__title {
  margin: 0;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 500;
  color: #f7f2ea;
}

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

.harvest-reality__item {
  min-height: 158px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 34px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.harvest-reality__item:nth-child(3n) {
  border-right: 0;
}

.harvest-reality__item:nth-last-child(-n+3) {
  border-bottom: 0;
}

.harvest-reality__icon {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
  color: rgba(212, 162, 63, 0.45);
}

.harvest-reality__value {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--primary-color);
}

.harvest-reality__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.harvest-reality__label-strong,
.harvest-reality__label-light {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.harvest-reality__label-strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #dfe8f3;
}

.harvest-reality__label-light {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #718096;
}

@media (max-width: 991px) {
  .harvest-reality {
    padding: 80px 0;
  }
  .harvest-reality__header {
    margin-bottom: 56px;
  }
  .harvest-reality__title {
    font-size: 48px;
  }
  .harvest-reality__item {
    padding: 24px 24px 26px;
  }
  .harvest-reality__value {
    font-size: 28px;
  }
  .harvest-reality__label-strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .harvest-reality {
    padding: 64px 0;
  }
  .harvest-reality__title {
    font-size: 38px;
  }
  .harvest-reality__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .harvest-reality__item {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .harvest-reality__item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
  .harvest-reality__item:nth-child(2n) {
    border-right: 0;
  }
  .harvest-reality__item:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .harvest-reality__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .harvest-reality__header {
    margin-bottom: 42px;
  }
  .harvest-reality__title {
    font-size: 32px;
  }
  .harvest-reality__grid {
    grid-template-columns: 1fr;
  }
  .harvest-reality__item,
  .harvest-reality__item:nth-child(2n),
  .harvest-reality__item:nth-child(3n) {
    border-right: 0;
  }
  .harvest-reality__item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .harvest-reality__item:last-child {
    border-bottom: 0;
  }
  .harvest-reality__item {
    min-height: auto;
    padding: 22px 0;
  }
  .harvest-reality__value {
    font-size: 26px;
  }
  .harvest-reality__label-strong {
    font-size: 15px;
  }
  .harvest-reality__label-light {
    font-size: 13px;
  }
}
.harvest-proof {
  background: #000;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

/* Header */
.harvest-proof__eyebrow {
  display: inline-block;
  color: var(--primary-color);
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.harvest-proof__title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.harvest-proof__desc {
  max-width: 700px;
  margin: 0 auto 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
}

.harvest-proof__note {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

/* Video */
.harvest-proof__video {
  position: relative;
  margin: 60px auto;
  max-width: 900px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 200, 0, 0.1), rgba(0, 0, 0, 0.8));
}

/* overlay */
.harvest-proof__video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* play button */
.harvest-proof__play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.harvest-proof__play-btn:hover {
  background: var(--primary-color);
  color: #000;
}

/* duration */
.harvest-proof__duration {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 12px;
  color: #ccc;
}

/* Footer note */
.harvest-proof__footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 200, 0, 0.3);
  border-radius: 6px;
}

.harvest-proof__footer p {
  margin: 0;
}

.harvest-proof__dot {
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
}

.harvest-proof__footer-text {
  font-size: 13px;
  color: #d6b35c;
}

.before-you-begin__content {
  width: 60%;
  margin: 0 auto;
  color: #808080;
}
@media screen and (max-width: 991px) {
  .before-you-begin__content {
    width: 100%;
    margin: 0;
  }
}
.before-you-begin__content ul li {
  position: relative;
  padding-left: 36px;
}
.before-you-begin__content ul li:before {
  content: "→";
  position: absolute;
  font-size: 22px;
  left: 2px;
  color: var(--primary-color);
  margin-right: 8px;
  top: -8px;
}

.dosage-guide {
  padding: 48px 0;
  color: #ffffff;
}

.dosage-guide__table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0.01) 100%);
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .dosage-guide__table {
    width: 100%;
  }
}

.dosage-guide__table-head,
.dosage-guide__row {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 3fr;
  align-items: center;
}

.dosage-guide__table-head {
  min-height: 48px;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dosage-guide__head-item {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7b7f8d;
}

.dosage-guide__row {
  min-height: 80px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dosage-guide__row:last-child {
  border-bottom: 0;
}

.dosage-guide__row--start {
  background: linear-gradient(90deg, rgba(212, 162, 63, 0.14) 0%, rgba(212, 162, 63, 0.06) 100%);
}

.dosage-guide__row--maximum {
  background: linear-gradient(90deg, rgba(212, 162, 63, 0.12) 0%, rgba(212, 162, 63, 0.04) 100%);
  box-shadow: inset 3px 0 0 var(--primary-color);
}

.dosage-guide__row--danger {
  background: linear-gradient(90deg, rgba(120, 16, 24, 0.45) 0%, rgba(80, 10, 16, 0.2) 100%);
  box-shadow: inset 3px 0 0 #ff4d57;
}

.dosage-guide__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 14px 0;
}

.dosage-guide__cell--level {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.dosage-guide__icon {
  font-size: 18px;
  line-height: 1;
  color: var(--primary-color);
}

.dosage-guide__row--danger .dosage-guide__icon {
  color: #ff5b63;
}

.dosage-guide__level {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #a9acb5;
}

.dosage-guide__row--start .dosage-guide__level,
.dosage-guide__row--maximum .dosage-guide__level {
  color: var(--primary-color);
}

.dosage-guide__row--danger .dosage-guide__level {
  color: #ff5b63;
}

.dosage-guide__amount {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #f6f2ec;
}

.dosage-guide__subtext {
  font-size: 14px;
  line-height: 1.4;
  color: #8e919b;
}

.dosage-guide__who-primary {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--primary-color);
}

.dosage-guide__who-secondary {
  font-size: 14px;
  line-height: 1.4;
  color: var(--primary-color);
}

.dosage-guide__who-text {
  font-size: 18px;
  line-height: 1.35;
  color: #a2a6b0;
}

.dosage-guide__row--danger .dosage-guide__who-primary {
  color: #ff9a9f;
}

.dosage-guide__rules {
  margin-top: 26px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dosage-guide__rules-title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.dosage-guide__rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dosage-guide__rule {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.dosage-guide__rule:last-child {
  margin-bottom: 0;
}

.dosage-guide__rule-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(212, 162, 63, 0.35);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}

.dosage-guide__rule-text {
  padding-top: 2px;
  font-size: 17px;
  line-height: 1.6;
  color: #a7a9b1;
}

@media (max-width: 991px) {
  .dosage-guide__table-head,
  .dosage-guide__row {
    grid-template-columns: 1fr 1.2fr 2fr;
    padding: 0 20px;
  }
  .dosage-guide__amount,
  .dosage-guide__who-primary,
  .dosage-guide__who-text {
    font-size: 16px;
  }
  .dosage-guide__level {
    font-size: 15px;
  }
  .dosage-guide__rule-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dosage-guide {
    padding: 64px 0;
  }
  .dosage-guide__table-head {
    display: none;
  }
  .dosage-guide__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 18px;
    min-height: auto;
  }
  .dosage-guide__cell {
    padding: 0;
  }
  .dosage-guide__cell--level {
    margin-bottom: 4px;
  }
  .dosage-guide__amount,
  .dosage-guide__who-primary,
  .dosage-guide__who-text {
    font-size: 16px;
  }
  .dosage-guide__subtext,
  .dosage-guide__who-secondary {
    font-size: 13px;
  }
  .dosage-guide__rule {
    gap: 12px;
  }
  .dosage-guide__rule-number {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .dosage-guide__rule-text {
    font-size: 15px;
  }
}
.expect-timeline {
  padding-top: 80px;
  background-color: #050505;
  color: #ffffff;
}

.expect-timeline__header {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.expect-timeline__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.expect-timeline__title {
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 500;
  color: #f6f1e9;
}

.expect-timeline__subtitle {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 12px;
  font-size: 18px;
  line-height: 1.65;
  font-style: italic;
  color: #969aa4;
}

.expect-timeline__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .expect-timeline__list {
    width: 100%;
  }
}

.expect-timeline__item {
  position: relative;
  padding: 18px 22px 20px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 10px;
}
.expect-timeline__item:hover {
  border-color: rgba(212, 162, 63, 0.35);
  background: linear-gradient(180deg, rgba(212, 162, 63, 0.08) 0%, rgba(212, 162, 63, 0.03) 100%);
}
.expect-timeline__item:hover .expect-timeline__time {
  color: var(--primary-color);
}

.expect-timeline__time {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b8f98;
}

.expect-timeline__item-title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #f4efe7;
}

.expect-timeline__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #a0a5af;
}

@media (max-width: 991px) {
  .expect-timeline {
    padding: 64px 0;
  }
  .expect-timeline__title {
    font-size: 46px;
  }
  .expect-timeline__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .expect-timeline__title {
    font-size: 36px;
  }
  .expect-timeline__subtitle {
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
  }
  .expect-timeline__item {
    padding: 16px 16px 18px;
    border-radius: 12px;
  }
  .expect-timeline__item-title {
    font-size: 18px;
  }
  .expect-timeline__text {
    font-size: 15px;
  }
}
.restrictions-alert {
  padding: 80px 0;
  background-color: #050505;
  color: #fff;
}

.restrictions-alert__header {
  text-align: center;
  margin-bottom: 26px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .restrictions-alert__header {
    width: 100%;
  }
}

.restrictions-alert__header--secondary {
  margin-top: 10px;
  margin-bottom: 22px;
}

.restrictions-alert__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.restrictions-alert__title {
  margin: 0;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 500;
  color: #f6f1e9;
}

.restrictions-alert__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 70%;
  margin: 20px auto;
}
@media screen and (max-width: 991px) {
  .restrictions-alert__list {
    width: 100%;
  }
}

.restrictions-alert__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.restrictions-alert__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 1px solid rgba(255, 75, 75, 0.45);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: #ff5b5b;
}

.restrictions-alert__content {
  flex: 1;
}

.restrictions-alert__item-title {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.restrictions-alert__item-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #8f95a0;
}

.restrictions-alert__notice {
  margin: 18px 0 28px;
  padding: 14px 20px;
  text-align: center;
  border: 1px solid rgba(212, 162, 63, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(212, 162, 63, 0.08) 0%, rgba(212, 162, 63, 0.03) 100%);
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .restrictions-alert__notice {
    width: 100%;
  }
}

.restrictions-alert__notice-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  color: var(--primary-color);
}

.restrictions-alert__notice-text + .restrictions-alert__notice-text {
  margin-top: 4px;
}

.restrictions-alert__notice-text--strong {
  font-style: normal;
  font-weight: 600;
  color: #f0d58c;
}

.restrictions-alert__overconsumption {
  width: 70%;
  margin: 80px auto 0;
}
@media screen and (max-width: 991px) {
  .restrictions-alert__overconsumption {
    width: 100%;
  }
}

.restrictions-alert__intro {
  margin-bottom: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(212, 162, 63, 0.25);
  border-radius: 12px;
  background: rgba(212, 162, 63, 0.06);
}

.restrictions-alert__intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
  color: var(--primary-color);
}

.restrictions-alert__symptoms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.restrictions-alert__symptom-card {
  padding: 18px 20px 20px;
  border: 1px solid rgba(212, 162, 63, 0.22);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.restrictions-alert__symptom-card--danger {
  grid-column: 1/-1;
  border-color: rgba(255, 88, 88, 0.28);
  background: linear-gradient(180deg, rgba(96, 18, 20, 0.45) 0%, rgba(56, 8, 12, 0.32) 100%);
}

.safety-guide-emergency {
  margin-bottom: 20px;
}

.restrictions-alert__symptom-title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.restrictions-alert__symptom-title--danger {
  color: #ff7272;
}

.restrictions-alert__symptom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.restrictions-alert__symptom-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #d7dbe2;
}

.restrictions-alert__symptom-item:last-child {
  margin-bottom: 0;
}

.restrictions-alert__symptom-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.restrictions-alert__symptom-item--danger {
  color: #ffd2d2;
}

.restrictions-alert__symptom-item--danger::before {
  background-color: #ff6a6a;
}

@media (max-width: 991px) {
  .restrictions-alert__title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .restrictions-alert {
    padding: 64px 0;
  }
  .restrictions-alert__title {
    font-size: 36px;
  }
  .restrictions-alert__item {
    padding: 12px 14px;
  }
  .restrictions-alert__item-title {
    font-size: 16px;
  }
  .restrictions-alert__item-text,
  .restrictions-alert__intro p,
  .restrictions-alert__symptom-item,
  .restrictions-alert__notice-text {
    font-size: 15px;
  }
  .restrictions-alert__symptoms {
    grid-template-columns: 1fr;
  }
  .restrictions-alert__symptom-card--danger {
    grid-column: auto;
  }
}
.emergency-steps {
  padding: 40px 0;
  background-color: #050505;
}

.emergency-steps__box {
  border: 1px solid rgba(212, 162, 63, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
}

.emergency-steps__eyebrow {
  margin: 0;
  padding: 12px 16px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.emergency-steps__list {
  padding: 4px 0 10px;
}

.emergency-steps__item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 8px 16px;
}

.emergency-steps__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(212, 162, 63, 0.35);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}

.emergency-steps__title {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5efe7;
}

.emergency-steps__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #989da7;
}

.medical-note {
  padding: 0 0 22px;
  background-color: #050505;
}

.medical-note__box {
  border: 1px solid rgba(212, 162, 63, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
}

.medical-note__eyebrow {
  margin: 0;
  padding: 12px 16px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.medical-note__content {
  padding: 14px 16px 10px;
  text-align: center;
}

.medical-note__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: #f2eee7;
}

.medical-note__text + .medical-note__text {
  margin-top: 8px;
}

.medical-note__highlight {
  color: var(--primary-color);
}

.medical-note__footer {
  margin: 0;
  padding: 10px 16px 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  color: #8f949e;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.safety-info {
  padding: 0 0 40px;
  color: #ffffff;
  margin-top: 100px;
}

.safety-info__interactions {
  margin-bottom: 30px;
}

.safety-info__header {
  margin-bottom: 22px;
  text-align: center;
}

.safety-info__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.safety-info__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 500;
  color: #f6f1e9;
}

.safety-info__interaction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.safety-info__interaction-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
}

.safety-info__interaction-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #f3efe7;
}

.safety-info__interaction-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #959aa4;
}

.safety-info__storage {
  margin-top: 100px;
}

.safety-info__storage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(212, 162, 63, 0.22);
  border-radius: 14px;
  overflow: hidden;
}

.safety-info__storage-column {
  padding: 22px 22px 24px;
  background: rgba(255, 255, 255, 0.015);
}

.safety-info__storage-column--recommended {
  border-right: 1px solid rgba(212, 162, 63, 0.14);
}

.safety-info__storage-heading {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.safety-info__storage-heading--good {
  color: #00d084;
}

.safety-info__storage-heading--bad {
  color: #ff6b6b;
}

.safety-info__storage-item {
  margin-bottom: 16px;
}

.safety-info__storage-item:last-child {
  margin-bottom: 0;
}

.safety-info__storage-title {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #f4efe8;
}

.safety-info__storage-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #959aa4;
}

.safety-info__storage-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-info__storage-list-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #959aa4;
}

.safety-info__storage-list-item:last-child {
  margin-bottom: 0;
}

.safety-info__storage-list-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6b6b;
}

@media (max-width: 991px) {
  .safety-info__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .emergency-steps,
  .medical-note,
  .safety-info {
    padding-left: 0;
    padding-right: 0;
  }
  .safety-info__title {
    font-size: 34px;
  }
  .safety-info__interaction-grid,
  .safety-info__storage-grid {
    grid-template-columns: 1fr;
  }
  .safety-info__storage-column--recommended {
    border-right: 0;
    border-bottom: 1px solid rgba(212, 162, 63, 0.14);
  }
  .emergency-steps__item {
    grid-template-columns: 34px 1fr;
    padding: 10px 14px;
  }
  .emergency-steps__number {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  .emergency-steps__title,
  .safety-info__interaction-title,
  .safety-info__storage-title {
    font-size: 15px;
  }
  .emergency-steps__text,
  .medical-note__text,
  .safety-info__interaction-text,
  .safety-info__storage-text,
  .safety-info__storage-list-item {
    font-size: 14px;
  }
  .medical-note__footer {
    font-size: 13px;
  }
}
.safety-guide-faq .accordion__header h3 {
  font-size: 20px;
}
.safety-guide-faq .accordion__content p {
  font-size: 16px;
  line-height: 1.8;
}

.safety-guide-disclaimer {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .safety-guide-disclaimer {
    padding: 24px 0;
  }
}

.safety-guide-disclaimer__content {
  width: 60%;
  margin: 0 auto;
  color: #969aa4;
}
@media screen and (max-width: 991px) {
  .safety-guide-disclaimer__content {
    width: 100%;
    margin: 0;
  }
}

.harvest-page .about-page__timeline-wrapper {
  margin-top: 0;
}

.banner__slider {
  position: relative;
}
.banner__slider .slick-dots {
  bottom: 30px !important;
}
.banner-content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner__wrapper {
  position: relative;
}
@media screen and (min-width: 1199px) {
  .banner__img {
    height: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .banner__img {
    height: 750px;
  }
}
.banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (min-width: 767px), print {
  .banner__title {
    font-size: 54px;
    line-height: 1.5;
  }
}
.banner__desc {
  color: #fff;
  text-align: center;
  margin: 12px 0 20px;
}
.banner-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.banner__img {
  position: relative;
  height: 340px;
}
@media screen and (min-width: 767px), print {
  .banner__img {
    height: 550px;
  }
}
@media screen and (min-width: 1199px) {
  .banner__img {
    height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .banner__img {
    height: 750px;
  }
}
.banner__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px), print {
  .banner-content {
    width: 70%;
  }
}
@media screen and (min-width: 1199px) {
  .banner-content {
    width: 60%;
    top: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .banner-content {
    width: 50%;
  }
}

.click-icon {
  animation: floatIcon 2s ease-in-out infinite;
  margin-bottom: 24px;
  width: 20px;
}
@media screen and (min-width: 767px), print {
  .click-icon {
    margin-bottom: 48px;
    width: auto;
  }
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.blog {
  background: #ECECEC;
}
.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper {
    gap: 48px;
  }
}
.blog__wrapper .cards {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper .cards {
    width: calc(50% - 48px);
  }
}
.blog__wrapper .cards:hover {
  transform: translateY(-5px);
}
.blog__wrapper .cards .card__img {
  aspect-ratio: 16/9;
  max-width: 35%;
}
.blog__wrapper .cards .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__wrapper .cards .card__content {
  padding: 1rem;
}
.blog__wrapper .cards .card__content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.blog__wrapper .cards .card__content h3 a {
  color: #f3f3f3;
  text-decoration: none;
}
.blog__wrapper .cards .card__content p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.blog__wrapper .cards .card__content p a {
  color: #444;
  text-decoration: underline;
  font-weight: 500;
}
.blog__wrapper .cards .card__content span {
  font-size: 0.85rem;
  color: #666;
}

.view-more__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.tour-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 767px), print {
  .tour-card {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 1199px) {
  .tour-card {
    width: calc((100% - 96px) / 3);
  }
}
.tour-card:hover a {
  color: var(--primary-color);
}
.tour-card a {
  text-decoration: none;
}
.tour-card__wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .tour-card__wrapper {
    margin-top: 60px;
    gap: 48px;
    flex-direction: row;
  }
}
.tour-card__image {
  aspect-ratio: 3/2;
}
.tour-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tour-card__content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-card__title {
  font-size: 20px;
  margin: 0;
}
.tour-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-card__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-card__icon {
  color: #c8c8c8;
  height: 14px;
}
.tour-card__icon--star {
  fill: var(--primary-color);
  height: 20px;
  width: 20px;
}
.tour-card__rating {
  display: flex;
  align-items: center;
}
.tour-card__rating span {
  color: #c8c8c8;
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}
.tour-card__rating span strong {
  font-size: 18px;
  color: var(--primary-color);
}
.tour-card__duration {
  color: #c8c8c8;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tour-card__price-text {
  font-size: 14px;
  color: #f3f3f3;
}
.tour-card__price-value {
  color: var(--primary-color);
}

.reviews__wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper {
    flex-direction: row;
  }
}
.reviews__wrapper .section-top {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper .section-top {
    width: calc(33.33% - 16px);
  }
}
.reviews__wrapper .section-top .section-title {
  text-align: left;
}
.reviews__wrapper .section-top p {
  text-align: left;
}
.reviews__cards {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__cards {
    flex-direction: row;
    width: calc(66.66% - 16px);
  }
}
.reviews__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
}
@media screen and (min-width: 767px), print {
  .reviews__card {
    width: calc(50% - 16px);
  }
}
.reviews__card .review-stars li i {
  color: var(--primary-color);
}
.reviews__card-quotes {
  width: max-content;
  position: absolute;
  right: 20px;
  top: -22px;
}
.reviews__card-title {
  font-size: 20px;
  margin: 0;
}
.reviews__card-desc p {
  margin: 0;
}
.reviews__card-author {
  display: flex;
  gap: 12px;
}
.reviews__card-author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__card-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reviews__card-author-name {
  font-size: 20px;
  margin: 0;
}
.reviews__card-author-country {
  font-size: 12px;
  margin: 0;
}

.speak-to-expert__wrapper {
  margin-bottom: 32px;
}
.speak-to-expert-card {
  display: flex;
  gap: 24px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 24px;
  background: #fbfbfb;
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
.speak-to-expert-card__img {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card__img {
    width: calc(30% - 12px);
  }
}
.speak-to-expert-card__img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.speak-to-expert-card__content {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card__content {
    width: calc(70% - 12px);
  }
}
.speak-to-expert-card__content ul {
  margin-bottom: 24px;
  margin-left: 0;
  padding: 0;
}
.speak-to-expert-card__content ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
}
.speak-to-expert-card__content ul li:first-child {
  margin-top: 0;
}
.speak-to-expert-card__content ul li i {
  color: var(--primary-color);
}
.speak-to-expert-card___name {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.speak-to-expert-card___name-wrap {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  align-items: end;
}
.speak-to-expert-card__phone, .speak-to-expert-card__email {
  margin: 0;
}
.speak-to-expert-card__phone a, .speak-to-expert-card__email a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid rgba(222, 163, 37, 0.27) !important;
  padding-top: 60px;
}

.footer-logo {
  max-width: 90px;
  margin-bottom: 24px;
}
.footer-top {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
.footer-top__left {
  width: calc(35% - 48px);
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .footer-top__left {
    width: 100%;
    margin-right: 0;
  }
}
.footer-top .site-branding {
  max-width: 100%;
}
.footer-top .site-branding img {
  height: 100%;
  object-fit: contain;
}
.footer-col {
  width: calc((65% - 72px) / 4);
}
@media screen and (max-width: 767px) {
  .footer-col {
    width: calc((100% - 48px) / 2);
  }
}
.footer-col ul {
  margin-top: 12px;
  margin-bottom: 0;
}
.footer-col ul li {
  padding: 4px 0;
}
.footer-col ul li a {
  font-size: 14px;
}
.footer-right p {
  font-size: 14px;
}
.footer-right ul {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.footer-right ul li a {
  font-size: 12px;
}
.footer-bottom {
  text-align: center;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  border-top: 1px solid #2b2b2b;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 0;
  }
}
.footer-bottom p {
  font-size: 14px;
  margin: 0;
}
.footer-desc p {
  font-size: 14px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer-social {
    margin-bottom: 12px;
  }
}
.footer-social .contact-extra__social-link {
  padding: 12px;
  min-height: 12px;
}
.footer-addresses-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  font-size: 14px;
  color: #d8e1ef;
}

.header {
  padding: 12px 0;
}
.header-top__wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 9;
  position: relative;
}
.header-banner {
  position: relative;
}
.header-banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%27 height=%2749%27 viewBox=%270 0 28 49%27%3E%3Cg fill-rule=%27evenodd%27%3E%3Cg fill=%27%23d4af37%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  z-index: 9;
  opacity: 0.4;
}
.header-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.5) 0%, rgba(11, 11, 11, 0.15) 80%, rgb(11, 11, 11) 100%), radial-gradient(ellipse at center, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%);
}
.header-banner img {
  animation: slowZoom 9s ease-in-out infinite alternate;
}
.header-banner-content {
  position: relative;
  z-index: 9;
  width: 70%;
  margin: 0 auto;
  margin-top: 160px;
}
@media screen and (max-width: 991px) {
  .header-banner-content {
    margin-top: 100px;
    width: 100%;
    padding: 15px;
  }
}

.site-header {
  position: relative;
}
.site-header .header-banner {
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 0;
}
.site-header .header-banner-content {
  text-align: center;
}

.hero-tagline {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 6px;
}
@media screen and (max-width: 991px) {
  .hero-tagline {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
.hero-tagline:before {
  content: "";
  width: 25px;
  height: 1px;
  top: 50%;
  background: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.hero-tagline:after {
  content: "";
  width: 25px;
  height: 1px;
  top: 50%;
  background: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.hero-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.3;
  margin: 36px 0;
}
@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
}
.hero-subtitle__wrapper {
  color: var(--primary-color);
  opacity: 0.8;
  font-style: italic;
  font-size: 16px;
}
.hero-cta__wrapper {
  color: #fff;
  transition: 0.3s all ease-in-out;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero-cta__wrapper {
    padding-top: 40px;
  }
}
.hero-cta__wrapper svg {
  margin-top: 24px;
}
.hero-cta__wrapper:hover {
  color: var(--primary-color);
}

.site-branding {
  max-width: 100px;
}
@media screen and (max-width: 991px) {
  .site-branding {
    max-width: 70px;
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.nav__wrapper {
  display: none;
}
@media screen and (min-width: 767px), print {
  .nav__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.navigation {
  width: 100%;
  align-content: center;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

.site-header .desktop-navigation {
  display: none;
}
@media screen and (min-width: 767px), print {
  .site-header .desktop-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-right: 60px;
  }
}
.site-header .desktop-navigation .header-cart__link {
  display: flex;
  align-items: start;
}
.site-header .desktop-navigation .header-cart__count {
  font-size: 12px;
}
.site-header .desktop-navigation .header-cart__icon svg {
  height: 20px;
  width: 20px;
  display: block;
}
.site-header .desktop-navigation #primary-menu {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item:hover > .sub-menu {
  display: block !important;
}
.site-header .desktop-navigation #primary-menu .menu-item .current-menu-parent a {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item .current-menu-parent .menu-item a {
  color: #c8c8c8;
}
.site-header .desktop-navigation #primary-menu .menu-item a {
  padding: 20px 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #bfbf9d;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.site-header .desktop-navigation #primary-menu .menu-item a[aria-current=page] {
  color: var(--primary-color) !important;
}
.site-header .desktop-navigation #primary-menu .menu-item a:hover {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children {
  position: relative;
  white-space: nowrap;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23bfbf9d%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: -7px;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor ul li a[aria-current=page] {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover > a {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover ul li a {
  transition: 0.3s all ease-in-out;
  color: #848484;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover ul li a:hover {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
  position: absolute;
  transform: rotate(-90deg) translateY(-50%);
  top: 36%;
  right: -11px;
  margin-bottom: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
  top: 100%;
  left: 0;
  width: max-content;
  padding: 0 12px;
  z-index: 9999;
  background: #fff;
  margin: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu li {
  border-bottom: 1px solid #eee;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu a {
  width: 100%;
  padding: 8px;
  min-width: 180px;
  color: #848484;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu a:hover {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .site-header__wrapper .site-header-button {
    display: none;
  }
}

.mobile-nav {
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 24px 0;
  background: #000;
  visibility: hidden;
  top: 0;
}
.mobile-nav--active {
  visibility: visible;
  display: block;
  width: 100vw;
  left: 0;
  z-index: 999;
  transform: translateX(0%);
}
.mobile-nav .site-header-button {
  padding: 24px;
}
@media screen and (min-width: 767px), print {
  .mobile-nav .site-header-button {
    display: none;
    padding: 0;
  }
}
.mobile-nav .menu-item a {
  padding: 10px 24px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--paragraph-color);
}
.mobile-nav .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item-has-children a {
  position: relative;
}
.mobile-nav .menu-item-has-children a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23c8c8c8%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translatey(-50%);
}
.mobile-nav .menu-item .sub-menu {
  width: 100%;
  z-index: 9999;
  display: none;
}
.mobile-nav .menu-item .sub-menu--active {
  display: block;
}
.mobile-nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .menu-item .sub-menu li.menu-item-has-children a:after {
  display: block;
}
.mobile-nav .menu-item .sub-menu li.menu-item-has-children .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item .sub-menu a {
  width: 100%;
}
.mobile-nav .menu-item .sub-menu a:after {
  display: none;
}
.mobile-nav #mobile-primary-menu {
  margin: 0;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

button.toggle-btn {
  background: none;
  padding: 0;
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 767px), print {
  button.toggle-btn {
    display: none;
  }
}
button.toggle-btn:after {
  display: none;
}
button.toggle-btn .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.toggle-btn .hamburger:last-child {
  margin-top: 8px;
}
button.toggle-btn .hamburger:first-child {
  margin-bottom: 8px;
}

#mobile-navigation {
  padding-top: 40px;
}
#mobile-navigation .menu li.menu-item-has-children .sub-menu {
  margin-left: 8px;
}
#mobile-navigation ul {
  padding: 0;
}

button.btn-close {
  background: none;
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  padding: 12px;
}
button.btn-close:after {
  display: none;
}
button.btn-close .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.btn-close .hamburger:last-child {
  transform: rotate(-45deg);
}
button.btn-close .hamburger:first-child {
  transform: rotate(45deg);
}

.relm {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .relm {
    margin-top: 60px;
  }
}
.relm__wrapper {
  display: flex;
  flex-direction: column;
  gap: 140px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .relm__wrapper {
    width: 100%;
    gap: 100px;
  }
}
.relm-dot {
  font-size: 100px;
  color: var(--primary-color);
  opacity: 0.9;
  line-height: 1;
}
.relm-item {
  z-index: 9;
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 2;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .relm-item {
    letter-spacing: 2px;
  }
}
.relm-item:last-child:after {
  display: none;
}
.relm-item:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: var(--primary-color);
  border-radius: 1000px;
  bottom: -80px;
}
@media screen and (max-width: 991px) {
  .relm-item:after {
    bottom: -54px;
  }
}
.relm-bottom {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .relm-bottom {
    width: 80%;
    margin-top: 24px;
  }
}
.relm-bottom h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 8px;
  font-weight: 700;
  font-size: 90px;
}
@media screen and (max-width: 991px) {
  .relm-bottom h2 {
    font-size: 50px;
  }
}
.relm-bottom h2 span {
  color: var(--primary-color);
  opacity: 0.8;
}

.about-us__wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about-us__wrapper {
    flex-direction: column;
    margin-top: 32px;
  }
}
.about-us__left {
  width: calc((100% - 32px) / 2);
  border: 1px solid var(--primary-color);
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .about-us__left {
    width: 100%;
  }
}
.about-us__right {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767px) {
  .about-us__right {
    width: 100%;
  }
}
.about-us-author__wrapper {
  margin-top: 24px;
}
.about-us-author__wrapper .name {
  font-size: 22px;
}
.about-us-author__wrapper .designation {
  font-size: 14px;
  color: #bfbf9d;
}
.about-us-experience__wrapper {
  display: flex;
  gap: 32px;
  align-items: start;
  margin: 48px 0;
}
@media screen and (max-width: 767px) {
  .about-us-experience__wrapper {
    margin: 32px 0;
  }
}
.about-us-quote__wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--primary-color);
}
.about-us-quote-top p {
  font-size: 18px;
  font-style: italic;
}
.about-us-quote-bottom {
  margin-top: 24px;
}
.about-us-quote-bottom p {
  font-size: 18px;
  font-style: italic;
  color: var(--primary-color);
}

.watch-his-story {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.htc__wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 60px;
}

/* STEP */
.htc-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .htc-step {
    display: block;
  }
}

/* LEFT / RIGHT PANEL */
.htc-step__panel {
  position: relative;
  height: 360px;
  border: 1px solid rgba(255, 215, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.15), transparent 70%);
}

.step-number {
  font-size: 120px;
  color: rgba(255, 215, 0, 0.25);
  font-weight: 300;
}

/* CONTENT */
.htc-step__content {
  max-width: 520px;
}

/* LABEL */
.step-label {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.step-label span {
  flex: 1;
  height: 1px;
  background: rgba(255, 215, 0, 0.4);
}

/* TITLE */
.step-title {
  font-size: 24px;
  margin-bottom: 16px;
}

/* DESCRIPTION */
.step-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #cfcfcf;
  margin-bottom: 22px;
}

/* LIST */
.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.step-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #bdbdbd;
}

.step-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.htc__wrapper .slick-track {
  display: flex;
}

.htc-step {
  height: auto;
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .htc-step {
    display: block !important;
  }
}

.slick-slide {
  height: auto;
}

.safety-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 72px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(120% 140% at 50% 30%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0.92) 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
  margin-top: 100px;
}

.safety-item-title {
  margin: 0 0 18px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.safety-item__desc {
  max-width: 620px;
  margin: 0 auto 34px;
}

.safety-item__desc p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
}

.safety-item__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-color); /* gold */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
}

.safety-item__link::after {
  content: "→";
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.95;
}

.safety-item__link:hover {
  color: #e0be6a;
}

.safety-item__link:hover::after {
  transform: translateX(4px);
}

.ascent {
  background: #0b0b0b;
  color: #eae6d8;
  font-family: "Cormorant Garamond", serif;
}
.ascent__container {
  max-width: 1400px;
  margin: 0 auto;
}
.ascent__frame {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  border: 1px solid var(--primary-color);
  padding: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .ascent__frame {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ascent__frame {
    padding: 16px;
  }
}
.ascent {
  /* LEFT */
}
.ascent__media {
  border: 1px solid rgba(181, 155, 69, 0.4);
  position: relative;
  aspect-ratio: 4/5;
}
.ascent__media-inner {
  position: absolute;
  height: 100%;
  padding: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.ascent__badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: 1px solid var(--primary-color);
  padding: 0.4rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.ascent__meta {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--primary-color);
}
.ascent__meta p {
  margin: 0.2rem 0;
}
.ascent__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ascent {
  /* RIGHT */
}
.ascent__content {
  display: flex;
  flex-direction: column;
}
.ascent__eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ascent__title {
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ascent__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.ascent__subtitle {
  font-style: italic;
  font-size: 1.1rem;
  color: #cfcab5;
  margin-bottom: 3rem;
}
.ascent__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .ascent__details {
    display: block;
  }
}
.ascent__heading {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ascent__heading {
    font-size: 20px;
    line-height: 1.3;
  }
}
.ascent__list {
  list-style: none;
  padding: 0;
}
.ascent__list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
}
.ascent__list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 0.6rem;
  top: 0.4em;
}
.ascent__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(181, 155, 69, 0.3);
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .ascent__footer {
    flex-direction: column;
    gap: 12px;
  }
}
.ascent__price span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--primary-color);
}
.ascent__price strong {
  font-size: 2rem;
  color: var(--primary-color);
}
.ascent__cta {
  border: 1px solid var(--primary-color);
  padding: 0.9rem 2.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
.ascent__cta:hover {
  background: var(--primary-color);
  color: #0b0b0b;
}

.understanding__wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .understanding__wrapper {
    display: block;
  }
}
.understanding__wrapper table {
  display: block;
}

.understanding__left {
  border-radius: 15px;
  border: 1px solid rgba(222, 163, 37, 0.1882352941);
  overflow: hidden;
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .understanding__left {
    position: unset;
  }
}

.understanding__desc table td {
  width: max-content;
}

.understanding-img__content {
  text-align: center;
  padding: 24px;
}

/* RIGHT SIDE */
.understanding__right {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* INTRO */
.understanding-title {
  color: var(--primary-color);
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.understanding__desc p {
  font-size: 15px;
  line-height: 1.8;
  color: #d1d1d1;
  max-width: 620px;
}

/* DIVIDER LINE */
.understanding-intro::after,
.bee-species::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 215, 0, 0.25);
  margin-top: 36px;
}

/* BEE SPECIES */
.bs-title {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.bs-desc p {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.bee-species .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 40px;
  padding-left: 0;
  list-style: none;
}

.bee-species .list li {
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
  padding-left: 14px;
}

.bee-species .list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

/* HISTORICAL DOCS */
.hd-title {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 28px;
  line-height: 1.3;
}

.hd-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hd-item {
  border-left: 2px solid var(--primary-color);
  padding-left: 20px;
}

.hd-item .title {
  display: block;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.hd-item .answer {
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf;
  font-style: italic;
}

.authenticity {
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* WRAPPER */
.authenticity__wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .authenticity__wrapper {
    display: block;
  }
}

.authenticity__left {
  border-radius: 15px;
  border: 1px solid rgba(222, 163, 37, 0.1882352941);
  overflow: hidden;
}

/* RIGHT CONTENT */
.authenticity__right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* TITLE */
.authenticity-title {
  color: var(--primary-color);
  font-size: 26px;
  margin-bottom: 8px;
}

/* DESCRIPTION */
.authenticity__desc p {
  font-size: 15px;
  line-height: 1.8;
  color: #cfcfcf;
  max-width: 520px;
}

/* LIST */
.authenticity__lists {
  list-style: none;
  padding: 0;
  margin: 24px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.authenticity__lists li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* CHECK ICON */
.authenticity__lists .icon {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
}

/* ITEM CONTENT */
.authenticity__lists .item-content span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 4px;
}

.authenticity__lists .item-content p {
  font-size: 13px;
  line-height: 1.6;
  color: #bdbdbd;
  max-width: 460px;
}

/* VERIFY SECTION */
.verification {
  margin-top: 28px;
}

.verification h6 {
  font-size: 14px;
  color: var(--primary-color);
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.limited-harvest {
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.limited-harvest__wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .limited-harvest__wrapper {
    grid-template-columns: 1.1fr;
    gap: 24px;
  }
}

/* LEFT IMAGE */
.limited-harvest__left {
  position: relative;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.15), transparent 65%);
}

/* RIGHT CONTENT */
.limited-harvest__right {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .limited-harvest__right {
    gap: 4px;
  }
}

/* TAGLINE */
.limited-harvest-tagline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 6px;
}

/* TITLE */
.limited-harvest-title {
  font-size: 40px;
  line-height: 1.15;
  color: var(--primary-color);
}

/* DESCRIPTION */
.limited-harvest__desc p {
  font-size: 15px;
  line-height: 1.8;
  color: #cfcfcf;
  max-width: 460px;
}

/* JARS BADGE */
.limited-harvest-no-of-jars {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 215, 0, 0.09);
  padding: 10px 18px;
  font-size: 13px;
  color: #d8d8d8;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .limited-harvest-no-of-jars {
    display: block;
  }
}

.limited-harvest-no-of-jars span {
  color: var(--primary-color);
  font-weight: 600;
}

/* SPACING BEFORE CTA */
.limited-harvest__right .ascent__cta {
  margin-top: 0;
  width: fit-content;
}

body,
html {
  color: #d8e1ef !important;
  background-color: #0B0B0B !important;
  font-size: 16px !important;
  margin: 0;
  scroll-behavior: smooth;
  font-family: var(--secondary-font) !important;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 125px;
}
@media screen and (min-width: 1199px) {
  body,
  html {
    font-size: 18px;
  }
}

body.custom-background-image .site, body.custom-background-color .site {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  color: #fff !important;
  background-color: #0B0B0B !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=main.css.map*/