/* ===== RESPONSIVE STYLES ===== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  #hero-title-1 {
    font-size: 3.52rem;
  }
  
  h2 {
    font-size: 2.82rem;
  }
}

/* Desktop (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-title-1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.61rem;
  }
  
  .pricing-card.featured {
    transform: scale(1.03);
  }
}

/* Tablet (768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Hero Section */
  #hero-title-1 {
    font-size: 2.58rem;
    line-height: 1.3;
  }
  
  #hero-subtitle-1 {
    font-size: 1.27rem;
  }
  
  #hero-desc-1 {
    font-size: 1rem;
  }
  
  /* Section Headings */
  h2 {
    font-size: 2.36rem;
  }
  
  h3 {
    font-size: 1.20rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.27rem;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .pricing-card,
  .review-card,
  .case-study-card,
  .blog-card,
  .career-card,
  .info-card,
  .element-card {
    padding: 1.5rem;
    margin-bottom: 1.57rem;
  }
  
  /* Timeline */
  .timeline::after {
    left: 30px;
  }
  
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    text-align: left;
  }
  
  .timeline-item:nth-child(odd) {
    left: 0;
    text-align: left;
  }
  
  .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }
  
  /* Team Photos */
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  /* Gallery */
  .gallery-img {
    height: 200px;
    margin-bottom: 1rem;
  }
  
  /* Process Steps */
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.31rem;
  }
  
  /* Pricing */
  .pricing-card.featured {
    transform: scale(1.02);
    margin-bottom: 2rem;
  }
  
  /* Footer */
  .footer-section {
    text-align: center;
  }
}

/* Mobile Large (576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Hero Section */
  #hero-title-1 {
    font-size: 2.30rem;
    line-height: 1.3;
    margin-bottom: 1.71rem;
  }
  
  #hero-subtitle-1 {
    font-size: 1.21rem;
    margin-bottom: 1rem;
  }
  
  #hero-desc-1 {
    font-size: 1.07rem;
    margin-bottom: 2rem;
  }
  
  /* Section Headings */
  h2 {
    font-size: 2rem;
    margin-bottom: 1.70rem;
  }
  
  h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.18rem;
  }
  
  .nav-link {
    font-size: 1.01rem;
    padding: 0.5rem 1rem;
  }
  
  /* Sections */
  .about-section,
  .services-section,
  .features-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .casestudy-section,
  .process-section,
  .timeline-section,
  .career-section,
  .coreinfo-section,
  .blog-section,
  .faq-section,
  .contact-section,
  .page-section {
    padding: 3rem 0;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .pricing-card,
  .review-card,
  .case-study-card,
  .blog-card,
  .career-card,
  .info-card,
  .element-card {
    padding: 1.25rem;
    margin-bottom: 1.74rem;
  }
  
  /* Icons */
  .feature-icon {
    font-size: 2.62rem;
  }
  
  .feature-icon-small {
    font-size: 1.57rem;
  }
  
  .info-icon {
    font-size: 2rem;
  }
  
  .contact-icon {
    font-size: 1.54rem;
  }
  
  /* Timeline */
  .timeline::after {
    left: 20px;
  }
  
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    text-align: left;
    margin-bottom: 2rem;
  }
  
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  /* Team */
  .team-photo {
    width: 90px;
    height: 90px;
    margin-bottom: 1rem;
  }
  
  /* Gallery */
  .gallery-img {
    height: 180px;
    margin-bottom: 1rem;
  }
  
  /* Process */
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }
  
  /* Forms */
  .form-control,
  .form-select {
    padding: 0.625rem 0.875rem;
    font-size: 1.03rem;
  }
  
  /* Buttons */
  .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: 1.07rem;
  }
  
  .btn-outline-primary {
    padding: 0.5rem 1.25rem;
    font-size: 0.92rem;
  }
  
  /* Pricing */
  .pricing-card.featured {
    transform: none;
    margin-bottom: 2rem;
  }
  
  .price-large {
    font-size: 1.90rem;
  }
  
  /* Footer */
  .footer-section {
    text-align: center;
    padding: 3rem 0;
  }
  
  .footer-section .col-lg-4 {
    margin-bottom: 2rem;
  }
}

/* Mobile Small (up to 575.98px) */
@media (max-width: 575.98px) {
  /* Hero Section */
  .hero-section {
    min-height: 90vh;
    padding: 2rem 0;
  }
  
  #hero-title-1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  #hero-subtitle-1 {
    font-size: 1rem;
    margin-bottom: 0.95rem;
  }
  
  #hero-desc-1 {
    font-size: 0.94rem;
    margin-bottom: 1.74rem;
  }
  
  /* Section Headings */
  h2 {
    font-size: 1.79rem;
    margin-bottom: 1rem;
  }
  
  h3 {
    font-size: 1.07rem;
    margin-bottom: 0.86rem;
  }
  
  h4 {
    font-size: 1.27rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1rem;
  }
  
  .nav-link {
    font-size: 0.98rem;
    padding: 0.5rem 0.75rem;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 0.99rem;
  }
  
  /* Sections */
  .about-section,
  .services-section,
  .features-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .casestudy-section,
  .process-section,
  .timeline-section,
  .career-section,
  .coreinfo-section,
  .blog-section,
  .faq-section,
  .contact-section,
  .page-section {
    padding: 2.5rem 0;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .pricing-card,
  .review-card,
  .case-study-card,
  .blog-card,
  .career-card,
  .info-card,
  .element-card {
    padding: 1rem;
    margin-bottom: 1.47rem;
  }
  
  /* Icons */
  .feature-icon {
    font-size: 2rem;
    margin-bottom: 0.95rem;
  }
  
  .feature-icon-small {
    font-size: 1.37rem;
  }
  
  .info-icon {
    font-size: 1.89rem;
    margin-bottom: 0.91rem;
  }
  
  .contact-icon {
    font-size: 1.30rem;
    margin-bottom: 0.65rem;
  }
  
  /* Service Cards */
  .service-card img {
    height: 160px;
    margin-bottom: 0.92rem;
  }
  
  /* Timeline */
  .timeline::after {
    left: 15px;
  }
  
  .timeline-item {
    width: 100%;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 1.59rem;
  }
  
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }
  
  .timeline-content {
    padding: 1.25rem;
  }
  
  /* Team */
  .team-section .row {
    justify-content: center;
  }
  
  .team-member {
    margin-bottom: 2rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 0.93rem;
  }
  
  /* Gallery */
  .gallery-img {
    height: 150px;
    margin-bottom: 0.82rem;
  }
  
  /* Process */
  .process-step {
    margin-bottom: 1.62rem;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-bottom: 0.92rem;
  }
  
  /* Forms */
  .form-control,
  .form-select {
    padding: 0.5rem 0.75rem;
    font-size: 1.02rem;
    margin-bottom: 1rem;
  }
  
  .contact-form .row .col-md-6 {
    margin-bottom: 0;
  }
  
  /* Buttons */
  .btn-primary {
    padding: 0.5rem 1.25rem;
    font-size: 0.96rem;
    width: 100%;
  }
  
  .btn-outline-primary {
    padding: 0.4rem 1rem;
    font-size: 0.95rem;
  }
  
  /* Pricing */
  .pricing-card.featured {
    transform: none;
    margin-bottom: 1.57rem;
  }
  
  .price-large {
    font-size: 1.59rem;
  }
  
  .pricing-header {
    padding-bottom: 0.85rem;
    margin-bottom: 0.99rem;
  }
  
  /* FAQ */
  .accordion-button {
    font-size: 1.04rem;
    padding: 0.75rem 1rem;
  }
  
  /* Footer */
  .footer-section {
    text-align: center;
    padding: 2.5rem 0;
  }
  
  .footer-section .col-lg-4 {
    margin-bottom: 1.68rem;
  }
  
  .footer-section h4,
  .footer-section h5 {
    font-size: 1rem;
    margin-bottom: 0.92rem;
  }
  
  /* Space Page */
  #space {
    min-height: 50vh;
    margin-top: 70px;
  }
  
  /* Breadcrumb */
  .breadcrumb-nav {
    margin-top: 70px;
    padding: 0.75rem 0;
  }
  
  .breadcrumb-img {
    width: 20px;
    height: 20px;
  }
}

/* Extra Small Mobile (up to 374.98px) */
@media (max-width: 374.98px) {
  /* Container padding */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Hero */
  #hero-title-1 {
    font-size: 1.78rem;
  }
  
  #hero-subtitle-1 {
    font-size: 0.97rem;
  }
  
  #hero-desc-1 {
    font-size: 0.98rem;
  }
  
  /* Headings */
  h2 {
    font-size: 1.59rem;
  }
  
  h3 {
    font-size: 0.94rem;
  }
  
  h4 {
    font-size: 1rem;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.02rem;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .pricing-card,
  .review-card,
  .case-study-card,
  .blog-card,
  .career-card,
  .info-card,
  .element-card {
    padding: 0.875rem;
  }
  
  /* Team */
  .team-photo {
    width: 70px;
    height: 70px;
  }
  
  /* Process */
  .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.98rem;
  }
  
  /* Gallery */
  .gallery-img {
    height: 120px;
  }
  
  /* Timeline */
  .timeline::after {
    left: 10px;
  }
  
  .timeline-item {
    padding-left: 30px;
  }
  
  .timeline-content {
    padding: 1rem;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .navbar,
  .footer-section,
  .breadcrumb-nav {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    page-break-after: always;
  }
  
  .section {
    page-break-inside: avoid;
  }
  
  .card {
    page-break-inside: avoid;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  .hero-section,
  .feature-card,
  .service-card,
  .gallery-img,
  .btn-primary,
  .timeline-item {
    transition: none;
    animation: none;
  }
  
  .pricing-card.featured {
    transform: none;
  }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
  :root {
    --ocean-blue: #0857ae;
    --seaweed-green: #1d3c00;
    --coral-orange: #c03f6d;
    --sand-beige: #f5f5f5;
    --pearl-white: #ffffff;
  }
  
  .btn-primary,
  .btn-outline-primary {
    border-width: 2px;
  }
}

/* ===== LANDSCAPE ORIENTATION ===== */
@media (orientation: landscape) and (max-height: 500px) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  #hero-title-1 {
    font-size: 2rem;
    margin-bottom: 0.65rem;
  }
  
  #hero-subtitle-1 {
    font-size: 1rem;
    margin-bottom: 0.61rem;
  }
  
  #hero-desc-1 {
    font-size: 0.92rem;
    margin-bottom: 1rem;
  }
} 

.hero-section h1 {
    padding-top: 125px;
}