/* Responsive Styles */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-title-1 {
    font-size: 3.58rem;
  }
  
  .section {
    padding: 100px 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .hero-title-1 {
    font-size: 2.58rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.31rem;
  }
  
  .section {
    padding: 60px 0;
  }
  
  .service-card {
    margin-bottom: 2.24rem;
  }
  
  .team-member {
    margin-bottom: 2.24rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  .hero {
    text-align: center;
  }
  
  .hero-title-1 {
    font-size: 2.11rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.16rem;
  }
  
  .hero-desc-1 {
    font-size: 1.08rem;
  }
  
  .section {
    padding: 50px 0;
  }
  
  .section-title h2 {
    font-size: 1.67rem;
  }
  
  .navbar-brand {
    font-size: 1.44rem !important;
  }
  
  .feature-item {
    margin-bottom: 1.74rem;
  }
  
  .service-card {
    padding: 2rem 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .review-item {
    padding: 2rem;
    margin: 0.5rem;
  }
  
  .blog-card {
    margin-bottom: 1.74rem;
  }
  
  /* Disable Swiper autoplay and effects on mobile */
  .swiper-container {
    overflow: hidden;
  }
  
  .swiper-slide {
    transition: none !important;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title-1 {
    font-size: 1.87rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.08rem;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-title {
    margin-bottom: 2.24rem;
  }
  
  .section-title h2 {
    font-size: 1.59rem;
  }
  
  .navbar-brand {
    font-size: 1.31rem !important;
  }
  
  .feature-item {
    padding: 1.5rem 1rem;
  }
  
  .service-card {
    padding: 1.5rem 1rem;
  }
  
  .service-price {
    font-size: 1.59rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .review-item {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .gallery img {
    height: 200px;
  }
  
  /* Typography adjustments for small screens */
  h1 { font-size: 1.87rem; }
  h2 { font-size: 1.59rem; }
  h3 { font-size: 1.44rem; }
  h4 { font-size: 1.31rem; }
  h5 { font-size: 1.16rem; }
  h6 { font-size: 1.08rem; }
}

/* Navigation mobile adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(255, 248, 234, 0.98);
    border-radius: 10px;
    margin-top: 1.12rem;
    padding: 1rem;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    margin: 0.2rem 0;
  }
}

/* Container padding adjustments */
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Form responsiveness */
@media (max-width: 767.98px) {
  .contact-form .form-control {
    padding: 0.7rem;
    font-size: 1.08rem;
  }
  
  .contact-form .btn {
    padding: 0.7rem 1.5rem;
    width: 100%;
  }
}

/* Card grid responsiveness */
@media (max-width: 991.98px) {
  .row > [class*="col-"] {
    margin-bottom: 1.16rem;
  }
}

@media (max-width: 767.98px) {
  .row > [class*="col-"] {
    margin-bottom: 1.74rem;
  }
}

/* Image responsiveness */
@media (max-width: 575.98px) {
  .service-card img {
    width: 60px;
    height: 60px;
  }
  
  .feature-item i {
    font-size: 2.11rem;
  }
}

/* Spacing adjustments for mobile */
@media (max-width: 767.98px) {
  .mb-4 { margin-bottom: 1.74rem !important; }
  .mb-5 { margin-bottom: 2.24rem !important; }
  .py-5 { padding-top: 2.07rem !important; padding-bottom: 2.18rem !important; }
}

/* Footer responsiveness */
@media (max-width: 767.98px) {
  .footer .row > div {
    margin-bottom: 2.24rem;
    text-align: center;
  }
  
  .footer-bottom {
    margin-top: 1.12rem;
    padding-top: 1.21rem;
  }
} 