@charset "UTF-8";
/*!
Theme Name: raymare
Theme URI: http://underscores.me/
Author: Tasarlab
Author URI: http://Tasarlab
Description: Tasarlab
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raymare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

raymare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Mixins
# Base Styles
# Components
	- Header
	- Footer
	- Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.swiper-pagination-lock {
  display: none !important;
}

h1, .h1-style, h1 p {
  font-family: "Ovo", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  color: #000000;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  h1, .h1-style, h1 p {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1-style, h1 p {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1, .h1-style, h1 p {
    font-size: 36px;
    line-height: 40px;
  }
}

h2, .h2-style, h2 p {
  font-family: "Ovo", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1px;
  color: #000000;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  h2, .h2-style, h2 p {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  h2, .h2-style, h2 p {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2, .h2-style, h2 p {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h2, .h2-style, h2 p {
    font-size: 32px;
    line-height: 36px;
  }
}

h3, .h3-style, h3 p {
  font-family: "Ovo", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  h3, .h3-style, h3 p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3, .h3-style, h3 p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h3, .h3-style, h3 p {
    font-size: 24px;
    line-height: 34px;
  }
}

h4, .h4-style {
  font-family: "Ovo", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

h5, .h5-style {
  font-family: "Ovo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 767px) {
  h5, .h5-style {
    font-size: 18px;
    line-height: 26px;
  }
}

h6, .h6-style {
  font-family: "Ovo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 767px) {
  h6, .h6-style {
    font-size: 16px;
    line-height: 24px;
  }
}

p, .p-style {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
}
@media (max-width: 767px) {
  p, .p-style {
    font-size: 16px;
    line-height: 20px;
  }
}

.title_hakkimizda {
  font-family: "Ovo", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title_hakkimizda {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .title_hakkimizda {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 0px 0 !important;
  }
}

.header-container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 28px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .header-container {
    padding: 23px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-container {
    padding: 23px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-container {
    padding: 23px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-container {
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding: 16px 15px;
  }
}

.hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
  max-width: 1365px;
  margin: 0 auto;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .hero-container, .raymare-container, .about-container, .timeline-container, .form-container, .footer-container, .features-container, .solutions-container, .products-container, .investors-container, .contact-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.investors-container {
  max-width: 1365px;
  margin: 0 auto;
}

.products-section {
  overflow: hidden;
}

.solutions-container {
  position: relative;
}

.about-label, .products-label, .solutions-label, .investors-label, .form-label, .page-label, .iletisim-page-label, .hakkimizda-label, .values-label,
.team-label, .team-single-label, .sustainability-label, .sustainability-v2-label, .sustainability-v3-label, .single-post-label, .related-posts-label,
.solutions-v1-label, .products-label, .timeline-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  color: #000000;
}
.about-label span, .products-label span, .solutions-label span, .investors-label span, .form-label span, .page-label span, .iletisim-page-label span, .hakkimizda-label span, .values-label span,
.team-label span, .team-single-label span, .sustainability-label span, .sustainability-v2-label span, .sustainability-v3-label span, .single-post-label span, .related-posts-label span,
.solutions-v1-label span, .products-label span, .timeline-label span {
  color: #000 !important;
}
.about-label img, .products-label img, .solutions-label img, .investors-label img, .form-label img, .page-label img, .iletisim-page-label img, .hakkimizda-label img, .values-label img,
.team-label img, .team-single-label img, .sustainability-label img, .sustainability-v2-label img, .sustainability-v3-label img, .single-post-label img, .related-posts-label img,
.solutions-v1-label img, .products-label img, .timeline-label img {
  width: 30px;
  height: 30px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-label, .products-label, .solutions-label, .investors-label, .form-label, .page-label, .iletisim-page-label, .hakkimizda-label, .values-label,
  .team-label, .team-single-label, .sustainability-label, .sustainability-v2-label, .sustainability-v3-label, .single-post-label, .related-posts-label,
  .solutions-v1-label, .products-label, .timeline-label {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about-label, .products-label, .solutions-label, .investors-label, .form-label, .page-label, .iletisim-page-label, .hakkimizda-label, .values-label,
  .team-label, .team-single-label, .sustainability-label, .sustainability-v2-label, .sustainability-v3-label, .single-post-label, .related-posts-label,
  .solutions-v1-label, .products-label, .timeline-label {
    margin-bottom: 0px;
  }
}

.single-post h1 {
  font-size: 32px;
  line-height: 36px;
}

.category-label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: "Ovo", serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 36px;
}
.category-label span {
  color: #000;
}
.category-label img {
  width: 30px;
  height: 30px;
  display: block;
}

.hakkimizda-title, .page-title {
  width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hakkimizda-title, .page-title {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .hakkimizda-title, .page-title {
    width: 100%;
  }
}

.timeline-title {
  margin: 0 auto;
  max-width: 605px;
}

.form-title, .values-title {
  max-width: 550px;
}

.products-title, .solutions-title, .products-title {
  max-width: 750px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-title, .solutions-title, .products-title {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-title, .solutions-title, .products-title {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .products-title, .solutions-title, .products-title {
    width: 100%;
  }
}

.sustainability-title, .sustainability-v2-title, .sustainability-v3-title, .team-title, .investors-title, .about-title {
  max-width: 500px;
}

.about-section, .products-section, .solutions-section, .investors-section, .values-section, .team-section, .sustainability-section, .sustainability-v2-section,
.sustainability-v3-section, .our-solutions-v1, .products-section-block, .timeline-section, .form-section, .videos-section, .faq-section, .blog-list-section, .hakkimizda-section,
.related-posts-section {
  background: #FBF9F5;
  padding: 120px 0px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .about-section, .products-section, .solutions-section, .investors-section, .values-section, .team-section, .sustainability-section, .sustainability-v2-section,
  .sustainability-v3-section, .our-solutions-v1, .products-section-block, .timeline-section, .form-section, .videos-section, .faq-section, .blog-list-section, .hakkimizda-section,
  .related-posts-section {
    padding: 80px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .about-section, .products-section, .solutions-section, .investors-section, .values-section, .team-section, .sustainability-section, .sustainability-v2-section,
  .sustainability-v3-section, .our-solutions-v1, .products-section-block, .timeline-section, .form-section, .videos-section, .faq-section, .blog-list-section, .hakkimizda-section,
  .related-posts-section {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-section, .products-section, .solutions-section, .investors-section, .values-section, .team-section, .sustainability-section, .sustainability-v2-section,
  .sustainability-v3-section, .our-solutions-v1, .products-section-block, .timeline-section, .form-section, .videos-section, .faq-section, .blog-list-section, .hakkimizda-section,
  .related-posts-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about-section, .products-section, .solutions-section, .investors-section, .values-section, .team-section, .sustainability-section, .sustainability-v2-section,
  .sustainability-v3-section, .our-solutions-v1, .products-section-block, .timeline-section, .form-section, .videos-section, .faq-section, .blog-list-section, .hakkimizda-section,
  .related-posts-section {
    padding: 60px 0;
  }
}

.blog-front-section, .team-section, .related-posts-section {
  margin-bottom: 120px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-front-section, .team-section, .related-posts-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-front-section, .team-section, .related-posts-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-front-section, .team-section, .related-posts-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog-front-section, .team-section, .related-posts-section {
    margin-bottom: 60px;
  }
}

.about-button, .products-button, .footer-contact-btn, .video-share-btn, .filter-btn, .blog-front-button {
  display: inline-block;
  background: transparent;
  color: #156360;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 25px 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-button::before, .products-button::before, .footer-contact-btn::before, .video-share-btn::before, .filter-btn::before, .blog-front-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #156360;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.about-button:hover, .products-button:hover, .footer-contact-btn:hover, .video-share-btn:hover, .filter-btn:hover, .blog-front-button:hover {
  color: #ffffff;
  border-color: #156360;
}
.about-button:hover::before, .products-button:hover::before, .footer-contact-btn:hover::before, .video-share-btn:hover::before, .filter-btn:hover::before, .blog-front-button:hover::before {
  width: 100%;
}
.about-button:active, .products-button:active, .footer-contact-btn:active, .video-share-btn:active, .filter-btn:active, .blog-front-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(21, 99, 96, 0.2);
}

.hakkimizda-image, .values-image, .member-image, .member-card, .sustainability-image-1, .sustainability-image-2, .solutions-v1-image-right, .solutions-v1-image-left,
.product-image, .video-thumbnail, .brochure-cover, .gallery-item, .blog-item-image {
  border-radius: 30px;
}
.hakkimizda-image img, .values-image img, .member-image img, .member-card img, .sustainability-image-1 img, .sustainability-image-2 img, .solutions-v1-image-right img, .solutions-v1-image-left img,
.product-image img, .video-thumbnail img, .brochure-cover img, .gallery-item img, .blog-item-image img {
  border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hakkimizda-image img, .values-image img, .member-image img, .member-card img, .sustainability-image-1 img, .sustainability-image-2 img, .solutions-v1-image-right img, .solutions-v1-image-left img,
  .product-image img, .video-thumbnail img, .brochure-cover img, .gallery-item img, .blog-item-image img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .hakkimizda-image img, .values-image img, .member-image img, .member-card img, .sustainability-image-1 img, .sustainability-image-2 img, .solutions-v1-image-right img, .solutions-v1-image-left img,
  .product-image img, .video-thumbnail img, .brochure-cover img, .gallery-item img, .blog-item-image img {
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hakkimizda-image, .values-image, .member-image, .member-card, .sustainability-image-1, .sustainability-image-2, .solutions-v1-image-right, .solutions-v1-image-left,
  .product-image, .video-thumbnail, .brochure-cover, .gallery-item, .blog-item-image {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .hakkimizda-image, .values-image, .member-image, .member-card, .sustainability-image-1, .sustainability-image-2, .solutions-v1-image-right, .solutions-v1-image-left,
  .product-image, .video-thumbnail, .brochure-cover, .gallery-item, .blog-item-image {
    border-radius: 15px;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}

.form-right .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
}

.brochure-nav-prev, .brochure-nav-next, .products-section-block .products-nav-prev-block, .products-section-block .products-nav-next-block {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.brochure-nav-prev::before, .brochure-nav-next::before, .products-section-block .products-nav-prev-block::before, .products-section-block .products-nav-next-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #156360;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 50%;
}
.brochure-nav-prev img, .brochure-nav-next img, .products-section-block .products-nav-prev-block img, .products-section-block .products-nav-next-block img {
  width: 15px;
  height: 15px;
  transition: filter 0.4s ease;
}
.brochure-nav-prev:hover, .brochure-nav-next:hover, .products-section-block .products-nav-prev-block:hover, .products-section-block .products-nav-next-block:hover {
  border-color: #156360;
}
.brochure-nav-prev:hover::before, .brochure-nav-next:hover::before, .products-section-block .products-nav-prev-block:hover::before, .products-section-block .products-nav-next-block:hover::before {
  width: 100%;
}
.brochure-nav-prev:hover img, .brochure-nav-next:hover img, .products-section-block .products-nav-prev-block:hover img, .products-section-block .products-nav-next-block:hover img {
  filter: brightness(0) invert(1);
}
.brochure-nav-prev:focus, .brochure-nav-prev:active, .brochure-nav-next:focus, .brochure-nav-next:active, .products-section-block .products-nav-prev-block:focus, .products-section-block .products-nav-prev-block:active, .products-section-block .products-nav-next-block:focus, .products-section-block .products-nav-next-block:active {
  border: 1px solid #D9D9D9 !important;
  outline: none;
}
.brochure-nav-prev.swiper-button-disabled, .brochure-nav-next.swiper-button-disabled, .products-section-block .products-nav-prev-block.swiper-button-disabled, .products-section-block .products-nav-next-block.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1500px) {
  .blog-front-pagination {
    display: none !important;
  }
}
a {
  color: #156360;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0f4a47;
}

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

button {
  font-family: "Rethink Sans", sans-serif;
}

.investor-logo img, .investor-logo {
  border-radius: 20px;
}

.investor-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media only screen and (min-width: 1200px) {
  .contac-us a:focus:focus, .contac-us button:focus:focus {
    outline: unset !important;
  }
  .contac-us a {
    color: #156360 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .contac-us a a:hover {
    color: white !important;
    background: #156360;
    border-color: #156360;
  }
}
/*--------------------------------------------------------------
# Components@import "header";
--------------------------------------------------------------*/
/**
 * Footer Component Styles
 * Based on screenshot design
 */
.site-footer {
  padding: 0px 0;
}
@media (max-width: 767px) {
  .site-footer {
    margin-bottom: 60px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EEEAE1;
  margin-bottom: 60px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-top {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.footer-branding {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .footer-branding {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-branding .footer-logo {
  display: block;
  flex-shrink: 0;
}
.footer-branding .footer-logo img {
  max-width: 50px;
  height: auto;
}
.footer-branding .footer-tagline {
  font-family: "Ovo", serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  margin: 0;
  text-transform: uppercase;
  width: 532px;
}
@media (max-width: 1023px) {
  .footer-branding .footer-tagline {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-branding .footer-tagline {
    font-size: 28px;
    line-height: 36px;
  }
}

.footer-cta {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer-cta {
    justify-content: center;
  }
}

.footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .footer-navigation {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-bottom: 0px;
    margin-bottom: 60px;
  }
}

.footer-column .footer-menu-toggle {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-column .footer-menu-toggle {
    display: flex;
    border-bottom: 1px solid #EEEAE1;
  }
}
.footer-column .footer-menu-toggle .footer-menu-title {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2%;
  color: #156360;
  text-transform: uppercase;
  text-align: left;
}
.footer-column .footer-menu-toggle .footer-toggle-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.footer-column .footer-menu-toggle[aria-expanded=true] .footer-toggle-icon {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .footer-column .footer-menu-toggle[aria-expanded=true] {
    border-bottom: none;
  }
}
.footer-column .footer-menu {
  display: block;
}
@media (max-width: 767px) {
  .footer-column .footer-menu {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.4s ease, opacity 0.3s ease;
  }
  .footer-column .footer-menu > * {
    overflow: hidden;
  }
  .footer-column .footer-menu.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 20px;
  }
}
.footer-column .footer-menu .footer-menu-list,
.footer-column .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-column .footer-menu .footer-menu-list li,
.footer-column .footer-menu ul li {
  margin-bottom: 16px;
}
.footer-column .footer-menu .footer-menu-list li:last-child,
.footer-column .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-column .footer-menu .footer-menu-list li a,
.footer-column .footer-menu ul li a {
  color: #156360;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.footer-column .footer-menu .footer-menu-list li a:hover,
.footer-column .footer-menu ul li a:hover {
  color: #0A3F3D;
}

.footer-copyright p {
  font-family: "Figtree", sans-serif;
  color: #156360;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-social .social-icon {
  display: flex;
  width: 25px;
  height: 25px;
}
.footer-social .social-icon i {
  line-height: 1;
}

/**
 * Content Component Styles
 * Main content area, posts, pages
 */
.page-hero-section {
  background: #FBF9F4;
  padding: 120px 15px;
  text-align: center;
  margin-top: 76px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-hero-section {
    padding: 80px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-hero-section {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .page-hero-section {
    padding: 60px 15px;
  }
}
.page-hero-section.hero-left-aligned {
  text-align: left;
}
.page-hero-section.hero-left-aligned .page-hero-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-hero-section.hero-left-aligned .page-title {
  text-align: left;
  margin: 0;
}
.page-hero-section.hero-left-aligned .page-label {
  justify-content: center;
}

.page-hero-container {
  max-width: 1365px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .page-hero-container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-hero-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-hero-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-hero-container {
    padding: 0 15px;
  }
}

.contact-section {
  background: #ffffff;
  padding: 0px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-section {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 0px 0px;
  }
}

.form-iletisim-info {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 27px;
  padding: 120px 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .form-iletisim-info {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .form-iletisim-info {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-iletisim-info {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .form-iletisim-info {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 60px 0;
  }
}

.info-card {
  background: #FFFFFF;
  border: 2px dashed #EEEAE1;
  border-radius: 16px;
  padding: 40px;
}
@media (max-width: 767px) {
  .info-card {
    padding: 24px 20px;
  }
}

.info-header {
  margin-bottom: 16px;
}

.info-title {
  font-family: "Ovo", serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .info-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.info-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #515151;
  margin: 0;
}
@media (max-width: 767px) {
  .info-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.iletisim-wrapper {
  display: flex;
  flex-direction: column;
}

.iletisim-form-wrapper {
  background: #FBF9F5;
  padding: 120px 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .iletisim-form-wrapper {
    padding: 80px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .iletisim-form-wrapper {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iletisim-form-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .iletisim-form-wrapper {
    padding: 60px 0;
  }
}

.iletisim-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iletisim-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .iletisim-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.iletisim-form-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.iletisim-map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 635px;
  border-radius: 16px;
  border: none;
}
@media (max-width: 767px) {
  .iletisim-map-section iframe {
    min-height: 300px;
  }
}

.iletisim-title {
  font-family: "Ovo", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .iletisim-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.iletisim-page-left h2 {
  font-family: "Ovo", serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  line-height: 62px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 0 30px 0;
}
.iletisim-page-left h2 p {
  padding: 0;
  margin: 0;
}
.iletisim-page-left h2 span {
  color: #156360;
}
@media (max-width: 767px) {
  .iletisim-page-left h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.form-iletisim .wpcf7-form {
  display: block;
}
.form-iletisim .wpcf7-form::after {
  content: "";
  display: table;
  clear: both;
}
.form-iletisim .form-row {
  margin-bottom: 0px;
}
.form-iletisim .form-row::after {
  content: "";
  display: table;
  clear: both;
}
.form-iletisim .form-row label {
  display: block;
  font-family: "Ovo", serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.form-iletisim .ml-l {
  margin-right: 30px;
}
.form-iletisim .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-iletisim .form-row-half {
  width: calc(50% - 15px);
  float: left;
}
@media (max-width: 767px) {
  .form-iletisim .form-row-half {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
}
.form-iletisim .form-row-full {
  width: 100%;
}
.form-iletisim .form-row-checkbox {
  margin-bottom: 20px;
}
.form-iletisim .form-row-checkbox .wpcf7-list-item {
  margin: 0;
}
.form-iletisim .form-row-checkbox .wpcf7-acceptance {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.form-iletisim .form-row-checkbox label {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}
.form-iletisim .form-row-checkbox label a {
  color: #156360;
  text-decoration: underline;
}
.form-iletisim .form-row-checkbox label a:hover {
  text-decoration: none;
}
.form-iletisim .form-row-submit {
  margin-top: 10px;
}
.form-iletisim .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-iletisim input[type=text],
.form-iletisim input[type=email],
.form-iletisim input[type=tel],
.form-iletisim textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #EEEAE1;
  border-radius: 30px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  background: transparent;
  transition: border-color 0.3s ease;
}
.form-iletisim input[type=text]::placeholder,
.form-iletisim input[type=email]::placeholder,
.form-iletisim input[type=tel]::placeholder,
.form-iletisim textarea::placeholder {
  color: #C4C4C4;
}
.form-iletisim input[type=text]:focus,
.form-iletisim input[type=email]:focus,
.form-iletisim input[type=tel]:focus,
.form-iletisim textarea:focus {
  outline: none;
  border-color: #156360;
}
.form-iletisim textarea {
  min-height: 150px;
  resize: vertical;
  border-radius: 30px;
}
.form-iletisim input[type=submit] {
  width: auto;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #156360;
  cursor: pointer;
  transition: all 0.3s ease;
  float: right;
}
.form-iletisim input[type=submit]:hover {
  background: #156360;
  color: #FFFFFF;
}
.form-iletisim .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3545;
  margin-top: 5px;
}
.form-iletisim .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
}
.form-iletisim .wpcf7-validation-errors {
  border: 1px solid #dc3545;
  color: #dc3545;
  background: #f8d7da;
}
.form-iletisim .wpcf7-mail-sent-ok {
  border: 1px solid #28a745;
  color: #155724;
  background: #d4edda;
}

.hakkimizda-section {
  margin: 76px 0 0 0;
}
.hakkimizda-section .hakkimizda-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .hakkimizda-section .hakkimizda-header {
    margin-bottom: 32px;
  }
}
.hakkimizda-section .hakkimizda-image {
  margin: 0 auto 36px;
  border-radius: 30px;
}
.hakkimizda-section .hakkimizda-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hakkimizda-section .hakkimizda-description {
  margin-bottom: 40px;
}
.hakkimizda-section .hakkimizda-description:last-child {
  margin-bottom: 0;
}

.values-section {
  background: #FFFFFF;
}
.values-section .values-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .values-section .values-content {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values-section .values-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .values-section .values-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.values-section .values-content .values-description {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .values-section .values-left {
    order: 1;
  }
}
.values-section .values-image {
  overflow: hidden;
}
.values-section .values-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .values-section .values-right {
    order: 2;
  }
}
.values-section .values-fqa {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.values-section .fqa-item {
  border-bottom: 1px solid #EEEAE1;
}
.values-section .fqa-item:last-child {
  border-bottom: none;
}
.values-section .fqa-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  padding: 24px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .values-section .fqa-toggle {
    padding: 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values-section .fqa-toggle {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  .values-section .fqa-toggle {
    padding: 18px 0;
  }
}
.values-section .fqa-title-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.values-section .fqa-title {
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 16px;
}
.values-section .fqa-title img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .values-section .fqa-title img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values-section .fqa-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .values-section .fqa-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.values-section .fqa-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .values-section .fqa-arrow {
    width: 28px;
    height: 28px;
  }
}
.values-section .fqa-arrow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.values-section .fqa-arrow .fqa-icon-plus {
  opacity: 1;
}
.values-section .fqa-arrow .fqa-icon-minus {
  opacity: 0;
}
.values-section .fqa-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.values-section .fqa-item.is-open .fqa-content {
  opacity: 1;
}
.values-section .fqa-item.is-open .fqa-arrow .fqa-icon-plus {
  opacity: 0;
}
.values-section .fqa-item.is-open .fqa-arrow .fqa-icon-minus {
  opacity: 1;
}
.values-section .fqa-inner {
  padding: 0 0 18px 0px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  transition: padding 0.4s ease;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .values-section .fqa-inner {
    padding: 0 0 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values-section .fqa-inner {
    padding: 0 0 18px 0;
  }
}
@media (max-width: 767px) {
  .values-section .fqa-inner {
    padding: 0 0 18px 0;
  }
}
.values-section .fqa-inner p {
  margin: 0 0 16px 0;
}
.values-section .fqa-inner p:last-child {
  margin-bottom: 0;
}

.values-header {
  text-align: left;
  margin-bottom: 48px;
  width: 700px;
}
@media (max-width: 767px) {
  .values-header {
    margin-bottom: 32px;
    width: auto;
  }
}

/* ================================
   Our Team Section
   ================================ */
.team-section {
  background-color: #FBF9F5;
}

.team-header {
  text-align: left;
  margin-bottom: 69px;
  max-width: 800px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .team-header {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-header {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-header {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .team-header {
    margin-bottom: 35px;
  }
}

.team-category {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #EEEAE1;
}
.team-category:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1023px) {
  .team-category {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .team-category {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.team-grid {
  display: grid;
  gap: 41px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-grid {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-grid {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .team-grid {
    gap: 20px;
  }
}

.leadership-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}

.team-members-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .team-members-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-member {
  position: relative;
}

.member-card {
  display: block;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
  padding: 20px;
}

a.member-card {
  cursor: pointer;
}

.member-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-info {
  padding: 20px 0 0 0;
}

.member-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.member-name {
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 767px) {
  .member-name {
    font-size: 22px;
    line-height: 26px;
  }
}

.member-position {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  margin: 0;
}
@media (max-width: 767px) {
  .member-position {
    font-size: 16px;
  }
}
.member-position span {
  font-weight: 700;
  color: #156360;
}

.member-arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.member-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #156360;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 30px;
}
.member-arrow img {
  width: 17px;
  height: 17px;
  transition: filter 0.4s ease;
}
.member-card:hover .member-arrow {
  border-color: #156360;
}
.member-card:hover .member-arrow::before {
  width: 100%;
}
.member-card:hover .member-arrow img {
  filter: brightness(0) invert(1);
}

/* ================================
   Team Single Page
   ================================ */
.team-single-section {
  background-color: #FBF9F5;
  padding: 120px 0;
  margin: 76px 0 120px 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-single-section {
    padding: 80px 0;
    margin: 76px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-single-section {
    padding: 60px 0;
    margin: 76px 0;
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .team-single-section {
    padding: 60px 0;
    margin: 76px 0;
  }
}

.team-single-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-single-content {
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-single-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .team-single-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.team-single-left {
  position: sticky;
  top: 140px;
}
@media (max-width: 1023px) {
  .team-single-left {
    position: relative;
    top: 0;
  }
}

.team-single-image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.team-single-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  padding: 20px;
}

.team-single-right {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.team-single-right .team-single-description p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .team-single-right {
    gap: 30px;
  }
}

.team-single-header {
  display: flex;
  flex-direction: column;
}

.team-single-position {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  margin: 0;
}
.team-single-position span {
  font-weight: 700;
  color: #156360;
}
@media (max-width: 767px) {
  .team-single-position {
    font-size: 16px;
    line-height: 24px;
  }
}

.team-single-timeline-wrapper {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #EEEAE1;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .team-single-timeline-wrapper {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-single-timeline-wrapper {
    padding-top: 40px;
    padding-left: 0;
    margin-top: 40px;
  }
}

.team-single-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.team-single-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: #E9E6E2;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .team-single-timeline::before {
    left: 20px;
    top: 10px;
    bottom: 10px;
  }
}
.team-single-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  background: #156360;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .team-single-timeline::after {
    left: 20px;
    top: -6px;
  }
}
@media (max-width: 767px) {
  .team-single-timeline {
    padding: 10px 0;
  }
}

.team-single-timeline-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 12px;
  height: 12px;
  background: #156360;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .team-single-timeline-wrapper::after {
    left: 20px;
    bottom: -6px;
  }
}

.team-single-timeline-wrapper {
  position: relative;
}

.team-single-timeline .timeline-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
}
.team-single-timeline .timeline-item.timeline-left {
  justify-content: flex-start;
  padding-right: calc(50% + 20px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-single-timeline .timeline-item.timeline-left {
    padding-right: calc(49% + 20px);
  }
}
.team-single-timeline .timeline-item.timeline-left .timeline-icon {
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 47px;
  position: relative;
}
.team-single-timeline .timeline-item.timeline-left .timeline-content {
  text-align: left;
}
.team-single-timeline .timeline-item.timeline-left .timeline-years {
  margin-top: 20px;
}
.team-single-timeline .timeline-item.timeline-left::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 44px;
  right: 50%;
  height: 2px;
  background: #E9E6E2;
}
.team-single-timeline .timeline-item.timeline-right {
  justify-content: flex-end;
  padding-left: calc(50% + 20px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-single-timeline .timeline-item.timeline-right {
    padding-left: calc(49% + 20px);
  }
}
.team-single-timeline .timeline-item.timeline-right .timeline-icon {
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 47px;
  position: relative;
  order: 2;
}
.team-single-timeline .timeline-item.timeline-right .timeline-content {
  text-align: right;
  order: 1;
}
.team-single-timeline .timeline-item.timeline-right .timeline-years {
  margin-top: 20px;
}
.team-single-timeline .timeline-item.timeline-right::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  right: 44px;
  height: 2px;
  background: #E9E6E2;
}
@media (max-width: 767px) {
  .team-single-timeline .timeline-item {
    padding: 24px 0;
    padding-left: 0px !important;
    padding-right: 0 !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  .team-single-timeline .timeline-item .timeline-icon {
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0 !important;
    order: 0 !important;
    width: 40px;
    height: 40px;
  }
  .team-single-timeline .timeline-item .timeline-icon img {
    width: 18px;
    height: 18px;
  }
  .team-single-timeline .timeline-item .timeline-content {
    text-align: left !important;
    width: 100%;
    padding-left: 20px;
    order: 1 !important;
  }
  .team-single-timeline .timeline-item .timeline-company {
    font-size: 18px;
    line-height: 26px;
  }
  .team-single-timeline .timeline-item .timeline-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #156360;
  }
  .team-single-timeline .timeline-item .timeline-years {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px !important;
  }
  .team-single-timeline .timeline-item::after {
    display: none;
  }
}

.team-single-timeline .timeline-icon {
  width: 44px;
  height: 44px;
  background: #156360;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.team-single-timeline .timeline-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .team-single-timeline .timeline-icon {
    width: 36px;
    height: 36px;
  }
  .team-single-timeline .timeline-icon img {
    width: 16px;
    height: 16px;
  }
}

.team-single-timeline .timeline-content {
  display: flex;
  flex-direction: column;
}

.team-single-timeline .timeline-company {
  font-family: "Ovo", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  margin: 0 0 0px 0;
}
@media (max-width: 767px) {
  .team-single-timeline .timeline-company {
    font-size: 20px;
    line-height: 28px;
  }
}

.team-single-timeline .timeline-years {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #515151;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .team-single-timeline .timeline-years {
    font-size: 16px;
  }
}

.sustainability-section {
  background: #FFFFFF;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 90px;
  align-items: start;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sustainability-grid {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainability-grid {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .sustainability-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.sustainability-left {
  display: flex;
  flex-direction: column;
}

.sustainability-image-1 {
  overflow: hidden;
  margin-top: 36px;
}

.sustainability-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .sustainability-right {
    padding-top: 0;
    flex-direction: column-reverse;
  }
}

.sustainability-image-2 {
  overflow: hidden;
}
.sustainability-image-2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sustainability-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
  margin: 0;
}
.sustainability-description strong, .sustainability-description b {
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .sustainability-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.sustainability-v2-section {
  background: #FBF9F5;
}

.sustainability-v2-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px auto;
}
@media (max-width: 767px) {
  .sustainability-v2-header {
    margin-bottom: 40px;
  }
}
.sustainability-v2-header a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}

.sustainability-v2-title {
  margin: 0 auto;
}

.sustainability-v2-description {
  margin: 0;
}

.sustainability-v2-description a {
  color: #000;
}

.sustainability-v2-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 1200px) {
  .sustainability-v2-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .sustainability-v2-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.sustainability-v2-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  gap: 12px;
}
.sustainability-v2-card .card-top {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.sustainability-v2-card .card-top .card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sustainability-v2-card .card-top .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sustainability-v2-card .card-top .card-number {
  position: relative;
  z-index: 2;
  font-family: "Figtree", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .sustainability-v2-card .card-top .card-number {
    font-size: 48px;
  }
}
.sustainability-v2-card .card-bottom {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 120px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
  .sustainability-v2-card .card-bottom {
    min-height: 100px;
    padding: 16px;
  }
}
.sustainability-v2-card .card-title {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sustainability-v2-card .card-title {
    min-height: 40px;
  }
}
.sustainability-v2-card .card-icon {
  width: fit-content;
  height: 55px;
  margin-top: auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sustainability-v2-card .card-icon {
    width: fit-content;
    height: 40px;
  }
}
.sustainability-v2-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sustainability-v3-section {
  background: #FFFFFF;
}

.sustainability-v3-content {
  max-width: 100%;
}

.sustainability-v3-description a {
  color: #156360;
  text-decoration: underline;
}
.sustainability-v3-description a:hover {
  color: #000;
}
.sustainability-v3-description strong, .sustainability-v3-description b {
  font-weight: 700;
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sustainability-v3-description {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sustainability-v3-description {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .sustainability-v3-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .sustainability-v3-description p {
    margin-bottom: 20px;
  }
}

.blog-list-section {
  background: #FFFFFF;
}

.blog-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .blog-filters {
    margin-bottom: 40px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .blog-filters::-webkit-scrollbar {
    height: 4px;
  }
  .blog-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  .blog-filters::-webkit-scrollbar-thumb {
    background: #156360;
    border-radius: 2px;
  }
}

.blog-filters-icon {
  margin-left: auto;
  width: 48px;
  height: 48px;
  background: #FBF9F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-filters-icon img {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .blog-filters-icon {
    display: none;
  }
}

.blog-list {
  display: flex;
  flex-direction: column;
}

.blog-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #EEEAE1;
  align-items: center;
}
.blog-item:first-child {
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .blog-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 0;
  }
}

.blog-item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-item-image {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .blog-item-image {
    aspect-ratio: 16/10;
  }
}

.blog-item-category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 23px;
  background: #fff;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.blog-item-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-item-content {
    gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-item-content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-item-content {
    gap: 20px;
  }
}

.blog-item-title {
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1023px) {
  .blog-item-title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .blog-item-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.blog-item-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #156360;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.blog-item-link .blog-item-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog-item-link .blog-item-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #156360;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 50%;
}
.blog-item-link .blog-item-arrow img {
  width: 16px;
  height: 16px;
  transition: filter 0.4s ease;
}
.blog-item-link:hover .blog-item-arrow {
  border-color: #156360;
}
.blog-item-link:hover .blog-item-arrow::before {
  width: 100%;
}
.blog-item-link:hover .blog-item-arrow img {
  filter: brightness(0) invert(1);
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 60px 0 0 0;
}
.blog-pagination .pagination-prev {
  transform: rotate(180deg);
}

.pagination-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #156360;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #515151;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-arrow:hover:not(.disabled) {
  border-color: #156360;
  color: #156360;
}
.pagination-arrow.disabled {
  opacity: 0.2;
  cursor: not-allowed;
  filter: grayscale(1);
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-number {
  width: 44px;
  height: 44px;
  border: 1px solid #156360;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #156360;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-number:hover:not(.active) {
  border-color: #D9D9D9;
  color: #D9D9D9;
}
.pagination-number.active {
  border-color: #D9D9D9;
  color: #D9D9D9;
}

.single-post-main {
  background: #FFFFFF;
}

.single-post-hero {
  padding: 120px 0 40px 0;
  text-align: center;
  margin-top: 76px;
  background: #FBF9F5;
}
@media (max-width: 767px) {
  .single-post-hero {
    padding: 80px 0 40px 0;
    text-align: center;
    margin-top: 76px;
  }
}

.single-post-image {
  position: relative;
  background: linear-gradient(to bottom, #FBF9F5 50%, #FFFFFF 50%);
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .single-post-image {
    padding-bottom: 40px;
  }
}

.single-post-title {
  max-width: 900px;
  margin: 0 auto;
}

.single-post-image-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.single-post-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .single-post-image-wrapper {
    border-radius: 16px;
  }
}

.single-post-content {
  padding: 0 0 120px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-post-content {
    padding: 0 0 80px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-post-content {
    padding: 0 0 80px 0;
    width: 100%;
  }
}
.single-post-content h2 {
  font-family: "Ovo", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1px;
  color: #000000;
}
.single-post-content h3 {
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
  color: #000000;
}
.single-post-content h3 {
  font-family: "Ovo", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1px;
  color: #000000;
}

.related-posts-header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .related-posts-header {
    margin-bottom: 30px;
  }
}

.related-posts-slider {
  overflow: visible;
}

.related-post-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #F3F1ED;
  border-radius: 30px;
}
.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}
.related-post-card .bottom-related-post {
  padding: 30px;
}

.related-post-image {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-category {
  margin-bottom: 20px;
  padding: 6px 12px;
  background: #F3F3F3;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
  width: fit-content;
}

.related-post-title {
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .related-post-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.related-posts-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.related-posts-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.related-posts-pagination .swiper-pagination-bullet-active {
  background: #156360;
  width: 32px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .related-posts-pagination {
    margin-top: 30px;
  }
}

.faq-section {
  background: #FFFFFF;
}

.faq-list {
  max-width: 100%;
}

.faq-item {
  border-bottom: 1px solid #EEEAE1;
  padding: 50px 0;
}
.faq-item:first-child {
  padding: 0px 0px 50px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-item {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .faq-item {
    padding: 15px 0;
  }
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  padding-left: 0;
}
@media (max-width: 767px) {
  .faq-toggle {
    padding: 20px 0;
    gap: 12px;
  }
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.faq-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .faq-icon {
    width: 20px;
    height: 20px;
  }
}

.faq-question {
  flex: 1;
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-question {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .faq-question {
    font-size: 20px;
    line-height: 26px;
  }
}

.faq-arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
}
.faq-arrow .faq-plus,
.faq-arrow .faq-minus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.faq-arrow .faq-plus {
  opacity: 1;
}
.faq-arrow .faq-minus {
  opacity: 0;
}

.faq-item.is-open .faq-arrow .faq-plus {
  opacity: 0;
}
.faq-item.is-open .faq-arrow .faq-minus {
  opacity: 1;
}

.faq-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-inner {
  padding: 0 0 0px 0px;
}
.faq-inner p {
  padding: 0;
  margin: 0;
}

.videos-section {
  background: #FFFFFF;
}

.videos-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .videos-list {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .videos-list {
    gap: 60px;
  }
}

.video-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #EEEAE1;
}
.video-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 60px;
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (max-width: 767px) {
  .video-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 60px;
    flex-direction: column-reverse;
    display: flex;
  }
}

.video-content {
  display: flex;
  flex-direction: column;
}

.video-title {
  font-family: "Ovo", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1023px) {
  .video-title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .video-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.video-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
  margin: 0;
}
@media (max-width: 767px) {
  .video-description {
    font-size: 14px;
    line-height: 22px;
  }
}

.video-share-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.copy-tooltip {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #156360;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.copy-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}

.video-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid #EEEAE1;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-share-btn {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .video-share-btn {
    margin-top: 6px;
  }
}
.video-share-btn img {
  width: 16px;
  height: 16px;
}
.video-share-btn span {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #156360;
  text-transform: uppercase;
}
.video-share-btn:hover {
  border-color: #156360;
  background: #156360;
}
.video-share-btn:hover span {
  color: #FFFFFF;
}
.video-share-btn:hover img {
  filter: brightness(0) invert(1);
}
.video-share-btn:focus {
  outline: none;
  border: 1px solid #EEEAE1 !important;
}
.video-share-btn:active {
  border: 1px solid #EEEAE1;
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/10;
}
.video-thumbnail:hover .video-thumb-img {
  transform: scale(1.05);
}
.video-thumbnail:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.video-play-btn img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-play-btn {
    width: 60px;
    height: 60px;
  }
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.video-popup-close:hover {
  transform: scale(1.1);
}
.video-popup-close svg {
  width: 24px;
  height: 24px;
}

.video-popup-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-popup-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.solutions-v1-hero-overlay {
  position: relative;
  margin-top: -120px;
  z-index: 10;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, transparent 0%, #FBF9F5 0%);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solutions-v1-hero-overlay {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-v1-hero-overlay {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .solutions-v1-hero-overlay {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

.solutions-v1-hero-box {
  max-width: 790px;
  margin-left: auto;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  position: absolute;
  margin-top: -150px;
  right: 303px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .solutions-v1-hero-box {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .solutions-v1-hero-box {
    right: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solutions-v1-hero-box {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 0px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-v1-hero-box {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .solutions-v1-hero-box {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 0px;
  }
}

.solutions-v1-hero-title {
  font-family: "Ovo", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  color: #000000;
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .solutions-v1-hero-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.solutions-v1-hero-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
  margin: 0;
}

.our-solutions-v1 {
  background: #FBF9F5;
  margin-top: 50px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .our-solutions-v1 {
    margin-top: 0px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .our-solutions-v1 {
    margin-top: 0px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .our-solutions-v1 {
    margin-top: 0px;
    padding: 0;
  }
}

.solutions-v1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: start;
  margin-top: 120px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solutions-v1-grid {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-v1-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .solutions-v1-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

.solutions-v1-left {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.solutions-v1-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
  margin-bottom: 0px;
}

.solutions-v1-image-left img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.solutions-v1-right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solutions-v1-right {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-v1-right {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .solutions-v1-right {
    margin-bottom: 80px;
  }
}

.solutions-v1-image-right img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.solutions-v1-feature {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  padding: 30px 0;
  border-bottom: 1px solid #EEEAE1;
}
.solutions-v1-feature:last-child {
  border-bottom: none;
}

.feature-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.feature-icon img {
  width: 38px;
  height: 38px;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-title {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #156360;
  margin: 0;
}

.feature-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #515151;
  margin: 0;
}

.feature-icon-solution {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.feature-icon-solution img {
  width: 38px;
  height: 38px;
}

.feature-content-solution {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-title-solution {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #156360;
  margin: 0;
}

.feature-description-solution {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  margin: 0;
}

.products-section {
  padding: 120px 0;
  background: #FBF9F5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .products-section {
    padding: 60px 0;
  }
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
  }
}

.products-header-right {
  flex-shrink: 0;
}

.products-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-nav-prev,
.products-nav-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 11px 17px;
}
.products-nav-prev:hover,
.products-nav-next:hover {
  border-color: #156360;
  background: #156360;
}
.products-nav-prev:hover img,
.products-nav-next:hover img {
  filter: brightness(0) invert(1);
}
.products-nav-prev img,
.products-nav-next img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}

.products-section-block {
  background: #ffffff;
  overflow: hidden;
}
.products-section-block .products-container .products-swiper-block {
  margin-right: -80vw;
  padding-right: calc(100vw - 682.5px);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section-block .products-container .products-swiper-block {
    margin-bottom: 40px;
    margin-right: -80vw !important;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-section-block .products-container .products-swiper-block {
    margin-bottom: 40px;
    margin-right: -41vw !important;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .products-section-block .products-container .products-swiper-block {
    margin-bottom: 30px;
    margin-right: -4vw !important;
    padding-right: 0;
  }
}
.products-section-block .products-container .products-swiper-block .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 !important;
}
.products-section-block .products-container .products-swiper-block .swiper-pagination-bullet:hover {
  background: #A0A0A0;
}
.products-section-block .products-container .products-swiper-block .swiper-pagination-bullet-active {
  background: #2D2D2D;
  width: 32px;
  height: 8px;
  border-radius: 4px;
}
.products-section-block .products-container .products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .products-section-block .products-container .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 40px;
  }
}
.products-section-block .products-container .products-header-left {
  flex: 1;
}
.products-section-block .products-container .products-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .products-section-block .products-container .products-navigation {
    display: none;
  }
}
.products-section-block .products-container .product-card {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-section-block .products-container .product-image {
  width: 100%;
  aspect-ratio: 4/2.9;
  overflow: hidden;
  position: relative;
}
.products-section-block .products-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-section-block .products-container .product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 23px;
  border-radius: 30px;
  width: 338px;
  margin: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-section-block .products-container .product-overlay {
    padding: 24px;
    width: 257px;
    margin: 12px;
  }
}
@media (max-width: 767px) {
  .products-section-block .products-container .product-overlay {
    padding: 12px;
    width: 257px;
    margin: 12px;
  }
}
.products-section-block .products-container .product-content {
  display: flex;
  flex-direction: column;
}
.products-section-block .products-container .product-title {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #156360;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .products-section-block .products-container .product-title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section-block .products-container .product-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-section-block .products-container .product-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .products-section-block .products-container .product-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.products-section-block .products-container .product-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  margin: 11px 0 0 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section-block .products-container .product-description {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-section-block .products-container .product-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products-section-block .products-container .product-description {
    font-size: 12px;
  }
}
.products-section-block .products-container .products-footer {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products-section-block .products-pagination-block {
  display: flex;
  justify-content: start;
  gap: 6px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .products-section-block .products-pagination-block {
    display: none;
  }
}

.product-card {
  border-radius: 16px;
  overflow: hidden;
}

.product-image {
  width: 100%;
  aspect-ratio: 4/2.9;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 23px;
  border-radius: 30px;
  width: 338px;
  margin: 30px;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-overlay {
    padding: 24px;
    width: 257px;
    margin: 12px;
  }
}
@media (max-width: 767px) {
  .product-overlay {
    padding: 12px;
    width: 257px;
    margin: 12px;
  }
}

.product-content {
  display: flex;
  flex-direction: column;
}

.product-title {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin: 0 0 8px 0;
}

.product-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.products-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.products-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: #156360;
}

.products-description {
  margin: 0 !important;
  max-width: 1200px;
}

.products-cta {
  flex-shrink: 0;
  margin-top: 36px;
}

.timeline-section {
  background: #FBF9F5;
}

.timeline-header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .timeline-header {
    margin-bottom: 60px;
  }
}

.timeline-content-wrapper {
  position: relative;
  min-height: 1200px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .timeline-content-wrapper {
    min-height: auto;
    padding-top: 0;
  }
}

.timeline-path {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-path img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 1200px;
}
@media (max-width: 767px) {
  .timeline-path {
    display: none;
  }
}

.timeline-path-dot {
  width: 14px;
  height: 14px;
  background: #156360;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: -202px;
}
.timeline-path-dot.timeline-path-dot-start {
  margin-bottom: -7px;
}
.timeline-path-dot.timeline-path-dot-end {
  margin-top: -7px;
}
@media (max-width: 767px) {
  .timeline-path-dot {
    display: none;
  }
}

.timeline-items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media (max-width: 767px) {
  .timeline-items {
    gap: 40px;
    padding-left: 30px;
    border-left: 2px dashed #CFC5C5;
  }
}

.timeline-section .timeline-item {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 123px;
}
.timeline-section .timeline-item.timeline-item-right {
  margin: 0 0px;
}
.timeline-section .timeline-item.timeline-item-left {
  margin: 0 0px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-item {
    position: relative;
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-section .timeline-item.timeline-item-right, .timeline-section .timeline-item.timeline-item-left {
    margin: 0;
  }
  .timeline-section .timeline-item.timeline-item-left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.timeline-section .timeline-left-side {
  display: flex;
  align-items: end;
  gap: 15px;
}
.timeline-item-left .timeline-section .timeline-left-side {
  flex: 0 0 auto;
  justify-content: flex-end;
}
.timeline-item-left .timeline-section .timeline-left-side .timeline-item-text {
  text-align: right;
}
.timeline-item-left .timeline-section .timeline-left-side .timeline-item-description {
  margin-left: auto;
}
.timeline-item-right .timeline-section .timeline-left-side {
  flex: 1;
  justify-content: flex-end;
  padding-left: 0;
}
@media (max-width: 767px) {
  .timeline-section .timeline-left-side {
    padding: 0 !important;
    justify-content: flex-start !important;
    flex: 1 !important;
  }
  .timeline-item-left .timeline-section .timeline-left-side .timeline-item-text, .timeline-item-right .timeline-section .timeline-left-side .timeline-item-text {
    text-align: left;
  }
  .timeline-item-left .timeline-section .timeline-left-side .timeline-item-description, .timeline-item-right .timeline-section .timeline-left-side .timeline-item-description {
    margin-left: 0;
  }
}

.timeline-section .timeline-dot {
  width: 14px;
  height: 14px;
  background: #156360;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-dot {
    position: absolute;
    left: -38px;
    top: 0px;
  }
}

.timeline-section .timeline-right-side {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.timeline-item-left .timeline-section .timeline-right-side {
  flex: 1;
  justify-content: flex-start;
  padding-right: 0;
}
.timeline-item-right .timeline-section .timeline-right-side {
  flex: 0 0 auto;
  justify-content: flex-start;
}
.timeline-item-right .timeline-section .timeline-right-side .timeline-item-text {
  text-align: left;
}
@media (max-width: 767px) {
  .timeline-section .timeline-right-side {
    padding: 0 !important;
    padding-left: 0px !important;
    justify-content: flex-start !important;
    flex: 1 !important;
  }
}

.timeline-section .timeline-year {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #156360;
  white-space: nowrap;
  line-height: 1;
  padding-top: 2px;
}

.timeline-section .timeline-item-text {
  max-width: 350px;
}
@media (max-width: 767px) {
  .timeline-section .timeline-item-text {
    max-width: 100%;
  }
  .timeline-section .timeline-item-text p {
    padding: 0;
    margin: 0;
  }
}

.timeline-section .timeline-item-title {
  font-family: "Ovo", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .timeline-section .timeline-item-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.form-section {
  background: #fff;
}

.form-header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .form-header {
    margin-bottom: 30px;
  }
}

.form-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper .form-grid {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767px) {
  .form-wrapper .form-grid {
    grid-template-columns: 1fr;
  }
}
.form-wrapper .form-left {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1023px) {
  .form-wrapper .form-left {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .form-wrapper .form-left {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.form-wrapper .form-right {
  grid-column: 3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .form-wrapper .form-right {
    grid-column: 1/-1;
  }
}
.form-wrapper .form-right .form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-wrapper .form-right .form-field p {
  margin: 0;
  padding: 0;
}
.form-wrapper .form-right textarea {
  flex: 1;
  height: 150px;
}
.form-wrapper .form-field {
  display: flex;
  flex-direction: column;
}
.form-wrapper .form-field p {
  margin: 0;
}
@media (max-width: 767px) {
  .form-wrapper .form-field {
    margin-bottom: 10px;
  }
}
.form-wrapper label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
}
.form-wrapper input[type=text],
.form-wrapper input[type=email],
.form-wrapper input[type=tel] {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #E5E5E5 !important;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #000;
  background: #fff;
  transition: border-color 0.3s ease;
  box-shadow: none !important;
}
.form-wrapper input[type=text]::placeholder,
.form-wrapper input[type=email]::placeholder,
.form-wrapper input[type=tel]::placeholder {
  color: #999;
}
.form-wrapper input[type=text]:focus, .form-wrapper input[type=text]:active,
.form-wrapper input[type=email]:focus,
.form-wrapper input[type=email]:active,
.form-wrapper input[type=tel]:focus,
.form-wrapper input[type=tel]:active {
  outline: none !important;
  border: 1px solid #156360 !important;
  box-shadow: none !important;
}
.form-wrapper textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #E5E5E5 !important;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #000;
  background: #fff;
  min-height: 180px;
  resize: vertical;
  transition: border-color 0.3s ease;
  box-shadow: none !important;
}
.form-wrapper textarea::placeholder {
  color: #999;
}
.form-wrapper textarea:focus, .form-wrapper textarea:active {
  outline: none !important;
  border: 1px solid #156360 !important;
  box-shadow: none !important;
}
.form-wrapper .submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.form-wrapper .submit-row p {
  margin: 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .form-wrapper .submit-row {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper .submit-row {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .form-wrapper .submit-row {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-top: 0;
  }
}
.form-wrapper .acceptance-field p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.form-wrapper .acceptance-field p .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-wrapper .acceptance-field p .wpcf7-form-control-wrap {
    margin-top: 20px;
  }
}
.form-wrapper .acceptance-field p .wpcf7-acceptance {
  display: flex;
  align-items: center;
}
.form-wrapper .acceptance-field p .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.form-wrapper .acceptance-field input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #156360;
  flex-shrink: 0;
  margin: 0;
}
.form-wrapper .acceptance-field .wpcf7-list-item-label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.form-wrapper .acceptance-field .wpcf7-list-item-label a {
  color: #000;
  text-decoration: underline;
}
.form-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-wrapper .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #156360;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #666;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #000;
  text-decoration: underline;
}
.form-wrapper input[type=submit],
.form-wrapper .wpcf7-submit {
  display: inline-block;
  background: transparent;
  color: #156360;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  float: right;
}
.form-wrapper input[type=submit]:hover,
.form-wrapper .wpcf7-submit:hover {
  background: #156360;
  color: #fff;
}

.brochure-section {
  padding: 120px 0;
  background: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .brochure-section {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brochure-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .brochure-section {
    padding: 60px 0;
  }
}

.brochure-container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brochure-container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .brochure-container {
    padding: 0 16px;
  }
}

.brochure-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: end;
  padding: 80px 0;
  border-bottom: 1px solid #EEEAE1;
}
.brochure-row:first-child {
  padding-top: 0;
}
.brochure-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .brochure-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brochure-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .brochure-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
}

.brochure-row-reverse .brochure-content {
  order: 2;
  text-align: right;
}
.brochure-row-reverse .brochure-content .brochure-title,
.brochure-row-reverse .brochure-content .brochure-description {
  text-align: right;
}
.brochure-row-reverse .brochure-content .brochure-gallery-top {
  flex-direction: row-reverse;
}
.brochure-row-reverse .brochure-cover {
  order: 1;
}
@media (max-width: 1199px) {
  .brochure-row-reverse .brochure-content {
    order: 1;
    text-align: left;
  }
  .brochure-row-reverse .brochure-content .brochure-title,
  .brochure-row-reverse .brochure-content .brochure-description {
    text-align: left;
  }
  .brochure-row-reverse .brochure-content .brochure-gallery-top {
    flex-direction: row;
  }
  .brochure-row-reverse .brochure-content .brochure-gallery-nav {
    flex-direction: row;
  }
  .brochure-row-reverse .brochure-cover {
    order: 2;
  }
}

.brochure-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brochure-content {
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .brochure-content {
    gap: 0px;
  }
}

.brochure-title {
  font-family: "Ovo", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: #000;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brochure-title {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .brochure-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.brochure-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #156360;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.3s ease;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 12px 19px;
}
.brochure-button img {
  width: 20px;
  height: 20px;
}
.brochure-button:hover {
  opacity: 0.7;
}

.brochure-gallery-wrapper {
  margin-top: 30px;
  overflow: hidden;
}
.brochure-gallery-wrapper > .brochure-button {
  display: inline-flex;
}

.brochure-gallery-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}

.brochure-gallery-nav {
  display: flex;
  gap: 8px;
}

.brochure-gallery-swiper {
  overflow: hidden;
}

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

.brochure-cover {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.brochure-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.error-404-section {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  background: #FBF9F5;
  margin-bottom: 120px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .error-404-section {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .error-404-section {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .error-404-section {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}

.error-404-container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1023px) {
  .error-404-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .error-404-container {
    padding: 0 20px;
    gap: 40px;
  }
}

@media (max-width: 1023px) {
  .error-404-content {
    order: 2;
  }
}
.error-404-content .error-404-title {
  margin: 40px 0 0;
}

.error-404-code {
  font-family: "Ovo", serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  color: #156360;
  opacity: 0.15;
  display: block;
  margin-bottom: -40px;
}
@media (max-width: 1023px) {
  .error-404-code {
    font-size: 140px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .error-404-code {
    font-size: 100px;
    margin-bottom: -20px;
  }
}

.error-404-actions {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .error-404-actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .error-404-actions {
    flex-direction: column;
    gap: 12px;
  }
}

.error-404-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error-404-btn img {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}
.error-404-btn span {
  color: #fff;
}
@media (max-width: 767px) {
  .error-404-btn {
    justify-content: center;
  }
}

.error-404-btn-primary {
  background: #156360;
  color: #fff;
  border: 1px solid #156360;
}
.error-404-btn-primary img {
  filter: brightness(0) invert(1);
}
.error-404-btn-primary:hover {
  background: transparent;
  color: #156360;
}
.error-404-btn-primary:hover img {
  filter: none;
  transform: translateX(5px);
}

.error-404-btn-secondary {
  background: transparent;
  color: #156360;
  border: 1px solid #D9D9D9;
}
.error-404-btn-secondary:hover {
  border-color: #156360;
}
.error-404-btn-secondary:hover img {
  transform: translateX(-5px);
}

.error-404-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .error-404-visual {
    order: 1;
  }
}

.error-404-illustration svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 767px) {
  .error-404-illustration svg {
    max-width: 280px;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FBF9F5;
  padding: 27px 30px;
  border-radius: 30px;
}
.footer-bottom .footer-copyright {
  flex: 1;
}
.footer-bottom .footer-social {
  flex: 1;
  justify-content: center;
}
.footer-bottom .agency-info {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 40px 0;
  }
  .footer-bottom .footer-copyright,
  .footer-bottom .footer-social,
  .footer-bottom .agency-info {
    flex: none;
    justify-content: center;
  }
}

/**
 * Front Page (Home Page) Styles
 */
span {
  color: #156360;
}

#primary.front-page {
  padding: 0 !important;
  margin-top: 0 !important;
  min-height: auto !important;
}

.front-page {
  padding: 0 !important;
}
.front-page .entry-content {
  padding: 0;
}
.front-page .entry-header {
  display: none;
}
.front-page .comments-area {
  display: none;
}
.front-page article {
  margin: 0;
}

.hero-slider-section {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin-top: 100px !important;
  padding: 0 30px;
  border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-section {
    height: 700px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-slider-section {
    height: 650px;
    padding: 0 30px;
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider-section {
    height: 500px;
    padding: 0 15px;
    margin-top: 76px !important;
  }
}
@media (max-width: 767px) {
  .hero-slider-section {
    height: 500px;
    padding: 15px;
    margin-top: 76px !important;
  }
}

.hero-swiper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-media.image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-media.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-content {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-content {
    bottom: 65px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-content {
    bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-content {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    bottom: 30px;
  }
}

.hero-container {
  color: #ffffff;
}

.hero-title {
  font-family: "Ovo", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
  max-width: 695px;
  margin-bottom: 50px;
}
.hero-title p {
  font-family: "Ovo", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
  width: 695px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-title p {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-title p {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .hero-title p {
    font-family: Ovo;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: -2px;
    width: auto;
    margin-bottom: 30px;
  }
}

.hero-description {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.hero-cta {
  text-align: left;
  margin-top: 40px;
}

.hero-button {
  display: inline-block;
  padding: 14px 20px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 30px;
}
.hero-button:hover {
  color: #156360;
}
.hero-button:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .hero-button {
    padding: 14px 32px;
    font-size: 14px;
  }
}

.hero-cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 19px;
  justify-content: space-between;
}
.hero-cta .hero-navigation {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .hero-cta {
    display: flex;
    justify-content: space-between;
  }
  .hero-cta .hero-button {
    display: block;
    width: max-content;
    text-align: center;
  }
  .hero-cta .hero-navigation {
    margin-top: 0px;
    justify-content: start;
  }
}

.hero-nav-prev,
.hero-nav-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #D9D9D9 !important;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.hero-nav-prev img,
.hero-nav-next img {
  width: 15px;
  height: 15px;
}
.hero-nav-prev.swiper-button-disabled,
.hero-nav-next.swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.hero-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}
@media (max-width: 767px) {
  .hero-pagination {
    bottom: 24px;
    gap: 8px;
  }
}
.hero-pagination :global(.swiper-pagination-bullet) {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}
.hero-pagination :global(.swiper-pagination-bullet):global(.swiper-pagination-bullet-active) {
  width: 32px;
  border-radius: 6px;
  background: #ffffff;
}

.features-section {
  background: #ffffff;
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .features-section {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .features-section {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .features-section {
    padding: 32px 15px;
  }
}
@media (max-width: 767px) {
  .features-section {
    padding: 32px 15px;
  }
}

.features-marquee {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .features-marquee .features-list-clone {
    display: none;
  }
  .features-marquee .features-list {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .features-marquee {
    animation: marquee 10s linear infinite;
    width: max-content;
    justify-content: flex-start;
  }
  .features-marquee:hover {
    animation-play-state: paused;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.features-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .features-list {
    display: flex;
    gap: 40px;
    padding: 0 20px;
    justify-content: flex-start;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .features-list {
    gap: 30px;
    padding: 0 15px;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-item {
    flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .feature-item {
    flex-direction: row;
    text-align: left;
    gap: 12px;
  }
}

.feature-icon {
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  display: flex;
}
.feature-icon img {
  max-width: 100%;
  height: auto;
}

.feature-title {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.about-content {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .about-content {
    flex-direction: column-reverse;
    gap: 0px;
    align-items: inherit;
  }
}
@media (max-width: 768px) {
  .about-content {
    gap: 0px;
    align-items: inherit;
  }
}

.about-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-left {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-left {
    gap: 30px;
  }
}

.about-image-main {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.about-image-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-image-main {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-image-main {
    display: none;
  }
}

.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about-image-secondary {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 36px;
}
.about-image-secondary img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-image-secondary {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .about-image-secondary {
    margin-top: 0px;
  }
}

.about-title {
  font-family: "Ovo", serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
}
.about-title p {
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .about-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .about-title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-title {
    font-size: 36px;
    line-height: 44px;
    margin: 10px 0 30px 0;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .about-title {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 30px 0;
    width: 250px;
  }
}

.about-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #515151;
  margin: 0;
}
.about-description p {
  margin: 0 0 16px 0;
}
.about-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .about-description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .about-description {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-description {
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
  }
}

.solutions-section {
  background: #F8F6F4;
  overflow: hidden;
  position: relative;
}

.solutions-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}
.solutions-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-header {
  text-align: left;
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-header {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .solutions-header {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.solutions-intro-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #515151;
  max-width: 800px;
  margin: 0 auto;
}
.solutions-intro-description p {
  margin: 0 0 16px 0;
}
.solutions-intro-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-intro-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .solutions-intro-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.solutions-content {
  display: flex;
  gap: 81px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .solutions-content {
    flex-direction: column;
    gap: 40px;
    align-items: inherit;
  }
}
@media (max-width: 767px) {
  .solutions-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.solutions-image-wrapper {
  flex: 1;
}

.solutions-image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.solutions-image img {
  width: 100%;
  height: auto;
  display: block;
}

.solutions-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions-right {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .solutions-right {
    gap: 30px;
  }
}

.solutions-accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border-radius: 12px;
  border-bottom: 1px solid #EEEAE1;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accordion-toggle {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .accordion-toggle {
    padding: 18px 0;
  }
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Ovo", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  color: #000;
}
.accordion-title img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accordion-title {
    font-size: 20px;
    line-height: 26px;
  }
  .accordion-title img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-title {
    font-size: 20px;
    line-height: 26px;
  }
  .accordion-title img {
    width: 20px;
    height: 20px;
  }
}

.accordion-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
}
.accordion-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.accordion-icon .icon-open {
  opacity: 1;
}
.accordion-icon .icon-close {
  opacity: 0;
}
.accordion-item.is-open .accordion-icon .icon-open {
  opacity: 0;
}
.accordion-item.is-open .accordion-icon .icon-close {
  opacity: 1;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-item.is-open .accordion-content {
  max-height: 1000px;
}

.accordion-inner {
  padding: 0 0 24px 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
}
.accordion-inner p {
  margin: 0 0 16px 0;
}
.accordion-inner p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accordion-inner {
    padding: 0 0 20px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accordion-inner {
    padding: 0 0 18px 0;
    font-size: 16px;
  }
}

.solutions-button {
  display: inline-block;
  background: transparent;
  color: #156360;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 25px 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.solutions-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #156360;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.solutions-button:hover {
  color: #ffffff;
  border-color: #156360;
}
.solutions-button:hover::before {
  width: 100%;
}

.investors-section {
  background: #ffffff;
}

.investors-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .investors-header {
    display: block;
  }
}

.investors-header-left {
  flex: 1;
}

.investors-header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .investors-header-right {
    margin-top: 30px;
  }
}

.investors-swiper {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .investors-swiper {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .investors-swiper {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .investors-swiper {
    max-width: 100%;
    margin-left: 0;
  }
}
.investors-swiper .investor-logo {
  padding: 10px;
  background: #FBF9F5;
  border: 1px solid #E0DBDB;
  display: flex;
}
.investors-swiper .investor-logo .investor-logo img, .investors-swiper .investor-logo .investor-logo {
  border-radius: 30px;
}

.investors-pagination {
  display: flex;
  justify-content: left;
  gap: 6px;
  margin-top: 26px;
}
@media (min-width: 1199px) {
  .investors-pagination {
    display: none;
  }
}

.investors-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 !important;
}
.investors-swiper .swiper-pagination-bullet:hover {
  background: #A0A0A0;
}
.investors-swiper .swiper-pagination-bullet-active {
  background: #156360;
  width: 32px;
  height: 8px;
  border-radius: 4px;
}

.investor-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.investor-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.investors-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  margin: 0;
  max-width: 1200px;
}
.investors-description p {
  margin: 0 0 16px 0;
}
.investors-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .investors-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .investors-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .hero-section {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 400px;
  }
}
.hero-section .hero-content {
  max-width: 1365px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero-section .hero-content h1 {
  font-family: "Ovo", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content h1 {
    font-size: 36px;
  }
}
.hero-section .hero-content p {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero-section .hero-content p {
    font-size: 16px;
  }
}
.hero-section .hero-content .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .hero-section .hero-content .hero-cta {
    flex-direction: column;
    width: 100%;
  }
}
.hero-section .hero-content .hero-cta a {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.hero-section .hero-content .hero-cta a.btn-primary {
  background: #156360;
  color: #ffffff;
  border: 2px solid #156360;
}
.hero-section .hero-content .hero-cta a.btn-primary:hover {
  background: #0A3F3D;
  border-color: #0A3F3D;
}
.hero-section .hero-content .hero-cta a.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.hero-section .hero-content .hero-cta a.btn-secondary:hover {
  background: #ffffff;
  color: #156360;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.content-section {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .content-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .content-section {
    padding: 60px 0;
  }
}
.content-section.bg-light {
  background: #F5F5F5;
}
.content-section.bg-white {
  background: #ffffff;
}
.content-section .section-container {
  max-width: 1365px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 1023px) {
  .content-section .section-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content-section .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .content-section .section-header {
    margin-bottom: 40px;
  }
}
.content-section .section-header h2 {
  font-family: "Ovo", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #156360;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-section .section-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-section .section-header h2 {
    font-size: 32px;
  }
}
.content-section .section-header p {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-section .section-header p {
    font-size: 16px;
  }
}
.content-section .section-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-section .section-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .content-section .section-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.card .card-image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card .card-image:hover img {
  transform: scale(1.05);
}
.card .card-content {
  padding: 24px;
}
.card .card-content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #156360;
  margin-bottom: 12px;
}
.card .card-content p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 16px;
}
.card .card-content .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #156360;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.card .card-content .card-link:hover {
  color: #0A3F3D;
  gap: 12px;
}
.card .card-content .card-link::after {
  content: "→";
  font-size: 18px;
}

.cta-section {
  background: #156360;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-section {
    padding: 60px 0;
  }
}
.cta-section .cta-container {
  max-width: 1365px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 1023px) {
  .cta-section .cta-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .cta-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cta-section h2 {
  font-family: "Ovo", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 32px;
  }
}
.cta-section p {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cta-section p {
    font-size: 16px;
  }
}
.cta-section .cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #156360;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.cta-section .cta-button:hover {
  background: transparent;
  color: #ffffff;
}

.blog-front-section {
  overflow: hidden;
}
.blog-front-section .raymare-container {
  overflow: hidden;
}
.blog-front-section .blog-front-slider {
  overflow: hidden;
}

.blog-front-pagination {
  display: flex;
  justify-content: start;
  margin-top: 40px;
}
.blog-front-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.blog-front-pagination .swiper-pagination-bullet-active {
  background: #156360;
  width: 32px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .blog-front-pagination {
    margin-top: 30px;
  }
}

.blog-front-cta {
  display: flex;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-front-cta {
    margin-top: 30px;
  }
}

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