/* Responsive styles */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-subtitle {
    font-size: 1.8rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
  
  .hero-section {
    min-height: 600px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-content {
    margin-top: 30px;
  }
  
  .about-feature-icon,
  .feature-icon,
  .coreinfo-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
  
  .service-title,
  .feature-title,
  .price-title,
  .team-name,
  .blog-title,
  .add-page-title {
    font-size: 1.2rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .footer {
    padding: 60px 0 30px;
  }
  
  .footer-title {
    font-size: 1.3rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .hero-section {
    min-height: 500px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .about-content {
    margin-top: 30px;
  }
  
  .about-feature,
  .service-item,
  .coreinfo-item,
  .review-item,
  .team-member,
  .blog-item,
  .add-page-item {
    margin-bottom: 20px;
  }
  
  .about-feature-icon,
  .feature-icon,
  .coreinfo-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .service-title,
  .feature-title,
  .price-title,
  .team-name,
  .blog-title,
  .add-page-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .price-value {
    font-size: 1.8rem;
  }
  
  .contact-form {
    padding: 30px;
  }
  
  .footer {
    padding: 50px 0 30px;
  }
  
  .footer-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .footer-content {
    margin-bottom: 30px;
  }
  
  .breadcrumb-title {
    font-size: 2rem;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-padding {
    padding: 50px 0;
  }
  
  .hero-section {
    min-height: 450px;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .section-title {
    margin-bottom: 25px;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-title h2::after {
    width: 30px;
    height: 2px;
  }
  
  .about-content {
    margin-top: 20px;
  }
  
  .about-feature,
  .service-item,
  .coreinfo-item,
  .review-item,
  .team-member,
  .blog-item,
  .add-page-item {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .about-feature-icon,
  .feature-icon,
  .coreinfo-icon {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  
  .service-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .service-title,
  .feature-title,
  .price-title,
  .team-name,
  .blog-title,
  .add-page-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .service-price {
    font-size: 1.1rem;
  }
  
  .price-header {
    padding: 20px 15px;
  }
  
  .price-value {
    font-size: 1.6rem;
  }
  
  .price-content {
    padding: 20px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-control {
    height: 45px;
  }
  
  textarea.form-control {
    height: 120px;
  }
  
  .accordion-button {
    padding: 15px;
  }
  
  .accordion-body {
    padding: 15px;
  }
  
  .footer {
    padding: 40px 0 20px;
  }
  
  .footer-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  
  .footer-content {
    margin-bottom: 25px;
  }
  
  .breadcrumb-section {
    padding: 120px 0 60px;
  }
  
  .breadcrumb-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .breadcrumb-nav {
    padding: 8px 15px;
  }
  
  /* Adjust navbar for mobile */
  .navbar-toggler {
    padding: 0.4rem 0.75rem;
    font-size: 1.1rem;
  }
  
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  /* Disable animations on mobile */
  @media (prefers-reduced-motion: reduce) {
    .hero-title,
    .hero-subtitle {
      animation: none;
    }
    
    .about-feature:hover,
    .service-item:hover,
    .coreinfo-item:hover,
    .price-item:hover,
    .blog-item:hover,
    .gallery-item:hover .gallery-img,
    .blog-item:hover .blog-img img,
    .add-page-item:hover,
    .add-page-item:hover .add-page-img img,
    .btn-primary:hover {
      transform: none;
    }
  }
} 