/* ===== RESPONSIVE STYLES ===== */
/* Bootstrap 5 Compatible - Mobile First Approach */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
  .hero-section {
    padding: 0 2rem;
  }
  
  .section-padding {
    padding: 5rem 0;
  }
}

/* Large Devices (992px and up) */
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2.27rem;
  }
  
  h2 {
    font-size: 1.93rem;
  }
  
  .hero-section {
    padding: 2rem 1rem;
  }
  
  .shape-1 {
    width: 250px;
    height: 250px;
  }
  
  .shape-2 {
    width: 180px;
    height: 180px;
  }
}

/* Medium Devices (768px and up) */
@media (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.13rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.62rem;
  }
  
  h3 {
    font-size: 1.44rem;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
  
  .price-display {
    font-size: 2.63rem;
  }
  
  .shape-1,
  .shape-2 {
    display: none;
  }
  
  /* Services Grid Adjustments */
  .service-card {
    margin-bottom: 2rem;
  }
  
  /* Team Grid Adjustments */
  .team-card {
    margin-bottom: 2rem;
  }
  
  /* Gallery Adjustments */
  .gallery-item {
    margin-bottom: 1.73rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  /* 5-item layout fix: switch to full width on medium screens */
  .row.justify-content-center > .col-lg-2 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  /* Last item in 5-item layout gets full width on medium screens */
  .row.justify-content-center > .col-lg-2:nth-child(5) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Small Devices (576px and up) */
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 1.90rem;
  }
  
  h2 {
    font-size: 1.52rem;
  }
  
  h3 {
    font-size: 1.34rem;
  }
  
  h4 {
    font-size: 1.17rem;
  }
  
  p {
    font-size: 1.00rem;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 1rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  /* Navigation Adjustments */
  .navbar-collapse {
    background: rgba(5, 5, 5, 0.98);
    border-radius: 8px;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--neon-electric-blue-dark);
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  /* Card Adjustments */
  .neon-card,
  .service-card,
  .team-card,
  .faq-card {
    margin-bottom: 1.62rem;
  }
  
  .service-card,
  .team-card {
    padding: 1.5rem;
  }
  
  /* Price Plan Adjustments */
  .price-plan-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .price-display {
    font-size: 2.31rem;
  }
  
  /* Process Steps */
  .process-step {
    padding: 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  /* Form Adjustments */
  .btn-neon {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  
  .form-control {
    padding: 0.75rem;
    font-size: 1rem;
  }
  
  /* Gallery Adjustments */
  .gallery-item img {
    height: 180px;
  }
  
  /* Team Photo Adjustments */
  .team-photo {
    height: 150px;
  }
  
  /* Footer Adjustments */
  .footer {
    text-align: center;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
  
  /* 5-item layout: single column on small screens */
  .row.justify-content-center > .col-lg-2 {
    width: 100%;
    max-width: 400px;
  }
}

/* Extra Small Devices (less than 576px) */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.01rem;
  }
  
  h1 {
    font-size: 1.65rem;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 1.44rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.13rem;
  }
  
  h4 {
    font-size: 1rem;
  }
  
  p {
    font-size: 0.98rem;
    line-height: 1.5;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 0.5rem;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .section-title {
    margin-bottom: 1.58rem;
  }
  
  /* Container Adjustments */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Card Adjustments */
  .service-card,
  .team-card,
  .price-plan-card,
  .process-step {
    padding: 1rem;
  }
  
  .neon-card {
    padding: 1rem;
  }
  
  .faq-card {
    padding: 1rem;
  }
  
  /* Price Display */
  .price-display {
    font-size: 2rem;
  }
  
  /* Button Adjustments */
  .btn-neon {
    padding: 0.875rem 1.5rem;
    font-size: 1.03rem;
  }
  
  .price-badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.98rem;
  }
  
  /* Step Number */
  .step-number {
    width: 35px;
    height: 35px;
    font-size: 1.05rem;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 150px;
  }
  
  /* Team Photo */
  .team-photo {
    height: 120px;
  }
  
  /* Navbar Toggler */
  .navbar-toggler {
    border: 1px solid var(--neon-electric-blue);
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler-icon {
    filter: invert(1);
  }
  
  /* Hero Content Spacing */
  .hero-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  /* Features List */
  .features-list {
    font-size: 0.96rem;
  }
  
  .features-list li {
    padding: 0.4rem 0;
  }
}

/* Ultra Small Devices (less than 400px) */
@media (max-width: 399.98px) {
  h1 {
    font-size: 1.46rem;
  }
  
  h2 {
    font-size: 1.33rem;
  }
  
  h3 {
    font-size: 1rem;
  }
  
  p {
    font-size: 0.93rem;
  }
  
  .hero-section {
    min-height: 50vh;
  }
  
  .section-padding {
    padding: 1.5rem 0;
  }
  
  .price-display {
    font-size: 1.86rem;
  }
  
  .btn-neon {
    padding: 0.75rem 1rem;
    font-size: 0.98rem;
  }
  
  .service-card,
  .team-card,
  .price-plan-card,
  .process-step,
  .neon-card,
  .faq-card {
    padding: 0.75rem;
  }
  
  .step-number {
    width: 30px;
    height: 30px;
    font-size: 0.86rem;
  }
  
  .navbar-brand {
    font-size: 0.99rem;
  }
  
  .gallery-item img {
    height: 120px;
  }
  
  .team-photo {
    height: 100px;
  }
}

/* Landscape Mobile Devices */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .navbar {
    padding: 0.25rem 1rem;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn-neon,
  .hero-shape {
    display: none !important;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
  
  .neon-card,
  .service-card,
  .team-card,
  .faq-card,
  .price-plan-card,
  .process-step {
    background: white !important;
    border: 1px solid #cdcdcd !important;
    box-shadow: none !important;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gallery-item img,
  .team-photo,
  .breadcrumb-image {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Hover States for Touch Devices */
@media (hover: none) and (pointer: coarse) {
  .neon-card:hover,
  .service-card:hover,
  .team-card:hover,
  .faq-card:hover,
  .price-plan-card:hover,
  .process-step:hover,
  .gallery-item:hover {
    transform: none;
    box-shadow: none;
  }
  
  .gallery-item:hover img {
    transform: none;
  }
  
  .btn-neon:hover {
    transform: none;
  }
} 