/* Responsive Styles */

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Medium screens (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section h1 {
    font-size: 2.2rem;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
}

/* Small screens (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section p {
    font-size: 1rem;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .price-amount {
    font-size: 2.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra small screens (576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .hero-section {
    min-height: 70vh;
    text-align: center;
    padding: 2rem 0;
  }
  
  .hero-section h1 {
    font-size: 1.8rem;
  }
  
  .hero-section p {
    font-size: 0.95rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .custom-card .card-body {
    overflow-x: hidden;
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .review-card {
    padding: 2rem;
    margin: 0.5rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .timeline-item {
    padding-left: 2.5rem;
  }
}

/* Very small screens (below 576px) */
@media (max-width: 575px) {
  /* Disable Swiper autoplay and effects on mobile */
  .swiper {
    --swiper-navigation-size: 0;
    --swiper-pagination-bullet-size: 6px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    margin: 0;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .hero-section {
    min-height: 60vh;
    text-align: center;
    padding: 1.5rem 0;
  }
  
  .hero-section h1 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  
  .hero-section p {
    font-size: 0.9rem;
  }
  
  .hero-content {
    padding: 1rem;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-title h3 {
    font-size: 1.2rem;
  }
  
  .section-title h4 {
    font-size: 1.1rem;
  }
  
  .custom-card {
    margin-bottom: 1.5rem;
  }
  
  .custom-card .card-body {
    overflow-x: hidden;
    padding: 1.2rem;
  }
  
  .service-card .card-img-top {
    height: 150px;
  }
  
  .service-price {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .form-control {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }
  
  .btn-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .price-card {
    margin-bottom: 2rem;
  }
  
  .price-header {
    padding: 1.5rem;
  }
  
  .price-amount {
    font-size: 1.8rem;
  }
  
  .price-features {
    padding: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .review-card {
    padding: 1.5rem;
    margin: 0.3rem;
  }
  
  .review-text {
    font-size: 1rem;
  }
  
  .faq-question,
  .faq-answer {
    padding: 1rem;
  }
  
  .process-step {
    margin-bottom: 1.5rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .timeline-item {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-marker {
    width: 15px;
    height: 15px;
  }
  
  .timeline-item::before {
    left: 7px;
  }
  
  .case-study-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .career-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .blog-content {
    padding: 1.2rem;
  }
  
  .blog-title {
    font-size: 1.1rem;
  }
  
  .blog-excerpt {
    font-size: 0.9rem;
  }
  
  footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-content {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .footer-title {
    font-size: 1.1rem;
  }
  
  .breadcrumb-container {
    padding: 0.5rem 0;
  }
  
  .breadcrumb-image {
    height: 40px;
  }
  
  /* Hide decorative blobs on mobile */
  .decorative-blob {
    display: none;
  }
  
  /* Adjust spacing for mobile */
  .row > [class*="col-"] {
    margin-bottom: 1rem;
  }
  
  .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  
  /* Mobile-specific utilities */
  .mobile-center {
    text-align: center;
  }
  
  .mobile-hide {
    display: none;
  }
  
  /* Reduce motion on mobile for better performance */
  .custom-card:hover {
    transform: none;
  }
  
  .gallery-item:hover {
    transform: none;
  }
  
  .blog-post:hover {
    transform: none;
  }
  
  .team-card:hover .team-photo {
    transform: none;
  }
  
  .service-card:hover .card-img-top {
    transform: none;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-section {
    min-height: 90vh;
  }
  
  .section-padding {
    padding: 1.5rem 0;
  }
  
  .navbar {
    padding: 0.3rem 0;
  }
}

/* Print styles */
@media print {
  .navbar,
  .breadcrumb-container,
  footer,
  .btn,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none !important;
  }
  
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
  
  .custom-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .text-gradient {
    color: var(--text-dark) !important;
    -webkit-text-fill-color: var(--text-dark) !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .custom-card {
    border: 2px solid var(--text-dark);
  }
  
  .btn-primary {
    border: 2px solid var(--text-dark);
  }
  
  .form-control:focus {
    border-color: var(--text-dark);
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --white: #1a1a1a;
    --text-dark: #e0e0e0;
    --text-light: #b0b0b0;
  }
  
  .navbar {
    background: rgba(26, 26, 26, 0.95);
  }
  
  .custom-card {
    background: #2a2a2a;
    color: var(--text-dark);
  }
  
  .contact-form {
    background: #2a2a2a;
  }
  
  .form-control {
    background: #3a3a3a;
    color: var(--text-dark);
    border-color: #4a4a4a;
  }
  
  .faq-answer {
    background: #2a2a2a;
  }
} 