.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-34155 .elementor-element.elementor-element-7d23b89{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-34155 .elementor-element.elementor-element-d3c5043 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-34155 .elementor-element.elementor-element-d3c5043 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-weight:400;}@media(max-width:1366px){.elementor-widget-container .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-34155 .elementor-element.elementor-element-d3c5043 .elementor-heading-title{font-size:1.2em;}}@media(min-width:2400px){.elementor-widget-container .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .eael-protected-content-message{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .protected-content-error-msg{line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-1dcbc2b */:root {
  --bg: #f7f8fc;
  --white: #ffffff;
  --text: #1f2430;
  --muted: #5d6678;
  --line: #e6e9f2;
  --primary: #5b5cf0;
  --primary-dark: #4647d6;
  --secondary: #eef1ff;
  --dark: #111827;
  --shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-tag,
.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 16px;
}

h1, h2, h3, h4 {
  line-height: 1.15;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(91, 92, 240, 0.25);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: var(--white);
  color: var(--text);
  border-color: var(--line);
}

.btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.text-link {
  color: var(--primary);
  font-weight: 700;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(247, 248, 252, 0.82);
  border-bottom: 1px solid rgba(230, 233, 242, 0.7);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: var(--muted);
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--text);
}

/* HERO */
.hero {
  padding: 90px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.hero-content p {
  max-width: 640px;
  font-size: 1.08rem;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-mini-data {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-mini-data div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-mini-data strong {
  font-size: 1.05rem;
}

.hero-mini-data span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
}

.hero-card-main {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-card-main img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  left: -30px;
  bottom: 26px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 320px;
  padding: 18px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(230,233,242,0.9);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-floating-card span {
  padding: 8px 12px;
  background: var(--secondary);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
}

/* CARDS */
.cards-3,
.cards-4 {
  display: grid;
  gap: 24px;
}

.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.info-card,
.service-card,
.project-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.info-card,
.service-card {
  padding: 28px;
}

.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--secondary);
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 22px;
}

.info-card p,
.service-card p {
  margin-bottom: 20px;
}

/* SERVICES */
.services {
  background: linear-gradient(180deg, #f7f8fc 0%, #f1f4fb 100%);
}

/* COMMUNITY */
.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.community-content p {
  margin-bottom: 24px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  font-weight: 500;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--primary);
  font-size: 1.2rem;
}

.community-box {
  display: flex;
  justify-content: center;
}

.community-panel {
  background: linear-gradient(135deg, #1f2430 0%, #2f3650 100%);
  color: #fff;
  padding: 42px;
  border-radius: 28px;
  box-shadow: var(--shadow);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.community-panel h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.community-panel p {
  color: rgba(255,255,255,0.8);
}

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.about-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.about-content p {
  margin-bottom: 18px;
}

/* PROJECTS */
.project-card {
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.project-info {
  padding: 22px;
}

/* FINAL CTA */
.final-cta-box {
  background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 60px 40px;
  text-align: center;
}

.final-cta-box p {
  max-width: 700px;
  margin: 0 auto 28px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* FOOTER */
.site-footer {
  background: #111827;
  color: #fff;
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 40px;
}

.site-footer h4 {
  margin-bottom: 14px;
}

.site-footer p,
.site-footer a {
  color: rgba(255,255,255,0.72);
}

.site-footer ul {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
  color: rgba(255,255,255,0.56);
  font-size: 0.95rem;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-grid,
  .community-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-card-main img,
  .about-image img {
    height: auto;
  }

  .hero-floating-card {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .main-nav {
    display: none;
  }

  .cards-3,
  .cards-4,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 74px 0;
  }

  .header-inner {
    min-height: 74px;
  }

  .hero {
    padding-top: 60px;
  }

  .final-cta-box {
    padding: 40px 24px;
  }
}/* End custom CSS */