/* Responsive Design Enhancements */

/* Extra Large Screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .section-title {
    font-size: 3rem;
  }
  
  .hero-section {
    min-height: 100vh;
  }
}

/* Large Screens */
@media (max-width: 1199px) {
  .price-card.featured {
    transform: scale(1.02);
  }
  
  .hero-shape-1 {
    width: 150px;
    height: 150px;
  }
  
  .hero-shape-2 {
    width: 120px;
    height: 120px;
  }
}

/* Medium Screens - Tablets */
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .service-card {
    padding: 2rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
  }
  
  .team-member img {
    width: 180px;
    height: 180px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* Small Screens - Large Mobile */
@media (max-width: 767px) {
  .hero-section {
    min-height: 80vh;
    padding-top: 100px;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .section-desc {
    font-size: 1rem;
  }
  
  .service-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  
  .service-price {
    font-size: 1.5rem;
  }
  
  .price-card {
    margin-bottom: 1.5rem;
    padding: 2rem 1rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 0;
  }
  
  .price-amount {
    font-size: 2.5rem;
  }
  
  .about-feature {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature i {
    font-size: 2.5rem;
  }
  
  .feature-item {
    padding: 1.5rem;
  }
  
  .feature-item i {
    font-size: 3rem;
  }
  
  .team-member {
    margin-bottom: 1.5rem;
  }
  
  .team-member img {
    width: 150px;
    height: 150px;
  }
  
  .review-item {
    padding: 2rem;
    margin: 0.5rem;
  }
  
  .coreinfo-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .coreinfo-item i {
    font-size: 2rem;
  }
  
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .blog-item {
    margin-bottom: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .hero-shape-1,
  .hero-shape-2 {
    display: none;
  }
  
  .shape-blob-1,
  .shape-blob-2 {
    display: none;
  }
  
  footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .add-page-section {
    padding: 40px 0;
  }
  
  .add-page-element {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* Extra Small Screens - Mobile */
@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }
  
  .hero-section {
    min-height: 70vh;
    padding-top: 120px;
  }
  
  .section {
    padding: 30px 0;
  }
  
  .section-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .section-desc {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }
  
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .service-card {
    padding: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .service-image {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .service-image i {
    font-size: 1.5rem;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  .price-card {
    padding: 1.5rem 0.8rem;
    margin-bottom: 1rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .about-feature {
    padding: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .about-feature i {
    font-size: 2rem;
  }
  
  .feature-item {
    padding: 1.2rem;
  }
  
  .feature-item i {
    font-size: 2.5rem;
  }
  
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  .review-item {
    padding: 1.5rem;
    margin: 0.3rem;
  }
  
  .review-text {
    font-size: 1rem;
  }
  
  .coreinfo-item {
    padding: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .coreinfo-item i {
    font-size: 1.8rem;
  }
  
  .contact-form {
    padding: 1.5rem 1rem;
  }
  
  .form-control {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
  
  .btn-primary {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .blog-content {
    padding: 1.2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.8rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .accordion-button {
    padding: 1rem;
    font-size: 0.95rem;
  }
  
  .accordion-body {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  footer {
    padding: 1.5rem 0 1rem;
  }
  
  .footer-section {
    margin-bottom: 1.5rem;
  }
  
  .footer-section h3 {
    font-size: 1.1rem;
  }
  
  .footer-section p,
  .footer-section a {
    font-size: 0.9rem;
  }
  
  #site-copyright {
    font-size: 0.8rem;
    padding-top: 1.5rem;
  }
  
  .add-page-section {
    padding: 30px 0;
  }
  
  .add-page-element {
    padding: 1.2rem;
    margin-bottom: 1rem;
  }
}

/* Navigation Responsive Fixes */
@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--primary-cream);
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .nav-link {
    padding: 0.5rem 0 !important;
    border-bottom: 1px solid var(--border-color);
  }
  
  .nav-link:last-child {
    border-bottom: none;
  }
}

/* Swiper Responsive */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .swiper-pagination {
    bottom: 10px;
  }
}

/* Form Responsive */
@media (max-width: 575px) {
  .form-check {
    margin-bottom: 1rem;
  }
  
  .form-check-label {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

/* Utility Responsive Classes */
@media (max-width: 767px) {
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .mb-md-5 { margin-bottom: 2rem !important; }
  .mt-md-5 { margin-top: 2rem !important; }
  .text-md-center { text-align: center !important; }
}

@media (max-width: 575px) {
  .mb-sm-4 { margin-bottom: 1rem !important; }
  .mb-sm-5 { margin-bottom: 1.5rem !important; }
  .mt-sm-5 { margin-top: 1.5rem !important; }
  .text-sm-center { text-align: center !important; }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .hero-shape-1,
  .hero-shape-2,
  .shape-blob-1,
  .shape-blob-2 {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .btn,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .section {
    padding: 20px 0;
    break-inside: avoid;
  }
  
  .service-card,
  .price-card,
  .team-member,
  .review-item {
    break-inside: avoid;
    margin-bottom: 15px;
  }
} 