/*GLOBAL STYLES*/
#wb__page {
  font-family: Arial, sans-serif;
}

/* FOOTER THINGS */
.site-footer {
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  font-size: 0.9rem;
}
.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  background: #F8F8F9;
  
}

.read-more-btn {
  display: none;
  background: none;
  border: none;
  color: #6BA4B8;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  max-width: 500px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-rating{
  color: #FFDF00;
}


.product-card {
    height: auto;
    text-decoration: none;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.product-image{
    flex-shrink: 0;
    align-self: stretch;
}
.product-card img, .category-card img, .news-card img
 {
    width: 100%;
    height: auto;
}
.product-name{
    color: #202630;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.footer-widget ul li a {
  text-decoration: none;
  color: #333;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.footer-bottom a {
  color: #666;
  text-decoration: underline;
}

#map{
  position:relative;
}

#map .actions{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%; 
  z-index: 10;
}

#map .data{
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  max-width: 490px;
  box-sizing: border-box;
}

#map .data .flex{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#map .data p{
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
.btn,.btn:after{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0;
  border: none;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.btn:hover{
  transition: all 0.2s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-orange{
  padding: 0 30px;
  height: 46px;
  color: #fff;
  background: gray;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
}

.btn-orange:hover{
  background: rgb(148, 147, 147)
}
/* FOOTRE Responsive behavior */
@media (max-width: 600px) {
  .footer-widget ul {
    flex-direction: column;
    align-items: center;
  }
}
/*HEADER THINGS*/
/* HEADER STYLES */
.site-header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 1rem;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-logo img {
  height: 80px;
  width: auto;
}

/* Mobile menu toggle button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.contact-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  min-height: 80vh;
}
/* Header widgets container */
.header-widgets {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}

.header-navigation ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-navigation ul li a:hover {
  color: #007cba;
}

.header-languages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.header-languages ul li a {
  text-decoration: none;
  color: #666;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header-languages ul li a:hover {
  background-color: #f0f0f0;
  color: #333;
}

/* Mobile menu close button */
.mobile-menu-close {
  display: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
}

.close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
  overflow: hidden;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }

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

  #map .actions{bottom: 0;width: 70%;}

	#map .data{width: 100%; padding: 20px;}

	#map .data p{font-size: 16px; line-height: normal;}
  .btn,.btn:after{display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; text-align: center; cursor: pointer; padding: 0; border: none; transition: all 0.2s ease-out; box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none;}

	.btn:hover{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.btn-orange{padding: 0 30px; height:36px; color: #fff; background: gray; border-radius: 20px;text-decoration: none; font-size: 12px;}

    .btn-orange:hover{background: rgb(148, 147, 147)}
  .mobile-menu-close {
    display: block;
  }
  
  .header-widgets {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  
  .header-widgets.mobile-menu-open {
    transform: translateX(0);
  }
  
  .header-navigation ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  
  .header-navigation ul li a {
    font-size: 1.2rem;
    padding: 1rem;
  }
  
  .header-languages ul {
    flex-direction: row;
    gap: 1rem;
  }
  
  .header-languages ul li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 0.75rem 1rem;
  }
  
  .header-logo img {
    height: 35px;
  }
  
  .header-widgets {
    gap: 2rem;
  }
  
  .header-navigation ul {
    gap: 1.5rem;
  }
  
  .header-navigation ul li a {
    font-size: 1.1rem;
  }
}
/*Contacts*/
.flex-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.flex-column {
  flex: 0 0 32%;
}

.flex-column p {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #333;
  font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
}

table td {
  padding: 19px 10px;
  color: #333;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:first-child td {
  font-weight: bold;
}

.contact-map {
  width: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
.contact-link {
    color: #2b6cb0;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #1a4971;
    background-color: #e2e8f0;
    text-decoration: underline;
}

.contact-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px #a3bffa;
}
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
  .flex-column {
    flex: 1 1 100%;
  }
}

/*GRID CSS*/

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

/* Minimalistic Shadcn Card Design */
.product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  border-color: #d1d5db;
}

.product-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-grow: 1;
}

/* Minimalistic focus states */
.product-card:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.category-card:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.category-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.category-card:hover {
  border-color: #d1d5db;
  text-decoration: none;
  color: inherit;
}

/* Category Section Styles */
.category-section {
  margin-bottom: 32px;
}

.category-section-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #374151;
  padding: 0 20px;
  letter-spacing: -0.025em;
}

.category-description {
  padding: 0;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 4px;
  text-align: left;
}

.category-description p {
  margin: 0;
}

.category-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

/* Products Section Styles */
.products-section {
  margin-top: 32px;
}

.products-section-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #374151;
  padding: 0 20px;
  letter-spacing: -0.025em;
}

.product-card {
    height: auto;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #fff;
    backdrop-filter: blur(0px); /* Remove or adjust if unnecessary */
    box-shadow: 0 4px 10px rgba(0,0,0,0.8); /* Adjusted for visibility */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.product-card:hover {
  transform: translateY(-1px);
}

.product-wrapper {
  width: 100%;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-wrapper img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
}

.title {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: left;
}

.price {
  padding: 0;
  color: #047857;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
}
.link a{
  padding: 4px 16px 16px;
  color: #000 !important;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery-item {
  overflow: hidden;
}
.gallery-image {
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
  display: block;
}
@media (max-width: 1024px) {
  .product-grid, .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .product-grid, .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .product-grid, .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Контейнер навигации */
.nav-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

/* Основной список меню */
.nav-bar ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

/* Пункты меню */
.nav-bar li {
  position: relative;
}

/* Ссылки меню */
.nav-bar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  transition: color 0.3s ease;
}

/* Обёртка текста — span.nav-menu */
.nav-menu {
  position: relative;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

/* Hover эффект */
.nav-bar a:hover .nav-menu {
  color: #0073aa;
  border-bottom: 2px solid #0073aa;
}

/* Активный пункт */
.nav-bar .current-menu-item a .nav-menu,
.nav-bar .current_page_item a .nav-menu {
  color: #0073aa;
  border-bottom: 2px solid #0073aa;
}
.logo img {
  max-width: 50px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .nav-bar ul {
    flex-direction: column;
    gap: 15px;
  }

  .nav-bar {
    justify-content: center;
  }
}
.products-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%; 
}
.btn-scroll-right, .btn-scroll-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 50%; 
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-scroll-right img, .btn-scroll-left img {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease;
}

.btn-scroll-right:hover, .btn-scroll-left:hover {
  background-color: #bcbcbc;
  border-color: #bcbcbc;
}

.btn-scroll-right:hover img, .btn-scroll-left:hover img {
  filter: brightness(0) invert(1);
}
.review-email, .review-rating, .review-text{
  margin-bottom:10px;
}
.review-text{
  line-height: 1.3;
}

.review-rating{
  color: #FFDF00;
}
/*HOMEPAGE CSS*/

.homepage-main {
  background-color: #fafafa;
}

/* HERO */
.homepage-hero {
  background: url('../images/hero.jpg') center 10%/cover no-repeat;
  color: white;
  text-align: center;
  padding: 240px 0px;
  position: relative;
  border-radius: 12px;
  margin: 0 0 60px 0;

  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.homepage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for text contrast */
  border-radius: 12px;
  z-index: 0;
}

.homepage-hero-inner {
  position: relative;
  z-index: 1;
}

.homepage-hero-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.homepage-hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.homepage-btn {
  background-color: #444;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  z-index: 2;
  position: relative;
}

.homepage-btn:hover {
  background-color: #222;
}

/* GENERAL SECTIONS */
.homepage-section {
  background-color: #fff;
  padding: 40px 30px;
  margin: 0 auto 50px auto;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  max-width: 850px;
  text-align: center;
  border: 1px solid #ddd;
}

.homepage-section-title {
  margin-bottom: 20px;
  color: #333;
}

.homepage-section-text {
  color: #555;
  line-height: 1.5;
}

/*PAR MUMS CSS*/
.about-us-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
}

.about-us-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.about-us-image {
  flex: 1 1 45%;
}

.about-us-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-us-text {
  flex: 1 1 50%;
}

.about-us-text h2 {
  margin-bottom: 20px;
}

.about-us-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-values li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* SERVICES LIST */
.homepage-services-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.homepage-services-list li {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f9f9f9;
}

.service-title {
  font-weight: bold;
  font-size: 1rem;
}

.service-description {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

li.active .service-description {
  max-height: 300px; /* large enough to fit content */
  padding: 15px 20px;
}


.chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg); /* Down arrow */
  transition: transform 0.3s ease;
  margin-left: 10px;
}

li.active .chevron {
  transform: rotate(135deg); /* Up arrow */
}

/* === General === */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.services-section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

/* === Hero Section === */
.services-hero {
  background: linear-gradient(to right, #f5f7fa, #c3cfe2);
  padding: 4rem 1rem;
  text-align: center;
}

.services-hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.services-hero-subtitle {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  color: #555;
}

/* === Accordion Section === */
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.service-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  padding: 1rem;
  cursor: pointer;
  font-weight: 500;
  color: #222;
  transition: color 0.2s ease;
}

.service-header:hover {
  color: #005bbb;
}

.chevron-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #555;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.services-list li.active .chevron-icon {
  transform: rotate(180deg);
}

.service-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1rem;
  opacity: 0;
}

.services-list li.active .service-description {
  max-height: 500px; /* enough to hold content */
  padding: 1rem;
  opacity: 1;
}

/* === Featured Services === */
.services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 2rem;
}

.services-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.services-card:hover {
  transform: translateY(-5px);
}

.services-card img {
  width: 48px;
  margin-bottom: 1rem;
}

.services-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.services-card p {
  font-size: 0.95rem;
  color: #666;
}

/* === Call to Action === */
.services-cta {
  background-color: #005bbb;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 0 0 12px 12px;
}

.services-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.services-cta p {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
}

.btn-cta {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #fff;
  color: #005bbb;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background-color: #e4e4e4;
}

/* === Responsive Fixes === */
@media (max-width: 768px) {
  .services-hero-title {
    font-size: 2.2rem;
  }

  .service-header {
    font-size: 1.1rem;
  }

  .services-card {
    padding: 1.5rem;
  }
}

/* ABOUT US PAGE CSS  */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.about-hero {
  background: linear-gradient(to right, #2c3e50, #4ca1af);
  color: #fff;
  text-align: center;
  padding: 60px 20px 100px;
}
.about-hero-title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.about-hero-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* About Content */
.about-content {
  background-color: #ffffff;
  padding: 80px 0;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.about-image {
  flex: 1 1 40%;
}
.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.about-text {
  flex: 1 1 50%;
}
.about-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.about-text p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
}

/* Values Section */
.about-values-section {
  background-color: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}
.about-values-section h2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
.about-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-values li {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  max-width: 300px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.about-values li h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.about-values li p {
  font-size: 1rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .about-flex {
    flex-direction: column;
  }
  .about-hero-title {
    font-size: 2.25rem;
  }
}

/* REVIEW SECTION */
.review-container {
  min-height: 72vh;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-height: 1081px) {
  .review-container {
    min-height: 80vh;
  }
}
@media (max-width: 768px) {
  
  .homepage-hero{
    padding: 120px 0;
  }
  .homepage-hero-title{
    font-size: 2.5rem;
  }
} 
.woocommerce-breadcrumb a{
  color: #767676;
}