/* =========================================================
   PRODUCTS SECTION
========================================================= */
.products-section {
  padding: 8vh 0;
  background: #ffffff;
}

.products-header {
  text-align: center;
  padding: 0 6vw 6vh;
}

.products-header h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2vh;
  font-weight: 800;
  letter-spacing: 1px;
  color: #111827;
  margin-bottom: 2vh;
}

.products-header p {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #4b5563;
  max-width: 46ch;
  margin: 0 auto;
}

.products-grid {
  display: grid;
}

.product-card {
  width: 84vw;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 2vh 3vw;
  margin-left: 5vw;
  margin-bottom: 3vh;
}

.product-image img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 1rem;
}
.products-section a {
  text-decoration: none;
}

.product-card h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.4rem;
}

.product-card p {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enquire-btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(180deg, #1f7a3f, #166532);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(31, 122, 63, 0.35);
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-header p {
    font-size: 1.5rem;
  }

  .products-grid {
    display: grid;
  }

  .product-card {
    margin-left: 3vw;
    width: 38vw;
  }
  .product-card h3 {
    font-size: 1.5rem;
  }
  .product-card p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-header h2 {
    font-size: 6vh;
  }
  .products-header {
    margin-bottom: 4vh;
  }
  .product-card {
    margin-left: 3vw;
    width: 24vw;
    padding: 2vh 2vw;
  }
  .product-card p {
    font-size: 1rem;
  }
}

/* =========================================================
   ABOUT SECTION
========================================================= */
.about-section {
  padding: 10vh 0;
  background: #f9fafb;
}

.about-wrapper {
  margin: 0 auto;
  padding: 0 6vw;
}

.about-wrapper h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2vh;
  font-weight: 800;
  letter-spacing: 1px;
  color: #111827;
  margin-bottom: 2vh;
  text-align: center;
}

.about-intro {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1f7a3f;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
}

.about-wrapper img {
  width: 90vw;
  aspect-ratio: 4505/3712;
  margin-bottom: 4vh;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

.about-text {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .about-wrapper h2 {
    font-size: 3rem;
    margin-bottom: 4vh;
  }

  .about-intro {
    font-size: 1.05rem;
    flex-direction: row;
  }

  .about-text {
    font-size: 1rem;
  }
  .about-section {
    padding: 10vh 0;
  }

  .about-intro p {
    width: 43vw;
    font-size: 1.4rem;
    margin-left: 5vw;
    text-align: center;
  }

  .about-wrapper img {
    width: 40vw;
  }
  .about-text {
    font-size: 1.4rem;
  }
  .enquire-btn {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .about-wrapper {
    margin: 0;
    padding: 0 4vw;
  }
  .about-wrapper h2 {
    margin-bottom: 7vh;
  }
  .about-intro p {
    font-size: 2.2rem;
    margin-bottom: 4vh;
  }
  .about-intro {
    align-items: center;
  }
  .about-text {
    font-size: 1.4rem;
    padding: 2vh 3vw;
  }
  .enquire-btn {
    font-size: 0.8rem;
  }
}

/* =========================================================
   FEATURES SECTION
========================================================= */
.features-section {
  padding: 40px 5px;
}

.features-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature-item {
  text-align: center;
  padding: 30px 0;
}

.feature-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
}

#faticon {
  width: 10vw;
  box-shadow: none;
  margin-bottom: 0;
}

.feature-item h4 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 0.85rem;
  font-family: "Inter", sans-serif;
  color: #6b7280;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .feature-item {
    padding: 30px 20px;
  }
  .feature-icon {
    width: 76px;
    height: 76px;
  }
  .feature-icon i {
    font-size: 2rem;
  }
  .feature-item h4 {
    font-size: 1.4rem;
  }
  .feature-item p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  #faticon {
    width: 5vw;
    box-shadow: none;
    margin-bottom: 0;
  }
  .feature-icon {
    width: 120px;
    height: 120px;
  }
}

/* =========================================================
   MOBILE NAV MODAL
========================================================= */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 88vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  z-index: 999;
  padding: 4vh 6vw;
}

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

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6vh;
  font-size: 3vh;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  color: #1f7a3f;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #1f7a3f;
  cursor: pointer;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.mobile-nav-links a {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}

@media (min-width: 768px) {
  .close-btn {
    font-size: 2rem;
  }
  .mobile-nav-links a {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

/* =========================================================
   PRODUCT MODAL (GLASS)
========================================================= */
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.x {
  width: 32px;
  height: 32px;
  color: #1f7a3f;
}
.product-modal.active {
  display: block;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}

.product-modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 88vw;
  height: 80vh;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px 22px 0 0;
  padding: 4vh 6vw;
  box-shadow:
    0 -20px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  animation: modalSlideUp 0.35s ease;
}

@keyframes modalSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.left {
  height: 20px;
  width: 20px;
  color: black;
}

.product-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #0f172a;
}

.product-modal-body {
  min-height: 25vh;
}

/* Modal body scroll control */
.product-modal-body {
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 3vh;
}

/* Product info below slider */
.modal-product-info {
  padding: 2vh 1vw;
  margin-top: 5vh;
}

.modal-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 1.5vh;
}

.modal-manufacturer {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 2vh;
}

/* Contact button */
.modal-contact-btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  background: linear-gradient(180deg, #1f7a3f, #166532);
  color: #ffffff;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  margin-top: 4vh;
}

@media (min-width: 768px) {
  .product-modal-close {
    font-size: 2.1rem;
    top: 24px;
    right: 24px;
  }
}

@media (min-width: 1024px) {
  .product-modal-body {
    display: flex;
  }
  .product-modal-content {
    padding: 4vh 2vw;
    width: 96vw;
  }
  .product-modal-close {
    font-size: 1rem;
  }
  .modal-desc {
    font-size: 1.1rem;
    margin-top: 4vh;
  }
  .modal-product-info {
    padding: 3vh 4vw;
  }
  .modal-manufacturer {
    font-size: 1rem;
  }
  .product-modal-body {
    margin-top: 8vh;
  }
}

/* =========================================================
   MODAL IMAGE SLIDER
========================================================= */
.modal-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1536/1024;
  margin-top: 3vh;
  transition: transform 0.35s ease;
}

.slide {
  min-width: 100%;
  height: auto;
  object-fit: contain;
}

#modal-title {
  text-align: center;
  font-size: 3vh;
  color: #0f172a;
  font-family: "IBM Plex Sans", sans-serif;
}

.slider-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.slider-btn i {
  font-size: 1rem;
  color: #0f172a;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

@media (min-width: 768px) {
  .slider-btn {
    width: 72px;
    height: 72px;
  }
  .slider-btn i {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .modal-slider {
    width: 100%;
  }
  .slider-track {
    width: 100%;
  }
  .slide {
    width: 50%;
  }
  .slider-btn {
    width: 42px;
    height: 42px;
  }
  .slider-btn i {
    font-size: 0.8rem;
  }
}

/* =========================================================
   FOOTER
========================================================= */
.site-footer {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
  color: #e5e7eb;
  padding-top: 4vh;
}

#footer-links {
  display: flex;
  margin-bottom: 3vh;
  justify-content: space-between;
}

.footer-icons {
  display: flex;
  gap: 5vw;
  width: 80vw;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vh;
}

.footer-icon {
  width: 28px;
  height: 28px;
  color: #e5e7eb;
}

.f-insta {
  width: 32px;
  height: 32px;
}

.brand {
  padding-bottom: 5vh;
}

.footer-top {
  gap: 6vh;
  padding: 0 6vw 3vh;
}

.footer-col h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0.8rem;
}

.footer-col img {
  width: 75vw;
  margin-bottom: 2vh;
}

.footer-col h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-col p {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cbd5e1;
  text-align: center;
}

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

.footer-col ul li {
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  color: #cbd5e1;
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  text-decoration: none;
  color: #cbd5e1;
}
.footer-i {
  height: 18px;
  width: 18px;
  color: #22c55e;
}

.footer-col ul li a:hover {
  color: #22c55e;
}

.contact-list li {
  margin-bottom: 0.8rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 2vh 6vw;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  color: #9ca3af;
}

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

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.contact-list i {
  color: #22c55e;
  font-size: 1rem;
}

.footer-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#f-1 {
  width: 40vw;
}

#f-2 {
  width: 70vw;
}

@media (min-width: 768px) {
  .footer-top {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-img {
    display: flex;
    flex-direction: row;
    gap: 5vw;
    align-items: center;
    justify-content: center;
  }
  .footer-col p {
    font-size: 1.3rem;
  }
  .footer-col ul li {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  #f-1 {
    width: 15vw;
  }
  #f-2 {
    width: 50vw;
  }
  .footer-col ul li a {
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-col h4 {
    font-size: 1.65rem;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact .contact-list li {
    display: flex;
    justify-content: center;
  }

  .footer-contact .contact-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    text-decoration: none;
  }
  .footer-bottom {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  #footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  #f-1 {
    width: 9vw;
  }
  #f-2 {
    width: 25vw;
  }
  .footer-icons {
    margin-top: 4vh;
  }
  .footer-col p {
    font-size: 1.4rem;
    width: 60vw;
    margin-left: 12vw;
  }
  .brand {
    margin-bottom: 5vh;
  }
  .footer-col h4 {
    margin-bottom: 1.5rem;
  }

  #footer-links {
    justify-content: space-between;
    width: 40vw;
  }
  .footer-contact .contact-list li {
    display: flex;
  }
  .footer-icons .social {
    font-size: 5vh;
  }
  .footer-icon {
    width: 34px;
    height: 34px;
  }

  .f-insta {
    width: 38px;
    height: 38px;
  }
}
