@charset "UTF-8";
/*
  ############################################################
    This file created by METHODDA
  ############################################################
*/
:root {
  --width-circle: 150vw;
  --radius: clamp(120px, 16.5vw, 260px);
}

@media (max-width: 1199px) {
  :root {
    --radius: clamp(80px, 22vw, 180px);
  }
}
html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Cardo", serif;
  background-color: #ede8de;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

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

input:invalid {
  border-color: #dc3545;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.btn-1 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.btn-1 {
  background-color: #ecd7a6;
  color: #03271b;
  border-color: #ecd7a6;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-1:hover {
  background-color: #ffffff;
  color: #03271b;
}

.btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.btn-2 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.btn-2 {
  background-color: #03271b;
  color: #ffffff;
  border-color: #03271b;
}
.btn-2:hover {
  background-color: hsl(160, 85.7142857143%, -1.7647058824%);
}

.btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.btn-3 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.btn-3 {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-3:hover {
  background-color: #ffffff;
  color: #03271b;
  border-color: #ffffff;
}

.seo-content-section {
  background-color: #ede8de;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .seo-content-section {
    padding: 40px 0;
  }
}
.seo-content-section .accordion .accordion-item {
  border: none;
  border-radius: 12px !important;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.seo-content-section .accordion .accordion-button {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background-color: #ffffff;
  color: #03271b;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  box-shadow: none;
  border-radius: 12px !important;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-button {
    padding: 16px 18px;
    font-size: 0.875rem;
  }
}
.seo-content-section .accordion .accordion-button:not(.collapsed) {
  background-color: #03271b;
  color: #ffffff;
  box-shadow: none;
  border-radius: 12px 12px 0 0 !important;
}
.seo-content-section .accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.seo-content-section .accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("../assets/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: all 300ms ease-in-out;
}
.seo-content-section .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(10);
}
.seo-content-section .accordion .accordion-body {
  padding: 28px 24px;
  border-top: 1px solid #e9ecef;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body {
    padding: 20px 18px;
  }
}
.seo-content-section .accordion .accordion-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #03271b;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h3 {
    font-size: 1rem;
  }
}
.seo-content-section .accordion .accordion-body h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #03271b;
}
@media (max-width: 767px) {
  .seo-content-section .accordion .accordion-body h4 {
    font-size: 0.875rem;
  }
}
.seo-content-section .accordion .accordion-body h4:first-of-type {
  margin-top: 0;
}
.seo-content-section .accordion .accordion-body p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 10px;
}
.seo-content-section .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.seo-content-section .accordion .accordion-body p strong {
  font-weight: 600;
  color: #03271b;
}

.page-default {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .page-default {
    padding: 40px 0px;
  }
}
.page-default .page-content .page-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-default .page-content .page-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .page-default .page-content .page-header h1 {
    font-size: 32px;
  }
}
.page-default .page-content .page-header .last-updated {
  font-size: 14px;
  color: #666;
  opacity: 0.7;
  margin: 0;
}
.page-default .page-content .page-header .last-updated time {
  font-weight: 500;
}
.page-default .page-content .page-body h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h1 {
    font-size: 36px;
  }
}
.page-default .page-content .page-body h1:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 22px;
  color: #000000;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h2 {
    font-size: 28px;
  }
}
.page-default .page-content .page-body h2:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h3 {
    font-size: 24px;
  }
}
.page-default .page-content .page-body h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h4 {
    font-size: 20px;
  }
}
.page-default .page-content .page-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h5 {
    font-size: 18px;
  }
}
.page-default .page-content .page-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.4;
}
.page-default .page-content .page-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 18px;
}
.page-default .page-content .page-body p:last-of-type {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul,
.page-default .page-content .page-body ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-default .page-content .page-body ul li,
.page-default .page-content .page-body ol li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 10px;
}
.page-default .page-content .page-body ul li:last-child,
.page-default .page-content .page-body ol li:last-child {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul li {
  list-style-type: disc;
}
.page-default .page-content .page-body ol li {
  list-style-type: decimal;
}
.page-default .page-content .page-body a {
  color: #03271b;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.page-default .page-content .page-body a:hover {
  opacity: 0.8;
}
.page-default .page-content .page-body strong,
.page-default .page-content .page-body b {
  font-weight: 700;
  color: #000000;
}
.page-default .page-content .page-body blockquote, .page-default .page-content .page-body .single-post .post-content .main-content .main-content-text .wp-block-quote, .single-post .post-content .main-content .main-content-text .page-default .page-content .page-body .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #03271b;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.page-default .page-content .page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-default .page-content .page-body table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #000000;
}
.page-default .page-content .page-body table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #444;
}
.page-default .page-content .page-body table tr:last-child td {
  border-bottom: none;
}

.blog-page .blog-hero {
  text-align: center;
  padding: 50px 20px 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  .blog-page .blog-hero {
    padding: 40px 20px 0;
  }
}
.blog-page .blog-hero .big-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title {
    margin-bottom: 30px;
  }
}
.blog-page .blog-hero .big-title h1,
.blog-page .blog-hero .big-title h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 991px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title h1,
  .blog-page .blog-hero .big-title h4 {
    font-size: 1.75rem;
  }
}
.blog-page .blog-hero .big-title p {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.7;
  color: #555555;
}
@media (max-width: 767px) {
  .blog-page .blog-hero .big-title p {
    font-size: 1rem;
  }
}
.blog-page .blog-posts {
  padding: 50px 0;
}
.blog-page .post-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background-color: #03271b;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.blog-page .post-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  border-color: rgba(236, 215, 166, 0.3);
  transform: translateY(-4px);
}
.blog-page .post-card-link {
  text-decoration: none;
  color: inherit;
}
.blog-page .post-image {
  margin: 16px 16px 0 16px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-page .post-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.6s ease;
}
.blog-page .post-card:hover .post-image img {
  transform: scale(1.04);
}
.blog-page .post-body {
  padding: 20px;
}
.blog-page .post-body .post-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-page .post-body .category-tag {
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(236, 215, 166, 0.15);
  color: #ecd7a6;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.blog-page .post-body .category-tag:hover {
  background-color: rgba(236, 215, 166, 0.28);
  color: #ecd7a6;
}
.blog-page .post-body .meta-data {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.blog-page .post-body .meta-data .time,
.blog-page .post-body .meta-data .date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-page .post-body .meta-data img {
  width: 14px;
  height: 14px;
  opacity: 0.45;
  filter: brightness(0) invert(1);
}
.blog-page .post-body .post-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.35;
  color: #ffffff;
}
.blog-page .post-body .post-excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .pagination-nav {
  margin-top: 40px;
  text-align: center;
}
.blog-page .pagination-nav .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  color: #555555;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 300ms ease-in-out;
}
.blog-page .pagination-nav .page-numbers:hover {
  background: #ede8de;
  border-color: #666666;
}
.blog-page .pagination-nav .page-numbers.current {
  background: #03271b;
  color: #ffffff;
  border-color: #666666;
}

.single-post .post-content {
  padding: 80px;
}
@media (max-width: 992px) {
  .single-post .post-content {
    padding: 50px 0;
  }
}
.single-post .post-content .main-content .breadcrumb {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.single-post .post-content .main-content .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555555;
}
.single-post .post-content .main-content .breadcrumb li:not(:last-child)::after {
  content: "/";
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
}
.single-post .post-content .main-content .breadcrumb li:last-child span {
  color: #000000;
  font-weight: 500;
}
.single-post .post-content .main-content .breadcrumb a {
  color: #555555;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .breadcrumb a:hover {
  color: #000000;
}
.single-post .post-content .main-content .toc-box {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .toc-box .accordion-item {
  background: transparent;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-header {
  margin: 0;
}
.single-post .post-content .main-content .toc-box .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .single-post .post-content .main-content .toc-box .accordion-button {
    font-size: 14px;
    padding: 10px;
  }
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #666666;
  box-shadow: none;
}
.single-post .post-content .main-content .toc-box .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.single-post .post-content .main-content .toc-box .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  width: auto;
  height: auto;
  background-size: auto;
}
.single-post .post-content .main-content .toc-box .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.single-post .post-content .main-content .toc-box .accordion-body {
  padding: 0 25px 20px 25px;
}
.single-post .post-content .main-content .toc-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #666666;
}
.single-post .post-content .main-content .toc-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .post-content .main-content .toc-box .toc-list {
  counter-reset: main-counter;
}
.single-post .post-content .main-content .toc-box .toc-list > li {
  counter-increment: main-counter;
  margin-bottom: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li::before {
  content: counter(main-counter) ". ";
  font-weight: 600;
  color: #666666;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a {
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > a:hover {
  color: #666666;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol {
  counter-reset: sub-counter;
  padding-left: 20px;
  margin-top: 8px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li {
  counter-increment: sub-counter;
  margin-bottom: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) " ";
  font-weight: 600;
  color: #666666;
  opacity: 0.85;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a {
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  text-decoration: none;
  opacity: 0.9;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > a:hover {
  color: #666666;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol {
  counter-reset: subsub-counter;
  padding-left: 20px;
  margin-top: 6px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li {
  counter-increment: subsub-counter;
  margin-bottom: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) " ";
  font-weight: 600;
  color: #666666;
  opacity: 0.75;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a {
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  text-decoration: none;
  opacity: 0.85;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > a:hover {
  color: #666666;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol {
  counter-reset: level4-counter;
  padding-left: 20px;
  margin-top: 5px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li {
  counter-increment: level4-counter;
  margin-bottom: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) " ";
  font-weight: 600;
  color: #666666;
  opacity: 0.65;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a {
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
  text-decoration: none;
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > a:hover {
  color: #666666;
  opacity: 1;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol {
  counter-reset: level5-counter;
  padding-left: 20px;
  margin-top: 4px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: level5-counter;
  margin-bottom: 3px;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li::before {
  content: counter(main-counter) "." counter(sub-counter) "." counter(subsub-counter) "." counter(level4-counter) "." counter(level5-counter) " ";
  font-weight: 600;
  color: #666666;
  opacity: 0.55;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a {
  font-size: 11px;
  line-height: 1.3;
  color: #555555;
  text-decoration: none;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .toc-box .toc-list > li > ol > li > ol > li > ol > li > ol > li > a:hover {
  color: #666666;
  opacity: 1;
}
.single-post .post-content .main-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .single-post .post-content .main-content .post-meta {
    align-items: flex-start;
    gap: 15px;
  }
}
.single-post .post-content .main-content .post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta a {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta a:hover {
  opacity: 1;
}
.single-post .post-content .main-content .post-meta img {
  width: 20px;
  height: 20px;
}
.single-post .post-content .main-content .post-meta .post-share {
  margin-left: auto;
}
@media (max-width: 992px) {
  .single-post .post-content .main-content .post-meta .post-share {
    margin-left: 0;
    width: 100%;
  }
}
.single-post .post-content .main-content .post-header {
  margin-bottom: 50px;
}
.single-post .post-content .main-content .post-header h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .post-header h1 {
    font-size: 32px;
  }
}
.single-post .post-content .main-content .post-meta .post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.single-post .post-content .main-content .post-meta .post-share .share-label {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn img {
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover {
  transform: translateY(-2px);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn:hover img {
  filter: invert(1);
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.facebook:hover {
  background-color: #1877f2;
  color: #fff;
  border-color: #1877f2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.twitter:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.linkedin:hover {
  background-color: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}
.single-post .post-content .main-content .post-meta .post-share .share-btn.whatsapp:hover {
  background-color: #25d366;
  color: #fff;
  border-color: #25d366;
}
.single-post .post-content .main-content .post-image-lg {
  margin-bottom: 20px;
}
.single-post .post-content .main-content .post-image-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-post .post-content .main-content .main-content-text {
  margin-bottom: 30px;
}
.single-post .post-content .main-content .main-content-text h1,
.single-post .post-content .main-content .main-content-text h2,
.single-post .post-content .main-content .main-content-text h3,
.single-post .post-content .main-content .main-content-text h4,
.single-post .post-content .main-content .main-content-text h5,
.single-post .post-content .main-content .main-content-text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text h1 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h1 {
    font-size: 28px;
  }
}
.single-post .post-content .main-content .main-content-text h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h2 {
    font-size: 24px;
  }
}
.single-post .post-content .main-content .main-content-text h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h3 {
    font-size: 20px;
  }
}
.single-post .post-content .main-content .main-content-text h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h4 {
    font-size: 18px;
  }
}
.single-post .post-content .main-content .main-content-text h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text h5 {
    font-size: 16px;
  }
}
.single-post .post-content .main-content .main-content-text h6 {
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .main-content .main-content-text p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text p:last-of-type {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text a {
  color: #03271b;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .main-content .main-content-text a:hover {
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text strong,
.single-post .post-content .main-content .main-content-text b {
  font-weight: 700;
  color: #000000;
}
.single-post .post-content .main-content .main-content-text em,
.single-post .post-content .main-content .main-content-text i {
  font-style: italic;
}
.single-post .post-content .main-content .main-content-text ul,
.single-post .post-content .main-content .main-content-text ol {
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text ul li,
.single-post .post-content .main-content .main-content-text ol li {
  margin-bottom: 8px;
  font-size: 16px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text ul li:last-child,
.single-post .post-content .main-content .main-content-text ol li:last-child {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text ul li {
  list-style-type: disc;
}
.single-post .post-content .main-content .main-content-text blockquote, .single-post .post-content .main-content .main-content-text .wp-block-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #03271b;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.8;
}
.single-post .post-content .main-content .main-content-text blockquote p, .single-post .post-content .main-content .main-content-text .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .post-content .main-content .main-content-text blockquote p:first-child, .single-post .post-content .main-content .main-content-text .wp-block-quote p:first-child {
  margin-top: 0;
}
.single-post .post-content .main-content .main-content-text blockquote footer, .single-post .post-content .main-content .main-content-text .wp-block-quote footer {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text blockquote footer::before, .single-post .post-content .main-content .main-content-text .wp-block-quote footer::before {
  content: "— ";
}
.single-post .post-content .main-content .main-content-text pre {
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Courier New", Courier, monospace;
}
.single-post .post-content .main-content .main-content-text pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text code {
  background-color: rgba(0, 0, 0, 0.05);
  color: #d73a49;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .post-content .main-content .main-content-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text img.alignleft {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text img.alignright {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
.single-post .post-content .main-content .main-content-text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-content .main-content .main-content-text img.wp-smiley {
  max-width: 20px;
  height: auto;
  display: inline;
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text figure img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text figure figcaption {
  font-size: 14px;
  opacity: 0.6;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.single-post .post-content .main-content .main-content-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.single-post .post-content .main-content .main-content-text table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.single-post .post-content .main-content .main-content-text table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  opacity: 0.8;
}
.single-post .post-content .main-content .main-content-text table tr:last-child td {
  border-bottom: none;
}
.single-post .post-content .main-content .main-content-text .wp-block-image {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-image img {
  margin: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-video video {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-post .post-content .main-content .main-content-text .wp-block-audio {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote {
  border-left: 5px solid #03271b;
  padding: 30px 20px;
  margin: 30px 0;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  line-height: 1.6;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote p {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-post .post-content .main-content .main-content-text .wp-block-pullquote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.7;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed {
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-embed iframe {
  max-width: 100%;
  height: auto;
}
.single-post .post-content .main-content .main-content-text .wp-block-separator {
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns {
  display: grid;
  gap: 20px;
  margin: 25px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-columns .wp-block-column {
  min-width: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button {
  display: inline-block;
  margin: 15px 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #03271b;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}
.single-post .post-content .main-content .main-content-text .wp-block-button a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.single-post .post-content .main-content .main-content-text .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #03271b;
  border: 2px solid #03271b;
}
.single-post .post-content .main-content .main-content-text .wp-block-list {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading:not(:first-child) {
  margin-top: 30px;
}
.single-post .post-content .main-content .main-content-text .wp-block-heading {
  margin-bottom: 15px;
  font-weight: 700;
}
.single-post .post-content .main-content .main-content-text .wp-block-paragraph {
  margin-bottom: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-group {
  margin: 25px 0;
  padding: 0;
}
.single-post .post-content .main-content .main-content-text .wp-block-group.has-background {
  padding: 20px;
  border-radius: 8px;
}
.single-post .post-content .main-content .main-content-text .wp-block-cover {
  margin: 25px 0;
  border-radius: 8px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .single-post .post-content .main-content .main-content-text .wp-block-cover {
    min-height: 200px;
  }
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery {
  margin: 25px 0;
  display: grid;
  gap: 15px;
}
.single-post .post-content .main-content .main-content-text .wp-block-gallery figcaption {
  font-size: 14px;
  opacity: 0.6;
}
.single-post .post-content .sidebar-toc {
  width: 280px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .single-post .post-content .sidebar-toc {
    width: 0px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .single-post .post-content .post-content .container {
    flex-direction: column;
  }
  .single-post .post-content .main-content {
    width: 100%;
    padding-top: 0;
  }
}
.single-post .post-content .post-footer-meta {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.single-post .post-content .post-footer-meta .meta-section {
  margin-bottom: 25px;
}
.single-post .post-content .post-footer-meta .meta-title {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 10px;
}
.single-post .post-content .post-footer-meta .meta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-post .post-content .post-footer-meta .meta-tag {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.single-post .post-content .post-footer-meta .meta-tag:hover {
  background: #000000;
  color: #ffffff;
}
.single-post .post-content .post-footer-meta .copy-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-footer-meta .copy-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.single-post .post-content .post-footer-meta .copy-button:hover {
  border-color: #000000;
  color: #000000;
}
.single-post .post-content .mini-title {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .single-post .post-content .mini-title {
    margin-left: 0;
    margin-top: 60px;
  }
}
.single-post .post-content .mini-title h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.single-post .post-content .blog-item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .single-post .post-content .blog-item {
    margin-left: 0;
  }
}
.single-post .post-content .blog-item .blog-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .blog-item .blog-link:hover {
  opacity: 0.8;
}
.single-post .post-content .blog-item .image {
  flex: 0 0 80px;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .post-content .blog-item .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.single-post .post-content .blog-item .text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex: 1;
}
.single-post .post-content .blog-item .text h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.single-post .post-content .blog-item .text span {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.single-post .post-content .blog-item .text span.date img, .single-post .post-content .blog-item .text span.reading img {
  width: 15px;
  height: 15px;
}
.single-post .post-content .post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .single-post .post-content .post-navigation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.single-post .post-content .post-navigation .nav-prev a,
.single-post .post-content .post-navigation .nav-next a {
  display: block;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .post-content .post-navigation .nav-prev a:hover,
.single-post .post-content .post-navigation .nav-next a:hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.single-post .post-content .post-navigation .nav-prev a {
  text-align: left;
}
.single-post .post-content .post-navigation .nav-next a {
  text-align: right;
}
.single-post .pagination-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding: 40px 0;
}
.single-post .pagination-nav .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.single-post .pagination-nav .page-numbers:hover {
  border-color: #03271b;
  color: #03271b;
}
.single-post .pagination-nav .page-numbers.current {
  background-color: #03271b;
  color: #fff;
  border-color: #03271b;
}
.single-post .pagination-nav .page-numbers.dots {
  border: none;
  cursor: default;
}
.single-post .pagination-nav .page-numbers.dots:hover {
  border: none;
  color: #000000;
}
.single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
  padding: 0 15px;
}
.single-post .pagination-nav .page-numbers.prev:hover, .single-post .pagination-nav .page-numbers.next:hover {
  background-color: rgba(61, 178, 136, 0.1);
}
@media (max-width: 768px) {
  .single-post .pagination-nav {
    gap: 4px;
    font-size: 14px;
  }
  .single-post .pagination-nav .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
  }
  .single-post .pagination-nav .page-numbers.prev, .single-post .pagination-nav .page-numbers.next {
    padding: 0 10px;
  }
}

.hero-section {
  display: flex;
  height: 100vh;
  overflow: hidden;
  margin-top: -102px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-section {
    flex-direction: column;
    height: 100svh;
    margin-top: -92px;
    padding-top: 92px;
  }
}
.hero-section .hero-bg {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: none;
  z-index: 0;
  filter: blur(6px);
}
.hero-section .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 27, 0.74);
  z-index: 1;
}
.hero-section .vitrin {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
}
@media (max-width: 1199px) {
  .hero-section .vitrin {
    width: 100%;
    flex: 1;
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.hero-section .vitrin .list {
  position: absolute;
  width: max-content;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.hero-section .vitrin .list .item {
  width: calc(var(--radius) * 2);
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-section .vitrin .list .item.active {
  z-index: 2;
}
.hero-section .vitrin .list .item .item-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), transparent 50%);
  transform: rotate(45deg);
  opacity: 0.3;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease;
}
.hero-section .vitrin .list .item .item-visual img {
  width: calc(var(--radius) * 2 * 0.96);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.55));
}
.hero-section .vitrin .list .item.active .item-visual {
  transform: rotate(0deg);
  opacity: 1;
}
.hero-section .vitrin .circle {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--radius) * 2 + 60px);
  height: calc(var(--radius) * 2 + 60px);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-mask: radial-gradient(var(--radius), transparent 100%, #000);
  mask: radial-gradient(var(--radius), rgba(0, 0, 0, 0) 98%, #000);
}
@media (max-width: 1199px) {
  .hero-section .vitrin .circle {
    display: none;
  }
}
.hero-section .vitrin .circle span {
  display: block;
  position: absolute;
  height: calc(var(--radius) * 2 + 50px);
  top: 50%;
  left: 50%;
  --rotate: 50deg;
  transform: translate(-50%, -50%) rotate(var(--rotate));
  text-transform: uppercase;
  color: #fff;
  font-size: small;
  animation: circleRotate 20s linear infinite;
}
.hero-section .vitrin .indicators {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero-section .vitrin .indicators .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.4s ease;
}
.hero-section .vitrin .indicators .dot.active {
  background: #fff;
  width: 28px;
  border-radius: 4px;
}
.hero-section .content-stack {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-section .content-stack {
    width: 100%;
    flex: 1;
    height: auto;
  }
}
.hero-section .content-stack .item-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 clamp(30px, 5vw, 80px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0.3s;
}
.hero-section .content-stack .item-content.active {
  opacity: 1;
  pointer-events: auto;
}
.hero-section .content-stack .item-content::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-section .content-stack .item-content::before {
    width: 150vw;
    height: 150vw;
    top: 5%;
    right: auto;
    left: -60vw;
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.hero-section .content-stack .item-content::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-section .content-stack .item-content::after {
    width: 120vw;
    height: 120vw;
    top: 30%;
    right: auto;
    left: -40vw;
    border-color: rgba(255, 255, 255, 0.1);
  }
}
.hero-section .content-stack .item-content .hero-subtitle,
.hero-section .content-stack .item-content .hero-title,
.hero-section .content-stack .item-content .hero-divider,
.hero-section .content-stack .item-content .hero-desc,
.hero-section .content-stack .item-content .hero-btn {
  position: relative;
  z-index: 2;
}
.hero-section .content-stack .item-content .hero-subtitle {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.hero-section .content-stack .item-content .hero-title {
  font-size: clamp(2.8rem, 4.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #ffffff;
  margin-bottom: 24px;
}
.hero-section .content-stack .item-content .hero-divider {
  width: 48px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}
.hero-section .content-stack .item-content .hero-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 36px;
  max-width: 380px;
}
.hero-section .content-stack .item-content .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.hero-section .content-stack .item-content .hero-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.hero-section .content-stack .item-content .hero-btn {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.hero-section .content-stack .item-content .hero-btn:hover {
  background-color: #ffffff;
  color: #03271b;
  border-color: #ffffff;
}
.hero-section .content-stack .item-content .hero-btn {
  align-self: flex-start;
  font-size: 0.8rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero-section .content-stack .item-content {
    padding: 40px 24px 102px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero-section .content-stack .item-content .hero-title {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
    letter-spacing: 3px;
  }
  .hero-section .content-stack .item-content .hero-desc {
    max-width: 100%;
    font-size: 0.9rem;
    margin-bottom: 28px;
  }
  .hero-section .content-stack .item-content .hero-btn {
    padding: 10px 24px;
  }
}
.hero-section .hero-deco {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: clamp(160px, 18vw, 260px);
  opacity: 0.15;
  pointer-events: none;
  transform: rotate(15deg);
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-section .hero-deco {
    width: 130px;
    opacity: 0.1;
    bottom: auto;
    top: 50svh;
  }
}
@keyframes circleRotate {
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--rotate) + 360deg));
  }
}

.section-01 {
  padding: 100px 0;
}
.section-01 .about-media {
  position: relative;
}
.section-01 .about-media .about-img-main {
  position: relative;
  width: 75%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.section-01 .about-media .about-img-main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
.section-01 .about-media .about-img-sub {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 5px solid #ffffff;
}
.section-01 .about-media .about-img-sub img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.section-01 .about-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .section-01 .about-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-01 .about-text {
    margin-top: 50px;
  }
}
.section-01 .about-text .section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
}
.section-01 .about-text .section-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.section-01 .about-text .section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #03271b;
  line-height: 1.2;
  margin: 0;
}
.section-01 .about-text .about-desc {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}
.section-01 .about-text .about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #444444;
  font-weight: 500;
}
.section-01 .about-text .about-feature img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  stroke: #03271b;
}
.section-01 .about-text .about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.section-01 .about-text .about-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.section-01 .about-text .about-btn {
  background-color: #03271b;
  color: #ffffff;
  border-color: #03271b;
}
.section-01 .about-text .about-btn:hover {
  background-color: hsl(160, 85.7142857143%, -1.7647058824%);
}
.section-01 .about-text .about-btn {
  align-self: flex-start;
}

.section-02 {
  padding: 100px 0;
}
.section-02 .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-02 .section-header .section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
}
.section-02 .section-header .section-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.section-02 .section-header .section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #03271b;
  line-height: 1.2;
  margin: 0;
}
.section-02 .service-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}
.section-02 .service-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.section-02 .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 39, 27, 0.92) 0%, rgba(3, 39, 27, 0.3) 50%, transparent 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}
.section-02 .service-card .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.section-02 .service-card .service-content .service-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ecd7a6;
  margin-bottom: 8px;
}
.section-02 .service-card .service-content .service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
}
.section-02 .service-card .service-content .service-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
@media (max-width: 1199px) {
  .section-02 .service-card .service-content .service-desc {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-02 .service-card:hover img {
  transform: scale(1.05);
}
.section-02 .service-card:hover .service-content .service-desc {
  opacity: 1;
  transform: translateY(0);
}

.section-03 {
  padding: 100px 0;
  background-color: #03271b;
}
.section-03 .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-03 .section-header .section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecd7a6;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
}
.section-03 .section-header .section-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #ecd7a6;
}
.section-03 .section-header .section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.section-03 .gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid rgba(255, 255, 255, 0.06);
}
.section-03 .gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.9);
}
.section-03 .gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 27, 0);
  z-index: 1;
  transition: background-color 0.4s ease;
}
.section-03 .gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 300;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.section-03 .gallery-item--fill {
  height: 100%;
}
.section-03 .gallery-item--fill img {
  aspect-ratio: unset;
  height: 100%;
}
.section-03 .gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1);
}
.section-03 .gallery-item:hover::before {
  background-color: rgba(3, 39, 27, 0.45);
}
.section-03 .gallery-item:hover::after {
  opacity: 1;
}
.section-03 .section-03-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.section-03 .section-03-grid .gallery-item--big {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
.section-03 .section-03-grid .gallery-item--big img {
  aspect-ratio: unset;
  height: 100%;
}
@media (max-width: 1199px) {
  .section-03 .section-03-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-03 .section-03-grid .gallery-item--big {
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
  }
  .section-03 .section-03-grid .gallery-item--big img {
    aspect-ratio: 4/3;
    height: auto;
  }
}
@media (max-width: 320px) {
  .section-03 .section-03-grid {
    grid-template-columns: 1fr;
  }
}

.section-04 {
  padding: 100px 0;
}
.section-04 .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-04 .section-header .section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
}
.section-04 .section-header .section-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.section-04 .section-header .section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #03271b;
  line-height: 1.2;
  margin: 0;
}
.section-04 .reviews-slider {
  padding-bottom: 50px;
}
.section-04 .reviews-slider .slick-dots {
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.section-04 .reviews-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  list-style: none;
}
.section-04 .reviews-slider .slick-dots li button {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #03271b;
  opacity: 0.2;
  padding: 0;
  font-size: 0;
  transition: all 300ms ease-in-out;
}
.section-04 .reviews-slider .slick-dots li button::before {
  display: none;
}
.section-04 .reviews-slider .slick-dots li.slick-active button {
  width: 40px;
  opacity: 1;
}
.section-04 .reviews-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.section-04 .reviews-slider .slick-slide {
  margin: 0 12px;
  height: auto !important;
}
.section-04 .reviews-slider .slick-list {
  margin: 0 -12px;
}
.section-04 .review-card {
  background-color: #03271b;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 300ms ease-in-out;
}
.section-04 .review-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transform: translateY(-4px);
}
.section-04 .review-card .review-stars {
  display: flex;
  gap: 4px;
}
.section-04 .review-card .review-stars svg {
  width: 18px;
  height: 18px;
  fill: #ffe500;
}
.section-04 .review-card .review-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin: 0;
  flex: 1;
}
.section-04 .review-card .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.section-04 .review-card .review-author img {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.section-04 .review-card .review-author .review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-04 .review-card .review-author .review-author-info .review-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ecd7a6;
}
.section-04 .review-card .review-author .review-author-info .review-date {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.blog {
  padding: 100px 0;
}
.blog .section-header {
  margin-bottom: 60px;
}
.blog .section-header .section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  margin-bottom: 12px;
  padding-left: 36px;
  position: relative;
}
.blog .section-header .section-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.blog .section-header .section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #03271b;
  line-height: 1.2;
  margin: 0;
}
.blog .blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background-color: #03271b;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9ecef;
  transition: all 300ms ease-in-out;
  height: 100%;
}
.blog .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}
.blog .blog-card:hover .blog-card-img img {
  transform: scale(1.04);
}
.blog .blog-card .blog-card-img {
  overflow: hidden;
}
.blog .blog-card .blog-card-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.blog .blog-card .blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.blog .blog-card .blog-card-body .blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .blog .blog-card .blog-card-body .blog-card-meta {
    margin-bottom: 20px;
  }
}
.blog .blog-card .blog-card-body .blog-card-meta .blog-category {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #03271b;
  background-color: #ecd7a6;
  padding: 3px 10px;
  border-radius: 20px;
}
.blog .blog-card .blog-card-body .blog-card-meta .blog-date {
  font-size: 0.78rem;
  color: #ecd7a6;
}
.blog .blog-card .blog-card-body .blog-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ecd7a6;
  line-height: 1.4;
  margin: 0;
}
.blog .blog-card .blog-card-body .blog-card-excerpt {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 32px;
  margin: 0;
}
.blog .blog-card--large .blog-card-img img {
  aspect-ratio: 16/10;
}
@media (max-width: 991px) {
  .blog .blog-card--large .blog-card-img img {
    aspect-ratio: 3/2;
  }
}
.blog .blog-card--large .blog-card-body {
  padding: 28px;
}
.blog .blog-card--large .blog-card-body .blog-card-title {
  font-size: 1.25rem;
}
.blog .blog-card--small {
  flex-direction: row;
}
.blog .blog-card--small .blog-card-img {
  width: 220px;
  flex-shrink: 0;
}
.blog .blog-card--small .blog-card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  object-fit: cover;
}
.blog .blog-card--small .blog-card-body {
  padding: 20px;
  gap: 8px;
}
@media (max-width: 767px) {
  .blog .blog-card--small {
    flex-direction: column;
    align-items: stretch;
  }
  .blog .blog-card--small .blog-card-img {
    width: 100%;
  }
  .blog .blog-card--small .blog-card-img img {
    height: auto;
    aspect-ratio: 3/2;
  }
  .blog .blog-card--small .blog-card-body {
    padding: 28px;
    gap: 12px;
  }
  .blog .blog-card--small .blog-card-body .blog-card-title {
    font-size: 1.25rem;
  }
}
.blog .blog-cards-stack {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 1.5rem;
}
.blog .blog-cards-stack > .col-12 {
  flex: 1;
}

.banner {
  display: flex;
  min-height: 650px;
  margin-top: -102px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    flex-direction: column;
    min-height: auto;
    margin-top: -92px;
  }
}
.banner .banner-media {
  flex: 0 0 45%;
  overflow: hidden;
  position: relative;
}
.banner .banner-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03271b;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .banner .banner-media {
    flex: none;
    height: 280px;
  }
}
.banner .banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .banner-content {
  flex: 0 0 55%;
  background-color: #03271b;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 4rem 9rem;
}
.banner .banner-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/icons/leaves.svg");
  background-repeat: repeat;
  background-size: 480px;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 991px) {
  .banner .banner-content {
    padding: 6rem 2.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-content {
    flex: none;
    justify-content: flex-start;
    padding: 2.5rem 1.5rem 3rem;
  }
}
.banner .banner-breadcrumb {
  margin-bottom: 1.5rem;
}
.banner .banner-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.banner .banner-breadcrumb li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.banner .banner-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.25);
}
.banner .banner-breadcrumb li[aria-current=page] {
  color: #ecd7a6;
}
.banner .banner-breadcrumb a {
  color: white;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.banner .banner-breadcrumb a:hover {
  color: #ffffff;
}
.banner .banner-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-bottom: 1rem;
}
.banner .banner-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.banner .banner-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.banner .banner-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  max-width: 400px;
  margin: 0;
}
.banner .banner-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 1.25rem;
}
.banner .banner-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}
.banner .banner-meta-item img {
  width: 15px;
  height: 15px;
  opacity: 0.55;
  filter: brightness(0) invert(1);
}
.banner .banner-meta-category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ecd7a6;
  background-color: rgba(236, 215, 166, 0.12);
  padding: 4px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.banner .banner-meta-category:hover {
  background-color: rgba(236, 215, 166, 0.25);
}

.about-section-01 {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .about-section-01 {
    padding: 60px 0;
  }
}
.about-section-01 .about-media {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about-section-01 .about-media {
    margin-bottom: 60px;
  }
}
.about-section-01 .about-media .about-img-main {
  position: relative;
  width: 75%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.about-section-01 .about-media .about-img-main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
.about-section-01 .about-media .about-img-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 5px solid #ffffff;
}
.about-section-01 .about-media .about-img-sub img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.about-section-01 .about-story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .about-section-01 .about-story-text {
    margin-top: 0;
  }
}
.about-section-01 .about-story-text .about-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
}
.about-section-01 .about-story-text .about-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.about-section-01 .about-story-text .about-story-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.2;
  margin: 0;
}
.about-section-01 .about-story-text p {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}
.about-section-01 .about-story-text .btn-2 {
  align-self: flex-start;
}

.about-section-02 {
  padding: 100px 0;
  background-color: #ede8de;
}
@media (max-width: 767px) {
  .about-section-02 {
    padding: 60px 0;
  }
}
.about-section-02 .about-section-header {
  text-align: center;
  margin-bottom: 60px;
}
.about-section-02 .about-section-header .about-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-bottom: 12px;
}
.about-section-02 .about-section-header .about-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.about-section-02 .about-section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.2;
  margin: 0;
}
.about-section-02 .value-card {
  background-color: #03271b;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 300ms ease-in-out;
  border-bottom: 3px solid transparent;
}
.about-section-02 .value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border-bottom-color: #ecd7a6;
}
.about-section-02 .value-card .value-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.about-section-02 .value-card .value-icon img {
  width: 26px;
  height: 26px;
  stroke: #ecd7a6;
}
.about-section-02 .value-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.about-section-02 .value-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
}

.about-section-03 {
  padding: 80px 0;
  background-color: #03271b;
}
@media (max-width: 767px) {
  .about-section-03 {
    padding: 60px 0;
  }
}
.about-section-03 .stat-item {
  text-align: center;
  padding: 1rem;
  position: relative;
}
.about-section-03 .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .about-section-03 .stat-item:not(:last-child)::after {
    display: none;
  }
}
.about-section-03 .stat-item .stat-number {
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ecd7a6;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.about-section-03 .stat-item .stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.services-section-01 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .services-section-01 {
    padding: 60px 0;
  }
}
.services-section-01 .service-row {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 80px 0;
  border-bottom: 1px solid #e9ecef;
}
.services-section-01 .service-row:first-child {
  padding-top: 0;
}
.services-section-01 .service-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.services-section-01 .service-row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .services-section-01 .service-row {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .services-section-01 .service-row {
    flex-direction: column !important;
    gap: 36px;
    padding: 50px 0;
  }
}
.services-section-01 .service-row .service-row-media {
  flex: 0 0 48%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .services-section-01 .service-row .service-row-media {
    flex: none;
    width: 100%;
  }
}
.services-section-01 .service-row .service-row-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: all 500ms ease-in-out;
}
.services-section-01 .service-row .service-row-media:hover img {
  transform: scale(1.04);
}
.services-section-01 .service-row .service-row-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-section-01 .service-row .service-row-content .service-row-num {
  font-size: 4rem;
  font-weight: 800;
  color: rgba(3, 39, 27, 0.08);
  line-height: 1;
  font-family: serif;
}
.services-section-01 .service-row .service-row-content .service-row-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-top: -2rem;
}
.services-section-01 .service-row .service-row-content .service-row-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.services-section-01 .service-row .service-row-content .service-row-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.1;
  margin: 0;
}
.services-section-01 .service-row .service-row-content .service-row-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}
.services-section-01 .service-row .service-row-content .service-row-features {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-section-01 .service-row .service-row-content .service-row-features li {
  font-size: 16px;
  color: #444444;
  padding-left: 20px;
  position: relative;
}
.services-section-01 .service-row .service-row-content .service-row-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #03271b;
}
.services-section-01 .service-row .service-row-content .service-row-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.services-section-01 .service-row .service-row-content .service-row-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.services-section-01 .service-row .service-row-content .service-row-btn {
  background-color: #03271b;
  color: #ffffff;
  border-color: #03271b;
}
.services-section-01 .service-row .service-row-content .service-row-btn:hover {
  background-color: hsl(160, 85.7142857143%, -1.7647058824%);
}
.services-section-01 .service-row .service-row-content .service-row-btn {
  align-self: flex-start;
  margin-top: 8px;
}

.services-cta {
  background-color: #03271b;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services-cta {
    padding: 70px 0;
  }
}
.services-cta .services-cta-deco {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 420px;
  opacity: 0.06;
  pointer-events: none;
}
@media (max-width: 767px) {
  .services-cta .services-cta-deco {
    width: 260px;
    right: -30px;
    bottom: -20px;
  }
}
.services-cta .services-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .services-cta .services-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.services-cta .services-cta-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}
.services-cta .services-cta-text .services-cta-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecd7a6;
  padding-left: 36px;
  position: relative;
}
.services-cta .services-cta-text .services-cta-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #ecd7a6;
}
.services-cta .services-cta-text .services-cta-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
}
.services-cta .services-cta-text .services-cta-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin: 0;
}
.services-cta .services-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .services-cta .services-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.services-cta .services-cta-actions .services-cta-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.services-cta .services-cta-actions .services-cta-btn--primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.services-cta .services-cta-actions .services-cta-btn--primary {
  background-color: #ecd7a6;
  color: #03271b;
  border-color: #ecd7a6;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.services-cta .services-cta-actions .services-cta-btn--primary:hover {
  background-color: #ffffff;
  color: #03271b;
}
.services-cta .services-cta-actions .services-cta-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.services-cta .services-cta-actions .services-cta-btn--outline svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.services-cta .services-cta-actions .services-cta-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.services-cta .services-cta-actions .services-cta-btn--outline:hover {
  background-color: #ffffff;
  color: #03271b;
  border-color: #ffffff;
}

.sd-section-01 {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .sd-section-01 {
    padding: 50px 0 70px;
  }
}
.sd-section-01 .sd-main-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.sd-section-01 .sd-main-image img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  display: block;
}
.sd-section-01 .sd-content {
  margin-bottom: 48px;
}
.sd-section-01 .sd-content .sd-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-bottom: 14px;
}
.sd-section-01 .sd-content .sd-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.sd-section-01 .sd-content .sd-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sd-section-01 .sd-content p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.9;
  margin-bottom: 16px;
}
.sd-section-01 .sd-content p:last-child {
  margin-bottom: 0;
}
.sd-section-01 .sd-features {
  margin-bottom: 48px;
}
.sd-section-01 .sd-features .sd-features-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #121c34;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #ede8de;
}
.sd-section-01 .sd-features .sd-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background-color: #ede8de;
  border-radius: 10px;
  font-size: 16px;
  color: #03271b;
  height: 100%;
}
.sd-section-01 .sd-features .sd-feature-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #03271b;
  margin-top: 1px;
}
.sd-section-01 .sd-gallery .sd-gallery-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #121c34;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #ede8de;
}
.sd-section-01 .sd-gallery .sd-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.sd-section-01 .sd-gallery .sd-gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: all 500ms ease-in-out;
}
.sd-section-01 .sd-gallery .sd-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 27, 0.55);
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
.sd-section-01 .sd-gallery .sd-gallery-item::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: 2;
  line-height: 0;
}
.sd-section-01 .sd-gallery .sd-gallery-item:hover img {
  transform: scale(1.06);
}
.sd-section-01 .sd-gallery .sd-gallery-item:hover::before {
  opacity: 1;
}
.sd-section-01 .sd-gallery .sd-gallery-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sd-section-01 .sd-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .sd-section-01 .sd-sidebar {
    position: static;
  }
}
.sd-section-01 .sd-sidebar .sd-contact-card {
  background-color: #03271b;
  border-radius: 20px;
  padding: 2rem;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.3;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 28px;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn {
  background-color: #ecd7a6;
  color: #03271b;
  border-color: #ecd7a6;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn:hover {
  background-color: #ffffff;
  color: #03271b;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn {
  width: 100%;
}
.sd-section-01 .sd-sidebar .sd-contact-card .sd-contact-btn:hover svg {
  transform: translateX(4px);
}
.sd-section-01 .sd-sidebar .sd-other-services {
  background-color: #ede8de;
  border-radius: 20px;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-title {
  font-size: 1rem;
  font-weight: 700;
  color: #121c34;
  margin-bottom: 18px;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 14px;
  border-radius: 14px;
  transition: all 150ms ease-in-out;
  background-color: #03271b;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateX(4px);
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item img {
  width: 80px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item .sd-other-label {
  font-size: 0.7rem;
  color: #ecd7a6;
  font-weight: 600;
  letter-spacing: 1px;
}
.sd-section-01 .sd-sidebar .sd-other-services .sd-other-item .sd-other-name {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.gallery-section {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .gallery-section {
    padding: 50px 0 70px;
  }
}
.gallery-section .gallery-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-filter {
    gap: 8px;
    margin-bottom: 28px;
  }
}
.gallery-section .gallery-filter .gallery-filter-btn {
  background: none;
  border: 1.5px solid #dee2e6;
  border-radius: 100px;
  padding: 8px 22px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #555555;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.gallery-section .gallery-filter .gallery-filter-btn:hover {
  border-color: #03271b;
  color: #03271b;
}
.gallery-section .gallery-filter .gallery-filter-btn.active {
  background-color: #03271b;
  border-color: #03271b;
  color: #ffffff;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 150px;
  gap: 12px;
}
@media (max-width: 1199px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
}
@media (max-width: 576px) {
  .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
}
.gallery-section .gallery-item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 500ms ease-in-out;
}
.gallery-section .gallery-item .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 27, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.gallery-section .gallery-item .gallery-item-overlay svg {
  width: 40px;
  height: 40px;
  stroke: #ffffff;
  transform: scale(0.7);
  transition: all 300ms ease-in-out;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-section .gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}
.gallery-section .gallery-item:hover .gallery-item-overlay svg {
  transform: scale(1);
}
.gallery-section .gallery-section-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 50px;
}
.gallery-section .gallery-section-header .gallery-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-bottom: 14px;
}
.gallery-section .gallery-section-header .gallery-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.gallery-section .gallery-section-header .gallery-section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gallery-section .gallery-section-header .gallery-section-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}

.gallery-highlight {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-highlight {
    padding: 90px 0;
  }
}
.gallery-highlight .gallery-highlight-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gallery-highlight .gallery-highlight-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-highlight .gallery-highlight-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 27, 0.78);
}
.gallery-highlight .container {
  position: relative;
  z-index: 1;
}
.gallery-highlight .gallery-highlight-inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.gallery-highlight .gallery-highlight-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecd7a6;
  padding-left: 36px;
  position: relative;
}
.gallery-highlight .gallery-highlight-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #ecd7a6;
}
.gallery-highlight .gallery-highlight-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
}
.gallery-highlight .gallery-highlight-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin: 0;
  max-width: 480px;
}
.gallery-highlight .gallery-highlight-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--primary {
  background-color: #ecd7a6;
  color: #03271b;
  border-color: #ecd7a6;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--primary:hover {
  background-color: #ffffff;
  color: #03271b;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 100px;
  font-family: "Cardo", serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--outline svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.gallery-highlight .gallery-highlight-actions .gallery-highlight-btn--outline:hover {
  background-color: #ffffff;
  color: #03271b;
  border-color: #ffffff;
}

.contact-section-01 {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .contact-section-01 {
    padding: 60px 0 80px;
  }
}
.contact-section-01 .contact-info-card {
  background-color: #03271b;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  height: 100%;
  position: sticky;
  top: 110px;
}
@media (max-width: 991px) {
  .contact-section-01 .contact-info-card {
    position: static;
  }
}
@media (max-width: 767px) {
  .contact-section-01 .contact-info-card {
    padding: 2rem 1.5rem;
  }
}
.contact-section-01 .contact-info-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-section-01 .contact-info-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecd7a6;
  padding-left: 36px;
  position: relative;
  margin-bottom: 1rem;
}
.contact-section-01 .contact-info-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #ecd7a6;
}
.contact-section-01 .contact-info-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.contact-section-01 .contact-info-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin: 0;
}
.contact-section-01 .contact-info-list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section-01 .contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-section-01 .contact-info-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section-01 .contact-info-icon svg {
  width: 20px;
  height: 20px;
  stroke: #ecd7a6;
}
.contact-section-01 .contact-info-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.contact-section-01 .contact-info-value {
  display: block;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.contact-section-01 .contact-info-value:is(a):hover {
  color: #ecd7a6;
}
.contact-section-01 .contact-info-social {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-section-01 .contact-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
}
.contact-section-01 .contact-social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}
.contact-section-01 .contact-social-links a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 150ms ease-in-out;
}
.contact-section-01 .contact-social-links a:hover {
  background-color: #ecd7a6;
  border-color: #ecd7a6;
}
.contact-section-01 .contact-social-links a:hover img {
  opacity: 1;
  filter: brightness(0);
}
.contact-section-01 .contact-form-wrap {
  padding: 0.5rem 0;
}
.contact-section-01 .contact-form-header {
  margin-bottom: 2.5rem;
}
.contact-section-01 .contact-form-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #03271b;
  padding-left: 36px;
  position: relative;
  margin-bottom: 1rem;
}
.contact-section-01 .contact-form-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #03271b;
}
.contact-section-01 .contact-form-title {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #121c34;
  line-height: 1.2;
  margin: 0;
}
.contact-section-01 .contact-form-subject {
  margin-bottom: 2rem;
}
.contact-section-01 .contact-form-subject .contact-form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.85rem;
}
.contact-section-01 .subject-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-section-01 .subject-pill {
  cursor: pointer;
}
.contact-section-01 .subject-pill input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-section-01 .subject-pill span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1.5px solid #dee2e6;
  font-size: 0.85rem;
  font-weight: 500;
  color: #555555;
  transition: all 150ms ease-in-out;
  line-height: 1;
}
.contact-section-01 .subject-pill input:checked + span {
  background-color: #03271b;
  border-color: #03271b;
  color: #ffffff;
}
.contact-section-01 .subject-pill:hover span {
  border-color: #03271b;
  color: #03271b;
}
.contact-section-01 .subject-pill input:checked + span:hover {
  color: #ffffff;
}
.contact-section-01 .form-field {
  position: relative;
}
.contact-section-01 .form-field input,
.contact-section-01 .form-field textarea {
  width: 100%;
  padding: 18px 16px 8px;
  border: 1.5px solid #dee2e6;
  border-radius: 12px;
  font-family: "Cardo", serif;
  font-size: 0.95rem;
  color: #121c34;
  background-color: #ffffff;
  outline: none;
  transition: all 150ms ease-in-out;
  -webkit-appearance: none;
}
.contact-section-01 .form-field input:focus,
.contact-section-01 .form-field textarea:focus {
  border-color: #03271b;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(3, 39, 27, 0.06);
}
.contact-section-01 .form-field input:not(:placeholder-shown) ~ label, .contact-section-01 .form-field input:focus ~ label,
.contact-section-01 .form-field textarea:not(:placeholder-shown) ~ label,
.contact-section-01 .form-field textarea:focus ~ label {
  top: 8px;
  font-size: 0.65rem;
  color: #03271b;
  letter-spacing: 0.5px;
}
.contact-section-01 .form-field textarea {
  resize: vertical;
  min-height: 140px;
  padding-top: 22px;
}
.contact-section-01 .form-field input[type=date] {
  padding-top: 22px;
  padding-bottom: 6px;
}
.contact-section-01 .form-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.4;
  cursor: pointer;
}
.contact-section-01 .form-field--select select {
  width: 100%;
  padding: 22px 36px 6px 16px;
  border: 1.5px solid #dee2e6;
  border-radius: 12px;
  font-family: "Cardo", serif;
  font-size: 0.95rem;
  color: #121c34;
  background-color: #ffffff;
  outline: none;
  transition: all 150ms ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact-section-01 .form-field--select select:focus {
  border-color: #03271b;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(3, 39, 27, 0.06);
}
.contact-section-01 .form-field--select select:not([value=""]) ~ label {
  top: 8px;
  font-size: 0.65rem;
  color: #03271b;
  letter-spacing: 0.5px;
}
.contact-section-01 .form-field--select select:focus ~ label,
.contact-section-01 .form-field--select select:not(:invalid) ~ label {
  top: 8px;
  font-size: 0.65rem;
  color: #03271b;
  letter-spacing: 0.5px;
}
.contact-section-01 .form-field--select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-color: rgba(18, 28, 52, 0.4);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.contact-section-01 .form-field label {
  left: 16px;
  font-size: 0.9rem;
  color: rgba(18, 28, 52, 0.45);
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
  line-height: 1;
}
.contact-section-01 .form-field textarea ~ label {
  top: 22px;
  transform: none;
}
.contact-section-01 .contact-submit-btn {
  width: 100%;
  border: none;
}
.contact-section-01 .contact-submit-btn:hover svg {
  transform: translate(3px, -3px);
}
.contact-section-01 .contact-submit-btn:active {
  transform: translateY(0);
}

.contact-map {
  height: 480px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-map {
    height: 320px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  filter: grayscale(20%);
}

.page-template-page-menu {
  background: #03271b !important;
}
@media (max-width: 767px) {
  .page-template-page-menu .site-header,
  .page-template-page-menu .site-footer,
  .page-template-page-menu .mobile-action-bar,
  .page-template-page-menu #wpadminbar {
    display: none !important;
  }
}

.menu-fullpage {
  background: #ffffff;
}
@media (max-width: 767px) {
  .menu-fullpage {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100dvh;
  }
}

.menu-page {
  background: #f9f5ed;
  max-width: 500px;
  min-height: 100dvh;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .menu-page {
    min-height: auto;
    margin: 48px auto 80px;
    border-radius: 24px;
    overflow: hidden;
  }
}

.menu-view {
  display: none;
}
.menu-view.is-active {
  display: block;
  animation: menuFadeUp 0.28s ease both;
}

@keyframes menuFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#view-landing {
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}
#view-landing.is-active {
  display: flex;
  animation: none;
}
#view-landing .landing-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #03271b;
}
#view-landing .landing-bg img,
#view-landing .landing-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#view-landing .landing-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(3, 39, 27, 0.35) 0%, rgba(3, 39, 27, 0.2) 30%, rgba(3, 39, 27, 0.55) 70%, rgba(3, 39, 27, 0.9) 100%);
}
#view-landing .landing-lang {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}
#view-landing .landing-lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
}
#view-landing .landing-lang li {
  list-style: none;
}
#view-landing .landing-lang a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 150ms ease-in-out;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
}
#view-landing .landing-lang a:hover, #view-landing .landing-lang a.current-lang {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  #view-landing .landing-lang {
    display: none !important;
  }
}
#view-landing .landing-content {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 32px 40px;
  text-align: center;
}
#view-landing .landing-logo {
  margin-bottom: 28px;
}
#view-landing .landing-logo img {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#view-landing .landing-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.2px;
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 280px;
}
#view-landing .landing-tagline::before {
  content: '"';
}
#view-landing .landing-tagline::after {
  content: '"';
}
#view-landing .landing-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #03271b;
  border: 3px solid rgba(236, 215, 166, 0.5);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
#view-landing .landing-cta svg {
  width: 26px;
  height: 26px;
}
#view-landing .landing-cta:hover {
  background: rgb(5.9142857143, 76.8857142857, 53.2285714286);
  border-color: #ecd7a6;
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
#view-landing .landing-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px 40px;
}
#view-landing .landing-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  min-width: 90px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 150ms ease-in-out;
}
#view-landing .landing-action-btn svg {
  width: 22px;
  height: 22px;
}
#view-landing .landing-action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.menu-mini-header {
  display: none;
  position: sticky;
  top: 0;
  z-index: 100;
  grid-template-columns: 44px 1fr 44px;
}
.menu-mini-header.is-visible {
  display: grid;
}
.menu-mini-header {
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(249, 245, 237, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}
.menu-mini-header .menu-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #03271b;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.menu-mini-header .menu-back-btn svg {
  width: 20px;
  height: 20px;
}
.menu-mini-header .menu-back-btn:hover {
  background: rgb(5.9142857143, 76.8857142857, 53.2285714286);
}
.menu-mini-header .menu-mini-logo {
  text-align: center;
}
.menu-mini-header .menu-mini-logo img {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.menu-mini-header .menu-mini-logo span {
  font-family: "Cardo", serif;
  font-size: 16px;
  font-weight: 700;
  color: #03271b;
}
.menu-mini-header .menu-instagram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(3, 39, 27, 0.08);
  color: #03271b;
  transition: all 150ms ease-in-out;
}
.menu-mini-header .menu-instagram-btn svg {
  width: 18px;
  height: 18px;
}
.menu-mini-header .menu-instagram-btn:hover {
  background: rgba(3, 39, 27, 0.15);
}
.menu-mini-header .menu-header-spacer {
  width: 36px;
  height: 36px;
}

.cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
}

.cat-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0;
  background: rgba(3, 39, 27, 0.06);
  display: block;
  width: 100%;
  border-radius: 16px;
}
.cat-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
  aspect-ratio: 16/7;
}
.cat-card .cat-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.cat-card .cat-card-img--empty {
  background: rgba(3, 39, 27, 0.08);
}
.cat-card .cat-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.04) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 14px;
  text-align: center;
  transition: background 0.3s ease;
}
.cat-card .cat-card-name {
  color: #ffffff;
  font-family: "Cardo", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  display: block;
}
.cat-card .cat-card-count {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  margin-top: 3px;
}
.cat-card:hover .cat-card-img {
  transform: scale(1.06);
}
.cat-card:hover .cat-card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
}

.cat-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: #f9f5ed;
}
.cat-strip::-webkit-scrollbar {
  display: none;
}

.cat-strip-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 10px 8px;
  border: none;
  background: none;
  cursor: pointer;
  scroll-snap-align: start;
  transition: all 150ms ease-in-out;
  min-width: 70px;
  max-width: 80px;
  position: relative;
}
.cat-strip-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #03271b;
  border-radius: 2px;
  opacity: 0;
  transition: all 150ms ease-in-out;
}
.cat-strip-item.is-active::after {
  opacity: 1;
}
.cat-strip-item.is-active .cat-strip-label {
  color: #03271b;
  font-weight: 600;
}
.cat-strip-item.is-active .cat-strip-thumb {
  border-color: #03271b;
  box-shadow: 0 0 0 2px rgba(3, 39, 27, 0.15);
}

.cat-strip-thumb {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 150ms ease-in-out;
  flex-shrink: 0;
  background: rgba(3, 39, 27, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-strip-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-strip-thumb--empty svg {
  width: 22px;
  height: 22px;
  color: rgba(3, 39, 27, 0.3);
}

.cat-strip-label {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.2;
  max-width: 64px;
  transition: all 150ms ease-in-out;
  word-break: break-word;
}

.products-panel {
  display: none;
}
.products-panel.is-active {
  display: block;
}

.products-panel-header {
  padding: 20px 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.products-panel-title {
  font-family: "Cardo", serif;
  font-size: 22px;
  font-weight: 700;
  color: #03271b;
  margin: 0;
  line-height: 1.2;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px;
}

.product-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #faf7f0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.15s ease;
}
.product-row:hover, .product-row:active {
  background: #f0ebe0;
}

.product-row-thumb {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(3, 39, 27, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-row-thumb--empty svg {
  width: 28px;
  height: 28px;
  color: rgba(3, 39, 27, 0.25);
}

.product-row-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-row-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.product-row-name {
  font-family: "Cardo", serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.88);
  margin: 0;
  line-height: 1.3;
  flex: 1;
}

.product-row-price {
  font-size: 14px;
  font-weight: 700;
  color: #03271b;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-row-desc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin: 0;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-row-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.menu-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.menu-badge--vegan {
  background: rgba(40, 167, 69, 0.12);
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.menu-badge--gluten {
  background: rgba(255, 193, 7, 0.15);
  color: #a07800;
}
.menu-badge--popular {
  background: rgba(3, 39, 27, 0.1);
  color: #03271b;
}

.menu-footer-note {
  padding: 24px 16px 40px;
}
.menu-footer-note p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.menu-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  align-items: flex-end;
  justify-content: center;
}
.menu-modal.is-open {
  display: flex;
}
.menu-modal.is-open .menu-modal-sheet {
  animation: sheetSlideUp 0.32s cubic-bezier(0.32, 0.72, 0, 1) both;
}
.menu-modal.is-closing .menu-modal-sheet {
  animation: sheetSlideDown 0.28s ease both;
}

.menu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.menu-modal-sheet {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  max-height: 92dvh;
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.menu-modal-sheet::-webkit-scrollbar {
  display: none;
}

.menu-modal-handle {
  position: sticky;
  top: 0;
  width: 40px;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin: 10px auto 0;
  pointer-events: none;
}

.menu-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 10px;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.menu-modal-cat-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.menu-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  transition: all 150ms ease-in-out;
  flex-shrink: 0;
}
.menu-modal-close svg {
  width: 18px;
  height: 18px;
}
.menu-modal-close:hover {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
}

.menu-modal-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(3, 39, 27, 0.05);
  overflow: hidden;
  position: relative;
}
.menu-modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-modal-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-modal-img-placeholder svg {
  width: 48px;
  height: 48px;
  color: rgba(3, 39, 27, 0.2);
}

.menu-modal-body {
  padding: 20px 16px 32px;
}

.menu-modal-name-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.menu-modal-name {
  font-family: "Cardo", serif;
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  line-height: 1.25;
  flex: 1;
}

.menu-modal-price {
  font-size: 20px;
  font-weight: 700;
  color: #03271b;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "Cardo", serif;
}

.menu-modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.menu-modal-badges:empty {
  margin-bottom: 0;
}

.menu-modal-desc {
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.75;
  margin: 0;
}

@keyframes sheetSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes sheetSlideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.page-404 {
  padding: 60px 20px;
  min-height: calc(100vh - 300px);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 50px 15px;
    min-height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding: 40px 15px;
  }
}
@media (max-width: 320px) {
  .page-404 {
    padding: 30px 10px;
    min-height: calc(100vh - 200px);
  }
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .container h1 {
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 700;
  background: linear-gradient(130deg, #03271b, #ecd7a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: -5px;
}
@media (max-width: 767px) {
  .page-404 .container h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.page-404 .container h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-404 .container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.page-404 .container .messages {
  margin-bottom: 40px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-404 .container .messages {
    margin-bottom: 35px;
  }
}
@media (max-width: 320px) {
  .page-404 .container .messages {
    margin-bottom: 30px;
  }
}
.page-404 .container .messages p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 320px) {
  .page-404 .container .messages p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.page-404 .container .messages a.button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  background-color: #03271b;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #03271b;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-404 .container .messages a.button-base:hover {
  background-color: hsl(160, 85.7142857143%, -1.7647058824%);
  border-color: hsl(160, 85.7142857143%, -1.7647058824%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.3);
}
.page-404 .container .messages a.button-base:hover .icon {
  transform: translateX(4px);
}
.page-404 .container .messages a.button-base:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 147, 130, 0.2);
}
.page-404 .container .messages a.button-base .button-text {
  display: inline-block;
}
.page-404 .container .messages a.button-base .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}
.page-404 .container .messages a.button-base .fill-container {
  display: none;
}
@media (max-width: 320px) {
  .page-404 .container .messages a.button-base {
    padding: 12px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.page-404 .container .social-links {
  margin-top: 50px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links {
    margin-top: 35px;
  }
}
.page-404 .container .social-links .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media {
    gap: 15px;
  }
}
.page-404 .container .social-links .social-media li {
  display: inline-block;
}
.page-404 .container .social-links .social-media li a {
  color: #03271b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.page-404 .container .social-links .social-media li a img {
  width: 20px;
  height: 20px;
}
.page-404 .container .social-links .social-media li a:hover {
  background-color: #03271b;
  border-color: #03271b;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.2);
}
.page-404 .container .social-links .social-media li a:focus {
  outline: 2px solid #03271b;
  outline-offset: 2px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media li a {
    width: 45px;
    height: 45px;
  }
  .page-404 .container .social-links .social-media li a img {
    width: 18px;
    height: 18px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ytVideoWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  z-index: 10000 !important;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper.active {
  height: 100%;
}
.ytVideoWrapper.active .iframewrapper {
  height: 100vh;
}
.ytVideoWrapper.active .closeBtn {
  display: block;
}

.ytVideoWrapper .iframewrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #1a1a1a;
  z-index: 1000 !important;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ytVideoWrapper .iframewrapper #ytplayer,
.ytVideoWrapper .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.ytVideoWrapper .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1011 !important;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.ytVideoWrapper .closeBtn:focus-visible {
  outline: 2px solid #03271b;
  outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
  position: absolute;
  background-color: white;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: all 150ms ease-in-out;
}
.ytVideoWrapper .closeBtn .line.a {
  width: 40px;
  height: 3px;
  margin-left: -20px;
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn .line.b {
  width: 3px;
  height: 40px;
  margin-left: -1.5px;
  margin-top: -20px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn:hover .line {
  background-color: hsl(0, 0%, 110%);
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #03271b;
  border: none;
  border-radius: 9999px;
  padding: 0;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}
.play-btn:hover {
  background-color: hsl(160, 85.7142857143%, -1.7647058824%);
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.play-btn:active {
  transform: scale(0.95);
}
.play-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}
@media (max-width: 320px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .play-btn::before {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-radius: 0.75rem;
}
.video-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.video-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 1.5rem;
  text-align: center;
  color: white;
  z-index: 10;
}
.video-banner .text h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .video-banner .text h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text h2 {
    font-size: 1.5rem;
  }
}
.video-banner .text p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  max-width: 600px;
}
@media (max-width: 767px) {
  .video-banner .text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .ytVideoWrapper .closeBtn {
    width: 70px;
    height: 70px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 35px;
    margin-left: -17.5px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 35px;
    margin-top: -17.5px;
  }
}
@media (max-width: 320px) {
  .ytVideoWrapper .closeBtn {
    width: 60px;
    height: 60px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 30px;
    margin-left: -15px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 30px;
    margin-top: -15px;
  }
  .video-banner .text {
    padding: 1rem;
  }
  .video-banner .text h2,
  .video-banner .text p {
    max-width: 90%;
  }
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
.site-header.fixed {
  background-color: rgba(3, 39, 27, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 300ms ease-in-out;
}
.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.site-header .logo:hover {
  opacity: 0.8;
}
.site-header .logo:focus-visible {
  outline: 2px solid #03271b;
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.site-header .logo img {
  width: auto;
  height: 70px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .site-header .logo img {
    height: 60px;
    z-index: auto;
  }
}
@media (max-width: 767px) {
  .site-header .logo img {
    height: 60px;
    z-index: auto;
  }
}
.site-header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-header nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #03271b;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 300ms ease-in-out;
    z-index: 99;
  }
  .site-header nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.site-header nav .header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 6rem 0 2rem;
    overflow-y: auto;
    transition: all 300ms ease-in-out;
  }
  .site-header nav .header-menu.submenu-open {
    transform: translateX(-100%);
  }
}
.site-header nav .header-menu .menu-item {
  position: relative;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item {
    padding: 0;
  }
}
.site-header nav .header-menu .menu-item a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 150ms ease-in-out;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a {
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
    color: #fff;
    font-size: 16px;
  }
}
.site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
  color: #ecd7a6;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:hover, .site-header nav .header-menu .menu-item a:focus-visible {
    color: #03271b;
  }
}
.site-header nav .header-menu .menu-item a:focus-visible {
  outline: 2px solid #03271b;
  outline-offset: 4px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item a:focus-visible {
    outline-offset: -2px;
  }
}
.site-header nav .header-menu .menu-item.current-menu-item a {
  color: #ecd7a6;
}
.site-header nav .header-menu .menu-item.menu-item--cta {
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item--cta {
    margin-left: 0;
    padding: 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    padding-top: 16px;
  }
}
.site-header nav .header-menu .menu-item.menu-item--cta a {
  background-color: #ecd7a6;
  color: #03271b;
  padding: 9px 22px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
.site-header nav .header-menu .menu-item.menu-item--cta a:hover, .site-header nav .header-menu .menu-item.menu-item--cta a:focus-visible {
  background-color: #ffffff;
  color: #03271b;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item--cta a {
    display: inline-block;
    background-color: #ecd7a6;
    color: #03271b;
    padding: 12px 28px;
    border-radius: 20px;
    border-left: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .site-header nav .header-menu .menu-item.menu-item--cta a:hover {
    background-color: #ffffff;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 1.25rem;
}
.site-header nav .header-menu .menu-item.menu-item-has-children > a::after {
  content: url("../assets/icons/angle-down.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a::after {
    margin-right: 1rem;
    transform: translateY(-50%) rotate(-90deg);
    filter: brightness(0) invert(1);
  }
}
@media (hover: hover) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (hover: hover) and (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 230px;
  background-color: #03271b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #03271b;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 6rem 0 2rem;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 100;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu.active {
    left: 0;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
  display: none;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
  }
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .mobile-back-btn a::before {
    content: url("../assets/icons/angle-down.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  position: relative;
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  border: none;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transition: all 150ms ease-in-out;
  border-left: 2px solid transparent;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 1rem 1.5rem;
    color: #fff !important;
    font-size: 16px;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:focus-visible {
  color: #ecd7a6;
  padding-left: 24px;
  background-color: rgba(255, 255, 255, 0.04);
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
  content: url("../assets/icons/angle-down.svg");
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: all 300ms ease-in-out;
  pointer-events: none;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(-90deg);
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a:hover::after {
    transform: translateY(-50%) rotate(-90deg);
    opacity: 1;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  transform: translateX(-6px);
  min-width: 200px;
  background-color: #03271b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid #ecd7a6;
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 51;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #03271b;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 4rem 0 2rem;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow-y: auto;
    transition: all 300ms ease-in-out;
    z-index: 101;
  }
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu.active {
    left: 0;
  }
}
.site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 9px 18px;
  font-size: 0.8rem;
}
@media (max-width: 1199px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (min-width: 993px) {
  .site-header nav .header-menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.menu-trigger {
  position: relative;
  z-index: 100;
  width: 30px;
  height: 22px;
  display: none;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger:focus-visible {
  outline: 2px solid #03271b;
  outline-offset: 2px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}
.menu-trigger:active {
  transform: scale(0.95);
}

#site-header .logo img {
  filter: brightness(0) invert(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .header-actions {
    margin-left: auto;
  }
}

.header-lang {
  position: relative;
  display: flex;
  align-items: center;
}
.header-lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  line-height: 1;
}
.header-lang-btn svg {
  transition: transform 0.2s ease;
}
.header-lang-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}
.header-lang:hover .header-lang-btn svg, .header-lang:focus-within .header-lang-btn svg {
  transform: rotate(180deg);
}
.header-lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 6px;
  background: #03271b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 200;
}
.header-lang-dropdown li {
  list-style: none;
}
.header-lang-dropdown a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 150ms ease-in-out;
}
.header-lang-dropdown a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.header-lang-dropdown a.is-active {
  color: #ecd7a6;
  font-weight: 600;
}
.header-lang:hover .header-lang-dropdown, .header-lang:focus-within .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.error404 .site-header {
  background-color: rgba(3, 39, 27, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.site-footer {
  background-color: #03271b;
  padding: 70px 0 0;
  overflow-x: hidden;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ecd7a6, rgba(236, 215, 166, 0.3), #ecd7a6);
}
@media (max-width: 991px) {
  .site-footer {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 50px 0 80px 0;
  }
}
.site-footer .footer-brand {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-footer .footer-brand {
    text-align: center;
  }
}
.site-footer .footer-brand a {
  display: inline-block;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-brand a:hover {
  opacity: 0.8;
}
.site-footer .footer-brand a:focus-visible {
  outline: 2px solid #ecd7a6;
  outline-offset: 4px;
  border-radius: 4px;
}
.site-footer .footer-brand a img {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .site-footer .footer-brand a img {
    height: 70px;
  }
}
.site-footer .footer-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: -12px 0 20px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .site-footer .footer-tagline {
    text-align: center;
  }
}
.site-footer .footer-contact {
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .site-footer .footer-contact {
    text-align: center;
  }
}
.site-footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 991px) {
  .site-footer .footer-contact .contact-item {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.site-footer .footer-contact .contact-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact .contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-contact .contact-item a:hover {
  color: #ecd7a6;
}
.site-footer .footer-contact .contact-item a:hover .contact-icon {
  opacity: 1;
}
.site-footer .footer-contact .contact-item a:focus-visible {
  outline: 2px solid #ecd7a6;
  outline-offset: 2px;
  border-radius: 4px;
  padding: 2px;
}
.site-footer .footer-contact .contact-item .contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.6;
  filter: brightness(0) invert(1);
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .site-footer .footer-contact .contact-item .contact-icon {
    width: 15px;
    height: 15px;
  }
}
.site-footer .footer-contact .contact-item .contact-address {
  display: inline;
}
.site-footer .social-links {
  margin-top: 24px;
}
.site-footer .social-links .social-media-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media (max-width: 991px) {
  .site-footer .social-links .social-media-list {
    justify-content: center;
  }
}
.site-footer .social-links .social-media-list li {
  margin: 0;
}
.site-footer .social-links .social-media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 300ms ease-in-out;
}
.site-footer .social-links .social-media-list li a:hover {
  background-color: #ecd7a6;
  border-color: #ecd7a6;
  transform: translateY(-3px);
}
.site-footer .social-links .social-media-list li a:hover img {
  filter: brightness(0);
}
.site-footer .social-links .social-media-list li a:focus-visible {
  outline: 2px solid #ecd7a6;
  outline-offset: 2px;
}
.site-footer .social-links .social-media-list li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 4px;
  }
}
.site-footer .footer-menu-column .footer-title {
  font-size: 13px;
  font-weight: 700;
  color: #ecd7a6;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.4;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-title {
    margin-bottom: 0;
  }
  .site-footer .footer-menu-column .footer-title::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-title.accordion-toggle {
    cursor: pointer;
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms ease-in-out;
  }
  .site-footer .footer-menu-column .footer-title.accordion-toggle:hover {
    color: #ffffff;
  }
  .site-footer .footer-menu-column .footer-title.accordion-toggle:focus-visible {
    outline: 2px solid #ecd7a6;
    outline-offset: 3px;
    border-radius: 4px;
  }
  .site-footer .footer-menu-column .footer-title.accordion-toggle::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("../assets/icons/angle-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: all 300ms ease-in-out;
    position: static;
  }
  .site-footer .footer-menu-column .footer-title.accordion-toggle.active {
    color: #ffffff;
  }
  .site-footer .footer-menu-column .footer-title.accordion-toggle.active::after {
    transform: rotate(180deg);
    opacity: 1;
  }
}
.site-footer .footer-menu-column .footer-links .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu-column .footer-links .footer-menu li {
  margin-bottom: 10px;
}
.site-footer .footer-menu-column .footer-links .footer-menu li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-menu-column .footer-links .footer-menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 300ms ease-in-out;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-footer .footer-menu-column .footer-links .footer-menu li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ecd7a6;
  transition: all 300ms ease-in-out;
  flex-shrink: 0;
}
.site-footer .footer-menu-column .footer-links .footer-menu li a:hover {
  color: #ecd7a6;
  padding-left: 4px;
}
.site-footer .footer-menu-column .footer-links .footer-menu li a:hover::before {
  width: 12px;
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-links.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }
  .site-footer .footer-menu-column .footer-links.accordion-content > .footer-menu {
    overflow: hidden;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-menu-column .footer-links.accordion-content.open {
    grid-template-rows: 1fr;
  }
  .site-footer .footer-menu-column .footer-links.accordion-content.open > .footer-menu {
    padding-bottom: 14px;
  }
}
.site-footer .footer-bottom {
  margin-top: 50px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .site-footer .footer-bottom {
    margin-top: 30px;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
.site-footer .footer-bottom .copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .copyright {
    width: 100%;
  }
}
.site-footer .footer-bottom .copyright time {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
.site-footer .footer-bottom .footer-design {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer .footer-bottom .footer-design a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-bottom .footer-design a:hover {
  color: #ecd7a6;
}
.site-footer .footer-bottom .footer-design a:focus-visible {
  outline: 2px solid #ecd7a6;
  outline-offset: 2px;
  border-radius: 4px;
  padding: 2px 4px;
}
.site-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  width: 100%;
  background-color: #03271b;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  z-index: 9999;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .mobile-action-bar {
    display: flex;
    align-items: stretch;
  }
}
.mobile-action-bar ul {
  display: flex;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.mobile-action-bar .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}
.mobile-action-bar .menu-item:last-child {
  border-right: 0;
}
.mobile-action-bar .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  padding: 8px 4px;
}
.mobile-action-bar .menu-item a:hover, .mobile-action-bar .menu-item a:focus-visible {
  background-color: rgba(255, 255, 255, 0.06);
  color: #ecd7a6;
}
.mobile-action-bar .menu-item a:hover img, .mobile-action-bar .menu-item a:focus-visible img {
  filter: none;
}
.mobile-action-bar .menu-item a:active {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0.97);
}
.mobile-action-bar .menu-item a i {
  font-size: 1.1rem;
}
.mobile-action-bar .menu-item a img {
  height: 20px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.65;
  transition: all 150ms ease-in-out;
}

/*# sourceMappingURL=main.css.map */
