/* Responsive Styles */

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
  
  .service-img {
    height: 200px;
  }
  
  .service-name {
    font-size: 1.3rem;
  }
  
  .price-value {
    font-size: 2.2rem;
  }
}

/* Medium Devices (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 15px 0;
  }
  
  .navbar-brand {
    font-size: 1.6rem;
  }
  
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  section {
    padding: 80px 0;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .service-img {
    height: 180px;
  }
  
  .service-name {
    font-size: 1.2rem;
  }
  
  .service-price {
    font-size: 1.4rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .team-name {
    font-size: 1.1rem;
  }
  
  footer {
    padding: 40px 0 0;
  }
  
  footer h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

/* Small Devices (576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
  
  .hero-section {
    min-height: 80vh;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  section {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .about-feature, .service-item, .feature-item, .price-item, .team-member, .blog-item {
    margin-bottom: 25px;
  }
  
  .service-img {
    height: 170px;
  }
  
  .service-name {
    font-size: 1.1rem;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  .price-value {
    font-size: 1.8rem;
  }
  
  .review-text {
    padding: 0 15px;
  }
  
  .review-text:before, .review-text:after {
    font-size: 2.5rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .page-title {
    font-size: 2.5rem;
  }
  
  .page-subtitle {
    font-size: 1.1rem;
  }
  
  footer {
    padding: 40px 0 0;
  }
  
  footer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .copyright {
    margin-top: 30px;
  }
  
  /* Reduce animations for smaller screens */
  .animated {
    animation-duration: 0.5s;
  }
  
  .about-feature:hover, .service-item:hover, .feature-item:hover .feature-icon, 
  .price-item:hover, .team-member:hover .team-img img, .blog-item:hover,
  .review-item:hover, .gallery-item:hover img {
    transform: none;
  }
}

/* Extra Small Devices (575px and down) */
@media (max-width: 575px) {
  header {
    padding: 10px 0;
  }
  
  .navbar-brand {
    font-size: 1.4rem;
  }
  
  .hero-section {
    min-height: 70vh;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 0.95rem;
  }
  
  .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  
  section {
    padding: 50px 0;
  }
  
  .section-title {
    margin-bottom: 25px;
  }
  
  .section-title h2 {
    font-size: 1.6rem;
  }
  
  .section-title h2:after {
    width: 40px;
    height: 2px;
  }
  
  .section-title p {
    font-size: 0.95rem;
  }
  
  .about-feature, .service-item, .feature-item, .price-item, .team-member, .blog-item {
    margin-bottom: 20px;
  }
  
  .about-feature {
    padding: 20px;
  }
  
  .about-feature i {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .service-img {
    height: 160px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-name {
    font-size: 1.1rem;
  }
  
  .service-desc {
    font-size: 0.9rem;
  }
  
  .service-price {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  
  .price-header {
    padding: 20px;
  }
  
  .price-name {
    font-size: 1.3rem;
  }
  
  .price-value {
    font-size: 1.7rem;
  }
  
  .price-content {
    padding: 20px;
  }
  
  .price-features {
    margin: 0 0 20px;
  }
  
  .price-features li {
    padding: 8px 0;
    padding-left: 20px;
  }
  
  .price-features li:before {
    font-size: 0.9rem;
  }
  
  .team-info {
    padding: 15px;
  }
  
  .team-name {
    font-size: 1rem;
  }
  
  .review-item {
    padding: 20px;
    margin: 10px 0;
  }
  
  .review-text {
    padding: 0 10px;
    font-size: 0.9rem;
  }
  
  .review-text:before, .review-text:after {
    font-size: 2rem;
  }
  
  .review-author {
    font-size: 0.9rem;
  }
  
  .coreinfo-icon {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .contact-form {
    padding: 25px;
  }
  
  .form-control {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  
  .blog-img {
    height: 160px;
  }
  
  .blog-content {
    padding: 20px;
  }
  
  .blog-title {
    font-size: 1.1rem;
  }
  
  .blog-excerpt {
    font-size: 0.9rem;
  }
  
  .accordion-button {
    padding: 15px;
    font-size: 0.95rem;
  }
  
  .accordion-body {
    padding: 15px;
    font-size: 0.9rem;
  }
  
  .gallery-item img {
    height: 160px;
  }
  
  .page-header {
    height: 40vh;
    min-height: 300px;
    margin-bottom: 60px;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .page-subtitle {
    font-size: 1rem;
  }
  
  footer {
    padding: 30px 0 0;
  }
  
  footer h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  footer ul li {
    margin-bottom: 10px;
  }
  
  .copyright {
    margin-top: 20px;
    padding: 15px 0;
  }
  
  /* Disable animations for very small screens */
  .animated {
    animation-duration: 0s;
    opacity: 1 !important;
    transform: none !important;
  }
  
  .about-feature:hover, .service-item:hover, .feature-item:hover .feature-icon, 
  .price-item:hover, .team-member:hover .team-img img, .blog-item:hover,
  .review-item:hover, .gallery-item:hover img {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  /* Adjust shapes for mobile */
  .shape-1, .shape-2, .shape-3, .shape-4 {
    display: none;
  }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .animated {
    animation: none !important;
    opacity: 1 !important;
  }
  
  .swiper-container {
    --swiper-autoplay-delay: 0ms !important;
  }
  
  .about-feature:hover, .service-item:hover, .feature-item:hover .feature-icon, 
  .price-item:hover, .team-member:hover .team-img img, .blog-item:hover,
  .review-item:hover, .gallery-item:hover img {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
  }
} 