* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.about-title {
    font-family: "Jost", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em
}

.about-text {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    text-align: justify;
}


/* Banner */
.about-hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../frontend/images/banner-background.webp");
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-hero-text {
    text-align: start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.about-hero-text h1 {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    /* font-size: calc(1rem + 1vw); */
    font-size: 2vw;
    line-height: 54px;
    text-transform: uppercase;
    /* background: #fbcc2a; */
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 20px;
}

.experience-card h1 {
    color: #F9C806;
    font-family: "Jost", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.experience-card span {
    color: #555555;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}


/* our-mission-vission */
/* Custom Styles for Our Vision Section */

/* 1. Full-Section Background and Overlay */
.vision-section-bg {
    /* Replace 'your-background-image.jpg' with a high-quality, relevant photo */
    background: url('../../frontend/images/mission-vision-banner.jpg') no-repeat center center/cover;
    min-height: 550px;
    /* Give the section a fixed height */
    position: relative;
    display: flex;
    /* For vertical alignment */
    align-items: center;
}

.vision-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Dark, semi-transparent overlay for text contrast and depth */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    /* Keep content above the overlay */
}

/* Ensure all content inside the container is above the overlay */
.our-vision .container {
    z-index: 2;
}

/* 2. Card Styling */
.vision-card-item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 2px solid transparent;
    /* Prepare for border change on hover */
    /* Remove default Bootstrap shadow and define a custom one */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.vision-card-item:hover {
    transform: translateY(-10px);
    /* Lift card on hover */
    /* Add a primary color accent border and a deeper shadow */
    border-color: #1B98BF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* 3. Icon and Text Styling */
.icon-box-primary {
    display: inline-block;
    font-size: 2.5rem;
    color: #1B98BF;
    /* Primary color accent */
    line-height: 1;
    /* Create a circle background for the icon */
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: all 0.4s ease;
}

.vision-card-item:hover .icon-box-primary {
    /* Hover effect on the icon box */
    color: white;
    background-color: #1B98BF;
    transform: rotate(5deg);
}

.card-title-vision {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #f8f9fa;
    /* Subtle separation line */
    padding-bottom: 10px;
}

.card-text-vision {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #495057;
    /* Slightly softer text color */
}

/* Optional: Better look for highlighted text */
.card-text-vision strong {
    color: #1B98BF;
}


/* Custom Styles for Directors Section */
/* Director Card Styling */
/* .director-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #f8f9fa;
    cursor: pointer;
}

.director-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
}

.director-img-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.director-img {
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.9);
}

.director-card:hover .director-img {
    transform: scale(1.05);
}

.director-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.director-name {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.director-designation {
    font-style: italic;
    font-weight: 300;
}

.director-bio {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s;
    margin-top: 10px;
    font-size: 0.9rem;
}

.director-card:hover .director-bio {
    max-height: 200px;
    opacity: 1;
} */



.directors-section {
    background-color: #f8f9fa;
}

.director-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.director-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.director-photo img {
    border: 4px solid #e9ecef;
}

.director-info h4 {
    color: #0b3d91;
}

.director-bio {
    line-height: 1.7;
    font-size: 15px;
}

/* Adjust section title if needed */
.section-title {
    color: #343a40;
    /* Darker color for the title */
    font-weight: 700;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #1B98BF;
    /* Accent color */
    margin: 10px auto 0;
    border-radius: 2px;
}



/* GALLERY-PAGE-CSS */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 600px) {

    .about-title {
        font-family: "Jost", Sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.1em
    }

    /* Banner */
    .about-hero-image {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../frontend/images/banner-background.webp");
        height: 25vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .about-hero-text {
        text-align: start;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .about-hero-text h1 {
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        /* font-size: calc(1rem + 1vw); */
        font-size: 25px;
        line-height: 54px;
        text-transform: uppercase;
        /* background: #fbcc2a; */
        display: inline-block;
        color: #FFFFFF;
        padding: 10px 20px;
    }

}