/*!
 * Corporate Mindfulness Retreat Organizer Template
 * Responsive CSS - Mobile First Design
 * Version: 2025.1.0
 */

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  .container {
    padding: 0 10px;
  }
  
  .hero {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  
  .hero p {
    font-size: 1rem;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  

  
  .service-card,
  .review-card {
    padding: 1.25rem;
  }
  
  .service-card img {
    width: 80px;
    height: 80px;
  }
  
  .team-card img {
    height: 200px;
  }
  
  .team-card-content {
    padding: 1.25rem;
  }
  

  
  .contact-form {
    padding: 0 1rem;
  }
  
  .form-control {
    padding: 0.625rem;
  }
  
  .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    margin: 0;
  }
  
  .faq-question {
    padding: 1rem;
  }
  
  .faq-answer {
    padding: 1rem;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  
  .hero {
    min-height: 80vh;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  

  

}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  
  .hero {
    min-height: 90vh;
  }
  
  .hero h1 {
    font-size: 2.25rem;
  }
  
  .hero p {
    font-size: 1.125rem;
  }
  
  .section {
    padding: 60px 0;
  }
  
  .section-title h2 {
    font-size: 1.875rem;
  }
  

  

  
  .contact-form {
    max-width: 500px;
  }
  
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
  
  .navbar-toggler {
    display: none;
  }
  
  .navbar-nav {
    flex-direction: row;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
  }
  
  .decorative-blob {
    display: block;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  
  .hero {
    min-height: 100vh;
  }
  
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .section {
    padding: 80px 0;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  

  

  
  .contact-form {
    max-width: 600px;
  }
  
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
  }
  
  .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  .hero-image {
    text-align: center;
  }
  
  .hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-xl);
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero h1 {
    font-size: 3rem;
  }
  
  .hero p {
    font-size: 1.25rem;
  }
  
  .section {
    padding: 100px 0;
  }
  
  .section-title h2 {
    font-size: 2.25rem;
  }
  

  

  
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1.25rem;
    margin: 0 0.5rem;
  }
  
  .hero-content {
    gap: 4rem;
  }
  
  .decorative-blob {
    display: block;
  }
  
  .blob-1 {
    width: 400px;
    height: 400px;
  }
  
  .blob-2 {
    width: 250px;
    height: 250px;
  }
}

/* Extra Extra Large Devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .hero h1 {
    font-size: 3.5rem;
  }
  
  .section {
    padding: 120px 0;
  }
  
  .section-title h2 {
    font-size: 2.5rem;
  }
  

  

  
  .hero-content {
    gap: 5rem;
  }
  
  .blob-1 {
    width: 450px;
    height: 450px;
  }
  
  .blob-2 {
    width: 300px;
    height: 300px;
  }
}

/* Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  a, a:visited {
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  
  .decorative-blob {
    display: none !important;
  }
  
  .navbar {
    display: none !important;
  }
  
  .hero {
    min-height: auto !important;
    padding: 2rem 0 !important;
  }
  
  .section {
    padding: 1rem 0 !important;
  }
  

  
  .page-break {
    page-break-before: always;
  }
}

/* High DPI / Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero::before {
    background-image: url('../GUP_images/hero-bg@2x.webp');
  }
  
  .service-card img,
  .team-card img,
  .gallery-item img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 600px) {
  .hero {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero p {
    font-size: 1rem;
  }
  
  .section {
    padding: 40px 0;
  }
}

/* Dark Mode Support (optional) */

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .decorative-blob {
    animation: none !important;
  }
  
  .card-hover:hover {
    transform: none !important;
  }
  
  .btn-primary:hover {
    transform: none !important;
  }
  
  .team-card:hover,
  .service-card:hover,
  .gallery-item:hover img {
    transform: none !important;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  :root {
    --neutral-gray: #000000;
    --neutral-light: #ffffff;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
  
  .form-control {
    border: 2px solid var(--neutral-dark);
  }
  
  .form-control:focus {
    border-color: var(--primary-teal);
    box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.5);
  }
  
  .service-card,
  .team-card,
  .review-card,
  .faq-item {
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
} 