@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@300;400;700&display=swap');

:root {
  --primary: hsl(210, 61%, 59%);
  --secondary: hsl(224, 51%, 75%);
  --accent: hsl(30, 78%, 72%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
  --color-primary: hsl(210, 61%, 59%);
  --color-secondary: hsl(224, 51%, 75%);
  --color-accent: hsl(30, 78%, 72%);
}

body{
  background-color: var(--bg-dark);
  color: #f2f2f2;
  font-family: 'Merriweather', serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;
}
.navbar{
  background-color: var(--bg-panel);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand{
  color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.navbar-brand:hover{
  color: var(--accent);
}
.navbar .nav-link{
  color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-left: 1.2rem;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus{
  color: var(--accent);
}
.navbar-toggler{
  border-color: rgba(255,255,255,0.4);
}
.navbar-toggler-icon{
  filter: invert(1) grayscale(100%) brightness(200%);
}

footer {
  background-color: #101216;
  color: #e8e9eb;
  font-family: 'Merriweather', serif;
  border-top: 1px solid hsl(224, 51%, 75%, 0.3);
  padding: 64px 0 24px;
}
footer h5, footer h6 {
  font-family: 'Lato', sans-serif;
  color: hsl(210, 61%, 59%);
  margin-bottom: 16px;
}
footer p, footer li, footer a {
  color: #cfd2d6;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(30, 78%, 72%);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid hsl(224, 51%, 75%);
  color: #e8e9eb;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background-color 0.3s, color 0.3s;
}
.footer-social a:hover {
  background-color: hsl(210, 61%, 59%);
  color: #101216;
  border-color: hsl(210, 61%, 59%);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 32px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #9a9d a2;
}
#cookiePanel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #1a1d23;
  color: #e8e9eb;
  border-top: 2px solid hsl(210, 61%, 59%);
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Merriweather', serif;
}
#cookiePanel h5 {
  font-family: 'Lato', sans-serif;
  color: hsl(210, 61%, 59%);
}
#cookiePanel p, #cookiePanel li {
  color: #cfd2d6;
  font-size: 0.9rem;
}
#cookiePanel ul {
  padding-left: 18px;
}
.cookie-btn {
  font-family: 'Lato', sans-serif;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
  flex: 1;
  transition: opacity 0.3s;
  border-radius: 0;
}
.btn-accept-all {
  background-color: hsl(210, 61%, 59%);
  color: #101216;
}
.btn-accept-all:hover {
  opacity: 0.85;
  color: #101216;
}
.btn-reject-optional {
  background-color: hsl(224, 51%, 75%);
  color: #101216;
}
.btn-reject-optional:hover {
  opacity: 0.85;
  color: #101216;
}
.btn-manage {
  color: hsl(30, 78%, 72%);
  text-decoration: underline;
  font-size: 0.85rem;
}
.btn-manage:hover {
  color: hsl(30, 78%, 72%);
}

.hero-line-sitter {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(16,18,22,0.75) 0%, rgba(16,18,22,0.55) 45%, rgba(16,18,22,0.92) 100%), url('../images/headline.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f5f5f5;
  font-family: 'Merriweather', serif;
}

.hero-line-sitter .hero-inner {
  max-width: 780px;
}

.hero-line-sitter .badge-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid hsl(30, 78%, 72%);
  color: hsl(30, 78%, 72%);
  padding: 6px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-line-sitter h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  color: #f8f9fa;
  margin-bottom: 16px;
}

.hero-line-sitter h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: hsl(224, 51%, 75%);
  margin-bottom: 24px;
}

.hero-line-sitter p.lead-text {
  font-size: 1.05rem;
  color: #e6e6e6;
  margin-bottom: 40px;
  max-width: 620px;
}

.btn-hero {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 36px;
  background-color: hsl(210, 61%, 59%);
  color: #101216;
  border: 2px solid hsl(210, 61%, 59%);
  border-radius: 0;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-hero:hover {
  background-color: transparent;
  color: #f8f9fa;
  border-color: #f8f9fa;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .hero-line-sitter {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

#story {
  background: #14171c;
  color: #e8e9ec;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#story h2, #story h3 {
  font-family: 'Lato', sans-serif;
}
#story h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}
#story .accent-line {
  width: 64px;
  height: 3px;
  background: hsl(30, 78%, 72%);
  margin-bottom: 32px;
}
#story p {
  color: #c9ccd1;
  line-height: 1.8;
  font-size: 1.02rem;
}
#story img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid hsl(224, 51%, 75%);
  display: block;
}
#story .story-values {
  border-top: 1px solid #2a2e36;
  border-bottom: 1px solid #2a2e36;
  padding: 40px 0;
  margin: 56px 0;
}
#story .story-values .value-item {
  border-left: 2px solid hsl(210, 61%, 59%);
  padding-left: 16px;
}
#story .story-values h4 {
  font-family: 'Lato', sans-serif;
  color: hsl(210, 61%, 59%);
  font-size: 1.05rem;
  margin-bottom: 6px;
}
#story .story-values p {
  color: #b8bbc1;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#story .team-card {
  background: #191c22;
  border: 1px solid #2a2e36;
  padding: 28px 24px;
  height: 100%;
}
#story .team-card h4 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin-bottom: 2px;
  font-size: 1.1rem;
}
#story .team-card .role {
  color: hsl(30, 78%, 72%);
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#story .team-card p {
  color: #b8bbc1;
  font-size: 0.92rem;
  margin-bottom: 0;
  line-height: 1.6;
}
#story .team-heading {
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #story { padding: 64px 0; }
}

#gallery {
  background: #14161b;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
  color: #e8e9ec;
}
#gallery h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
#gallery .lead-text {
  color: hsl(224, 51%, 85%);
  max-width: 700px;
}
#gallery .portfolio-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.2s ease;
}
#gallery .portfolio-card:hover {
  border-color: hsl(210, 61%, 59%);
}
#gallery .portfolio-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #0f1114;
}
#gallery .portfolio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#gallery .portfolio-body {
  padding: 20px;
}
#gallery .badge-category {
  background: hsl(30, 78%, 72%);
  color: #1a1d23;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 12px;
}
#gallery .portfolio-body h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 10px;
}
#gallery .portfolio-body p {
  color: #c7c9cf;
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
#gallery .btn-view-details {
  background: transparent;
  border: 1px solid hsl(210, 61%, 59%);
  color: hsl(210, 61%, 75%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 0;
}
#gallery .btn-view-details:hover {
  background: hsl(210, 61%, 59%);
  color: #101216;
}
#gallery .modal-content {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 0;
  color: #e8e9ec;
}
#gallery .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
#gallery .modal-header .modal-title {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#gallery .modal-footer {
  border-top: 1px solid rgba(255,255,255,0.12);
}
#gallery .btn-close-custom {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #e8e9ec;
  font-family: 'Lato', sans-serif;
  padding: 8px 18px;
}
#gallery .modal-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 20px;
  background: #0f1114;
}
#gallery .modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#gallery .stats-strip {
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 28px 0;
  margin-bottom: 56px;
}
#gallery .stats-strip .stat-num {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: hsl(210, 61%, 70%);
}
#gallery .stats-strip .stat-label {
  color: #b9bbc2;
  font-size: 0.85rem;
}

#results {
    background: #14161b;
    padding: 96px 0;
    font-family: 'Merriweather', serif;
    color: #f1f1f1;
  }

  #results h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #f8f9fa;
  }

  #results .lead-text {
    color: hsl(224, 51%, 85%);
    max-width: 700px;
    margin: 0 auto;
  }

  #results .stat-card {
    background: #1a1d23;
    border: 1px solid hsl(224, 51%, 75%, 0.25);
    padding: 36px 20px;
    height: 100%;
    text-align: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
    border-radius: 0;
  }

  #results .stat-card:hover {
    border-color: hsl(30, 78%, 72%);
    transform: translateY(-4px);
  }

  #results .stat-icon {
    font-size: 2.2rem;
    color: hsl(30, 78%, 72%);
    margin-bottom: 14px;
    display: block;
  }

  #results .stat-number {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: hsl(210, 61%, 59%);
    line-height: 1.1;
    animation: countReveal 1.2s ease-out;
  }

  #results .stat-label {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #f8f9fa;
    margin-top: 8px;
    letter-spacing: 0.3px;
  }

  #results .stat-context {
    font-size: 0.9rem;
    color: hsl(224, 51%, 80%);
    margin-top: 6px;
  }

  @keyframes countReveal {
    from {
      opacity: 0;
      transform: translateY(12px) scale(0.9);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @media (max-width: 767px) {
    #results .stat-number {
      font-size: 2.1rem;
    }
    #results {
      padding: 64px 0;
    }
  }

#contact {
  background: #14161b;
  color: #f0f0f0;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#contact h2 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-weight: 700;
}
#contact p, #contact li, #contact a {
  color: #d8dce2;
}
#contact .lead-text {
  color: #b9c2cf;
}
#contact .contact-panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 40px;
  height: 100%;
}
#contact .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact .contact-info-list li {
  margin-bottom: 22px;
  padding-left: 0;
}
#contact .contact-info-list strong {
  display: block;
  color: hsl(30, 78%, 72%);
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
#contact .contact-info-list a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid hsl(210, 61%, 59%);
}
#contact .contact-info-list a:hover {
  color: hsl(210, 61%, 59%);
}
#contact .map-link {
  display: inline-block;
  margin-top: 6px;
  color: hsl(224, 51%, 75%) !important;
  border-bottom: 1px solid hsl(224, 51%, 75%);
  text-decoration: none;
  font-size: 0.95rem;
}
#contact .map-link:hover {
  color: hsl(30, 78%, 72%) !important;
  border-color: hsl(30, 78%, 72%);
}
#contact .hours-block {
  font-size: 0.95rem;
  line-height: 1.7;
}
#contact .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.18);
  color: #f0f0f0;
  border-radius: 0;
  padding: 12px 14px;
  font-family: 'Merriweather', serif;
}
#contact .form-control:focus {
  background: #101216;
  color: #f0f0f0;
  border-color: hsl(210, 61%, 59%);
  box-shadow: 0 0 0 0.2rem rgba(107, 155, 209, 0.25);
}
#contact .form-control::placeholder {
  color: #7a8291;
}
#contact label {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: #cfd4dc;
  margin-bottom: 6px;
}
#contact .btn-send {
  background: hsl(210, 61%, 59%);
  color: #101216;
  border: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 14px 36px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s ease;
}
#contact .btn-send:hover {
  background: hsl(30, 78%, 72%);
  color: #101216;
}
#contact .section-tag {
  color: hsl(210, 61%, 59%);
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  font-weight: 700;
}

#important {
  background-color: #15171c;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
  border-top: 1px solid hsl(224, 51%, 75%, 0.2);
  border-bottom: 1px solid hsl(224, 51%, 75%, 0.2);
}
#important .disclaimer-panel {
  background-color: #1a1d23;
  border: 1px solid hsl(210, 61%, 59%, 0.3);
  padding: 40px;
  border-radius: 0;
}
#important h2 {
  font-family: 'Lato', sans-serif;
  color: #f5f6f8;
  font-weight: 700;
  margin-bottom: 20px;
}
#important .bi-info-circle-fill {
  color: hsl(30, 78%, 72%);
  font-size: 2rem;
  margin-right: 16px;
}
#important p {
  color: #d8dade;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}



  

  .thankyou-section {
    font-family: 'Merriweather', serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, hsl(210, 61%, 96%) 0%, hsl(224, 51%, 94%) 100%);
    padding: 3rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 1rem 3rem rgba(33, 55, 90, 0.15);
    padding: 3rem 2rem;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .thankyou-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: var(--color-accent);
    opacity: 0.15;
    border-radius: 50%;
  }

  .thankyou-card::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
    background: var(--color-secondary);
    opacity: 0.2;
    border-radius: 50%;
  }

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.75rem;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1.5rem hsla(210, 61%, 59%, 0.35);
    position: relative;
    z-index: 1;
    animation: pop-in 0.5s ease-out;
  }

  @keyframes pop-in {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
  }

  .success-icon-wrapper svg {
    width: 52px;
    height: 52px;
    stroke: #ffffff;
  }

  .thankyou-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: hsl(215, 35%, 25%);
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-message {
    color: hsl(215, 15%, 40%);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-note {
    background: hsl(210, 61%, 97%);
    border-left: 4px solid var(--color-primary);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.75rem 0;
    text-align: left;
    color: hsl(215, 20%, 35%);
    font-size: 0.98rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-note strong {
    color: hsl(210, 61%, 40%);
  }

  .btn-home {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: var(--color-primary);
    border: none;
    color: #fff;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1rem hsla(210, 61%, 59%, 0.4);
    position: relative;
    z-index: 1;
  }

  .btn-home:hover {
    background-color: hsl(210, 61%, 50%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0.6rem 1.4rem hsla(210, 61%, 59%, 0.5);
  }

  .thankyou-divider {
    width: 60px;
    height: 4px;
    background: var(--color-accent);
    border-radius: 2px;
    margin: 1.25rem auto;
    position: relative;
    z-index: 1;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2.25rem 1.25rem;
    }
    .thankyou-heading {
      font-size: 1.6rem;
    }
    .success-icon-wrapper {
      width: 80px;
      height: 80px;
    }
    .success-icon-wrapper svg {
      width: 42px;
      height: 42px;
    }
  }

#portfolio-section {
  background: #14161b;
  color: #f0f2f5;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#portfolio-section .section-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #f0f2f5;
}
#portfolio-section .section-lead {
  color: hsl(224, 51%, 85%);
  max-width: 720px;
}
#portfolio-section .intro-block {
  margin-bottom: 56px;
}
#portfolio-section .project-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease;
}
#portfolio-section .project-card:hover {
  border-color: hsl(210, 61%, 59%);
}
#portfolio-section .project-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#portfolio-section .card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#portfolio-section .badge-category {
  display: inline-block;
  background: hsl(30, 78%, 72%);
  color: #1a1d23;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  margin-bottom: 12px;
  align-self: flex-start;
}
#portfolio-section .project-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #f0f2f5;
  margin-bottom: 10px;
}
#portfolio-section .project-desc {
  color: hsl(224, 51%, 85%);
  font-size: 0.95rem;
  flex-grow: 1;
}
#portfolio-section .btn-details {
  margin-top: 16px;
  background: transparent;
  border: 1px solid hsl(210, 61%, 59%);
  color: hsl(210, 61%, 75%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 0;
  padding: 8px 18px;
  align-self: flex-start;
}
#portfolio-section .btn-details:hover {
  background: hsl(210, 61%, 59%);
  color: #101216;
}
#portfolio-section .modal-content {
  background: #1a1d23;
  color: #f0f2f5;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 0;
}
#portfolio-section .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#portfolio-section .modal-footer {
  border-top: 1px solid rgba(255,255,255,0.15);
}
#portfolio-section .modal-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}
#portfolio-section .btn-close {
  filter: invert(1);
}
#portfolio-section .stats-strip {
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 32px 0;
  margin: 56px 0;
}
#portfolio-section .stat-number {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(210, 61%, 70%);
  font-size: 2rem;
}
#portfolio-section .stat-label {
  color: hsl(224, 51%, 85%);
  font-size: 0.9rem;
}
#portfolio-section .qa-block {
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 48px;
}
#portfolio-section .qa-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}
#portfolio-section .qa-question {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(30, 78%, 78%);
  margin-bottom: 8px;
}
#portfolio-section .qa-answer {
  color: hsl(224, 51%, 88%);
  margin-bottom: 0;
}
#portfolio-section .cta-final {
  margin-top: 64px;
  text-align: center;
  padding: 48px 24px;
  border: 1px solid hsl(210, 61%, 59%);
}
#portfolio-section .cta-final h3 {
  font-family: 'Lato', sans-serif;
  color: #f0f2f5;
  font-weight: 700;
}
#portfolio-section .cta-final p {
  color: hsl(224, 51%, 88%);
}
#portfolio-section .btn-cta {
  background: hsl(210, 61%, 59%);
  color: #101216;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 0;
  padding: 12px 32px;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
#portfolio-section .btn-cta:hover {
  background: hsl(210, 61%, 70%);
  color: #101216;
}

#contact-section {
  background-color: #14161b;
  color: #e8e9ec;
  font-family: 'Merriweather', serif;
  padding: 96px 0;
}
#contact-section h1, #contact-section h2, #contact-section h3 {
  font-family: 'Lato', sans-serif;
  color: #f5f6f8;
}
#contact-section .lead-text {
  color: #c3c8d0;
  max-width: 640px;
}
#contact-section .panel {
  background-color: #1a1d23;
  border: 1px solid hsl(224, 51%, 75%, 0.25);
  padding: 40px;
  height: 100%;
}
#contact-section .info-item {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 20px;
}
#contact-section .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact-section .info-label {
  font-family: 'Lato', sans-serif;
  color: hsl(30, 78%, 72%);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
#contact-section a {
  color: hsl(210, 61%, 59%);
  text-decoration: none;
}
#contact-section a:hover {
  color: hsl(30, 78%, 72%);
  text-decoration: underline;
}
#contact-section .form-label {
  color: #dfe2e7;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
#contact-section .form-control {
  background-color: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #f0f1f3;
  border-radius: 0;
  padding: 12px 14px;
}
#contact-section .form-control:focus {
  background-color: #101216;
  color: #f0f1f3;
  border-color: hsl(210, 61%, 59%);
  box-shadow: 0 0 0 0.2rem hsla(210, 61%, 59%, 0.25);
}
#contact-section .form-control::placeholder {
  color: #7c828d;
}
#contact-section .btn-submit {
  background-color: hsl(210, 61%, 59%);
  color: #101216;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#contact-section .btn-submit:hover {
  background-color: hsl(30, 78%, 72%);
  color: #101216;
}
#contact-section .find-us {
  font-size: 0.95rem;
  color: #c3c8d0;
  margin-top: 6px;
}
#contact-section .hours-line {
  color: #dfe2e7;
}
#contact-section .section-divider {
  width: 60px;
  height: 3px;
  background-color: hsl(30, 78%, 72%);
  margin-bottom: 24px;
}
#contact-section .cta-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 64px;
  padding-top: 48px;
  text-align: center;
}
