.annai-mira-college {
    background: url('../img/Projects/annai-mira-college/banner1.jpg') no-repeat center center/cover;
}
.cmc {
    background: url('../img/Projects/cmc/banner1.jpg') no-repeat center center/cover;
}
.lilly-house {
    background: url('../img/Projects/lilly-house/banner1.jpg') no-repeat center center/cover;
}
.savera-hotel{
    background: url('../img/Projects/savera-hotel/banner1.jpg') no-repeat center center/cover;
}

.vit-university{
    background: url('../img/Projects/vit-university/banner1.jpg') no-repeat center center/cover;
}

.shakuntalam{
    background: url('../img/Projects/shakuntalam/banner1.jpg') no-repeat center center/cover;
}

.st-luke-church{
    background: url('../img/Projects/st-luke-church/banner1.jpg') no-repeat center center/cover;
}

.wcc{
    background: url('../img/Projects/wcc/banner1.jpg') no-repeat center center/cover;
}

.luz-church{
    background: url('../img/Projects/luz-church/banner1.jpg') no-repeat center center/cover;
}

.culinarium{
    background: url('../img/Projects/culinarium/banner1.jpg') no-repeat center center/cover;
}

.lady-andal-school{
    background: url('../img/Projects/lady-andal-school/banner1.jpg') no-repeat center center/cover;
}

.needle-industries{
    background: url('../img/Projects/needle-industries/banner1.jpg') no-repeat center center/cover;
}

.bethesda{
    background: url('../img/Projects/bethesda/banner1.jpg') no-repeat center center/cover;
}

.saveetha-university{
    background: url('../img/Projects/saveetha-university/banner1.jpg') no-repeat center center/cover;
}

.fountain-plaza{
    background: url('../img/Projects/fountain-plaza/banner1.jpg') no-repeat center center/cover;
}
.about_page_section {
    position: relative;
    height: 100vh;
    max-height: 600px;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    color: var(--white);
}



.about_page_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.315);
}

.about_page_section .about_banner {
    position: absolute;
    font-family: var(--poppins-400);
    max-width: 800px;
    font-size: 32px;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy-title {
    font-size: 32px;
    font-family: var(--poppins-600);
    margin-bottom: 20px;
    color: var(--white);
    text-align: center;
}

.privacy-heading {
    font-family: var(--poppins-500);
    font-size: 20px;
    line-height: 1.7;
    color: var(--white);
    margin-bottom: 15px;
}

.event-section {
    max-width: 900px;
    width: 100%;
    background: var(--white);
    border-radius: 20px;
    margin: 0 auto;
}

.event-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.info-box h4 {
    font-size: 14px;
    color: var(--text-dark);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.event-description p {
    font-family: var(--poppins-400);
    line-height: 1.7;
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.item .gallery_img_box::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.315);*/
}

.gallery-section .gallery-slider {
    max-width: 900px;
    width: 100%;
    max-height: 461px;
    height: 100%;
    margin: 0 auto;
}

/* Section with fixed background */
.discuss-section {
    background: url("../img/Discussbanner/discuss-banner.jpg") center center/cover no-repeat fixed;
    padding: 100px 20px;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.discuss-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.315);
    filter: blur();
    z-index: -1;
   
}

.gallery-section .item img {
    height: 461px;
}

.owl-stage-outer{
    border-radius: 8px !important;
}



@media (max-width: 992px) {
    .gallery-section .item img {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .gallery-section .item img {
        height: 300px;
    }

    .info-box p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .gallery-section .item img {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .gallery-section .item img {
        height: 180px;
    }
}