:root {
  --dark: #101820;
  --dark2: #17242d;
  --gold: #d6a23a;
  --gold2: #a47727;
  --light: #f5f7f9;
  --text: #26333c;
  --muted: #68757e;
  --white: #fff;
  --border: #e1e6e9;
  --shadow: 0 15px 45px rgba(10, 20, 30, 0.12);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: #fff;
}
.logo-img {
  width: 105px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
a {
  text-decoration: none;
  color: inherit;
}
.mailto {
  margin-right: 27px;
}

.container {
  width: min(1160px, 92%);
  margin: auto;
}
.topbar {
  background: #0b1319;
  color: #bfc7cc;
  font-size: 12px;
  padding: 8px 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 2px 15px #00000012;
}
.nav-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  letter-spacing: 2px;
  color: #17232d;
  line-height: 1;
}
.logo span {
  font-size: 24px;
}
.logo small {
  font-size: 8px;
  letter-spacing: 3px;
  margin-top: 5px;
  color: #7b868d;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold2);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e539e;
  color: #ffffff;
  padding: 13px 24px;
  border: 0;
  border-radius: 2px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--dark);
  color: var(--gold2);
}
.btn-outline {
  background: transparent;
  border: 1px solid #ffffff88;
  color: #fff;
}
.btn-small {
  padding: 10px 17px;
}
.hero {
  position: relative;
  min-height: 560px;
  background: linear-gradient(110deg, #101a21, #30414b);
  color: #fff;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 70px solid #ffffff0d;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 115px 0 90px;
  max-width: 760px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800;
  color: #e1b24e;
  margin-bottom: 12px;
}
.eyebrow.dark {
  color: var(--gold2);
}
.hero h1 {
  font-size: 52px;
  line-height: 1.08;
  margin-bottom: 20px;
}
.hero h1 span {
  color: #e0ae49;
}
.hero p:not(.eyebrow) {
  color: #d3dce1;
  max-width: 680px;
  font-size: 17px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.page-hero {
  position: relative;
  background-image: url(../Images/dtpipe.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  color: #fff;
  padding: 85px 0;
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #002845e8;
  z-index: -1;
}
.page-hero h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #e1b24e;
}
.page-hero p {
  max-width: 700px;
  color: #cbd4d9;
  margin-top: 15px;
}
.section {
  padding: 85px 0;
}
.section-head {
  margin-bottom: 38px;
}
.section-head.center {
  text-align: center;
}
.section-head h2 {
  font-size: 39px;
  line-height: 1.15;
}
.section-head h2 span,
h2 span {
  color: var(--gold2);
}
.stats {
  background: var(--gold);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 24px 0;
}
.stats strong {
  display: block;
  font-size: 29px;
}
.stats span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
/* =================================
   ABOUT SECTION
================================= */

.about-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 85px;
}

/* =================================
   LEFT IMAGE
================================= */

.about-visual {
  position: relative;
  height: 590px;
  overflow: hidden;
}

.about-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

/* =================================
   EXPERIENCE BLUE CARD
================================= */

.about-experience {
  position: absolute;

  width: 260px;
  height: 110px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(25, 110, 197, 0.92);
  border-radius: 8px 0 0 0;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-experience strong {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}

.about-experience span {
  margin-top: 7px;
  color: #e1f04a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* =================================
   RIGHT CONTENT
================================= */

.about-content {
  padding-right: 10px;
}

.about-eyebrow {
  margin: 0 0 14px;
  color: #9a722b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
}

.about-content h2 {
  margin: 0 0 18px;

  max-width: 850px;

  color: #263b55;

  font-size: 38px;

  line-height: 1.5;

  font-weight: 700;

  letter-spacing: 1px;
}

.about-content h2 span {
  color: #9a722b;
}

/* Paragraph */

.about-content > p:not(.about-eyebrow) {
  margin: 0 0 12px;

  color: #607080;

  font-size: 17px;

  line-height: 1.75;
}

.about-content strong {
  color: #435466;
}

/* =================================
   FEATURES
================================= */

.about-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 22px 45px;

  margin-top: 38px;
}

.about-features div {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  color: #34475a;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.4;
}

.about-features i {
  color: #9a722b;

  font-size: 20px;

  font-weight: bold;

  line-height: 1;
}

/* =================================
   TABLET
================================= */

@media (max-width: 1100px) {
  .about-grid {
    gap: 50px;
  }

  .about-content h2 {
    font-size: 34px;
  }

  .about-experience {
    width: 330px;
  }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-visual {
    width: 100%;
    max-width: 750px;

    height: 550px;

    margin: 0 auto;
  }

  .about-content {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 60px 0;
  }

  .about-visual {
    height: 420px;
  }

  .about-experience {
    width: 260px;
    height: 135px;

    border-radius: 28px 0 0 0;
  }

  .about-experience strong {
    font-size: 48px;
  }

  .about-experience span {
    margin-top: 12px;

    font-size: 10px;

    letter-spacing: 4px;
  }

  .about-eyebrow {
    font-size: 13px;

    letter-spacing: 5px;
  }

  .about-content h2 {
    font-size: 28px;

    line-height: 1.4;
  }

  .about-content > p:not(.about-eyebrow) {
    font-size: 16px;
  }

  .about-features {
    grid-template-columns: 1fr;

    gap: 16px;
  }
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
}
.muted {
  color: var(--muted);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  background: #fff;
  padding: 28px;
  transition: 0.25s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.card:hover .icon {
  background: #071054; /* Blue */
  color: #ffffff; /* White */
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f7f7f7;
  color: #696fdd;
  font-weight: 900;
  margin-bottom: 18px;
  font-size: 28px;
}
.card h3 {
  margin-bottom: 8px;
}
.card p {
  font-size: 14px;
  color: var(--muted);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  border: 1px solid var(--border);
  overflow: hidden;
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.product-image {
  height: 165px;
  background: linear-gradient(145deg, #e0e5e7, #69757d);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  text-shadow: 0 4px 12px #0007;
}
.product-body {
  padding: 19px;
}
.product-body h3 {
  font-size: 18px;
}
.product-body p {
  font-size: 13px;
  color: var(--muted);
  min-height: 60px;
}
.product-body .btn {
  padding: 8px 13px;
  margin-top: 12px;
  font-size: 12px;
}
.filterbar {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}
.filterbar input,
.filterbar select {
  padding: 12px 14px;
  border: 1px solid var(--border);
  outline: none;
  font: inherit;
}
.filterbar input {
  flex: 1;
}

/* =========================
   CLIENTS SECTION
========================= */

.clients-section {
  padding: 80px 0;
  background: #f7f8fa;
  overflow: hidden;
}

.clients-section .section-head {
  margin-bottom: 50px;
}

.clients-slider {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 25px;
}

.clients-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

.client-card {
  width: 165px;
  height: 210px;
  flex: 0 0 165px;
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.client-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);
}

.client-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}

.client-card p {
  margin: 0;
  color: #344966;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 768px) {
  .clients-section {
    padding: 60px 0;
  }

  .client-card {
    width: 145px;
    flex-basis: 145px;
    height: 190px;
  }

  .client-card img {
    height: 105px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .client-card {
    width: 130px;
    flex-basis: 130px;
    height: 175px;
    padding: 12px;
  }

  .client-card img {
    height: 90px;
  }

  .client-card p {
    font-size: 12px;
  }
}
.quality-list {
  display: grid;
  gap: 15px;
}
.quality-item {
  display: flex;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 17px;
}
.quality-item b {
  color: var(--gold2);
}
.quality-item strong {
  display: block;
}
.quality-item span {
  font-size: 13px;
  color: var(--muted);
}
.quality-panel {
  background: #17242d;
  color: #fff;
  padding: 50px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seal {
  width: 100px;
  height: 100px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 25px;
}
.table-wrap {
  overflow: auto;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 13px;
  border: 1px solid var(--border);
  text-align: left;
  font-size: 13px;
}
.table th {
  background: #17242d;
  color: #fff;
}
.cta {
  background: linear-gradient(100deg, #a47727, #d9a944);
  padding: 60px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta h2 {
  font-size: 38px;
  line-height: 1.15;
}
.cta p {
  max-width: 720px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-box {
  padding: 30px;
  background: #f5f7f9;
  border: 1px solid var(--border);
}
.contact-box h3 {
  margin-bottom: 15px;
}
.contact-item {
  margin: 14px 0;
  font-size: 14px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #d7dde1;
  margin-bottom: 12px;
  font: inherit;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form textarea {
  resize: vertical;
}
/* =========================
   BRANDS SECTION
========================= */

.brands-section {
  padding: 80px 0;
  background: #fff;
}

.brands-section .section-head {
  margin-bottom: 50px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.brand-card {
  height: 180px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.brand-card img {
  width: 100%;
  height: 105px;
  object-fit: contain;
  margin-bottom: 12px;
}

.brand-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #1e3a5f;
}

/* Tablet */
@media (max-width: 992px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Small Tablet */
@media (max-width: 768px) {
  .brands-section {
    padding: 60px 0;
  }

  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .brand-card {
    height: 150px;
    padding: 15px;
  }

  .brand-card img {
    height: 80px;
  }

  .brand-card p {
    font-size: 12px;
  }
}
footer {
  background: #0d151b;
  color: #9daab2;
  padding-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.5fr;
  gap: 40px;
  padding-bottom: 45px;
}
.footer-grid h4 {
  color: #fff;
  margin-bottom: 15px;
}
.footer-grid p,
.footer-grid a,
.footer-grid span {
  display: block;
  font-size: 13px;
  margin: 7px 0;
}
.footer-grid a:hover {
  color: #e0ad49;
}
.copyright {
  border-top: 1px solid #ffffff10;
  text-align: center;
  padding: 17px;
  font-size: 12px;
}
.footer-logo {
  color: #fff;
  margin-bottom: 18px;
}
.whatsapp,
.back-top {
  position: fixed;
  z-index: 60;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 25px #0003;
}
.whatsapp {
  bottom: 25px;
  background: #1aae5b;
  font-weight: 900;
}
.back-top {
  bottom: 20px;
  background: #0d2c41;
  border: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  left: 16px;
}
.back-top.show {
  opacity: 1;
  pointer-events: auto;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #061017bb;
  display: none;
  place-items: center;
  padding: 20px;
}
.modal.open {
  display: grid;
}
.modal-box {
  width: min(570px, 100%);
  background: #fff;
  padding: 35px;
  position: relative;
}
.modal-close {
  position: absolute;
  right: 13px;
  top: 7px;
  background: none;
  border: 0;
  font-size: 30px;
  cursor: pointer;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.65s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 5%;
    gap: 14px;
  }
  .nav-links.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 40px;
  }
  .grid-2,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-inner {
    display: block;
  }
  .cta .btn {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .topbar {
    display: none;
  }
  .hero-content {
    padding: 85px 0;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 33px;
  }
  .section {
    padding: 62px 0;
  }
  .section-head h2 {
    font-size: 31px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .cards,
  .product-grid,
  .industry-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .check-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .visual-card {
    left: 25px;
    width: 270px;
  }
  .filterbar {
    display: block;
  }
  .filterbar input,
  .filterbar select {
    width: 100%;
    margin-bottom: 10px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap");
body {
  font-family: "Inter", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
.logo,
.btn,
.nav-links {
  font-family: "Poppins", Arial, sans-serif;
}
:root {
  --dark: #071521;
  --dark2: #0c2232;
  --gold: #c9a24d;
  --gold2: #a77e2e;
  --gold-light: #e7ce8d;
  --light: #f6f7f9;
}
.hero-main {
  min-height: 530px;
}
.hero-slider,
.hero-slide {
  min-height: 530px;
}
.hero-slide {
  display: none;
  position: absolute;
  inset: 0;
}
.hero-slide.active {
  display: block;
}
.hero-dots {
  position: absolute;
  z-index: 5;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
.dot.active {
  background: var(--gold);
  border-color: var(--gold);
}
.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 23px 0;
}
.trust-grid > div {
  padding: 4px 18px;
  border-right: 1px solid var(--border);
}
.trust-grid > div:last-child {
  border: 0;
}
.trust-grid b,
.mini-grid b {
  display: block;
  font-size: 14px;
}
.trust-grid span,
.mini-grid span {
  font-size: 11px;
  color: var(--muted);
}
.mini-features {
  background: #f2f4f6;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px 0;
}
.mini-grid > div {
  text-align: center;
}
.light-section {
  background: #f7f9fd;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.logo-tile {
  min-height: 72px;
  border: 1px solid var(--border);
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #68757e;
}
.client-grid {
  grid-template-columns: repeat(6, 1fr);
}
.product-image small {
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1px 5px #000;
}
.btn-outline-dark {
  background: transparent;
  border: 1px solid #152a37;
  color: #152a37;
  box-shadow: none;
}
.industry-section {
  background: #fff;
}
@media (max-width: 900px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-grid,
  .mini-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .trust-grid > div {
    border: 0;
    text-align: center;
  }
  .hero-main,
  .hero-slider,
  .hero-slide {
    min-height: 560px;
  }
}
@media (max-width: 600px) {
  .logo-grid,
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
