/* --About Us Css-- */

.info-content .card-text {
    font-size: 24px !important;
}

.tab-content .workSlide {
    min-height: 377px;
}

.sectionBox {
    position: relative !important;
}

.sectionBox p {
    width: 94%;
}

.counterBox .item p {
    color: #717171;
    font-weight: 500 !important;
}

.about-us-section .bg-image1 {
    width: 314px;
    height: 254px;
    position: absolute;
    top: -4px;
    right: 10px;
}

.about-us-counter #counter {
    margin-top: 25px;
}

.bannerImg .bannerText {
    position: absolute;
    bottom: 18%;
    left: 6%;
}

.about-us-counter .item p {
    width: 80%;
}

.step-forward-section {
    background-color: #FBF9F9;
}

.step-forward-slider {
    width: 100%;
    position: relative;
}

.step-forward-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.step-forward-pagination {
    position: absolute;
    bottom: 32px !important;
    right: 36px !important;
    left: auto !important;
    width: auto !important;
    text-align: right;
}

.step-forward-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 10px;
    background: #FFFFFF;
    opacity: 1;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.step-forward-pagination .swiper-pagination-bullet-active {
    background: #025DB1;
    width: 38px;
}

.step-forward-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.step-forward-slider .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    border-radius: 26px;
    background: linear-gradient(to top,
            rgb(0 0 0 / 89%) 0%,
            rgb(0 0 0 / 2%) 100%,
            rgb(0 0 0 / 0%) 100%);
    z-index: 1;
    pointer-events: none;
}

.step-forward-slider .swiper-slide .slideText {
    position: absolute;
    bottom: 6%;
    left: 5%;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    font-size: 17px;
    z-index: 2;
}

.bannerImg .aboutBanner {
    height: 591px !important;
    overflow: hidden;
}

/* --Water For India Css-- */

.water-section-img {
    height: 247px;
}

.water-section .bg-image1 {
    width: 289px;
    height: 242px;
    position: absolute;
    top: -3px;
    right: 10px;
}

.videoList {
    margin-top: 20px;
}

.videoItem {
    position: relative;
    padding: 22px 40px 22px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.videoItem h4 {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0px !important;
}

.videoItem p {
    font-size: 12px;
    color: #717171;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.videoItem.active p {
    padding-top: 20px;
    max-height: 140px;
    opacity: 1;
}

.videoItem .playBtn {
    transition: transform 0.3s ease;
}

.videoItem.active p {
    display: block;
}

.videoItem.active h4 {
    font-weight: 600;
    color: #025DB1;
}

.playBtn {
    position: absolute;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.3s ease, background 0.3s ease;
    border: 1px solid #aaa;
}

.playBtn .playIcon {
    width: 13px;
    height: 13px;
    background: url('../images/PlayBtn.svg') no-repeat center / contain;
    transition: background 0.3s ease;
}

.videoItem.active .playBtn .playIcon {
    background: url('../images/PlayBtn_Red.svg') no-repeat center / contain;
}

.videoPlayList .videoItem.active .playBtn {
    top: 14%
}

.videoItem.active .playBtn {
    top: 26%;
}

.gallery {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.main-image {
    position: relative;
}

.main-image img {
    width: 100%;
    border-radius: 8px;
}

.caption {
    position: absolute;
    bottom: 20%;
    left: 2.3%;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 4px;
    width: 65%;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.thumb {
    width: 80px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: transform 0.3s, border 0.3s;
}

.thumb:hover {
    transform: scale(1.05);
}

.thumb.active {
    border: 2px solid #007bff;
}

.mainSwiper {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 65px;
}

.mainSwiper img {
    width: 100%;
    border-radius: 8px;
}

.mainSwiper .caption {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}

.thumbsSwiper {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
}

.thumbsSwiper .swiper-slide {
    width: 126px !important;
    height: 65px;
    opacity: 0.5;
    cursor: pointer;
}

.thumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
}

.thumbsSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.mainSwiper .imageSwiper {
    position: relative;
}

.thumbsSwiper {
    position: absolute;
    bottom: 2%;
    left: 3%
}

.mainSwiper::after {
    content: "";
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
    height: 117px;
    background: url('../images/brushImage.png') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.image-thumbnail-section {
    margin-bottom: 65px;
}

/* Our Work Page CSS */

.educationImage img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}

.educationInfo {
    position: relative;
}

.educationInfo>div:nth-of-type(2) {
    color: #303030;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
    margin-left: 80px;
    margin-bottom: 1.5rem;
}

.educationInfo .quoteImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/quoteImg.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.imageDiv {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* makes sure gradient follows rounded corners */
}

.imageDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imageDiv::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 60%);
    mix-blend-mode: multiply;
}

.textWrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    /* space from left/right edges */
}

.imgText {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.workSlide.activeSlide {
    border-color: #007bff;
}


.plusIcon {
    background: transparent;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s ease, transform 0.22s ease;
}

.plusIcon img {
    display: block;
    width: 40px;
    height: 40px;
    transition: filter 0.22s ease, transform 0.22s ease;
}

.workSlide.activeSlide .plusIcon {
    background: #ffffff;
}

.workSlide.activeSlide .plusIcon img {
    filter: brightness(0) saturate(100%);
}




/* ---News-And-Media--- */

.news-media-section .row {
    display: flex;
    align-items: stretch;
}

.news-media-section .workSlide {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.news-media-section .workSlide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #025DB1;
    opacity: 0;
    pointer-events: none;
    border-radius: 25px;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.news-media-section .workSlide .workInfo {
    flex: 1;
}

.news-media-section .workSlide .ctaBtn {
    align-self: flex-start;
    margin-top: auto;
}

.news-media-section .workInfo {
    margin-bottom: 28px;
    margin-left: 0px;
}

.news-media-section .workInfo .info-content {
    padding-left: 7px;
}

.news-media-section .workSlide .ctaBtn {
    margin-left: 7px;
}

.news-media-section .card-gap {
    row-gap: 33px;
}

.news-media-section .workSlide:hover::before {
    opacity: 1;
    cursor: pointer;
}

.news-media-section .workSlide:hover .slideText {
    color: #025DB1;
    cursor: pointer;
}

/* .news-media-section .workSlide .slideText:hover{
    color:#025DB1
} */

/* --covid-19-- */

.vaccineImage img {
    width: 100%;
}

.vaccine-right-content {
    padding-left: 48px;
}

.vaccine-right-content p {
    font-size: 14px;
}

.measures-box {
    border: 1px solid #D8D8D8;
    border-radius: 50px;
    padding: 5px 6px;
    display: flex;
    align-items: center;
}

.measures-box img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.measures-box p {
    color: #303030;
    font-weight: 600;
    margin-left: 18px;
}

.safety-measures-section .card-gap {
    row-gap: 30px;
}

/* --equipment-section-- */

.equipment-section {
    position: relative;
    overflow: visible;
}

.equipment-section {
    background: linear-gradient(72deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
        url('../images/Equipment_Bg-Img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 96vh;
    display: flex;
    align-items: center;
}

.equipment-section::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 110px;
    background: url('../images/brushImage.png') no-repeat center top;
    background-size: cover;
    z-index: 5;
    pointer-events: none;
}

.equipment-section .content-info {
    position: absolute;
    bottom: 16%;
    /* left: 50vw; */
}

.equipment-section .content-info p {
    width: 87%;
}

.content-info .content-info-icon img {
    width: 63px;
    height: 63px;
    object-fit: cover;
    margin-bottom: 15px;
}

.support-section {
    position: relative;
    overflow: hidden;
}

.support-section {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
        url('../images/Support_Bg-Img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 96vh;
    display: flex;
    align-items: center;
}

.support-section::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 110px;
    background: url('../images/brushImage-2.png') no-repeat center bottom;
    background-size: cover;
    z-index: 5;
    pointer-events: none;
}

.support-section .content-info {
    position: absolute;
    bottom: 12%;
}

.support-section .content-info p {
    width: 70%;
}

.content-info .content-info-icon img {
    width: 63px;
    height: 63px;
    object-fit: cover;
    margin-bottom: 15px;
}

/* .cardBox {
    display: flex;
    gap: 27px;
} */

.instruction-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    flex: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.instruction-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.00) 1.01%, #000 110.37%);
    border-radius: 20px;
}

.instruction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.cardContent {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
    transition: bottom 0.4s ease;
}

.cardContent h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.cardContent p {
    font-size: 13px;
    line-height: 1.5;
    color: white;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.8s ease, max-height 0.4s ease;
}

.instruction-card:hover {
    transform: translateY(-20px);
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25); */
    border-radius: 12px;
}

.instruction-card:hover .cardContent p {
    opacity: 1;
    max-height: 200px;
}

.directorSection .titlePart::before {
    height: 100%;
}

.directorSection .titlePart h2 {
    line-height: 32px;
}

.directorSection p {
    font-size: 14px;
}

.directorSection p:first-of-type {
    margin-top: 32px !important;
}

.video-section {
    background-color: #FBF9F9;
    padding-top: 38px;
    padding-bottom: 75px;
}

.videoCard {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.videoWrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.video-section .videoItem.active p {
    max-height: 191px;
}

.contact-info-section {
    background: #0056b3;
    color: white;
    border-radius: 25px;
    padding: 70px 50px !important;
}

.contact-info-section .info-box {
    background: white;
    color: #333;
    border-radius: 8px;
    padding: 11px 14px;
}

.contact-info-section .info-box h5 {
    font-size: 1rem;
    font-weight: 600;
}

.contact-info-section .social-icons img {
    transition: transform 0.3s ease;
}

.contact-info-section .social-icons img:hover {
    transform: scale(1.1);
}

/* Map */
.map-wrapper iframe {
    margin-top: 88px;
    border-radius: 25px;
}

/* Contact Form Styling */

.contact-form-section .contact-form {
    border-radius: 20px !important;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control {
    font-family: 'TT Norms Pro' !important;
    padding-bottom: 21px;
}

.contact-form-section {
    background: #fff;
}

.contact-form .custom-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 0.95rem;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.contact-form .custom-input:focus {
    border-bottom: 2px solid #0056b3;
    outline: none;
    box-shadow: none;
}

.contact-form textarea.custom-input {
    resize: none;
}

.custom-submit-btn {
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0px;
    padding-right: 35px;
    padding-left: 35px;
    transition: background-color 0.3s ease;
}

.custom-submit-btn:hover {
    background-color: #003f8a;
    color: white;
}

/* Remove default input background on focus */
.contact-form .form-control:focus {
    background-color: transparent;
}

/* Impact Stories Css */

.borderB {
    border-bottom: 1px solid #D8D8D8;
}

a.d-block:hover h3 {
    color: #007bff;
}


.storyText .blueTitle {
    color: #007bff;

}

.storyText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* top-align content */
    gap: 8px;
    /* consistent spacing between heading, address, name */
    min-height: 80px;
    /* adjust based on your typical content height */
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 35px;
    background: #005baa;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storyImage {
    overflow: hidden;
}

.storyImage img {
    width: 100%;
    height: 330px;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    border-radius: 30px;
}

.postImage img{
    height: auto !important;
}

.textinfo a{
    color: #000000;
}

.textinfo a:hover{
    color: #025DB1;
}

.storyImage:hover img {
    transform: scale(1.2);
}

.storyText h3:hover {
    color: #025DB1;
}

.storyText h3 {
    font-size: 21px;
    color: #303030;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.05em;
}

.storyText h3,
.storyText p,
a.d-block>p {
    transition: transform 0.4s ease, color 0.4s ease;
}

/* On hover, text slightly moves up and changes color */
a.d-block:hover .storyText h3 {
    transform: translateY(-3px);
    color: #007bff;
    /* Heading color change */
}

a.d-block:hover .storyText p,
a.d-block:hover>p {
    transform: translateY(-2px);
    color: #333;
    /* Paragraph color change */
}

.storyText span {
    font-weight: 600;
}

.borderB {
    border-bottom: 1px solid #D8D8D8;
}

a.d-block:hover h3 {
    color: #007bff;

}

.infoPara p {
    margin: 0 0 8px;
    line-height: 1.5;
}

.infoPara p.invisible {
    visibility: hidden;
}

/* Gallery Page CSS */
.galleryWrap {
    font-family: 'Poppins', sans-serif;
}

.galleryWrap .nav-tabs .nav-link.active {
    color: #025DB1;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 2px solid #025DB1;
}

.galleryWrap .nav-tabs .nav-link {
    color: #303030;
    font-weight: 500;
    font-size: 18px;
}

.galleryWrap .nav-tabs .nav-item:first-child .nav-link {
    position: relative;
}

.galleryWrap .nav-tabs .nav-item:first-child .nav-link::after {
    content: "";
    position: absolute;
    background: #717171;
    height: 100%;
    width: 1px;
    right: -15px;
    top: 0;
}

.galleryWrap .nav-tabs .nav-item {
    padding-right: 25px;
}

.galleryWrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #025DB1;
    font-size: 15px;
    font-weight: 600;
    background: none;
}

.galleryWrap .nav-pills .nav-link {
    color: #303030;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #303030;
    border-radius: unset;
}

.gallerytabImg {
    display: flex;
}

.gallerytabImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Layout */
.item img {
    aspect-ratio: 2.8 / 1.8;
    height: auto;
}

/* 
videoPage CSS */
.VideoWrap .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.VideoWrap {
    position: relative;
}


.videoSec {
    position: relative;
    width: 100%;
}

.videoImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}


.videoSec .videoBottom {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.videoSec .videoText {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TT Norms Pro', sans-serif;
}


.videoSec .video-play-btn img {
    width: 50px;
    height: auto;
}

.swiper-slide iframe {
    pointer-events: none;
}

.swiper-slide-active iframe {
    pointer-events: auto;
}

.contact-info-section .info-box img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.contact-info-section .info-box h5 {
    font-style: normal;
    color: #025DB1;
    margin-bottom: 10px !important;
}

.contact-info-section .info-box p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'TT Norms Pro';
    color: black
}

.contact-info-section .titlePart::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 81%;
    background-color: white;
    left: 0;
    top: 0;
}

.socialMediaIcons .iconBox {
    border: 1px solid white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 8px;
    margin-top: 17px;
    /* margin: 10px; */
}

.socialMediaIcons img {
    width: 15px;
    height: 15px;
    /* object-fit: cover; */
}

.contact-form-section .contact-info-right-content img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 20px !important;
}

/* Style placeholder text */
.contact-form .form-control::placeholder {
    font-family: 'TT Norms Pro' !important;
    font-weight: 400;
    font-size: 14px;
    color: #292929;
    letter-spacing: 0.5px;
    opacity: 1;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #292929;
    font-family: 'TT Norms Pro' !important;
}


.borderB {
    border-bottom: 1px solid #D8D8D8;
}

a.d-block:hover h3 {
    color: #007bff;
}


.storyText .blueTitle {
    color: #007bff;

}

.storyText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    min-height: 80px;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 35px;
    background: #005baa;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storyImage {
    overflow: hidden;
}

.storyImage:hover img {
    transform: scale(1.2);
}

.storyText h3:hover {
    color: #025DB1;
}

.storyText h3 {
    font-size: 21px;
    color: #303030;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.05em;
}

.storyText h3,
.storyText p,
a.d-block>p {
    transition: transform 0.4s ease, color 0.4s ease;
}

a.d-block:hover .storyText h3 {
    transform: translateY(-3px);
    color: #007bff;
}

a.d-block:hover .storyText p,
a.d-block:hover>p {
    transform: translateY(-2px);
    color: #333;
}

.storyText span {
    font-weight: 600;
}

.borderB {
    border-bottom: 1px solid #D8D8D8;
}

a.d-block:hover h3 {
    color: #007bff;

}

.infoPara p {
    margin: 0 0 8px;
    line-height: 1.5;
}

.infoPara p.invisible {
    visibility: hidden;
}

/* Gallery Page CSS */
.galleryWrap {
    font-family: 'Poppins', sans-serif;
}

.galleryWrap .nav-tabs .nav-link.active {
    color: #025DB1;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #025DB1;
}

.galleryWrap .nav-tabs .nav-link {
    color: #303030;
    font-weight: 500;
    font-size: 20px;
}

.galleryWrap .nav-tabs .nav-item:first-child .nav-link {
    position: relative;
}

.galleryWrap .nav-tabs .nav-item:first-child .nav-link::after {
    content: "";
    position: absolute;
    background: #717171;
    height: 100%;
    width: 1px;
    right: -15px;
    top: 0;
}

.galleryWrap .nav-tabs .nav-item {
    padding-right: 25px;
}

.galleryWrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #025DB1;
    font-size: 17px;
    font-weight: 600;
    background: none;
}

.galleryWrap .nav-pills .nav-link {
    color: #303030;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #303030;
    border-radius: unset;
}


.gallerytabImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Layout */
/* .item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.item3 {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.item4 {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

.item5 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}

.item6 {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
}

.item2 img,
.item3 img,
.item5 img,
.item6 img {
    aspect-ratio: 2 / 1;
    height: auto;
} */

/* 
videoPage CSS */
.VideoWrap .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.VideoWrap {
    position: relative;
}

.videoSwiper {
    width: 100%;
}

.videoWrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

.VideoWrap .swiper-buttons {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: flex;
    gap: 32px;
    z-index: 10;
}

.VideoWrap .swiper-buttons .prevBtn,
.VideoWrap .swiper-buttons .nextBtn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.VideoWrap .swiper-buttons img {
    width: 44px;
    height: auto;
}

/* .videoSec {
    position: relative;
    width: 100%;
} */

.videoImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}


.videoSec .videoBottom {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.videoSec .videoText {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TT Norms Pro', sans-serif;
}


.videoSec .video-play-btn img {
    width: 50px;
    height: auto;
}

.galleryWrap {
    padding-bottom: 70px !important;
}

.media-section .nav-tabs .nav-link.active {
    color: #cccccc;
}

.section-height {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
}

.load-more-btn {
    border: none;
    padding: 13px 20px;
    background-color: #025DB1;
    border-radius: 5px;
    margin-top: 3vw;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    letter-spacing: 0.8px;
}

.fancybox__image {
    max-width: 95% !important;
    max-height: 95% !important;
    object-fit: contain;
}

@media (min-width:769px) and (max-width:1100px) {
    .about-us-counter .item {
        min-height: 100px;
    }

    #counter {
        gap: 71px;
    }

    .container-spacing {
        padding: 0px 36px;
    }

    .news-media-section .workSlide {
        min-height: 368px;
    }
}

@media (max-width:768px) {

    .mainSwiper .caption {
        font-size: 13px;
        width: 90%;
        position: relative;
        bottom: 20%;
        left: 2.3%;
        color: #000000 !important;
        padding: 0px;
        margin-top: 20px;
    }

    .mainSwiper::after {
        content: "";
        position: absolute;
        top: -39px;
    }

    .mainSwiper {
        margin-top: 10px;
    }

    .mainSwiper .main-image {
        height: 363px;
        margin-top: 30px;
    }

    .thumbsSwiper .swiper-slide {
        width: 80px !important;
        height: 40px;
    }

    .thumbsSwiper {
        position: absolute;
        bottom: 28%;
        left: 3%
    }

    .image-thumbnail-section {
        margin-bottom: 37px;
    }

    .headerLogo {
        padding-left: 5px;
    }

    .headerRightPart {
        padding-right: 7px;
    }

    .bannerSection.bannerImg::after {
        height: 86px;
    }

    .bannerTitle::before {
        left: -2px
    }

    /* .bannerImg .aboutBanner {
        height: 203px !important;
    } */

    .mobile-banner .aboutBanner {
        height: calc(100vh - 110px) !important;
    }

    .bannerImg .bannerText {
        position: absolute;
        bottom: 12%;
        left: 25px;
    }

    .news-media-section .card-gap {
        row-gap: 30px;
    }

    /* .news-media-section .workSlide {
        min-height: 356px;
    } */

    .vaccine-right-content {
        padding-left: 7px;
    }

    .safety-measures-section .card-gap {
        row-gap: 20px;
    }

    .equipment-section .content-info {
        position: absolute;
        bottom: 16%;
        left: 46%;
    }

    .gallerytabImg {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .gallerytabImg .item {
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
    }

    .gallerytabImg img {
        aspect-ratio: auto;
        width: 100%;
        height: auto;
    }

    .galleryWrap .nav-tabs {
        flex-direction: row !important;
        display: flex !important;
    }

    .video-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .map-wrapper iframe {
        margin-top: 55px;
        border-radius: 25px;
    }

    .contact-info-section {
        padding: 48px 29px !important;
    }

    .vaccine-right-content p {
        font-size: 13px;
    }

    .directorSection p {
        font-size: 13px;
    }

    .VideoWrap .swiper-buttons {
        bottom: -40px;
        gap: 24px;
    }

    .imgText {
        font-size: 17px;
        line-height: 23px;
    }

    .educationText {
        font-size: 24px;
        text-align: left;
    }

    .section-height {
        padding-top: 30px;
    }


}