.elementor-367 .elementor-element.elementor-element-7995ed8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-7995ed8.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-7995ed8.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-5008a9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-5008a9d.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-5008a9d.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-498b11c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-498b11c.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-498b11c.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-475a45c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-475a45c.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-475a45c.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-474b6aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-474b6aa.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-474b6aa.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-775a7a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-775a7a7.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-775a7a7.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-367 .elementor-element.elementor-element-5fb8368{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-5fb8368.yes-is-sticky, .elementor-367 .elementor-element.elementor-element-5fb8368.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-68cdbbe *//* =========================
SUSTAINABILITY HERO
========================= */

.sus-hero {
  position: relative;
  height: 90vh;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  overflow: hidden;

  background:
    linear-gradient(rgba(2,6,23,0.75), rgba(2,6,23,0.85)),
    url('https://ghscustomgear.com/wp-content/uploads/2026/05/GHS-GEARS-Sustainability-01.png');

  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.sus-overlay {
  position: absolute;
  inset: 0;

  background:
  radial-gradient(circle at top right,
  rgba(59,130,246,0.25),
  transparent 40%);
}

/* CONTENT */
.sus-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 20px;
}

/* TAGLINE */
.sus-tagline {
  display: inline-block;

  padding: 8px 16px;
  border-radius: 999px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.15);

  backdrop-filter: blur(10px);

  color: #cbd5e1;
  font-size: 13px;
  letter-spacing: 1px;

  margin-bottom: 25px;
}

/* HEADING */
.sus-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;

  color: #fff;

  margin-bottom: 25px;
}

/* TEXT */
.sus-content p {
  color: #cbd5e1;

  font-size: 18px;
  line-height: 1.8;

  max-width: 700px;
  margin: auto auto 35px;
}

/* BUTTON WRAP */
.sus-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* MAIN BUTTON */
.sus-btn-main {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);

  color: #fff;
  text-decoration: none;

  padding: 16px 28px;
  border-radius: 12px;

  font-weight: 700;

  transition: 0.3s;

  box-shadow: 0 15px 40px rgba(59,130,246,0.35);
}

/* OUTLINE BUTTON */
.sus-btn-outline {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.15);

  backdrop-filter: blur(10px);

  color: #fff;
  text-decoration: none;

  padding: 16px 28px;
  border-radius: 12px;

  font-weight: 700;

  transition: 0.3s;
}

/* HOVER */
.sus-btn-main:hover,
.sus-btn-outline:hover {
  transform: translateY(-4px);
}

/* MOBILE */
@media(max-width:768px){

  .sus-hero {
    height: auto;
    padding: 120px 20px;
  }

  .sus-content h1 {
    font-size: 42px;
  }

  .sus-content p {
    font-size: 15px;
  }

  .sus-btn-wrap {
    flex-direction: column;
  }

  .sus-btn-main,
  .sus-btn-outline {
    width: 100%;
    text-align: center;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43275bf *//* =========================
COMMITMENT SECTION
========================= */

.sus-commitment {
  padding: 110px 20px;
  background: #ffffff;
}

/* HEAD */
.sus-head {
  text-align: center;
  max-width: 800px;
  margin: auto auto 70px;
}

.sus-head span {
  display: inline-block;

  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 700;

  color: #3b82f6;

  margin-bottom: 18px;
}

.sus-head h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 900;

  color: #0f172a;

  margin-bottom: 20px;
}

.sus-head p {
  color: #64748b;

  font-size: 17px;
  line-height: 1.8;
}

/* GRID */
.sus-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;

  max-width: 1250px;
  margin: auto;
}

/* CARD */
.sus-card {
  position: relative;

  background: #fff;

  padding: 45px 35px;

  border-radius: 22px;

  overflow: hidden;

  border: 1px solid #e2e8f0;

  transition: 0.4s;

  box-shadow: 0 15px 40px rgba(15,23,42,0.04);
}

/* HOVER */
.sus-card:hover {
  transform: translateY(-10px);

  border-color: rgba(59,130,246,0.2);

  box-shadow: 0 25px 70px rgba(59,130,246,0.12);
}

/* ICON */
.sus-icon {
  width: 75px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: linear-gradient(135deg,#3b82f6,#8b5cf6);

  color: #fff;

  font-size: 32px;

  margin-bottom: 28px;

  box-shadow: 0 15px 35px rgba(59,130,246,0.25);
}

/* TITLE */
.sus-card h3 {
  font-size: 24px;
  font-weight: 800;

  color: #0f172a;

  margin-bottom: 15px;
}

/* TEXT */
.sus-card p {
  color: #64748b;

  font-size: 15px;
  line-height: 1.8;
}

/* MOBILE */
@media(max-width:768px){

  .sus-commitment {
    padding: 80px 20px;
  }

  .sus-head h2 {
    font-size: 34px;
  }

  .sus-grid {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab0bed6 *//* =========================
FABRICS SECTION
========================= */

.sus-fabrics {
  display: flex;
  align-items: center;
  gap: 60px;

  padding: 120px 8%;

  background: #f8fafc;
}

/* IMAGE SIDE */
.sus-fabric-img {
  flex: 1;
}

.sus-fabric-img img {
  width: 100%;

  border-radius: 28px;

  object-fit: cover;

  box-shadow: 0 25px 70px rgba(15,23,42,0.12);
}

/* CONTENT */
.sus-fabric-content {
  flex: 1;
}

/* SMALL TAG */
.sus-fabric-content span {
  display: inline-block;

  color: #3b82f6;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1.5px;

  margin-bottom: 18px;
}

/* HEADING */
.sus-fabric-content h2 {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;

  color: #0f172a;

  margin-bottom: 24px;
}

/* TEXT */
.sus-fabric-content p {
  color: #64748b;

  font-size: 17px;
  line-height: 1.9;

  margin-bottom: 35px;
}

/* LIST */
.fabric-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ITEM */
.fabric-item {
  background: #fff;

  padding: 18px 22px;

  border-radius: 14px;

  font-weight: 600;

  color: #0f172a;

  box-shadow: 0 10px 25px rgba(15,23,42,0.05);

  transition: 0.3s;
}

/* HOVER */
.fabric-item:hover {
  transform: translateX(8px);

  box-shadow: 0 20px 40px rgba(59,130,246,0.1);
}

/* MOBILE */
@media(max-width:768px){

  .sus-fabrics {
    flex-direction: column;

    padding: 80px 20px;
  }

  .sus-fabric-content h2 {
    font-size: 36px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b158a2a *//* =========================
PROCESS SECTION
========================= */

.sus-process {
  padding: 120px 20px;

  background: linear-gradient(180deg,#ffffff,#f8fafc);
}

/* HEAD */
.sus-process-head {
  text-align: center;

  max-width: 850px;

  margin: auto auto 80px;
}

.sus-process-head span {
  display: inline-block;

  color: #3b82f6;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1.5px;

  margin-bottom: 18px;
}

.sus-process-head h2 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;

  color: #0f172a;

  margin-bottom: 22px;
}

.sus-process-head p {
  color: #64748b;

  font-size: 17px;
  line-height: 1.8;
}

/* TIMELINE */
.process-timeline {
  display: grid;
  grid-template-columns: repeat(4,1fr);

  gap: 30px;

  max-width: 1300px;

  margin: auto;
}

/* ITEM */
.process-item {
  position: relative;

  background: #fff;

  padding: 45px 30px;

  border-radius: 24px;

  overflow: hidden;

  border: 1px solid #e2e8f0;

  transition: 0.4s;

  box-shadow: 0 15px 35px rgba(15,23,42,0.04);
}

/* HOVER */
.process-item:hover {
  transform: translateY(-10px);

  border-color: rgba(59,130,246,0.2);

  box-shadow: 0 30px 60px rgba(59,130,246,0.12);
}

/* NUMBER */
.process-number {
  width: 75px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: linear-gradient(135deg,#3b82f6,#8b5cf6);

  color: #fff;

  font-size: 26px;
  font-weight: 800;

  margin-bottom: 28px;

  box-shadow: 0 15px 35px rgba(59,130,246,0.25);
}

/* TITLE */
.process-item h3 {
  font-size: 24px;
  font-weight: 800;

  color: #0f172a;

  margin-bottom: 15px;
}

/* TEXT */
.process-item p {
  color: #64748b;

  font-size: 15px;
  line-height: 1.8;
}

/* MOBILE */
@media(max-width:768px){

  .sus-process {
    padding: 80px 20px;
  }

  .sus-process-head h2 {
    font-size: 36px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61d4c87 *//* =========================
SUSTAINABILITY STATS
========================= */

.sus-stats {
  position: relative;

  padding: 110px 20px;

  overflow: hidden;

  background:
  linear-gradient(rgba(2,6,23,0.82), rgba(2,6,23,0.9)),
  url('https://ghscustomgear.com/wp-content/uploads/2026/05/GHS-GEARS-Sustainability-3.png');

  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.sus-stats-overlay {
  position: absolute;
  inset: 0;

  background:
  radial-gradient(circle at top right,
  rgba(59,130,246,0.25),
  transparent 40%);
}

/* WRAP */
.sus-stats-wrap {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(4,1fr);

  gap: 30px;

  max-width: 1300px;
  margin: auto;
}

/* ITEM */
.stat-item {
  text-align: center;

  padding: 45px 25px;

  border-radius: 24px;

  background: rgba(255,255,255,0.06);

  backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,0.08);

  transition: 0.4s;
}

/* HOVER */
.stat-item:hover {
  transform: translateY(-10px);

  background: rgba(255,255,255,0.09);

  box-shadow: 0 25px 60px rgba(59,130,246,0.18);
}

/* NUMBER */
.stat-item h2 {
  font-size: 58px;
  font-weight: 900;

  background: linear-gradient(90deg,#3b82f6,#8b5cf6);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 14px;
}

/* TEXT */
.stat-item p {
  color: #cbd5e1;

  font-size: 15px;
  font-weight: 600;

  line-height: 1.6;
}

/* MOBILE */
@media(max-width:768px){

  .sus-stats {
    padding: 80px 20px;
  }

  .sus-stats-wrap {
    grid-template-columns: 1fr;
  }

  .stat-item h2 {
    font-size: 44px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c15268d *//* =========================
WHY IT MATTERS
========================= */

.sus-matter {
  padding: 120px 8%;

  background: #ffffff;
}

/* WRAP */
.sus-matter-wrap {
  display: flex;
  align-items: center;
  gap: 70px;

  max-width: 1400px;
  margin: auto;
}

/* LEFT */
.sus-matter-content {
  flex: 1;
}

/* TAG */
.sus-matter-content span {
  display: inline-block;

  color: #3b82f6;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1.5px;

  margin-bottom: 18px;
}

/* HEADING */
.sus-matter-content h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 900;

  color: #0f172a;

  margin-bottom: 24px;
}

/* TEXT */
.sus-matter-content p {
  color: #64748b;

  font-size: 17px;
  line-height: 1.9;

  margin-bottom: 22px;
}

/* BUTTON */
.sus-matter-btn {
  display: inline-block;

  margin-top: 15px;

  padding: 16px 28px;

  border-radius: 14px;

  background: linear-gradient(90deg,#3b82f6,#8b5cf6);

  color: #fff;
  text-decoration: none;

  font-weight: 700;

  transition: 0.3s;

  box-shadow: 0 15px 40px rgba(59,130,246,0.25);
}

/* HOVER */
.sus-matter-btn:hover {
  transform: translateY(-4px);
}

/* RIGHT IMAGE */
.sus-matter-image {
  flex: 1;
}

.sus-matter-image img {
  width: 100%;

  border-radius: 28px;

  object-fit: cover;

  box-shadow: 0 30px 70px rgba(15,23,42,0.12);
}

/* MOBILE */
@media(max-width:768px){

  .sus-matter {
    padding: 80px 20px;
  }

  .sus-matter-wrap {
    flex-direction: column;
  }

  .sus-matter-content h2 {
    font-size: 36px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f584cb7 *//* =========================
FINAL CTA
========================= */

.sus-final-cta {
  position: relative;

  padding: 140px 20px;

  overflow: hidden;

  text-align: center;

  background: linear-gradient(180deg,#020617,#0f172a);
}

/* GLOW EFFECT */
.sus-cta-glow {
  position: absolute;

  width: 600px;
  height: 600px;

  background: radial-gradient(circle,
  rgba(59,130,246,0.28),
  transparent 70%);

  top: -150px;
  left: 50%;

  transform: translateX(-50%);
}

/* CONTENT */
.sus-final-wrap {
  position: relative;
  z-index: 2;

  max-width: 900px;
  margin: auto;
}

/* SMALL TAG */
.sus-final-wrap span {
  display: inline-block;

  color: #93c5fd;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1.5px;

  margin-bottom: 22px;
}

/* HEADING */
.sus-final-wrap h2 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;

  color: #fff;

  margin-bottom: 28px;
}

/* TEXT */
.sus-final-wrap p {
  color: #cbd5e1;

  font-size: 18px;
  line-height: 1.9;

  max-width: 750px;
  margin: auto auto 40px;
}

/* BUTTONS */
.sus-final-btns {
  display: flex;
  justify-content: center;
  gap: 18px;

  flex-wrap: wrap;
}

/* MAIN BUTTON */
.sus-final-btn {
  padding: 18px 32px;

  border-radius: 14px;

  background: linear-gradient(90deg,#3b82f6,#8b5cf6);

  color: #fff;
  text-decoration: none;

  font-weight: 700;

  transition: 0.3s;

  box-shadow: 0 20px 50px rgba(59,130,246,0.3);
}

/* OUTLINE BUTTON */
.sus-final-outline {
  padding: 18px 32px;

  border-radius: 14px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.12);

  backdrop-filter: blur(12px);

  color: #fff;
  text-decoration: none;

  font-weight: 700;

  transition: 0.3s;
}

/* HOVER */
.sus-final-btn:hover,
.sus-final-outline:hover {
  transform: translateY(-4px);
}

/* MOBILE */
@media(max-width:768px){

  .sus-final-cta {
    padding: 90px 20px;
  }

  .sus-final-wrap h2 {
    font-size: 42px;
  }

  .sus-final-wrap p {
    font-size: 15px;
  }

  .sus-final-btns {
    flex-direction: column;
  }

  .sus-final-btn,
  .sus-final-outline {
    width: 100%;
  }

}/* End custom CSS */