@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&family=Raleway:wght@400;500;600&display=swap');

:root {
  --primary: hsl(152, 48%, 52%);
  --secondary: hsl(166, 47%, 72%);
  --accent: hsl(332, 72%, 66%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
  --color-primary: hsl(152, 48%, 52%);
  --color-secondary: hsl(166, 47%, 72%);
  --color-accent: hsl(332, 72%, 66%);
}

body{
  background-color: var(--bg-dark);
  color: #f1f1f1;
  font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Inter', sans-serif;
  color: #f1f1f1;
}
.navbar{
  background-color: var(--bg-panel);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #f1f1f1 !important;
}
.navbar-brand img{
  border-radius: 12px;
}
.navbar .nav-link{
  color: #f1f1f1 !important;
  font-weight: 600;
  margin-left: 1.2rem;
  transition: color 0.2s ease;
}
.navbar .nav-link:hover{
  color: var(--primary) !important;
}
.navbar-toggler{
  border-color: rgba(255,255,255,0.4);
}
.navbar-toggler-icon{
  filter: invert(1);
}
@media (max-width: 991px){
  .navbar .nav-link{
    margin-left: 0;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}

footer {
  background-color: #14171c;
  color: #f1f1f1;
  padding: 64px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: 'Raleway', sans-serif;
}
footer h5 {
  font-family: 'Inter', sans-serif;
  color: hsl(152, 48%, 52%);
  margin-bottom: 20px;
}
footer a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: hsl(332, 72%, 66%);
}
footer p, footer li {
  color: #cfd3d8;
}
.footer-desc {
  color: #cfd3d8;
  line-height: 1.6;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  color: #f1f1f1;
  font-size: 1.2rem;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background-color: hsl(152, 48%, 52%);
  border-color: hsl(152, 48%, 52%);
  color: #101216;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  margin-top: 32px;
  color: #9aa0a8;
  font-size: 0.9rem;
}
.footer-links li {
  margin-bottom: 10px;
}
#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #181b20;
  border-top: 2px solid hsl(152, 48%, 52%);
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Raleway', sans-serif;
  color: #f1f1f1;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
#cookieNotice h5 {
  font-family: 'Inter', sans-serif;
  color: hsl(166, 47%, 72%);
  margin-bottom: 8px;
}
#cookieNotice p, #cookieNotice li {
  color: #cfd3d8;
  font-size: 0.9rem;
}
#cookieNotice ul {
  padding-left: 18px;
  margin-bottom: 12px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-accept-all {
  background-color: hsl(152, 48%, 52%);
  color: #101216;
}
.btn-accept-all:hover {
  background-color: hsl(152, 48%, 42%);
  color: #101216;
}
.btn-reject-optional {
  background-color: hsl(332, 72%, 66%);
  color: #101216;
}
.btn-reject-optional:hover {
  background-color: hsl(332, 72%, 56%);
  color: #101216;
}
.cookie-link {
  color: hsl(166, 47%, 72%);
  font-size: 0.85rem;
  text-decoration: underline;
}
.cookie-link:hover {
  color: hsl(332, 72%, 66%);
}



  

  .thankyou-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, hsl(166, 47%, 94%) 0%, hsl(152, 48%, 92%) 50%, hsl(332, 72%, 96%) 100%);
    font-family: 'Raleway', sans-serif;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
    border-top: 6px solid var(--color-primary);
    position: relative;
    overflow: hidden;
  }

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

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

  .success-icon-wrapper {
    width: 96px;
    height: 96px;
    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 hsla(152, 48%, 52%, 0.35);
    position: relative;
    z-index: 1;
    animation: popIn 0.5s ease-out;
  }

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

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

  .thankyou-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    color: hsl(152, 30%, 20%);
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
  }

  .thankyou-text {
    font-size: 1.05rem;
    color: #555c5b;
    line-height: 1.75;
    position: relative;
    z-index: 1;
    margin-bottom: 0.75rem;
  }

  .thankyou-note {
    background: hsl(166, 47%, 96%);
    border: 1px solid var(--color-secondary);
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: hsl(152, 30%, 25%);
    margin: 1.5rem 0;
    position: relative;
    z-index: 1;
  }

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

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

  .btn-home-custom:hover {
    background-color: hsl(152, 48%, 44%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0.6rem 1.4rem hsla(152, 48%, 52%, 0.5);
  }

  .thankyou-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 10px;
    margin: 1.25rem auto;
  }

.hero-faq {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(16,18,22,0.88), rgba(16,18,22,0.65)), url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Raleway', sans-serif;
  color: #f5f5f5;
}
.hero-faq .hero-content {
  max-width: 760px;
  padding: 32px;
}
.hero-faq h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
}
.hero-faq h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  color: hsl(166, 47%, 72%);
  margin-bottom: 24px;
}
.hero-faq p {
  font-size: 1.1rem;
  color: #e8e8e8;
  margin-bottom: 32px;
  max-width: 620px;
}
.hero-faq .btn-hero {
  background-color: hsl(152, 48%, 52%);
  color: #101216;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 20px;
  border: none;
  font-size: 1.05rem;
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-faq .btn-hero:hover {
  background-color: hsl(332, 72%, 66%);
  color: #101216;
  transform: translateY(-2px);
}
.hero-faq .badge-icon {
  font-size: 1.4rem;
  color: hsl(152, 48%, 52%);
  margin-bottom: 16px;
  display: inline-block;
}

#works {
  background: #101216;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #f0f0f0;
}
#works h2, #works h3, #works .modal-title {
  font-family: 'Inter', sans-serif;
}
#works .section-heading {
  color: #f8f9fa;
  font-weight: 700;
  margin-bottom: 16px;
}
#works .section-sub {
  color: hsl(166, 47%, 72%);
  max-width: 700px;
  margin: 0 auto 56px;
}
#works .portfolio-card {
  background: #17191f;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
#works .portfolio-card:hover {
  border-color: hsl(152, 48%, 52%);
  transform: translateY(-4px);
}
#works .portfolio-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #0d0e11;
}
#works .portfolio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#works .portfolio-body {
  padding: 22px 22px 26px;
}
#works .badge-category {
  background: hsl(332, 72%, 66%);
  color: #1a1013;
  font-weight: 600;
  border-radius: 30px;
  padding: 5px 14px;
  font-size: 0.78rem;
  display: inline-block;
  margin-bottom: 12px;
}
#works .portfolio-title {
  color: #f8f9fa;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#works .portfolio-desc {
  color: #c7cbd1;
  font-size: 0.93rem;
  line-height: 1.5;
  margin-bottom: 18px;
}
#works .btn-details {
  background: transparent;
  border: 1px solid hsl(152, 48%, 52%);
  color: hsl(152, 48%, 52%);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}
#works .btn-details:hover {
  background: hsl(152, 48%, 52%);
  color: #0d0f12;
}
#works .modal-content {
  background: #17191f;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  color: #f0f0f0;
}
#works .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#works .modal-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
#works .modal-title {
  color: #f8f9fa;
  font-weight: 700;
}
#works .modal .badge-category {
  margin-bottom: 16px;
}
#works .modal-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}
#works .modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#works .btn-close-custom {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #f0f0f0;
  border-radius: 30px;
  padding: 8px 20px;
}
#works .btn-close-custom:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.services-section {
  background: #14161b;
  padding: 96px 0;
}
.services-section h2 {
  font-family: 'Inter', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
}
.services-section .lead-text {
  font-family: 'Raleway', sans-serif;
  color: hsl(166, 47%, 72%);
}
.service-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 32px;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: hsl(152, 48%, 52%);
  box-shadow: 0 12px 32px rgba(76, 191, 141, 0.15);
}
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsla(152, 48%, 52%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 28px;
  color: hsl(152, 48%, 52%);
}
.service-card:hover .service-icon {
  background: hsl(152, 48%, 52%);
  color: #101216;
}
.service-card h3 {
  font-family: 'Inter', sans-serif;
  color: #f5f5f5;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.service-card p {
  font-family: 'Raleway', sans-serif;
  color: #b8bcc4;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.service-price {
  font-family: 'Inter', sans-serif;
  color: hsl(332, 72%, 66%);
  font-weight: 700;
  font-size: 1.15rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 16px;
}
.service-price span {
  color: #8a8f98;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 767px) {
  .services-section { padding: 64px 0; }
  .service-card { padding: 32px 24px; }
}

#in-numbers {
  background: #14171c;
  padding: 96px 0;
  color: #f5f5f5;
}
#in-numbers .section-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 12px;
}
#in-numbers .section-sub {
  font-family: 'Raleway', sans-serif;
  color: hsl(166, 47%, 82%);
  margin-bottom: 48px;
}
#in-numbers .stat-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px 24px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
#in-numbers .stat-card:hover {
  border-color: hsl(152, 48%, 52%);
  transform: translateY(-4px);
}
#in-numbers .stat-icon {
  font-size: 2.4rem;
  color: hsl(152, 48%, 52%);
  margin-bottom: 16px;
  display: inline-block;
  animation: pop-in 0.6s ease-out;
}
#in-numbers .stat-card:nth-child(2) .stat-icon,
#in-numbers .col:nth-child(2) .stat-icon { color: hsl(332, 72%, 66%); }
#in-numbers .stat-number {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  color: #ffffff;
  display: block;
  animation: count-up 1s ease-out;
}
#in-numbers .stat-label {
  font-family: 'Raleway', sans-serif;
  color: hsl(166, 47%, 78%);
  font-size: 1rem;
  margin-top: 6px;
  font-weight: 600;
}
#in-numbers .stat-context {
  font-family: 'Raleway', sans-serif;
  color: #9aa0a8;
  font-size: 0.85rem;
  margin-top: 8px;
}
@keyframes count-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pop-in {
  0% { opacity: 0; transform: scale(0.6); }
  70% { opacity: 1; transform: scale(1.1); }
  100% { transform: scale(1); }
}
@media (max-width: 767px) {
  #in-numbers { padding: 64px 0; }
  #in-numbers .stat-number { font-size: 2.1rem; }
}

#contact {
  background: #101216;
  color: #f5f5f5;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
}
#contact h2, #contact h3 {
  font-family: 'Inter', sans-serif;
}
#contact .panel {
  background: #181b21;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contact .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #f5f5f5;
  border-radius: 12px;
  padding: 12px 16px;
}
#contact .form-control:focus {
  background: #101216;
  color: #f5f5f5;
  border-color: hsl(152, 48%, 52%);
  box-shadow: 0 0 0 0.2rem hsla(152, 48%, 52%, 0.25);
}
#contact .form-label {
  color: #d5d5d5;
  font-weight: 500;
}
#contact .btn-primary-custom {
  background: hsl(152, 48%, 52%);
  border: none;
  color: #101216;
  font-weight: 600;
  border-radius: 14px;
  padding: 12px 32px;
  transition: background 0.2s ease;
}
#contact .btn-primary-custom:hover {
  background: hsl(152, 48%, 42%);
  color: #101216;
}
#contact .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact .info-list li {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
#contact .info-list .label {
  color: hsl(166, 47%, 72%);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
#contact a {
  color: hsl(152, 48%, 52%);
  text-decoration: none;
}
#contact a:hover {
  color: hsl(332, 72%, 66%);
  text-decoration: underline;
}
#contact .hours-table {
  width: 100%;
  color: #f5f5f5;
  font-size: 0.95rem;
}
#contact .hours-table td {
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#contact .map-note {
  font-size: 0.9rem;
  color: #b8b8b8;
  margin-top: 6px;
}
@media (max-width: 767px) {
  #contact .panel {
    padding: 28px;
  }
}

#legal {
  background: #14171c;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #e6e6e6;
}
#legal h2 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-weight: 700;
}
#legal .disclaimer-panel {
  background: #1a1d23;
  border: 1px solid hsl(166, 47%, 72%, 0.25);
  border-radius: 20px;
  padding: 40px;
}
#legal .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: hsla(152, 48%, 52%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#legal .icon-wrap i {
  font-size: 1.8rem;
  color: hsl(152, 48%, 52%);
}
#legal p {
  color: #cfd2d6;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#contact-page {
  background: #14161b;
  color: #f0f2f5;
  font-family: 'Raleway', sans-serif;
  padding: 96px 0;
}
#contact-page h1, #contact-page h2, #contact-page h3 {
  font-family: 'Inter', sans-serif;
}
#contact-page .lead-text {
  color: #c7ccd3;
  max-width: 680px;
}
#contact-page .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contact-page label {
  color: #e6e8eb;
  font-weight: 600;
  margin-bottom: 6px;
}
#contact-page .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #f0f2f5;
  border-radius: 12px;
  padding: 12px 16px;
}
#contact-page .form-control:focus {
  background: #101216;
  color: #f0f2f5;
  border-color: hsl(152, 48%, 52%);
  box-shadow: 0 0 0 0.2rem hsla(152, 48%, 52%, 0.25);
}
#contact-page .form-control::placeholder {
  color: #7f858d;
}
#contact-page .btn-primary-custom {
  background: hsl(152, 48%, 52%);
  border: none;
  color: #101216;
  font-weight: 700;
  border-radius: 14px;
  padding: 14px 32px;
  transition: background 0.2s ease;
}
#contact-page .btn-primary-custom:hover {
  background: hsl(152, 48%, 42%);
  color: #101216;
}
#contact-page .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-page .info-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
#contact-page .info-list li:last-child {
  border-bottom: none;
}
#contact-page .info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: hsla(152, 48%, 52%, 0.15);
  color: hsl(152, 48%, 52%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#contact-page a {
  color: hsl(166, 47%, 72%);
  text-decoration: none;
}
#contact-page a:hover {
  color: hsl(332, 72%, 66%);
}
#contact-page .hours-table td {
  color: #d8dbdf;
  padding: 4px 0;
  border: none;
}
#contact-page .hours-table td:first-child {
  color: #9aa0a8;
  padding-right: 16px;
}
#contact-page .map-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: hsl(152, 48%, 52%);
}
#contact-page .cta-box {
  background: hsl(152, 48%, 52%);
  border-radius: 20px;
  padding: 48px;
  color: #101216;
  text-align: center;
  margin-top: 56px;
}
#contact-page .cta-box h2 {
  color: #101216;
}
#contact-page .cta-box p {
  color: #1a1d23;
}
#contact-page .cta-box .btn {
  background: #101216;
  color: #f0f2f5;
  border-radius: 14px;
  padding: 14px 36px;
  font-weight: 700;
  border: none;
}
#contact-page .cta-box .btn:hover {
  background: #050607;
  color: #fff;
}
#contact-page .section-tag {
  color: hsl(332, 72%, 66%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}

#portfolio-main {
  background: #101216;
  color: #f1f1f1;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
}
#portfolio-main h1, #portfolio-main h2, #portfolio-main h3, #portfolio-main h4 {
  font-family: 'Inter', sans-serif;
  color: #f8f9fa;
}
#portfolio-main .intro-block {
  max-width: 820px;
  margin: 0 auto 56px;
}
#portfolio-main .intro-block h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#portfolio-main .intro-block p {
  color: #cfd3d8;
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-main .sub-heading-block {
  margin-bottom: 48px;
}
#portfolio-main .sub-heading-block h2 {
  font-size: 1.4rem;
  border-left: 4px solid hsl(152, 48%, 52%);
  padding-left: 14px;
  margin-bottom: 14px;
}
#portfolio-main .sub-heading-block p {
  color: #c7cbd1;
  line-height: 1.7;
  margin: 0;
}
#portfolio-main .project-card {
  background: #17191e;
  border: 1px solid #2a2d33;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.25s ease;
}
#portfolio-main .project-card:hover {
  border-color: hsl(152, 48%, 52%);
}
#portfolio-main .project-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #202329;
}
#portfolio-main .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-main .project-body {
  padding: 22px;
}
#portfolio-main .badge-category {
  background: hsl(166, 47%, 72%);
  color: #101216;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 10px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 12px;
}
#portfolio-main .project-body h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#portfolio-main .project-body p {
  color: #c7cbd1;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
#portfolio-main .btn-details {
  background: transparent;
  border: 1px solid hsl(152, 48%, 52%);
  color: hsl(152, 48%, 52%);
  border-radius: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 18px;
}
#portfolio-main .btn-details:hover {
  background: hsl(152, 48%, 52%);
  color: #101216;
}
#portfolio-main .modal-content {
  background: #17191e;
  color: #f1f1f1;
  border: 1px solid #2a2d33;
  border-radius: 20px;
}
#portfolio-main .modal-header {
  border-bottom: 1px solid #2a2d33;
}
#portfolio-main .modal-footer {
  border-top: 1px solid #2a2d33;
}
#portfolio-main .modal-body img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}
#portfolio-main .btn-close-custom {
  background: transparent;
  border: 1px solid #444;
  color: #f1f1f1;
  border-radius: 12px;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
}
#portfolio-main .cta-block {
  margin-top: 64px;
  text-align: center;
  padding: 48px 24px;
  border: 1px solid #2a2d33;
  border-radius: 20px;
  background: #15171c;
}
#portfolio-main .cta-block h2 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
#portfolio-main .cta-block p {
  color: #c7cbd1;
  margin-bottom: 24px;
}
#portfolio-main .btn-cta {
  background: hsl(332, 72%, 66%);
  color: #101216;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  border-radius: 14px;
  padding: 14px 34px;
  text-decoration: none;
  display: inline-block;
}
#portfolio-main .btn-cta:hover {
  background: hsl(332, 72%, 56%);
  color: #101216;
}
