.section-title-area{display: flex; align-items: flex-start; gap: 30px;}

.section-title{flex: 0 0 40%;}

.about-text-items{flex: 0 0 60%;}

.section-title-area {gap: 30px; padding: 50px;}

.section-img {width: 470px;}

.about-btn.wow.fadeInUp {margin-top: 40px;}

.about-wrapper-one .about-content .section-title h2{ font-size: 30px;}

h3.manu-approach {font-family: "Hanken Grotesk", sans-serif;}

.industries-section {
  padding: 70px 0;
  background: #f8fbfc;
}

.industries-heading {
  max-width: 720px;
  margin: 0 auto 34px;
}

.industries-heading p {
  color: #666;
  line-height: 1.7;
}

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

.industry-card {
  min-height: 172px;
  padding: 28px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: #fae77d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.industry-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fae77d;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.industry-card h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.product-intro-box,
.product-supply-box,
.product-contact-box {
  padding: 34px;
  border-radius: 8px;
  background: #f8fbfc;
  border-left: 5px solid #fae77d;
}

.product-intro-box h2,
.product-supply-box h2,
.product-contact-box h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.product-intro-box p,
.product-supply-box p,
.product-contact-box p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 14px;
}

.product-contact-box {
  background: #111;
}

.product-contact-box h2,
.product-contact-box p {
  color: #fff;
}

@media (max-width: 1199px) {
  .industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .industries-section {
    padding: 55px 0;
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .industries-heading {
    margin-bottom: 24px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .industry-card {
    min-height: auto;
    padding: 20px;
    flex-direction: row;
    align-items: center;
  }

  .industry-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 19px;
    display: none !important;
    
  }

  .industry-card h5 {
    font-size: 16px;
  }

  .product-intro-box,
  .product-supply-box,
  .product-contact-box {
    padding: 24px 18px;
  }

  .product-intro-box h2,
  .product-supply-box h2,
  .product-contact-box h2 {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
    .industry-icon {
      display: none !important;
    }
}

/* sitemap and policy pages */
.sitemap-section,
.policy-section {
  background: #f7f7f7;
}

.sitemap-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.sitemap-head span,
.policy-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 3px solid #fbe87e;
}

.sitemap-head h2,
.policy-card h2 {
  margin-bottom: 12px;
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
}

.sitemap-head p,
.policy-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.policy-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.policy-card li {
  margin-bottom: 8px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.sitemap-tree {
  position: relative;
}

.sitemap-root {
  margin: 0 auto 34px;
  text-align: center;
}

.sitemap-root a,
.sitemap-branch,
.market-node,
.policy-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.07);
}

.sitemap-root a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  justify-content: center;
  padding: 16px 26px;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  background: #fbe87e;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 34px;
}

.sitemap-branch {
  padding: 28px;
}

.sitemap-branch h3,
.sitemap-market h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

.sitemap-branch h3 i,
.sitemap-market h3 i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fbe87e;
  color: #000;
  font-size: 16px;
}

.sitemap-branch ul,
.market-node ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitemap-branch li,
.market-node li {
  position: relative;
  padding-left: 24px;
}

.sitemap-branch li + li,
.market-node li + li {
  margin-top: 12px;
}

.sitemap-branch li::before,
.market-node li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 10px;
  height: 2px;
  background: #fbe87e;
}

.sitemap-branch a,
.market-node a {
  color: #111;
  font-weight: 600;
}

.sitemap-branch a:hover,
.market-node a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #fbe87e;
  text-decoration-thickness: 3px;
}

.sitemap-market {
  padding-top: 8px;
}

.market-tree-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.market-node {
  padding: 20px;
}

.market-node .market-title {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fbe87e;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.policy-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border-top: 6px solid #fbe87e;
}

.policy-card h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .market-tree-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sitemap-grid,
  .market-tree-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitemap-head h2,
  .policy-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .sitemap-head {
    margin-bottom: 28px;
  }

  .sitemap-grid,
  .market-tree-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sitemap-root {
    margin-bottom: 22px;
  }

  .sitemap-root a {
    width: 100%;
    min-width: 0;
  }

  .sitemap-branch,
  .market-node,
  .policy-card {
    padding: 22px 18px;
  }

  .sitemap-head h2,
  .policy-card h2 {
    font-size: 28px;
  }

  .sitemap-branch h3,
  .sitemap-market h3 {
    font-size: 20px;
  }
}

/* market area content */
/* =========================
   AQUA INFO SECTION
========================= */

.aqua-info-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f4fbff, #ffffff);
    font-family: Arial, sans-serif;
}

.aqua-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
   CARD DESIGN
========================= */

.aqua-box {
    background: #ffffff;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    border-left: 6px solid #fae77d;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.aqua-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -60px;
    right: -60px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.aqua-box:hover {
    transform: translateY(-8px);
    
}

.aqua-box:hover::before {
    transform: scale(1.4);
}

/* =========================
   HEADINGS
========================= */

.aqua-box h2,
.aqua-box h3,
.aqua-box h4 {
    font-size: 28px;
    color: #fae77d;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

/* =========================
   PARAGRAPH
========================= */

.aqua-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.aqua-box p:last-child {
    margin-bottom: 0;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .aqua-info-section {
        padding: 70px 20px;
    }

    .aqua-box {
        padding: 30px;
    }

    .aqua-box h2,
    .aqua-box h3,
    .aqua-box h4 {
        font-size: 24px;
    }

    .aqua-box p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .aqua-info-section {
        padding: 60px 15px;
    }

    .aqua-box {
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 15px;
    }

    .aqua-box h2,
    .aqua-box h3,
    .aqua-box h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .aqua-box p {
        font-size: 15px;
        line-height: 1.7;
    }

    .aqua-box::before {
        width: 140px;
        height: 140px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .aqua-info-section {
        padding: 50px 12px;
    }

    .aqua-box {
        padding: 20px;
    }

    .aqua-box h2,
    .aqua-box h3,
    .aqua-box h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    .aqua-box p {
        font-size: 14px;
        line-height: 1.7;
    }

    .aqua-box::before {
        width: 120px;
        height: 120px;
        top: -40px;
        right: -40px;
    }
}


.market-section {
  padding: 80px 20px;
  background: #f0f3fa;
  position: relative;
  overflow: hidden;
}

.market-title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

.market-title span {
  color: #fae77d;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 26px;
}

.market-title h2 {
  color: #000;
  font-size: 38px;
  margin-top: 10px;
}

.market-grid {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

.market-grid a {
  min-height: 95px;
  padding: 20px;
  background: rgb(255 255 255 / 35%);
  border: 1px solid rgb(255 255 255);
  border-radius: 18px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
}

.market-grid a i {
  width: 42px;
  height: 42px;
  background: #fae77d;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.4s ease;
}

.market-grid a:hover {
  background: #fff;
  color: #0b2239;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.market-grid a:hover i {
  background: #0b2239;
  transform: rotateY(360deg);
}

@media (max-width: 992px) {
  .market-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .market-title h2 {
    font-size: 30px;
  }

  .market-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .market-grid a {
    min-height: 75px;
  }
}
