/* === Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: white;
  overflow-x: hidden;
}

/* === Layout === */
.page-layout {
  width: 100%;
  min-height: 834px;
  margin: 0 auto;
  background: rgba(63, 49, 36, 0.26);
  border-bottom: 1px solid #eceae4;
  /* position: relative;
  overflow: hidden; */
  padding: 0;
  box-sizing: border-box;
}

/* === Header === */
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 103px;
  display: flex;
  align-items: center;
  background: rgba(63, 49, 36, 0.2);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-bottom: 1px solid #eceae4;
  z-index: 10;
}

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

.nav-left {
  display: flex;
  gap: 44px;
}

.nav-left a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #eceae4;
  text-decoration: none;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo img {
  width: 80px;
  height: 64px;
  object-fit: contain;
}

.nav-right {
  display: flex;
  gap: 44px;
  align-items: center;
  width: 274px;
  height: 43px;
}

.language-dropdown {
  position: relative;
  width: 59px;
  height: 21px;
}

.nav-left a:hover,
.contact-btn:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}

#lang-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
  color: #eceae4;
  cursor: pointer;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 25px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
  z-index: 999;
}

.lang-menu li {
  padding: 6px 12px;
  cursor: pointer;
}

.lang-menu li:hover {
  background: #eee;
}

.contact-btn {
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3f3124;
  text-decoration: none;
  background-color: #eceae4;
  border: 1px solid #eceae4;
  border-radius: 4px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === Hero Section === */
.hero {
  position: relative;
  width: 100%;
  height: 834px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 834px;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  width: 912px;
  padding: 20px;
  /* padding: 140px 20px 20px; */
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  line-height: 150%;
  color: #eceae4;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* === Responsive Layout === */

/* === ABOUT SECTION === */
.about-section {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  height: auto;
  min-height: 600px;
  background-color: #3f3124;
  color: #eceae4;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.about-left,
.about-right {
  width: 50%;
  padding: 80px;
}

.about-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px;
  border-right: 1px solid #eceae4;
}

.about-left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eceae4;
  margin: 0;
}

.about-right .label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #eceae469;
  margin-bottom: 10px;
}

.about-right h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 130%;
}

.about-right p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.read-more-btn {
  display: inline-block;
  background: #eceae4;
  color: #3f3124;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  border: none;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #514737; /* slightly darker beige */
  opacity: 0.95;
  color: #ffffff;
}

/* === PRODUCTS SECTION === */
.products-section {
  background: #eceae4;
  color: #3f3124;
  padding: 80px 40px;
  text-align: center;
}

.products-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.products-header p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 150%;
  max-width: 800px;
  margin: 0 auto 60px;
  color: #3f3124;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background: white;
  border: 1px solid #3f3124;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 413px;
  margin: 0 auto;
}

.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-card.hidden {
  opacity: 0;
  transform: translateY(40px);
}

.product-card.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

/* .product-card img {
  width: 100%;
  max-width: 413px;
  height: auto;
  aspect-ratio: 1 / 1;
} */

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3f3124;
  padding: 14px 20px;
  height: 64px;
}

.card-footer .arrow {
  font-size: 18px;
}

.products-button {
  margin-top: 60px;
}

.view-products-btn {
  background: #3f3124;
  color: #eceae4;
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: none;
  transition: 0.3s ease;
}

.view-products-btn:hover {
  opacity: 0.85;
}

.image-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #3f3124;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.image-wrapper:hover img {
  transform: scale(1.06);
}

/* === WHY CHOOSE SECTION === */
.why-choose-section {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  background-color: #3f3124;
  color: #eceae4;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.why-left {
  width: 33.3%;
  padding: 80px;
  border-right: 1px solid #eceae4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.why-left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
}

.why-right {
  width: 66.7%;
  display: grid;
  grid-template-columns: 1fr;
  padding: 80px;
  gap: 60px;
}

.feature {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #eceae4;
  padding-bottom: 40px;
  opacity: 1; /* fallback if JS animation fails */
  transform: none;
}

.feature:last-child {
  border-bottom: none;
}

.feature img {
  width: 48px;
  height: 48px;
}

.feature h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #eceae4;
}

/* === Animation: Fade Up === */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === CERTIFICATES SECTION === */

.certificates-section {
  position: relative;
  background: url("/images/Cerification_mainpage.jpg") center/cover no-repeat;
  width: 100%;
  /* max-width: 1440px; */
  height: 834px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #3f3124;
}

.certificates-overlay {
  position: absolute;
  inset: 0;
  background: #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificates-content {
  text-align: center;
  max-width: 800px;
  padding: 60px 20px;
  color: #ffffff;
  z-index: 1;
}

.certificates-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.certificates-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
}

.certificates-btn {
  background: #eceae4;
  color: #3f3124;
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.certificates-btn:hover {
  background-color: #b8a99a; /* Pillow-inspired color */
  color: #ffffff;
}



/* === CONTACT SECTION === */
.contact-section {
  display: flex;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  background: #f8f5ee;
  border-bottom: 1px solid #3f3124;
}

.contact-left,
.contact-right {
  flex: 1;
  padding: 80px;
  box-sizing: border-box;
}

.contact-left {
  border-right: 1px solid #3f3124;
}

.contact-left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
  color: #3f3124;
  line-height: 120%;
}

.contact-left p {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 40px 40px 3px 30px;
  margin-bottom: 20px;
  color: #3f3124;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row input {
  flex: 1;
}
/* 
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: transparent;
    color: #3f3124 !important; 
  } */

  /* Default */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: transparent;
  color: inherit; /* allow inheritance */
}

/* For light pages */
body.light-bg .contact-form input,
body.light-bg .contact-form textarea {
  color: #3f3124;
}

/* For dark pages */
body.dark-bg .contact-form input,
body.dark-bg .contact-form textarea {
  color: #eceae4;
}

/* Placeholder fixes */
body.dark-bg .contact-form input::placeholder,
body.dark-bg .contact-form textarea::placeholder {
  color: #c7c0b9;
  opacity: 1;
}

body.light-bg .contact-form input::placeholder,
body.light-bg .contact-form textarea::placeholder {
  color: #8b8074;
  opacity: 1;
}


.contact-form textarea {
  resize: vertical;
  height: 120px;
}


.submit-btn {
  align-self: start;
  background: #3f3124;
  color: #eceae4;
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  opacity: 0.85;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #3f3124;
}

/* === FOOTER === */

.footer {
  background: #f8f5ee;
  color: #3f3124;
  border-top: 1px solid #3f3124;
}

.footer-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.footer-col {
  flex: 1;
  padding: 40px;
  border-right: 1px solid #3f3124;
  box-sizing: border-box;
}

.footer-col:last-child {
  border-right: none;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.footer-col h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #3f3124;
  text-decoration: none;
}

.footer-col p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-socials img {
  width: 20px;
  height: 20px;
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.footer-socials a:hover svg {
  transform: scale(1.1);
  fill: #000; /* or any hover color */
}

/* === ABOUT US PAGE === */

.about-intro {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.about-intro-left {
  width: 50%;
  background-color: #3f3124;
  color: #eceae4;
  padding: 80px;
  box-sizing: border-box;
  border-right: 1px solid #eceae4; /* ✅ vertical white line */
}

.about-intro-left .label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(236, 234, 228, 0.41);
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.about-intro-left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-intro-left p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  letter-spacing: 0px;
  color: #eceae4;
}

.about-intro-right {
  width: 50%;
}

.about-intro-right img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  display: block;
}

/* === OUR MISSION & VISION === */
.mission-vision-section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.mission-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-right: 1px solid #eceae4; /* ✅ vertical white line */
}

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

.mission-text {
  width: 50%;
  background-color: #3f3124;
  color: #eceae4;
  padding: 80px;
  box-sizing: border-box;
}

.mission-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 120%;
  letter-spacing: 0;
}

.mission-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #eceae4;
  letter-spacing: 0;
}

/* Responsive */

/* === STATISTICS === */

.stats-section {
  display: flex;
  /* max-width: 1440px; */
  margin: 0 auto;
  background-color: #3f3124;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.stat {
  flex: 1;
  padding: 60px 40px;
  width: 719px;
  height: 360px;
  color: #eceae4;
  border-right: 1px solid #eceae4;
  box-sizing: border-box;
  text-align: left;
}

.stat:last-child {
  border-right: none;
}

.stat h3 {
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 120%;
  letter-spacing: 2px;
}

.stat h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  margin-top: 80px;
  letter-spacing: 0px;
}

.stat p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #eceae4;
  letter-spacing: 0px;
}

/* Responsive */

/* === OUR CERTIFICATES === */
.about-cert-section {
  background-color: #eceae4;
  padding: 80px 40px;
  text-align: center;
  border-top: 1px solid #3f3124;
  border-bottom: 1px solid #3f3124;
}

.about-cert-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #3f3124;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-cert-header p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #3f3124;
  line-height: 1.6;
  margin-bottom: 60px;
}

.about-cert-gallery {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about-cert-gallery img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.about-cert-button {
  margin-top: 20px;
}

.about-cert-btn {
  display: inline-block;
  background-color: #3f3124;
  color: #eceae4;
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
}

.about-cert-btn:hover {
  background-color: #5a4533;
  color: #ffffff;
}

/* === IDEAS TO LIFE === */
.about-contact-cta {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  background-color: #f8f5ee;
  padding: 250px 20px;
  border-top: 1px solid #3f3124;
  border-bottom: 1px solid #3f3124;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-contact-wrapper {
  text-align: center;
  max-width: 800px;
}

.about-contact-cta h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3f3124;
  margin-bottom: 20px;
  line-height: 120%;
  letter-spacing: 1px;
}

.about-contact-cta p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
  letter-spacing: 0px;
  color: #3f3124;
}

.about-contact-btn {
  background: #3f3124;
  color: #eceae4;
  padding: 14px 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
}

.about-contact-btn:hover {
  background: #5a4533;
  color: #ffffff;
}

/* === PRODUCTS === */

.products-page {
  background: #3f3124;
  color: #eceae4;
  padding: 200px 40px;
  /* max-width: 1440px; */
  margin: 0 auto;
  box-sizing: border-box;
}

.products-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

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

.product-card {
  background: #3f3124;
  border: 1px solid #eceae4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: scale(1.02);
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eceae4;
  color: #eceae4;
}

.card-footer .arrow {
  font-size: 18px;
}

/* === EACH PRODUCTS === */

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8; /* Optional: Add hover effect */
}
/* === CONTACT US === */

/* === CONTACT PAGE === */

.contact-full {
  display: flex;
  width: 100%;
  height: 834px; /* matches your Figma design */
  margin: 0 auto;
  background-color: #3f3124;
  color: #eceae4;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
}

.contact-left {
  width: 711px;
  height: 100%;
  border-right: 1px solid #eceae4;
  overflow: hidden;
  padding: 0px; /* This is the key fix */
}

.contact-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% center; /* 👈 Pushes view to start from further left */
  transform: scaleX(-1);
  display: block;
}

.contact-right {
  width: 100%;
  padding: 1px;
  margin-left: 5px;
  /* box-sizing: border-box; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border: 1px solid #eceae4;
  background: transparent;
  color: #eceae4;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form button {
  background-color: #eceae4;
  color: #3f3124;
  font-size: 14px;
  padding: 14px 32px;
  border: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #d6d3cc;
}

/* === Responsive === */

/* ===  CONTACT INFO SECTION === */
/* === CONTACT INFO SECTION === */
.contact-info-section {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  height: 760px;
  border-top: 1px solid #eceae4;
  border-bottom: 1px solid #eceae4;
  background-color: #3f3124;
  color: #eceae4;
}

.contact-info-left {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: 1px solid #eceae4;
  box-sizing: border-box;
}

.info-box {
  padding: 60px;
  border-bottom: 1px solid #eceae4;
  border-right: 1px solid #eceae4;
  font-family: "Montserrat", sans-serif;
}

.info-box:nth-child(2n) {
  border-right: none;
}

.info-box:nth-last-child(-n + 2) {
  border-bottom: none;
}

.info-box h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.info-box p {
  font-size: 13px;
  line-height: 150%;
  white-space: pre-line;
  letter-spacing: 0px;
  font-weight: 400;
  padding-top: 100px;
}

.contact-info-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.contact-info-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 30% center; /* 👈 Pushes view to start from further left */
  /* transform: scaleX(-1); */
}

/* Responsive */

.lang-menu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  border: 1px solid #ccc;
  z-index: 1000;
}

.lang-menu.visible {
  display: block;
}

.lang-menu li {
  padding: 8px 16px;
  cursor: pointer;
}

.lang-menu li:hover {
  background-color: #f0f0f0;
}

.language-dropdown {
  position: relative;
}

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

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  border: 2px solid #eceae4;
  border-radius: 4px;
}

.lightbox-close {
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 40px;
  color: #eceae4;
  cursor: pointer;
  font-weight: bold;
}

#lightbox {
  cursor: zoom-out;
}

#lightbox img {
  transition: transform 0.3s ease;
}

#lightbox img:hover {
  transform: scale(1.03);
}

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  border: 2px solid #eceae4;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}






