/* ==========================================================================
   Aspekta Font Face Integration
   ========================================================================== */

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Aspekta-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url('fonts/Aspekta-450.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Aspekta-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url('fonts/Aspekta-550.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Aspekta-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url('fonts/Aspekta-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Aspekta-700.woff2') format('woff2');
}

/* Font Family Aliases */
@font-face {
  font-family: 'Aspekta-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Aspekta-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta-400';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Aspekta-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta-450';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url('fonts/Aspekta-450.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta-500';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Aspekta-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta-550';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url('fonts/Aspekta-550.woff2') format('woff2');
}

@font-face {
  font-family: 'Aspekta-600';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Aspekta-600.woff2') format('woff2');
}

/* ==========================================================================
   Root Color Variables
   ========================================================================== */
:root {
  /* Brand & Primary Colors */
  --color-navy-dark: #0e1b2e;
  --color-blue-primary: #2c5fee;
  --color-blue-light: #7495f2;
  --color-blue-dark: #003b95;
  --color-blue-bright: #7495f3;

  /* Text Colors */
  --color-text-body: #344054;
  --color-text-subtle: #46484d;

  /* Background Colors */
  --bg-light-blue: #f6f7fb;
  --bg-off-white: #fbfbfb;
  --bg-white: #ffffff;

  /* Border Colors */
  --border-gray: #e4e7ec;
  --border-light: #d0d5dd;
  --border-soft-blue: #e8edfa;
  --border-light-blue: #e8edfd;

  /* Overlay & Glassmorphism Colors */
  --overlay-dark-glass: #2d3d5333;
  --overlay-dark-glass-2: #26364d3b;
  --overlay-white-glass: #ffffff33;
  --overlay-black-subtle: #00000021;

  /* RGBA Values */
  --rgba-white-40: rgba(255, 255, 255, 0.4);
  --rgba-white-32: rgba(255, 255, 255, 0.32);
  --rgba-white-full: rgba(255, 255, 255, 1);
  --rgba-black-13: rgba(0, 0, 0, 0.13);
  --rgba-black-11: rgba(0, 0, 0, 0.11);
  --rgba-bg-light: rgba(246, 247, 251, 1);
  --rgba-bg-gray: rgba(247, 247, 247, 1);
  --rgba-bg-cream: rgba(248, 247, 243, 1);
  --rgba-navy: rgba(14, 27, 46, 1);
  --rgba-blue: rgba(116, 149, 243, 1);
  --rgba-gray-light: rgba(245, 245, 245, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

/* ==========================================================================
   Scoped Utility Classes (Prefix: .scdt- / Wrapper Scoped)
   ========================================================================== */

/* Display Utilities */
.smart-city-digital-twin-wrapper .scdt-d-flex {
  display: flex !important;
}
.smart-city-digital-twin-wrapper .scdt-d-inline-flex {
  display: inline-flex !important;
}
.smart-city-digital-twin-wrapper .scdt-d-block {
  display: block !important;
}
.smart-city-digital-twin-wrapper .scdt-d-none {
  display: none !important;
}

/* Flexbox Direction & Alignment */
.smart-city-digital-twin-wrapper .scdt-flex-column {
  flex-direction: column !important;
}
.smart-city-digital-twin-wrapper .scdt-flex-row {
  flex-direction: row !important;
}
.smart-city-digital-twin-wrapper .scdt-align-items-start {
  align-items: flex-start !important;
}
.smart-city-digital-twin-wrapper .scdt-align-items-center {
  align-items: center !important;
}
.smart-city-digital-twin-wrapper .scdt-align-items-end {
  align-items: flex-end !important;
}
.smart-city-digital-twin-wrapper .scdt-justify-content-start {
  justify-content: flex-start !important;
}
.smart-city-digital-twin-wrapper .scdt-justify-content-center {
  justify-content: center !important;
}
.smart-city-digital-twin-wrapper .scdt-justify-content-between {
  justify-content: space-between !important;
}
.smart-city-digital-twin-wrapper .scdt-align-self-stretch {
  align-self: stretch !important;
}
.smart-city-digital-twin-wrapper .scdt-flex-shrink-0 {
  flex: 0 0 auto !important;
}
.smart-city-digital-twin-wrapper .scdt-flex-grow-1 {
  flex-grow: 1 !important;
}

/* Positioning Utilities */
.smart-city-digital-twin-wrapper .scdt-pos-relative {
  position: relative !important;
}
.smart-city-digital-twin-wrapper .scdt-pos-absolute {
  position: absolute !important;
}

/* Sizing & Dimension Utilities */
.smart-city-digital-twin-wrapper .scdt-w-full {
  width: 100% !important;
}
.smart-city-digital-twin-wrapper .scdt-w-fit {
  width: fit-content !important;
}
.smart-city-digital-twin-wrapper .scdt-h-full {
  height: 100% !important;
}
.smart-city-digital-twin-wrapper .scdt-whitespace-nowrap {
  white-space: nowrap !important;
}

/* Gap Utilities */
.smart-city-digital-twin-wrapper .scdt-gap-8 {
  gap: 8px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-10 {
  gap: 10px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-12 {
  gap: 12px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-16 {
  gap: 16px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-24 {
  gap: 24px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-32 {
  gap: 32px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-40 {
  gap: 40px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-60 {
  gap: 60px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-84 {
  gap: 84px !important;
}
.smart-city-digital-twin-wrapper .scdt-gap-100 {
  gap: 100px !important;
}

/* Font Size Utilities */
.smart-city-digital-twin-wrapper .scdt-fs-13 {
  font-size: 13px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-14 {
  font-size: 14px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-15 {
  font-size: 15px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-16 {
  font-size: 16px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-18 {
  font-size: 18px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-20 {
  font-size: 20px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-22 {
  font-size: 22px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-24 {
  font-size: 24px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-28 {
  font-size: 28px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-30 {
  font-size: 30px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-36 {
  font-size: 36px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-45 {
  font-size: 45px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-46 {
  font-size: 46px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-48 {
  font-size: 48px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-68 {
  font-size: 68px !important;
}
.smart-city-digital-twin-wrapper .scdt-fs-78 {
  font-size: 78px !important;
}

.smart-city-digital-twin-wrapper .max-width-1098 {
  max-width: 1098px !important;
}

/* Font Family Utilities */
.smart-city-digital-twin-wrapper .scdt-font-inter {
  font-family: Inter, Helvetica, sans-serif !important;
}
.smart-city-digital-twin-wrapper .scdt-font-aspekta {
  font-family: Aspekta, Aspekta-600, Helvetica, sans-serif !important;
}

/* Font Weight Utilities */
.smart-city-digital-twin-wrapper .scdt-fw-400 {
  font-weight: 400 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-450 {
  font-weight: 450 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-500 {
  font-weight: 500 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-600 {
  font-weight: 600 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-650 {
  font-weight: 650 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-700 {
  font-weight: 700 !important;
}

/* Line Height & Letter Spacing Utilities */
.smart-city-digital-twin-wrapper .scdt-lh-24 {
  line-height: 24px !important;
}
.smart-city-digital-twin-wrapper .scdt-lh-140 {
  line-height: 140% !important;
}
.smart-city-digital-twin-wrapper .scdt-lh-110 {
  line-height: 110% !important;
}
.smart-city-digital-twin-wrapper .scdt-tracking-0 {
  letter-spacing: 0px !important;
}
.smart-city-digital-twin-wrapper .scdt-tracking-neg-05 {
  letter-spacing: -0.5px !important;
}
.smart-city-digital-twin-wrapper .scdt-text-uppercase {
  text-transform: uppercase !important;
}
.smart-city-digital-twin-wrapper .scdt-align-middle {
  vertical-align: middle !important;
}

/* Font Weight Utilities */
.smart-city-digital-twin-wrapper .scdt-fw-400 {
  font-weight: 400 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-500 {
  font-weight: 500 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-550 {
  font-weight: 550 !important;
}
.smart-city-digital-twin-wrapper .scdt-fw-600 {
  font-weight: 600 !important;
}

/* Font / Text Color Utilities */
.smart-city-digital-twin-wrapper .scdt-text-navy {
  color: var(--color-navy-dark) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-blue {
  color: var(--color-blue-primary) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-white {
  color: var(--bg-white) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-body {
  color: var(--color-text-body) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-subtle {
  color: var(--color-text-subtle) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-blue-bright {
  color: var(--color-blue-bright) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-border-light {
  color: var(--border-light) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-blue-dark {
  color: var(--color-blue-dark) !important;
}
.smart-city-digital-twin-wrapper .scdt-text-transparent {
  color: transparent !important;
}
/* Background Color Utilities */
.smart-city-digital-twin-wrapper .scdt-bg-light-blue {
  background-color: var(--bg-light-blue) !important;
}
.smart-city-digital-twin-wrapper .scdt-bg-white {
  background-color: var(--bg-white) !important;
}
.smart-city-digital-twin-wrapper .scdt-bg-off-white {
  background-color: var(--bg-off-white) !important;
}
.smart-city-digital-twin-wrapper .scdt-bg-glass {
  background-color: var(--overlay-dark-glass) !important;
}

/* ==========================================================================
   Smart City Digital Twin Layout Styles (Exact User Code)
   ========================================================================== */

.smart-city-digital-twin-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background: transparent;
}

.smart-city-digital-twin-wrapper .scdt-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .scdt-hero-overview-wrapper {
  width: 100%;
  background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==========================================================================
   Section 01: Hero Start
   ========================================================================== */
.smart-city-digital-twin-wrapper .frame {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  padding: 100px 16px 60px 16px;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .img {
  width: 24px;
  height: 24px;
}

.smart-city-digital-twin-wrapper .about-us-title-about {
  font-family: 'Inter', Helvetica;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1px;
}

.smart-city-digital-twin-wrapper .smart-city-digital {
  width: 100%;
  max-width: 1311px;
  font-family: 'Aspekta-Regular', Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 78px;
  letter-spacing: -0.5px;
  line-height: 85.8px;
}

.smart-city-digital-twin-wrapper .text-wrapper {
  letter-spacing: -0.39px;
}

.smart-city-digital-twin-wrapper .span {
  letter-spacing: -0.39px;
}

.smart-city-digital-twin-wrapper .p {
  width: 100%;
  max-width: 1142px;
  font-family: 'Aspekta-500', Helvetica;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30.8px;
}

.smart-city-digital-twin-wrapper .hero-image-container {
  position: relative;
  width: 100%;
  align-self: stretch;
}

.smart-city-digital-twin-wrapper .rectangle {
  height: 483px;
  margin-bottom: -9px;
  border-radius: 24px;
  object-fit: cover;
}

.smart-city-digital-twin-wrapper .hero-stats-card {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
  padding: 53px 84px;
  margin: -180px auto 0 auto;
  position: relative;
  z-index: 3;
  background-color: var(--bg-white);
  border-radius: 24px;
  border: 1px solid var(--border-gray);
}

.smart-city-digital-twin-wrapper .frame-4 {
  width: 160px;
}

.smart-city-digital-twin-wrapper .strong {
  margin-top: -1px;
  font-family: 'Aspekta-Regular', Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 81.6px;
  white-space: nowrap;
}

.smart-city-digital-twin-wrapper .text-wrapper-3 {
  margin-top: -1px;
  font-family: 'Aspekta-400', Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 22px;
}

.smart-city-digital-twin-wrapper .line {
  width: 1px;
  height: 103px;
}

.smart-city-digital-twin-wrapper .frame-wrapper {
  padding: 16px 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: var(--overlay-dark-glass);
  border-radius: 0px 0px 24px 24px;
  border-right: 1px solid var(--overlay-white-glass);
  border-bottom: 1px solid var(--overlay-white-glass);
  border-left: 1px solid var(--overlay-white-glass);
  backdrop-filter: blur(20px) brightness(110%);
  -webkit-backdrop-filter: blur(20px) brightness(110%);
}

.smart-city-digital-twin-wrapper .img-2 {
  width: 32px;
  height: 32px;
}

.smart-city-digital-twin-wrapper .text-wrapper-4 {
  margin-top: -1.19px;
  font-family: 'Aspekta-400', Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26.2px;
}

.smart-city-digital-twin-wrapper .strong-k {
  font-family: 'Aspekta-600', Helvetica;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23.8px;
}

/* ==========================================================================
   Section 01: Hero End / Section 02: Project Overview Start
   ========================================================================== */
.smart-city-digital-twin-wrapper .frame-9 {
  display: flex;
  flex-direction: column;
  width: 1600px;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 100px 80px;
  position: relative;
  flex: 0 0 auto;
  background: linear-gradient(
    180deg,
    var(--rgba-bg-light) 0%,
    var(--rgba-white-full) 100%
  );
}

.smart-city-digital-twin-wrapper .frame-10 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.smart-city-digital-twin-wrapper .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .frame-14 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .about-us-title-about-2 {
  position: relative;
  margin-top: -1px;
  font-family: 'Aspekta', Helvetica, sans-serif;
  font-weight: 550;
  color: var(--color-blue-primary);
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 130%;
  text-transform: uppercase;
}

.smart-city-digital-twin-wrapper .connecting-the {
  position: relative;
  width: 100%;
  font-family: 'Aspekta-550', Helvetica;
  font-weight: 400;
  color: var(--color-navy-dark);
  font-size: 46px;
  letter-spacing: 0;
  line-height: 1.15;
}

.smart-city-digital-twin-wrapper .secondary-paragraph,
.smart-city-digital-twin-wrapper .text-wrapper-5 {
  display: block;
  width: 100%;
  font-family: 'Aspekta', Helvetica, sans-serif;
  font-weight: 450;
  color: #344054;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 150%;
  position: relative;
}

.smart-city-digital-twin-wrapper .frame-15 {
  display: flex;
  flex-direction: column;
  width: 462px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 40px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--border-gray);
  background: linear-gradient(
    180deg,
    var(--rgba-white-full) 0%,
    var(--rgba-gray-light) 100%
  );
}

.smart-city-digital-twin-wrapper .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .about-us-title-about-3 {
  width: auto;
  font-family: 'Aspekta', Helvetica, sans-serif;
  font-weight: 550;
  color: var(--color-blue-primary);
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
}

.smart-city-digital-twin-wrapper .about-us-title-about-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .about-us-title-about-4 {
  flex: 1;
  font-family: 'Aspekta-500', Helvetica;
  font-weight: 400;
  color: var(--color-navy-dark);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
}

.smart-city-digital-twin-wrapper .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.smart-city-digital-twin-wrapper .layer {
  position: relative;
  width: 12px;
  height: 12px;
}

.smart-city-digital-twin-wrapper .text-wrapper-6 {
  position: relative;
  width: auto;
  font-family: 'Aspekta-500', Helvetica;
  font-weight: 400;
  color: var(--color-navy-dark);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
}

.smart-city-digital-twin-wrapper .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.smart-city-digital-twin-wrapper .frame-17 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

/* ==========================================================================
   Section 02: Project Overview
   ========================================================================== */
.smart-city-digital-twin-wrapper .project-overview-section {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .project-overview-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}

.smart-city-digital-twin-wrapper .about-us-title-about-2 {
  font-family: 'Aspekta', sans-serif;
  font-weight: 550;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--color-blue-primary);
}

.smart-city-digital-twin-wrapper .secondary-paragraph,
.smart-city-digital-twin-wrapper .text-wrapper-5 {
  font-family: 'Aspekta', sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.4px;
  vertical-align: middle;
  color: #344054;
}

.smart-city-digital-twin-wrapper .secondary-paragraph a,
.smart-city-digital-twin-wrapper .text-wrapper-5 a {
  color: var(--color-blue-primary);
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.smart-city-digital-twin-wrapper .secondary-paragraph a:hover,
.smart-city-digital-twin-wrapper .text-wrapper-5 a:hover {
  color: var(--color-blue-dark);
}

.smart-city-digital-twin-wrapper .objectives-card-container {
  width: 462px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #e4e7ec;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .about-us-title-about-3 {
  font-family: 'Aspekta', sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--color-blue-primary);
}

.smart-city-digital-twin-wrapper .objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smart-city-digital-twin-wrapper .objectives-item {
  padding: 16px 0;
  border-bottom: 1px solid #e4e7ec;
}

.smart-city-digital-twin-wrapper .objectives-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.smart-city-digital-twin-wrapper .objectives-item:first-child {
  padding-top: 0;
}

.smart-city-digital-twin-wrapper .layer {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 1;
}

/* ==========================================================================
   Section 03: Key Challenges
   ========================================================================== */
.smart-city-digital-twin-wrapper .key-challenges-section {
  width: 100%;
  background-color: #f6f7fb;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .challenges-header-wrapper {
  padding: 0 80px;
  box-sizing: border-box;
  width: 100%;
}

.smart-city-digital-twin-wrapper .challenges-card-container {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.smart-city-digital-twin-wrapper .challenge-item-row {
  padding: 40px;
  border-bottom: 1px solid #e4e7ec;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .challenge-item-row:last-child {
  border-bottom: none;
}

.smart-city-digital-twin-wrapper .challenge-category-col {
  width: 260px;
  flex-shrink: 0;
  padding-top: 4px;
}

.smart-city-digital-twin-wrapper .challenge-content-col {
  flex: 1;
}

/* ==========================================================================
   Section 04: Solution
   ========================================================================== */
.smart-city-digital-twin-wrapper .solutions-section {
  width: 100%;
  background-color: #fcfcfc;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .solutions-header-wrapper {
  padding: 0 80px;
  box-sizing: border-box;
  width: 100%;
}

.smart-city-digital-twin-wrapper .solutions-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .solution-card-item {
  padding: 40px;
  border-right: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
}

.smart-city-digital-twin-wrapper .solution-card-item:nth-child(2),
.smart-city-digital-twin-wrapper .solution-card-item:nth-child(4),
.smart-city-digital-twin-wrapper .solution-card-item:nth-child(6) {
  background-color: #fcfcfc;
}

.smart-city-digital-twin-wrapper .solution-card-item:nth-child(3n) {
  border-right: none;
}

.smart-city-digital-twin-wrapper .solution-card-item:nth-child(n + 4) {
  border-bottom: none;
}

/* ==========================================================================
   Section 05: Architecture of a Smart City Digital Twin
   ========================================================================== */
.smart-city-digital-twin-wrapper .architecture-section {
  width: 100%;
  background-color: #f6f7fb;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .architecture-header-wrapper {
  padding: 0 150px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}

.smart-city-digital-twin-wrapper .max-width-750 {
  max-width: 750px;
  margin: 0 auto;
}

.smart-city-digital-twin-wrapper .architecture-flow-wrapper {
  position: relative;
  width: 100%;
  padding-top: 30px;
}

/* Architecture Flow Grid (4 Cards Step Diagram) */
.smart-city-digital-twin-wrapper .architecture-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  position: relative;
}

.smart-city-digital-twin-wrapper .arch-flow-card {
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(16, 24, 40, 0.03);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: fit-content;
}

.smart-city-digital-twin-wrapper .arch-card-icon {
  margin-bottom: 45px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.smart-city-digital-twin-wrapper .arch-card-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.smart-city-digital-twin-wrapper .arch-card-title {
  margin: 0 0 16px 0;
  color: #101828;
  letter-spacing: 0.5px;
}

.smart-city-digital-twin-wrapper .arch-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.smart-city-digital-twin-wrapper .arch-card-list li {
  font-family: 'Aspekta', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  color: #46484d;
  display: flex;
  align-items: center;
  gap: 8px;
}

.smart-city-digital-twin-wrapper .arch-tick {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Stepped cards positioning & connector lines on Desktop */
@media (min-width: 992px) {
  .smart-city-digital-twin-wrapper .arch-card-step-1 {
    margin-top: 0px;
  }
  .smart-city-digital-twin-wrapper .arch-card-step-2 {
    margin-top: 34px;
  }
  .smart-city-digital-twin-wrapper .arch-card-step-3 {
    margin-top: 74px;
  }
  .smart-city-digital-twin-wrapper .arch-card-step-4 {
    margin-top: 114px;
  }

  /* Vector stepped connector lines base */
  .smart-city-digital-twin-wrapper .arch-card-step-1::after,
  .smart-city-digital-twin-wrapper .arch-card-step-2::after,
  .smart-city-digital-twin-wrapper .arch-card-step-3::after {
    content: '';
    position: absolute;
    left: 50%;
    width: calc(100% + 24px);
    height: 69px;
    background-image: url('/casestudies-assets/smart-city-digital-twin/svg/scdt-vector-decor.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }

  .smart-city-digital-twin-wrapper .arch-card-step-1::after {
    top: -36px;
  }

  .smart-city-digital-twin-wrapper .arch-card-step-2::after {
    top: -32px;
  }

  .smart-city-digital-twin-wrapper .arch-card-step-3::after {
    top: -30px;
  }
}

/* 3 Layer Cards Grid (Matching User Reference Image) */
.smart-city-digital-twin-wrapper .architecture-layers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .layer-column-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
}

.smart-city-digital-twin-wrapper .layer-image-box {
  background: #ffffff;
  border: 1px solid #e8edfa;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smart-city-digital-twin-wrapper .layer-image-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.smart-city-digital-twin-wrapper .layer-img {
  width: 100%;
  aspect-ratio: 1.02 / 1;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.smart-city-digital-twin-wrapper .layer-info-box {
  background: #ffffff;
  border: 1px solid #e8edfa;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smart-city-digital-twin-wrapper .layer-info-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.smart-city-digital-twin-wrapper .layer-icon-sq,
.smart-city-digital-twin-wrapper .scdt-button-icon-1,
.smart-city-digital-twin-wrapper .scdt-button-icon-2,
.smart-city-digital-twin-wrapper .scdt-button-icon-3 {
  width: 72px;
  height: 72px;
  min-width: 64px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.smart-city-digital-twin-wrapper .layer-text-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smart-city-digital-twin-wrapper .layer-title {
  margin: 0;
  color: #0b192c;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.25;
}

.smart-city-digital-twin-wrapper .layer-desc {
  margin: 0;
  color: #475569;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.45;
}

/* ==========================================================================
   Section 06: Tech Stack
   ========================================================================== */
.smart-city-digital-twin-wrapper .tech-stack-section {
  width: 100%;
  background-color: white;
  padding: 100px 0 60px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .tech-rows-container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.smart-city-digital-twin-wrapper .tech-row-item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.smart-city-digital-twin-wrapper .tech-category-label {
  min-width: 240px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #475569;
  line-height: 1.4;
  padding-top: 10px;
}

.smart-city-digital-twin-wrapper .tech-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}

.smart-city-digital-twin-wrapper .tech-tag {
  font-family: 'Aspekta', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0f172a;
  background: #f8fafc;
  padding: 12px 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
  line-height: 1.3;
}

.smart-city-digital-twin-wrapper .tech-tag:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
  transform: translateY(-1px);
}

/* ==========================================================================
   Section Results (Transforming Urban Planning)
   ========================================================================== */
.smart-city-digital-twin-wrapper .results-section {
  width: 100%;
  background-color: #f6f7fb;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .results-header-wrapper {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.smart-city-digital-twin-wrapper .results-header-desc {
  max-width: 1098px;
}

.smart-city-digital-twin-wrapper .results-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .results-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e8edfa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smart-city-digital-twin-wrapper .results-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.smart-city-digital-twin-wrapper .results-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.smart-city-digital-twin-wrapper .results-card-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: luminosity;
}

/* Card 1: Optimized City Operations (Col 1, Row 1-2 - Row Span 2) */
.smart-city-digital-twin-wrapper .results-card-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  padding: 36px 36px 0 36px;
  justify-content: space-between;
}

.smart-city-digital-twin-wrapper .results-img-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 24px;
}

.smart-city-digital-twin-wrapper .results-card-1 .results-card-img {
  margin: 0 auto;
}

/* Card 2: Data-Driven Decision-Making (Col 2-3, Row 1 - Col Span 2) */
.smart-city-digital-twin-wrapper .results-card-2 {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  flex-direction: column;
  /* align-items: center;
  justify-content: space-between; */
  padding: 36px 40px;
  gap: 24px;
}

.smart-city-digital-twin-wrapper .results-card-2 .results-card-content {
  max-width: 70%;
  flex: 1;
  /* align-self: center; */
}

.smart-city-digital-twin-wrapper .results-card-2 .results-card-img-wrapper {
  max-width: 55%;
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.smart-city-digital-twin-wrapper .results-card-2 .results-card-img {
  max-width: 100%;
  height: auto;
}

/* Card 3: Improved Citizen Engagement (Col 2, Row 2) */
.smart-city-digital-twin-wrapper .results-card-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  justify-content: center;
  padding: 36px 40px;
}

/* Card 4: Faster Infrastructure Planning (Col 3, Row 2-3 - Row Span 2) */
.smart-city-digital-twin-wrapper .results-card-4 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
  padding: 36px 36px 0 36px;
  justify-content: space-between;
}

.smart-city-digital-twin-wrapper .results-stat-number {
  color: #0b192c;
  line-height: 1;
  margin-bottom: 4px;
}

.smart-city-digital-twin-wrapper .results-bridge-wrapper {
  margin-top: 24px;
  width: calc(100% + 72px);
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.smart-city-digital-twin-wrapper .results-card-4 .results-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Card 5: Scalable Smart City Platform (Col 1-2, Row 3 - Col Span 2) */
.smart-city-digital-twin-wrapper .results-card-5 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  flex-direction: column;
  padding: 36px 40px;
  gap: 24px;
}

.smart-city-digital-twin-wrapper .results-card-5 .results-card-content {
  max-width: 70%;
  flex: 1;
}

.smart-city-digital-twin-wrapper .results-card-5 .results-card-img-wrapper {
  max-width: 55%;
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.smart-city-digital-twin-wrapper .results-card-5 .results-card-img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Section 07: Team, Timeline, and Scope
   ========================================================================== */
.smart-city-digital-twin-wrapper .team-scope-section {
  width: 100%;
  background-color: white;
  padding: 40px 0 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .team-scope-dark-card {
  position: relative;
  background: #081225;
  border-radius: 24px;
  padding: 56px 48px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Ambient background glow */
.smart-city-digital-twin-wrapper .team-scope-dark-card::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(44, 95, 238, 0.45) 0%,
    rgba(8, 18, 37, 0) 100%
  );
  border-radius: 285.5px;
  pointer-events: none;
  z-index: 1;
}

.smart-city-digital-twin-wrapper .team-scope-top-row,
.smart-city-digital-twin-wrapper .team-scope-bottom-row {
  position: relative;
  z-index: 2;
}

.smart-city-digital-twin-wrapper .team-scope-header-left {
  max-width: 500px;
  flex: 1;
  margin-bottom: 130px;
}

.smart-city-digital-twin-wrapper .scdt-badge-icon-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smart-city-digital-twin-wrapper .scdt-text-blue-bright {
  color: #60a5fa;
  letter-spacing: 1.5px;
}

.smart-city-digital-twin-wrapper .team-scope-subtitle {
  color: #cbd5e1;
}

.smart-city-digital-twin-wrapper .team-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  gap: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smart-city-digital-twin-wrapper .team-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.smart-city-digital-twin-wrapper .team-card-top-right {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  align-self: flex-end;
}

.smart-city-digital-twin-wrapper .team-card-icon-sq {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.smart-city-digital-twin-wrapper .team-card-icon-sq img {
  width: 44px;
  height: 44px;
  display: block;
}

.smart-city-digital-twin-wrapper .team-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smart-city-digital-twin-wrapper .team-card-label {
  color: #64748b;
  letter-spacing: 1.2px;
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.25;
}

.smart-city-digital-twin-wrapper .team-card-value {
  margin: 0;
  color: #003b95;
  font-size: 30px;
  font-weight: 550;
  line-height: 1.2;
}

.smart-city-digital-twin-wrapper .team-card-desc {
  margin: 0;
  color: #344054;
  margin-top: 8px;
  font-size: 16px !important;
  font-weight: 450;
  line-height: 1.5;
}

.smart-city-digital-twin-wrapper .team-scope-bottom-row {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.smart-city-digital-twin-wrapper .team-card-col-duration {
  flex: 1;
}

.smart-city-digital-twin-wrapper .team-card-col-scope {
  flex: 1.6;
}

.smart-city-digital-twin-wrapper .team-card-col-model {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
}

/* ==========================================================================
   Section 08: FAQ Accordion
   ========================================================================== */
.smart-city-digital-twin-wrapper .faq-section {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .faq-container-card {
  background: #f4f7fd;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.smart-city-digital-twin-wrapper .faq-item {
  border-bottom: 1px solid #e8edfa;
  padding: 28px 32px;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.smart-city-digital-twin-wrapper .faq-item:last-child {
  border-bottom: none;
}

.smart-city-digital-twin-wrapper .faq-item.scdt-faq-active {
  background: #e8edfd;
}

.smart-city-digital-twin-wrapper .faq-question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.smart-city-digital-twin-wrapper .faq-question-text {
  font-family: 'Aspekta', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #0e1b2e;
  margin: 0;
}

.smart-city-digital-twin-wrapper .faq-toggle-btn {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100px;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.smart-city-digital-twin-wrapper .faq-icon-close,
.smart-city-digital-twin-wrapper .faq-icon-plus {
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.smart-city-digital-twin-wrapper .faq-icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.7);
}

.smart-city-digital-twin-wrapper .faq-icon-plus {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.smart-city-digital-twin-wrapper .faq-item.scdt-faq-active .faq-toggle-btn {
  background: #0f172a;
}

.smart-city-digital-twin-wrapper .faq-item.scdt-faq-active .faq-icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.smart-city-digital-twin-wrapper .faq-item.scdt-faq-active .faq-icon-plus {
  opacity: 0;
  transform: rotate(90deg) scale(0.7);
}

.smart-city-digital-twin-wrapper .faq-answer-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding-right: 48px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    margin-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.smart-city-digital-twin-wrapper .faq-item.scdt-faq-active .faq-answer-content {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}

.smart-city-digital-twin-wrapper .faq-answer-content p {
  font-family: 'Aspekta', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #0e1b2e;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .smart-city-digital-twin-wrapper .faq-answer-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .smart-city-digital-twin-wrapper .faq-answer-content p {
    font-size: 16px;
  }
}

/* ==========================================================================
   Section 09: CTA Banner
   ========================================================================== */
.smart-city-digital-twin-wrapper .cta-banner-section {
  width: 100%;
  background: linear-gradient(180deg, #f8f7f3 0%, #ffffff 29.22%);
  padding: 40px 0 100px 0;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .cta-banner-outer-card {
  width: 100%;
  border-radius: 32px;
  background-image: url('/casestudies-assets/smart-city-digital-twin/img/scdt-final-section.webp');
  background-size: cover;
  background-position: center;
  padding: 142px 80px 100px 80px;
  box-sizing: border-box;
}

.smart-city-digital-twin-wrapper .cta-banner-white-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  gap: 32px;
}

.smart-city-digital-twin-wrapper .cta-banner-text-block {
  max-width: 695px;
}

.smart-city-digital-twin-wrapper .cta-book-btn {
  font-family: 'Aspekta', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #0b192c;
  padding: 16px 32px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease;
}

.smart-city-digital-twin-wrapper .cta-book-btn:hover {
  background: #0a2d90;
  color: #ffffff;
}

/* ==========================================================================
   Responsive Breakpoints & Responsive Typography System
   Breakpoints: 1199px, 991px, 768px, 480px
   Minimum font size across all breakpoints: 16px
   ========================================================================== */

@media (max-width: 1199px) {
  .smart-city-digital-twin-wrapper .frame {
    padding-top: 80px !important;
    padding-bottom: 48px !important;
    gap: 48px !important;
  }

  .smart-city-digital-twin-wrapper .smart-city-digital,
  .smart-city-digital-twin-wrapper .scdt-fs-78 {
    font-size: 56px !important;
    line-height: 1.15 !important;
  }

  .smart-city-digital-twin-wrapper .p,
  .smart-city-digital-twin-wrapper .scdt-fs-22 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .smart-city-digital-twin-wrapper .strong,
  .smart-city-digital-twin-wrapper .scdt-fs-68 {
    font-size: 54px !important;
    line-height: 1.2 !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-48,
  .smart-city-digital-twin-wrapper .scdt-fs-46 {
    font-size: 38px !important;
  }
  .smart-city-digital-twin-wrapper .scdt-fs-30 {
    font-size: 26px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-24 {
    font-size: 20px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-20 {
    font-size: 18px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-60 {
    gap: 48px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-48 {
    gap: 36px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-header-wrapper {
    padding: 0 48px !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item {
    padding: 32px 28px !important;
    gap: 14px !important;
  }

  .smart-city-digital-twin-wrapper .architecture-header-wrapper {
    padding: 0 48px !important;
  }

  .smart-city-digital-twin-wrapper .arch-flow-card {
    padding: 24px 18px !important;
  }

  /* .smart-city-digital-twin-wrapper .layer-img {
    height: 220px !important;
  } */

  .smart-city-digital-twin-wrapper .hero-stats-card {
    padding: 40px 48px !important;
    margin-top: -120px !important;
    gap: 48px !important;
  }

  .smart-city-digital-twin-wrapper .frame-5 {
    gap: 48px !important;
  }

  .smart-city-digital-twin-wrapper .architecture-layers-grid {
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .layer-column-card {
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .layer-image-box {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .smart-city-digital-twin-wrapper .layer-img {
    border-radius: 12px !important;
  }

  .smart-city-digital-twin-wrapper .layer-info-box {
    padding: 18px 14px !important;
    border-radius: 16px !important;
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .layer-title {
    font-size: 18px !important;
  }

  .smart-city-digital-twin-wrapper .layer-desc {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .tech-row-item {
    gap: 32px !important;
  }

  .smart-city-digital-twin-wrapper .tech-category-label {
    min-width: 200px !important;
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .tech-tag {
    font-size: 16px !important;
    padding: 10px 16px !important;
  }
}

@media (max-width: 991px) {
  .smart-city-digital-twin-wrapper .project-overview-section {
    padding: 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .project-overview-container {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .smart-city-digital-twin-wrapper .overview-left-content {
    max-width: 100% !important;
  }

  .smart-city-digital-twin-wrapper .objectives-card-container {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .smart-city-digital-twin-wrapper .frame {
    padding-top: 60px !important;
    padding-bottom: 36px !important;
    gap: 36px !important;
  }

  .smart-city-digital-twin-wrapper .smart-city-digital,
  .smart-city-digital-twin-wrapper .scdt-fs-78 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.3px !important;
  }

  .smart-city-digital-twin-wrapper .p,
  .smart-city-digital-twin-wrapper .scdt-fs-22 {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .smart-city-digital-twin-wrapper .about-us-title-about,
  .smart-city-digital-twin-wrapper .scdt-fs-18 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-48,
  .smart-city-digital-twin-wrapper .scdt-fs-46 {
    font-size: 32px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-45 {
    font-size: 30px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-36 {
    font-size: 26px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-30 {
    font-size: 22px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-28,
  .smart-city-digital-twin-wrapper .solution-card-title {
    font-size: 20px !important;
    line-height: 130% !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-24 {
    font-size: 18px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-20 {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-60 {
    gap: 36px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-48 {
    gap: 28px !important;
  }

  .smart-city-digital-twin-wrapper .hero-stats-card {
    padding: 32px 36px !important;
    margin-top: -80px !important;
    gap: 32px !important;
  }

  .smart-city-digital-twin-wrapper .strong,
  .smart-city-digital-twin-wrapper .scdt-fs-68 {
    font-size: 44px !important;
    line-height: 1.2 !important;
  }

  .smart-city-digital-twin-wrapper .frame-wrapper {
    padding: 14px 20px !important;
    width: 95% !important;
  }

  .smart-city-digital-twin-wrapper .frame-5 {
    gap: 24px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .smart-city-digital-twin-wrapper .key-challenges-section {
    padding: 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .challenges-header-wrapper {
    padding: 0 !important;
  }

  .smart-city-digital-twin-wrapper .challenge-item-row {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 28px 24px !important;
  }

  .smart-city-digital-twin-wrapper .challenge-category-col {
    width: 100% !important;
  }

  .smart-city-digital-twin-wrapper .solutions-section {
    padding: 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .solutions-header-wrapper {
    padding: 0 !important;
  }

  .smart-city-digital-twin-wrapper .solutions-card-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item {
    padding: 28px 24px !important;
    gap: 14px !important;
    border-right: 1px solid #e4e7ec !important;
    border-bottom: 1px solid #e4e7ec !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item:nth-child(2n) {
    border-right: none !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item:nth-child(5),
  .smart-city-digital-twin-wrapper .solution-card-item:nth-child(6) {
    border-bottom: none !important;
  }

  .smart-city-digital-twin-wrapper .architecture-section {
    padding: 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .architecture-header-wrapper {
    padding: 0 !important;
  }

  .smart-city-digital-twin-wrapper .architecture-flow-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .arch-flow-card {
    height: 100% !important;
  }

  .smart-city-digital-twin-wrapper .arch-card-step-1,
  .smart-city-digital-twin-wrapper .arch-card-step-2,
  .smart-city-digital-twin-wrapper .arch-card-step-3,
  .smart-city-digital-twin-wrapper .arch-card-step-4 {
    margin-top: 0 !important;
    height: 100% !important;
  }

  .smart-city-digital-twin-wrapper .arch-card-step-1::before,
  .smart-city-digital-twin-wrapper .arch-card-step-1::after,
  .smart-city-digital-twin-wrapper .arch-card-step-2::before,
  .smart-city-digital-twin-wrapper .arch-card-step-2::after,
  .smart-city-digital-twin-wrapper .arch-card-step-3::before,
  .smart-city-digital-twin-wrapper .arch-card-step-3::after {
    display: none !important;
  }

  .smart-city-digital-twin-wrapper .architecture-layers-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .smart-city-digital-twin-wrapper .layer-img {
    height: 280px !important;
  }

  .smart-city-digital-twin-wrapper .results-section {
    padding: 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .results-grid-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .results-card,
  .smart-city-digital-twin-wrapper .results-card-1,
  .smart-city-digital-twin-wrapper .results-card-2,
  .smart-city-digital-twin-wrapper .results-card-3,
  .smart-city-digital-twin-wrapper .results-card-4,
  .smart-city-digital-twin-wrapper .results-card-5 {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 24px 20px !important;
    border-radius: 20px !important;
  }

  .smart-city-digital-twin-wrapper .results-card-2 .results-card-content,
  .smart-city-digital-twin-wrapper .results-card-5 .results-card-content,
  .smart-city-digital-twin-wrapper .results-card .results-card-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .smart-city-digital-twin-wrapper .results-card .results-card-img-wrapper,
  .smart-city-digital-twin-wrapper .results-card .results-img-center,
  .smart-city-digital-twin-wrapper .results-card .results-bridge-wrapper,
  .smart-city-digital-twin-wrapper .results-card .results-card-img {
    display: none !important;
  }

  .smart-city-digital-twin-wrapper .tech-stack-section {
    padding: 50px 0 !important;
  }

  .smart-city-digital-twin-wrapper .tech-rows-container {
    gap: 24px !important;
    margin-top: 8px !important;
  }

  .smart-city-digital-twin-wrapper .tech-row-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
  }

  .smart-city-digital-twin-wrapper .tech-row-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .smart-city-digital-twin-wrapper .tech-category-label {
    width: 100% !important;
    min-width: auto !important;
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    padding-top: 0 !important;
  }

  .smart-city-digital-twin-wrapper .tech-tag {
    font-size: 16px !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-section {
    padding: 40px 0 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-dark-card {
    padding: 36px 28px !important;
    border-radius: 24px !important;
    gap: 24px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-top-row {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-header-left {
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  .smart-city-digital-twin-wrapper .team-card-top-right {
    width: 100% !important;
    min-width: auto !important;
    align-self: auto !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-bottom-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-col-duration,
  .smart-city-digital-twin-wrapper .team-card-col-scope {
    width: 100% !important;
    min-width: auto !important;
    flex: none !important;
  }

  .smart-city-digital-twin-wrapper .team-card-col-model {
    grid-column: span 2 !important;
    width: 100% !important;
    min-width: auto !important;
    flex: none !important;
  }

  .smart-city-digital-twin-wrapper .team-card-value {
    font-size: 24px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-label,
  .smart-city-digital-twin-wrapper .team-card-desc {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .faq-section {
    padding: 50px 0 !important;
  }

  .smart-city-digital-twin-wrapper .faq-item {
    padding: 24px 24px !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-section {
    padding: 32px 0 60px 0 !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-outer-card {
    padding: 32px 24px !important;
    border-radius: 24px !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-white-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 32px 28px !important;
    border-radius: 20px !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-text-block {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .smart-city-digital-twin-wrapper .frame {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    gap: 24px !important;
  }

  .smart-city-digital-twin-wrapper .div {
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .smart-city-digital,
  .smart-city-digital-twin-wrapper .scdt-fs-78 {
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.2px !important;
  }

  .smart-city-digital-twin-wrapper .p,
  .smart-city-digital-twin-wrapper .scdt-fs-22 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .smart-city-digital-twin-wrapper .about-us-title-about,
  .smart-city-digital-twin-wrapper .scdt-fs-18 {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-48,
  .smart-city-digital-twin-wrapper .scdt-fs-46,
  .smart-city-digital-twin-wrapper .scdt-fs-45 {
    font-size: 24px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-36 {
    font-size: 22px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-30 {
    font-size: 20px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-28,
  .smart-city-digital-twin-wrapper .solution-card-title {
    font-size: 18px !important;
    line-height: 130% !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-24,
  .smart-city-digital-twin-wrapper .scdt-fs-20 {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-60 {
    gap: 24px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-48 {
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .hero-image-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
  }

  .smart-city-digital-twin-wrapper .frame-wrapper {
    order: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    padding: 16px !important;
    background-color: var(--color-navy-dark) !important;
  }

  .smart-city-digital-twin-wrapper .rectangle {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 240px !important;
    max-height: none !important;
    border-radius: 16px !important;
    object-fit: cover !important;
  }
  .smart-city-digital-twin-wrapper .objectives-card-container {
    padding: 20px;
  }
  .smart-city-digital-twin-wrapper .frame-5 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .frame-6,
  .smart-city-digital-twin-wrapper .frame-8 {
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .hero-stats-card {
    flex-direction: row !important;
    padding: 24px 16px !important;
    margin-top: 0px !important;
    gap: 16px !important;
    align-items: center !important;
    justify-content: space-around !important;
    text-align: center !important;
    border-radius: 16px !important;
  }

  .smart-city-digital-twin-wrapper .frame-4 {
    flex: 1 !important;
    width: auto !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
  }

  .smart-city-digital-twin-wrapper .div-wrapper {
    justify-content: center !important;
  }

  .smart-city-digital-twin-wrapper .text-wrapper-3 {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .smart-city-digital-twin-wrapper .line {
    width: 1px !important;
    height: auto !important;
    min-height: 60px !important;
    align-self: stretch !important;
    background-color: var(--border-gray) !important;
    margin: 0 !important;
  }

  .smart-city-digital-twin-wrapper .strong,
  .smart-city-digital-twin-wrapper .scdt-fs-68 {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .smart-city-digital-twin-wrapper .key-challenges-section {
    padding: 40px 0px !important;
  }

  .smart-city-digital-twin-wrapper .challenges-header-wrapper {
    padding: 0 0px !important;
  }

  .smart-city-digital-twin-wrapper .challenges-card-container {
    border-radius: 16px !important;
  }

  .smart-city-digital-twin-wrapper .challenge-item-row {
    padding: 20px 16px !important;
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .challenge-item-title {
    font-size: 20px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-section {
    padding: 40px 0px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-header-wrapper {
    padding: 0 0px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-card-grid {
    grid-template-columns: 1fr !important;
    border-radius: 16px !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item {
    padding: 20px 16px !important;
    gap: 12px !important;
    border-right: none !important;
    border-bottom: 1px solid #e4e7ec !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item:nth-child(5) {
    border-bottom: 1px solid #e4e7ec !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item:last-child {
    border-bottom: none !important;
  }

  .smart-city-digital-twin-wrapper .architecture-section {
    padding: 40px 0px !important;
  }

  .smart-city-digital-twin-wrapper .architecture-header-wrapper {
    padding: 0 0px !important;
  }

  .smart-city-digital-twin-wrapper .architecture-flow-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .arch-flow-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
    height: 100% !important;
  }

  .smart-city-digital-twin-wrapper .layer-image-box {
    border-radius: 16px !important;
    padding: 12px !important;
  }

  .smart-city-digital-twin-wrapper .layer-img {
    border-radius: 12px !important;
    height: 220px !important;
  }

  .smart-city-digital-twin-wrapper .layer-info-box {
    border-radius: 16px !important;
    padding: 18px 16px !important;
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .layer-icon-sq,
  .smart-city-digital-twin-wrapper .scdt-button-icon-1,
  .smart-city-digital-twin-wrapper .scdt-button-icon-2,
  .smart-city-digital-twin-wrapper .scdt-button-icon-3 {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  .smart-city-digital-twin-wrapper .results-section {
    padding: 40px 0 !important;
  }

  .smart-city-digital-twin-wrapper .results-grid-container {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .results-card {
    padding: 15px !important;
    border-radius: 15px !important;
  }

  .smart-city-digital-twin-wrapper .tech-stack-section {
    padding: 40px 0 !important;
  }

  .smart-city-digital-twin-wrapper .tech-rows-container {
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .tech-row-item {
    gap: 10px !important;
    padding-bottom: 18px !important;
  }

  .smart-city-digital-twin-wrapper .tech-category-label {
    font-size: 16px !important;
    letter-spacing: 1.2px !important;
  }

  .smart-city-digital-twin-wrapper .tech-tags-wrapper {
    gap: 10px !important;
  }

  .smart-city-digital-twin-wrapper .tech-tag {
    font-size: 16px !important;
    padding: 9px 14px !important;
    border-radius: 10px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-section {
    padding: 32px 0 40px 0 !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-dark-card {
    padding: 24px 18px !important;
    border-radius: 20px !important;
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-top-row {
    flex-direction: column !important;
    gap: 18px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-top-right,
  .smart-city-digital-twin-wrapper .team-card-col-duration,
  .smart-city-digital-twin-wrapper .team-card-col-scope,
  .smart-city-digital-twin-wrapper .team-card-col-model {
    width: 100% !important;
    min-width: auto !important;
    grid-column: auto !important;
    flex: none !important;
  }

  .smart-city-digital-twin-wrapper .team-info-card {
    padding: 22px 18px !important;
    border-radius: 16px !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-value {
    font-size: 22px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-label,
  .smart-city-digital-twin-wrapper .team-card-desc {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .faq-section {
    padding: 40px 0 !important;
  }

  .smart-city-digital-twin-wrapper .faq-container-card {
    border-radius: 20px !important;
  }

  .smart-city-digital-twin-wrapper .faq-item {
    padding: 20px 18px !important;
  }

  .smart-city-digital-twin-wrapper .faq-question-text {
    font-size: 18px !important;
  }

  .smart-city-digital-twin-wrapper .faq-answer-content {
    padding-right: 0 !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-outer-card {
    padding: 20px 16px !important;
    border-radius: 20px !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-white-card {
    padding: 24px 20px !important;
    border-radius: 16px !important;
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .cta-book-btn {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .smart-city-digital-twin-wrapper .frame {
    padding-top: 24px !important;
    padding-bottom: 16px !important;
    gap: 15px !important;
  }

  .smart-city-digital-twin-wrapper .smart-city-digital,
  .smart-city-digital-twin-wrapper .scdt-fs-78 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .smart-city-digital-twin-wrapper .p,
  .smart-city-digital-twin-wrapper .scdt-fs-22 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .smart-city-digital-twin-wrapper .strong,
  .smart-city-digital-twin-wrapper .scdt-fs-68 {
    font-size: 30px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-48,
  .smart-city-digital-twin-wrapper .scdt-fs-46,
  .smart-city-digital-twin-wrapper .scdt-fs-45 {
    font-size: 22px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-36 {
    font-size: 20px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-30 {
    font-size: 18px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-28,
  .smart-city-digital-twin-wrapper .solution-card-title {
    font-size: 17px !important;
    line-height: 130% !important;
  }

  .smart-city-digital-twin-wrapper .scdt-fs-24,
  .smart-city-digital-twin-wrapper .scdt-fs-20,
  .smart-city-digital-twin-wrapper .scdt-fs-18 {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-60 {
    gap: 20px !important;
  }

  .smart-city-digital-twin-wrapper .scdt-gap-48 {
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .challenges-card-container {
    border-radius: 12px !important;
  }

  .smart-city-digital-twin-wrapper .challenge-item-row {
    padding: 16px 12px !important;
    gap: 10px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-section {
    padding: 32px 0px !important;
  }

  .smart-city-digital-twin-wrapper .solutions-card-grid {
    border-radius: 12px !important;
  }

  .smart-city-digital-twin-wrapper .solution-card-item {
    padding: 16px 12px !important;
    gap: 10px !important;
  }

  .smart-city-digital-twin-wrapper .architecture-section {
    padding: 32px 0px !important;
  }

  .smart-city-digital-twin-wrapper .layer-img {
    height: 180px !important;
  }

  .smart-city-digital-twin-wrapper .layer-image-box,
  .smart-city-digital-twin-wrapper .layer-info-box {
    border-radius: 12px !important;
  }

  .smart-city-digital-twin-wrapper .hero-stats-card {
    flex-direction: column !important;
    padding: 20px 16px !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .hero-stats-card .frame-4 {
    width: 100% !important;
    flex: none !important;
  }

  .smart-city-digital-twin-wrapper .hero-stats-card .line {
    width: 100% !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 4px 0 !important;
  }

  .smart-city-digital-twin-wrapper .results-section {
    padding: 32px 0 !important;
  }

  .smart-city-digital-twin-wrapper .results-card {
    padding: 15px !important;
    border-radius: 15px !important;
  }

  .smart-city-digital-twin-wrapper .tech-stack-section {
    padding: 32px 0 !important;
  }

  .smart-city-digital-twin-wrapper .tech-rows-container {
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .tech-row-item {
    gap: 8px !important;
    padding-bottom: 14px !important;
  }

  .smart-city-digital-twin-wrapper .tech-category-label {
    font-size: 16px !important;
    letter-spacing: 1px !important;
  }

  .smart-city-digital-twin-wrapper .tech-tags-wrapper {
    gap: 8px !important;
  }

  .smart-city-digital-twin-wrapper .tech-tag {
    font-size: 16px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
  }

  .smart-city-digital-twin-wrapper .team-scope-dark-card {
    padding: 20px 14px !important;
    border-radius: 16px !important;
    gap: 16px !important;
  }

  .smart-city-digital-twin-wrapper .team-info-card {
    padding: 18px 14px !important;
    border-radius: 12px !important;
    gap: 12px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-value {
    font-size: 20px !important;
  }

  .smart-city-digital-twin-wrapper .team-card-label,
  .smart-city-digital-twin-wrapper .team-card-desc {
    font-size: 16px !important;
  }

  .smart-city-digital-twin-wrapper .faq-item {
    padding: 16px 14px !important;
  }

  .smart-city-digital-twin-wrapper .faq-toggle-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  .smart-city-digital-twin-wrapper .cta-banner-white-card {
    padding: 20px 16px !important;
    border-radius: 14px !important;
  }
}
