/* Responsive CSS for AI-Driven Competitor Price Monitoring Template */

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title {
    font-size: 3.52rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.58rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
  
  .price-card.featured {
    transform: none;
    margin-bottom: 2rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .feature-card {
    margin-bottom: 2rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 80vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.86rem;
  }
  
  h3 {
    font-size: 1.34rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .card-body {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .navbar-brand {
    font-size: 1.33rem;
  }
  
  .process-step {
    margin-bottom: 2rem;
  }
  
  .timeline-item {
    margin-bottom: 2rem;
  }
  
  .hero-shape-1,
  .hero-shape-2 {
    display: none;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.88rem;
  }
  
  .hero-subtitle {
    font-size: 1.05rem;
  }
  
  .hero-description {
    font-size: 0.99rem;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .section-title h2 {
    font-size: 1.59rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .btn-primary,
  .btn-outline-primary {
    padding: 0.5rem 1.5rem;
    font-size: 1.03rem;
  }
  
  .feature-card,
  .service-card,
  .team-card,
  .review-card,
  .price-card,
  .faq-card {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2.63rem;
  }
  
  .service-price {
    font-size: 1.79rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.27rem;
  }
  
  .team-image {
    width: 80px;
    height: 80px;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .breadcrumb-image {
    height: 150px;
  }
}

/* Navigation responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--bg-white);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    box-shadow: 0 5px 6px -1px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
}

/* Grid adjustments for smaller screens */
@media (max-width: 767.98px) {
  .row.g-4 > * {
    margin-bottom: 1.59rem;
  }
  
  .row.g-3 > * {
    margin-bottom: 1rem;
  }
}

/* Form responsive adjustments */
@media (max-width: 575.98px) {
  .form-control {
    padding: 0.625rem 0.875rem;
    font-size: 0.96rem;
  }
  
  .form-label {
    font-size: 1.05rem;
  }
}

/* Gallery responsive grid */
@media (max-width: 991.98px) {
  .gallery-item {
    margin-bottom: 1.59rem;
  }
}

@media (max-width: 575.98px) {
  .gallery-item {
    margin-bottom: 1rem;
  }
}

/* Utilities for responsive spacing */
.mb-responsive {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .mb-responsive {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .mb-responsive {
    margin-bottom: 1rem;
  }
}

/* Responsive text utilities */
.text-responsive {
  font-size: 1.17rem;
}

@media (max-width: 767.98px) {
  .text-responsive {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .text-responsive {
    font-size: 1.02rem;
  }
}

/* Container adjustments */
@media (max-width: 575.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Timeline responsive adjustments */
@media (max-width: 575.98px) {
  .timeline-item {
    padding-left: 2rem;
  }
  
  .timeline-item::after {
    left: -6px;
    width: 12px;
    height: 12px;
  }
}

/* Service features responsive */
@media (max-width: 575.98px) {
  .service-features li {
    padding: 0.375rem 0;
    font-size: 1.01rem;
  }
}

/* Review stars responsive */
@media (max-width: 575.98px) {
  .review-stars {
    font-size: 1.01rem;
  }
}

/* Price card responsive */
@media (max-width: 575.98px) {
  .price-card.featured::before {
    font-size: 0.82rem;
    padding: 0.2rem 0.75rem;
  }
}

/* Contact info responsive */
@media (max-width: 575.98px) {
  .contact-info {
    text-align: center;
    margin-top: 2rem;
  }
  
  .contact-info h4 {
    font-size: 1.19rem;
  }
}

/* Footer responsive adjustments */
@media (max-width: 575.98px) {
  .footer .row > div {
    margin-bottom: 1.74rem;
  }
  
  .footer h5 {
    font-size: 1.23rem;
  }
  
  .footer p,
  .footer a {
    font-size: 1.04rem;
  }
}

/* Blog grid responsive */
@media (max-width: 767.98px) {
  #blog_grid .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Ensure proper spacing on mobile */
@media (max-width: 575.98px) {
  .mb-3 {
    margin-bottom: 1.64rem;
  }
  
  .mb-4 {
    margin-bottom: 2rem;
  }
  
  .mb-5 {
    margin-bottom: 2.68rem;
  }
} 

.hero-content {
    padding-top: 125px;
}