/* Responsive Design Enhancements */

/* Large screens */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title {
    font-size: 3.58rem;
  }
  
  .section-title {
    font-size: 3rem;
  }
}

/* Medium screens */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.51rem;
  }
  
  .section-title {
    font-size: 2.30rem;
  }
  
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
  
  .hero-section {
    min-height: 80vh;
  }
  
  .hero-image {
    margin-top: 2rem;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .priceplan-card,
  .review-card,
  .casestudy-card,
  .process-card,
  .timeline-card,
  .career-card,
  .coreinfo-card {
    margin-bottom: 2rem;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-image {
    height: 300px;
    margin-top: 2rem;
  }
  
  .navbar-brand {
    font-size: 1.32rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .priceplan-card,
  .review-card,
  .casestudy-card,
  .process-card,
  .timeline-card,
  .career-card,
  .coreinfo-card {
    padding: 1.5rem;
    margin-bottom: 1.64rem;
  }
  
  .team-image {
    width: 120px;
    height: 120px;
  }
  
  .service-image {
    height: 150px;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.89rem;
  }
  
  .section-title {
    font-size: 1.89rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .hero-section {
    min-height: 60vh;
  }
  
  .hero-image {
    height: 250px;
  }
  
  .navbar-brand {
    font-size: 1.24rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .priceplan-card,
  .review-card,
  .casestudy-card,
  .process-card,
  .timeline-card,
  .career-card,
  .coreinfo-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .team-image {
    width: 100px;
    height: 100px;
  }
  
  .service-image {
    height: 120px;
  }
  
  .gallery-image {
    height: 150px;
  }
  
  .service-price {
    font-size: 1.53rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.36rem;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
  }
  
  .faq-card {
    padding: 1rem;
  }
  
  .blog-content {
    padding: 1rem;
  }
  
  .blog-image {
    height: 150px;
  }
}

/* Extra extra small screens */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.53rem;
  }
  
  .section-title {
    font-size: 1.56rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .hero-section {
    min-height: 50vh;
  }
  
  .hero-image {
    height: 200px;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .priceplan-card,
  .review-card,
  .casestudy-card,
  .process-card,
  .timeline-card,
  .career-card,
  .coreinfo-card {
    padding: 0.75rem;
  }
  
  .team-image {
    width: 80px;
    height: 80px;
  }
  
  .service-image {
    height: 100px;
  }
  
  .gallery-image {
    height: 120px;
  }
  
  .service-price {
    font-size: 1.37rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .feature-icon {
    font-size: 1.55rem;
  }
}

/* Landscape mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    min-height: 60vh;
  }
  
  .hero-image {
    height: 200px;
  }
  
  .section {
    padding: 2rem 0;
  }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-image,
  .service-image,
  .team-image,
  .gallery-image,
  .blog-image {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .contact-form {
    display: none;
  }
  
  .hero-section,
  .section {
    page-break-inside: avoid;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .priceplan-card,
  .review-card,
  .casestudy-card,
  .process-card,
  .timeline-card,
  .career-card,
  .coreinfo-card {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #dadada;
  }
  
  .hero-title,
  .section-title {
    color: #000;
    -webkit-text-fill-color: #000;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1 { font-size: 24pt; }
  h2 { font-size: 20pt; }
  h3 { font-size: 16pt; }
  h4 { font-size: 14pt; }
  h5 { font-size: 12pt; }
  h6 { font-size: 10pt; }
} 

.hero-content {
    padding-top: 150px;
}