﻿.pagetitleaboutP {
    height: 70vh;
    display: flex;
    align-items: center;
    margin-bottom:0!important;
}

.site-main .page-title {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../../Images/ImageSlide/Image3.jpeg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sectionpaddingaboutus {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.imagesommariy{
    height:500px;
    object-fit:cover;
    width:100%;
}
.sectiontitle h2 {
    color: #dfc3ba!important;
}
.sectiontitle .intro-item{
    text-align:justify!important;
}
.inforrrrap2 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 220px; /* force equal height */
}

    .feature-box h4 {
        min-height: 60px; /* keeps titles equal */
        line-height: 1.4;
        margin: 15px 0;
        color: white
    }

    .feature-box hr {
        width: 60px;
        border: 1px solid white;
    }

.feature-title {
    max-width: 220px;
    margin: 15px auto;
    line-height: 1.4;
    min-height: 72px; /* forces equal height */
}
.meet {
    height: 500px;
    object-fit: cover;
}
.sectionmeet1{
    display:flex;
    justify-content:center;
}
.sectionmeetp .intro-item{
    font-size:16px;
}

.certificate-img {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .certificate-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    }

.divImagemobile{
    display:none;
}
@media only screen and (min-width: 1001px) {
    .divImagemobile {
        display: none!important;
    }
}
@media only screen and (max-width: 540px) {
    .site-main .page-title {
        background-position: right!important;
    }
    .imagesommariy{
        height:200px!important;
    }
    .meet {
        margin-bottom:20px;
    }
    .divImagedesktop{
        display:none!important;
    }
    .divImagemobile{
        display:block!important;
        margin-bottom:20px;
    }
    .imagesommariymeet{
        width:100%;
    }

    .sectiontitlesectiontitle{
        padding-bottom:0!important;
    }
    .certificate-img{
        margin-bottom:10px;
        height:auto!important;
    }
    .sectt{
        padding-left:0!important;
        text-align:left!important;
    }
        .sectt .intro-item {
            text-align:left!important;
        }
}


    @media only screen and (min-width: 541px) and (max-width: 1000px) {
        .sectiontitle {
            width: 100% !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

            .sectiontitle .intro-wrap {
                max-width: 100% !important;
            }

        .sectiontitle2 {
            width: 100% !important;
        }

        .sectionmeet1 {
            width: 100% !important;
        }

        .meet {
            margin-bottom: 20px !important;
            width: 100% !important;
            height: 500px;
        }

        .sectionmeetp {
            max-width: 100% !important;
            width: 100% !important;
        }

            .sectionmeetp .intro-wrap {
                max-width: 100% !important;
                width: 100% !important;
            }

        .divImagedesktop {
            display: none !important;
        }

        .divImagemobile {
            display: block !important;
            margin-bottom: 20px;
        }

        .imagesommariymeet {
            height: 500px;
            object-fit: cover;
            width: 100%;
        }

        .sectiontitlesectiontitle {
            padding-bottom: 0 !important;
        }

        .certificate-img {
            margin-bottom: 10px;
        }
    }


.meet-section {
    position: relative;
    background-image: url('/Images/saten.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    /* RGBA Overlay */
    .meet-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2); /* Adjust opacity here */
        z-index: 1;
    }

    /* Keep content above overlay */
    .meet-section .row {
        position: relative;
        z-index: 2;
    }

.imagetestimonials {
    height: 280px;
    width: 100%!important;
    border-radius: 10px!important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:auto!important;
    margin-top:10px;
}
.swiper-pagination-bullet-active {
    background: white!important;
}
@media only screen and (min-width: 1200px) {
    .sectt {
        padding-left: 2.5pc;
    }
}