body {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .header-container {
    padding: 0 40px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 768px ){
  .hero-video {
    object-position: 100% center; /* 👈 Pushes view to start from further left */
    transform: scaleX(-1);
  }
}

@media (max-width: 768px) {
  .header-container {
    position: relative;
    align-items: center;
    gap: 10px;
    height: auto;
    padding: 20px 20px;
  }

  .nav-left,
  .nav-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .logo {
    position: static;
    transform: none;
    margin: 10px 0;
  }

  .hero-content {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .contact-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 26px;
    line-height: 130%;
  }

  .hero-content p {
    font-size: 14px;
  }

  .nav-left a,
  .contact-btn,
  #lang-btn {
    font-size: 14px;
  }

  .header-container {
    padding: 10px;
  }

  .page-layout {
    height: auto;
  }

  .hero-video {
    height: 100%;
  }

  .hero {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .card-footer {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    flex-direction: column;
    padding: 20px;
  }

  .why-left,
  .why-right {
    width: 100%;
    padding: 20px 0;
  }

  .why-left {
    text-align: center;
    border-bottom: 1px solid #eceae4;
  }

  .feature {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 24px;
  }
  .feature img {
    width: 64px;
    height: auto;
  }

  .why-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .certificates-section {
    height: auto;
  }

  .certificates-content h2 {
    font-size: 22px;
  }

  .certificates-content p {
    font-size: 15px;
  }

  .certificates-btn {
    font-size: 13px;
    padding: 12px 24px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

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

  .contact-left,
  .contact-right {
    padding: 40px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .contact-left h2 {
    font-size: 22px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-col {
    border-right: none;
    border-bottom: 1px solid #eceae4;
    padding: 30px 20px;
  }

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

@media (max-width: 768px) {
  .about-intro {
    flex-direction: column;
  }

  .about-intro-left,
  .about-intro-right {
    width: 100%;
  }

  .about-intro-left {
    border-right: none;
    padding: 40px 20px;
  }

  .about-intro-right img {
    width: 100%;
    height: auto;
    /* padding: 10px; */
  }
}

@media (max-width: 768px) {
  .mission-vision-section {
    flex-direction: column;
  }

  .mission-image,
  .mission-text {
    width: 100%;
  }

  .mission-image {
    border-right: none; /* ✅ remove line on small screens */
  }

  .mission-text {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
  }

  .stat {
    border-right: none;
    border-bottom: 1px solid #eceae4;
  }

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

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-full {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    padding: 0px;
    padding-top: 100px;
  }

  .contact-right {
    padding: 40px 20px;
  }

  .form-row {
    flex-direction: column;
  }
}

/* @media (max-width: 768px) {
  .contact-info-section {
    flex-direction: column;
  }

  .contact-info-left,
  .contact-info-right {
    width: 100%;
  }

  .contact-info-left {
    display: flex;
    flex-direction: column;
  }

  .info-box {
    border-right: none !important;
    border-bottom: 1px solid #eceae4;
  }
} */

@media (max-width: 768px) {
  .contact-info-section {
    display: flex;
  }

  .contact-info-left {
    width: 100%;
    /* display: flex;
    flex-direction: column; */
  }

  .info-box {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #eceae4;
  }

  .contact-info-right {
    display: none; /* ❌ Hide video on mobile */
  }
}

@media screen and (max-width: 768px) {
  .header-container,
  .nav-left,
  .nav-right {
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
  }

  .hero-content {
    width: 100%;
    padding: 80px 20px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .products-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .product-card {
    width: 100%;
  }

  .about-section {
    flex-direction: column;
    padding: 0px;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

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

  body {
    overflow-x: hidden;
  }
}
/* Hide nav by default on small screens */
/* Hide on desktop */
.burger-icon {
  display: none;
}

/* Show and style on mobile */
@media (max-width: 768px) {
  .burger-icon {
    display: block;
    background: none;
    border: none;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1000;
    cursor: pointer;
  }

  .burger-icon svg {
    width: 32px;
    height: 32px;
    fill: #eceae4;
  }

  .nav-left,
  .nav-right {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #3f3124;
    padding: 20px 0;
  }

  .nav-open .nav-left,
  .nav-open .nav-right {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #3f3124;
  z-index: 9999;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out;
  display: flex;
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateY(0);
}

.close-icon {
  align-self: flex-end;
  font-size: 32px;
  color: #eceae4;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 40px;
}

.mobile-nav {
  list-style: none;
  width: 100%;
  text-align: center;
}

.mobile-nav li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eceae4;
}

.mobile-nav a {
  color: #eceae4;
  font-size: 18px;
  text-decoration: none;
}

.mobile-contact-btn {
  margin-top: 40px;
  display: inline-block;
  background-color: #eceae4;
  color: #3f3124;
  font-weight: 600;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  width: 80%;
}


#lightbox {
  cursor: zoom-out;
}

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

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