/* =========================
   Fonts
   ========================= */
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexander Lettering";
  src: url("../fonts/AlexanderLettering.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1025px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}


.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #f7f7f7;
}

/* =========================
   Base
   ========================= */
html {
  scroll-behavior: smooth;
}
@media (max-width: 645px) {
  html, body {
    overflow-x: hidden !important;
  }
}
[id] {
  scroll-margin-top: 120px;
}

* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  margin: 30px 0 40px 0;
}
p {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size:18px;
  line-height:160%;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.site-header {
  background: #fff;
  padding: 30px 60px 0px 60px;
  border-bottom: 1px solid #ede5da;
}

   .header-inner {
    display: flex;
    align-items: end;
    justify-content: center; 
  }

  .header-left {
    flex: 1; 
    display: flex;
    justify-content: flex-start;
  }

  .header-logo {
    flex: 0; 
    text-align: center;
  }

  .header-right {
    flex: 1; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    height:90px
  }
.header-inner a {
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
}
.menu-right a {
  color: #393a3c;
}


.social-icons {
  display: flex;
  gap: 0px;
  margin-left: 10px;
}

.social-icons a svg {
  color: #393A3C; 
}
.social-icons a:hover svg {
  color: #8A6633;
}
.social-icons a {
  display: inline-flex;   
  align-items: center;
  justify-content: center;
  width: 40px;                 
  height: 40px;
  margin: 0 5px;              
  background-color: #f5f5f5;    
  border-radius: 50%;            
  padding: 8px;                   
  text-decoration: none;
}

.social-icons a img {
  width: 24px;   
  height: 24px;
}

.btn-icon {
  width: 20px; 
  height: 20px;
  display: inline-block;
}

/* =========================
   Typography + Buttons
   ========================= */
.main-title {
  font-size: 46px;
  line-height: 100%;
  color: #8a6633;
  text-transform: uppercase;
}
.subtitle {
  font-size: 16px;
  line-height: 100%;
  color: #393a3c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.description {
  font-size: 18px;
  line-height: 160%;
  color: #393a3c;
  font-weight: 400;
}
.btn {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 100%;
}
.btn-primary {
  background-color: #8a6633;
  color: #fff;
  padding: 16px 30px;
  font-family: "Open Sans";
  font-weight: 400;
  border-radius: 16px 0;
}
.btn-primary:hover {
  background-color: #8a6633cb;
}
.btn-secondary {
  color: #8b6a3b;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-secondary .btn-label {
  border-bottom: 1px solid #8b6a3b;
  transition: border-color 0.3s ease;
  padding-bottom: 4px;
}

.btn-secondary .btn-icon.right {
  transition: margin-left 0.3s ease, transform 0.3s ease;
}

.btn-secondary:hover .btn-icon.right {
  margin-left: 10px;
  transform: translateX(3px);
}

.common-btn {
  color: #8a6633;
  border: 1px solid #8a6633;
  padding: 16px 30px;
  border-radius: 16px 0;
}

.common-btn:hover {
  color: #fff;
  background-color: #8a6633;
}
.btn img {
  width: 20px;
  height: 24px;
  margin-top: -4px;
}

/* =========================
   Hero
   ========================= */
.hero-section {
  background-color: #f7f7f7;
}
.hero-inner {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
.hero-text {
  padding: 0 40px 0px 100px;
  text-align: center;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-slider img {
  width: 100%;
}
.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  color: #757575;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 1px solid #757575;
  top: 55%;
  transform: translateY(-55%);
  padding: 30px;
}
.hero-slider .swiper-button-prev {
  left: 10px;
}
.hero-slider .swiper-button-next {
  right: 4rem;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 30px;
  height: 30px;
}

.agave-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
}
.agave-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.agave-section .container {
  position: relative;
  z-index: 2;
}
.agave-section .main-title,
.agave-section .subtitle {
  color: #fff;
}
.agave-card {
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 60px 20px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.agave-card .card-img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}

.highlight-section {
  background-color: #f7f7f7;
}
.highlight-section .description{
  width:85%
}
.highlight-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 90px;
  /* overflow: hidden; */
}
.single-service .highlight-inner {
  align-items: center;
  overflow: visible;
}
.highlight-content {
  padding: 300px 0px 107px 100px;
  width: 50%;
}
.image-left .highlight-content {
  padding: 300px 100px 107px 0px;
}

.highlight-image {
  width: 50%;
}

.image-left .highlight-inner {
  flex-direction: row-reverse;
}

.highlight-content .hero-buttons,
.common-content .hero-buttons {
  justify-content: start !important;
}

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

.highlight-text {
  font-family: "Alexander Lettering";
  font-size: 90px;
  text-align: right;
  color: #393a3c;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2px;
  margin-top: 100px;
}

/*OFFERS SECTION*/
.offers-section,
main.error-404.not-found {
  text-align: center;
  padding: 120px 0;
}

.offers-grid {
  display: grid;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* 3 or more cards → 3 columns */
.offers-grid:has(.offer-card:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}

/* Exactly 2 cards → 2 columns */
.offers-grid:has(.offer-card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

/* Only 1 card → centered fixed width */
.offers-grid:has(.offer-card:only-child) {
  display: flex;
  justify-content: center;
}

.offers-grid:has(.offer-card:only-child) .offer-card {
  max-width: 600px;
  width: 100%;
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}

.card-inner {
  position: relative;
  height: 100%;
}

.card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.6s ease;
}

.card-content {
  position: absolute;
  bottom: 20px;
  /* left: 1rem; */
  width: 100%;
  z-index: 2;
  padding:0 20px
}
a.slide-link-wrapper {
    text-decoration: none;
    width: 100%;
}
h4.card-pretitle {
  font-size: 100px;
  text-align: right;
  font-family: "Alexander Lettering", sans-serif;
  line-height: 110%;
  font-weight: 400;
  color: #393a3c;
  margin: 0 0 10px;
}
.offer-card:hover .card-pretitle {
  display: none;
}
h3.card-title {
  font-size: 38px;
  color: #8a6633;
  line-height: 100%;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 14px 5px;
  margin: 0;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.offer-content h3.card-title {
  font-size: 30px;
}

.offer-card.has-flower:hover .card-bg {
  clip-path: circle(150% at 50% 50%);
  transform: scale(1.05);
}

p.card-date {
  padding: 10px 42px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2px;
  color: #fff;
  background-color: #393a3c;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.offer-card.has-flower {
  background-color: #f5f5f5;
}

.offer-card.has-flower .card-bg {
  clip-path: url(#quatrefoilMask);
  -webkit-clip-path: url(#quatrefoilMask);
  transition: clip-path 0.8s ease, transform 0.8s ease;
}

.offer-card.has-flower:hover .card-bg {
  clip-path: none;
  transform: scale(1.05);
}

.offer-card.has-flower p.card-date {
  background-color: transparent;
  color: #393a3c;
}

.offer-card.has-flower h3.card-title {
  background-color: transparent;
}
.offer-card.has-flower:hover h3.card-title,
.offer-card.has-flower:hover p.card-date {
  background-color: transparent;
  color: #fff;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #fff;
  border-radius: 30px 2px;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 2;
}

.offer-card:hover::after {
  opacity: 1;
  border-color: #fff;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-card:hover .card-bg {
  transform: scale(1.1);
}

.arrow-btn {
  position: absolute;
  right: 30px;
  bottom: 20%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #757575;
  border-radius: 50%;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
}
.angebote .arrow-btn {
  right: 17px;
  bottom: 40%;
}
.offer-card:hover .arrow-btn {
  opacity: 1;
}

.productworld {
  width: 100%;
  position: relative;
  padding: 120px 0;
  text-align: center;
}

/* .product-swiper {
  width: 100%;
  overflow: visible;
} */


.product-swiper .swiper-wrapper{
  padding-bottom:10px
}

.product-swiper .swiper-slide {
  transition: filter 0.4s ease, transform 0.4s ease;
  text-align: center;
}

.product-swiper .slide-media img {
  width: 100%;
  height: 370px!important;
  object-fit: cover!important;
}

.product-swiper .slide-title h5 {
  margin: 0px;
  color: #8a6633;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  text-align:left
}
.product-swiper .swiper-slide-active {
  filter: none;
  opacity: 1;
}

.testimonial-section {
  position: relative;
}

.productworld .swiper-button-prev,
.productworld .swiper-button-next,
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  color: #8a6633;
  width: 60px;
  height: 60px;
  border: 1px solid #757575;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10; /* Ensure they are above swiper */
}
.productworld .swiper-button-prev,
.testimonial-section .swiper-button-prev {
  left: calc((100% - 1300px) / 2 - 80px);
}

.productworld .swiper-button-next,
.testimonial-section .swiper-button-next {
  right: calc((100% - 1300px) / 2 - 80px);
}

.slide-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
img.title-arrow {
  height: initial !important;
  width: initial !important;
}

.productworld-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.product-swiper .slide-inner {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-swiper .slide-inner:hover {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(200, 193, 193, 0.15); 
}

.product-swiper .swiper-slide {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.product-swiper .swiper-slide.dimmed {
  opacity: 0.1;
}
.product-swiper .slide-inner {
  overflow: hidden;
}

.product-swiper .slide-inner img,
.services-swiper .slide-inner img,
.services-grid .slide-inner img {
  transition: transform 0.4s ease;
  width: 100%;
  height:auto
}


.product-swiper .slide-inner:hover img,
.services-swiper .slide-inner:hover img,
.services-grid .slide-inner:hover img {
  transform: scale(1.05);
}
.services-swiper .slide-media img {
    height: 505px;
    object-fit: cover;
}
.product-swiper .slide-media,
.services-swiper .slide-media,
.services-grid .slide-media,
.grid-item {
  position: relative;
    display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

.product-swiper .slide-media::after,
.services-swiper .slide-media::after,
.services-grid .slide-media::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #fff;
  border-radius: 30px 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 2;
}
.product-swiper .slide-inner:hover .slide-media::after,
.services-swiper .slide-inner:hover .slide-media::after,
.services-grid .slide-inner:hover .slide-media::after {
  opacity: 1;
}
.service-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10%;
  background-color: #fff;
  border-radius: 16px 1px;
}
.service-title:hover {
  background-color: #8a6633;
}

.service-title h5 {
  margin: 0px;
  font-size: 18px;
  line-height: 100%;
  color: #8a6633;
  padding: 16px 30px;
  font-family: "Open Sans";
}
.service-title:hover h5 {
  color: #fff !important;
}
.servicesworld h2.main-title {
  width: 50%;
  margin: 30px auto 40px auto;
}

.common-content,
.common-section-image {
  width: 50%;
}

.common-section-image img {
  width: 100%;
}

.common-section {
  padding: 120px 0px;
  border-bottom: 1px solid #b9b9b9;
}
.common-section-image {
  position: sticky;
  top: 100px; /* distance from the top while scrolling */
  align-self: flex-start;
}

section.servicesworld .description,
.offers-section .description {
  width: 80%;
  margin: 40px auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* always 3 per row */
  gap: 30px;
  margin-top: 40px;
}
.services-grid:has(.grid-item:only-child), .services-swiper .swiper-wrapper:has(> .swiper-slide:only-child){
  display: flex;
justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.services-grid:has(.grid-item:nth-child(2):last-child) {
  display: flex;               
  justify-content: center;     
  gap: 30px;                   
}
/* Set grid-item width for desktop */
@media (min-width: 1025px) {
  .services-grid .grid-item {
    width: 406px;
    flex: 0 0 406px;           
  }
}
/* Center slides if there are only 2 */
.services-swiper .swiper-wrapper:has(.swiper-slide:nth-child(2):last-child) {
  justify-content: center;
  display: flex;
}

.site-footer {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;

  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 75px;
  flex: 1;
}

.footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-text {
  font-size: 18px;
  line-height: 160%;
  color: #393a3c;
  max-width: 350px;
}

.footer-menu {
  margin-right: 30px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li a {
  color: #393a3c;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
}

.footer-copyright {
  color: #393a3c;
  font-size: 14px;
  line-height: 110%;
}

.footer-social .social-icons {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social .social-icons li a img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  font-size: 13px;
  color: #777;
  flex-wrap: wrap;
}

.footer-partners {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-partners span {
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #393a3c;
  margin-right: 15px;
  font-weight: 600;
}

.footer-partners .partners {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-partners .partners li img {
  max-height: 40px;
  width: auto;
}
/* Base menu styling */
.menu-left,
.menu-right {
  height: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.menu-left li {
  position: relative;
}

.menu-left li a {
  text-decoration: none;
  color: #393a3c;
  font-size: 16px;
  display: inline-block;
}

.menu-left .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f6f3ef;
  list-style: none;
  margin: 0;
  padding: 80px 60px;
  min-width: 450px;
  z-index: 1000;
}

.menu-left .sub-menu li {
  display: block;
}

.menu-left .sub-menu li a {
  padding: 8px 15px;
  font-size: 18px;
  line-height: 110%;
  color: #8a6633;
  white-space: nowrap;
}

.menu-left li:hover > .sub-menu,
.menu-left li:focus-within > .sub-menu {
  display: block;
}

.menu-left .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.menu-left .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/down-arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-54%) rotate(0deg);
  transition: transform 0.3s ease;
}
.sub-menu .menu-item > a::after {
  background: url("../images/down-arrow.svg") no-repeat center center;
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url("../images/right-arrow-2.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.desktop-only {
  display: flex;
}
.mobile-only,
.mobile-menu {
  display: none;
}

section.branches-section,
section.contact-section {
  padding: 88px 0 120px 0;
}
.branches-section .main-title,
.branches-section .subtitle,
.contact-section .main-title,
.contact-section .description {
  display: block;
  text-align: center;
}
.branch-text{
  line-height: 160%;
}
.branch-accordion {
  border-bottom: 1px solid #b9b9b9;
}

.branch-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 35px 15px 35px 20px;
  border-radius: 4px;
}
.branch-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.toggle-text {
  font-size: 18px;
  line-height: 100%;
  color: #8a6633;
}

.toggle-arrow {
  width: 16px;
  height: auto;
  transition: transform 0.3s ease;
}

.branch-accordion.open .toggle-arrow {
  transform: rotate(180deg);
}

.branch-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.branch-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
.branch-item {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 10px;
}
.branch-item p {
  margin: 0 0 10px 0;
}
.branch-accordion.open .branch-head {
  background-color: #f3efeb;
}
h3.branch-title {
  font-size: 30px;
  line-height: 100%;
  color: #393a3c;
  text-transform: uppercase;
  margin: 0px;
}
.branch-col h4 {
  margin: 0px 0 20px 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: 4px;
}
.branches-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 25px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
}
a.page-numbers {
  color: #8a6633;
  text-decoration: none;
}
span.page-numbers.current {
  color: #757575;
}

.error-message {
  font-size: 42px;
  line-height: 120%;
  color: #393a3c;
  font-weight: 400;
  padding: 40px 0 60px 0;
}

.heading-large, .text-block-content h1 {
  font-family: "Cormorant";
  font-size: 46px;
  line-height: 100%;
  text-transform: uppercase;
  color: #393a3c;
  font-weight: 400;
}

.heading-medium, .text-block-content h2 {
  font-family: "Cormorant";
  font-size: 38px;
  line-height: 100%;
  text-transform: uppercase;
  color: #393a3c;
  font-weight: 400;
}

.heading-small, .text-block-content h3 {
  font-size: 18px;
  line-height: 160%;
  font-family: "Open Sans";
  font-weight: 600;
  color: #393a3c;
}


section.benefits-section {
  padding: 120px 0px;
}
.text-block-section{
  padding:60px 0 120px 0px;
}
.text-block-content {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}
.text-block-content img.size-full {
  width: 100%;
  height: auto;
  display: block;
}

.text-block-section p a {
    color: #8A6633;
    text-decoration: none;
}

.text-block-content ul li,
.text-block-content ol li {
    color: #393A3C;
    font-size: 18px;
    line-height: 160%;
}
.contact-section .container {
  width: 610px;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  padding: 60px 40px;
  border-radius: 4px;
}
.contact-form-wrapper {
  margin-top: 30px;
}

.contact-form-wrapper label, .contact-form-wrapper select {
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  line-height: 100%;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
span.cf7-span {
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
}
.contact-section .main-title {
  font-size: 38px;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  outline: none;
  font-family: "Open Sans" !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding-bottom: 20px;
}
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-bottom: 1px solid #8a6633 !important;
  outline: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-primary {
  width: initial;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

.contact-form-wrapper input[type="checkbox"],
.contact-form-wrapper input[type="radio"] {
  width: auto;
  height: auto;
  border: none;
}

span.wpcf7-list-item-label {
  font-size: 18px;
  color: #393a3c;
  line-height: 160%;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0 !important;
}

span.wpcf7-list-item-label a {
  text-decoration: none;
  color: #8a6633;
}
.wpcf7-list-item {
  margin: 0px;
}
.job-section {
  padding: 60px 0 120px 0;
  text-align: center;
}
.job-section a.btn.btn-secondary{
  justify-content:center
}
.section-image {
  padding: 40px 0;
}
.section-image img {
    width: 100%;
}
.counters {
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 30px;
}
span.counter-number,
.counter-suffix {
  font-size: 80px;
  line-height: 100%;
  color: #393a3c;
  font-weight: 400;
}
p.counter-label {
  font-size: 30px;
  line-height: 100%;
  color: #393a3c;
  font-weight: 400;
  font-family: "Cormorant";
}
.counter {
  border: 1px solid #b9b9b9;
  padding: 40px;
  width: 33%;
  border-radius: 50px 4px;
}

.job-section .highlight-text {
  text-align: center;
  margin-bottom: 30px;
}
.central-section {
  padding: 60px 0px;
}
.central-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.central-section .col-left {
  flex: 3;
}

.central-section .col-right {
  flex: 1;
  text-align: center;
}

.central-section .buttons {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
}

.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.benefits-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
.benefit-item {
  width: 25%;
}

h3.benefit-title {
  font-size: 30px;
  line-height: 100%;
  color: #393a3c;
  font-weight: 400;
  margin: 15px 0;
}
p.benefit-text {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  color: #393a3c;
  font-weight: 400;
}
.benefits-section .main-title,
.benefits-section .description {
  width: 70%;
}
.benefits-button {
  margin-top: 40px;
  text-align: center;
}

.benefits-button .btn {
  display: inline-block;
}

.testimonial-section {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}

.job-section .description {
  width: 77%;
  margin: 0 auto;
}

.testimonial-static-img img {
  width: 100%;
}

.testimonial-section .swiper-pagination {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.testimonial-card {
  background: #fff;
  border: 1px solid #b9b9b9;
  padding: 25px;
  border-radius: 4px;
  text-align: left;
  height:100%
}
.testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.testimonial-static-img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  color: #231f20;
  line-height: 110%;
  font-weight: 500;
  font-family: 'Cormorant';
}
.testimonial-role {
  font-size: 18px;
  color: #393a3c;
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}
.testimonial-divider {
  border: none;
  border-top: 1px solid #b9b9b9;
  margin: 20px 0;
}
.testimonial-rating {
  margin-bottom: 12px;
}

.testimonial-rating .star {
  color: #8a6633;
  font-size: 24px;
  margin-right: 2px;
}

.testimonial-text {
  font-size: 18px;
  color: #393a3c;
  line-height: 160%;
  font-weight: 400;
}
.testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonial-swiper .swiper-slide {
  height: auto; /* Let flex control the height */
  display: flex;
}

.testimonial-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 40px;
  width: fit-content;
  margin: 40px auto 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  width: 20% !important;
}

.testimonial-swiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #757575;
  opacity: 1;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  background: #8a6633;
  border: 1px solid #8a6633;
  box-shadow: 0 0 0 2px #fff inset;
}
.menu-icon {
  width: 24px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.breadcrumb-section {
  padding: 10px 0;
}
#breadcrumbs,
#breadcrumbs a {
  margin: 0px;
  color: #231F20;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
}
.breadcrumb_last{
color:#757575
}
#breadcrumbs span {
  margin-right: 8px;
}

#breadcrumbs span + span {
  margin-left: 8px;
}

.site-header .menu-left > li,
.site-header .menu-right > li {
  position: relative;          
  display: flex;
  align-items: center;       
}

.services-grid .grid-item img {
  width: 100%!important;
  object-fit: cover;
  height:505px
}


.header-logo{
  padding: 0px 0 20px 0;
}
.site-header .menu-left > li::after,
.site-header .menu-right > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0; 
  background: #8c6a2e;
  transition: width 0.35s ease-in-out;
}

.site-header .menu-left > li:hover::after,
.site-header .menu-right > li:hover::after,
.site-header .menu-left > li.current-menu-item::after,
.site-header .menu-right > li.current-menu-item::after {
  width: 100%;
}

.disclaimer-text {
  font-size: 16px;
  color: #B9B9B9; 
  line-height: 24px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-text {
    padding: 40px;
}
.highlight-content {
    padding: 80px 40px;
}
.highlight-inner {
    gap: 32px;
}

header.site-header {
    padding: 30px 24px 0 24px;
}

.footer-top, .footer-bottom {
    padding: 40px 24px;
}
    .services-grid .grid-item {
        width: 100%;
    }
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .hero-text,
  .contact-section .container {
    padding: 40px 16px;
  }

  .main-title,
  .contact-section .main-title,
  h3.benefit-title {
    font-size: 28px !important;
    line-height: 100%;
  }
  .description {
    font-size: 16px;
  }
  .subtitle,
  span.wpcf7-list-item-label,
  .toggle-text, span.subtitle {
    font-size: 14px;
    line-height:140%
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 20px 0;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .hero-slider .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 20px;
    height: 20px;
  }
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    padding: 20px;
  }
  .agave-section,
  section.offers-section,
  section.services-grid-section,
  section.branches-section,
  .text-block-section,
  section.contact-section,
  .job-section,
  section.central-section,
  section.benefits-section,
  section.testimonial-section {
    padding: 60px 16px;
  }

  .highlight-inner {
    flex-direction: column;
    gap: 0px;
  }
  .highlight-content,
  .highlight-image,
  .contact-section .container,
  .benefits-section .main-title,
  .benefits-section .description {
    width: 100% !important;
  }

  .highlight-content,
  .image-left .highlight-content,
  .common-section,
  main.error-404.not-found {
    padding: 60px 16px;
    text-align: center;
  }

  .highlight-text {
    font-size: 60px;
    text-align: center;
    margin-top: 60px;
  }
  .image-left .highlight-inner {
    flex-direction: column-reverse;
  }
  section.productworld {
    padding: 60px 0px 60px 16px;
  }
   .offers-grid {
    grid-template-columns: 1fr !important;
  }
  .offer-card{
    height:initial
  }
  h3.card-title,
  .offer-content h3.card-title,
  p.counter-label {
    font-size: 24px;
  }
  p.card-date {
    font-size: 16px;
  }
  h3.branch-title {
    font-size: 21px;
  }
  .arrow-btn {
    bottom: 40%;
  }
  .product-swiper .swiper-slide.dimmed {
    opacity: 1;
  }
  .servicesworld h2.main-title {
    width: 100%;
    margin: 20px auto;
  }
  .common-content,
  .common-section-image {
    width: 100%;
  }
  .single-service .highlight-inner {
    gap: 60px;
  }
  .common-section-image {
    position: initial;
    top: initial;
    align-self: initial;
  }
  section.servicesworld .description,
  .offers-section .description {
    width: 100%;
  }
  .services-grid {
    display:grid!important;
    grid-template-columns: 1fr!important;
  }

  .site-footer {
    padding: 0px 16px;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
  }

  .footer-left {
    flex-direction: column;
    gap: 15px;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .footer-text {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .footer-nav li a {
    font-size: 16px;
    line-height: 210%;
  }
  .footer-menu {
    margin: 20px 0;
  }

  .footer-nav {
    flex-direction: column;
    gap: 10px;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 20px 0;
  }

  .footer-partners {
    justify-content: center;
  }

  .footer-partners span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
  }

  .mobile-menu {
    position: fixed;
    top: 13%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
  }

  .mobile-menu.active {
    transform: translateX(0);
    background-color: #f7f7f7;
  }
.header-logo{
  padding:0px
}
  .mobile-menu .menu-left,
  .mobile-menu .menu-right {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
  .menu-left,
  .menu-right {
    height: initial;
  }
  .mobile-menu .social-icons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px 0 30px 0;
  }
  .mobile-menu .common-btn {
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 0 auto;
  }
  .hamburger {
    cursor: pointer;
    width: 47px;
    height: 43px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 10001;
    background-color: #f5f5f5;
    padding: 13px;
    border-radius: 30px;
  }

  .hamburger span {
    height: 2px;
    width: 100%;
    background: #8a6633;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #8a6633;
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #8a6633;
  }

  .site-header {
    padding: 10px 16px;
  }
  .mobile-menu .sub-menu {
    display: none;
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
  }
  .menu-left li a,
  .menu-right li a {
    display: block;
    text-decoration: none;
    padding: 26px 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100% !important;
    color: #393a3c;
  }

  .site-header .header-inner {
    align-items: center;
  }
  .sub-menu .menu-item > a::after {
    right: 0;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .mobile-menu .menu-left .sub-menu,
  .mobile-menu .menu-right .sub-menu {
    display: none;
    position: static;
    background: #ffffff;
    padding: 30px 40px;
    margin: 0;
  }
  .sub-menu li a {
    border: none;
  }
  .menu-left li:hover > .sub-menu,
  .menu-left li:focus-within > .sub-menu {
    min-width: 100%;
  }
  .mobile-menu .sub-menu li a {
    font-size: 16px;
    color: #393a3c;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .desktop-only {
    display: none !important;
  }
  .mobile-menu {
    display: block;
  }
  .branch-columns {
    grid-template-columns: 1fr;
  }

  .error-message {
    padding: 20px 0px;
    font-size: 32px;
  }
  .text-block-content {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
  }

  .heading-large {
    font-size: 28px;
  }

  .heading-medium {
    font-size: 26px;
  }
  .counters,
  .central-section .row {
    flex-direction: column;
  }
  .counter,
  .section-image img,
  .col-right img,
  .testimonial-swiper .swiper-pagination,
  .benefit-item,
  .highlight-section .description,
  .error-icon img,
  .job-section .description {
    width: 100% !important;
  }
  span.counter-number,
  .counter-suffix {
    font-size: 32px;
  }
  .central-section .buttons {
    justify-content: center;
  }
  .central-section {
    text-align: center;
  }
  .benefits-grid {
    flex-direction: column;
  }
  .testimonial-section .swiper-button-prev,
  .testimonial-section .swiper-button-next,
  .menu-icon {
    display: none !important;
  }

  .services-grid .slide-media img {
    width: 100%;
  }
  .servicesworld {
    padding: 0px 0 30px 0 !important;
  }
  .service-content {
    padding: 60px 16px 0 16px;
  }

  .services-swiper {
    padding: 0 0 60px 16px;
  }
  .services-grid {
    padding: 0 16px 60px 16px;
  }
  .menu-left li:hover > .sub-menu,
  .menu-left li:focus-within > .sub-menu {
    display: none !important;
  }
  .hamburger.open::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 34px;
    background: #F7F7F7;

    z-index: -1;
  }

  .mobile-menu .menu-item-has-children.open > .sub-menu {
    display: block !important;
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
  }
  .breadcrumb-section {
    padding: 10px 16px;
  }
  .site-header .menu-left > li,
  .site-header .menu-right > li {
    position: relative;
    display: block;
  }
  #mobileMenu .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    z-index: 10;
  }
  .services-swiper{
    padding-left: 16px!important;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left,
.header-logo,
.header-right{
  display:initial;
}
h4.card-pretitle {
    font-size: 58px;
}
}
