.elementor-188 .elementor-element.elementor-element-f191b06{--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-188 .elementor-element.elementor-element-f191b06.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-f191b06.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-9f34f52{--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-188 .elementor-element.elementor-element-9f34f52.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-9f34f52.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-b294c9d{--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-188 .elementor-element.elementor-element-b294c9d.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-b294c9d.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-9ee628b{--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-188 .elementor-element.elementor-element-9ee628b.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-9ee628b.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-3876c3c{--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-188 .elementor-element.elementor-element-3876c3c.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-3876c3c.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-a8a2c87{--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-188 .elementor-element.elementor-element-a8a2c87.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-a8a2c87.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-188 .elementor-element.elementor-element-93e51c3{--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-188 .elementor-element.elementor-element-93e51c3.yes-is-sticky, .elementor-188 .elementor-element.elementor-element-93e51c3.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-82b9f3f */.ghs-about-hero {
  padding: 120px 20px;
  background: linear-gradient(135deg,#0a1a33,#020617);
  text-align: center;
  color: #fff;
}
.ghs-about-hero h1 {
  font-size: 48px;
  font-weight: 800;
}
.ghs-about-hero p {
  color: #9ca3af;
}
/* HEADING FIX */
.ghs-about-hero h1,
.ghs-about-story h2,
.ghs-process h2,
.ghs-materials h2,
.ghs-trust h2,
.ghs-why h2,
.ghs-cta h2 {
  color: #0f172a; /* light sections */
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* DARK SECTIONS */
.ghs-about-hero h1,
.ghs-process h2,
.ghs-trust h2,
.ghs-cta h2 {
  color: #ffffff;
}

@media (max-width:768px){

  .ghs-about-hero h1 {
    font-size: 26px;
  }

  .ghs-about-story .grid-2 {
    flex-direction: column;
  }

  .process-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }

  h2 {
    font-size: 24px !important;
  }

  p {
    font-size: 14px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48fefd5 *//* ===== ABOUT SECTION ===== */
.ghs-about-story {
  background: #0a1a33;
  padding: 100px 20px;
  color: #fff;
}

/* CONTAINER */
.ghs-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.ghs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TAG */
.ghs-tag {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* HEADING */
.ghs-about-text h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
}

/* TEXT */
.ghs-about-text p {
  color: #cbd5e1;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 15px;
}

/* HIGHLIGHTS */
.ghs-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #e2e8f0;
}

/* IMAGE */
.ghs-about-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* MOBILE */
@media(max-width:768px){

  .ghs-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ghs-about-text h2 {
    font-size: 28px;
  }

  .ghs-highlights {
    grid-template-columns: 1fr;
  }

}

/* ===== ABOUT SECTION (WHITE VERSION) ===== */
.ghs-about-story {
  background: #ffffff;
  padding: 100px 20px;
  color: #0f172a;
}

/* HEADING */
.ghs-about-text h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
}

/* TAG */
.ghs-tag {
  display: inline-block;
  background: rgba(59,130,246,0.1);
  color: #3b82f6;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* TEXT */
.ghs-about-text p {
  color: #475569;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 15px;
}

/* HIGHLIGHTS */
.ghs-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #1e293b;
}

/* IMAGE */
.ghs-about-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* MOBILE */
@media(max-width:768px){

  .ghs-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ghs-about-text h2 {
    font-size: 28px;
  }

  .ghs-highlights {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2488fed *//* SECTION */
.ghs-process-new {
  padding: 80px 20px;
  background: #0a1a33;
  color: #fff;
}

/* TITLE */
.sec-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 40px;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.card {
  background: #0f172a;
  border-radius: 14px;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.08);
}

/* IMAGE */
.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

/* TEXT */
.card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.card p {
  font-size: 13px;
  color: #cbd5e1;
}

/* HOVER */
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  border-color: #3b82f6;
}

/* MOBILE */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .sec-title {
    font-size: 24px;
  }

  .card img {
    height: 140px;
  }
}
/* SECTION HEADING WHITE */
.ghs-process-new .sec-title {
  color: #ffffff !important;
}
.card h4 {
  color: #ffffff !important;
  font-weight: 700;
}

.ghs-process-new .sec-title {
  background: linear-gradient(90deg,#ffffff,#3b82f6);
  -webkit-background-clip: text;
  color: transparent;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac9c3ac *//* SECTION */
.ghs-materials {
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
  padding: 100px 20px;
}

/* CONTAINER */
.ghs-container {
  max-width: 1200px;
  margin: auto;
}

/* HEAD */
.ghs-head {
  text-align: center;
  margin-bottom: 50px;
}

.ghs-head .tag {
  background: rgba(59,130,246,0.1);
  color: #3b82f6;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

.ghs-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0f172a;
  margin: 15px 0;
}

.ghs-head p {
  color: #64748b;
}

/* GRID */
.ghs-materials-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

/* CARD */
.mat-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #e2e8f0;
}

.mat-card .icon {
  width: 50px;
  height: 50px;
  margin: auto;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.mat-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

.mat-card p {
  font-size: 13px;
  color: #64748b;
}

/* HOVER */
.mat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* MOBILE */
@media(max-width:768px){
  .ghs-materials-grid {
    grid-template-columns: 1fr;
  }

  .ghs-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4cbda0 *//* SECTION */
.ghs-stats {
  padding: 100px 20px;
  background: linear-gradient(to bottom, #ffffff, #f1f5f9);
}

/* CONTAINER */
.ghs-container {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.ghs-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.stat-card {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* GLOW EFFECT */
.stat-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(59,130,246,0.15), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

/* NUMBER */
.stat-card h3 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 10px;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  color: transparent;
}

/* TEXT */
.stat-card p {
  color: #64748b;
  font-size: 14px;
}

/* HOVER */
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.stat-card:hover::before {
  opacity: 1;
}

/* MOBILE */
@media(max-width:768px){
  .ghs-stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card h3 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64b311a *//* SECTION */
.ghs-why {
  padding: 100px 20px;
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
}

/* CONTAINER */
.ghs-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.ghs-head {
  text-align: center;
  margin-bottom: 50px;
}

.ghs-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0f172a;
}

.ghs-head p {
  color: #64748b;
}

/* GRID */
.ghs-why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

/* CARD */
.why-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
  position: relative;
}

/* ICON */
.why-card .icon {
  width: 55px;
  height: 55px;
  margin: auto;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
}

/* TEXT */
.why-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.why-card p {
  font-size: 13px;
  color: #64748b;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* MOBILE */
@media(max-width:768px){
  .ghs-why-grid {
    grid-template-columns: 1fr;
  }

  .ghs-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4cc508 *//* SECTION */
.ghs-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg,#0f172a,#1e3a8a);
  display: flex;
  justify-content: center;
}

/* BOX */
.ghs-cta-box {
  max-width: 800px;
  text-align: center;
  color: #fff;
}

/* HEADING */
.ghs-cta-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* TEXT */
.ghs-cta-box p {
  color: #cbd5e1;
  margin-bottom: 30px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  padding: 14px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* OUTLINE BUTTON */
.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 14px 30px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

/* HOVER */
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(59,130,246,0.4);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* MOBILE */
@media(max-width:768px){
  .ghs-cta-box h2 {
    font-size: 28px;
  }
}/* End custom CSS */