/* Responsive Design - Corporate Team Building Activities */

/* Large Desktop Styles (1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 4rem;
  }
  
  .section-title h2 {
    font-size: 2.61rem;
  }
  
  .container-xl {
    max-width: 1320px;
  }
}

/* Desktop Styles (992px to 1199px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .shape-blob-1 {
    width: 250px;
    height: 250px;
  }
  
  .shape-blob-2 {
    width: 150px;
    height: 150px;
  }
}

/* Tablet Styles (768px to 991px) */
@media (max-width: 991.98px) {
  :root {
    --section-padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2.62rem;
    text-align: center;
  }
  
  .hero-subtitle {
    text-align: center;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    text-align: center;
  }
  
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  
  .service-card,
  .team-member,
  .review-card {
    margin-bottom: 2rem;
  }
  
  .process-step::after {
    display: none;
  }
  
  .timeline-item {
    margin-left: 0;
  }
  
  .timeline-item::before,
  .timeline-item::after {
    display: none;
  }
  
  .shape-blob {
    display: none;
  }
}

/* Mobile Large Styles (576px to 767px) */
@media (max-width: 767.98px) {
  :root {
    --section-padding: 40px 0;
    --font-size-base: 15px;
  }
  
  .hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  
  .hero-subtitle {
    font-size: 1.22rem;
  }
  
  .section-title h2 {
    font-size: 1.89rem;
  }
  
  .section-title p {
    font-size: var(--font-size-base);
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.81rem; }
  h3 { font-size: 1.61rem; }
  h4 { font-size: 1.40rem; }
  
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.36rem !important;
  }
  
  .service-card,
  .about-feature,
  .feature-item,
  .price-card,
  .team-member {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .hero-image img {
    margin-top: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .service-image {
    height: 180px;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.39rem;
  }
  
  .price-amount {
    font-size: 2.52rem;
  }
  
  .footer {
    text-align: center;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
}

/* Mobile Small Styles (up to 575px) */
@media (max-width: 575.98px) {
  :root {
    --section-padding: 30px 0;
    --font-size-base: 14px;
  }
  
  .hero-title {
    font-size: 1.81rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title h2 {
    font-size: 1.58rem;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .service-card,
  .about-feature,
  .feature-item,
  .price-card,
  .team-member,
  .contact-form {
    padding: 1rem;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 70vh;
  }
  
  .navbar-brand {
    font-size: 1.14rem !important;
  }
  
  .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 1.00rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .service-image {
    height: 150px;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-info-item i {
    margin-right: 0;
    margin-bottom: 0.59rem;
  }
  
  .faq-question {
    padding: 1rem;
  }
  
  .faq-answer {
    padding: 1rem;
  }
  
  .review-card {
    padding: 1.5rem;
  }
  
  .blog-content {
    padding: 1.5rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
}

/* Extra Small Mobile (up to 375px) */
@media (max-width: 374.98px) {
  .hero-title {
    font-size: 1.62rem;
  }
  
  .section-title h2 {
    font-size: 1.31rem;
  }
  
  .service-card,
  .about-feature,
  .feature-item,
  .price-card,
  .team-member {
    padding: 0.75rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .price-amount {
    font-size: 1.85rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .gallery-item img {
    height: 150px;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .contact-form,
  .shape-blob {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
  
  .service-card,
  .team-member,
  .review-card {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
}

/* High DPI / Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-image img,
  .service-image,
  .team-photo,
  .gallery-item img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Landscape Orientation on Mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 60vh;
  }
  
  .hero-title {
    font-size: 1.59rem;
  }
  
  .section-padding {
    padding: 20px 0;
  }
}

/* Accessibility Improvements */
@media (prefers-contrast: high) {
  :root {
    --primary-blue: #0064c6;
    --primary-green: #0c4317;
    --primary-orange: #de9e04;
    --primary-purple: #6a277e;
    --primary-coral: #9f1e39;
  }
  
  .service-card,
  .team-member,
  .review-card,
  .about-feature {
    border: 2px solid #000;
  }
}

/* Motion Preferences */
@media (prefers-reduced-motion: reduce) {
  .hero-section::before,
  .shape-blob,
  .service-card:hover,
  .team-member:hover,
  .about-feature:hover {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Dark Mode Support (if needed in future) */
@media (prefers-color-scheme: dark) {
  /* This can be implemented if dark mode is required */
  /* Currently disabled per accessibility requirements */
} 