.section-margin-y{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 576px) {
    .section-margin-y{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
/***** About ******/
#about{
    margin-top: 7rem;
    margin-bottom: 7rem
}

.about-p1{
    font: normal normal 400 1rem/1.625rem "Poppins", sans-serif;
}
.about-p2{
    font: normal normal 400 1.4375rem/1.75rem "Poppins", sans-serif;
    color: #3F8323;
}

    .db-h1 {
        font: normal normal 700 3.2rem / 4rem "Poppins", sans-serif;
    }
}
/***** About ends ******/


/***** Shakthi section starts ******/
.shakthi-row{
    
}
#events h2, .news h2{
    font: normal normal 600 2.5rem/2.625rem "Poppins", sans-serif;
}
.shakthi-card h2{
    font: normal normal 600 2rem/2.625rem "Poppins", sans-serif;
}
.shakthi-card img{
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}
.shakthi-card p{
    font: normal normal 400 1rem/1.5rem "Poppins", sans-serif;
    color: #3E3430;
}
.shakthi-card .btn{
    font: normal normal 600 1rem/1.5rem "Poppins", sans-serif;
    color: #ffffff;
    background-color: #4BAD23;
    border: none;
    padding: 0.85rem 2.5rem;
    cursor: pointer;    
}
.shakthi-card:hover .btn{
    background-color: #67C93F;
    transition: background-color 0.3s ease;
}
.shakthi-card .view{
    font: normal normal 500 1rem/1.875rem "Poppins", sans-serif;
}
/***** Shakthi section ends ******/


/***** News section ends ******/
#news{
    background-color: #FDF4E8;
}
.news{
    padding: 6rem 0;
}
.news .text-muted{
    font: normal normal 500 0.875rem "Poppins", sans-serif;
    background-color: #FF6A29;
    color: #ffffff !important;
    padding: .5rem 1rem;
}
.news h3, .news-h3{
    font: normal normal 600 1.625rem/1.875rem "Poppins", sans-serif;
    color: #3C3C3C;
    text-decoration: none;

}
.news-feature h3{
    transition: color 0.3s ease;
}
.news-feature:hover .news-h3{
    color: #FF6A29;
}
.news p{
    font: normal normal 400 1rem/1.4375rem "Poppins", sans-serif;
}
.news-actions{
    display: flex;
    justify-content: flex-start;
    margin-top: 3rem;
}
.news-list-item h3, .news-list-item h3 a{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-decoration: none;
    color: #3C3C3C;
}
.news-view-all{
    font: normal normal 500 1rem "Poppins", sans-serif;
    color: #3E3430;
    background-color: #CFF7BF;
    border: 1px solid #B2E2A1;
    padding: .75rem 2.99rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.news-view-all span{
    display: inline-block;
    transition: transform 0.2s ease;
}
.news-view-all::after{
    content: ">";
    font-size: 1.1rem;
    margin-left: 0.6rem;
    line-height: 1;
    transition: transform 0.2s ease;
}
.news-view-all:hover span{
    transform: translateX(-4px);
}
.news-view-all:hover::after{
    transform: translateX(6px);
}
.news-view-all:hover{
    background-color: #BEEFA9;
    border-color: #A2D894;
}
.news-list{
    margin-left: 4rem;
    
}
.news-list h3{
    font: normal normal 400 1rem/1.25rem "Poppins", sans-serif;
    margin-top: 2rem;
}
.news-list-item h3, .news-list-item h3 a{
    transition: color 0.3s ease;
}
.news-list-item:hover h3, .news-list-item:hover h3 a{
    color: #FF6A29;
}
.news-image{
    position: relative;
    overflow: visible;
}
.news-image-inner{
    overflow: hidden;
    position: relative;
}
.news-image-inner::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3C3C3C;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.news-list-item .news-image{
    position: relative;
}
.news-list-item .news-date{
    position: absolute;
    bottom: 0;
    z-index: 2;
    margin: 0;
    display: inline-block;
    transform: translateY(50%);
}
.news-image-inner img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.4s ease;
    display: block;
}
.news-image:hover .news-image-inner img{
    transform: scale(1.08);
}
.news-image:hover .news-image-inner::after{
    opacity: 0.3;
}
.zoom-container{
    overflow: hidden;
    position: relative;
}
.zoom-container::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3C3C3C;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.zoom-image{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.4s ease;
}
.news-feature:hover .zoom-container::after{
    opacity: 0.3;
}
.zoom-container:hover .zoom-image{
    transform: scale(1.08);
}
@media (max-width: 576px) {
    .news{
        padding: 5rem 1rem;
    }
    .news-list{
        margin-left: 0;
        margin-top: 2rem;
    }
    .news-actions{
        justify-content: center;
    }
}
/***** News section ends ******/

/***** Events section starts ******/
.events-grid{
    --bs-gutter-x: 6rem;
}
.events-past-grid, .events-upcoming-list{
    margin-top: 2rem;
}
.events-past-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.events-grid .event-card{
    display: flex;
    flex-direction: column;
}
.event-image-wrap{
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}
.event-image-wrap::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3C3C3C;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.events-grid .event-card:hover .event-image-wrap::after{
    opacity: 0.3;
}
.events-grid .event-image{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.4s ease;
}
.events-grid .event-title, .event-title a{
    font: normal normal 400 1rem/1.25rem "Poppins", sans-serif;
    margin: 0 0 0.35rem 0;
    color: #3C3C3C;
    text-decoration: none;
    transition: color 0.3s ease;
}
.events-grid .event-date{
    font: normal normal 500 0.875rem "Poppins", sans-serif;
}
.events-grid .event-card:hover .event-image{
    transform: scale(1.1);
}
.events-grid .event-card:hover .event-title a{
    color: #FC5E02;
}
.events-upcoming-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.events-upcoming-item{
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.3rem;
    
}
hr {
    margin: -1rem 0 -1rem 1.5rem;
    color: #FC5E02;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
.upcoming-date-box{
    min-width: 5.625rem;
    min-height: 6rem;
    text-align: left;
    background-color: #4BAD23;
   /* padding: 1.25rem 1.75rem;*/
    padding-top: 1.13rem;
    padding-bottom: 1.13rem;
    padding-left: 1.35rem;
    padding-right: 2.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: min-width 0.3s ease;
}
.events-upcoming-item:hover .upcoming-date-box{
    min-width: 6.25rem;
}
.events-upcoming-item:nth-child(even) .upcoming-date-box{
    background-color: #FF6A29;
}
.upcoming-date-day{
    font: normal normal 500 1.75rem/1.75rem "Poppins", sans-serif;
    color: #ffffff;
}
.upcoming-date-year{
    font: normal normal 500 0.875rem/1rem "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.upcoming-date-month{
    font: normal normal 500 1rem/1rem "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.upcoming-details{
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.upcoming-title{
    font: normal normal 500 1.25rem/1.5rem "Poppins", sans-serif;
    color: #3C3C3C;
}
.upcoming-link{
    font: normal normal 500 1rem/1.875rem "Poppins", sans-serif;
    color: #FE844E;
    text-decoration: none;
}
.upcoming-link::before{
    content: ">";
    margin-right: 0.4rem;
    display: inline-block;
    font-size: 1.2rem;
}
.events-upcoming-actions{
    margin-top: 9rem;
}

@media (max-width: 768px) {
    .events-past-grid{
        grid-template-columns: 1fr;
    }
    .events-grid{
        --bs-gutter-x: unset;
        padding: 4rem 1rem;
    }
    .upcoming-events{
        padding: 4rem 0rem;
    }
}
/***** Events section ends ******/


/***** Gallery Section ******/
#gallery{
    background-color: #FDF4E8;
    padding: 7rem 0rem 3rem;
}
.gallery-title{
    font: normal normal 600 2.5rem/2.75rem "Poppins", sans-serif;
}
.gallery-description{
    font: normal normal 400 1rem/1.5rem "Poppins", sans-serif;
    color: #3C3C3C;
    padding-right: 2rem;
}
.gallery-links a{
    font: normal normal 500 1rem/1.5rem "Poppins", sans-serif;
    color: #3C3C3C;
    text-decoration: none;    
}
.gallery-container{
    padding: 0rem 2rem;
    height: 18.875rem;
    background-color: #ffffff;
}
.gallery-item {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; */
    margin-top: -6rem;
    padding: 3rem 0;
    border: 3rem solid #FDF4E8;
    border-width: 3rem;
    border-radius: 4rem;
    transition: background-color 0.3s ease;
}
.gallery-item img {
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    background-color: white;
}
.gallery-item:hover img {
    transform: translateY(-0.625rem);
}
@media (max-width: 768px) {
    .gallery-copy{
        margin-left: 1rem;
    }
    .gallery-item{
        margin-top: -2.5rem !important;    
    }
    #gallery{
        padding-bottom: .5rem !important
    }
}
/***** Gallery section ends ******/