﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
    color:black;
    background: #fff; 
}
 

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6   {
        margin: 0;
        font-weight:600;
        text-align: justify;
    }

#innerNav {
    background: white;
    padding: 0.5rem 0;
}

    #innerNav .borderRight {
        padding-left: 2rem;
    }

.col-md-1.rightInner {
    border-left: 0.2rem solid #000;
}

#innerNav .borderRight .bigTitle {
    font-size: 3.4rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    text-align: unset;
}

#innerNav .borderRight .smlTitle {
    font-size: 1.3rem;
    color: black;
    font-weight: 400;
    text-align: unset;
}
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}
#innerNav .rightInner .inCase {
    font-size: 1rem;
}

#innerNav .rightInner img {
    margin-top: -1rem;
    max-height: 5.5rem;
}

#innerNav .helpBtn {
    padding: 1rem 2rem;
    border: .2rem solid #000;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0C58A2;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #ed2e33;
}
    #innerNav .helpBtn img {
        max-width: 3rem;
    }

a.btn.logBtn {
    width: 7rem;
    border: 1px solid #000;
}

.help {
    margin: 0 auto;
}

#headerTop {
    background: #0C58A2;
    padding: .5rem 0;
}

    #headerTop * {
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    #headerTop .nav-item {
        padding-left: .5rem;
        padding-right: .5rem;
        border-left: .2rem solid #fff;
        text-transform: uppercase;
    }

        #headerTop .nav-item:last-child {
            padding-right: 0;
        }

        #headerTop .nav-item:first-child {
            border: none;
        }

#header {
    padding: 0;
    padding-bottom: 1rem;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #header .bigLogo {
        max-width: 15rem;
        position: absolute;
        z-index: 999;
        top: 0;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    #header .dropdown * {
        font-size: 1.4rem;
    }

    #header .navbar-brand img {
        max-height: 7rem;
    }

    #header .nav-item {
        margin-top: .75rem;
        font-size: 1.23rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: .75rem;
        border-left: .1rem solid #000;
        padding-right: 0.75rem;
    }

        #header .nav-item .nav-link {
            color: #fff;
            padding: 0;
        }

        #header .nav-item:first-child {
            border: none;
        }

        #header .nav-item:last-child {
            padding-right: 0;
        }

#banner {
    padding: 3rem 0 1rem;
    padding-top: 0;
}

    #banner .slick-prev {
        left: 0%;
        z-index: 999;
    }

    #banner .slick-next {
        right: 0;
    }

        #banner .slick-next:before {
            content: url(../images/right-arrow.png);
        }

    #banner .slick-prev,
    #banner .slick-arrow {
        background: #ac9c9c9e;
        top: 50%;
        height: 5rem;
        width: 6rem;
        z-index: 999;
    }

        #banner .slick-prev:before {
            content: url(../images/left-arrow.png);
        }

    #banner .bannerSliderCtrl {
        height: 41rem;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 41rem;
            max-height: 41rem;
        }

    #banner .noticeBoard {
        background: #fff;
        /* height: 100%; */
    }

        #banner .noticeBoard .notiseBoardTitle {
            max-width: 85%;
            margin: 0 auto;
            background: #0C58A2;
            clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
        }

            #banner .noticeBoard .notiseBoardTitle h3 {
                font-size: 3.1rem;
                text-transform: uppercase;
                color: #fff !important;
                font-weight: 700;
                text-align: center;
            }

    #banner .noticeBoardSlider {
        max-height: 27rem;
        overflow: hidden;
        padding: 1rem 1.5rem;
    }

        #banner .noticeBoardSlider .singleSlider .card {
            margin-bottom: 2rem;
            border: none;
        }

            #banner .noticeBoardSlider .singleSlider .card .card-text {
                font-size: 1.4rem;
            }

            #banner .noticeBoardSlider .singleSlider .card .card-footer {
                max-width: 65%;
                display: inline-block;
                background: rgba(12, 88, 162, 0.5);
            }

                #banner .noticeBoardSlider .singleSlider .card .card-footer .dateAndDownload {
                    position: relative;
                }

                    #banner .noticeBoardSlider .singleSlider .card .card-footer .dateAndDownload .newTag {
                        position: absolute;
                        max-width: 6.5rem;
                        right: -18.5%;
                        transform: rotate(-10deg);
                        -webkit-transform: rotate(-10deg);
                        -moz-transform: rotate(-10deg);
                        -ms-transform: rotate(-10deg);
                        -o-transform: rotate(-10deg);
                        border-radius: 2rem;
                        -webkit-border-radius: 2rem;
                        -moz-border-radius: 2rem;
                        -ms-border-radius: 2rem;
                        -o-border-radius: 2rem;
                    }

                #banner .noticeBoardSlider .singleSlider .card .card-footer * {
                    font-size: 1.8rem;
                    font-weight: 600;
                    color: #fff;
                    text-decoration: none;
                }

    #banner .viewAllBtn {
        margin-top: 4.5rem;
        text-align: center;
    }

        #banner .viewAllBtn .btn {
            color: #fff;
            font-size: 1.8rem;
            text-transform: uppercase;
            background: #0C58A2;
            padding: .75rem 1.5rem;
            font-weight: bold;
            width: 50%;
        }

    #banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

#notificationPanel {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.Mi-Full-Width-White {
    background: white;
}
body {
    padding: 0px;
    margin: 0px;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-size: 10pt;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

    #notificationPanel .card {
        text-align: center;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
        height: 100%;
    }

        #notificationPanel .card * {
            color: #fff;
        }

        #notificationPanel .card .cardImg {
            box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
            height: 5rem;
            width: 5rem;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            text-align: center;
            line-height: 5rem;
            margin: 0 auto;
            background: #fff;
        }

            #notificationPanel .card .cardImg img {
                max-width: 3rem;
            }

        #notificationPanel .card .card-title {
            margin-top: 1rem;
            font-size: 1.9rem;
            font-weight: 700;
            line-height: .87;
            text-align: center;
        }

        #notificationPanel .card .card-text {
            font-size: 1.2rem;
            font-weight: 500;
            line-height: .87;
        }

        #notificationPanel .card:hover {
            cursor: pointer;
        }

            #notificationPanel .card:hover .cardImg img {
                transition: all 1.2s;
                transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -webkit-transition: all 1.2s;
                -moz-transition: all 1.2s;
                -ms-transition: all 1.2s;
                -o-transition: all 1.2s;
            }

    #notificationPanel .col:first-child .card {
        background: #C95042;
    }

    #notificationPanel .col:nth-child(2) .card {
        background: #F1C14F;
    }

    #notificationPanel .col:nth-child(3) .card {
        background: #B5D46D;
    }

    #notificationPanel .col:nth-child(4) .card {
        background: #E96F65;
    }

    #notificationPanel .col:last-child .card {
        background: #D1282E;
    }

#messages .card {
    height: 100%;
}

    #messages .card img {
        max-height: 35rem;
    }

    #messages .card .card-header {
        background: #fff;
        border: none;
    }

        #messages .card .card-header .cardHeaderTitle {
            font-size: 2.85rem;
            text-transform: uppercase;
            font-weight: 800;
            background: -webkit-linear-gradient(#32A0DD, #80B66B);
            -webkit-background-clip: text;
            margin: 1rem 0;
            -webkit-text-fill-color: #ed2e33!important;
        }

    #messages .card .card-title {
        font-size: 1.6rem;
        font-weight: 700;
        padding-bottom: 1rem;
    }

    #messages .card .card-text {
        font-size: 1.2rem !important;
        font-weight: 400;
    }

    #messages .card .card-footer {
        padding-bottom: 1.5rem;
        background: transparent;
        border: none;
        text-align: center;
    }

        #messages .card .card-footer .btn {
            background: #0C58A2;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 500;
            padding: .5rem 1rem;
            text-transform: uppercase;
        }

.rightNews {
    background: #fff;
    height: 100%;
    padding: 1rem;
}

    .rightNews .devTitle {
        font-size: 1.7rem;
        font-weight: 700;
        padding: 0rem 0;
        text-align: center;
        color: #737778;
    }

    .rightNews .devLogoImg {
        padding: .25rem;
        border: 1px solid #000;
        margin: 2rem auto;
    }

    .rightNews .innerDevTxt {
        text-align: center;
        font-size: 1.4rem;
        padding: 2rem 0;
    }

    .rightNews .osmLink {
        margin-top: 3rem;
    }

        .rightNews .osmLink img {
            border-radius: 1rem;
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            -ms-border-radius: 1rem;
            -o-border-radius: 1rem;
        }

#insideSchool {
    background: #fff;
    margin: 1.5rem 0;
    padding: 1.5rem 0;
}

    #insideSchool .insideTitle {
        text-transform: uppercase;
        text-align: center;
        font-size: 3.5rem;
        text-transform: uppercase;
        font-weight: 700;
        background: -webkit-linear-gradient(#32A0DD, #80B66B);
        -webkit-background-clip: text;
        margin: 1rem 0;
        -webkit-text-fill-color: transparent;
    }

    #insideSchool .insideTabs .nav-pills {
        padding: 0;
        border: 0.15rem solid rgba(128, 128, 128, 0.303);
    }

        #insideSchool .insideTabs .nav-pills .nav-item {
            width: 31.2%;
        }

            #insideSchool .insideTabs .nav-pills .nav-item .nav-link {
                width: 100%;
            }

    #insideSchool .insideTabs .nav-item {
        text-align: center;
    }

        #insideSchool .insideTabs .nav-item button {
            font-size: 1.9rem;
            font-weight: 700;
            text-transform: uppercase;
            background: -webkit-linear-gradient(#32A0DD, #80B66B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            #insideSchool .insideTabs .nav-item button span {
                background: -webkit-linear-gradient(#32A0DD, #80B66B);
                -webkit-background-clip: text;
                margin: 1rem 0;
                -webkit-text-fill-color: transparent;
            }

        #insideSchool .insideTabs .nav-item .active {
            background: linear-gradient(#27A9F2, #8ABF57);
        }

            #insideSchool .insideTabs .nav-item .active span {
                color: #fff !important;
                -webkit-text-fill-color: #fff !important;
            }

    #insideSchool .card {
        border: none;
        border-right: .2rem solid #000;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        #insideSchool .card img {
            height: 100%;
        }

        #insideSchool .card .card-title {
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: uppercase;
            background: -webkit-linear-gradient(#32A0DD, #80B66B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: initial;
        }

        #insideSchool .card .card-text {
            font-size: 1.1rem;
            color: #000;
            text-align: justify;
        }

    #insideSchool .col:last-child .card {
        border: none;
    }

    #insideSchool .readMoreInside {
        text-align: center !important;
        padding-top: 2rem;
        width: 100%;
    }

        #insideSchool .readMoreInside .btn {
            background: linear-gradient(#32A0DD, #80B66B);
            font-size: 1.8rem;
            padding: .25rem 6rem;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700;
        }

section#messages { 
    padding: 2% 0;
}

.tab-content {
    border: 0.15rem solid rgba(128, 128, 128, 0.303);
    padding: 2rem;
}

#notificationPanel .card *:hover {
    background: #917979 !important;
}

.card:hover {
    background: #eee !important;
}

#happyBirthDay .img-fluid {
    margin: 0 auto;
}

#happyBirthDay {
    padding: 2rem 0;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #happyBirthDay .happyBirthDayTitle {
        font-size: 3.2rem !important;
        font-weight: 700;
        columns: #fff !important;
        padding-bottom: 3rem;
        color: #4c4242 !important;
        text-transform: uppercase;
        text-align: center;
    }

    #happyBirthDay .p {
        font-size: 10px;
    }

    #happyBirthDay .col {
        border-right: .15rem solid #000;
    }

        #happyBirthDay .col .card {
            border: none;
            background: transparent;
        }

            #happyBirthDay .col .card .card-body .date {
                padding-top: 1rem;
            }

            #happyBirthDay .col .card .card-text {
                font-size: 1.0rem;
            }

            #happyBirthDay .col .card * {
                color: #000;
            }

        #happyBirthDay .col:last-child {
            border: none;
        }

    #happyBirthDay .slick-prev:before {
        content: url(../images/leftArrow.png);
        /* background: #000; */
        position: absolute;
        border-radius: 50%;
        padding: 20% 20% 20% 0;
    }

    #happyBirthDay .slick-prev {
        left: -4%;
    }

    #happyBirthDay .slick-next {
        right: -3%;
    }

        #happyBirthDay .slick-next:before {
            content: url(../images/rightArrow.png);
            /* background: #000; */
            position: absolute;
            border-radius: 50%;
            padding: 20% 0 20% 20%;
        }

#photos {
    padding: 2rem 0; 
}

    #photos .slick-prev:before {
        content: url(../images/leftArrow.png);
    }

    #photos .slick-prev {
        left: -4%;
    }

    #photos .slick-next {
        right: -3%;
    }

        #photos .slick-next:before {
            content: url(../images/rightArrow.png);
        }

    #photos .sectionTitle {
        font-size: 3.2rem;
        font-weight: 700;
        text-transform: uppercase;
        background: #ed2e33;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        padding-bottom: 3rem;
    }

    #photos .singleSlider {
        padding: 0 1.6rem;
    }

#footer {
    padding: 2rem 0;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #footer .card {
        border: none;
    }

        #footer .card .card-title {
            font-size: 1.4rem;
            font-weight: 700;
        }

        #footer .card .card-text {
            font-size: 1.5rem;
        }

    #footer .footerMails {
        margin: 1% 2%;
    }

        #footer .footerMails p {
            font-size: 1.4rem;
            font-weight: 500;
            margin: 2%;
        }

            #footer .footerMails p a {
                text-decoration: none;
                color: #000;
            }

    #footer .mapCtrl {
        position: relative;
    }

        #footer .mapCtrl .map {
            position: absolute;
            top: 17%;
            right: 0;
        }

#copyrihgt {
    background: #0C58A2;
    color: #fff;
    padding: 1rem 0;
}

    #copyrihgt .copyrightText {
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
    }

@media screen and (min-width: 992px) and (max-width: 1400px) {

    #banner .bannerSliderCtrl {
        height: 47.2rem !important;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 47.2rem !important;
            max-height: 47.2rem !important;
        }

    html {
        font-size: 8px;
    }

    .container {
        max-width: 90%;
    }

    #header .nav-item {
        margin-top: 0.75rem;
        font-size: 1.53rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 0.75rem;
        border-left: 0.1rem solid #000;
        padding-right: 0.75rem;
    }

    .mid {
        margin: 0 4rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    #banner .bannerSliderCtrl {
        height: 47.2rem !important;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 47.2rem !important;
            max-height: 47.2rem !important;
        }

    html {
        font-size: 7.5px;
    }

    .container {
        max-width: 90%;
    }

    #header .nav-item {
        border: none;
    }

    #banner .noticeBoardSlider .singleSlider .card .card-footer {
        max-width: 85%;
    }

    .mid {
        margin: 0 4rem;
    }
}

@media screen and (max-width: 768px) {

    section#innerNav.mobile {
        display: block !important;
    }

    .help .pe-3 {
        width: 50% !important;
        margin: 0 20%;
    }

    .about {
        margin: 1rem !important;
    }

    .about2 {
        margin: 2rem !important;
    }

    #happyBirthDay .slick-next:before {
        display: none;
    }

    #happyBirthDay .slick-prev:before {
        display: none;
    }

    .container {
        overflow: hidden;
    }

    #header .nav-item {
        padding: 0;
        border: none;
        margin-bottom: .75rem;
    }

    #banner .slick-prev,
    #banner .slick-arrow {
        top: 50%;
    }

    #banner .bannerSliderCtrl {
        padding-bottom: 1rem;
        height: auto;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: auto !important;
        }

    #messages .card .card-header .cardHeaderTitle {
        font-size: 2rem;
    }

    #insideSchool .insideTitle {
        font-size: 2.5rem;
    }

    #happyBirthDay .happyBirthDayTitle {
        font-size: 2.5rem;
    }

    #photos .sectionTitle {
        font-size: 2.5rem;
    }

    #footer .mapCtrl .map {
        position: static;
        margin-top: 2rem;
    }

    #photos .slick-dots li button::before {
        font-size: 45px;
    }

    #insideSchool .card {
        border-right: none;
    }

        #insideSchool .card img {
            width: 100%;
        }

    #insideSchool .insideTabs .nav-pills .nav-item {
        width: auto;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        margin: 0 4% !important;
    }
    #innerNav .borderRight .bigTitle {
        font-size: 2.4rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 1.3rem !important;
    }
}


.dateAndDownload img.img-fluid.newTag {
    position: absolute;
    right: 26.5%;
    transform: rotate(-10deg);
    max-width: 5.0rem;
}

.dateAndDownload.d-flex.align-items-center {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: rgba(12, 88, 162, 0.5);
    max-width: 65%;
    margin: 1rem 0;
}

h3.me-3 {
    color: #fff;
    padding: 0.5rem;
}

.fa {
    padding: 13px;
    font-size: 20px !important;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.h-100 {
    height: auto !important;
}

.flex-caption {
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: #d05252;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

#happyBirthDay .col .card:hover {
    background: #eee !important;
}

.help h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.footerLeft a:hover {
    color: #eee !important;
}

.help .pe-3 {
    width: 70%;
    margin: 0 20%;
}

.mobile h2.smlTitle {
    font-size: 1.4rem;
}

section#innerNav.mobile {
    display: none;
}
/*about page */
.about p {
    font-size: 1.6rem;
    padding: 1rem 2rem;
}

.about {
    margin: 6rem;
    border: 1px solid;
}

    .about h1 {
        padding: 2rem;
        font-size: 4rem;
    }

.about2 {
    margin: 0 6rem 4rem;
}

    .about2 p {
        font-size: 1.6rem;
        padding: 1rem;
        text-align: justify;
    }

    .about2 .col-md-2.px-md-0 {
        text-align: center;
    }

.message {
    margin: 6rem 2rem;
    border: 1px solid;
    padding-bottom: 6rem;
}

    .message h1 {
        padding: 2rem;
        font-size: 4rem;
    }

    .message p {
        font-size: 1.4rem;
        padding: 1rem 2rem;
        text-align: justify;
    }

    .message h3 {
        font-size: 2.4rem;
        font-weight: bold;
        padding: 0 2rem;
        width: 330px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius:5px;
}

.ms-3 {
    margin-left: 1rem !important;
}

.MI-table-th {
    background-image: -webkit-linear-gradient(top, #64b3b4 0%, #ffffff 100%) !important;
}

.MI-button {
    background-color: #5cceaf;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 7px;
}

@media screen and (max-width:1370px) {
    #messages .card .card-text {
        font-size: 1.5rem !important;
    }

    #insideSchool .card .card-text {
        font-size: 1.5rem !important;
    }

    #insideSchool .card .card-title {
        font-size: 2.3rem !important;
    }

    #happyBirthDay .col .card .card-text {
        font-size: 1.3rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 600px) {
    #innerNav .borderRight .bigTitle {
        font-size: 1.4rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 11px !important;
    }
}



/*gallery start*/

 *{
    margin:0;
    padding:0;
    box-sizing:border-box; 
}

body{
    background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    min-height:100vh;
}

/* Section */
.gallery-wrapper{ 
    margin:auto;
    padding:70px 20px;
    color:#fff;
    text-align:center;
}

.gallery-heading{
    font-size:36px;
    margin-bottom:10px;
    letter-spacing:1px;
}

.gallery-sub{
    opacity:0.8;
    margin-bottom:50px;
}

/* Grid */
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:25px;
}

/* Card */
.gallery-card{
    position:relative; 
    overflow:hidden;
    box-shadow:0 0px 9px rgba(0,0,0,0.4);
    background:rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    transition:0.4s ease;
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}

/* Overlay */
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,0.8));
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding-bottom:30px;
    opacity:0;
    transition:0.4s;
}

.overlay span{
    background:#f4f4fb;
    color:#ed2e33;
    padding:10px 26px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
}

/* Hover Effects */
.gallery-card:hover img{
    transform:scale(1.18) rotate(1deg);
}

.gallery-card:hover .overlay{
    opacity:1;
}

.gallery-card:hover{
    transform:translateY(-10px);
}

/* Mobile */
@media(max-width:600px){
    .gallery-heading{
        font-size:26px;
    }
}
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
/*gallery khtm*/






/*articles start*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box; 
}

body{
    background:linear-gradient(180deg,#f4f6fb,#ffffff);
}

/* section */
.articles-section{
    max-width:1280px; 
    padding:0 20px;
}

.section-title{
    text-align:center;
    font-size:32px;
    font-weight:600;
    color:#ed2e33;
    margin-bottom:35px;
    position:relative;
    padding-top: 50px;
}

.section-title::after{
    content:'';
    width:90px;
    height:4px;
    background:#ed2e33;
    display:block;
    margin:14px auto 0;
    border-radius:10px;
}

/* grid */
.articles-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:36px;
}

/* card */
.article-card{
    background:rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.5);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.6);
    transition:all .45s cubic-bezier(.19,1,.22,1);
    position:relative;
}

/* hover depth */
.article-card:hover{
    transform:translateY(-12px) scale(1.01);
    box-shadow:
        0 35px 65px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.7);
}

/* image */
.article-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:transform .6s ease;
}

.article-card:hover img{
    transform:scale(1.08);
}

/* tag */
.tag{
    position:absolute;
    top:18px;
    left:18px;
    padding:7px 18px;
    border-radius:999px;
    font-size:12px;
    font-weight:500;
    color:#fff;
    backdrop-filter: blur(6px);
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.tag.neurology{
    background:#ed2e33;
        /*linear-gradient(135deg,#00c6ff,#0072ff);*/
}
.tag.pediatric{
    background:linear-gradient(135deg,#43e97b,#38f9d7);
}
.tag.pathology{
    background:linear-gradient(135deg,#ff9966,#ff5e62);
}

/* content */
.article-content{
    padding:26px 26px 30px;
}

.meta{
        font-size: 14px;
    /* letter-spacing: .4px; */
    color: #ed2e33;
    margin-bottom: 12px;
    font-weight: 700;
}

/* HEADING (main focus) */
.article-content h3{
    font-size:20px;
    line-height:1.4;
    color:#ed2e33;
    margin-bottom:14px;
    position:relative;
    transition:all .4s ease;
}

/* underline animation */
.article-content h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:3px;
    background:#ed2e33;
    border-radius:6px;
    transition:width .4s ease;
}

/* heading hover change */
.article-card:hover h3{
    color:#ed2e33;
}

.article-card:hover h3::after{
    width:60%;
}

/* paragraph */
.article-content p{
    font-size:14.5px;
    line-height:1.7;
    color:#2B2B2B;
    margin-bottom:20px;
}

/* read more */
.article-content a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    color:#ed2e33;
    position:relative;
    transition:.35s ease;
}

.article-content a::after{
    content:'';
    width:0;
    height:2px;
    background:#ed2e33;
    position:absolute;
    bottom:-4px;
    left:0;
    transition:.35s ease;
}

.article-content a:hover{
    color:#ed2e33;
}

.article-content a:hover::after{
    width:100%;
}

/* mobile polish */
@media(max-width:768px){
    .section-title{
        font-size:26px;
    }
    .article-content h3{
        font-size:18px;
    }
}

.article-card{
    background: #ffffff82;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}
.article-content{
    background: transparent;
    backdrop-filter: none;
}
.article-card:hover{
    transform: translateY(-6px);
    box-shadow:
        0 18px 35px rgba(0,0,0,0.22),
        0 8px 15px rgba(0,0,0,0.12);
     opacity: 1 !important;          /* 🔥 opacity remove */
    background-color: white;         /* 🔥 transparent effect hatane ke liye */
}
.article-card img{
    border-radius:20px;
}





 /*articles khtm*/



 .contact-wrapper {
        width: 90%;
        margin: 40px auto;
    }

    .contact-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .contact-list {
        list-style: disc;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.8;
    }

        .contact-list li {
            margin-bottom: 8px;
        }

    .instagram-section {
        margin-top: 40px;
    }

    .instagram-icon {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: bold;
    }

        .instagram-icon img {
            width: 40px;
            height: 40px;
        }

    .instagram-link {
        margin-top: 10px;
        font-size: 14px;
        word-break: break-all;
    }

        .instagram-link a {
            color: #000;
            text-decoration: none;
        }





 
/*menue bar  phone start*/

  
.cm-header{
    height:60px;
    background:#ffffff;
    border-bottom:1px solid #e6e6f5;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
}

.cm-title{
    font-size:18px;
    font-weight:600;
    color:#ed2e33;
}

/* ================= HAMBURGER ================= */
#cm-toggle{
    display:none;
}

.cm-hamburger{
    width:30px;
    cursor:pointer;
}

.cm-hamburger span{
    display:block;
    height:3px;
    background:#ed2e33;
    margin:6px 0;
    border-radius:2px;
}

/* ================= OVERLAY ================= */
.cm-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.45);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:998;
}

/* ================= SIDE MENU ================= */
.cm-menu{
    position:fixed;
    top:0;
    left:-300px;
    width:300px;
    height:100%;
    background:#ffffff;
    z-index:999;
    transition:.35s ease;
    overflow-y:auto;
}

/* MENU HEADER */
.cm-menu-header{
    background:#ed2e33;
    color:#fff;
    padding:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cm-menu-header span{
    font-size:16px;
    font-weight:600;
}

.cm-close{
    font-size:22px;
    cursor:pointer;
}

/* ================= MENU LIST ================= */
.cm-menu ul{
    list-style:none;
}

.cm-menu li{
    border-bottom:1px solid #f0f0f0;
}

.cm-menu a,
.cm-parent{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    font-size:14px;
    color:#ed2e33;
    cursor:pointer;
    text-decoration:none;
}

/* SUB MENU */
.cm-sub{
    display:none;
    background:#f6f6ff;
}

.cm-sub a{
    padding:12px 32px;
    font-size:13px;
}

/* arrow */
.cm-parent::after{
    content:"›";
    font-size:18px;
    transform:rotate(90deg);
}

/* show submenu on click (CSS only) */
.cm-toggle-sub{
    display:none;
}

.cm-toggle-sub:checked + .cm-parent + .cm-sub{
    display:block;
}

/* ================= TOGGLE ================= */
#cm-toggle:checked ~ .cm-overlay{
    opacity:1;
    visibility:visible;
}

#cm-toggle:checked ~ .cm-menu{
    left:0;
}




/* Desktop / Tablet (above 1180px) */
@media (min-width: 1180px){
    .cm-hamburger{
        display: none;
    }
}

/* Mobile only (1180px and below) */
@media (max-width: 1180px){
    .cm-hamburger{
        display: block;
    }
}

 

/* NAV */
.ux-nav{
    background:#ed2e33; 
}

/* MENU */
.ux-menu{
    display:flex;
    flex-wrap:wrap;          /* 🔥 wrap enabled */  
    list-style:none;
    position:relative;
    margin: 0 0 0 0!important;
    max-width:100%;  
    /*overflow:hidden;*/     /*jrur*/
      
}

/* MENU ITEM */
.ux-menu > li{
    position:relative;
}

/* LINKS */
.ux-menu > li > a{
    position:relative;
    display:block;
    padding:22px 18px;
    color:white;
    text-decoration:none;
    font-size:15px;
    white-space:nowrap;
    transition:color 0.3s ease;
    font-weight:600;
}

.ux-menu > li > a:hover{
    color:#fff;
}

/* FLOATING BAR */
.ux-menu > li > a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:12px;
    width:0;
    height:3px;
    background:white;
    border-radius:10px;
    transform:translateX(-50%);
    transition:width 0.35s ease;
}

.ux-menu > li > a:hover::after{
    width:60%;
}

/* DROPDOWN */
.ux-drop{
    position:relative;
}

.ux-sub{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#ffffff;
    border-radius:14px;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.15),
        0 30px 60px rgba(15,23,42,0.25);
    opacity:0;
    visibility:hidden;
    transform:translateX(-20px) scale(0.95);
    transition:all 0.35s ease;
    padding:10px 0;
    z-index:999;
    list-style:none;
}

/* SHOW DROPDOWN */
.ux-drop:hover .ux-sub{
    opacity:1;
    visibility:visible;
    transform:translateX(0) scale(1);
}

/* SUB MENU LINKS */
.ux-sub li{
    list-style:none;
}

.ux-sub li a{
    display:block;
    padding:14px 22px;
    color:#1e293b;
    text-decoration:none;
    font-size:14px;
    transition:all 0.25s ease;
}

.ux-sub li a:hover{
    background:#ffbbbb6b;
    color:#ed2e33;
    padding-left:30px;
}

/* SUB DIVIDER */
.ux-sub li:not(:last-child){
    border-bottom:1px solid #e5e7eb;
}



@media (max-width: 1180px) {
    .Mi-IS-MOBILE {
        display: none !important;
    }
}


/*menue bar khtm*/






.headinghai{
         font-size: 22px;
         color: #ed2e33;
     }












<style>
    .page-wrapper {
        width: 95%;
        margin: 20px auto;
    }



    .gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

        .gallery img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 6px;
            background: #fff;
        }
            /* Hover Zoom */
            .gallery img:hover {
                transform: scale(1.08);
            }
    /* Tablet */
    @media (max-width: 1024px) {
        .gallery {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Mobile */
    @media (max-width: 600px) {
        .gallery {
            grid-template-columns: repeat(1, 1fr);
        }

            .gallery img {
                height: auto;
            }
    }
</style>