html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Poppins", serif;
}

p {
    margin: 0;
    padding: 0;
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.RotaryClub h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.AreasTxt {
    margin: 0;
    padding: 0;
}

    .AreasTxt h5 {
        color: #000;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        padding: 15px 0;
    }

    .AreasTxt p {
        color: #000;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

    .header-section .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
        height: 1px;
        background-color: #f70037;
    }

    .header-section .title:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: 45px;
        height: 3px;
        background-color: #f70037;
    }

    .header-section .title span {
        color: #f70037;
    }

.header-section .description {
    color: #6f6f71;
    text-align: center;
}

.hover-shadow {
    transition: all 0.3s ease;
}

    .hover-shadow:hover {
        transform: translateY(-8px);
        box-shadow: 0 0 25px rgba(0,0,0,0.1) !important;
    }

.title span {
    color: #f70037;
}

p.card-text {
    text-align: center;
}


/*#carouselExample {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    #carouselExample .carousel-inner {
        height: 100%;
    }

    #carouselExample .carousel-item {
        height: 100%;
    }

        #carouselExample .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        #carouselExample .carousel-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);*/ /* adjust opacity */
            /*z-index: 1;
        }*/

.carousel-caption {
    z-index: 2;
}

    .carousel-caption .overlay-box {
        background: rgba(0, 0, 0, 0.6); /* Black with transparency */
        border-radius: 15px;
        display: inline-block;
        padding: 20px 30px;
    }


.btn-Explore {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(45deg, #f70037, #ff9a76);
    text-decoration: none;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

    .btn-Explore:hover {
        background: linear-gradient(45deg, #ff9a76, #ff6f61);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-3px);
    }

    .btn-Explore:active {
        transform: translateY(1px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }

.banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

footer {
    background-color: #56565633;
    padding: 70px 0 0px;
}

.footer-tst h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer-tst h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
/* .footer-tst h4:after {
     content: "";
     position: absolute;
     border: 0;
     width: 50px;
     height: 2px;
     background: #081454;
     z-index: 1;
     left: 15px;
     top: 35px;
 } */

.footer-tst p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-tst ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_getintuch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-tst ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    position: relative;
    top: 0;
    padding-left: 15px
}

    /* .footer-tst ul li a::before {
     content: "\f101";
     font-family: FontAwesome;
     color: #000;
     position: absolute;
     left: 0
 } */

    .footer-tst ul li a:hover {
        color: #ffc107;
        margin-left: 8px;
        transition: all 0.3s ease;
    }

.widget_getintuch .fa-envelope:before {
    content: "\f0e0";
    font-size: 15px;
}

.widget_getintuch li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

    .widget_getintuch li a {
        color: #fff;
    }

.widget_getintuch p {
    color: #fff !important;
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
}



.copyright {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 15px 0px;
    text-align: center;
}

    /* .Poweredby  {
     color: #000;
     font-weight: normal;
     font-size: 13px;
     padding: 15px 0px;
     text-align: right;
 } */

    .copyright a {
        color: #000;
    }

.mobilehide {
    display: block;
}

.toggleBtn {
    display: none !important;
}

button.read-more-btn {
    background: transparent;
    border: none;
}

.read-more-content {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .read-more-content.expanded {
        max-height: 1000px; /* ya jitna text lamba hai */
    }

.logo img {
    width: 180px;
}


.StoryTxt h5 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
}


/* ==========gallery============ */


.demo-gallery h4 {
    font-size: 15px;
    font-weight: bold;
}

.demo-gallery span {
    display: block;
}

.demo-gallery > ul {
    padding: 0;
    text-align: center;
    margin: 0;
}

    .demo-gallery > ul > li {
        width: 210px;
        display: inline-block;
        list-style: none;
    }

        .demo-gallery > ul > li a {
            border: 3px solid #fff;
            border-radius: 3px;
            display: block;
            overflow: hidden;
            position: relative;
            height: 150px;
        }

            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform .15s;
                -moz-transition: -moz-transform .15s;
                -o-transition: -o-transform .15s;
                transition: transform .15s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
                object-fit: cover; /* Ensure the image covers the container */
            }

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, .1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color .15s;
                -o-transition: background-color .15s;
                transition: background-color .15s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, .5);
            }

                .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                    opacity: 1;
                }

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.mobileLOGO {
    display: none;
}

.GalleryTxt {
    width: 100%;
    text-align: left;
    padding: 15px;
    background: #ffffff;
    display: table;
    box-shadow: 1px 1px 3px #ccc;
}

    .GalleryTxt h6 {
        margin: 0;
        padding: 0;
    }

.images-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.project-pic {
    height: 400px;  
    overflow: hidden;
}

    .project-pic img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        display: block;
    }

.video-wrapper {
    width: 100%;
    max-height: 422px;  
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

    .video-wrapper video {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

.Seminar {
    background: #fff;
    padding: 15px;
    margin: 0;
    min-height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.SeminarTxt {
    padding: 0;
    margin-top: 15px;
}

    .SeminarTxt h2 {
        color: #000;
        font-size: 25px;
        font-weight: bold;
        padding: 0;
        margin: 0px;
    }

    .SeminarTxt p {
        font-size: 15px;
        padding:10px 0;
        margin: 0px;
    }

.images-slider .seminar-pic {
    height: 350px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .images-slider .seminar-pic img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .images-slider .seminar-pic img:hover {
            transform: scale(1.05);
        }