@media (max-width: 991px) {
  .hero-section {
    text-align: center;
    padding-top: 7rem;
  }

  .hero-highlights {
    justify-content: center;
  }

  .profile-image {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 4rem 0;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .profile-image {
    height: 320px;
  }

  .cta-box {
    padding: 3rem 1.2rem;
  }
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: var(--bg-card);
        border: 1px solid var(--border-color);
        border-radius: 20px;
    }

    .portfolio-nav-links .nav-link {
        padding: 0.85rem 1rem !important;
    }

    .navbar-cta {
        width: 100%;
        margin-top: 0.75rem;
        text-align: center;
    }
}

/* =========================================
   RESPONSIVE DESIGN
========================================= */

@media (max-width: 1199px) {

    .hero-title {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

}

@media (max-width: 991px) {

    .section-padding {
        padding: 5rem 0;
    }

    .hero-section,
    .about-hero-section {
        text-align: center;
    }

    .profile-card {
        margin-top: 2rem;
    }

    .hero-highlights {
        justify-content: center;
    }

    .portfolio-navbar {
        padding: 1rem 0;
    }

    .portfolio-nav-links {
        margin-top: 1rem;
    }

    .navbar-cta {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }

    .cta-box {
        padding: 3rem 1.5rem;
    }

}

@media (max-width: 767px) {

    .hero-title {
        font-size: 2.7rem;
        line-height: 1.15;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-description,
    .section-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .profile-image {
        height: 360px;
    }

    .feature-card,
    .skill-card,
    .project-card,
    .service-card,
    .why-card,
    .blog-card {
        padding: 1.3rem;
    }

    .cta-box {
        border-radius: 24px;
    }

    .footer-bottom {
        text-align: center;
    }

}

@media (max-width: 575px) {

    .section-padding {
        padding: 4rem 0;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

    .hero-highlights span {
        width: 100%;
        text-align: center;
    }

    .profile-card {
        padding: 1rem;
        border-radius: 22px;
    }

    .profile-image {
        height: 300px;
    }

    .cta-box {
        padding: 2.5rem 1.2rem;
    }

    .footer-social {
        justify-content: center;
    }

}

@media (max-width: 991px) {

    .section-padding {
        padding: 3rem 0;
    }

    .profile-image {
        height: 320px;
    }

    .cta-box {
        padding: 2rem 1.25rem;
    }
}

