@media (max-width: 768px) {
  .fw-navbar-container {
    padding: 0 15px;
    height: 60px;
  }
  .fw-navbar-logo-img {
    height: 65px;
    width: auto;
  }

  .fw-navbar-toggle {
    display: flex;
  }

  .fw-navbar-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--brand-color);
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    height: calc(100vh - 350px);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .fw-navbar-menu.fw-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .fw-navbar-link {
    font-size: 18px;
    padding: 10px 0;
  }

  .fw-navbar-cta {
    margin-top: 10px;
    text-align: center;
    padding: 15px 30px;
  }
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .services-title,
  .services-desc,
  .label {
    text-align: center;
  }
  .sg-marquee {
    padding: 2rem 0;
  }

  .marquee-track {
    gap: 4rem;
    padding-right: 4rem;
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .review-card {
    flex: 0 0 calc(100% - 20px);
  }
  /* Illustration */
  .services-illustration {
    flex: 1;
    min-width: 250px;
    text-align: center;
  }

  .services-illustration img {
    max-width: 400px;
    width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }
  .services-section {
    text-align: center;
  }

  .carousel-wrapper {
    height: 450px;
  }
  .founder-img {
    width: 220px;
    height: 220px;
  }
  .about-founder h2 {
    font-size: 1.6rem;
  }
  .about-founder {
    text-align: center;
  }
  .service-hero {
    min-height: 65vh;
    padding: 1.5rem 0;
  }
  .service-hero-card {
    padding: 1.2rem;
    border-radius: 12px;
    margin: 0 1rem;
    text-align: center;
  }
  .service-hero-cta {
    justify-content: center;
  }
  .trust-row {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }
  .service-details {
    text-align: center;
  }
  .service-details h6 {
    margin-top: 0.8rem;
  }
  .why-choose-us {
    text-align: center;
  }
  .why-choose-us .why-subheading {
    margin: 0 auto 1.5rem;
  }

  .sg-pricing-intro h1 {
    font-size: 2rem;
  }

  .sg-plan {
    padding: 20px 15px;
  }
  .service-cta {
    padding: 1.5rem 1rem;
    margin: 1.75rem 0.75rem;
    border-radius: 12px;
  }

  .service-cta .cta-subheading {
    max-width: 88%;
    font-size: 0.98rem;
  }

  .service-cta .cta-actions {
    gap: 0.6rem;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 0.7rem 1rem;
    min-width: 160px;
  }

  .btn-cta-primary {
    width: auto;
  }
}

@media (max-width: 480px) {
  .fw-navbar-container {
    padding: 0 10px;
  }

  .fw-navbar-menu {
    padding: 15px;
  }
  .review-card {
    padding: 20px;
  }

  .profile-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }
  .about-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 0rem;
  }

  .about-image img {
    max-width: 420px;
  }

  .about-text {
    padding: 1rem;
  }

  .about-desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .about-stats-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .services-header {
    text-align: center;
  }
  .stats-map {
    margin-bottom: 2rem;
  }

  .stats-map img {
    max-width: 300px;
  }
  .history-card {
    min-height: 220px;
    padding: 1.5rem 1rem;
  }
  .contact-hero {
    text-align: center;
    padding: 4.5rem 0;
  }

  .contact-hero h1 {
    font-size: 2.2rem;
  }

  .contact-hero p {
    font-size: 1rem;
    margin: 0 auto;
  }

  .contact-illustration {
    max-width: 300px;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .about-section {
    margin: 2rem auto;
  }

  .about-title {
    font-size: 1.8rem;
  }

  .about-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .stat-card {
    padding: 1.5rem 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-card p {
    font-size: 0.9rem;
  }

  .stats-map img {
    max-width: 220px;
  }
  .history-card {
    min-height: auto;
    padding: 1.2rem;
  }
  .history-card h4 {
    font-size: 1.1rem;
  }
  .history-card p {
    font-size: 0.95rem;
  }

  .sg-footer {
    padding: 1rem 1rem;
    text-align: center;
  }
  .sg-footer-links ul,
  .sg-footer-services ul,
  .sg-footer-contact ul {
    list-style: none;
    padding-left: 0;
  }
  /* Legal Links */
  .footer-legal {
    text-align: center;
    margin-top: 1rem;
  }
  .contact-hero h1 {
    font-size: 1.8rem;
  }

  .contact-form,
  .contact-info {
    padding: 1.5rem;
  }

  .contact-info p {
    font-size: 0.95rem;
  }

  .contact-map iframe {
    height: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
