:root {
  --accent: #DF4926;
  --text: #010101;
  --white: #FFFFFF;
  --navy: #131c36;
  --bg: #ececec;
  --container: min(1140px, calc(100% - 48px));
  --section-gap: clamp(70px, 8vw, 120px);
  --heading-main: 46px;
  --heading-about: 42px;
  --heading-strip: 25px;
  --image-heading: 25px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Bricolage Grotesque', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.45;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
section { padding: 100px 0 !important; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 15px 28px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 0;
}
.dark-btn { background: #18213a; }

.section-title,
.about-title {
  margin: 0 0 24px;
  font-size: var(--heading-main);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.about-title { font-size: var(--heading-about); max-width: 470px; }
.section-head p,
.about-copy p,
.products-copy p,
.blogs-head p,
.sustainability-copy p,
.cert-head p,
.news-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.narrow { max-width: 640px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ececec;
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { flex: 0 0 auto; }
.brand img { width: 185px; }
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  white-space: nowrap;
}
.desktop-nav a.active { color: var(--accent); }
.nav-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #a4a7b0;
  font-size: 15px;
  white-space: nowrap;
}
/* .whatsapp {
  width: 28px;
  height: 28px;
  border: 2px solid #24d366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #24d366;
} */
 .nav-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  transition: 0.3s;
}

.icon img:hover {
  opacity: 1;
}

/* WhatsApp style like your design */

.whatsapp-icons {
  /* width: 32px;
  height: 32px;
  background-color: #25D366;  /* WhatsApp green */
  /* border-radius: 50%;         Circular icon */
  /* display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;               Add some space inside the circle */ 
  margin-left: 50px;
}

.whatsapp-icon img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 28px;
  padding: 0;
  line-height: 1;
}
.mobile-panel {
  display: none;
  flex-direction: column;
  gap: 18px;
  padding: 0 0 22px;
}
.site-header.nav-open .mobile-panel { display: flex; }

.hero {
  position: relative;
  min-height: 675px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 22, 31, 0.46) 0%, rgba(8, 22, 31, 0.22) 40%, rgba(8, 22, 31, 0.1) 100%),
    url('img/hero.png') center/cover no-repeat;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0 150px;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 40px;
  color: #fff;
  font-size: 46px !important;
  line-height: 1.08;
  font-weight: 800;
}
.hero-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.brochure-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  padding-bottom: 4px;
}
.stats-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  padding: 28px 0;
}
.stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: var(--heading-strip);
  line-height: 1.1;
  font-size: 20px !important;
}
.stat span {
  display: block;
  font-size: 16px !important;
  line-height: 1.3;
  font-weight: 300;
}

.about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 40px;
  align-items: center;
}
.about-copy p { max-width: 500px; margin-bottom: 52px; }
.about-visual {
  position: relative;
  min-height: 575px;
}
.about-shape {
  position: absolute;
  inset: 0 0 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18% 50%);
  background:
    linear-gradient(120deg, rgba(0,0,0,0.16), rgba(223,73,38,0.20)),
    url('img/service-3.png') center/cover no-repeat;
}
.about-circle {
  position: absolute;
  width: 56%;
  aspect-ratio: 1;
  right: 1%;
  top: 12%;
  border-radius: 50%;
  background:
    linear-gradient(120deg, rgba(223,73,38,0.12), rgba(0,0,0,0.08)),
    url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1000&q=80') center/cover no-repeat;
}

.team,
.products,
.services,
.certifications,
.news,
.blogs { background: var(--bg); }
.team-head { margin-bottom: 56px; }
.team-carousel { overflow: hidden; }
.team-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}
.team-card {
  flex: 0 0 25%;
  padding: 0 16px;
  text-align: center;
}
.portrait {
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
  background: #bcc1ca;
  margin-bottom: 24px;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card h4 {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}
.team-card p {
  margin: 0;
  font-size: 14px;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 52px;
}
.carousel-dots .dot {
  width: 42px;
  height: 5px;
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: #d6d6d6;
  cursor: pointer;
  padding: 0;
}
.carousel-dots .dot.active { background: #bcbcbc; }

.products .container {
  position: relative;
}
.products-top {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 0;
  align-items: stretch;
}
.products-copy {
  padding: 18px 28px 0 0;
  position: relative;
  z-index: 2;
}
.products-image {
  min-height: 740px;
  background: url('img/product-bg.png') center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.products-strip {
  position: relative;
  z-index: 3;
  width: calc(100% - 24px);
  margin: -325px auto 0;
  padding: 14px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  min-height: 280px;
}
.product-card,
.service-card,
.news-card,
.blog-card {
  position: relative;
  overflow: hidden;
  height: 300px;
}
/* .product-card { min-height: 195px; height: 195px; } */
.service-card { min-height: 250px; }
.news-card { min-height: 270px; }
.blog-card { min-height: 390px; }
.product-card img,
.service-card img,
.news-card img,
.blog-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card::before,
.service-card::before,
.news-card::before,
.blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(10,20,40,0.76));
  z-index: 1;
}
.overlay-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
}
.overlay-content h3 {
  margin: 0 0 8px;
  font-size: var(--image-heading);
  line-height: 1.08;
  font-weight: 700;
  font-size: 14px !important;
}
.overlay-content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}
.product-card .overlay-content {
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.product-card .overlay-content h3 {
  font-size: 25px;
}
.mini-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  margin-top: 10px;
}
.p3, .p4, .p5 {
  margin-top: 0;
}

.services-head { max-width: 620px; margin-bottom: 46px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card .overlay-content { bottom: 18px; }
.service-card .overlay-content h3 { font-size: 25px; }
.service-card .overlay-content p {
  max-width: 250px;
  margin-top: 10px;
  font-size: 12px;
}

.cert-head { max-width: 820px; margin-bottom: 40px; }
.cert-grid {
  width: min(1020px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.cert-box {
  min-height: 152px;
  background: rgba(255,255,255,0.44);
  border: 1px solid #e5e5e5;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  font-size: 18px;
  color: #5a6474;
}

.news-head { margin-bottom: 32px; }
.news-feature {
  /* background: #fff !important; */
  overflow: hidden;
}
.news-feature img {
  width: 100%;
  /* aspect-ratio: 16 / 8.3; */
  object-fit: cover;
}
.news-feature-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 0;
}
.news-feature-bottom h3 {
  margin: 0;
  max-width: 760px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
}
.news-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-arrow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 38px;
  height: 38px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
}
.news-card .overlay-content h4 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.15;
  color: #fff;
}
.news-card .overlay-content p { font-size: 12px; }

.sustainability {
  background: #486268;
  color: #fff;
}
.sustainability-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 46px;
  align-items: center;
}
.sustainability-copy .section-title { color: #fff; }
.sustainability-copy h3 {
  margin: 96px 0 34px;
  max-width: 500px;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}
.sustainability-copy p { max-width: 430px; margin-bottom: 64px; color: #fff; }
.sustainability-image {
  min-height: 530px;
  background: url('img/element.png') center/cover no-repeat;
}

.blogs-head {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 42px;
}
.blog-carousel { overflow: hidden; }
.blog-slides {
  display: flex;
  transition: transform 0.55s ease;
}
.blog-slide {
  flex: 0 0 100%;
}
.blog-grid-layout {
  display: grid;
  grid-template-columns: 1.58fr 0.84fr 0.84fr 0.84fr;
  gap: 16px;
}
.blog-card.large { min-height: 470px; }
.blog-card.small { min-height: 470px; }
.blog-card.small .overlay-content h3,
.blog-card.large .overlay-content h3 {
  font-size: 25px;
}
.blog-card.small .overlay-content p,
.blog-card.large .overlay-content p {
  font-size: 12px;
  max-width: 290px;
}
.small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 6px 12px;
  margin-top: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
}
.blog-nav {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 18px;
}
.blog-nav-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: #b5bbc7;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.blog-nav-btn.next { background: var(--accent); }

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 56px 0 28px;
}
.footer-brand-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 28px;
  font-weight: 500;
}
.footer-brand img {
  width: 52px;
  filter: brightness(0) invert(1);
}
.footer-top-nav {
  display: flex;
  gap: 56px;
  font-size: 15px;
}
.footer-line {
  height: 1px;
  background: rgba(255,255,255,0.75);
  margin: 38px 0 72px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer-grid h4 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.15;
}
.footer-grid a {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
}
.copyright {
  margin: 42px 0 0;
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-size: 16px;
}

@media (max-width: 1200px) {
  .desktop-nav { gap: 20px; font-size: 14px; }
  .nav-icons { gap: 12px; }
}

@media (max-width: 1100px) {
  .desktop-nav,
  .nav-icons { display: none; }
  .menu-toggle { display: block; }

  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid,
  .products-top,
  .sustainability-grid,
  .blogs-head { grid-template-columns: 1fr; }
  .products-copy { padding-right: 0; }
  .about-visual,
  .about-shape { min-height: 500px; }
  .products-strip,
  .service-grid,
  .cert-grid,
  .news-grid,
  .footer-grid,
  .blog-grid-layout { grid-template-columns: repeat(2, 1fr); }
  .team-card { flex-basis: 50%; }
  .p3, .p4, .p5 { margin-top: 0; }
  .blog-card.large,
  .blog-card.small { min-height: 320px; }
}

@media (max-width: 767px) {
  :root {
    --heading-main: 36px;
    --heading-about: 34px;
    --heading-strip: 22px;
    --image-heading: 22px;
  }

  .container { width: min(100% - 24px, 1140px); }
  section { padding: 80px 0 !important; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 150px; }

  .hero { min-height: 620px; }
  .hero-inner { padding: 70px 0 200px; }
  .hero h1 { font-size: 38px; max-width: 480px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  .about-grid,
  .products-strip,
  .service-grid,
  .cert-grid,
  .news-grid,
  .footer-grid,
  .blog-grid-layout { grid-template-columns: 1fr; }
  .products-image { min-height: 320px; }
  .products-strip { width: 100%; margin-top: -48px; padding: 12px; }
  .product-card { min-height: 220px; height: 220px; }
  .about-visual,
  .about-shape { min-height: 400px; }
  .about-circle { width: 52%; top: 15%; }
  .team-head { margin-bottom: 44px; }
  .team-card { flex-basis: 100%; padding: 0 8px; }
  .news-feature-bottom,
  .footer-brand-wrap { flex-direction: column; align-items: flex-start; }
  .footer-top-nav { gap: 24px; flex-wrap: wrap; }
  .footer-line { margin: 28px 0 40px; }
  .footer-brand { font-size: 22px; }
  .footer-grid h4 { font-size: 20px; }
  .blog-nav { justify-content: flex-start; }
}
