/* Digital Detox & Mindfulness - Responsive CSS */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    
    .hero-section {
        min-height: 100vh;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .hero-title {
        font-size: 4rem;
    }
}

/* Large Devices (992px to 1399px) */
@media (min-width: 992px) and (max-width: 1399px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .hero-section {
        min-height: 90vh;
    }
}

/* Medium Devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .hero-section {
        min-height: 80vh;
        padding: 3rem 0;
    }
    
    .hero-title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-desc {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
    }
    
    .section-desc {
        font-size: 1rem;
    }
    
    /* Services Cards */
    .service-card .card-img-top {
        height: 180px;
    }
    
    /* Team Photos */
    .team-photo {
        width: 80px;
        height: 80px;
    }
    
    /* About Features */
    .about-feature-img {
        width: 70px;
        height: 70px;
    }
    
    /* Gallery Images */
    .gallery-img {
        height: 200px;
    }
    
    /* Blog Cards */
    .blog-card .card-img-top {
        height: 180px;
    }
    
    /* Shape Elements */
    .shape-1 {
        width: 200px;
        height: 200px;
        right: -100px;
    }
    
    .shape-2 {
        width: 150px;
        height: 150px;
        left: -75px;
    }
}

/* Small Devices (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .breadcrumb-section {
        height: 60px;
        margin-top: 70px;
    }
    
    .hero-section {
        min-height: 70vh;
        padding: 2rem 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero-desc {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .section-desc {
        font-size: 0.95rem;
    }
    
    /* Hero Image */
    .hero-image-wrapper {
        margin-top: 2rem;
    }
    
    /* Services and Cards */
    .service-card .card-img-top,
    .blog-card .card-img-top,
    .experience-card .card-img-top,
    .activity-card .card-img-top {
        height: 160px;
    }
    
    /* Team Section */
    .team-photo {
        width: 70px;
        height: 70px;
    }
    
    .team-member h6 {
        font-size: 0.95rem;
    }
    
    .team-member p {
        font-size: 0.85rem;
    }
    
    /* About Features */
    .about-feature {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .about-feature-img {
        width: 60px;
        height: 60px;
    }
    
    /* Features Section */
    .feature-item {
        padding: 1.5rem 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-icon {
        margin-bottom: 0.75rem;
    }
    
    .feature-icon i {
        font-size: 2rem !important;
    }
    
    /* Gallery */
    .gallery-img {
        height: 150px;
        margin-bottom: 0.5rem;
    }
    
    /* Contact Form */
    .contact-form .form-control,
    .contact-form .form-select {
        padding: 0.6rem 0.8rem;
        font-size: 0.95rem;
    }
    
    /* Swiper Pagination */
    .swiper-pagination {
        bottom: 10px;
    }
    
    /* Shape Elements - Smaller */
    .shape-1 {
        width: 150px;
        height: 150px;
        right: -75px;
        top: 5%;
    }
    
    .shape-2 {
        width: 100px;
        height: 100px;
        left: -50px;
        bottom: 10%;
    }
    
    /* Additional Page Elements */
    .schedule-item .time-circle {
        width: 60px;
        height: 60px;
    }
    
    .schedule-item .time-circle i {
        font-size: 1.5rem !important;
    }
    
    .stage-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .wellness-item img {
        height: 120px;
    }
}

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        margin: 0;
        border-bottom: 1px solid var(--cream-dark);
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .breadcrumb-section {
        height: 50px;
        margin-top: 68px;
    }
    
    .hero-section {
        min-height: 60vh;
        padding: 1.5rem 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-desc {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-image-wrapper {
        margin-top: 1.5rem;
    }
    
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }
    
    .section-desc {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    /* Sections Padding */
    section {
        padding: 3rem 0 !important;
    }
    
    /* Cards and Images */
    .service-card .card-img-top,
    .blog-card .card-img-top,
    .experience-card .card-img-top,
    .activity-card .card-img-top {
        height: 140px;
    }
    
    .service-card .card-body,
    .blog-card .card-body {
overflow-x: hidden;
        padding: 1rem;
    }
    
    .service-card .card-title,
    .blog-card .card-title {
        font-size: 1.1rem;
    }
    
    .service-card .card-text,
    .blog-card .card-text {
        font-size: 0.9rem;
    }
    
    /* Team Section */
    .team-photo {
        width: 60px;
        height: 60px;
    }
    
    .team-member {
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .team-member h6 {
        font-size: 0.9rem;
        margin: 0.25rem 0;
    }
    
    .team-member p {
        font-size: 0.8rem;
    }
    
    /* About Features */
    .about-feature {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .about-feature-img {
        width: 50px;
        height: 50px;
    }
    
    .about-feature h5 {
        font-size: 1rem;
        margin: 0.75rem 0 0.5rem;
    }
    
    .about-feature p {
        font-size: 0.85rem;
    }
    
    /* Features Section */
    .feature-item {
        padding: 1rem 0.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-icon i {
        font-size: 1.8rem !important;
    }
    
    .feature-item h5 {
        font-size: 1rem;
    }
    
    .feature-item p {
        font-size: 0.85rem;
    }
    
    /* Price Plans */
    .price-plan-card .card-body {
overflow-x: hidden;
        padding: 1.25rem;
    }
    
    .price-plan-card .card-title {
        font-size: 1.1rem;
    }
    
    .price {
        font-size: 1.5rem;
    }
    
    /* Reviews */
    .review-card {
        margin: 0 0.5rem;
    }
    
    .review-card .card-body {
overflow-x: hidden;
        padding: 1.25rem;
    }
    
    .review-text {
        font-size: 0.9rem;
    }
    
    .review-author {
        font-size: 0.9rem;
    }
    
    /* Gallery */
    .gallery-img {
        height: 120px;
        margin-bottom: 0.25rem;
    }
    
    /* Contact Form */
    .contact-form .form-control,
    .contact-form .form-select {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    
    .contact-form .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    /* FAQ */
    .accordion-button {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }
    
    .accordion-body {
overflow-x: hidden;
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    /* Footer */
    .footer {
        padding: 3rem 0 !important;
    }
    
    .footer h5,
    .footer h6 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .footer p {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .footer .list-unstyled li {
        margin-bottom: 0.25rem;
    }
    
    .footer .list-unstyled a {
        font-size: 0.85rem;
    }
    
    /* Hide Hero Shapes on Mobile */
    .hero-shapes {
        display: none;
    }
    
    /* Additional Page Elements */
    .schedule-item {
        margin-bottom: 1.5rem;
    }
    
    .schedule-item .time-circle {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .schedule-item .time-circle i {
        font-size: 1.2rem !important;
    }
    
    .schedule-item h5 {
        font-size: 1rem;
    }
    
    .schedule-item p {
        font-size: 0.85rem;
    }
    
    .stage-card {
        margin-bottom: 1rem;
    }
    
    .stage-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .stage-card h6 {
        font-size: 0.95rem;
    }
    
    .stage-card p {
        font-size: 0.85rem;
    }
    
    .wellness-item {
        margin-bottom: 1rem;
    }
    
    .wellness-item img {
        height: 100px;
        margin-bottom: 0.75rem;
    }
    
    .wellness-item h6 {
        font-size: 0.95rem;
    }
    
    .wellness-item p {
        font-size: 0.85rem;
    }
    
    /* Core Info Cards */
    .coreinfo-item {
        margin-bottom: 1rem;
    }
    
    .coreinfo-item .card-body {
overflow-x: hidden;
        padding: 1rem;
    }
    
    .coreinfo-item h5 {
        font-size: 1rem;
    }
    
    .coreinfo-item p {
        font-size: 0.85rem;
    }
}

/* Landscape Mobile Devices */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
    }
    
    .navbar {
        padding: 0.25rem 0;
    }
    
    .breadcrumb-section {
        height: 40px;
        margin-top: 60px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-desc {
        font-size: 0.85rem;
    }
    
    section {
        padding: 2rem 0 !important;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-bg img,
    .breadcrumb-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .breadcrumb-section,
    .hero-shapes,
    .swiper-pagination,
    .btn,
    .footer {
        display: none !important;
    }
    
    .hero-section {
        min-height: auto;
        page-break-inside: avoid;
    }
    
    .section-title {
        color: black !important;
    }
    
    .card,
    .accordion-item {
        border: 1px solid #000 !important;
        page-break-inside: avoid;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
}

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    .hero-title,
    .hero-subtitle,
    .hero-desc,
    .hero-image-wrapper {
        animation: none !important;
    }
    
    .service-card:hover,
    .blog-card:hover,
    .team-member:hover,
    .about-feature:hover,
    .feature-item:hover,
    .price-plan-card:hover,
    .review-card:hover,
    .coreinfo-item:hover,
    .gallery-img:hover {
        transform: none !important;
    }
    
    .service-card:hover .card-img-top,
    .blog-card:hover .card-img-top {
        transform: none !important;
    }
    
    .swiper {
        --swiper-navigation-transition: none;
        --swiper-pagination-transition: none;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .navbar {
        background-color: rgba(139, 115, 85, 0.95);
    }
    
    .navbar-brand,
    .navbar-nav .nav-link {
        color: var(--cream-light) !important;
    }
    
    .navbar-nav .nav-link:hover {
        color: var(--sage-light) !important;
    }
} 