.elementor-427 .elementor-element.elementor-element-0fde56c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-1247b45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-5c48d03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-4290dc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-1c408e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-37ffb87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-fe49eeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-6d8eef6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-2554d7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-47e46de *//* =========================================================
   PAGE SMART BUILDING — HERO
========================================================= */

.gtbox-smartbuilding-hero {
  position: relative;
  overflow: hidden;

  width: 100%;
  padding: 132px 0 96px;

  color: #ffffff;

  background:
    radial-gradient(circle at 78% 42%, rgba(143,205,55,0.18), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
}

.gtbox-smartbuilding-hero::before {
  content: "";

  position: absolute;
  right: -120px;
  top: -120px;

  width: 360px;
  height: 360px;

  border-radius: 42px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.015)
    );

  transform: rotate(18deg);

  pointer-events: none;
}

.gtbox-smartbuilding-hero-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

/* CONTENT */

.gtbox-smartbuilding-hero-content {
  max-width: 700px;
}

.gtbox-smartbuilding-hero-tag {
  display: inline-block;

  margin-bottom: 22px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);

  backdrop-filter: blur(10px);

  color: rgba(255,255,255,0.88);

  font-size: 13px;
  font-weight: 850;
}

.gtbox-smartbuilding-hero h1 {
  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-smartbuilding-hero-content p {
  max-width: 650px;

  margin: 0;

  color: rgba(255,255,255,0.82);

  font-size: 1.08rem;
  line-height: 1.75;
}

/* ACTIONS */

.gtbox-smartbuilding-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.gtbox-smartbuilding-btn-primary,
.gtbox-smartbuilding-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 28px;

  border-radius: 16px;

  font-size: 15px;
  font-weight: 850;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-smartbuilding-btn-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-smartbuilding-btn-primary:hover {
  background: #ff8a1f;
  transform: translateY(-2px);
}

.gtbox-smartbuilding-btn-secondary {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.22);

  color: #ffffff;
}

.gtbox-smartbuilding-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

/* BADGES */

.gtbox-smartbuilding-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 30px;
}

.gtbox-smartbuilding-hero-badges span {
  padding: 10px 14px;

  border-radius: 999px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.78);

  font-size: 0.84rem;
  font-weight: 700;
}

/* VISUAL */

.gtbox-smartbuilding-hero-visual {
  position: relative;
}

.gtbox-smartbuilding-hero-visual::before {
  content: "";

  position: absolute;
  inset: -60px;

  background:
    radial-gradient(circle, rgba(143,205,55,0.16), transparent 60%);

  filter: blur(34px);

  pointer-events: none;
}

/* SCENE */

.gtbox-smartbuilding-scene {
  position: relative;

  height: 560px;

  border-radius: 34px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.24);

  overflow: hidden;
}

.gtbox-smartbuilding-scene::before {
  content: "";

  position: absolute;
  inset: 0;

  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: 44px 44px;

  opacity: 0.35;
}

/* CORE */

.gtbox-smartbuilding-core {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 180px;
  height: 180px;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle at top,
      rgba(143,205,55,0.26),
      rgba(143,205,55,0.10)
    );

  border: 1px solid rgba(143,205,55,0.30);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 0 60px rgba(143,205,55,0.24);

  z-index: 3;
}

.gtbox-smartbuilding-core span {
  margin-bottom: 4px;

  color: rgba(255,255,255,0.72);

  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gtbox-smartbuilding-core strong {
  color: #ffffff;

  font-size: 1.45rem;
  font-weight: 850;
}

/* NODES */

.gtbox-smartbuilding-node {
  position: absolute;
  z-index: 3;

  width: 190px;

  padding: 18px;

  border-radius: 22px;

  background: rgba(255,255,255,0.07);

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(10px);
}

.gtbox-smartbuilding-node strong {
  display: block;

  margin-bottom: 6px;

  color: #ffffff;

  font-size: 0.98rem;
  font-weight: 850;
}

.gtbox-smartbuilding-node small {
  color: rgba(255,255,255,0.68);

  font-size: 0.76rem;
  line-height: 1.5;
}

.node-energy {
  left: 36px;
  top: 70px;
}

.node-hvac {
  right: 36px;
  top: 80px;
}

.node-light {
  left: 48px;
  bottom: 70px;
}

.node-iot {
  right: 36px;
  bottom: 82px;
}

/* SVG */

.gtbox-smartbuilding-lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  z-index: 2;
}

.gtbox-smartbuilding-lines path {
  fill: none;

  stroke: rgba(143,205,55,0.85);

  stroke-width: 2;

  stroke-dasharray: 6 8;

  filter:
    drop-shadow(0 0 10px rgba(143,205,55,0.45));
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-smartbuilding-hero {
    padding: 118px 0 84px;
  }

  .gtbox-smartbuilding-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gtbox-smartbuilding-hero-content {
    max-width: none;
  }
}

@media (max-width: 768px) {

  .gtbox-smartbuilding-hero {
    padding: 98px 0 70px;
  }

  .gtbox-smartbuilding-hero-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .gtbox-smartbuilding-hero-actions {
    flex-direction: column;
  }

  .gtbox-smartbuilding-btn-primary,
  .gtbox-smartbuilding-btn-secondary {
    width: 100%;
  }

  .gtbox-smartbuilding-scene {
    height: 720px;
  }

  .gtbox-smartbuilding-node {
    width: 150px;
    padding: 14px;
  }

  .node-energy {
    left: 14px;
    top: 24px;
  }

  .node-hvac {
    right: 14px;
    top: 120px;
  }

  .node-light {
    left: 14px;
    bottom: 120px;
  }

  .node-iot {
    right: 14px;
    bottom: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24a346e *//* =========================================================
   PAGE SMART BUILDING — DÉFINITION
========================================================= */

.gtbox-smartbuilding-definition-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(143,205,55,0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-smartbuilding-definition-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-definition-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-definition-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-definition-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-definition-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-definition-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-smartbuilding-definition-content {
  display: grid;
  gap: 18px;
}

.gtbox-smartbuilding-definition-card {
  padding: 28px 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-smartbuilding-definition-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.32);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-smartbuilding-definition-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-smartbuilding-definition-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-smartbuilding-definition-card h3 {
  margin: 0 0 10px;
  color: #17324d;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-definition-card p {
  margin: 0;
  color: #5c6f82;
  line-height: 1.7;
}

/* VISUAL */

.gtbox-smartbuilding-definition-visual {
  position: relative;
}

.gtbox-smartbuilding-definition-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.14), transparent 60%);
  filter: blur(34px);
  pointer-events: none;
}

.gtbox-smartbuilding-definition-panel {
  position: relative;
  z-index: 2;
  height: 520px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #071c2c, #102b45);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 30px 80px rgba(13,31,51,0.20);
  overflow: hidden;
}

.gtbox-smartbuilding-definition-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  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: 42px 42px;
  opacity: 0.24;
}

/* BUILDING */

.gtbox-smartbuilding-definition-building {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  padding: 18px;
  border-radius: 26px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.12),
      rgba(255,255,255,0.05)
    );
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
}

.gtbox-smartbuilding-floor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.gtbox-smartbuilding-floor:last-child {
  margin-bottom: 0;
}

.gtbox-smartbuilding-floor span {
  height: 42px;
  border-radius: 10px;
  background:
    linear-gradient(
      180deg,
      rgba(143,205,55,0.55),
      rgba(143,205,55,0.14)
    );
  box-shadow:
    0 0 14px rgba(143,205,55,0.16);
}

/* POINTS */

.gtbox-smartbuilding-definition-points {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
}

.gtbox-smartbuilding-definition-points strong {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.point-a {
  top: 72px;
  left: 56px;
}

.point-b {
  top: 120px;
  right: 52px;
}

.point-c {
  bottom: 110px;
  left: 46px;
}

.point-d {
  bottom: 72px;
  right: 54px;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-smartbuilding-definition-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-definition-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-smartbuilding-definition-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-definition-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-smartbuilding-definition-panel {
    height: 620px;
  }

  .gtbox-smartbuilding-definition-building {
    width: 180px;
  }

  .gtbox-smartbuilding-floor span {
    height: 30px;
  }

  .gtbox-smartbuilding-definition-points {
    padding: 10px 12px;
  }

  .point-a {
    top: 34px;
    left: 18px;
  }

  .point-b {
    top: 120px;
    right: 18px;
  }

  .point-c {
    bottom: 120px;
    left: 18px;
  }

  .point-d {
    bottom: 34px;
    right: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5972b05 *//* =========================================================
   PAGE SMART BUILDING — TECHNOLOGIES
========================================================= */

.gtbox-smartbuilding-tech-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(143,205,55,0.07), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-smartbuilding-tech-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-tech-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-tech-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-tech-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-tech-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-smartbuilding-tech-card {
  position: relative;
  min-height: 220px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-smartbuilding-tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-smartbuilding-tech-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-smartbuilding-tech-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-smartbuilding-tech-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-tech-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-smartbuilding-tech-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gtbox-smartbuilding-tech-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-smartbuilding-tech-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-tech-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-smartbuilding-tech-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eda474 *//* =========================================================
   PAGE SMART BUILDING — FONCTIONNEMENT
========================================================= */

.gtbox-smartbuilding-workflow-section {
  width: 100%;
  padding: 112px 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);
  color: #ffffff;
}

.gtbox-smartbuilding-workflow-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-workflow-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-workflow-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-workflow-header h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-workflow-header p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-workflow-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* STEPS */

.gtbox-smartbuilding-workflow-steps {
  display: grid;
  gap: 18px;
}

.gtbox-smartbuilding-workflow-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.gtbox-smartbuilding-workflow-step:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.085);
  border-color: rgba(143,205,55,0.26);
}

.gtbox-smartbuilding-workflow-step.is-active {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    rgba(255,255,255,0.08);
}

.gtbox-smartbuilding-workflow-step span {
  flex-shrink: 0;

  width: 44px;
  height: 44px;

  border-radius: 14px;

  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.24);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #8fcd37;

  font-size: 0.82rem;
  font-weight: 850;
}

.gtbox-smartbuilding-workflow-step h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-workflow-step p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
}

/* VISUAL */

.gtbox-smartbuilding-workflow-visual {
  position: relative;
}

.gtbox-smartbuilding-workflow-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.18), transparent 62%);
  filter: blur(36px);
  pointer-events: none;
}

.gtbox-smartbuilding-workflow-panel {
  position: relative;
  z-index: 2;

  height: 560px;

  border-radius: 34px;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.24);

  overflow: hidden;
}

.gtbox-smartbuilding-workflow-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  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: 44px 44px;
  opacity: 0.35;
}

/* CENTER */

.gtbox-smartbuilding-workflow-center {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 150px;
  height: 150px;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(circle at top,
    rgba(143,205,55,0.26),
    rgba(143,205,55,0.10));

  border: 1px solid rgba(143,205,55,0.30);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 3;

  box-shadow:
    0 0 50px rgba(143,205,55,0.22);
}

.gtbox-smartbuilding-workflow-center span {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 850;
}

/* ORBITS */

.gtbox-smartbuilding-workflow-orbit {
  position: absolute;
  z-index: 3;

  padding: 14px 18px;

  border-radius: 18px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(10px);
}

.gtbox-smartbuilding-workflow-orbit strong {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.orbit-1 {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-2 {
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.orbit-3 {
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-4 {
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}

/* SVG */

.gtbox-smartbuilding-workflow-lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  z-index: 2;
}

.gtbox-smartbuilding-workflow-lines circle {
  fill: none;

  stroke: rgba(143,205,55,0.18);

  stroke-width: 2;

  stroke-dasharray: 8 10;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-smartbuilding-workflow-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-workflow-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-smartbuilding-workflow-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-workflow-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-smartbuilding-workflow-step {
    flex-direction: column;
  }

  .gtbox-smartbuilding-workflow-panel {
    height: 520px;
  }

  .orbit-1 {
    top: 24px;
  }

  .orbit-2 {
    right: 20px;
  }

  .orbit-3 {
    bottom: 24px;
  }

  .orbit-4 {
    left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1705576 *//* =========================================================
   PAGE SMART BUILDING — PERFORMANCE ÉNERGÉTIQUE
========================================================= */

.gtbox-smartbuilding-energy-section {
  width: 100%;
  padding: 112px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(143,205,55,0.08), transparent 32%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-smartbuilding-energy-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-energy-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-energy-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-energy-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-energy-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-energy-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* VISUAL */

.gtbox-smartbuilding-energy-visual {
  position: relative;
}

.gtbox-smartbuilding-energy-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.16), transparent 60%);
  filter: blur(34px);
  pointer-events: none;
}

.gtbox-smartbuilding-energy-panel {
  position: relative;
  z-index: 2;

  padding: 28px;

  border-radius: 32px;

  background:
    linear-gradient(135deg, #071c2c, #102b45);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 30px 80px rgba(13,31,51,0.20);

  overflow: hidden;
}

.gtbox-smartbuilding-energy-panel::before {
  content: "";
  position: absolute;
  inset: 0;

  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: 42px 42px;

  opacity: 0.28;
}

/* TOP */

.gtbox-smartbuilding-energy-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 20px;

  margin-bottom: 24px;
}

.gtbox-smartbuilding-energy-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-smartbuilding-energy-top span {
  color: rgba(255,255,255,0.62);

  font-size: 0.84rem;
}

.gtbox-smartbuilding-energy-top small {
  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(143,205,55,0.12);

  border: 1px solid rgba(143,205,55,0.22);

  color: #8fcd37;

  font-size: 0.72rem;
  font-weight: 850;
}

/* CHART */

.gtbox-smartbuilding-energy-chart {
  position: relative;

  height: 320px;

  margin-bottom: 24px;

  border-radius: 26px;

  background:
    radial-gradient(circle at center, rgba(143,205,55,0.08), transparent 60%),
    rgba(255,255,255,0.04);

  border: 1px solid rgba(255,255,255,0.08);

  overflow: hidden;
}

.gtbox-smartbuilding-energy-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);

  background-size: 42px 42px;
}

.gtbox-smartbuilding-energy-chart svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.gtbox-smartbuilding-energy-chart path {
  fill: none;

  stroke: #8fcd37;
  stroke-width: 4;

  stroke-linecap: round;

  filter:
    drop-shadow(0 0 12px rgba(143,205,55,0.45));
}

.gtbox-smartbuilding-energy-chart circle {
  fill: #8fcd37;
}

/* BADGES */

.gtbox-smartbuilding-energy-badge {
  position: absolute;

  padding: 14px 16px;

  border-radius: 18px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(10px);
}

.gtbox-smartbuilding-energy-badge strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1rem;
  font-weight: 850;
}

.gtbox-smartbuilding-energy-badge span {
  color: rgba(255,255,255,0.66);

  font-size: 0.74rem;
}

.badge-a {
  left: 34px;
  bottom: 34px;
}

.badge-b {
  right: 34px;
  top: 34px;
}

/* STATS */

.gtbox-smartbuilding-energy-stats {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.gtbox-smartbuilding-energy-stat {
  padding: 16px;

  border-radius: 18px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-smartbuilding-energy-stat small {
  display: block;

  margin-bottom: 10px;

  color: rgba(255,255,255,0.62);

  font-size: 0.74rem;
}

.gtbox-smartbuilding-energy-stat strong {
  color: #ffffff;

  font-size: 1.15rem;
  font-weight: 850;
}

/* CONTENT */

.gtbox-smartbuilding-energy-content {
  display: grid;
  gap: 18px;
}

.gtbox-smartbuilding-energy-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;

  padding: 26px 24px;

  border-radius: 24px;

  background: #ffffff;

  border: 1px solid #e4edf3;

  box-shadow:
    0 14px 34px rgba(13,31,51,0.045);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-smartbuilding-energy-point:hover {
  transform: translateY(-4px);

  border-color: rgba(143,205,55,0.32);

  box-shadow:
    0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-smartbuilding-energy-point.is-featured {
  border-color: rgba(143,205,55,0.34);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-smartbuilding-energy-point span {
  flex-shrink: 0;

  width: 44px;
  height: 44px;

  border-radius: 14px;

  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #8fcd37;

  font-size: 0.82rem;
  font-weight: 850;
}

.gtbox-smartbuilding-energy-point h3 {
  margin: 0 0 8px;

  color: #17324d;

  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-energy-point p {
  margin: 0;

  color: #5c6f82;

  line-height: 1.65;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-smartbuilding-energy-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-energy-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-smartbuilding-energy-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-energy-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-smartbuilding-energy-stats {
    grid-template-columns: 1fr;
  }

  .gtbox-smartbuilding-energy-point {
    flex-direction: column;
  }

  .gtbox-smartbuilding-energy-chart {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c318afd *//* =========================================================
   PAGE SMART BUILDING — CONFORT & EXPLOITATION
========================================================= */

.gtbox-smartbuilding-comfort-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(143,205,55,0.075), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-smartbuilding-comfort-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-comfort-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-comfort-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-comfort-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-comfort-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-comfort-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-smartbuilding-comfort-card {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-smartbuilding-comfort-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-smartbuilding-comfort-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-smartbuilding-comfort-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-smartbuilding-comfort-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-comfort-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-smartbuilding-comfort-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-comfort-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-smartbuilding-comfort-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-smartbuilding-comfort-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-comfort-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5beff1 *//* =========================================================
   PAGE SMART BUILDING — CAS D’USAGE
========================================================= */

.gtbox-smartbuilding-usecases-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(143,205,55,0.08), transparent 32%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-smartbuilding-usecases-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-usecases-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-smartbuilding-usecases-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-usecases-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-smartbuilding-usecases-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-smartbuilding-usecase-card {
  position: relative;
  min-height: 240px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-smartbuilding-usecase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-smartbuilding-usecase-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-smartbuilding-usecase-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-smartbuilding-usecase-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-smartbuilding-usecase-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-smartbuilding-usecases-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-usecases-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-smartbuilding-usecase-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-smartbuilding-usecases-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-usecases-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-376a4ee *//* =========================================================
   PAGE SMART BUILDING — FAQ
========================================================= */

.gtbox-smartbuilding-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-smartbuilding-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-smartbuilding-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-smartbuilding-faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-faq-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.gtbox-smartbuilding-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gtbox-smartbuilding-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-smartbuilding-faq-item {
  border-radius: 20px;
  background: #f6f9fc;
  border: 1px solid #e7edf3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13,31,51,0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-smartbuilding-faq-item[open] {
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-smartbuilding-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #17324d;
  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-smartbuilding-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-smartbuilding-faq-item summary::after {
  content: "+";
  float: right;
  color: #8fcd37;
  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-smartbuilding-faq-item[open] summary::after {
  content: "–";
}

.gtbox-smartbuilding-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6f82;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {

  .gtbox-smartbuilding-faq-section {
    padding: 84px 0;
  }

  .gtbox-smartbuilding-faq-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e09c1b *//* =========================================================
   PAGE SMART BUILDING — CTA FINAL
========================================================= */

.gtbox-smartbuilding-cta-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(143,205,55,0.16), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,0.04), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
  color: #ffffff;
}

.gtbox-smartbuilding-cta-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015));
  transform: rotate(18deg);
  pointer-events: none;
}

.gtbox-smartbuilding-cta-section::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,205,55,0.16), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}

.gtbox-smartbuilding-cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.gtbox-smartbuilding-cta-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-smartbuilding-cta-inner h2 {
  max-width: 880px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-smartbuilding-cta-inner p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.80);
  font-size: 1.08rem;
  line-height: 1.75;
}

.gtbox-smartbuilding-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-smartbuilding-cta-primary,
.gtbox-smartbuilding-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.gtbox-smartbuilding-cta-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-smartbuilding-cta-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(255,122,0,0.34);
}

.gtbox-smartbuilding-cta-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
}

.gtbox-smartbuilding-cta-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.38);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .gtbox-smartbuilding-cta-section {
    padding: 92px 0;
  }

  .gtbox-smartbuilding-cta-inner {
    padding: 0 20px;
  }

  .gtbox-smartbuilding-cta-inner h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .gtbox-smartbuilding-cta-actions {
    flex-direction: column;
  }

  .gtbox-smartbuilding-cta-primary,
  .gtbox-smartbuilding-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */