



header {
    width: 100%;
    height: 100vh;
    background-image: url('../images/IMG_8352.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-below-header {
    height: auto;
    padding: 2% 0;
    width: 100%;
    background-color: #895D2C;
    color:white;
}

.section-below-header>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-below-header .container .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 20px;
}

.section-below-header .container .items .img {
    width: 80px;
    height: 80px;
    border-radius: 50%; 
}

.section-below-header .container .items .img img{
    width: 100%;
    height: 100%;
}

.book-appointment {
    padding: 1.8% 0;
    text-align: center;
    background-image: url('https://newjobalerts.in/wp-content/uploads/2025/01/Group-88-1-1.png');
    background-size: 100%;
    background-repeat: repeat;
    background-size: cover;
}

.book-appointment .container h2 {
    font-size: 3rem;
    color: #895D2C;
}

.book-appointment .container p {
    font-size: 1.1rem;
    margin: -10px 0;
}

.book-appointment .flex {
    margin: 7% 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2.6%;
    justify-content: space-between;
}

.book-appointment .box {
    flex: 1;
    border-radius: 0 0 30px 30px;
    padding: 2% 3%;
    background-color: #FFFFFF;
}

.book-appointment .box h3 {
    font-size: 1.6rem;
    color: #895D2C;
    margin: 0;
}

.book-appointment .box p {
    margin: 4% 0;
    line-height: 30px;
}

.book-appointment .box button {
    padding: 6% 8.2%;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 4% 0;
    border: 0;
    border-radius: 100px;
    background-image: linear-gradient(180deg, #683A26, #AD5C39);
    cursor: pointer;
    transition: .4s;
}

.book-appointment .box button:hover {
    transform: translateY(10px);
    background-image: linear-gradient(180deg, #4f2b1b, #944f31);
    animation: floatbtn 1s alternate infinite ease-in-out;
}

@keyframes floatbtn {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(10px);
    }
}

.video-slider {
    background-color: #EEE3E3;
    padding: 3% 0;
}

.video-slider .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #895D2C;
}

.video-slider .flex h2 {
    font-size: 2.7rem;
}

.video-slider .flex p {
    font-weight: 600;
}

.about-section {
    /* padding: 1% 0; */
    background-color: #895D2C;
    color: white;
    position: relative;
    overflow: hidden;
}

.about-section .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6%;
}

.about-section .flex .box {
    flex: 1;
}

.about-section .flex h2 {
    font-size: 3rem;
    margin-bottom: 3%;
}

.about-section .flex p {
    line-height: 30px;
    font-size: 1.2rem;
    margin-bottom: 7%;
}

.about-section .flex .img-box {
    width: 100%;
    max-height: 350px; 
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background-color: white;
    overflow: hidden;
}

.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mission-section {
    padding: 3% 0;
    position: relative;
    /* background-image: url('../images/hvgjh-1024x580.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;  */
}
.mission-section .back-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: -1;
}
.mission-section .back-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}


.mission-section .back-img2{
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}
.mission-section .back-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mission-section .flex {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
    padding: 4% 0;
}

.mission-section .flex .box {
    flex: 1;
}

.mission-section .img-detail {
    display: flex;
    justify-content: stretch;
}

.mission-section .det {
    font-size: 1.2rem;
    flex: 1;
    text-align: center;
    padding: 0 3%;
    border-left: 1px dashed black;
    border-right: 1px dashed black;
}

.mission-section .det p {
    margin: 0 0 10% 0;
    line-height: 30px;
}

.mission-section .det b {
    font-size: 1.5rem;
    font-weight: 800;
}

.mission-section .flex:nth-child(1) .img {
    width: 100%;
    min-height: 350px; 
}

.mission-section .flex:nth-child(1) .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mission-section h2 {
    font-size: 3rem;
    text-align: center;
    color: #895D2C;
    margin-bottom: -1%;
}

.mission-section .flex:nth-child(1) .box:nth-child(1) {
    padding: 1% 0;
}

.mission-section .flex:nth-child(1) .box:nth-child(2) {
    padding: 1% 0 0 4%;
}

.mission-section .flex:nth-child(1) .box:nth-child(1) .p {
    color: #895D2C;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 900;
}

.mission-section .flex:nth-child(1) .box:nth-child(1) p {
    font-size: 1.1rem;
    line-height: 30px;
}

.mission-section button {
    padding: 3.5% 5%;
    border: 0;
    font-size: 1rem;
    border-radius: 100px;
    background-color: #C9AF5A;
    color: white;
    text-align: center;
    display: block;
    margin: 7% auto;
}

.mission-section .container .flex:nth-child(2) .img {
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #b8735180;
    color: white;
    overflow: hidden;
    position: relative;
}

.mission-section .container .flex:nth-child(2) .img div{
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    z-index: -1;
}

.mission-section .container .flex:nth-child(2) .img div img{ 
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top;
}



.mission-section .container .flex:nth-child(2) {
    display: flex;
    gap: 1.5%;
    padding: 2% 0;
}

.mission-section .container .flex:nth-child(2) .box {
    flex: 1
}

.initiatives {
    padding: 3% 3% 5% 3%; 
    text-align: center;
}

.initiatives h2 {
    font-size: 3.25rem;
    margin: 0 0 2% 0;
    color: #895D2C;
}

.initiatives p {
    width: 78.5%;
    line-height: 30px;
    margin: auto;
    font-size: 1.1rem;
}

.upcomming-events {
    padding: 4% 0 6% 0;
    background-color: #FFF3E3;
}

.upcomming-events .flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

.upcomming-events .items {
    flex: 1;
}

.upcomming-events .items .img-box {
    width: 100%;
    height: 600px; 
    border-radius: 0;
}

.upcomming-events .items .img-box img {
    width: 100%;
    height: 600px; 
    object-position: top;

}

.upcomming-events .items:last-child {
    padding: 0 2%;
}

.upcomming-events .items h2 {
    font-size: 3.15rem;
    margin: 0;
    color: #895D2C;
}

.upcomming-events .items p {
    font-size: 1.1rem;
    line-height: 30px;
}

.upcomming-events .event-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #895D2C;
    padding: 4% 0 3% 0;
    color: #895D2C;
}

.upcomming-events .event-name {
    font-size: 1.3rem;
}

.upcomming-events .event-date {
    font: 1.1rem sans-serif;
}

.charitable {
    width: 100%;
    height: 420px;
    display: flex;
    background-color: #894808b2; 
    justify-content: center;
    place-items: center;
    text-align: center;
    color: white;
    position: relative; 
}

.charitable .back-img{
    width: 100%;
    height: 100%;
    position: absolute;  
    top: 0;
    left: 0;
    z-index: -2; 
}

.charitable .back-img img{
    width: 100%;
    height: 100%;
    object-position:0% 40%;
    object-fit: cover;
}

.charitable h2 {
    font-size: 3.25rem;
    margin-bottom: 1.7%;
}

.charitable p {
    width: 80%;
    margin: 2% auto;
    font-size: 1.1rem;
    line-height: 30px;
}

.charitable button {
    padding: 1.5% 2.5%;
    border: 0;
    background-color: #C9AF5A;
    border-radius: 100px;
    color: white;
    font-size: 1rem;
    margin: 2% 0;
}

.spiritual-guidance {
    padding: 7% 0;
    background-color: #FFFAF8;
}

.spiritual-guidance .flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.spiritual-guidance .items {
    flex: 1;
}

.spiritual-guidance .items .img-box2 {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    /* border: 1px solid grey; */
    background-color: #C9AF5A;
    overflow: hidden;
    position: relative;
    
}

.spiritual-guidance .items .img-box2 svg{
    position: absolute;
    z-index: 1;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.spiritual-guidance .items .img-box2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spiritual-guidance .items h2 {
    font-size: 3.15rem;
    margin: 0;
    color: #895D2C;
}

.spiritual-guidance .items p {
    line-height: 30px;
    font-size: 1.2rem;
}

.spiritual-guidance .flex-img{
    display: flex;
    gap: 10px;
}
.spiritual-guidance .flex-img .img1, .spiritual-guidance .flex-img .img2{ 
    transition: .5s;
}
.spiritual-guidance .flex-img .img1:hover, .spiritual-guidance .flex-img .img2:hover{
    transform: translateY(-10px); 
}

.gallery {
    padding: 2% 0 0 0;
}

.flex-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 2.5% 0;
    border-top: 1px solid black;
}

.flex-gallery .items {
    flex: 20%;
    height: 200px;
    margin: .5% 0; 
    position: relative;
}

.flex-gallery .items div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.423);
    opacity: 0;
    transition: .5s;
}

.flex-gallery .items div:hover{opacity: 1;}

.flex-gallery .items img{
    width: 100%;
    height: 100%;
}

.session {
    padding: 5% 0;
    background-color: #FFEBEA;
    text-align: center;
}

.session .flex {
    width: 100%;
    display: flex;
    gap: 2%;
}

.session .items {
    background-color: white;
    border-radius: 0 0 30px 30px;
}

.session .items .session-img {
    width: 100%;
    height: 270px;
    background-color: #C4AE95;

}

.session .items .session-img img {
    width: 100%;
    height: 100%;
}

.session .session-det {
    padding: 6% 4% 10% 4%;
    text-align: center;
}

.session .session-det p {
    width: 80%;
    font-size: 1.1rem;
    line-height: 25px;
    margin: 6% auto;
    text-align: justify;
}

.session button {
    padding: 5% 8%;
    border: 0;
    border-radius: 100px;
    background-color: #C4AE95;
    font-size: 1rem;
    color: white;
    cursor: pointer;
}
.session button a{color: white;}

.session h2 {
    font-size: 3.4rem;
    margin: 0;
    color: #895D2C;
}

.session .p {
    line-height: 30px;
    font-size: 1.1rem;
    margin: 2% 0 5% 0;
}

.media-print {
    padding: 1% 0;
}

.media-print .flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.print-items {
    flex: 35%;
    height: 570px;
    background-color: #683A26;
    text-align: center;
}

.print-items h2 {
    color: white;
    font-size: 2.5rem;
    margin: 20% 0 4% 0;
}

.print-items p {
    font-size: 1.1rem;
    line-height: 30px;
    padding: 2% 4%;
    margin: 2% 0;
    color: white;
}

.news-items {
    flex: 63%;
    display: flex;
    flex-wrap: wrap;
    padding: 1%;
    gap: 5%;
}

.news-items .news {
    flex: 25%; 
    border: 1px solid rgb(198, 54, 54);
}

.news-items .news img{
    width: 100%;
    height: 100%;
}


/* Mobile Query */

@media (max-width:600px) {
    .container {
        width: 95%;
    }
    
    header{
        height: 40vh;
    }

    .section-below-header .container .items {
        flex-direction: column;
        flex: 50%;
    }

    .book-appointment .flex {
        background: #d3d3d35e;
    }

    .book-appointment .box {
        flex: 100%;
        margin: 0 0 6% 0;
    }

    .book-appointment .box button {
        padding: 3.5% 6.2%;
    }

    .about-section {
        padding: 5% 0;
    }

    .about-section .flex .box {
        flex: 100%;
        z-index: 1;
    }

    .img-box {
        min-height: 300px;
    }

    .mission-section .flex:nth-child(1) .img {
        min-height: 270px;
    }

    .mission-section .container .flex:nth-child(2) {
        flex-wrap: wrap;
        margin-top: 8%;
    }
    
    .mission-section .flex:nth-child(1) .box:nth-child(2){
        padding: 1% 0 0 0;
    }

    .mission-section .container .flex:nth-child(2) .box {
        flex: 100%;
        margin: 2% 0;
    }

    .mission-section .img-detail {
        flex-wrap: wrap;
    }

    .mission-section .flex .box {
        flex: 100%;
    }
    
    .mission-section img-box{
        height: auto!important;
    }

    .mission-section .det {
        flex: 50%;
        border: 0;
        border-bottom: 1px solid dashed
    }

    .mission-section .det p {
        margin: 0;
    }
    
    .charitable .back-img img{
        object-position: center;
    }

    .upcomming-events .items {
        flex: 100%;
        margin: 3% 0;
    }

    .spiritual-guidance .items {
        flex: 100%;
        margin: 3% 0;
    }

    .flex-gallery .items {
        flex: 45%;
        height: auto;
    }

    .session .flex {
        flex-wrap: wrap;
    }

    .session .items {
        margin: 2% 0;
    }

    .news-items,
    .print-items {
        flex: 100%;
        height: fit-content;
        flex-wrap: wrap;
    }

    .news-items .news {
        flex: 45%;
        height: 270px;
        margin: 1% 0;
    }

    footer .flex-col .items {
        flex: 100%;
        text-align: center;
    }

    footer .footer-flex .footer-col {
        flex: 100%;
        text-align: center;
        margin: 3% 0;
    }

    footer .footer-col ul li {
        font-size: 1.3rem;
    }

    .about-img {
        height: auto !important;
        top: 0;
    }


}