﻿
.program-section {
    background: #f8f9fa;
    padding: 40px 0 60px 0;
}

.program-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px 24px 24px 24px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
    min-height: 260px;
    position: relative;
}

    .program-card:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    }

    .program-card .heading-title {
        /* font-size: 1.5rem;
        font-weight: 700;*/
        color: #1a237e;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .program-card .fa {
        color: #ff9800;
        font-size: 1.3em;
    }

    .program-card .wp-caption-text {
        color: #444;
        /* font-size: 1.08rem;*/
        margin-bottom: 0;
    }
    @media (max-width: 767px) {
        .program-card {
            padding: 18px 10px;
        }

            .program-card .heading-title {
                font-size: 1.1rem;
            }
    }

.blog-gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 30px;
}

.blog-gallery-list {
    flex: 1 1 0;
    max-width: 45%;
    min-width: 320px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-gallery-thumb {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

    .blog-gallery-thumb.selected, .blog-gallery-thumb:hover {
        border: 2px solid #ff9800;
        box-shadow: 0 4px 18px rgba(255,152,0,0.13);
    }

    .blog-gallery-thumb img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.blog-gallery-details {
    flex: 2 1 0;
    min-width: 320px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 32px 24px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 320px;
}

    .blog-gallery-details h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #1a237e;
        margin-bottom: 16px;
    }

    .blog-gallery-details p {
        color: #444;
        font-size: 1.15rem;
    }

@media (max-width: 991px) {
    .blog-gallery-container {
        flex-direction: column;
    }

    .blog-gallery-list, .blog-gallery-details {
        max-width: 100%;
        margin-left: 0;
    }
}


video#video-background {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    vertical-align: middle;
    margin-top: 80px;
}

.message-pic {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    margin-bottom: 18px;
}

.message-box {
    background: #f8fafd;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 36px 32px 32px 32px;
    margin-top: 10px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.message-title {
    /*font-size: 1.5rem;*/
    font-weight: 600;
    color: #007bff;
    letter-spacing: 0.5px;
}

.message-text {
    font-size: 1.33rem;
    color: #222;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .message-box {
        padding: 18px 8px;
    }
/*
    .message-title {
        font-size: 1.1rem;
    }*/
}


.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    margin-bottom: 8px;
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
}

    .custom-breadcrumb li {
        display: inline-block;
        color: #fff;
    }

        .custom-breadcrumb li.active {
            color: #ffd700;
            font-weight: 600;
        }

        .custom-breadcrumb li a {
            color: #fff;
            text-decoration: underline;
        }

.about-section-box {
    background: #f8fafd;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 36px 32px 32px 32px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.about-main-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-sub-heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-top: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-lead {
    font-size: 1.13rem;
    color: #222;
    line-height: 1.8;
    margin-bottom: 0;
}

.about-us-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    padding: 28px 24px 18px 24px;
    margin-bottom: 32px;
    margin-top: 18px;
}

.about-list {
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}

    .about-list li {
        font-size: 1.08rem;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #007bff;
    }

.about-gallery-row {
    margin-top: 32px;
}

.about-gallery-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 10px 10px 18px 10px;
    margin-bottom: 18px;
    transition: box-shadow 0.2s;
}

    .about-gallery-card:hover {
        box-shadow: 0 6px 24px rgba(0,123,255,0.13);
    }

.about-gallery-title {
  font-size: 2.05rem;
 font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .about-section-box, .about-us-box {
        padding: 12px 6px;
    }

    .about-main-heading {
        font-size: 1.2rem;
    }

    .about-gallery-row {
        margin-top: 10px;
    }
}