/* Responsive CSS for Continuous Learning Website Template */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    .hero {
        min-height: 550px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    h3 {
        font-size: 1.8rem;
    }
    
    section {
        padding: 4rem 0;
    }
    
    .hero {
        min-height: 500px;
    }
    
    .services-item,
    .priceplan-item,
    .about-feature {
        margin-bottom: 1.5rem;
    }
    
    .reviews-item {
        padding: 1.5rem;
    }
    
    .team-member-img {
        width: 120px;
        height: 120px;
    }
    
    .blob-1 {
        width: 200px;
        height: 200px;
    }
    
    .blob-2 {
        width: 180px;
        height: 180px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.4rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .hero {
        min-height: 450px;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .about-feature {
        margin-bottom: 1.5rem;
    }
    
    .services-item,
    .priceplan-item {
        margin-bottom: 1.5rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member-img {
        width: 100px;
        height: 100px;
    }
    
    .features-item {
        flex-direction: column;
        text-align: center;
    }
    
    .features-item-icon {
        margin: 0 auto 1rem;
    }
    
    .coreinfo-item {
        margin-bottom: 1.5rem;
    }
    
    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    footer {
        padding: 3rem 0 1rem;
    }
    
    .shape-divider svg {
        height: 50px;
    }
    
    .blob-1, .blob-2 {
        display: none;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 0.95rem;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    .section-title {
        margin-bottom: 2rem;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .hero {
        min-height: 100vh;
    }
    
    .hero-content {
        text-align: center;
        padding: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.5rem;
    }
    
    .about-feature {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    
    .services-item,
    .priceplan-item {
        margin-bottom: 1.5rem;
    }
    
    .services-item-header,
    .services-item-body {
        padding: 1rem;
    }
    
    .priceplan-item-header {
        padding: 1.5rem 1rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member-img {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }
    
    .reviews-item {
        padding: 1.5rem 1rem;
    }
    
    .features-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .features-item-icon {
        margin: 0 auto 1rem;
    }
    
    .coreinfo-item {
        margin-bottom: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-item-img {
        height: 180px;
    }
    
    .blog-item-content {
        padding: 1rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .gallery-item {
        height: 150px;
    }
    
    footer {
        padding: 2.5rem 0 1rem;
        text-align: center;
    }
    
    footer .col-md-3 {
        margin-bottom: 1.5rem;
    }
    
    #site-copyright {
        font-size: 0.8rem;
    }
    
    .shape-divider svg {
        height: 30px;
    }
    
    .blob-1, .blob-2 {
        display: none;
    }
    
    .faq-accordion .accordion-button {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .faq-accordion .accordion-body {
        padding: 1rem;
        font-size: 0.9rem;
    }
} 