/* Responsive Design - Mobile First Approach */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.64rem;
  }
  
  .section-title {
    font-size: 3rem;
  }
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.58rem;
  }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.64rem;
  }
  
  .hero-subtitle {
    font-size: 1.11rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .price-value {
    font-size: 2.60rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.26rem;
  }
}

/* Mobile Large (576px to 767px) */
@media (max-width: 767px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.72rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 1.79rem;
    margin-bottom: 0.84rem;
  }
  
  .section-subtitle {
    font-size: 1.08rem;
    margin-bottom: 2rem;
  }
  
  .navbar-brand {
    font-size: 1.28rem;
  }
  
  .service-card {
    padding: 1.5rem;
    text-align: center;
  }
  
  .service-name {
    font-size: 1.30rem;
  }
  
  .service-price {
    font-size: 1.84rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .team-name {
    font-size: 1.15rem;
  }
  
  .review-card {
    padding: 1.5rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 1.09rem;
  }
  
  .faq-answer {
    padding: 1rem;
    font-size: 1.00rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .form-control {
    padding: 0.875rem;
  }
  
  .btn-primary {
    padding: 0.875rem 2rem;
    font-size: 1.00rem;
  }
  
  .footer {
    text-align: center;
    padding: 2rem 0 1rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .process-step {
    padding: 1.5rem;
    text-align: center;
  }
  
  .process-number {
    width: 45px;
    height: 45px;
    font-size: 1.19rem;
  }
  
  .timeline-item {
    padding: 1.5rem;
  }
  
  .career-position {
    padding: 1.5rem;
  }
  
  .coreinfo-item {
    padding: 1.5rem;
  }
  
  .coreinfo-icon {
    font-size: 2rem;
  }
  
  .blog-content {
    padding: 1rem;
  }
  
  .casestudy-item {
    padding: 1.5rem;
  }
  
  .additional-section {
    padding: 2.5rem 0;
  }
  
  .breadcrumb-image {
    height: 150px;
  }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.88rem;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 1.09rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 1.65rem;
  }
  
  .section-subtitle {
    font-size: 1.01rem;
  }
  
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.12rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 1.08rem;
  }
  
  .service-card {
    padding: 1rem;
    margin-bottom: 1.66rem;
  }
  
  .service-name {
    font-size: 1.25rem;
  }
  
  .service-price {
    font-size: 1.52rem;
  }
  
  .service-image {
    height: 150px;
  }
  
  .feature-item {
    padding: 1.5rem 1rem;
  }
  
  .feature-icon {
    font-size: 2.59rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .team-name {
    font-size: 1rem;
  }
  
  .review-card {
    padding: 1rem;
  }
  
  .review-text {
    font-size: 1.01rem;
  }
  
  .faq-question {
    padding: 0.875rem;
    font-size: 0.95rem;
  }
  
  .faq-answer {
    padding: 0.875rem;
    font-size: 0.88rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .form-control {
    padding: 0.75rem;
    font-size: 0.98rem;
  }
  
  .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 0.99rem;
  }
  
  .footer {
    padding: 1.5rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .price-card {
    padding: 1.5rem 1rem;
  }
  
  .price-value {
    font-size: 1.84rem;
  }
  
  .process-step {
    padding: 1rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .timeline-item {
    padding: 1rem;
  }
  
  .career-position {
    padding: 1rem;
  }
  
  .coreinfo-item {
    padding: 1rem;
  }
  
  .coreinfo-icon {
    font-size: 1.86rem;
  }
  
  .blog-content {
    padding: 0.875rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  .casestudy-item {
    padding: 1rem;
  }
  
  .additional-section {
    padding: 2rem 0;
  }
  
  .breadcrumb-image {
    height: 120px;
  }
  
  .gallery-image {
    height: 200px;
  }
}

/* Extra Small Mobile (up to 400px) */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.59rem;
  }
  
  .section-title {
    font-size: 1.49rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .service-card {
    margin-bottom: 1rem;
  }
  
  .contact-form {
    padding: 0.75rem;
  }
  
  .price-value {
    font-size: 1.54rem;
  }
  
  .btn-primary {
    padding: 0.625rem 1.25rem;
    font-size: 0.97rem;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn,
  button {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    background: white;
  }
  
  .hero-section {
    min-height: auto;
    background: white;
  }
  
  .section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  :root {
    --primary-green: #006c03;
    --primary-blue: #0082c5;
    --primary-yellow: #ff8a12;
    --primary-orange: #e00526;
    --primary-purple: #7800b8;
    --black: #000000;
    --white: #ffffff;
  }
  
  .service-card,
  .review-card,
  .faq-item,
  .price-card {
    border: 2px solid var(--black);
  }
}

/* Dark Mode Support (if user preference) */

.hero-content {
    padding-top: 100px;
}