/* About Us Page Responsive Styles */

/* About Us Hero Section Responsive */
@media (max-width: 768px) {
    .about-center-logo img {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }
    
    .about-right-image img {
        width: 100%;
        max-width: 250px;
    }
    
    .about-hero {
        padding: 40px 0;
    }
    
    .about-content {
        padding: 40px 0;
    }
    
    .about-main-text {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .about-boxes {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .about-box {
        padding: 20px;
    }
    
    .about-box-heading {
        font-size: 18px;
    }
    
    .about-box-text {
        font-size: 15px;
    }
    
    .about-image img {
        width: 100%;
        max-width: 500px;
    }
    
    /* Vision Mission Responsive */
    .vision-mission {
        padding: 60px 0;
    }
    
    .vision-heading,
    .mission-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .vision-text,
    .mission-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-center-logo img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 30px;
    }
    
    .about-right-image img {
        width: 100%;
        max-width: 200px;
    }
    
    .about-main-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .about-box {
        padding: 18px;
    }
    
    .about-box-heading {
        font-size: 17px;
    }
    
    .about-box-text {
        font-size: 14px;
    }
    
    .about-image img {
        width: 100%;
        max-width: 400px;
    }
    
    /* Vision Mission Responsive */
    .vision-mission {
        padding: 50px 0;
    }
    
    .vision-heading,
    .mission-heading {
        font-size: 24px;
        margin-bottom: 18px;
    }
    
    .vision-text,
    .mission-text {
        font-size: 15px;
    }
    
    /* Remove column gaps on mobile */
    .vision-content {
        margin-right: 0;
        margin-bottom: 40px;
        padding: 15px;
    }
    
    .mission-content {
        margin-left: 0;
        padding: 15px;
    }
    
    /* Team Section Responsive */
    .team-section {
        padding: 60px 0;
    }
    
    .team-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .member-image {
        width: 220px;
        height: 220px;
    }
    
    .member-image img {
        width: 200px;
        height: 200px;
    }
    
    .member-title {
        font-size: 18px;
    }
    
    .member-description {
        font-size: 15px;
    }
}
/* Team Section: 1 column for tablets (md range) */
@media (min-width: 770px) and (max-width: 991.98px) {
    .team-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-member {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Team Section: 2 columns for small desktops (lg range up to <1400px) */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .team-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}/* Team Section: 1 column for tablets (md range) */
@media (min-width: 770px) and (max-width: 991.98px) {
    .team-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-member {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Team Section: 2 columns for small desktops (lg range up to <1400px) */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .team-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Vision/Mission spacing for small tablets: 482px–769.98px */
@media (min-width: 482px) and (max-width: 995px) {
    .vision-content,
    .mission-content {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

/* Team Section: 1 column for tablets (md range) */
@media (min-width: 770px) and (max-width: 991.98px) {
    .team-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-member {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Team Section: 2 columns for small desktops (lg range up to <1400px) */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .team-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* Banner Section Responsive */
@media (max-width: 1200px) {
    .banner-section {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 150px;
        margin-top: -60px;
    }
}

@media (max-width: 480px) {
    .banner-section {
        height: 150px;
        margin-top: -50px;
    }
}
