@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Source+Sans+Pro:wght@400;600&display=swap');

:root {
  --primary: hsl(127, 66%, 56%);
  --secondary: hsl(133, 55%, 39%);
  --accent: hsl(119, 88%, 78%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
  --color-primary: hsl(127, 66%, 56%);
  --color-secondary: hsl(133, 55%, 39%);
  --color-accent: hsl(119, 88%, 78%);
}

body{
  background-color: var(--bg-dark);
  color: #f2f2f2;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
}
.navbar{
  background-color: var(--bg-dark);
  border-bottom: 1px solid #2a2e35;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand{
  color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.navbar-brand img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.navbar-nav .nav-link{
  color: #f2f2f2;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler-icon{
  filter: invert(1);
}



  

  .thankyou-section {
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, var(--color-accent) 0%, #ffffff 65%);
    padding: 3rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .thankyou-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1.5rem rgba(45, 170, 80, 0.35);
    animation: popIn 0.6s ease-out;
  }

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

  @keyframes popIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    60% {
      transform: scale(1.15);
      opacity: 1;
    }
    100% {
      transform: scale(1);
    }
  }

  .thankyou-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--color-secondary);
    margin-bottom: 1rem;
  }

  .thankyou-text {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .thankyou-note {
    background: color-mix(in srgb, var(--color-accent) 40%, #ffffff);
    border-left: 4px solid var(--color-primary);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: #2f2f2f;
    margin: 1.5rem 0;
    text-align: left;
  }

  .thankyou-note i {
    color: var(--color-secondary);
    margin-right: 0.5rem;
  }

  .btn-thankyou {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border: none;
    color: #ffffff;
    padding: 0.75rem 2.25rem;
    border-radius: 3rem;
    font-size: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 0.5rem 1.25rem rgba(45, 170, 80, 0.3);
  }

  .btn-thankyou:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.75rem rgba(45, 170, 80, 0.4);
    color: #ffffff;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.5rem;
    }

    .thankyou-heading {
      font-size: 1.5rem;
    }
  }

footer {
    background-color: #101216;
    color: #e8e8e8;
    font-family: 'Source Sans Pro', sans-serif;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 64px 0 32px;
  }
  footer h5, footer h6 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 18px;
  }
  footer p, footer li, footer a {
    color: #cfcfcf;
  }
  footer a {
    text-decoration: none;
    transition: color 0.2s ease;
  }
  footer a:hover {
    color: hsl(127, 66%, 56%);
  }
  footer ul {
    list-style: none;
    padding-left: 0;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 32px 0 20px;
  }
  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: all 0.2s ease;
  }
  .social-icons a:hover {
    background-color: hsl(127, 66%, 56%);
    border-color: hsl(127, 66%, 56%);
    color: #101216;
  }
  .footer-bottom {
    font-size: 0.9rem;
    color: #9a9a9a;
  }

  #cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #15181d;
    border-top: 2px solid hsl(127, 66%, 56%);
    z-index: 2000;
    padding: 18px 0;
    max-height: 60vh;
    overflow-y: auto;
    font-family: 'Source Sans Pro', sans-serif;
    color: #e8e8e8;
  }
  #cookieNotice h6 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 1.05rem;
  }
  #cookieNotice p {
    font-size: 0.88rem;
    color: #cfcfcf;
    margin-bottom: 10px;
  }
  #cookieNotice .cookie-cats {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }
  #cookieNotice .cookie-cats span {
    display: block;
    color: hsl(119, 88%, 78%);
    margin-bottom: 4px;
  }
  .btn-cookie {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    padding: 10px 18px;
    border: none;
    font-weight: 600;
    flex: 1;
    transition: all 0.2s ease;
  }
  .btn-accept-all {
    background-color: hsl(127, 66%, 56%);
    color: #101216;
  }
  .btn-accept-all:hover {
    background-color: hsl(133, 55%, 39%);
    color: #ffffff;
  }
  .btn-reject-optional {
    background-color: transparent;
    border: 1px solid hsl(127, 66%, 56%);
    color: #ffffff;
  }
  .btn-reject-optional:hover {
    background-color: hsl(119, 88%, 78%);
    color: #101216;
    border-color: hsl(119, 88%, 78%);
  }
  .btn-manage {
    color: hsl(119, 88%, 78%);
    font-size: 0.85rem;
    text-decoration: underline;
  }
  .btn-manage:hover {
    color: hsl(127, 66%, 56%);
  }

#contact-content {
  background-color: #14161b;
  color: #f0f0f0;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#contact-content h1,
#contact-content h2,
#contact-content h3 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#contact-content .lead-text {
  color: #c9cdd3;
  max-width: 680px;
}
#contact-content .panel {
  background-color: #1a1d23;
  border: 1px solid hsl(133, 55%, 39%);
  padding: 40px;
}
#contact-content .info-panel {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 40px;
  height: 100%;
}
#contact-content .info-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
}
#contact-content .info-item:last-child {
  border-bottom: none;
}
#contact-content .info-item .label {
  font-family: 'Montserrat', sans-serif;
  color: hsl(119, 88%, 78%);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  display: block;
}
#contact-content a {
  color: hsl(127, 66%, 56%);
  text-decoration: none;
}
#contact-content a:hover {
  color: hsl(119, 88%, 78%);
  text-decoration: underline;
}
#contact-content .form-label {
  color: #e0e0e0;
  font-weight: 600;
}
#contact-content .form-control {
  background-color: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff;
  border-radius: 0;
  padding: 12px 14px;
}
#contact-content .form-control:focus {
  background-color: #101216;
  color: #ffffff;
  border-color: hsl(127, 66%, 56%);
  box-shadow: 0 0 0 0.2rem rgba(94, 214, 118, 0.2);
}
#contact-content .form-control::placeholder {
  color: #8a8f98;
}
#contact-content .btn-submit {
  background-color: hsl(127, 66%, 56%);
  color: #101216;
  border: none;
  border-radius: 0;
  padding: 14px 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
}
#contact-content .btn-submit:hover {
  background-color: hsl(133, 55%, 39%);
  color: #ffffff;
}
#contact-content .find-us {
  background-color: #101216;
  border-left: 3px solid hsl(127, 66%, 56%);
  padding: 16px 20px;
  margin-top: 20px;
  color: #c9cdd3;
  font-size: 0.95rem;
}
#contact-content .cta-block {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 56px;
  padding-top: 48px;
  text-align: center;
}
#contact-content .btn-cta {
  background-color: transparent;
  color: hsl(119, 88%, 78%);
  border: 1px solid hsl(119, 88%, 78%);
  border-radius: 0;
  padding: 14px 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  transition: all 0.2s ease;
}
#contact-content .btn-cta:hover {
  background-color: hsl(119, 88%, 78%);
  color: #101216;
  text-decoration: none;
}
@media (max-width: 767px) {
  #contact-content { padding: 56px 0; }
  #contact-content .panel,
  #contact-content .info-panel { padding: 24px; }
}

.hero-section {
  min-height: 100vh;
  background: #14161b;
  display: flex;
  align-items: center;
  color: #f5f5f5;
  font-family: 'Source Sans Pro', sans-serif;
}
.hero-section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f5f5f5;
  font-size: 2.9rem;
  line-height: 1.15;
}
.hero-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: hsl(119, 88%, 78%);
  font-size: 1.3rem;
  margin-top: 12px;
  margin-bottom: 20px;
}
.hero-section p.desc {
  font-size: 1.1rem;
  color: #d8dade;
  max-width: 520px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid hsl(133, 55%, 39%);
  color: hsl(119, 88%, 78%);
  padding: 6px 16px;
  font-size: 0.9rem;
  margin-bottom: 24px;
}
.btn-hero {
  background-color: hsl(127, 66%, 56%);
  color: #10120f;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 14px 32px;
  font-size: 1.05rem;
  border-radius: 0;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.btn-hero:hover {
  background-color: hsl(133, 55%, 39%);
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-img-wrap {
  border: 1px solid #2b2f36;
  padding: 8px;
}
.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 2.1rem;
  }
  .hero-section {
    text-align: center;
  }
  .hero-section p.desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#about {
  background: #14161b;
  color: #e9ecef;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#about h2, #about h3 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#about .lead-accent {
  color: hsl(119, 88%, 78%);
}
#about .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #2a2e35;
}
#about .stat-panel {
  border: 1px solid #2a2e35;
  background: #191c22;
  padding: 24px;
  height: 100%;
}
#about .stat-panel .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(127, 66%, 56%);
}
#about .value-list li {
  border-bottom: 1px solid #2a2e35;
  padding: 14px 0;
}
#about .value-list li:last-child {
  border-bottom: none;
}
#about .value-list strong {
  color: hsl(133, 55%, 39%);
}

#cases {
  background: #14161b;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e8e9eb;
}
#cases h2 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 700;
}
#cases .lead-text {
  color: #b7bcc4;
  max-width: 700px;
}
#cases .case-card {
  background: #1a1d23;
  border: 1px solid #2b2f37;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#cases .case-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #101216;
}
#cases .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#cases .case-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#cases .case-badge {
  display: inline-block;
  background: hsl(133, 55%, 39%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: fit-content;
}
#cases .case-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 10px;
}
#cases .case-body p {
  color: #b7bcc4;
  font-size: 0.95rem;
  flex-grow: 1;
}
#cases .case-btn {
  background: transparent;
  border: 1px solid hsl(127, 66%, 56%);
  color: hsl(127, 66%, 56%);
  font-weight: 600;
  padding: 8px 18px;
  margin-top: 16px;
  width: fit-content;
  transition: background 0.2s ease, color 0.2s ease;
}
#cases .case-btn:hover {
  background: hsl(127, 66%, 56%);
  color: #101216;
}
#cases .modal-content {
  background: #1a1d23;
  border: 1px solid #2b2f37;
  border-radius: 0;
  color: #e8e9eb;
}
#cases .modal-header {
  border-bottom: 1px solid #2b2f37;
}
#cases .modal-header .modal-title {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#cases .modal-footer {
  border-top: 1px solid #2b2f37;
}
#cases .btn-close-custom {
  filter: invert(1);
}
#cases .modal-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #101216;
  margin-bottom: 20px;
}
#cases .modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#cases .modal-fact {
  color: hsl(119, 88%, 78%);
  font-weight: 600;
}

.services-section {
  background: #14161b;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.services-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
}
.services-section .lead-text {
  color: #c9ccd1;
  max-width: 640px;
}
.services-list {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.service-item {
  padding: 32px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: background 0.3s ease, transform 0.3s ease;
}
.service-item:hover {
  background: rgba(119, 221, 119, 0.06);
  transform: translateX(4px);
}
.services-list .col-lg-6:nth-child(odd) .service-item {
  border-right: none;
}
@media (min-width: 992px) {
  .services-list .col-lg-6:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.12);
  }
}
.service-icon {
  min-width: 56px;
  height: 56px;
  border: 1px solid hsl(133, 55%, 39%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: hsl(127, 66%, 56%);
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease;
}
.service-item:hover .service-icon {
  background: hsl(127, 66%, 56%);
  color: #101216;
}
.service-title {
  font-family: 'Montserrat', sans-serif;
  color: #f5f5f5;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.service-desc {
  color: #b3b7bd;
  font-size: 0.96rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.service-price {
  font-family: 'Montserrat', sans-serif;
  color: hsl(119, 88%, 78%);
  font-weight: 700;
  font-size: 1rem;
}

#enquiry {
  background: #14161b;
  color: #f2f5f2;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
  border-top: 1px solid #262b31;
}
#enquiry h2, #enquiry h3 {
  font-family: 'Montserrat', sans-serif;
  color: #f2f5f2;
}
#enquiry .lead-text {
  color: #b7bec2;
  max-width: 640px;
}
#enquiry .contact-panel {
  background: #191c22;
  border: 1px solid #2a2f36;
  padding: 40px;
  height: 100%;
}
#enquiry .form-control {
  background: #101216;
  border: 1px solid #33383f;
  color: #f2f5f2;
  border-radius: 0;
  padding: 12px 14px;
}
#enquiry .form-control:focus {
  background: #101216;
  color: #f2f5f2;
  border-color: hsl(127, 66%, 56%);
  box-shadow: 0 0 0 0.2rem hsla(127, 66%, 56%, 0.25);
}
#enquiry .form-control::placeholder {
  color: #7d858c;
}
#enquiry .form-label {
  color: #d4dad6;
  font-weight: 600;
  margin-bottom: 6px;
}
#enquiry .btn-send {
  background: hsl(127, 66%, 56%);
  color: #101216;
  border: none;
  border-radius: 0;
  padding: 14px 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
}
#enquiry .btn-send:hover {
  background: hsl(133, 55%, 39%);
  color: #fff;
}
#enquiry .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#enquiry .info-list li {
  border-bottom: 1px solid #262b31;
  padding: 18px 0;
}
#enquiry .info-list li:first-child {
  padding-top: 0;
}
#enquiry .info-list li:last-child {
  border-bottom: none;
}
#enquiry .info-label {
  color: hsl(119, 88%, 78%);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 4px;
}
#enquiry .info-list a {
  color: #f2f5f2;
  text-decoration: none;
  font-size: 1.05rem;
}
#enquiry .info-list a:hover {
  color: hsl(127, 66%, 56%);
}
#enquiry .find-us-line {
  color: #9aa2a8;
  font-size: 0.92rem;
  margin-top: 6px;
}
#enquiry .find-us-line a {
  color: hsl(127, 66%, 56%);
  text-decoration: underline;
}
#enquiry .find-us-line a:hover {
  color: hsl(119, 88%, 78%);
}
#enquiry .hours-text {
  color: #d4dad6;
  font-size: 0.98rem;
  white-space: pre-line;
}

#legal-notice {
  background: linear-gradient(180deg, #14171c 0%, #1a1d23 100%);
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e6e6e6;
}
#legal-notice .disclaimer-panel {
  border: 1px solid rgba(255,255,255,0.15);
  padding: 48px;
  background-color: #16191f;
}
#legal-notice h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
}
#legal-notice .bi-info-circle-fill {
  color: hsl(127, 66%, 56%);
  font-size: 2.2rem;
  margin-right: 16px;
}
#legal-notice p {
  color: #cfd2d6;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
}
#legal-notice .header-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  #legal-notice .disclaimer-panel {
    padding: 32px 20px;
  }
  #legal-notice h2 {
    font-size: 1.5rem;
  }
}

#portfolio-section {
  background: #14161b;
  color: #e8e8e8;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#portfolio-section h1,
#portfolio-section h2,
#portfolio-section h3,
#portfolio-section h4 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#portfolio-section .intro-block {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
#portfolio-section .intro-block p {
  color: #c9cdd3;
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-section .stats-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
  border-top: 1px solid #2a2e36;
  border-bottom: 1px solid #2a2e36;
  padding: 24px 0;
}
#portfolio-section .stats-strip .stat-item {
  text-align: center;
  min-width: 120px;
}
#portfolio-section .stats-strip .stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: hsl(127, 66%, 56%);
}
#portfolio-section .stats-strip .stat-label {
  font-size: 0.85rem;
  color: #9fa5ad;
}
#portfolio-section .project-card {
  background: #1a1d23;
  border: 1px solid #2a2e36;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
#portfolio-section .project-card:hover {
  border-color: hsl(127, 66%, 56%);
}
#portfolio-section .project-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0f1114;
}
#portfolio-section .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-section .project-body {
  padding: 22px 20px 24px;
}
#portfolio-section .badge-category {
  background: transparent;
  border: 1px solid hsl(133, 55%, 39%);
  color: hsl(119, 88%, 78%);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 12px;
}
#portfolio-section .project-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#portfolio-section .project-card p {
  color: #b7bcc3;
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
#portfolio-section .btn-details {
  background: transparent;
  border: 1px solid hsl(127, 66%, 56%);
  color: hsl(127, 66%, 56%);
  border-radius: 0;
  font-size: 0.9rem;
  padding: 8px 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
#portfolio-section .btn-details:hover {
  background: hsl(127, 66%, 56%);
  color: #101216;
}
#portfolio-section .modal-content {
  background: #1a1d23;
  color: #e8e8e8;
  border: 1px solid #2a2e36;
  border-radius: 0;
}
#portfolio-section .modal-header {
  border-bottom: 1px solid #2a2e36;
}
#portfolio-section .modal-footer {
  border-top: 1px solid #2a2e36;
}
#portfolio-section .modal-title {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#portfolio-section .btn-close {
  filter: invert(1);
}
#portfolio-section .modal-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}
#portfolio-section .btn-primary-custom {
  background: hsl(127, 66%, 56%);
  border: none;
  color: #101216;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 22px;
}
#portfolio-section .btn-primary-custom:hover {
  background: hsl(133, 55%, 39%);
  color: #ffffff;
}
#portfolio-section .qa-block {
  max-width: 820px;
  margin: 72px auto 0;
  border-top: 1px solid #2a2e36;
  padding-top: 48px;
}
#portfolio-section .qa-item {
  margin-bottom: 28px;
}
#portfolio-section .qa-item h4 {
  font-size: 1.05rem;
  color: hsl(119, 88%, 78%);
  margin-bottom: 8px;
}
#portfolio-section .qa-item p {
  color: #c9cdd3;
  line-height: 1.7;
  margin-bottom: 0;
}
#portfolio-section .cta-final {
  text-align: center;
  margin-top: 64px;
  border: 1px solid #2a2e36;
  padding: 48px 24px;
}
#portfolio-section .cta-final h2 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}
#portfolio-section .cta-final p {
  color: #c9cdd3;
  margin-bottom: 24px;
}
