﻿:root {
  --brand-green: #add9a0;
  --hero-base: #123859;
  --hero-accent: #3b82bf;
  --brand-blue: #295fa6;
  --brand-blue-dark: #123859;
  --brand-blue-light: #3b82bf;
  --brand-sand: #f2dbae;
  --text-main: #1d1d1d;
  --text-soft: #4f5f71;
  --surface-soft: #f5f8fc;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-main);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.logo-strip {
  background-color: #fff;
}

.logo-row {
  min-height: 132px;
}

.project-logo {
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.navbar-band {
  background-color: var(--brand-green);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.project-navbar {
  font-family: "Raleway", "Segoe UI", sans-serif;
}

.project-navbar .navbar-collapse {
  align-items: center;
}

.project-navbar .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.15);
}

.project-navbar .navbar-nav {
  gap: 0.35rem;
  margin-right: 0;
}

.project-navbar .nav-link {
  color: #000;
  font-weight: 600;
  padding: 1rem 0.9rem 1rem 0;
  position: relative;
}

.project-navbar .nav-link:hover,
.project-navbar .nav-link:focus,
.project-navbar .nav-link.active {
  color: #000;
}

.project-navbar .nav-link.active::after,
.project-navbar .nav-link:hover::after,
.project-navbar .nav-link:focus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.9rem;
  bottom: 0.7rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.6);
}

.search-btn {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1.2rem;
  padding: 1rem 0 1rem 0.75rem;
  line-height: 1;
}

.search-btn:hover,
.search-btn:focus {
  color: #000;
  opacity: 0.72;
}

.project-hero {
  min-height: 540px;
  background: linear-gradient(180deg, var(--hero-base) 0%, var(--hero-accent) 100%);
}

.hero-copy {
  padding: 5.5rem 0;
}

.hero-text {
  color: #fff;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 1.45vw + 1rem, 2rem);
  line-height: 1.7;
  text-wrap: balance;
  max-width: 1100px;
  margin-inline: auto;
}

.hero-text strong {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.info-section,
.goals-section,
.project-cards-section {
  padding: 5.5rem 0 4.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fd 100%);
}

.goals-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.project-cards-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
}

.section-heading {
  position: relative;
  margin-bottom: 2.75rem;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(41, 95, 166, 0) 0%, rgba(41, 95, 166, 0.18) 12%, rgba(41, 95, 166, 0.18) 88%, rgba(41, 95, 166, 0) 100%);
  z-index: 0;
}

.section-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  padding-inline: 1.2rem;
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  font-weight: 700;
  font-family: "Raleway", "Segoe UI", sans-serif;
  background-color: #fff;
}

.info-main-title,
.goals-main-title {
  color: var(--brand-blue);
  margin-bottom: 0;
}

.info-shell,
.goals-shell {
  position: relative;
}

.info-left-column {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.info-image-card {
  width: min(100%, 27rem);
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 0.5rem solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(18, 56, 89, 0.12);
}

.info-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}

.info-text-wrap p,
.goals-copy p,
.goals-note-card p {
  margin-bottom: 1.45rem;
  color: var(--text-soft);
  font-size: 1.12rem;
  line-height: 1.9;
}

.info-text-wrap strong,
.info-text-wrap b,
.goals-copy strong,
.goals-note-card strong,
.project-card-text strong {
  color: var(--brand-blue-dark);
}

.measures-card {
  margin: 2rem 0 1.75rem;
  padding: 1.55rem 1.75rem 1.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(41, 95, 166, 0.06) 0%, rgba(59, 130, 191, 0.12) 100%);
  border: 1px solid rgba(59, 130, 191, 0.14);
}

.measures-title,
.goals-list-title {
  margin: 0 0 1rem;
  color: var(--brand-blue);
  font-size: 1.45rem;
  font-weight: 700;
  font-family: "Raleway", "Segoe UI", sans-serif;
}

.measures-title {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(41, 95, 166, 0.14);
}

.measures-list li,
.summary-list li,
.goals-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.measures-list li + li,
.summary-list li + li,
.goals-list li + li {
  margin-top: 0.7rem;
}

.measures-list i,
.summary-list i {
  color: #39a81e;
  font-size: 1.4rem;
  line-height: 1.2;
}

.goals-list i {
  color: #74b13f;
  font-size: 1.7rem;
  line-height: 1.1;
}

.measures-list span,
.summary-list span,
.goals-list span {
  flex: 1;
}

.measures-list span,
.goals-list span {
  color: var(--brand-blue-dark);
  font-size: 1.12rem;
  line-height: 1.65;
}

.info-closing {
  margin-top: 0.3rem;
}

.summary-row {
  margin-top: 0;
}

.summary-row-left {
  width: 100%;
}

.summary-card {
  padding: 1.45rem 1.6rem 1.7rem;
  border-radius: 1.35rem;
  box-shadow: 0 18px 35px rgba(18, 56, 89, 0.12);
}

.summary-card-finance {
  background: linear-gradient(135deg, #1f63b9 0%, #295fa6 100%);
  color: #fff;
}

.summary-card-timeline {
  background: linear-gradient(135deg, #ffc936 0%, #f2dbae 100%);
  color: var(--brand-blue-dark);
}

.summary-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.summary-card-timeline .summary-head {
  border-bottom-color: rgba(18, 56, 89, 0.14);
}

.summary-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.05rem;
}

.summary-card-timeline .summary-icon {
  background: rgba(18, 56, 89, 0.08);
}

.summary-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Raleway", "Segoe UI", sans-serif;
}

.summary-list span {
  font-size: 1.12rem;
  line-height: 1.65;
}

.summary-card-finance .summary-list span,
.summary-card-finance .summary-title,
.summary-card-finance .summary-icon {
  color: #fff;
}

.summary-card-finance .summary-list i {
  color: #b9f36b;
}

.summary-card-timeline .summary-title {
  color: #256000;
}

.summary-card-timeline .summary-list span {
  color: var(--brand-blue-dark);
}

.summary-card-timeline .summary-list i,
.summary-card-timeline .summary-icon {
  color: #2f8a13;
}

.goals-copy {
  padding-right: 0.5rem;
}

.goals-list-card {
  margin-top: 1.8rem;
}

.goals-list-title {
  display: block;
  width: 100%;
  margin-bottom: 1.15rem;
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #123859 0%, rgba(18, 56, 89, 0.88) 34%, rgba(18, 56, 89, 0.14) 76%, #ffffff 100%);
  color: #ffffff;
}

.goals-visual-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.goals-visual {
  padding: 0.4rem 0;
}

.goals-image {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  display: block;
}

.goals-note-card {
  padding: 1.5rem 1.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(173, 217, 160, 0.22) 0%, rgba(242, 219, 174, 0.26) 100%);
  box-shadow: 0 18px 35px rgba(18, 56, 89, 0.08);
}

.goals-note-card p {
  margin-bottom: 0;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, #fffdf4 0%, #fffef9 100%);
  box-shadow: 0 20px 45px rgba(18, 56, 89, 0.1);
  min-height: 100%;
}

.project-card-head {
  padding: 1.5rem 2rem 1.3rem;
}

.project-card-head-blue {
  background: linear-gradient(90deg, #123859 0%, #295fa6 100%);
}

.project-card-head-green {
  background: linear-gradient(90deg, #add9a0 0%, #8fba67 100%);
}

.project-card-title {
  color: #fff;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 2.1vw, 2.2rem);`r`n  font-weight: 600;`r`n  line-height: 1.2;`r`n  text-align: center;
}

.project-card-head-green .project-card-title {
  color: #123859;
}

.project-card-body {
  position: relative;
  padding: 1.5rem 1.7rem 3.7rem;
  background:
    radial-gradient(circle at center, rgba(242, 219, 174, 0.35) 0%, rgba(242, 219, 174, 0.12) 22%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fffef8 0%, #fffdf6 100%);
}

.project-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1rem 0;
}

.project-card-list li + li {
  border-top: 1px solid rgba(18, 56, 89, 0.08);
}

.project-card-icon,
.project-card-check {
  width: 3.55rem;
  height: 3.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 10px 18px rgba(18, 56, 89, 0.12);
}

.project-card-icon {
  background: linear-gradient(180deg, #295fa6 0%, #123859 100%);
  color: #fff;
}

.project-card-check {
  background: linear-gradient(180deg, #add9a0 0%, #7faa58 100%);
  color: #fff;
}

.project-card-text {
  padding-top: 0.45rem;
  color: #123859;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.project-card-list-results .project-card-text {
  font-weight: 700;
}

.project-card-decor-circles {
  position: absolute;
  right: 1.35rem;
  bottom: 1rem;
  width: 8rem;
  height: 5rem;
  pointer-events: none;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
}

.project-card-decor-circles-blue .circle-lg {
  right: 0;
  bottom: 0;
  width: 3.9rem;
  height: 3.9rem;
  background: rgba(41, 95, 166, 0.2);
}

.project-card-decor-circles-blue .circle-md {
  right: 2.2rem;
  bottom: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  background: rgba(59, 130, 191, 0.22);
}

.project-card-decor-circles-blue .circle-sm {
  right: 1.2rem;
  bottom: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background: rgba(173, 217, 160, 0.65);
}

.project-card-decor-circles-green .circle-lg {
  right: 0.2rem;
  bottom: 0;
  width: 3.9rem;
  height: 3.9rem;
  background: rgba(173, 217, 160, 0.28);
}

.project-card-decor-circles-green .circle-md {
  right: 2.4rem;
  bottom: 1.05rem;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(242, 219, 174, 0.55);
}

.project-card-decor-circles-green .circle-sm {
  right: 1.25rem;
  bottom: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background: rgba(59, 130, 191, 0.28);
}

.content-section {
  padding: 4.75rem 0;
}

.section-muted {
  background-color: var(--surface-soft);
}

.content-section p {
  max-width: 72ch;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.implementation-section {
  padding: 4.75rem 0 5.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.implementation-main-title {
  color: var(--brand-blue);
  margin-bottom: 0;
}

.implementation-card {
  border-radius: 1.75rem;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 20px 42px rgba(18, 56, 89, 0.11);
}

.implementation-card-media {
  position: relative;
  min-height: 17rem;
  border-radius: 1.75rem 1.75rem 0 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.implementation-media-start {
  background: linear-gradient(135deg, rgba(18, 56, 89, 0.35) 0%, rgba(18, 56, 89, 0.08) 100%), linear-gradient(135deg, #8db8df 0%, #f2dbae 100%);
}

.implementation-media-insulation {
  background: linear-gradient(135deg, rgba(18, 56, 89, 0.2) 0%, rgba(18, 56, 89, 0.04) 100%), linear-gradient(135deg, #f2dbae 0%, #f3b45d 45%, #f8f3e8 100%);
}

.implementation-media-opening {
  background: linear-gradient(135deg, rgba(18, 56, 89, 0.25) 0%, rgba(18, 56, 89, 0.04) 100%), linear-gradient(135deg, #dfeafb 0%, #ffffff 55%, #f2dbae 100%);
}

.implementation-card-media::before,
.implementation-card-media::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.9;
}

.implementation-media-start::before {
  left: -8%;
  bottom: -16%;
  width: 72%;
  height: 52%;
  background: rgba(255, 255, 255, 0.2);
}

.implementation-media-start::after {
  right: -10%;
  top: -10%;
  width: 50%;
  height: 50%;
  background: rgba(173, 217, 160, 0.38);
}

.implementation-media-insulation::before {
  inset: 0;
  border-radius: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 8px, rgba(0, 0, 0, 0.04) 8px 16px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 10px, rgba(0, 0, 0, 0.02) 10px 20px);
}

.implementation-media-insulation::after {
  right: 8%;
  bottom: 10%;
  width: 28%;
  height: 28%;
  background: rgba(59, 130, 191, 0.2);
}

.implementation-media-opening::before {
  left: 6%;
  top: 12%;
  width: 74%;
  height: 56%;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.48);
}

.implementation-media-opening::after {
  right: 10%;
  top: 16%;
  width: 18%;
  height: 18%;
  background: rgba(242, 219, 174, 0.85);
}

.implementation-media-overlay {
  position: relative;
  z-index: 1;
  margin: 0 1.25rem 1.25rem 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(18, 56, 89, 0.82);
  backdrop-filter: blur(8px);
  font-size: 1.9rem;
  box-shadow: 0 10px 22px rgba(18, 56, 89, 0.22);
}

.implementation-card-body {
  padding: 1.35rem 1.5rem 1.7rem;
  text-align: center;
}

.implementation-card-title {
  margin: 0;
  color: var(--brand-blue-dark);
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  font-weight: 700;
  line-height: 1.28;
}

.implementation-card-date {
  margin: 0.85rem 0 1.45rem;
  color: #8a90a2;
  font-size: 1.05rem;
  line-height: 1.4;
}

.implementation-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.35rem;
  min-width: 15rem;
  background: linear-gradient(90deg, #86af3f 0%, #b7bf56 100%);
  color: #fff;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(134, 175, 63, 0.24);
}

.implementation-btn i {
  margin-left: 0.35rem;
}

@media (max-width: 991.98px) {
  .project-navbar .navbar-collapse {
    padding-bottom: 1rem;
  }

  .project-navbar .nav-link {
    padding: 0.6rem 0;
  }

  .project-navbar .nav-link.active::after,
  .project-navbar .nav-link:hover::after,
  .project-navbar .nav-link:focus::after {
    left: 0;
    right: auto;
    width: 3rem;
    bottom: 0.2rem;
  }

  .search-btn {
    padding: 0.75rem 0 0;
  }

  .project-hero {
    min-height: 460px;
  }

  .hero-copy {
    padding: 4.5rem 0;
  }

  .info-section,
  .goals-section,
  .project-cards-section {
    padding-top: 4.75rem;
  }

  .info-image {
    object-position: 70% center;
  }

  .goals-image {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .contacts-banner-bar {
    min-height: 4rem;
    margin-left: 0;
    padding: 1rem 1rem 1rem 4.4rem;
  }

  .contacts-banner-icon-wrap {
    left: 1rem;
  }

  .contacts-banner-icon {
    font-size: 1.9rem;
  }

  .contacts-banner-title {
    font-size: clamp(1.75rem, 6vw, 2.2rem);
  }

  .contact-card-main {
    padding: 1.4rem 1.2rem;
  }

  .contact-role,
  .contact-email {
    font-size: 0.96rem;
  }
}
@media (max-width: 575.98px) {
  .project-logo {
    height: 82px;
  }

  .content-section,
  .info-section,
  .goals-section,
  .project-cards-section {
    padding: 3.5rem 0;
  }

  .hero-copy {
    padding: 3rem 0;
  }

  .measures-card {
    padding: 1.25rem 1rem 1.35rem;
  }

  .measures-title,
  .goals-list-title {
    font-size: 1.2rem;
  }

  .summary-title {
    font-size: 1.28rem;
  }

  .goals-note-card {
    padding: 1.15rem 1rem;
  }
}

.contacts-section {
  padding: 5.5rem 0 4.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
}

.contacts-banner {
  position: relative;
  margin-bottom: 2rem;
}

.contacts-banner-bar {
  min-height: 5rem;
  margin-left: 0;
  border-radius: 1.55rem 1.55rem 0 0;
  background: linear-gradient(90deg, #123859 0%, #295fa6 100%);
  display: flex;
  align-items: center;
  padding: 0.9rem 2rem 0.9rem 4.9rem;
}

.contacts-banner-title {
  color: #fff;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.contacts-banner-icon-wrap {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.contacts-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}

.contacts-grid {
  margin-top: 0.8rem;
}

.contact-card {
  border-radius: 1.55rem;
  background: linear-gradient(180deg, #fffdf8 0%, #fffefc 100%);
  box-shadow: 0 18px 38px rgba(18, 56, 89, 0.1);
  position: relative;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.45rem;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(173, 217, 160, 0.85) 0%, rgba(242, 219, 174, 0.9) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.contact-card-main {
  position: relative;
  z-index: 1;
  padding: 2rem 1.9rem;
}

.contact-card-row {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.contact-card-icon {
  width: 3.35rem;
  height: 3.35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  box-shadow: 0 10px 18px rgba(18, 56, 89, 0.1);
}

.contact-card-icon-person {
  background: linear-gradient(180deg, #add9a0 0%, #86af5b 100%);
  color: #fff;
}

.contact-card-icon-mail {
  background: linear-gradient(180deg, #3b82bf 0%, #295fa6 100%);
  color: #fff;
}

.contact-card-copy {
  min-width: 0;
}

.contact-name {
  margin: 0 0 0.35rem;
  color: #295fa6;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  font-weight: 700;
}

.contact-role {
  color: #7b8798;
  font-size: 1.1rem;
  line-height: 1.5;
}

.contact-divider {
  height: 1px;
  margin: 1.25rem 0;
  background: linear-gradient(90deg, rgba(18, 56, 89, 0) 0%, rgba(18, 56, 89, 0.12) 12%, rgba(18, 56, 89, 0.12) 88%, rgba(18, 56, 89, 0) 100%);
}

.contact-email {
  color: #295fa6;
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 1.1vw, 1.38rem);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.contact-email:hover,
.contact-email:focus {
  color: var(--brand-blue);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .contacts-banner-bar {
    min-height: 4rem;
    margin-left: 0;
    padding: 1rem 1rem 1rem 4.4rem;
  }

  .contacts-banner-icon-wrap {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

  .contacts-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}

  .contacts-banner-title {
    font-size: clamp(1.75rem, 6vw, 2.2rem);
  }

  .contact-card-main {
    padding: 1.4rem 1.2rem;
  }

  .contact-role,
  .contact-email {
    font-size: 0.96rem;
  }
}

@media (max-width: 575.98px) {
  .contacts-section {
    padding: 3.5rem 0;
  }

  .contacts-banner-bar {
    border-radius: 1.2rem 1.2rem 0 0;
    padding-left: 4.15rem;
  }

  .contact-name {
    font-size: 1.35rem;
  }
}
.project-footer {
  padding: 1.5rem 0;
  background: linear-gradient(90deg, #123859 0%, #295fa6 100%);
}

.project-footer-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Raleway", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 575.98px) {
  .project-footer {
    padding: 1.25rem 0;
  }

  .project-footer-text {
    font-size: 0.92rem;
    line-height: 1.65;
  }
}


