/* VR Onboarding Template - Responsive CSS */

/* Mobile First Approach */
@media (max-width: 575.98px) {
  /* Extra Small Devices */
  .container {
    padding: 0 1rem;
  }
  
  .hero-title {
    font-size: 1.89rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-title {
    font-size: 1.86rem;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    padding: 1rem;
    margin-bottom: 1.57rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .navbar-brand {
    font-size: 1.39rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  
  .hero-section {
    min-height: 80vh;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .blog-card img {
    height: 150px;
  }
  
  .service-card img,
  .casestudy-card img {
    height: 150px;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1.20rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .decorative-blob {
    display: none;
  }
}

/* Small Devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.35rem;
  }
  
  .hero-subtitle {
    font-size: 1.16rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    padding: 1.25rem;
    margin-bottom: 1.96rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .hero-section {
    min-height: 90vh;
  }
  
  .gallery-item img {
    height: 220px;
  }
  
  .blog-card img {
    height: 180px;
  }
  
  .service-card img,
  .casestudy-card img {
    height: 180px;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.33rem;
  }
  
  .price-amount {
    font-size: 2.59rem;
  }
  
  .blob-1 {
    width: 200px;
    height: 200px;
  }
  
  .blob-2 {
    width: 150px;
    height: 150px;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.54rem;
  }
  
  .hero-subtitle {
    font-size: 1.39rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 2.37rem;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
  
  .hero-section {
    min-height: 95vh;
  }
  
  .gallery-item img {
    height: 240px;
  }
  
  .blog-card img {
    height: 200px;
  }
  
  .service-card img,
  .casestudy-card img {
    height: 200px;
  }
  
  .team-photo {
    width: 140px;
    height: 140px;
  }
  
  .process-number {
    width: 55px;
    height: 55px;
    font-size: 1.42rem;
  }
  
  .price-amount {
    font-size: 2.88rem;
  }
  
  .blob-1 {
    width: 250px;
    height: 250px;
  }
  
  .blob-2 {
    width: 180px;
    height: 180px;
  }
}

/* Large Devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 2.87rem;
  }
  
  .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .section {
    padding: 3.5rem 0;
  }
  
  .section-title {
    font-size: 2.62rem;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    padding: 1.75rem;
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 2.75rem;
  }
  
  .hero-section {
    min-height: 100vh;
  }
  
  .gallery-item img {
    height: 250px;
  }
  
  .blog-card img {
    height: 200px;
  }
  
  .service-card img,
  .casestudy-card img {
    height: 200px;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .process-number {
    width: 60px;
    height: 60px;
    font-size: 1.64rem;
  }
  
  .price-amount {
    font-size: 3rem;
  }
  
  .blob-1 {
    width: 300px;
    height: 300px;
  }
  
  .blob-2 {
    width: 200px;
    height: 200px;
  }
}

/* Extra Large Devices */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.27rem;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .section-title {
    font-size: 2.58rem;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 3rem;
  }
  
  .hero-section {
    min-height: 100vh;
  }
  
  .gallery-item img {
    height: 250px;
  }
  
  .blog-card img {
    height: 200px;
  }
  
  .service-card img,
  .casestudy-card img {
    height: 200px;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .process-number {
    width: 60px;
    height: 60px;
    font-size: 1.62rem;
  }
  
  .price-amount {
    font-size: 3rem;
  }
  
  .blob-1 {
    width: 300px;
    height: 300px;
  }
  
  .blob-2 {
    width: 200px;
    height: 200px;
  }
}

/* Ultra Wide Screens */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.56rem;
  }
  
  .hero-subtitle {
    font-size: 1.50rem;
  }
  
  .section-title {
    font-size: 2.86rem;
  }
  
  .blob-1 {
    width: 350px;
    height: 350px;
  }
  
  .blob-2 {
    width: 250px;
    height: 250px;
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-width: 991.98px) {
  .hero-section {
    min-height: 100vh;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.17rem;
  }
  
  .section {
    padding: 2rem 0;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .decorative-blob,
  .btn {
    display: none !important;
  }
  
  .hero-section {
    min-height: auto;
    background: none !important;
  }
  
  .hero-title,
  .hero-subtitle,
  .hero-content {
    color: black !important;
    padding-top: 250px;
}
  
  .section {
    padding: 1rem 0;
  }
  
  .feature-item,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .process-item,
  .timeline-item,
  .career-card,
  .coreinfo-card {
    box-shadow: none !important;
    border: 1px solid #d1d1d1;
  }
  
  .contact-form {
    border: 1px solid #e4dbda;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1 { font-size: 20pt; }
  h2 { font-size: 18pt; }
  h3 { font-size: 16pt; }
  h4 { font-size: 14pt; }
  h5 { font-size: 12pt; }
  h6 { font-size: 12pt; }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .navbar-brand {
    font-weight: 500;
  }
  
  .hero-title {
    font-weight: 600;
  }
  
  .section-title {
    font-weight: 600;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .decorative-blob {
    animation: none !important;
  }
  
  .fade-in-up {
    animation: none !important;
  }
  
  .feature-item:hover,
  .service-card:hover,
  .price-card:hover,
  .team-card:hover,
  .review-card:hover,
  .casestudy-card:hover,
  .process-item:hover,
  .timeline-item:hover,
  .career-card:hover,
  .coreinfo-card:hover,
  .gallery-item:hover,
  .blog-card:hover {
    transform: none !important;
  }
  
  .btn-primary:hover {
    transform: none !important;
  }
  
  .gallery-item:hover img {
    transform: none !important;
  }
}

/* Focus Styles for Accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus,
.faq-question:focus {
  outline: 3px solid var(--primary-blue);
  outline-offset: 2px;
}

/* Dark Mode Support (if needed) */

/* Container Fluid Adjustments */
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Aspect Ratio Helpers */
.aspect-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1 / 1;
}

/* Grid System Enhancements */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .row {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .row {
    --bs-gutter-x: 3.5rem;
  }
}

/* Flexbox Utilities */
.d-flex-column-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .d-md-flex-row {
    flex-direction: row;
  }
}

/* Text Utilities */
.text-responsive {
  font-size: clamp(1rem, 4vw, 1.5rem);
}

.text-responsive-large {
  font-size: clamp(1.5rem, 6vw, 3rem);
}

.text-responsive-small {
  font-size: clamp(0.875rem, 3vw, 1.125rem);
} 