/* Responsive Styles */

@media (max-width: 1199px) {
  .hero-icons { display: none; }
  .dropdown-mega .dropdown-menu { min-width: 480px; }
}

@media (max-width: 991px) {
  section { padding: 70px 0; }

  :root {
    --navbar-height: 64px;
    --header-height: 64px;
  }

  .top-bar + .navbar-main,
  body.header-scrolled .top-bar + .navbar-main {
    top: 0 !important;
  }

  body:has(.top-bar) {
    padding-top: var(--navbar-height);
  }

  body:has(.top-bar) .hero-section,
  body:has(.top-bar) .page-banner {
    margin-top: calc(-1 * var(--navbar-height));
  }

  body:has(.top-bar) .page-banner {
    padding-top: 110px;
  }

  .navbar-main .navbar-collapse {
    background: rgba(15, 26, 46, 0.99);
    padding: 16px;
    border-radius: var(--radius);
    margin-top: 12px;
    border: 1px solid rgba(201, 162, 39, 0.15);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }

  .navbar-main .navbar-nav {
    gap: 2px;
  }

  .navbar-main .nav-item {
    width: 100%;
  }

  .navbar-main .nav-link {
    padding: 12px 14px !important;
    border-radius: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .navbar-main .nav-link:hover,
  .navbar-main .nav-link.active {
    background: rgba(201, 162, 39, 0.1);
  }

  .navbar-main .nav-link::after {
    display: none;
  }

  .navbar-main .nav-item.ms-lg-2 {
    margin-left: 0 !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(201, 162, 39, 0.2);
  }

  .navbar-main .nav-item .btn-gold {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }

  .dropdown-mega .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    margin-top: 4px !important;
    position: static !important;
    transform: none !important;
    float: none;
  }

  .dropdown-mega .dropdown-menu.show {
    display: block;
  }

  .dropdown-mega .mega-title {
    color: var(--gold-light);
    margin-top: 8px;
  }

  .dropdown-mega .dropdown-item {
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 12px;
    white-space: normal;
  }

  .dropdown-mega .dropdown-item:hover {
    background: rgba(201, 162, 39, 0.12);
    color: var(--gold-light);
  }

  .about-why-list {
    grid-template-columns: 1fr;
  }

  .video-showcase-section {
    padding: 50px 0;
  }

  .founder-photo { margin-bottom: 30px; }

  .about-image-wrap .experience-badge {
    right: 10px;
    bottom: 10px;
  }

  .about-features { grid-template-columns: 1fr; }

  .process-steps::before { display: none; }

  .process-step { min-width: 45%; }

  .partner-list { grid-template-columns: 1fr; }

  .clients-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }

  .client-logo {
    height: 64px;
  }

  .contact-sidebar {
    min-height: auto;
  }

  .contact-sidebar .map-wrap {
    min-height: 280px;
  }

  .contact-sidebar .map-wrap iframe {
    min-height: 280px;
  }

  .page-banner { padding: 100px 0 60px; }
}

@media (max-width: 767px) {
  section { padding: 50px 0; }

  .section-header { margin-bottom: 40px; }

  .hero-section {
    height: 100svh;
    min-height: 520px;
    margin-top: calc(-1 * var(--navbar-height));
  }

  body:has(.top-bar) .hero-section {
    margin-top: calc(-1 * var(--navbar-height));
  }

  .hero-content h1 { font-size: 1.75rem; }

  .hero-content p { font-size: 0.95rem; }

  .hero-content .btn {
    display: inline-block;
    margin-bottom: 8px;
  }

  .hero-deco,
  .hero-bg-effects,
  .hero-visual {
    display: none !important;
  }

  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .about-image-wrap img { height: 300px; }

  .counter-inline { gap: 20px; }

  .counter-inline .counter-box .count { font-size: 1.5rem; }

  .contact-form { padding: 24px; }

  .contact-info-card { padding: 24px; }

  .contact-row > [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }

  .contact-sidebar .map-wrap {
    min-height: 260px;
  }

  .testimonial-card { padding: 24px; }

  .float-buttons {
    bottom: 20px;
    right: 20px;
  }

  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }

  .top-bar { display: none; }

  .service-detail-card { padding: 24px; }

  .process-step { min-width: 100%; }

  .logo-item {
    width: 140px;
    height: 60px;
    font-size: 0.75rem;
  }

  .navbar-main .navbar-brand img { height: 44px; }

  .page-banner {
    padding: 90px 0 50px;
  }
}

@media (max-width: 575px) {
  .navbar-main .navbar-brand img { height: 40px; }

  .navbar-main .navbar-collapse {
    max-height: calc(100vh - 76px);
  }

  .btn-gold, .btn-outline-gold, .btn-navy {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .stat-box { padding: 20px 10px; }

  .hero-content .hero-badge {
    font-size: 0.75rem;
    padding: 5px 14px;
  }
}
