/* Responsive CSS for Luxury Vacation Club Template */

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .hero-title {
        font-size: 4.5rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-title {
        font-size: 4rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .team-member-image {
        width: 180px;
        height: 180px;
    }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    section {
        padding: 4rem 0;
    }

    .about-feature {
        padding: 1.5rem;
    }

    .team-member-image {
        width: 160px;
        height: 160px;
    }

    .contact-form {
        padding: 2rem;
    }

    .hero {
        min-height: 500px;
    }

    .price-plan-item {
        padding: 2rem 1.5rem;
    }

    .price-plan-item-price {
        font-size: 2.5rem;
    }

    .blog-item-image, .service-item-image {
        height: 200px;
    }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .section-desc {
        margin-bottom: 3rem;
    }

    section {
        padding: 3rem 0;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    .hero {
        min-height: 450px;
    }

    .about-feature {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .team-member-image {
        width: 140px;
        height: 140px;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .price-plan-item {
        padding: 2rem 1rem;
    }

    .price-plan-item-price {
        font-size: 2.2rem;
    }

    .service-item-content, .blog-item-content {
        padding: 1.5rem;
    }

    .blog-item-image, .service-item-image {
        height: 180px;
    }

    .gallery-item img {
        height: 200px;
    }

    footer {
        padding: 3rem 0 1.5rem;
    }

    .footer-title {
        margin-bottom: 1rem;
    }

    .footer-desc {
        margin-bottom: 1.5rem;
    }

    .footer-policies {
        margin-top: 1.5rem;
    }

    .site-copyright {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
}

/* Extra Small Devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .section-desc {
        margin-bottom: 2rem;
    }

    section {
        padding: 2.5rem 0;
    }

    .navbar-brand {
        font-size: 1.4rem;
    }

    .hero {
        min-height: 400px;
    }

    .btn {
        padding: 0.6rem 1.2rem;
    }

    .about-feature {
        padding: 1.2rem;
        margin-bottom: 1.5rem;
    }

    .about-feature-name {
        font-size: 1.3rem;
    }

    .service-item-name, .feature-item-content h3, .price-plan-item-name, .team-member-name, .core-info-item-title, .blog-item-title {
        font-size: 1.3rem;
    }

    .team-member-image {
        width: 120px;
        height: 120px;
    }

    .contact-form {
        padding: 1.2rem;
    }

    .price-plan-item {
        padding: 1.5rem 1rem;
    }

    .price-plan-item-price {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .service-item-content, .blog-item-content {
        padding: 1.2rem;
    }

    .blog-item-image, .service-item-image {
        height: 160px;
    }

    .gallery-item img {
        height: 180px;
    }

    .review-item {
        padding: 1.5rem;
    }

    .accordion-button {
        padding: 1.2rem;
    }

    .accordion-body {
        padding: 1.2rem;
    }

    footer {
        padding: 2.5rem 0 1rem;
    }

    .footer-title {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .footer-desc {
        margin-bottom: 1.2rem;
    }

    .footer-policies {
        margin-top: 1.2rem;
    }

    .footer-policies-title {
        margin-bottom: 1rem;
    }

    .site-copyright {
        padding-top: 1.2rem;
        margin-top: 1.2rem;
        font-size: 0.8rem;
    }

    /* Adjust column spacing for mobile */
    .row > [class*='col-'] {
        margin-bottom: 1.5rem;
    }

    /* Special handling for the blob decorative elements on mobile */
    .blob-1, .blob-2 {
        width: 200px;
        height: 200px;
    }

    /* Reduce spacing between items */
    .price-plan-item-features li {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .blog-item-excerpt {
        margin-bottom: 1rem;
    }

    .form-control {
        padding: 0.8rem;
        margin-bottom: 1rem;
    }

    /* Fix for the space page on mobile */
    #space {
        height: calc(100vh - 70px);
    }

    /* Fix for breadcrumb on mobile */
    .breadcrumb {
        font-size: 0.9rem;
    }

    .page-header {
        height: 200px;
    }
}

/* Small height fix */
@media (max-height: 650px) {
    .hero {
        min-height: 100vh;
    }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .blob-1, .blob-2 {
        animation: none !important;
    }

    html {
        scroll-behavior: auto !important;
    }
} 