/* GREEN BUILDTECH — HOME ABOUT */
.bg-light{
  background:url(../images/hero/bg.png);
  background-size:cover !important;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.bg-dark{
  background:url(../images/hero/bg-dark.png) !important;
  background-size:cover !important;
  background-position:bottom !important;
  background-repeat:no-repeat;
  background-attachment:fixed !important;
}
.green-build-tec-home-about {
  position: relative;
  padding: 65px 0;
  background: linear-gradient(135deg, #f6f9f0 0%, #fff 45%, #fff 100%);
}
.green-build-tec-home-about,
.green-build-tec-home-about *,
.green-build-tec-home-about *::before,
.green-build-tec-home-about *::after {
  box-sizing: border-box;
}
/* Heading */
.green-build-tec-home-about-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}
.green-build-tec-home-about-heading-line {
  flex: 0 0 5px;
  height: 48px;
  background: linear-gradient(#94ce17 45%, #187b24 45%);
}
.green-build-tec-home-about-heading h2 {
  margin: 0;
  color: #063b53;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-home-about-heading h2 span {
  color: #187b24;
}
/* Image */
.green-build-tec-home-about-visual {
  position: relative;
  height: 100%;
  min-height: 420px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 45px 5px 45px 5px;
  background: #e7efdf;
}
.green-build-tec-home-about-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
/* Fine inset frame */
.green-build-tec-home-about-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 32px 3px 32px 3px;
  pointer-events: none;
}
.green-build-tec-home-about-image-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 8px;
  background: #a7d94a;
}
.green-build-tec-home-about-image-icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px 18px 4px 18px;
  background: #063b53;
  color: #c5ec89;
  font-size: 30px;
}
/* Text */
.green-build-tec-home-about-intro {
  padding: 0 0 0 8px;
}
.green-build-tec-home-about p {
  margin: 0 0 19px;
  text-align: justify;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.8;
  font-weight: 400;
}
.green-build-tec-home-about p strong {
  color: #000;
  font-weight: 700;
}
.green-build-tec-home-about-intro p:last-child,
.green-build-tec-home-about-details p:last-child {
  margin-bottom: 0;
}
.green-build-tec-home-about-details {
  margin-top: 28px;
}
/* Button and closing rule */
.green-build-tec-home-about-footer {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 25px;
}
.green-build-tec-home-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-height: 51px;
  padding: 8px 9px 8px 22px;
  border: 1px solid #187b24;
  border-radius: 6px;
  background: #187b24;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.green-build-tec-home-about-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 18px;
}
.green-build-tec-home-about-button:hover {
  border-color: #063b53;
  background: #063b53;
  color: #fff;
  text-decoration: none;
}
.green-build-tec-home-about-button:focus-visible {
  outline: 3px solid #063b53;
  outline-offset: 4px;
}
.green-build-tec-home-about-footer-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #cadcb9, transparent);
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-home-about {
    padding: 50px 0;
  }
  .green-build-tec-home-about-heading h2 {
    font-size: 32px;
  }
  .green-build-tec-home-about-visual {
    height: 380px;
    min-height: 0;
    margin: 0 0 28px;
  }
  .green-build-tec-home-about-intro {
    padding: 0;
  }
  .green-build-tec-home-about-details {
    margin-top: 19px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-home-about {
    padding: 35px 0;
  }
  .green-build-tec-home-about-heading {
    gap: 13px;
    margin-bottom: 24px;
  }
  .green-build-tec-home-about-heading h2 {
    font-size: 27px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-home-about-visual {
    height: 290px;
    border-radius: 30px 4px 30px 4px;
  }
  .green-build-tec-home-about-visual::after {
    inset: 10px;
    border-radius: 22px 3px 22px 3px;
  }
  .green-build-tec-home-about-image-icon {
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-home-about-button {
    transition: none;
  }
}
/* ---------------------------------------------------------
   HIGHLIGHTS
--------------------------------------------------------- */
.green-build-tech-highlights-row {
    margin-top: 75px;
}
.green-build-tech-highlight-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(1, 32, 79, 0.06);
    box-shadow: 0 12px 35px rgba(1, 32, 79, 0.06);
    transition: all 0.35s ease;
}
.green-build-tech-highlight-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(1, 32, 79, 0.11);
}
.green-build-tech-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(135deg,
            rgba(16, 98, 4, 0.12),
            rgba(1, 32, 79, 0.08));
    color: #106204;
    font-size: 25px;
}
.green-build-tech-highlight-card h4 {
    margin: 0 0 5px;
    color: #01204F;
    font-size: 17px;
    font-weight: 800;
}
.green-build-tech-highlight-card p {
    margin: 0;
    color: #7a8492;
    font-size: 12px;
    line-height: 1.6;
}
/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 1199px) {
    .green-build-tech-main-title {
        font-size: 50px;
    }
    .green-build-tech-content-box {
        padding: 40px 35px;
    }
    .green-build-tech-floating-card {
        left: -5px;
    }
}
@media (max-width: 991px) {
    .green-build-tech-about-section {
        padding: 55px 0;
    }
    .green-build-tech-heading-row {
        margin-bottom: 25px;
    }
    .green-build-tech-main-title {
        font-size: 45px;
    }
    .green-build-tech-visual-wrapper {
        min-height: 550px;
    }
    .green-build-tech-logo-card {
        max-width: 560px;
    }
    .green-build-tech-floating-card {
        left: 20px;
        bottom: 30px;
    }
    .green-build-tech-content-box {
        padding: 40px 35px;
    }
}
@media (max-width: 767px) {
    .green-build-tech-about-section {
        padding: 40px 0;
    }
    .green-build-tech-main-title {
        font-size: 38px;
    }
    .green-build-tech-heading-text {
        font-size: 15px;
    }
    .green-build-tech-heading-icon {
        display: none;
    }
    .green-build-tech-visual-wrapper {
        min-height: 430px;
    }
    .green-build-tech-logo-card {
        padding: 45px 20px 25px;
        border-radius: 25px;
    }
    .green-build-tech-visual-bottom {
        flex-direction: column;
        align-items: center;
    }
    .green-build-tech-floating-card {
        left: 5px;
        bottom: 15px;
        min-width: auto;
        padding: 11px 14px;
    }
    .green-build-tech-floating-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .green-build-tech-content-box {
        padding: 35px 25px;
        border-radius: 20px;
    }
    .green-build-tech-content-box p {
        font-size: 15px;
        line-height: 1.8;
    }
    .green-build-tech-highlights-row {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .green-build-tech-main-title {
        font-size: 32px;
    }
    .green-build-tech-section-tag {
        font-size: 10px;
        letter-spacing: 1.7px;
    }
    .green-build-tech-visual-wrapper {
        min-height: 350px;
    }
    .green-build-tech-logo-card {
        padding: 40px 15px 20px;
    }
    .green-build-tech-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -20px auto 0;
        width: max-content;
        max-width: 90%;
    }
    .green-build-tech-content-box {
        padding: 30px 20px;
    }
    .green-build-tech-highlight-card {
        padding: 20px;
    }
}
/* =========================================================
   GREEN BUILDTECH EXPO - KEY FACTS
========================================================= */
.green-build-tech-key-facts {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(16, 98, 4, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(16, 98, 4, 0.12),
            transparent 30%
        ),
        #01204F;
}
/* ---------------------------------------------------------
   BACKGROUND DECORATION
--------------------------------------------------------- */
.green-build-tech-key-bg {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}
.green-build-tech-key-bg-1 {
    width: 500px;
    height: 500px;
    top: -300px;
    right: -200px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.green-build-tech-key-bg-2 {
    width: 700px;
    height: 700px;
    bottom: -500px;
    left: -350px;
    border: 1px solid rgba(16, 98, 4, 0.20);
}
/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */
.green-build-tech-key-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 65px;
}
.green-build-tech-key-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #71c849;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}
.green-build-tech-key-label span {
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #71c849;
}
.green-build-tech-key-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}
.green-build-tech-key-heading h2 strong {
    color: #71c849;
    font-weight: 800;
}
.green-build-tech-key-heading p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
}
/* ---------------------------------------------------------
   KEY FACT CARD
--------------------------------------------------------- */
.green-build-tech-key-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 145px;
    padding: 30px 30px 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    backdrop-filter: blur(8px);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}
.green-build-tech-key-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 25px;
    width: 3px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(
        to bottom,
        #106204,
        #76c442
    );
    opacity: 0.7;
}
.green-build-tech-key-card:hover {
    transform: translateY(-7px);
    border-color: rgba(113, 200, 73, 0.35);
    background:
        linear-gradient(
            135deg,
            rgba(16, 98, 4, 0.20),
            rgba(255, 255, 255, 0.05)
        );
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.25);
}
/* ---------------------------------------------------------
   NUMBER
--------------------------------------------------------- */
.green-build-tech-key-number {
    position: absolute;
    top: 16px;
    right: 20px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}
/* ---------------------------------------------------------
   ICON
--------------------------------------------------------- */
.green-build-tech-key-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    min-width: 58px;
    margin-right: 20px;
    border-radius: 15px;
    background:
        linear-gradient(
            135deg,
            #106204,
            #328b18
        );
    color: #ffffff;
    font-size: 23px;
    box-shadow:
        0 10px 25px rgba(16, 98, 4, 0.30);
    transition: transform 0.35s ease;
}
.green-build-tech-key-card:hover
.green-build-tech-key-icon {
    transform: rotate(-5deg) scale(1.08);
}
/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */
.green-build-tech-key-content {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}
.green-build-tech-key-content h4 {
    margin: 2px 0 8px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
}
.green-build-tech-key-content h4::first-letter {
    color: #71c849;
}
.green-build-tech-key-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.7;
}
/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 991px) {
    .green-build-tech-key-facts {
        padding: 80px 0;
    }
    .green-build-tech-key-heading h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .green-build-tech-key-facts {
        padding: 65px 0;
    }
    .green-build-tech-key-heading {
        margin-bottom: 45px;
    }
    .green-build-tech-key-heading h2 {
        font-size: 34px;
    }
    .green-build-tech-key-label {
        font-size: 10px;
        letter-spacing: 2px;
    }
    .green-build-tech-key-label span {
        width: 25px;
    }
    .green-build-tech-key-card {
        padding: 25px 22px;
        min-height: auto;
    }
    .green-build-tech-key-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-right: 15px;
        font-size: 20px;
    }
    .green-build-tech-key-content h4 {
        font-size: 15px;
    }
    .green-build-tech-key-content p {
        font-size: 12px;
    }
    .green-build-tech-key-number {
        font-size: 27px;
        top: 12px;
        right: 15px;
    }
}
@media (max-width: 480px) {
    .green-build-tech-key-heading h2 {
        font-size: 29px;
    }
    .green-build-tech-key-card {
        display: block;
        padding: 25px 20px;
    }
    .green-build-tech-key-icon {
        margin-bottom: 15px;
    }
    .green-build-tech-key-content {
        padding-right: 15px;
    }
}
.green-build-tech-why-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 110px;
    background: #f8faf9;
}
/* =========================================
   HEADER
========================================= */
.green-build-tech-why-header {
    max-width: 900px;
    margin-bottom: 65px;
}
.green-build-tech-why-small-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #106204;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}
.green-build-tech-why-small-title span {
    width: 35px;
    height: 3px;
    background: #106204;
    border-radius: 20px;
}
.green-build-tech-why-header h2 {
    margin: 0;
    color: #01204F;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}
.green-build-tech-why-header h2 span {
    color: #106204;
}
.green-build-tech-why-header p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #727d88;
    font-size: 15px;
    line-height: 1.7;
}
/* =========================================
   TIMELINE
========================================= */
.green-build-tech-why-timeline {
    position: relative;
    max-width: 1050px;
}
/* Vertical Line */
.green-build-tech-why-timeline::before {
    content: "";
    position: absolute;
    left: 112px;
    top: 35px;
    bottom: 35px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(16, 98, 4, 0.35) 8%,
        rgba(16, 98, 4, 0.35) 92%,
        transparent
    );
}
/* =========================================
   ROW
========================================= */
.green-build-tech-why-row {
    position: relative;
    display: grid;
    grid-template-columns: 75px 75px 1fr;
    align-items: center;
    min-height: 105px;
    margin-bottom: 8px;
}
/* =========================================
   NUMBER
========================================= */
.green-build-tech-why-no {
    color: rgba(1, 32, 79, 0.22);
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}
/* =========================================
   ICON / LINE
========================================= */
.green-build-tech-why-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.green-build-tech-why-line span {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(16, 98, 4, 0.20);
    color: #106204;
    font-size: 18px;
    box-shadow: 0 5px 20px rgba(1, 32, 79, 0.08);
    transition: all 0.3s ease;
}
.green-build-tech-why-row:hover
.green-build-tech-why-line span {
    background: #106204;
    color: #ffffff;
    border-color: #106204;
    transform: scale(1.12);
    box-shadow: 0 8px 25px rgba(16, 98, 4, 0.22);
}
/* =========================================
   TEXT
========================================= */
.green-build-tech-why-text {
    padding: 20px 0 20px 25px;
    border-bottom: 1px solid rgba(1, 32, 79, 0.08);
    transition: all 0.3s ease;
}
.green-build-tech-why-row:last-child
.green-build-tech-why-text {
    border-bottom: none;
}
.green-build-tech-why-text h3 {
    margin: 0 0 5px;
    color: #01204F;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
}
.green-build-tech-why-text p {
    margin: 0;
    max-width: 760px;
    color: #697580;
    font-size: 13px;
    line-height: 1.6;
}
.green-build-tech-why-row:hover
.green-build-tech-why-text {
    padding-left: 35px;
}
.green-build-tech-why-row:hover
.green-build-tech-why-text h3 {
    color: #106204;
}
/* =========================================
   GREEN DOT
========================================= */
.green-build-tech-why-row::after {
    content: "";
    position: absolute;
    left: 108px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #106204;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.green-build-tech-why-row:hover::after {
    opacity: 1;
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 991px) {
    .green-build-tech-why-section {
        padding: 80px 0;
    }
    .green-build-tech-why-header h2 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    .green-build-tech-why-section {
        padding: 65px 0;
    }
    .green-build-tech-why-header {
        margin-bottom: 45px;
    }
    .green-build-tech-why-header h2 {
        font-size: 34px;
        letter-spacing: -0.5px;
    }
    .green-build-tech-why-header p {
        font-size: 13px;
    }
    .green-build-tech-why-timeline::before {
        left: 39px;
    }
    .green-build-tech-why-row {
        grid-template-columns: 40px 55px 1fr;
        min-height: 95px;
    }
    .green-build-tech-why-no {
        font-size: 15px;
    }
    .green-build-tech-why-line span {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    .green-build-tech-why-text {
        padding: 17px 0 17px 15px;
    }
    .green-build-tech-why-text h3 {
        font-size: 14px;
    }
    .green-build-tech-why-text p {
        font-size: 11.5px;
    }
    .green-build-tech-why-row:hover
    .green-build-tech-why-text {
        padding-left: 20px;
    }
}
@media (max-width: 480px) {
    .green-build-tech-why-header h2 {
        font-size: 29px;
    }
    .green-build-tech-why-small-title {
        font-size: 9px;
        letter-spacing: 2px;
    }
    .green-build-tech-why-timeline::before {
        left: 29px;
    }
    .green-build-tech-why-row {
        grid-template-columns: 30px 45px 1fr;
    }
    .green-build-tech-why-no {
        font-size: 11px;
    }
    .green-build-tech-why-line span {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .green-build-tech-why-text {
        padding-left: 12px;
    }
    .green-build-tech-why-text h3 {
        font-size: 13px;
    }
    .green-build-tech-why-text p {
        font-size: 10.5px;
        line-height: 1.5;
    }
}
/* ================================
   GREEN BUILDTECH EXPO
   Scoped styles for existing website
================================ */
.green-build-tec-about {
  --green-build-tec-green: #187b24;
  --green-build-tec-lime: #94ce17;
  --green-build-tec-blue: #063b53;
  --green-build-tec-pale: #f3f8ed;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 50px 0;
  background: linear-gradient(145deg, #f7faef 0%, #ffffff 55%, #f2f8f7 100%);
  color: var(--green-build-tec-blue);
}
.green-build-tec-about,
.green-build-tec-about *,
.green-build-tec-about *::before,
.green-build-tec-about *::after {
  box-sizing: border-box;
}
.green-build-tec-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 59, 83, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 59, 83, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(#000, transparent 65%);
  mask-image: linear-gradient(#000, transparent 65%);
}
.green-build-tec-about p {
  text-align: justify;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.85;
  font-weight: 400;
  margin: 0 0 23px;
}
.green-build-tec-about p strong {
  color: #000;
  font-weight: 700;
}
.green-build-tec-intro {
  position: relative;
  padding: 12px 0 25px;
}
.green-build-tec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  margin-bottom: 25px;
  border: 1px solid #dce9cc;
  border-radius: 30px;
  background: #fff;
  color: var(--green-build-tec-green);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.35px;
}
.green-build-tec-indicator {
  flex: 0 0 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-build-tec-green);
  box-shadow: 0 0 0 4px #edf6e3;
}
.green-build-tec-title {
  margin: 0 0 30px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -3px;
}
.green-build-tec-title-green {
  color: var(--green-build-tec-green);
}
.green-build-tec-title-blue {
  color: var(--green-build-tec-blue);
}
.green-build-tec-year {
  display: block;
  margin-top: 10px;
  color: var(--green-build-tec-green);
  font-size: 0.82em;
  letter-spacing: -2px;
}
.green-build-tec-event-details {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.green-build-tec-detail {
  display: flex;
  align-items: center;
  gap: 14px;
}
.green-build-tec-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid #dde8d6;
  background: #fff;
  color: var(--green-build-tec-green);
  font-size: 21px;
}
.green-build-tec-date,
.green-build-tec-venue {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.green-build-tec-location {
  margin-top: 2px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
/* Architectural artwork */
.green-build-tec-visual {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 400px;
  margin: 0 auto;
}
.green-build-tec-orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #d9e9c7;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f5fbdc, #e6f1df);
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, 0.7),
    0 0 0 19px #e5eddc;
}
.green-build-tec-sun {
  position: absolute;
  top: 54px;
  right: 83px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(140deg, #d7ee81, #a4d92d);
}
.green-build-tec-city {
  position: absolute;
  inset: 0;
}
.green-build-tec-building {
  position: absolute;
  bottom: 64px;
  overflow: visible;
  border: 5px solid #fff;
  border-bottom: 0;
  box-shadow: 12px 8px 0 rgba(6, 59, 83, 0.09);
}
.green-build-tec-building-left {
  left: 15%;
  width: 26%;
  height: 180px;
  z-index: 2;
  background: linear-gradient(110deg, #0c526b, #063b53);
  transform: skewY(-9deg);
}
.green-build-tec-building-center {
  left: 40%;
  width: 27%;
  height: 265px;
  background: linear-gradient(100deg, #aedb37, #64a91e);
  transform: skewY(-9deg);
}
.green-build-tec-building-right {
  right: 11%;
  width: 25%;
  height: 150px;
  z-index: 3;
  background: linear-gradient(100deg, #207448, #0b5336);
  transform: skewY(9deg);
}
.green-build-tec-roof {
  position: absolute;
  top: -12px;
  left: -5px;
  right: -5px;
  height: 9px;
  background: #72b52c;
  border-top: 3px solid #b2db6a;
}
.green-build-tec-windows {
  position: absolute;
  inset: 19px 14px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.65) 0,
    rgba(255, 255, 255, 0.65) 4px,
    transparent 4px,
    transparent 22px
  );
}
.green-build-tec-building-center .green-build-tec-windows {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 13px,
      rgba(255, 255, 255, 0.7) 13px,
      rgba(255, 255, 255, 0.7) 17px
    );
}
.green-build-tec-garden {
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: 70px;
  height: 22px;
  background: #267b2d;
  border-bottom: 6px solid #fff;
  box-shadow: 0 -6px 0 #8bc63e;
}
.green-build-tec-ground {
  position: absolute;
  bottom: 43px;
  left: 8%;
  width: 85%;
  height: 25px;
  z-index: 4;
  border-radius: 50%;
  background: #d5e6c5;
  box-shadow: 0 15px 22px rgba(6, 59, 83, 0.08);
}
.green-build-tec-leaf {
  position: absolute;
  z-index: 5;
  width: 76px;
  height: 39px;
  background: linear-gradient(135deg, #94ce17, #187b24);
  border-radius: 0 90% 0 90%;
}
.green-build-tec-leaf-one {
  bottom: 70px;
  right: 20px;
  transform: rotate(-65deg);
}
.green-build-tec-leaf-two {
  bottom: 55px;
  right: 54px;
  transform: rotate(12deg);
}
.green-build-tec-floating-icon {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border: 1px solid #e0ead8;
  border-radius: 18px;
  background: #fff;
  color: var(--green-build-tec-green);
  font-size: 25px;
  box-shadow: 0 12px 30px rgba(6, 59, 83, 0.08);
}
.green-build-tec-floating-one {
  top: 92px;
  left: 15px;
  transform: rotate(-10deg);
}
.green-build-tec-floating-two {
  top: 35px;
  right: 12px;
  transform: rotate(9deg);
}
.green-build-tec-floating-three {
  bottom: 12px;
  left: 96px;
  transform: rotate(-8deg);
}
/* Theme strip */
.green-build-tec-theme {
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
  overflow: hidden;
  margin: 42px 0 45px;
  padding: 30px 35px;
  border-left: 5px solid var(--green-build-tec-lime);
  border-radius: 0 22px 22px 0;
  background: var(--green-build-tec-blue);
  box-shadow: 0 16px 35px rgba(6, 59, 83, 0.1);
}
.green-build-tec-theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #c0eb66;
  font-size: 32px;
}
.green-build-tec-theme-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  color: #c0eb66;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.green-build-tec-theme-title {
  position: relative;
  z-index: 1;
  max-width: 830px;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
}
.green-build-tec-theme-decoration {
  position: absolute;
  right: -55px;
  top: -75px;
  width: 250px;
  height: 250px;
  border: 35px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}
/* Editorial content */
.green-build-tec-content {
  padding-top: 5px;
}
.green-build-tec-copy {
  height: 100%;
}
.green-build-tec-copy-primary {
  padding-right: 28px;
}
.green-build-tec-copy-secondary {
  padding-left: 30px;
  border-left: 1px solid #dfe8da;
}
.green-build-tec-content-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 13px;
  background: #eaf3df;
  color: var(--green-build-tec-green);
  font-size: 23px;
}
.green-build-tec-copy-secondary .green-build-tec-content-icon {
  background: #e6eff2;
  color: var(--green-build-tec-blue);
}
.green-build-tec-copy p:last-child {
  margin-bottom: 0;
}
.green-build-tec-bottom {
  margin-top: 35px;
  padding: 28px 30px;
  border: 1px solid #dfe9d5;
  border-radius: 18px;
  background: linear-gradient(110deg, #f0f6e7, #fff);
}
.green-build-tec-bottom p {
    font-size: 18px;
  margin-bottom: 0;
}
.green-build-tec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 55px;
  padding: 9px 10px 9px 22px;
  border: 1px solid var(--green-build-tec-green);
  border-radius: 12px;
  background: var(--green-build-tec-green);
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(24, 123, 36, 0.14);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.green-build-tec-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 18px;
}
.green-build-tec-button:hover {
  transform: translateY(-3px);
  background: var(--green-build-tec-blue);
  border-color: var(--green-build-tec-blue);
  color: #fff;
  text-decoration: none;
}
.green-build-tec-button:focus-visible {
  outline: 3px solid var(--green-build-tec-blue);
  outline-offset: 5px;
  color: #fff;
}
/* Responsive */
@media (max-width: 1199.98px) {
  .green-build-tec-title {
    font-size: 59px;
  }
  .green-build-tec-copy-primary {
    padding-right: 15px;
  }
  .green-build-tec-copy-secondary {
    padding-left: 20px;
  }
  .green-build-tec-bottom {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .green-build-tec-about {
    padding: 60px 0;
  }
  .green-build-tec-title {
    font-size: 65px;
  }
  .green-build-tec-visual {
    margin-top: 20px;
  }
  .green-build-tec-theme {
    margin-top: 25px;
  }
  .green-build-tec-copy-primary {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .green-build-tec-copy-secondary {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #dfe8da;
  }
  .green-build-tec-button {
    margin-top: 23px;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-about {
    padding: 40px 0;
  }
  .green-build-tec-eyebrow {
    font-size: 11px;
    padding: 9px 12px;
    letter-spacing: 0;
  }
  .green-build-tec-title {
    font-size: clamp(39px, 10.5vw, 58px);
    letter-spacing: -2px;
  }
  .green-build-tec-date,
  .green-build-tec-venue {
    font-size: 16px;
  }
  .green-build-tec-location {
    font-size: 15px;
  }
  .green-build-tec-visual {
    max-width: 350px;
    height: 360px;
  }
  .green-build-tec-orbit {
    width: 270px;
    height: 270px;
    top: 45px;
  }
  .green-build-tec-building-center {
    height: 235px;
  }
  .green-build-tec-building-left {
    height: 160px;
  }
  .green-build-tec-building-right {
    height: 135px;
  }
  .green-build-tec-floating-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 21px;
  }
  .green-build-tec-theme {
    align-items: flex-start;
    gap: 14px;
    padding: 24px 18px;
    margin-bottom: 30px;
  }
  .green-build-tec-theme-icon {
    flex-basis: 40px;
    height: 40px;
    font-size: 23px;
  }
  .green-build-tec-theme-title {
    font-size: 20px;
  }
  .green-build-tec-theme-label {
    font-size: 11px;
  }
  .green-build-tec-bottom {
    padding: 23px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-button {
    transition: none;
  }
  .green-build-tec-button:hover {
    transform: none;
  }
}
/* GREEN BUILDTECH — KEY FACTS */
.green-build-tec-facts {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 60px 0;
  /* background: #f5f8f2; */
}
.green-build-tec-facts,
.green-build-tec-facts *,
.green-build-tec-facts *::before,
.green-build-tec-facts *::after {
  box-sizing: border-box;
}
/* Subtle architectural grid */
.green-build-tec-facts::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 123, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 123, 36, 0.035) 1px, transparent 1px);
  background-size: 65px 65px;
}
.green-build-tec-facts::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -200px;
  z-index: -1;
  width: 580px;
  height: 580px;
  border: 85px solid rgba(148, 206, 23, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
/* Heading */
.green-build-tec-facts-header {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
}
.green-build-tec-facts-heading-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.green-build-tec-facts-heading-icon {
  display: inline-flex;
  flex: 0 0 68px;
  align-items: center;
  justify-content: center;
  height: 68px;
  border-radius: 20px 20px 5px 20px;
  background: #063b53;
  color: #c0eb66;
  font-size: 32px;
  box-shadow: 7px 7px 0 #e0edce;
}
.green-build-tec-facts-heading {
  margin: 0;
  color: #063b53;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1.2px;
}
.green-build-tec-facts-heading span {
  /* display: block;
  margin-top: 6px; */
  color: #187b24;
}
.green-build-tec-facts-header-line {
  position: relative;
  flex: 1;
  height: 1px;
  background: #d5e2cb;
}
.green-build-tec-facts-header-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #187b24;
}
/* Grid */
.green-build-tec-facts-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-facts-item {
  display: flex;
  margin-bottom: 26px;
}
/* Cards */
.green-build-tec-facts-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #e0e8da;
  border-radius: 19px;
  background: #fff;
 box-shadow: 0 5px 18px 1px rgb(0 0 0 / 29%);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.green-build-tec-facts-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 45px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #94ce17;
  transition: width 0.25s ease;
}
.green-build-tec-facts-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.green-build-tec-facts-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #e1edcf;
  border-radius: 16px;
  background: #f0f6e6;
  color: #187b24;
  font-size: 25px;
}
.green-build-tec-facts-number {
  color: #dde6d7;
  font-size: 39px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}
.green-build-tec-facts .green-build-tec-facts-card p {
  margin: 0;
  text-align: justify;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.75;
  font-weight: 400;
}
.green-build-tec-facts-card p strong {
  /* display: block; */
  margin-bottom: 10px;
  color: #000;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 700;
}
/* Alternate blue accents */
.green-build-tec-facts-item:nth-child(even) .green-build-tec-facts-icon {
  border-color: #dce8ed;
  background: #edf4f7;
  color: #063b53;
}
.green-build-tec-facts-item:nth-child(even) .green-build-tec-facts-card::after {
  background: #063b53;
}
/* Hover only on devices that support it */
@media (hover: hover) {
  .green-build-tec-facts-card:hover {
    transform: translateY(-5px);
    border-color: #aecb94;
    box-shadow: 0 17px 35px rgba(6, 59, 83, 0.08);
  }
  .green-build-tec-facts-card:hover::after {
    width: calc(100% - 54px);
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-facts {
    padding: 60px 0;
  }
  .green-build-tec-facts-heading {
    font-size: 33px;
  }
  .green-build-tec-facts-card {
    padding: 24px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-facts {
    padding: 45px 0;
  }
  .green-build-tec-facts-header {
    margin-bottom: 30px;
  }
  .green-build-tec-facts-heading-wrap {
    align-items: flex-start;
    gap: 15px;
  }
  .green-build-tec-facts-heading-icon {
    flex-basis: 49px;
    height: 49px;
    border-radius: 14px 14px 4px 14px;
    font-size: 24px;
    box-shadow: 4px 4px 0 #e0edce;
  }
  .green-build-tec-facts-heading {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .green-build-tec-facts-header-line {
    display: none;
  }
  .green-build-tec-facts-item {
    margin-bottom: 18px;
  }
  .green-build-tec-facts-card {
    padding: 24px;
    border-radius: 16px;
  }
  .green-build-tec-facts-card-top {
    margin-bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-facts-card,
  .green-build-tec-facts-card::after {
    transition: none;
  }
  .green-build-tec-facts-card:hover {
    transform: none;
  }
}/* GREEN BUILDTECH — WHY IT MATTERS */
.green-build-tec-importance {
  position: relative;
  isolation: isolate;
  padding: 85px 0;
  background:
    radial-gradient(
      ellipse at 0% 85%,
      rgba(54, 125, 72, 0.24),
      transparent 48%
    ),
    linear-gradient(125deg, #052f43 0%, #082d3c 55%, #062630 100%);
}
.green-build-tec-importance,
.green-build-tec-importance *,
.green-build-tec-importance *::before,
.green-build-tec-importance *::after {
  box-sizing: border-box;
}
/* Architectural background pattern */
.green-build-tec-importance::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}
/* Left introduction */
.green-build-tec-importance-intro {
  position: sticky;
  top: 250px;
  padding-right: 25px;
}
.green-build-tec-importance-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 28px;
  border: 1px solid rgba(181, 224, 94, 0.35);
  border-radius: 18px;
  background: rgba(160, 211, 56, 0.09);
  color: #b7e66b;
  font-size: 29px;
}
.green-build-tec-importance-title {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1.4px;
}
.green-build-tec-importance-title span {
  display: block;
  margin: 10px 0;
  color: #b7e66b;
}
.green-build-tec-importance-rule {
  position: relative;
  width: 140px;
  height: 3px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.16);
}
.green-build-tec-importance-rule span {
  display: block;
  width: 55px;
  height: 100%;
  background: #a8d849;
}
/* Decorative building emblem */
.green-build-tec-importance-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  margin-top: 8px;
  border: 1px solid rgba(183, 230, 107, 0.15);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(183, 230, 107, 0.07),
    transparent 70%
  );
}
.green-build-tec-importance-art > i {
  color: #9bc778;
  font-size: 108px;
  line-height: 1;
}
.green-build-tec-importance-art-orbit {
  position: absolute;
  inset: 17px;
  border: 1px dashed rgba(183, 230, 107, 0.22);
  border-radius: 50%;
}
.green-build-tec-importance-art-leaf {
  position: absolute;
  right: 2px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border: 6px solid #092f3a;
  border-radius: 50%;
  background: #b7e66b;
  color: #123e30;
  font-size: 25px;
}
/* Two-column list */
.green-build-tec-importance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-importance-item {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 25px;
  border: 1px solid #dfe8d6;
  border-radius: 16px;
  background: #f7f9f3;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.green-build-tec-importance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  border: 1px solid #d6e6c5;
  border-radius: 13px;
  background: #e9f2de;
  color: #187b24;
  font-size: 23px;
}
.green-build-tec-importance-item:nth-child(even) {
  background: #f1f6f7;
  border-color: #dce7ea;
}
.green-build-tec-importance-item:nth-child(even)
.green-build-tec-importance-icon {
  border-color: #d2e2e8;
  background: #e2edf1;
  color: #063b53;
}
.green-build-tec-importance .green-build-tec-importance-item p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.75;
  font-weight: 400;
}
.green-build-tec-importance-item p strong {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 700;
}
/* Final full-width point */
.green-build-tec-importance-item-wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-left: 4px solid #a2d443;
  background: #edf5e3;
}
.green-build-tec-importance-item-wide
.green-build-tec-importance-icon {
  flex: 0 0 46px;
  margin-bottom: 0;
  background: #dfeccb;
}
@media (hover: hover) {
  .green-build-tec-importance-item:hover {
    transform: translateY(-4px);
    border-color: #a8d849;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
  }
}
/* Tablet */
@media (max-width: 1199.98px) {
  .green-build-tec-importance-title {
    font-size: 36px;
  }
  .green-build-tec-importance-item {
    padding: 22px;
  }
}
@media (max-width: 991.98px) {
  .green-build-tec-importance {
    padding: 60px 0;
  }
  .green-build-tec-importance-intro {
    position: static;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .green-build-tec-importance-title {
    max-width: 620px;
    font-size: 40px;
  }
  .green-build-tec-importance-title span {
    display: inline;
    margin: 0;
  }
  .green-build-tec-importance-symbol {
    margin-bottom: 20px;
  }
  .green-build-tec-importance-art {
    display: none;
  }
  .green-build-tec-importance-rule {
    margin-top: 24px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-importance {
    padding: 45px 0;
  }
  .green-build-tec-importance-title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .green-build-tec-importance-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
  .green-build-tec-importance-item {
    padding: 23px;
    border-radius: 14px;
  }
  .green-build-tec-importance-item-wide {
    display: block;
  }
  .green-build-tec-importance-item-wide
  .green-build-tec-importance-icon {
    margin-bottom: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-importance-item {
    transition: none;
  }
  .green-build-tec-importance-item:hover {
    transform: none;
  }
}
/* GREEN BUILDTECH — OBJECTIVES */
.green-build-tec-objectives {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(
      ellipse at 95% 5%,
      rgba(105, 158, 42, 0.18),
      transparent 45%
    ),
    linear-gradient(135deg, #052f43, #072833 65%, #092f30);
}
.green-build-tec-objectives,
.green-build-tec-objectives *,
.green-build-tec-objectives *::before,
.green-build-tec-objectives *::after {
  box-sizing: border-box;
}
/* Subtle architectural grid */
.green-build-tec-objectives::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.green-build-tec-objectives::after {
  content: "";
  position: absolute;
  top: -190px;
  right: -180px;
  z-index: -1;
  width: 540px;
  height: 540px;
  border: 65px solid rgba(183, 230, 107, 0.045);
  border-radius: 50%;
  pointer-events: none;
}
/* Heading */
.green-build-tec-objectives-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 38px;
}
.green-build-tec-objectives-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  height: 72px;
  border: 1px solid rgba(183, 230, 107, 0.3);
  border-radius: 21px;
  background: rgba(183, 230, 107, 0.08);
  color: #b7e66b;
  font-size: 35px;
}
.green-build-tec-objectives-title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-objectives-title span {
  /* display: block;
  margin-top: 5px; */
  color: #b7e66b;
}
.green-build-tec-objectives-divider {
  flex: 1;
  min-width: 30px;
  height: 1px;
  margin-left: 15px;
  background: linear-gradient(
    90deg,
    rgba(183, 230, 107, 0.55),
    rgba(183, 230, 107, 0.05)
  );
}
/* Numbered content panels */
.green-build-tec-objectives-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-objectives-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  margin: 0;
  padding: 25px;
  border: 1px solid #e1e8dc;
  border-radius: 16px;
  background: #f7f9f3;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.green-build-tec-objectives-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  height: 45px;
  border: 1px solid #d4e5c5;
  border-radius: 12px;
  background: #e7f0dc;
  color: #187b24;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.green-build-tec-objectives-item:nth-child(even) {
  background: #f2f6f7;
}
.green-build-tec-objectives-item:nth-child(even)
.green-build-tec-objectives-number {
  border-color: #d4e3e9;
  background: #e3edf1;
  color: #063b53;
}
.green-build-tec-objectives .green-build-tec-objectives-item p,
.green-build-tec-objectives .green-build-tec-objectives-statement p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.8;
  font-weight: 400;
}
/* Closing statement */
.green-build-tec-objectives-statement {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 28px 32px;
  border: 1px solid #bfd897;
  border-left: 5px solid #94ce17;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(110deg, #e4f0d2, #f4f8ed);
}
.green-build-tec-objectives-statement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  height: 58px;
  border-radius: 50%;
  background: #063b53;
  color: #c0eb66;
  font-size: 28px;
}
/* Hover */
@media (hover: hover) {
  .green-build-tec-objectives-item:hover {
    transform: translateY(-4px);
    border-color: #a8d849;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-objectives {
    padding: 60px 0;
  }
  .green-build-tec-objectives-title {
    font-size: 35px;
  }
  .green-build-tec-objectives-item {
    gap: 15px;
    padding: 22px;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .green-build-tec-objectives-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
  .green-build-tec-objectives-divider {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-objectives {
    padding: 45px 0;
  }
  .green-build-tec-objectives-header {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 28px;
  }
  .green-build-tec-objectives-heading-icon {
    flex-basis: 49px;
    height: 49px;
    border-radius: 14px;
    font-size: 25px;
  }
  .green-build-tec-objectives-title {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-objectives-item {
    gap: 14px;
    padding: 21px 18px;
  }
  .green-build-tec-objectives-number {
    flex-basis: 37px;
    height: 37px;
    border-radius: 10px;
    font-size: 16px;
  }
  .green-build-tec-objectives-statement {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-objectives-item {
    transition: none;
  }
  .green-build-tec-objectives-item:hover {
    transform: none;
  }
}
/* GREEN BUILDTECH — VISION */
.green-build-tec-vision {
  padding: 75px 0;
  background: #fff;
}
.green-build-tec-vision,
.green-build-tec-vision *,
.green-build-tec-vision *::before,
.green-build-tec-vision *::after {
  box-sizing: border-box;
}
.green-build-tec-vision-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 45px;
  border: 1px solid #dfe8d8;
  border-radius: 26px;
  background: linear-gradient(115deg, #f0f6e7 0%, #fafcf7 45%, #fff 100%);
  box-shadow: 0 18px 50px rgba(6, 59, 83, 0.06);
}
.green-build-tec-vision-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #187b24, #94ce17 50%, #063b53);
}
.green-build-tec-vision-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -125px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 55px solid rgba(148, 206, 23, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
/* Heading and illustration */
.green-build-tec-vision-heading {
  padding-right: 20px;
}
.green-build-tec-vision-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 17px;
  background: #063b53;
  color: #c0eb66;
  font-size: 29px;
  box-shadow: 5px 5px 0 #dfebcc;
}
.green-build-tec-vision-title {
  margin: 0;
  color: #063b53;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-vision-title span {
  display: block;
  margin-top: 7px;
  color: #187b24;
}
.green-build-tec-vision-line {
  display: block;
  width: 65px;
  height: 4px;
  margin-top: 23px;
  border-radius: 4px;
  background: #94ce17;
}
.green-build-tec-vision-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 125px;
  margin-top: 24px;
  color: #187b24;
}
.green-build-tec-vision-art > i {
  font-size: 95px;
  line-height: 1;
}
.green-build-tec-vision-art > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 4px solid #f0f6e7;
  border-radius: 50%;
  background: #063b53;
  color: #c0eb66;
  font-size: 23px;
}
/* Content */
.green-build-tec-vision-content {
  padding-left: 35px;
  border-left: 1px solid #d8e4ce;
}
.green-build-tec-vision .green-build-tec-vision-content p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.85;
  font-weight: 400;
}
.green-build-tec-vision-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 26px;
  padding: 24px;
  border: 1px solid #dde8d2;
  border-left: 4px solid #187b24;
  border-radius: 0 15px 15px 0;
  background: #eef5e6;
}
.green-build-tec-vision-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: #187b24;
  color: #fff;
  font-size: 19px;
}
/* Responsive */
@media (max-width: 991.98px) {
  .green-build-tec-vision {
    padding: 55px 0;
  }
  .green-build-tec-vision-panel {
    padding: 35px;
  }
  .green-build-tec-vision-heading {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .green-build-tec-vision-title span {
    display: inline;
    margin-top: 0;
  }
  .green-build-tec-vision-art {
    display: none;
  }
  .green-build-tec-vision-content {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-vision {
    padding: 40px 0;
  }
  .green-build-tec-vision-panel {
    padding: 28px 21px;
    border-radius: 19px;
  }
  .green-build-tec-vision-title {
    font-size: 32px;
  }
  .green-build-tec-vision-highlight {
    display: block;
    padding: 20px;
  }
  .green-build-tec-vision-highlight-icon {
    margin-bottom: 13px;
  }
}/* GREEN BUILDTECH — IMAGE FOCUS CARDS */
.green-build-tec-focus {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(135deg, #f3f7ed, #fafcfa 50%, #eef5f6);
}
.green-build-tec-focus,
.green-build-tec-focus *,
.green-build-tec-focus *::before,
.green-build-tec-focus *::after {
  box-sizing: border-box;
}
.green-build-tec-focus::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(#063b5312 1px, transparent 1px);
  background-size: 22px 22px;
}
.green-build-tec-focus::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -200px;
  z-index: -1;
  width: 600px;
  height: 600px;
  border: 75px solid rgba(148, 206, 23, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
/* Heading */
.green-build-tec-focus-header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 42px;
}
.green-build-tec-focus-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  height: 68px;
  border-radius: 20px 20px 5px 20px;
  background: #063b53;
  color: #b7e66b;
  font-size: 31px;
  box-shadow: 6px 6px 0 #dfebce;
}
.green-build-tec-focus-title {
  margin: 0;
  color: #063b53;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-focus-title span {
  /* display: block;
  margin-top: 6px; */
  color: #187b24;
}
.green-build-tec-focus-heading-line {
  flex: 1;
  height: 1px;
  margin-left: 15px;
  background: linear-gradient(90deg, #a7c88b, transparent);
}
/* Responsive card grid */
.green-build-tec-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-focus-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe8da;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(6, 59, 83, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
/* Individual images */
.green-build-tec-focus-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640 / 460;
  background: #e4ecdf;
}
.green-build-tec-focus-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* Small gradient behind the image number */
.green-build-tec-focus-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 31, 41, 0.2),
    transparent 45%
  );
  pointer-events: none;
}
.green-build-tec-focus-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: #063b53;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
/* Text area */
.green-build-tec-focus-body {
  position: relative;
  flex: 1;
  padding: 38px 20px 25px;
}
.green-build-tec-focus-icon {
  position: absolute;
  top: -25px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-radius: 15px;
  background: #187b24;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 5px 12px rgba(24, 123, 36, 0.12);
}
.green-build-tec-focus-card:nth-child(even)
.green-build-tec-focus-icon {
  background: #063b53;
}
.green-build-tec-focus .green-build-tec-focus-body p {
  margin: 0;
  color: #000 !important;
      text-align: left;
  font-size: 18px !important;
  line-height: 1.6;
  font-weight: 600;
  overflow-wrap: break-word;
}
.green-build-tec-focus-body::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #94ce17;
  transition: width 0.25s ease;
}
.green-build-tec-focus-card:nth-child(even)
.green-build-tec-focus-body::after {
  background: #063b53;
}
/* Hover effects */
@media (hover: hover) {
  .green-build-tec-focus-card:hover {
    transform: translateY(-6px);
    border-color: #afcc97;
    box-shadow: 0 18px 35px rgba(6, 59, 83, 0.11);
  }
  .green-build-tec-focus-card:hover .green-build-tec-focus-image img {
    transform: scale(1.06);
  }
  .green-build-tec-focus-card:hover .green-build-tec-focus-body::after {
    width: calc(100% - 40px);
  }
}
/* Smaller desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .green-build-tec-focus-grid {
    gap: 22px 16px;
  }
  .green-build-tec-focus-body {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-focus {
    padding: 60px 0;
  }
  .green-build-tec-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .green-build-tec-focus-title {
    font-size: 34px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-focus {
    padding: 45px 0;
  }
  .green-build-tec-focus-header {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
  }
  .green-build-tec-focus-heading-icon {
    flex-basis: 48px;
    height: 48px;
    border-radius: 14px 14px 4px 14px;
    font-size: 23px;
    box-shadow: 4px 4px 0 #dfebce;
  }
  .green-build-tec-focus-title {
    font-size: 27px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-focus-heading-line {
    display: none;
  }
  .green-build-tec-focus-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 23px;
  }
  .green-build-tec-focus-image {
    aspect-ratio: 16 / 10;
  }
  .green-build-tec-focus-body {
    padding: 34px 22px 25px;
  }
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-focus-card,
  .green-build-tec-focus-image img,
  .green-build-tec-focus-body::after {
    transition: none;
  }
  .green-build-tec-focus-card:hover,
  .green-build-tec-focus-card:hover .green-build-tec-focus-image img {
    transform: none;
  }
}
/* GREEN BUILDTECH — DARK STATS */
.green-build-tec-stats {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 65px 0;
  background:
    radial-gradient(
      ellipse at 50% 110%,
      rgba(114, 172, 37, 0.22),
      transparent 65%
    ),
    linear-gradient(120deg, #052f43, #062a36 60%, #0b3430);
}
.green-build-tec-stats,
.green-build-tec-stats *,
.green-build-tec-stats *::before,
.green-build-tec-stats *::after {
  box-sizing: border-box;
}
.green-build-tec-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.green-build-tec-stats::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a6d943, transparent);
}
.green-build-tec-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}
.green-build-tec-stats-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 12px 30px;
  text-align: center;
}
.green-build-tec-stats-item + .green-build-tec-stats-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background: linear-gradient(
    transparent,
    rgba(183, 230, 107, 0.4),
    transparent
  );
}
.green-build-tec-stats-icon {
  order: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid rgba(183, 230, 107, 0.25);
  border-radius: 17px;
  background: rgba(183, 230, 107, 0.07);
  color: #b7e66b;
  font-size: 27px;
}
.green-build-tec-stats-number {
  order: 1;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.green-build-tec-stats-number span {
  display: inline-block;
  margin-left: 5px;
  color: #b7e66b;
  font-size: 0.7em;
  vertical-align: top;
  line-height: 1.3;
}
.green-build-tec-stats-label {
  order: 2;
  max-width: 240px;
  margin: 0;
  color: #eef5f4;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .green-build-tec-stats-item {
    padding: 12px 15px;
  }
  .green-build-tec-stats-number {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-stats {
    padding: 25px 0;
  }
  .green-build-tec-stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .green-build-tec-stats-item {
    padding: 30px 20px;
  }
  .green-build-tec-stats-item + .green-build-tec-stats-item::before {
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(183, 230, 107, 0.4),
      transparent
    );
  }
  .green-build-tec-stats-number {
    font-size: 54px;
  }
  .green-build-tec-stats-icon {
    margin-bottom: 18px;
  }
}
/* GREEN BUILDTECH — PREMIUM DARK STATS */
.green-build-tec-impact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 60px 0;
  background:
    radial-gradient(
      ellipse at 50% 100%,
      rgba(98, 157, 30, 0.22),
      transparent 60%
    ),
    radial-gradient(
      ellipse at 0% 0%,
      rgba(12, 111, 143, 0.2),
      transparent 50%
    ),
    #041f2a;
}
.green-build-tec-impact,
.green-build-tec-impact *,
.green-build-tec-impact *::before,
.green-build-tec-impact *::after {
  box-sizing: border-box;
}
/* Architectural background */
.green-build-tec-impact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 65px 65px;
  transform: skewY(-8deg) scale(1.2);
  pointer-events: none;
}
.green-build-tec-impact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -300px;
  right: -130px;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(181, 226, 96, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(181, 226, 96, 0.025),
    0 0 0 110px rgba(181, 226, 96, 0.02);
  pointer-events: none;
}
/* Layout */
.green-build-tec-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 25px;
  margin: 0;
}
/* Individual cards */
.green-build-tec-impact-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(160, 202, 218, 0.2);
  border-radius: 25px 25px 7px 25px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(92, 164, 153, 0.12),
      transparent 65%
    ),
    linear-gradient(145deg, #103b4d, #082b39);
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
/* Top accent */
.green-build-tec-impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 66px;
  height: 4px;
  background: #b3e15a;
  border-radius: 0 0 4px 4px;
}
/* Decorative corner */
.green-build-tec-impact-card::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -23px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(179, 225, 90, 0.3);
  /* transform: rotate(45deg); */
}
/* Featured middle card */
.green-build-tec-impact-featured {
  /* transform: translateY(-18px); */
  border-color: rgba(179, 225, 90, 0.55);
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(148, 206, 23, 0.2),
      transparent 65%
    ),
    linear-gradient(145deg, #17493e, #092e33);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.25),
    0 0 35px rgba(148, 206, 23, 0.06);
}
/* Top row */
.green-build-tec-impact-top {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
}
.green-build-tec-impact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(184, 230, 108, 0.25);
  border-radius: 18px;
  background: rgba(185, 228, 114, 0.08);
  color: #c2ed7b;
  font-size: 29px;
  transform: rotate(-6deg);
}
.green-build-tec-impact-icon i {
  transform: rotate(6deg);
}
.green-build-tec-impact-featured .green-build-tec-impact-icon {
  border-color: #b7e66b;
  background: #b7e66b;
  color: #123e30;
  box-shadow: 0 8px 25px rgba(183, 230, 107, 0.13);
}
.green-build-tec-impact-tag {
  color: #a5bec3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}
/* Oversized decorative icon */
.green-build-tec-impact-watermark {
  position: absolute;
  right: -14px;
  bottom: 65px;
  z-index: -1;
  color: rgba(197, 229, 233, 0.055);
  font-size: 160px;
  line-height: 1;
  transform: rotate(-12deg);
  pointer-events: none;
}
/* Numbers */
.green-build-tec-impact-value {
  order: 1;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.green-build-tec-impact-featured .green-build-tec-impact-value {
  color: #c7ef88;
}
.green-build-tec-impact-plus {
  margin-top: 3px;
  color: #b7e66b;
  font-size: 0.55em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.green-build-tec-impact-label {
  order: 2;
  max-width: 270px;
  /* min-height: 55px; */
  margin: 0;
  color: #f1f6f6;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}
/* Bottom architectural detail */
.green-build-tec-impact-footer {
  order: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 30px;
}
.green-build-tec-impact-line {
  position: relative;
  flex: 1;
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.green-build-tec-impact-line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 45px;
  border-radius: inherit;
  background: #b7e66b;
  transition: width 0.3s ease;
}
.green-build-tec-impact-diamond {
  width: 8px;
  height: 8px;
  border: 1px solid #b7e66b;
  transform: rotate(45deg);
}
/* Hover */
@media (hover: hover) {
  .green-build-tec-impact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(183, 230, 107, 0.65);
    box-shadow: 0 30px 55px rgba(0, 0, 0, 0.28);
  }
  .green-build-tec-impact-featured:hover {
    transform: translateY(-25px);
  }
  .green-build-tec-impact-card:hover
  .green-build-tec-impact-line::before {
    width: 100%;
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-impact {
    padding: 75px 0;
  }
  .green-build-tec-impact-grid {
    gap: 16px;
  }
  .green-build-tec-impact-card {
    padding: 24px 19px;
  }
  .green-build-tec-impact-value {
    gap: 4px;
    font-size: 46px;
    letter-spacing: -2px;
  }
  .green-build-tec-impact-icon {
    width: 52px;
    height: 52px;
    font-size: 25px;
  }
  .green-build-tec-impact-label {
    min-height: 82px;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .green-build-tec-impact {
    padding: 45px 0;
  }
  .green-build-tec-impact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .green-build-tec-impact-card {
    padding: 28px;
  }
  .green-build-tec-impact-featured {
    transform: none;
  }
  .green-build-tec-impact-top {
    margin-bottom: 27px;
  }
  .green-build-tec-impact-value {
    font-size: 64px;
  }
  .green-build-tec-impact-label {
    max-width: none;
    min-height: 0;
  }
  .green-build-tec-impact-watermark {
    right: 8px;
    bottom: 40px;
  }
  .green-build-tec-impact-featured:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-impact-card,
  .green-build-tec-impact-line::before {
    transition: none;
  }
  .green-build-tec-impact-card:hover {
    transform: none;
  }
  .green-build-tec-impact-featured,
  .green-build-tec-impact-featured:hover {
    transform: none;
  }
}
/* GREEN BUILDTECH — PARTICIPATION BENEFITS */
.green-build-tec-benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0;
  /* background:
    radial-gradient(
      ellipse at 0% 0%,
      rgba(148, 206, 23, 0.12),
      transparent 45%
    ),
    linear-gradient(135deg, #f8faf3, #fff 55%, #f0f6f7); */
}
.green-build-tec-benefits,
.green-build-tec-benefits *,
.green-build-tec-benefits *::before,
.green-build-tec-benefits *::after {
  box-sizing: border-box;
}
/* Background detail */
.green-build-tec-benefits::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -170px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(24, 123, 36, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(148, 206, 23, 0.035),
    0 0 0 90px rgba(148, 206, 23, 0.025);
  pointer-events: none;
}
/* Heading */
.green-build-tec-benefits-header {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 45px;
}
.green-build-tec-benefits-heading {
  display: flex;
  align-items: center;
  gap: 22px;
}
.green-build-tec-benefits-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  height: 68px;
  border-radius: 21px 21px 6px 21px;
  background: #063b53;
  color: #c0eb66;
  font-size: 32px;
  box-shadow: 6px 6px 0 #deebcc;
}
.green-build-tec-benefits-title {
  margin: 0;
  color: #063b53;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-benefits-title span {
  /* display: block; */
  /* margin-top: 5px; */
  color: #187b24;
}
.green-build-tec-benefits-header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #accb93, transparent);
}
/* Cards */
.green-build-tec-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-benefits-card {
  --green-build-tec-benefit-accent: #187b24;
  --green-build-tec-benefit-tint: #edf5e3;
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  padding: 29px 27px 32px;
  border: 1px solid #e0e8da;
  border-radius: 22px 22px 6px 22px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(6, 59, 83, 0.045);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
/* Alternate brand colour */
.green-build-tec-benefits-card:nth-child(even) {
  --green-build-tec-benefit-accent: #063b53;
  --green-build-tec-benefit-tint: #eaf2f5;
}
/* Decorative corner shape */
.green-build-tec-benefits-card::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -40px;
  z-index: -1;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--green-build-tec-benefit-tint);
}
/* Bottom accent */
.green-build-tec-benefits-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 48px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--green-build-tec-benefit-accent);
  transition: width 0.25s ease;
}
.green-build-tec-benefits-number {
  position: absolute;
  top: 23px;
  right: 24px;
  color: var(--green-build-tec-benefit-accent);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}
.green-build-tec-benefits-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  margin-bottom: 25px;
  border-radius: 17px;
  background: var(--green-build-tec-benefit-tint);
  color: var(--green-build-tec-benefit-accent);
  font-size: 27px;
  transform: rotate(-6deg);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.green-build-tec-benefits-icon i {
  transform: rotate(6deg);
}
.green-build-tec-benefits .green-build-tec-benefits-card p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.75;
  font-weight: 500;
}
/* Hover */
@media (hover: hover) {
  .green-build-tec-benefits-card:hover {
    transform: translateY(-6px);
    border-color: var(--green-build-tec-benefit-accent);
    box-shadow: 0 20px 38px rgba(6, 59, 83, 0.1);
  }
  .green-build-tec-benefits-card:hover::after {
    width: calc(100% - 54px);
  }
  .green-build-tec-benefits-card:hover .green-build-tec-benefits-icon {
    background: var(--green-build-tec-benefit-accent);
    color: #fff;
    transform: rotate(0);
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-benefits {
    padding: 60px 0;
  }
  .green-build-tec-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .green-build-tec-benefits-title {
    font-size: 35px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-benefits {
    padding: 45px 0;
  }
  .green-build-tec-benefits-header {
    margin-bottom: 32px;
  }
  .green-build-tec-benefits-heading {
    gap: 16px;
  }
  .green-build-tec-benefits-heading-icon {
    flex-basis: 50px;
    height: 50px;
    border-radius: 15px 15px 5px 15px;
    font-size: 25px;
    box-shadow: 4px 4px 0 #deebcc;
  }
  .green-build-tec-benefits-title {
    font-size: 29px;
    letter-spacing: -0.7px;
  }
  .green-build-tec-benefits-header-line {
    display: none;
  }
  .green-build-tec-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .green-build-tec-benefits-card {
    padding: 25px;
  }
  .green-build-tec-benefits-icon {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-benefits-card,
  .green-build-tec-benefits-card::after,
  .green-build-tec-benefits-icon {
    transition: none;
  }
  .green-build-tec-benefits-card:hover {
    transform: none;
  }
}
/* COMPACT DARK OBJECTIVES — NO CARDS */
.green-build-tec-compact-objectives {
  padding: 45px 0;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(123, 175, 40, 0.14),
      transparent 55%
    ),
    #062d3d;
}
.green-build-tec-compact-objectives,
.green-build-tec-compact-objectives * {
  box-sizing: border-box;
}
.green-build-tec-compact-objectives-title {
  margin: 0 0 28px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: -0.7px;
}
.green-build-tec-compact-objectives-title span {
  color: #b7e66b;
}
.green-build-tec-compact-objectives-list {
  columns: 2;
  column-gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-compact-objectives-list li {
  position: relative;
  break-inside: avoid;
  margin: 0 0 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}
/* CSS checkmark */
.green-build-tec-compact-objectives-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #b7e66b;
  border-bottom: 2px solid #b7e66b;
  transform: rotate(40deg);
}
@media (max-width: 991.98px) {
  .green-build-tec-compact-objectives-list {
    columns: 2;
    column-gap: 28px;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-compact-objectives {
    padding: 32px 0;
  }
  .green-build-tec-compact-objectives-title {
    margin-bottom: 23px;
    font-size: 27px;
  }
  .green-build-tec-compact-objectives-list {
    columns: 1;
  }
  .green-build-tec-compact-objectives-list li {
    margin-bottom: 17px;
  }
  .green-build-tec-compact-objectives-list li:last-child {
    margin-bottom: 0;
  }
}
/* GREEN BUILDTECH — ABOUT PAGE OVERVIEW */
.green-build-tec-overview {
  padding: 60px 0;
  background:
    radial-gradient(
      ellipse at top left,
      rgba(148, 206, 23, 0.08),
      transparent 45%
    ),
    #fff;
}
.green-build-tec-overview,
.green-build-tec-overview *,
.green-build-tec-overview *::before,
.green-build-tec-overview *::after {
  box-sizing: border-box;
}
/* Heading */
.green-build-tec-overview-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.green-build-tec-overview-header h1 {
  margin: 0;
  color: #063b53;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-overview-header h1 span {
  color: #187b24;
}
.green-build-tec-overview-rule {
  flex: 1;
  min-width: 35px;
  height: 2px;
  background: linear-gradient(90deg, #94ce17, #e7efdf);
}
/* Image treatment */
.green-build-tec-overview-visual {
  position: relative;
  margin: 0 20px 12px 0;
}
.green-build-tec-overview-visual::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -12px;
  bottom: -12px;
  left: 25px;
  border: 1px solid #abc98c;
  border-radius: 3px 3px 35px 3px;
  pointer-events: none;
}
.green-build-tec-overview-image {
  position: relative;
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
  border-radius: 35px 3px 35px 3px;
  background: #e7efdf;
}
.green-build-tec-overview-visual-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: #063b53;
  color: #c0e97a;
  font-size: 28px;
}
/* Content */
.green-build-tec-overview-intro {
  padding-left: 10px;
}
.green-build-tec-overview p {
  margin: 0 0 20px;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.85;
  font-weight: 400;
  text-align: justify;
}
.green-build-tec-overview p strong {
  color: #000;
  font-weight: 750;
}
.green-build-tec-overview-lead {
  padding-left: 20px;
  border-left: 3px solid #94ce17;
}
.green-build-tec-overview-intro p:last-child,
.green-build-tec-overview-details p:last-child {
  margin-bottom: 0;
}
.green-build-tec-overview-details {
  margin-top: 28px;
}
/* Closing statement */
.green-build-tec-overview-statement {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 27px;
  padding: 24px 0 0;
  border-top: 1px solid #dce7d1;
}
.green-build-tec-overview-statement-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  height: 56px;
  border-radius: 50%;
  background: #edf5e3;
  color: #187b24;
  font-size: 28px;
}
.green-build-tec-overview-statement p {
  margin: 0;
  font-weight: 500;
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-overview {
    padding: 45px 0;
  }
  .green-build-tec-overview-header h1 {
    font-size: 33px;
  }
  .green-build-tec-overview-visual {
    margin: 0 12px 35px 0;
  }
  .green-build-tec-overview-image {
    height: 360px;
  }
  .green-build-tec-overview-intro {
    padding-left: 0;
  }
  .green-build-tec-overview-details {
    margin-top: 20px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-overview {
    padding: 35px 0;
  }
  .green-build-tec-overview-header {
    margin-bottom: 25px;
  }
  .green-build-tec-overview-header h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-overview-header h1 span {
    display: block;
    margin-top: 5px;
  }
  .green-build-tec-overview-rule {
    display: none;
  }
  .green-build-tec-overview-image {
    height: 280px;
    border-radius: 25px 3px 25px 3px;
  }
  .green-build-tec-overview-lead {
    padding-left: 15px;
  }
  .green-build-tec-overview-statement {
    align-items: flex-start;
    gap: 15px;
  }
  .green-build-tec-overview-statement-icon {
    flex-basis: 42px;
    height: 42px;
    font-size: 23px;
  }
}
/* GREEN BUILDTECH — WHY EXHIBIT */
.green-build-tec-exhibit {
  padding: 60px 0;
  background:
    radial-gradient(
      ellipse at top left,
      rgba(148, 206, 23, 0.09),
      transparent 45%
    ),
    #fafcf8;
}
.green-build-tec-exhibit,
.green-build-tec-exhibit *,
.green-build-tec-exhibit *::before,
.green-build-tec-exhibit *::after {
  box-sizing: border-box;
}
/* Introduction */
.green-build-tec-exhibit-intro {
  margin-bottom: 32px;
}
.green-build-tec-exhibit-heading {
  padding-right: 20px;
}
.green-build-tec-exhibit-heading-icon {
  display: inline-block;
  margin-bottom: 17px;
  color: #187b24;
  font-size: 32px;
  line-height: 1;
}
.green-build-tec-exhibit-heading h2 {
  margin: 0;
  color: #063b53;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-exhibit-heading h2 span {
  display: block;
  margin-top: 8px;
  color: #187b24;
}
.green-build-tec-exhibit-description {
  padding-left: 28px;
  border-left: 3px solid #94ce17;
}
.green-build-tec-exhibit p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.75;
  font-weight: 400;
}
.green-build-tec-exhibit p strong {
  color: #000;
  font-weight: 700;
}
/* Open benefits grid */
.green-build-tec-exhibit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfddc4;
  list-style: none;
}
.green-build-tec-exhibit-list li p{
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.green-build-tec-exhibit-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-width: 0;
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid #e0e8d9;
}
.green-build-tec-exhibit-list li > i {
  flex: 0 0 26px;
  margin-top: 4px;
  color: #187b24;
  font-size: 24px;
  line-height: 1.2;
}
.green-build-tec-exhibit-list li:nth-child(3n + 2) > i {
  color: #063b53;
}
.green-build-tec-exhibit-list li:nth-last-child(-n + 3) {
  border-bottom: 0;
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-exhibit {
    padding: 45px 0;
  }
  .green-build-tec-exhibit-heading {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .green-build-tec-exhibit-heading h2 {
    font-size: 33px;
  }
  .green-build-tec-exhibit-heading h2 span {
    display: inline;
  }
  .green-build-tec-exhibit-description {
    padding-left: 20px;
  }
  .green-build-tec-exhibit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }
  .green-build-tec-exhibit-list li:nth-last-child(-n + 3) {
    border-bottom: 1px solid #e0e8d9;
  }
  .green-build-tec-exhibit-list li:last-child {
    border-bottom: 0;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-exhibit {
    padding: 35px 0;
  }
  .green-build-tec-exhibit-heading h2 {
    font-size: 29px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-exhibit-heading h2 span {
    display: block;
  }
  .green-build-tec-exhibit-description {
    padding-left: 16px;
  }
  .green-build-tec-exhibit-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .green-build-tec-exhibit-list li {
    padding: 19px 0;
  }
}
/* GREEN BUILDTECH — EXHIBITORS PROFILE REDESIGN */
.green-build-tec-exhibitors {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 65px 0;
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(148, 206, 23, 0.13),
      transparent 42%
    ),
    linear-gradient(135deg, #f8faf3, #fff 55%, #f0f6f7);
}
.green-build-tec-exhibitors,
.green-build-tec-exhibitors *,
.green-build-tec-exhibitors *::before,
.green-build-tec-exhibitors *::after {
  box-sizing: border-box;
}
/* Architectural background detail */
.green-build-tec-exhibitors::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -170px;
  right: -150px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(24, 123, 36, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(148, 206, 23, 0.035),
    0 0 0 70px rgba(148, 206, 23, 0.025);
  pointer-events: none;
}
/* Heading */
.green-build-tec-exhibitors-header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 35px;
}
.green-build-tec-exhibitors-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  height: 76px;
  background: #063b53;
  color: #c1e984;
  font-size: 32px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 75% 100%, 0 100%);
}
.green-build-tec-exhibitors-header h2 {
  margin: 0;
  color: #063b53;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-exhibitors-header h2 span {
  color: #187b24;
}
.green-build-tec-exhibitors-header-line {
  position: relative;
  flex: 1;
  height: 1px;
  margin-left: 12px;
  background: #d5e2c9;
}
.green-build-tec-exhibitors-header-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 65px;
  height: 5px;
  background: #94ce17;
}
/* Three-column directory */
.green-build-tec-exhibitors-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: green-build-tec-exhibitor;
}
.green-build-tec-exhibitors-list li {
  --green-build-tec-profile-accent: #187b24;
  --green-build-tec-profile-tint: #eef5e7;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  /* min-height: 88px; */
  margin: 0;
  padding: 19px 18px 19px 66px;
  border: 1px solid #dce7d3;
  border-radius: 3px 15px 3px 15px;
  background: linear-gradient(
    105deg,
    var(--green-build-tec-profile-tint),
    #fff 85%
  );
  color: #000;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  overflow-wrap: break-word;
  counter-increment: green-build-tec-exhibitor;
  box-shadow: 0 4px 12px rgba(6, 59, 83, 0.025);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
/* Alternating blue accents */
.green-build-tec-exhibitors-list li:nth-child(even) {
  --green-build-tec-profile-accent: #063b53;
  --green-build-tec-profile-tint: #eaf2f5;
  border-color: #d7e4e9;
}
/* Angled number tabs */
.green-build-tec-exhibitors-list li::before {
  content: counter(green-build-tec-exhibitor, decimal-leading-zero);
  position: absolute;
  left: -1px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 44px;
  padding-right: 5px;
  background: var(--green-build-tec-profile-accent);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  transform: translateY(-50%);
}
/* Bottom accent */
.green-build-tec-exhibitors-list li::after {
  content: "";
  position: absolute;
  left: 66px;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background: var(--green-build-tec-profile-accent);
  transition: width 0.2s ease;
}
/* Hover */
@media (hover: hover) {
  .green-build-tec-exhibitors-list li:hover {
    transform: translateY(-3px);
    border-color: var(--green-build-tec-profile-accent);
    box-shadow: 0 10px 22px rgba(6, 59, 83, 0.08);
  }
  .green-build-tec-exhibitors-list li:hover::after {
    width: calc(100% - 84px);
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-exhibitors {
    padding: 50px 0;
  }
  .green-build-tec-exhibitors-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .green-build-tec-exhibitors-header h2 {
    font-size: 35px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-exhibitors {
    padding: 35px 0;
  }
  .green-build-tec-exhibitors-header {
    gap: 15px;
    margin-bottom: 25px;
  }
  .green-build-tec-exhibitors-header-icon {
    flex-basis: 49px;
    height: 56px;
    font-size: 25px;
  }
  .green-build-tec-exhibitors-header h2 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .green-build-tec-exhibitors-header-line {
    display: none;
  }
  .green-build-tec-exhibitors-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .green-build-tec-exhibitors-list li {
    min-height: 76px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-exhibitors-list li,
  .green-build-tec-exhibitors-list li::after {
    transition: none;
  }
  .green-build-tec-exhibitors-list li:hover {
    transform: none;
  }
}
/* GREEN BUILDTECH — WHY ATTEND PAGE */
.green-build-tec-attend-page {
  background: #fff;
}
.green-build-tec-attend-page,
.green-build-tec-attend-page *,
.green-build-tec-attend-page *::before,
.green-build-tec-attend-page *::after {
  box-sizing: border-box;
}
/* Compact architectural banner */
.green-build-tec-attend-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #063b53;
}
.green-build-tec-attend-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      120deg,
      transparent 65%,
      rgba(183, 230, 107, 0.09) 65%,
      rgba(183, 230, 107, 0.09) 78%,
      transparent 78%
    ),
    radial-gradient(
      ellipse at right bottom,
      rgba(148, 206, 23, 0.2),
      transparent 60%
    );
}
.green-build-tec-attend-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #94ce17, #187b24, #063b53);
}
.green-build-tec-attend-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 210px;
  padding: 32px 0;
}
.green-build-tec-attend-banner h1 {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.green-build-tec-attend-banner h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 5px;
  height: 90%;
  background: #b7e66b;
}
.green-build-tec-attend-banner h1 span {
  color: #b7e66b;
}
/* Banner artwork */
.green-build-tec-attend-banner-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 155px;
  height: 145px;
  border: 1px solid rgba(183, 230, 107, 0.25);
  border-radius: 50%;
}
.green-build-tec-attend-banner-art > i {
  color: #b7d4c4;
  font-size: 83px;
  line-height: 1;
}
.green-build-tec-attend-banner-art > span {
  position: absolute;
  right: -5px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #b7e66b;
  color: #063b53;
  font-size: 23px;
}
/* Open benefits layout */
.green-build-tec-attend-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  margin: 0;
  padding: 30px 0 50px;
  list-style: none;
}
.green-build-tec-attend-benefits > li {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #e2e9dc;
}
.green-build-tec-attend-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  height: 56px;
  border-radius: 50% 50% 6px 50%;
  background: #edf5e3;
  color: #187b24;
  font-size: 26px;
}
.green-build-tec-attend-benefits > li:nth-child(even)
.green-build-tec-attend-icon {
  border-radius: 50% 50% 50% 6px;
  background: #eaf2f5;
  color: #063b53;
}
.green-build-tec-attend-page .green-build-tec-attend-benefits p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.75;
  font-weight: 500;
}
/* Final full-width statement */
.green-build-tec-attend-benefits > .green-build-tec-attend-closing {
  grid-column: 1 / -1;
  gap: 24px;
  margin-top: 22px;
  padding: 24px;
  border: 0;
  border-left: 4px solid #94ce17;
  background: linear-gradient(90deg, #f0f6e7, #fff);
}
.green-build-tec-attend-closing .green-build-tec-attend-icon {
  background: #063b53;
  color: #c1e984;
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-attend-benefits {
    column-gap: 30px;
  }
  .green-build-tec-attend-benefits > li {
    align-items: flex-start;
    gap: 17px;
  }
  .green-build-tec-attend-icon {
    flex-basis: 46px;
    height: 46px;
    font-size: 23px;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .green-build-tec-attend-banner-inner {
    min-height: 155px;
    gap: 18px;
    padding: 28px 0;
  }
  .green-build-tec-attend-banner-art {
    flex-basis: 95px;
    height: 95px;
  }
  .green-build-tec-attend-banner-art > i {
    font-size: 54px;
  }
  .green-build-tec-attend-banner-art > span {
    width: 33px;
    height: 33px;
    font-size: 18px;
  }
  .green-build-tec-attend-benefits {
    grid-template-columns: minmax(0, 1fr);
    padding: 15px 0 35px;
  }
  .green-build-tec-attend-benefits > li {
    padding: 20px 0;
  }
  .green-build-tec-attend-benefits > .green-build-tec-attend-closing {
    padding: 20px 16px;
    gap: 17px;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-attend-banner h1 {
    padding-left: 16px;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .green-build-tec-attend-banner h1 span {
    display: block;
    margin-top: 5px;
  }
}
/* GREEN BUILDTECH — CONFERENCE PAGE */
.green-build-tec-summit {
  background: #fafcf7;
}
.green-build-tec-summit,
.green-build-tec-summit *,
.green-build-tec-summit *::before,
.green-build-tec-summit *::after {
  box-sizing: border-box;
}
.green-build-tec-summit p {
  margin: 0;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.7;
}
/* Banner */
.green-build-tec-summit-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 55px 0 70px;
  background: #063b53;
}
.green-build-tec-summit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      120deg,
      transparent 60%,
      rgba(183, 230, 107, 0.06) 60%,
      rgba(183, 230, 107, 0.06) 75%,
      transparent 75%
    ),
    radial-gradient(
      ellipse at right bottom,
      rgba(148, 206, 23, 0.16),
      transparent 60%
    );
}
.green-build-tec-summit-intro {
  padding-right: 25px;
}
.green-build-tec-summit-mic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 19px;
  border: 1px solid rgba(183, 230, 107, 0.35);
  border-radius: 50%;
  color: #b7e66b;
  font-size: 23px;
}
.green-build-tec-summit-intro h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.green-build-tec-summit-intro h1 span {
  display: block;
  margin-top: 5px;
  color: #b7e66b;
}
.green-build-tec-summit-subtitle {
  max-width: 620px;
  color: #eef5f6;
  font-size: 19px;
  line-height: 1.65;
}
/* Date panel */
.green-build-tec-summit-date {
  position: relative;
  max-width: 260px;
  margin-left: auto;
  padding: 28px 32px;
  border-radius: 3px 3px 40px 3px;
  background: #c3e98c;
  color: #063b53;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.08);
}
.green-build-tec-summit-date > i {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 26px;
}
.green-build-tec-summit-date time {
  display: block;
}
.green-build-tec-summit-day {
  display: block;
  font-size: 88px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -5px;
}
.green-build-tec-summit-day sup {
  position: static;
  display: inline-block;
  margin: 10px 0 0 7px;
  vertical-align: top;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
}
.green-build-tec-summit-month {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 650;
}
/* Theme and venue strip */
.green-build-tec-summit-details {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 30px;
  margin-top: -24px;
  padding: 28px 30px;
  border-bottom: 3px solid #94ce17;
  background: #fff;
  box-shadow: 0 12px 35px rgba(6, 59, 83, 0.07);
}
.green-build-tec-summit-theme,
.green-build-tec-summit-venue {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}
.green-build-tec-summit-venue {
  padding-left: 28px;
  border-left: 1px solid #dce6d3;
}
.green-build-tec-summit-detail-icon {
  flex: 0 0 35px;
  color: #187b24;
  font-size: 31px;
  line-height: 1;
}
.green-build-tec-summit-label {
  display: block;
  margin-bottom: 6px;
  color: #187b24;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.green-build-tec-summit-theme h2 {
  margin: 0;
  color: #063b53;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
}
/* Topics */
.green-build-tec-summit-topics {
  padding: 40px 0 50px;
}
.green-build-tec-summit-topics-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}
.green-build-tec-summit-topics-header h2 {
  margin: 0;
  color: #063b53;
  font-size: 30px;
  font-weight: 800;
}
.green-build-tec-summit-topics-header > span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #bfd4a9, transparent);
}
.green-build-tec-summit-topics-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-summit-topics-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dfe7d7;
}
.green-build-tec-summit-topic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  height: 45px;
  border-radius: 13px 13px 3px 13px;
  background: #e8f2dc;
  color: #187b24;
  font-size: 23px;
}
.green-build-tec-summit-topics-list li:nth-child(even)
.green-build-tec-summit-topic-icon {
  background: #e5eef2;
  color: #063b53;
}
.green-build-tec-summit-topics-list p {
  font-weight: 500;
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-summit-banner {
    padding: 40px 0 55px;
  }
  .green-build-tec-summit-intro {
    padding-right: 0;
  }
  .green-build-tec-summit-date {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: none;
    width: fit-content;
    margin: 28px 0 0;
    padding: 17px 25px;
    border-radius: 3px 3px 22px 3px;
  }
  .green-build-tec-summit-date > i {
    margin: 0;
  }
  .green-build-tec-summit-date time {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .green-build-tec-summit-day {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .green-build-tec-summit-day sup {
    margin: 4px 0 0 4px;
    font-size: 13px;
  }
  .green-build-tec-summit-month {
    margin: 0;
    font-size: 21px;
  }
  .green-build-tec-summit-details {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 25px;
  }
  .green-build-tec-summit-venue {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #dce6d3;
  }
  .green-build-tec-summit-topics-list {
    column-gap: 25px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-summit-banner {
    padding-top: 32px;
  }
  .green-build-tec-summit-intro h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .green-build-tec-summit-subtitle {
    font-size: 17px;
  }
  .green-build-tec-summit-details {
    padding: 23px 18px;
  }
  .green-build-tec-summit-theme,
  .green-build-tec-summit-venue {
    align-items: flex-start;
    gap: 13px;
  }
  .green-build-tec-summit-theme h2 {
    font-size: 19px;
  }
  .green-build-tec-summit-detail-icon {
    flex-basis: 28px;
    font-size: 26px;
  }
  .green-build-tec-summit-topics {
    padding: 30px 0 35px;
  }
  .green-build-tec-summit-topics-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .green-build-tec-summit-topics-list li {
    padding: 17px 0;
  }
}
/* GREEN INDIA AWARDS */
.green-build-tec-awards {
  background: #fbfcf8;
}
.green-build-tec-awards,
.green-build-tec-awards *,
.green-build-tec-awards *::before,
.green-build-tec-awards *::after {
  box-sizing: border-box;
}
.green-build-tec-awards p {
  margin: 0 0 20px;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.85;
  font-weight: 400;
}
.green-build-tec-awards p strong {
  color: #000;
  font-weight: 700;
}
/* Deep green banner */
.green-build-tec-awards-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 45px 0;
  background:
    radial-gradient(
      ellipse at 85% 50%,
      rgba(169, 146, 69, 0.14),
      transparent 50%
    ),
    linear-gradient(120deg, #073b35, #062e35);
}
.green-build-tec-awards-banner::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(225, 200, 125, 0.15);
  pointer-events: none;
}
.green-build-tec-awards-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #769648,
    #e1c87d 50%,
    #769648
  );
}
.green-build-tec-awards-intro {
  padding: 15px 0;
}
.green-build-tec-awards-intro h1 {
  margin: 0 0 27px;
  color: #fff;
  font-size: clamp(42px, 5vw, 65px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.green-build-tec-awards-intro h1 span {
  color: #e8ce87;
}
/* Date and venue */
.green-build-tec-awards-event {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px 30px;
}
.green-build-tec-awards-event-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
}
.green-build-tec-awards-event-item > i {
  margin-top: 3px;
  color: #e8ce87;
  font-size: 21px;
  line-height: 1.3;
}
.green-build-tec-awards-event-item strong {
  display: block;
  color: #fff;
  font-weight: 600;
}
.green-build-tec-awards-event-item div > span {
  display: block;
  color: #dce8e2;
}
/* Trophy artwork */
.green-build-tec-awards-emblem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  margin-left: auto;
}
.green-build-tec-awards-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232, 206, 135, 0.45);
  border-radius: 50%;
}
.green-build-tec-awards-ring::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(232, 206, 135, 0.3);
  border-radius: 50%;
}
.green-build-tec-awards-emblem > i {
  color: #e8ce87;
  font-size: 100px;
  line-height: 1;
}
.green-build-tec-awards-stars {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 23px;
  color: #e8ce87;
  font-size: 12px;
}
.green-build-tec-awards-stars i:nth-child(2) {
  font-size: 17px;
}
/* Overview */
.green-build-tec-awards-about {
  padding: 38px 0 8px;
}
.green-build-tec-awards-about p:last-child {
  margin-bottom: 0;
}
/* Categories */
.green-build-tec-awards-categories {
  padding: 28px 0 55px;
}
.green-build-tec-awards-heading {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 18px;
}
.green-build-tec-awards-heading h2 {
  margin: 0;
  color: #063b53;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.green-build-tec-awards-heading h2 span {
  color: #187b24;
}
.green-build-tec-awards-heading-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #cfbc80, transparent);
}
.green-build-tec-awards-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-awards-list > li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 20px 0 20px 29px;
  border-bottom: 1px solid #e1e6d7;
  color: #000;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}
/* Gold diamond markers */
.green-build-tec-awards-list > li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #967627;
  transform: translateY(-50%) rotate(45deg);
}
.green-build-tec-awards-list > li:nth-child(even)::before {
  border-color: #187b24;
}
/* Lifetime recognition */
.green-build-tec-awards-list > .green-build-tec-awards-lifetime {
  grid-column: span 2;
  gap: 18px;
  margin-top: 12px;
  padding: 18px 22px;
  border-bottom: 0;
  border-left: 3px solid #a88939;
  background: linear-gradient(90deg, #f1ead5, #f7f9ef);
}
.green-build-tec-awards-lifetime::before {
  display: none;
}
.green-build-tec-awards-lifetime > i {
  flex: 0 0 34px;
  color: #876918;
  font-size: 34px;
  line-height: 1;
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-awards-banner {
    padding: 35px 0;
  }
  .green-build-tec-awards-emblem {
    width: 150px;
    height: 150px;
    margin: 22px 0 5px;
  }
  .green-build-tec-awards-emblem > i {
    font-size: 62px;
  }
  .green-build-tec-awards-stars {
    gap: 9px;
    margin-top: 15px;
    font-size: 9px;
  }
  .green-build-tec-awards-stars i:nth-child(2) {
    font-size: 13px;
  }
  .green-build-tec-awards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 25px;
  }
  .green-build-tec-awards-list > .green-build-tec-awards-lifetime {
    grid-column: 1 / -1;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-awards-banner::before {
    inset: 8px;
  }
  .green-build-tec-awards-intro {
    padding: 5px 0;
  }
  .green-build-tec-awards-intro h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .green-build-tec-awards-intro h1 span {
    display: block;
    margin-top: 4px;
  }
  .green-build-tec-awards-event {
    flex-direction: column;
    gap: 16px;
  }
  .green-build-tec-awards-about {
    padding-top: 28px;
  }
  .green-build-tec-awards-heading h2 {
    font-size: 28px;
  }
  .green-build-tec-awards-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .green-build-tec-awards-list > li {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .green-build-tec-awards-categories {
    padding-bottom: 35px;
  }
}
/* GREEN BUILDTECH — PREMIUM COMPACT BREADCRUMB */
.green-build-tec-pagebanner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #063b53;
  font-family: "Segoe UI", Arial, sans-serif;
}
.green-build-tec-pagebanner,
.green-build-tec-pagebanner *,
.green-build-tec-pagebanner *::before,
.green-build-tec-pagebanner *::after {
  box-sizing: border-box;
}
/* Full-width exhibition image */
.green-build-tec-pagebanner-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
/* Contrast overlay */
.green-build-tec-pagebanner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(
    90deg,
    rgba(3, 35, 48, 0.85),
    rgba(3, 35, 48, 0.5) 55%,
    rgba(3, 35, 48, 0.2)
  );
}
/* Fine architectural grid */
.green-build-tec-pagebanner::after {
  content: "";
  position: absolute;
  inset: 0 40% 0 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255,255,255,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.09) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
/* Sweeping curved panel */
.green-build-tec-pagebanner-shape {
  position: absolute;
  z-index: -2;
  top: -135%;
  left: -15%;
  width: 82%;
  height: 360%;
  border-right: 7px solid #acd943;
  border-radius: 0 50% 50% 0;
  background: linear-gradient(110deg, #063b53 20%, #075047);
  transform: rotate(-12deg);
  box-shadow:
    14px 0 0 rgba(172, 217, 67, 0.16),
    32px 0 0 rgba(172, 217, 67, 0.07);
}
/* Decorative ring on the photograph */
.green-build-tec-pagebanner-orbit {
  position: absolute;
  top: -95px;
  right: 7%;
  z-index: -1;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.045);
  pointer-events: none;
}
/* Layout */
.green-build-tec-pagebanner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 165px;
  padding: 28px 0;
}
.green-build-tec-pagebanner-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  flex: 1;
}
/* Brand icon */
.green-build-tec-pagebanner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 61px;
  height: 61px;
  border: 1px solid rgba(202, 238, 145, 0.55);
  border-radius: 18px 18px 4px 18px;
  background: rgba(180, 224, 105, 0.1);
  color: #c9ee95;
  font-size: 29px;
  transform: rotate(-7deg);
}
.green-build-tec-pagebanner-icon i {
  transform: rotate(7deg);
}
.green-build-tec-pagebanner-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 45px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
  overflow-wrap: anywhere;
}
/* Floating breadcrumb pill */
.green-build-tec-pagebanner-nav {
  flex: 0 1 auto;
  max-width: 45%;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
.green-build-tec-pagebanner-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-build-tec-pagebanner-links li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #187b24;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.green-build-tec-pagebanner-links li + li::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-right: 14px;
  border-top: 1.5px solid #829477;
  border-right: 1.5px solid #829477;
  transform: rotate(45deg);
}
.green-build-tec-pagebanner-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #063b53;
  text-decoration: none;
}
.green-build-tec-pagebanner-links a:hover {
  color: #187b24;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.green-build-tec-pagebanner-links a:focus-visible {
  outline: 2px solid #187b24;
  outline-offset: 4px;
  border-radius: 2px;
}
/* Bottom accent */
.green-build-tec-pagebanner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #94ce17,
    #b7e66b 28%,
    rgba(183, 230, 107, 0.12) 70%,
    transparent
  );
}
/* Tablet */
@media (max-width: 991.98px) {
  .green-build-tec-pagebanner-inner {
    min-height: 150px;
    gap: 20px;
  }
  .green-build-tec-pagebanner-icon {
    flex-basis: 50px;
    height: 50px;
    font-size: 25px;
  }
  .green-build-tec-pagebanner-heading {
    gap: 15px;
  }
  .green-build-tec-pagebanner-nav {
    padding: 11px 16px;
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .green-build-tec-pagebanner-inner {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    min-height: 150px;
    padding: 24px 0;
  }
  .green-build-tec-pagebanner-heading {
    flex: none;
  }
  .green-build-tec-pagebanner-heading h1 {
    font-size: 30px;
  }
  .green-build-tec-pagebanner-icon {
    flex-basis: 43px;
    height: 43px;
    border-radius: 13px 13px 3px 13px;
    font-size: 22px;
  }
  .green-build-tec-pagebanner-shape {
    left: -35%;
    width: 115%;
    border-right-width: 4px;
  }
  .green-build-tec-pagebanner-nav {
    max-width: 100%;
    padding: 8px 14px;
    border-radius: 20px;
  }
  .green-build-tec-pagebanner-links li {
    font-size: 12px;
  }
  .green-build-tec-pagebanner-orbit {
    right: -140px;
  }
}
/* GREEN BUILDTECH — CONTACT PAGE */
.green-build-tec-contact {
  padding: 55px 0;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(148, 206, 23, 0.1),
      transparent 45%
    ),
    #fafcf8;
  font-family: "Segoe UI", Arial, sans-serif;
}
.green-build-tec-contact,
.green-build-tec-contact *,
.green-build-tec-contact *::before,
.green-build-tec-contact *::after {
  box-sizing: border-box;
}
/* Page heading */
.green-build-tec-contact-heading {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 32px;
}
.green-build-tec-contact-heading h1 {
  margin: 0;
  color: #063b53;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -1px;
}
.green-build-tec-contact-heading h1 span {
  color: #187b24;
}
.green-build-tec-contact-heading > span {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #94ce17, transparent);
}
/* Contact information */
.green-build-tec-contact-information {
  padding-right: 22px;
}
.green-build-tec-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid #dfe7d7;
}
.green-build-tec-contact-item:first-child {
  padding-top: 8px;
}
.green-build-tec-contact-item:last-child {
  border-bottom: 0;
}
.green-build-tec-contact-item > div {
  min-width: 0;
}
.green-build-tec-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 15px 15px 4px 15px;
  background: #eaf3de;
  color: #187b24;
  font-size: 24px;
}
.green-build-tec-contact-item:nth-child(even)
.green-build-tec-contact-icon {
  background: #e6eff3;
  color: #063b53;
}
.green-build-tec-contact-item h2 {
  margin: 0 0 9px;
  color: #063b53;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 750;
}
.green-build-tec-contact-item address {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.75;
  font-style: normal;
}
.green-build-tec-contact-item address strong {
  font-weight: 650;
}
.green-build-tec-contact-item a {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #000;
  font-size: 17px;
  line-height: 1.8;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.green-build-tec-contact-item a:hover {
  color: #187b24;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Form panel */
.green-build-tec-contact-form-panel {
  position: relative;
  padding: 32px;
  border: 1px solid #dce6d2;
  border-top: 4px solid #94ce17;
  border-radius: 5px 5px 24px 5px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(6, 59, 83, 0.055);
}
.green-build-tec-contact-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.green-build-tec-contact-form-heading h2 {
  margin: 0;
  color: #063b53;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: -0.5px;
}
.green-build-tec-contact-form-heading h2 span {
  color: #187b24;
}
.green-build-tec-contact-form-heading > i {
  color: #187b24;
  font-size: 29px;
}
.green-build-tec-contact-field {
  margin-bottom: 19px;
}
.green-build-tec-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #063b53;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}
.green-build-tec-contact-field label span {
  color: #187b24;
}
.green-build-tec-contact-field input,
.green-build-tec-contact-field select,
.green-build-tec-contact-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #cfdac5;
  border-radius: 6px;
  background: #fcfdf9;
  color: #000;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.green-build-tec-contact-field textarea {
  min-height: 120px;
  resize: vertical;
}
.green-build-tec-contact-field input:focus,
.green-build-tec-contact-field select:focus,
.green-build-tec-contact-field textarea:focus {
  outline: 2px solid #187b24;
  outline-offset: 2px;
  border-color: #187b24;
  background: #fff;
}
.green-build-tec-contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.green-build-tec-contact-required {
  color: #475444;
  font-size: 13px;
}
.green-build-tec-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid #187b24;
  border-radius: 6px;
  background: #187b24;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.green-build-tec-contact-submit i {
  font-size: 19px;
}
.green-build-tec-contact-submit:hover {
  border-color: #063b53;
  background: #063b53;
}
.green-build-tec-contact-submit:focus-visible,
.green-build-tec-contact-item a:focus-visible {
  outline: 3px solid #063b53;
  outline-offset: 4px;
}
.green-build-tec-contact p {
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1.7;
}
.green-build-tec-contact-status:empty {
  display: none;
}
.green-build-tec-contact-status {
  margin: 18px 0 0;
}
/* Map */
.green-build-tec-contact-map-section {
  margin-top: 42px;
}
.green-build-tec-contact-map-heading {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.green-build-tec-contact-map-heading h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #063b53;
  font-size: 25px;
  font-weight: 750;
}
.green-build-tec-contact-map-heading h2 i {
  color: #187b24;
}
.green-build-tec-contact-map-heading > span {
  flex: 1;
  height: 1px;
  background: #d7e3cc;
}
.green-build-tec-contact-map {
  overflow: hidden;
  border: 1px solid #dce6d2;
  border-radius: 18px;
  background: #edf2e7;
}
.green-build-tec-contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
/* Responsive */
@media (max-width: 991.98px) {
  .green-build-tec-contact {
    padding: 45px 0;
  }
  .green-build-tec-contact-information {
    padding-right: 0;
    margin-bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .green-build-tec-contact {
    padding: 35px 0;
  }
  .green-build-tec-contact-heading h1 {
    font-size: 32px;
  }
  .green-build-tec-contact-item {
    gap: 14px;
    padding: 20px 0;
  }
  .green-build-tec-contact-icon {
    flex-basis: 42px;
    height: 42px;
    font-size: 21px;
  }
  .green-build-tec-contact-form-panel {
    padding: 24px 18px;
  }
  .green-build-tec-contact-form-heading h2 {
    font-size: 25px;
  }
  .green-build-tec-contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .green-build-tec-contact-submit {
    width: 100%;
  }
  .green-build-tec-contact-map-section {
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .green-build-tec-contact-field input,
  .green-build-tec-contact-field select,
  .green-build-tec-contact-field textarea,
  .green-build-tec-contact-submit {
    transition: none;
  }
}