
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
}
::-webkit-scrollbar{
    display: none;
}
@font-face {
    font-family: "poppins-regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: "poppins-italic";
    src: url("../fonts/Poppins/Poppins-Italic.ttf");
}
@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-light";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
    font-family: "stylish-cursive";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "monostat-bold";
    src: url(../fonts/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: "roboto-regular";
    src: url(../fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf);
}
@font-face {
    font-family: "roboto-medium";
    src: url(../fonts/Roboto_Slab/static/RobotoSlab-Medium.ttf);
}
@font-face {
    font-family: "roboto-Semibold";
    src: url(../fonts/Roboto_Slab/static/RobotoSlab-SemiBold.ttf);
}
@font-face {
    font-family: "roboto-bold";
    src: url(../fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf);
}
:root{
    --msc-font-roboto-regular: "roboto-regular"; 
    --msc-font-roboto-medium: "roboto-medium"; 
    --msc-font-roboto-Semibold: "roboto-Semibold"; 
    --msc-font-roboto-bold: "roboto-bold"; 
    --msc-font-regular:"roboto-regular";
    --msc-font-medium:"roboto-medium";
    --msc-font-semibold:"roboto-Semibold";
    --msc-font-bold:"roboto-bold";
    --msc-font-italic:"poppins-italic";
    --msc-font-light:"poppins-light";
    --msc-font-theme-cursive:"stylish-cursive";
    --msc-font-theme-mono-bold:"monostat-bold";
    --msc-dark: #000000;
    --msc-white:#fff;
    --msc-light-text: #5b5b5b;
    --msc-primary: #fbae15;
    --msc-blue: #075298;
    --msc-theme-danger: #CB2128;
    --msc-light: #BBBDBF;
    --msc-light-grey: #6c6c6c;
    --msc-white: #fff;
    --msc-success: #06c516ec;
    --msc-danger: #c52f06ec;
    --msc-warning: #ffd900ec;
    --msc-light-purple:#c36;
    --msc-gold-color: #efd51d;
    --msc-dark-gold-color:#d5a215;
    --msc-med-black:#151515;
    --msc-light-black: #222D3B;
    --msc-light-color:rgb(244, 244, 244);
    --msc-orange:rgba(255, 68, 0, 0.786);
    --msc-theme-orange:#ff8a00;
    --msc-lightblue:#18B6E9;
    --msc-facebook-color:#3b5a9a;
    --msc-med-blue:#005580;
    --msc-theme-blue:#0088cc;
    --msc-light-opacity:#ffffff16;
    --msc-theme-light:rgb(251, 250, 250);
    --msc-theme-opacity: #040c1488;
    --msc-border-color:#dee2e6;
    --msc-dark-blue:#110f31 ;
    --msc-extra-light:rgb(252, 252, 252);
    --msc-theme-opacity-blue:#eff5ffd2;
    --msc-theme-med-grey:#7bccff;
    --msc-drop-color: rgb(250, 250, 250);
    --msc-theme-gradient:linear-gradient(to left bottom,var(--msc-theme-primary),var(--msc-theme-orange));
    --msc-appoint-gradient:linear-gradient(324deg, #08275a, #2d8c9f);
    --msc-light-gold:#f4b924;
    --msc-theme-primary:#f7af03;
    --msc-theme-orange:#f3731d;
    --msc-theme-med-grey:#343434;
    --msc-theme-global-red:#eb3138;
    --msc-theme-global-drop-red:rgb(255 244 245);
    --msc-theme-global-blue:#893564;
    --msc-theme-global-purple: #48118E;
    --msc-theme-global-light-pink:#fffae5d2;
    --msc-theme-global-light-purple: #f4edff;
    --msc-theme-global-light-blue: #95b7c9;
    --msc-theme-global-lavender:#f0dbff;
    --msc-theme-global-light:rgb(255 246 247);
    --msc-theme-global-blue-light: #a900a8;
    --msc-theme-global-pink-light:#fff7e9;
}
/* header */
.msc-information-section{
    background-color: var(--msc-theme-global-blue);
    padding: 8px 50px;
}
.msc-header-text-loaction{
    color: var(--msc-white);
    font-family: var(--msc-font-regular);
    font-size: 15px;
    word-wrap: break-word;
}
.msc-header-text-loaction:hover{
    color: var(--msc-white);
}
.msc-header-logo-design{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-text-section-header-main p{
    color: #585858;
    font-family: var(--msc-font-roboto-medium);
    font-size: 15px;
}
.msc-header-logo-design img{
    width: 200px;
}
.msc-logo-section{
    padding: 10px 6.5rem;
    position: relative;
    z-index: 99 !important;
}
.msc-school-name{
    vertical-align: middle;
    font-size: 24px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--msc-font-roboto-Semibold);
    font-weight: 700;
    color: #001f5c;
}
.msc-nav-section{
    background-color: var(--msc-theme-global-drop-red);
}
.msc-nav-menu-design{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.msc-responsive-view{
    display: none !important;
}
.msc-responsive-address{
    display: none !important;
}
.msc-nav-menu-design a{
    /* display: inline-block; */
    color: var(--msc-med-black);
    font-family: var(--msc-font-roboto-regular);
    font-size: 15px;
    margin: 0px 15px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 2.6rem;
    position: relative;
    z-index: 9;
    transition: all .2s linear;
}
.msc-nav-menu-design a:hover{
    color: var(--msc-theme-global-red);
}
.msc-dropdown-main{
    position: relative;
}
.msc-overlay-dropdown{
    z-index: 99999;
    position: absolute;
    background-color: var(--msc-white);
    box-shadow: 0px 0px 3px var(--msc-border-color);
    margin-top: 3px;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}
.msc-overlay-dropdown a:hover{
    background-color: var(--msc-drop-color) !important;
}
.msc-overlay-dropdown a{
    display: inline-block;
    line-height: normal !important;
    padding: 12px 20px;
    margin: 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-dropdown-main:hover .msc-overlay-dropdown{
    height: auto;

    visibility: visible;
    opacity: 1;
    transform: translateY(-4px);
}
.msc-navbar-design{
    display: flex;
    flex-direction: row;
}
/* .msc-nav-menu-design a::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 10px;
    background-color: var(--msc-med-blue);
    bottom: -10px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    transition: all .2s linear;
}
.msc-nav-menu-design a:hover:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
} */
.msc-hamburger-design{
    transition: all .1s linear;
    display: none;
}

.mscbar-1{
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--msc-dark);
    margin: 5px 0px;
    transition: all .1s linear !important; 
}
.mscbar-2{
    display: block;
    height: 1px;
    width: 26px;
    background-color: var(--msc-dark);
    margin: 5px 0px;
    transition: all .1s linear !important; 
}
.mscbar-3{
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--msc-dark);
    margin: 5px 0px;
    transition: all .1s linear !important; 
}
.msc-icons-design-main{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
}
.msc-icon-design{
    margin: 0px 6px;
    width: 40px;
    height: 39px;
}
/* header-end */

/* banner */
.owl-carousel .item img {
    z-index: 1;
}
.msc-main-img-design{
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    position: relative;
    border-bottom: 4px solid var(--msc-theme-global-red);
}
.msc-img-design-home{
    width: 100%;
    height:auto;
    transition: all .2s linear;
    animation: scale-design 5s linear infinite;
}
/* banner-end */

/* more-about-us */
.msc-bgc-wrapper-design{
    background-image: url(../images/bg-image.png);
    background-blend-mode: lighten;
    background-color: #ffffffce;
    padding: 50px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-about-design{
    padding: 60px 0px;
    position: relative;
}
.msc-about-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/bg-vector.jpg);
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-size: cover;
    top: 0;
    z-index: -1;
}
/* From Uiverse.io by cssbuttons-io */ 
.learn-more {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

.learn-more {
 width: 12rem;
 height: auto;
}

.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #282936;
 border-radius: 1.625rem;
}

.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #282936;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

.learn-more:hover .circle {
 width: 100%;
}

.learn-more:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
 color: #fff;
}
.msc-description-heading{
    padding: 15px 0px;
}
.msc-tag-text {
    font-family: var(--msc-font-roboto-medium);
    color: var(--msc-light-text);
    font-size: 15px;
    background-color: var(--msc-theme-global-blue);
    width: max-content;
    color: white;
    padding: 9px 20px;
    border-radius: 44px;
    border: 2px solid #c68cac;
    margin-bottom: 15px !important;
    margin-left: -4px;
}
.msc-info-heading{
    font-family: var(--msc-font-roboto-Semibold);
    font-size: 33px;
    padding-bottom: 5px;
}
.msc-info-heading span{
    color: var(--msc-theme-global-blue-light);
    font-size: 35px;
    line-height: 2.8rem;
}
.msc-about-description-info{
    font-family: var(--msc-font-regular);
    color: var(--msc-light-text);
    font-size: 15px;
    margin-top: 9px;
}
.msc-read-more-btn{
    padding: 8px 20px;
    border: none;
    background-color: var(--msc-theme-global-red);
    font-family: var(--msc-font-medium);
    font-size: 15px;
    color: var(--msc-white);
    overflow: hidden;
    position: relative;
    transition: all .2s linear;
}
.msc-read-more-btn:hover{
    z-index: 1;
    color: #fff;
}
.msc-read-more-btn::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -1.6rem;
    left: -1.3rem;
    /* border-bottom-right-radius: 50px; */
    border-radius: 100%;
    visibility: hidden;
    background-color: var(--msc-theme-global-blue);
    transition: all .2s linear;
}
.msc-read-more-btn:hover::after{
    visibility: visible;
    z-index: -1;
    width: 300px;
    height: 110px;
}
.msc-description-about h2{
    font-size: 33px;
    font-family: var(--msc-font-semibold);
}
/* more-about-us-end */


/* facility */
.msc-facility-design{
    margin-top: 70px;
    position: relative;
    background-color: var(--msc-theme-global-pink-light);
    padding: 40px 0px;
    padding-bottom: 60px;
    z-index: 99;
}
.msc-facility-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Bg-3.png);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.2;
    z-index: -1;
}
.msc-facility-text-main{
    background-color: var(--msc-theme-global-blue);
    color: white !important;
    padding: 10px 25px !important;
    width: max-content ;
    border-radius: 30px;
    font-family: var(--msc-font-roboto-medium) !important;
    font-size: 28px !important;
    position: relative;
    z-index: 999;
}
.msc-box-border-design img{
    filter: brightness(0) invert(1) !important;
    height: 90px !important;
    width: 90px !important;
}
.msc-facility-design::before{
    content: "";
    position: absolute;
    /* background-image: url(../images/vectors/Bg-3.png); */
    border: 2px solid var(--msc-theme-global-blue);
    border-radius: 30px;
    width: 95%;
    height: 77%;
    top: 4rem;
    left: 2.5rem;
}
.msc-bg-red{
    background-color: #e84b3a !important;
}
.msc-bg-yellow{
    background-color: #ffc000 !important;
}
.msc-bg-orange{
    background-color: #fc7f0c !important;
}
.msc-bg-purple{
    background-color: #92278f !important;
}
.msc-main-des-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}
.msc-facility-text{
    color: var(--msc-theme-global-blue);
    font-family: var(--msc-font-semibold);
    font-size:34px;
}
.msc-facility-text span{
    color: var(--msc-theme-global-red);
}
.msc-box-border-design{
    min-height: 220px;
    margin: 20px 0px 10px 0px !important;
    /* background-color: var(--msc-white); */
    padding: 35px 20px;
    outline: 2.3px solid var(--msc-white);
    outline-offset: -10px;
    box-shadow: 0px 0px 5px var(--msc-border-color) ;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important;
    align-items: center;
    transition: all .3s ease-in-out;
}
.faciltiy .owl-nav button.owl-next span {
    background-color: var(--msc-theme-global-blue) !important;
    padding: 10px 21px !important;
    border-radius: 50px;
    font-size: 19px !important;
    font-weight: bold;
    color: var(--msc-white) !important;
    outline: 1px solid whitesmoke;
    outline-offset: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faciltiy .owl-nav button.owl-prev span {
    background-color: var(--msc-theme-global-blue) !important;
    padding: 10px 21px !important;
    border-radius: 50px;
    font-size: 19px !important;
    font-weight: bold;
    color: var(--msc-white) !important;
    outline: 1px solid whitesmoke;
    outline-offset: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faciltiy .owl-nav button.owl-next {
    position: absolute;
    top: 7.5rem;
    right: -6.7rem;
    z-index: 1;
}
.faciltiy .owl-nav button.owl-prev {
    position: absolute;
    top: 7.5rem;
    left: -6.7rem;
    z-index: 1;
}
.faciltiy .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.msc-box-border-design:hover{
    transform: translateY(-8px) scale(1.04);
}
.msc-sports-icon{
    margin-top: 16px;
    font-size: 50px;
    color: var(--msc-white);
    background-color: var(--msc-theme-orange);
    border: 1px solid var(--msc-border-color);
    padding: 19px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-name-activity{
    font-family: var(--msc-font-roboto-bold);
    color: var(--msc-theme-global-blue);
    padding: 10px 5px 5px 5px;
    margin-top: 10px;
    font-size: 22px;
    color: white;
    text-align: center;
}
.msc-description-activity{
    font-family: var(--msc-font-regular);
    font-size: 14.5px;
    text-align: center;
    color: var(--msc-light-text);
}
.msc-lab-icon{
    margin-top: 16px;
    font-size: 50px;
    color: var(--msc-white);
    background-color: var(--msc-light-purple);
    border: 1px solid var(--msc-border-color);
    padding: 19px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-book-icon{
    margin-top: 16px;
    font-size: 50px;
    color: var(--msc-white);
    background-color: var(--msc-lightblue);
    border: 1px solid var(--msc-border-color);
    padding: 19px 22px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-bus-icon{
    margin-top: 16px;
    font-size: 50px;
    color: var(--msc-white);
    background-color: var(--msc-med-blue);
    border: 1px solid var(--msc-border-color);
    padding: 19px 17px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-tray-icon{
    margin-top: 16px;
    font-size: 50px;
    color: var(--msc-white);
    background-color: var(--msc-theme-primary);
    border: 1px solid var(--msc-border-color);
    padding: 19px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-security-icon{
    margin-top: 16px;
    font-size: 42px;
    color: var(--msc-white);
    background-color: var(--msc-theme-global-red);
    border: 1px solid var(--msc-border-color);
    padding: 23px 19px;
    border-radius: 100%;
    transition: all .2s linear;
}
.msc-art-icon{
    margin-top: 16px;
    font-size: 40px;
    color: var(--msc-white);
    background-color: var(--msc-theme-global-purple);
    border: 1px solid var(--msc-border-color);
    padding: 23px 21px;
    border-radius: 100%;
    transition: all .2s linear;
}


/* facility-end */


/* footer */
.msc-footer-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.msc-icon-link-footer{
    border: 2px solid var(--msc-med-black);
    color: var(--msc-med-black);
    border-radius: 10px;
    padding: 7px 13px;
    display: inline-block;
    border-radius: 10px;
    transition: all .2s linear;
    margin: 0px 2px;
}
.msc-icon-link-footer:hover{
    border: 2px solid transparent;
    animation: scale_new .2s linear .1s;
    background-color: var(--msc-theme-global-red);
    color: var(--msc-white);
}

@keyframes scale_new {
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1.01);
    }
}
.msc-icon-contact-footer{
    font-size: 20px;
    color: var(--msc-theme-global-red);
    margin-right: 5px;
}
.msc-footer-logo-text{
    font-family: var(--msc-font-medium) !important;
    font-size: 12px !important;
    margin-left: 10px;
}
.msc-footer-design{ 
    background-color: var(--msc-theme-global-light-pink);
    padding: 30px 0px 10px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.msc-footer-ribbon{
    position: relative;
}
.msc-footer-ribbon p{
    position: absolute;
    top: -3rem;
    font-size: 22px;
    background-color: var(--msc-theme-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-theme-cursive);
    padding: 4px 20px;
}
.msc-footer-ribbon p::before{
    content: "";
    position: absolute;
    left: -10px;
    top: -0rem;
    border: 11px solid var(--msc-med-blue);
    border-top-width: 0px;
    border-bottom-width: 19.2px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-right-width: 0;
}
.msc-about-design-footer{
    vertical-align: middle;
    margin: 30px 0px 15px 0px;
}
.msc-about-heading-text{
    color: var(--msc-med-black);
    font-family: var(--msc-font-semibold);
    font-size: 20px;
    position: relative;
    overflow-x: hidden;
}
.msc-responsive-links{
    display: none;
}
.msc-about-heading-text::after{
    content: "";
    position: absolute;
    height: 0.5px;
    width: 100%;
    margin: 10px 15px;
    /* background-color: var(--msc-theme-med-grey); */
    border: 2px dashed var(--msc-light-grey);
}
.msc-about-design-footer p{
    font-family: var(--msc-font-regular);
    font-size: 14.6px;
    color: var(--msc-light-text);
}
.msc-icon-footer{
    color: var(--msc-med-black);
    padding: 12px 15.5px;
    border: 1px solid var(--msc-light-text);
    border-radius: 100%;
    font-size: 14px;
    transition: all .2s linear;
}
.msc-icon-footer:hover{
    color: var(--msc-white);
    border: 1px solid var(--msc-facebook-color);
    background-color: var(--msc-facebook-color);
}
.msc-icon-twitter{
    color: var(--msc-med-black);
    padding: 12.4px 13px;
    border: 1px solid var(--msc-light-text);
    border-radius: 100%;
    font-size: 14px;
    transition: all .2s linear;
    margin-left: 5px;
}
.msc-icon-twitter:hover{
    color: var(--msc-white);
    border: 1px solid var(--msc-lightblue);
    background-color: var(--msc-lightblue);
}
.msc-icon-instagram{
    color: var(--msc-med-black);
    padding: 11.5px 13px;
    border: 1px solid var(--msc-light-text);
    border-radius: 100%;
    font-size: 16px;
    transition: all .2s linear;
    margin-left: 5px;
}
.msc-copy-right-text{
    background-color: var(--msc-dark);
}
.msc-icon-instagram:hover{
    color: var(--msc-white);
    border: 1px solid var(--msc-light-purple);
    background-color: var(--msc-light-purple);
}
.msc-contact-design{
    font-size: 14.9px !important;
    font-family: var(--msc-font-regular) !important;
    color: var(--msc-med-black) !important;
}
.msc-contact-details{
    font-size: 14.6px !important;
    color: var(--msc-light-text) !important;
    font-family: var(--msc-font-regular);
}
.msc-rights-reserved{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--msc-light-black);
    padding-top: 18px;
    margin-top: 25px;
}
.msc-rights-reserved p{
    font-family: var(--msc-font-medium) !important;
    font-size: 16px !important;
}
.msc-rights-reserved p i{
    color: var(--msc-theme-global-red);
}
.msc-rights-reserved p a{
    color: var(--msc-theme-global-red);
}
.msc-rights-reserved p a:hover{
    color: var(--msc-theme-global-red);
}
/* footer-end */

/* about-us */
.msc-main-about-us-text-page{
    text-align: center;
}
.msc-image-collapse img{
    border-radius: 20px;
    height: auto;
}
.msc-main-wrapper{
    margin: 50px 0px;
}
.msc-main-about-us-text-page h2{
    font-size: 38px;
    font-family: var(--msc-font-semibold);
    position: relative;
    color: var(--msc-med-black);
}
.msc-main-about-us-text-page h2 span{
    font-size: 50px;
}
.msc-main-about-us-text-page p{
    font-family: var(--msc-font-semibold);
    font-size: 17px;
    color: var(--msc-med-black);
}
.msc-main-about-us-text-page p a{
    color: var(--msc-med-black);
}
.msc-image-design-about-school{
    box-shadow: 0px 0px 3px var(--msc-border-color);
    margin-top: 20px;
    border-radius: 10px;
}
.msc-image-design-about-school img{
    border-radius: 10px;
    width: 100%;
    height: 350px;
}
.msc-text-about-school{
    margin-top: 20px;
    padding: 4px 10px;
}
.msc-text-about-school h2{
    font-family: var(--msc-font-medium);
    font-size: 31px;
    position: relative;
    transition: all .2s linear;
    padding: 0px 0px 5px 0px;
}
.msc-text-about-school h2::after{
    content: "";
    position: absolute;
    height: 3.5px;
    width: 60px;
    background-color: var(--msc-theme-orange);
    border-radius: 50px;
    left: 0;
    bottom: -0.6rem;
    transition: all .2s linear;
}
.msc-text-about-school h2:hover::after{
    width: 70px;
    background-color: var(--msc-med-blue);
}
.msc-about-heading-description{
    padding: 15px 0px;
}
.msc-about-heading-description p{
    font-family: var(--msc-font-regular);
    font-size: 15px;
    color: var(--msc-light-text);
}
.msc-bgc-design-about{
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 0px ;
    /* background-color: var(--msc-theme-light); */
}
/* about-us-end */

/* contact */
.msc-main-heading-form{
    padding: 5px;
    margin-bottom: 10px;
}
.msc-main-heading-form h2{
    font-family: var(--msc-font-medium);
    font-size: 33px;
    color: var(--msc-theme-global-red);
}
.msc-vector-design{
    text-align: center;
}
.msc-vector-design img{
    height: auto;
}
.msc-map-design-contact{
    margin-top: 40px;
    margin-bottom: 20px;
}
.msc-contact-box-design{
    background-color: var(--msc-light-color);
    margin-top: 20px;
    border-radius: 20px;
    min-height: 200px;
    text-align: center;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.msc-location-icon{
    color: var(--msc-white);
    font-size: 20px;
    background-color: var(--msc-med-black);
    padding: 20px;
    border-radius: 10px;
}
.msc-loaction-text{
    font-family: var(--msc-font-medium);
    font-size: 25px;
    margin-top: 20px;
}
.msc-location-description{
    color: var(--msc-light-text);
    font-family: var(--msc-font-regular);
    font-size: 15px;
}
.msc-contact-box-new{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    vertical-align: middle;
}
.msc-location-description:hover{
    color: var(--msc-light-text);
}
/* contact-end */

/* gallery */
.form-control{
    font-size: 17px !important;
    padding: 12px 20px !important;
    color: var(--msc-light-text) !important;
    border-radius: 0px !important;
    border: 2px solid var(--msc-border-color) !important;
    margin-bottom: 20px;
    transition: all .2s linear;
}
.form-control:focus{
    border: 2px solid var(--msc-theme-global-blue) !important;
    box-shadow: none !important;
    color: var(--msc-light-text);
}
.msc-outer-box-design-wrapper {
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px solid var(--msc-border-color);
    border-radius: 30px;
    box-shadow: 0px 0px 10px var(--msc-light-color);
    transition: all .2s linear;
}
.msc-outer-box-design-wrapper:hover{
    transform: scale(1.02) translateY(-5px);
}
.msc-img-design-gallery{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}
.msc-img-design-gallery img{
    width: 100%;
    height: 100%;
    transition: all .2s linear;
}
.msc-outer-box-design-wrapper:hover .msc-img-design-gallery img{
    transform: scale(1.06);
}
.msc-title-gallery h2 {
    text-align: center;
    padding: 10px 0px;
    font-family: var(--msc-font-semibold);
    font-size: 18px;
    color: var(--msc-med-black);
    margin-top: 5px;
}
.msc-image-wrapper{
    padding-top: 55px;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    margin-top: 0 !important;
}
.msc-home-page-gallery-wrapper{
    position: relative !important;
}
.msc-home-page-gallery-wrapper::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Bg-5.png);
    /* background-repeat: no-repeat; */
    background-size: contain;
    top: 0;
    width: 450px;
    height: 500px;
    z-index: -25;
    opacity: .4;
}
.msc-home-page-gallery-wrapper::before{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Bg-5-right.png);
    /* background-repeat: no-repeat; */
    background-size: contain;
    bottom: -3rem;
    right: 0;
    width: 450px;
    height: 500px;
    z-index: -25;
    opacity: .4;
}
.msc-main-gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.msc-main-gallery h2{
    font-size: 37px;
    font-family: var(--msc-font-medium);
    position: relative;
}
.msc-main-gallery h2::after{
    content: "";
    position: absolute;
    height: 1.4px;
    width: 90px;
    bottom: -0.6rem;
    left: 2rem;
    background-color: var(--msc-med-blue);
}
.msc-main-gallery h2::before{
    content: "";
    position: absolute;
    height: 7.5px;
    width: 39px;
    bottom: -0.8rem;
    left: 3.5rem;
    border-radius: 100px;
    background-color: var(--msc-med-blue);
}
.msc-gallery-image-box{
    margin-top: 20px;
    position: relative;
}
.msc-gallery-image-content{
    height: 245px;
    width: 100% !important;
    border-radius: 20px;
    position: relative;
    overflow: hidden !important;
    z-index: -9;
}
.msc-overlay-image{
    content: "";
    position: absolute;
    height: 245px;
    width: 100%;
    border-radius: 20px;
    top: 0;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    left: 0;
    backdrop-filter: blur(2px);
    background-color: var(--msc-theme-opacity);
    transition: all .3s ease-in-out;
}
.msc-lens-design{
    position: absolute;
    padding: 17px 17.5px;
    font-size: 21px;
    border-radius: 100%;
    left: calc(100% - 58%);
    top: calc(245px - 145px);
    z-index: 99;
    background-color: var(--msc-theme-danger);
    color: var(--msc-white);
}
.msc-gallery-image-box:hover .msc-overlay-image{
    z-index: 99;
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.msc-btn-primary{
    background-color: var(--msc-theme-orange);
    border: none;
    color: var(--msc-white);
    padding: 7px 20px;
    border-radius: 10px;
}
.msc-gallery-image-title{
    vertical-align: middle;
    font-size: 17px;
    font-family: var(--msc-font-semibold);
}
.msc-btn-main-gallery{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
}
.msc-btn-view-all-gallery {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  background-color: #373f47;
  padding: 1em 3em;
  border: none;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.msc-btn-view-all-gallery span:not(:nth-child(6)) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #0c66ed;
  border-radius: 50%;
  transition: .6s ease;
}

.msc-btn-view-all-gallery span:nth-child(6) {
  position: relative;
}

.msc-btn-view-all-gallery span:nth-child(1) {
  transform: translate(-3.3em, -4em);
}

.msc-btn-view-all-gallery span:nth-child(2) {
  transform: translate(-6em, 1.3em);
}

.msc-btn-view-all-gallery span:nth-child(3) {
  transform: translate(-.2em, 1.8em);
}

.msc-btn-view-all-gallery span:nth-child(4) {
  transform: translate(3.5em, 1.4em);
}

.msc-btn-view-all-gallery span:nth-child(5) {
  transform: translate(3.5em, -3.8em);
}

.msc-btn-view-all-gallery:hover span:not(:nth-child(6)) {
  transform: translate(-50%, -50%) scale(4);
  transition: 1.5s ease;
}
  
/* gallery-end */

/* principal-desk */
.signature-section {
    text-align: right;
    margin-top: 2rem;
    position: relative;
}

.signature-line {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #dc3545);
    margin-left: auto;
    margin-bottom: 1rem;
}

.signature-content {
    font-family: 'Playfair Display', serif;
}

.signature-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.signature-title {
    font-size: 1rem;
    color: #dc3545;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.school-name {
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
}
.msc-principal-section{
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.msc-principal-section::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Book-Vector-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
    width: 290px;
    top:0;
    z-index: -1;
    left: -2rem;
}
.msc-principal-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    font-family: var(--msc-font-roboto-regular) !important;
    padding: 10px 0px;
}
.msc-text-heading-main{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 40px;
}
.msc-text-heading-main h2{
    font-family: var(--msc-font-roboto-bold);
    font-size: 34px;
    position: relative;
    color: #2c3e50 !important;
}
.msc-text-heading-main h2::after{
    content: "";
    position: absolute;
    height: 1.5px;
    width: 70px;
    bottom: -0.6rem;
    border-radius: 20px;
    left: 5rem;
    background-color: var(--msc-border-color);
}
.msc-text-heading-main span{
    color: var(--msc-theme-global-red);
    font-size: 47px;
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 3s ease-in-out infinite alternate;
}
.msc-new-text-director{
    margin-top: 10px;
}
.msc-text-desk{
    font-family: var(--msc-font-roboto-regular);
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 2px solid var(--msc-border-color);
    color: var(--msc-med-blue);
    text-align: center;
}
.msc-principal-description{
    font-family: var(--msc-font-roboto-medium);
    font-style: italic;
    font-size: 15px;
    color: var(--msc-light-text);
}
.msc-principal-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--msc-light);
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px 10px 5px 10px;
}
.msc-new-description{
    margin-top: 10px;
}
.msc-image-principal{
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.msc-name-principal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 0px 10px;
    font-family: var(--msc-font-semibold);
    font-size: 19px;
    color: var(--msc-med-blue);
}
.header-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 100px;
    background: linear-gradient(90deg, transparent, #dc3545, transparent);
    animation: expandLine 1.5s ease-out;
}

.left-line {
    margin-right: 2rem;
}

.right-line {
    margin-left: 2rem;
}

@keyframes expandLine {
    from { width: 0; }
    to { width: 100px; }
}

.header-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
    animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}



/* principal-desk-end */

/* testimonial */
.msc-testimonial-design{
    background-image: url(../images/bg-vector.png);
    background-position: 50% 50%;
    background-blend-mode: lighten;
    background-color: #ffffffe9;
    padding: 70px 0px;
}
.msc-box-design-testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--msc-theme-light);
    background-color: var(--msc-drop-color);
    box-shadow: 0px 0px 4px var(--msc-border-color);
    margin: 20px 7px;
    padding: 13px 25px;
    border-radius:40px;
    min-height: 265px;
}
.msc-testimonial-content-item{
    font-family: var(--msc-font-regular);
    font-size: 15px;
    color: var(--msc-light-text);
    position: relative;
    padding: 15px;
}
.msc-testimonial-content-item::before{
    content: " ";
    position: absolute;
    background-image: url(../images/quotes.png);
    background-size: 30px 35px;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    left: -1rem;
    top: -1rem;
}
.msc-testimonial-content-item::after{
    content: " ";
    position: absolute;
    background-image: url(../images/quotes_down.png);
    background-size: 30px 35px;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    right: -1rem;
    /* top: -1rem; */
}
.msc-student-name{
    color: var(--msc-med-blue);
    font-family: var(--msc-font-semibold);
    font-size: 27px;
}
.msc-heading-testimonial h1{
    font-family: var(--msc-font-medium) !important;
    font-size: 19px !important;
    color: var(--msc-theme-global-blue);
}
.msc-font-italic{
    font-family: var(--msc-font-italic) !important;
    font-size: 18px;
}
/* testimonial-end */

/* pdf-section */
.msc-card-design-document{
    background-color: var(--msc-drop-color);
    border-radius: 30px;
    border: 1px solid var(--msc-light);
    padding: 16px;
    margin-bottom: 20px;
}
.msc-image-design{
    align-items: center; 
}
.msc-image-design h2{
    font-family: var(--msc-font-medium);
    font-size: 18px;
    margin: 0px 15px;
    text-align: center;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

/* pdf-section-end */

/* Our-courses */
.msc-courses-design{
    margin: 60px 0px;
}
.msc-underline{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}
.msc-underline::before{
    content: " ";
    position: absolute;
    width: 120px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--msc-theme-global-light-blue);
}
.msc-underline li{
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: relative;
    left: -35%;
    list-style-type: none;
    margin: 0px 2.5px;
    background-color: var(--msc-med-blue);
}
.msc-second{
    background-color: var(--msc-theme-global-red) !important;
}
.msc-courses-heading{
    font-family: var(--msc-font-roboto-Semibold);
    color: var(--msc-theme-global-blue);
    font-size: 38px;
    margin-bottom: 17px;
}
.msc-courses-heading span{
    color: var(--msc-theme-global-red);
}
.msc-outer-box-design{
    padding: 20px 35px;
    /* background-color: var(--msc-drop-color); */
    background-image: linear-gradient(180deg, var(--msc-theme-global-light-pink), var(--msc-white));
    /* border: 2px solid var(--msc-theme-global-red); */
    box-shadow: 0px 0px 6px var(--msc-border-color);
    outline: 1px solid var(--msc-light);
    outline-offset: 15px;
    margin: 16px;
    margin-top: 25px;
    min-height: 360px;
    border-radius: 30px;
}
.msc-logo-section-courses img{
    width: 130px;
}
.msc-logo-section-courses h2{
    margin-top: 15px;
    font-family: var(--msc-font-semibold);
    color: var(--msc-theme-global-red);
    font-size: 30px;
}
.msc-description-section p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-regular);
    font-size: 15px;
}
/* Our-courses-end */

/* shining-stars */
.msc-shining-stars-card{
    border: 1px solid var(--msc-light);
    padding: 15px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.msc-shining-stars-card::after{
    content: "";
    position: absolute;
    height: 300px;
    width: 420px;
    bottom: -6.2rem;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--msc-theme-opacity-blue);
}
.msc-shining-stars-image img{
    border: 8px solid var(--msc-theme-global-blue);
    border-radius: 100%;
    padding: 7px;
    width:150px !important;
    height:150px;
}
.msc-shining-stars-text{
    margin-top: 8px;
    text-align: center;
    margin-top: 18px;
}
.msc-shining-paragraph{
    color: var(--msc-light-text);
    font-family: var(--msc-font-regular);
    font-size: 17px;
}
.msc-shining-paragraph i{
    color: var(--msc-theme-primary);
}
.msc-main-heading-shining-stars{
    font-family: var(--msc-font-medium);
    font-size: 22px;
}
/* shining-stars-end */

/* photo-gallery */
.msc-image-gallery-wrapper{
    border-radius: 10px;
    border: 1px solid var(--msc-border-color);
    position: relative;
    overflow: hidden;
}
/* .msc-image-gallery-wrapper::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 310px;
    top: 0;
    background-color: var(--msc-theme-opacity);
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .4s ease-in-out;
}
.msc-image-gallery-wrapper:hover::after{
    transform: scale(1.01);
    visibility: visible;
    opacity: 1;
}
.msc-image-gallery-wrapper:hover .msc-new-view-btn{
    visibility: visible;
    opacity: 1;
}
.msc-new-view-btn{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 8.8rem;
    left: 5rem;
    z-index: 99;
    transition-delay: .3s;
    transition: all .3s linear;
} */
.msc-gallery-categorey{
    margin-top: 2px;
    padding: 15px;
    text-align: center;
}
.msc-title-name{
    font-family: var(--msc-font-semibold);
    font-size: 22px;
    color: var(--msc-dark);
}
/* photo-gallery-end */

/* features */
.msc-feature-design{
    background-image: url(../images/bg-new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: lighten;
    background-color: #ffffffa4;
    padding: 30px 0px 20px 0px;
}
.msc-features-outer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px 15px 15px;
    background-color: var(--msc-theme-global-light-pink);
    margin-bottom: 20px;
    /* background-image: linear-gradient(to bottom right, var(--msc-theme-global-light-purple), var(--msc-theme-global-drop-red)); */
    box-shadow: 0px 0px 8px var(--msc-light-color);
    border-radius: 10px;
}
.msc-image-features img{
    width: 100%;
    height: 200px;
}
.msc-description-features{
    text-align: center;
}
.msc-description-features h2{
    font-size: 28px;
    font-family: var(--msc-font-medium);
    color: var(--msc-med-black);
}
.msc-description-features p{
    font-family: var(--msc-font-regular);
    color: var(--msc-light-text);
    font-size: 15px;
}
.msc-text-description-choose p{
    color: var(--msc-theme-global-blue);
    padding: 10px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--msc-light-grey);
    font-family: var(--msc-font-medium);
    font-size: 16px;
}
/* .msc-text-description-choose p:last-child{
    border-bottom: 0px !important;
} */
.msc-text-description-choose h4{
    text-align: center;
    font-family: var(--msc-font-medium);
    padding: 15px 5px 5px 5px;
}
.msc-image-choose img{
    height: 350px;
    border-radius: 10px;
}
.msc-button-view-notices-new {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.7rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.msc-button-view-notices-new:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.msc-button-view-notices-new:hover .icon {
  transform: translate(4px);
}

.msc-button-view-notices-new:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.msc-button-view-notices-new::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/* features */

/* admission-process */
.msc-main-description{
    position: relative;
}
.msc-description-admission span{
    font-family: var(--msc-font-medium);
    font-size: 28px;
    color: var(--msc-med-black);
    position: relative;
    display: inline-block;
    padding-right: 15px;
    overflow: hidden;
    background-color: var(--msc-white);
    z-index: 99;
}
.msc-description-admission::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 1.5rem;
    background-color: var(--msc-border-color);
}
.msc-text-description-process h4{
    color: var(--msc-med-black);
    font-family: var(--msc-font-medium);
    font-size: 18px;
}
/* admission-process-end */

/* security-services */
.msc-image-design-security{
    position: sticky;
    top: 0;
}
.msc-image-design-security img{
    margin: 10px;
    width: 100%;
    height: 360px;
    border: 5px solid var(--msc-border-color);
    border-radius: 5px;
}
/* security-services-end */

/* sports */
.msc-image-design-sports img{
    margin: 20px 0px;
}
.msc-image-design-quiz img{
    height: 300px !important;
}
.msc-new-description-sport{
    margin-top: 30px;
}
/* sports-end */

/* online-registered */
.msc-main-registration{
    background-color: var(--msc-drop-color);
    margin: 0px !important;
    padding: 50px 0px;
}
.msc-form-design-registration{
    padding: 50px;
    background-color: var(--msc-white);
}
.msc-border-design-wrapper{
    outline: 1px solid var(--msc-light-grey);
    outline-offset: 30px;
}
.msc-main-heading-text-online{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2.5rem;
}
.msc-text-online-form{
    font-family: var(--msc-font-medium);
    font-size: 32px; 
    position: relative;
}
.msc-text-online-form::after{
    content: " ";
    position: absolute;
    height: 5px;
    width: 7rem;
    left: calc(100% - 65%);
    bottom: -1rem;
    background-color: var(--msc-theme-global-red);
    border-radius: 30px;
}
.msc-label-design{
    font-family: var(--msc-font-regular);
    color: var(--msc-med-black);
    font-size: 18px;
}
.msc-btn-submit{
    background-color: var(--msc-theme-global-red);
    padding: 10px 25px;
    font-family: var(--msc-font-regular);
    border: none;
    margin-right: 10px;
    color: var(--msc-white);
}
/* online-registered-end */

/* syllabus */
.msc-outer-layer-design{
    background-color: var(--msc-white);
    box-shadow: 0px 0px 5px var(--msc-border-color);
    border-radius: 15px;
    padding: 20px; 
    margin: 10px 20px;
}
.msc-icon-section{
    align-items: center;
}
.msc-description-syllabus h2{
    margin: 0;
    font-family: var(--msc-font-semibold);
    font-size: 29px;
}
.msc-description-syllabus p{
    font-family: var(--msc-font-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-logo-design-syllabus img{
    height: 90px;
}
.msc-download-btn img{
    height: 75px;
}
/* syllabus-end */

/* faculty */
.msc-outer-wrapper-border{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px 15px;
    border: 1px solid var(--msc-border-color);
    /* box-shadow: 0px 0px 10px var(--msc-light-color); */
    border-radius: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px !important;
    transition: transform .2s linear;
    cursor: pointer;
}
.msc-outer-wrapper-border:hover{
    transform: translateY(-7px) scale(1.01);
}
.msc-section-display{
    z-index: 999;
    margin: 15px;
}
.msc-section-display img{
    border-radius: 100%;
    height: 160px;
    width: 160px;
    border: 7   px solid var(--msc-white);
    outline: 5px solid var(--msc-med-black);
}
.msc-description-faculty{
    padding: 30px 0px 0px 0px;
}
.msc-description-faculty h2{
    font-family: var(--msc-font-medium);
    font-size: 30px;
}
.msc-experience-text{
    color: var(--msc-light-text);
    font-family: var(--msc-med-black);
    font-size: 18px;
}
.msc-overlay-bgc{
    position: absolute;
    background-image: linear-gradient(180deg , var(--msc-theme-global-lavender),var(--msc-theme-global-light));
    height: 220px;
    top: 0;
    z-index: 9;
    width: 100%;
    border-bottom-left-radius: 40px;
}
.msc-overlay-bgc::after{
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: -40px;
    background-color: var(--msc-theme-global-light);
}
.msc-overlay-bgc::before{
    content: " ";
    position: absolute;
    width: 40px;
    z-index: 99;
    height: 40px;
    background-color: var(--msc-white);
    right: 0px;
    border-top-right-radius: 40px;
    bottom: -40px;
}
/* faculty-end */

/* monthly-program */
.msc-outer-wrapper-program{
    border: 1px solid var(--msc-border-color);
    border-radius: 6px;
    text-align: center;
    transition: all .1s linear;
    margin-bottom: 20px;
    /* min-height: 300px; */
}
.msc-outer-wrapper-program:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px var(--msc-light-color);
}
.msc-image-program img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 220px !important;
    width: 100% !important;
    /* overflow: hidden; */
}
.msc-title-program{
    border-top: 2px solid var(--msc-border-color);
    padding: 12px;
}   
.msc-title-program h3{
    font-size: 19px;
    font-family: var(--msc-font-medium);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-100px{
    width: 100px;
}
/* monthly-program-end */


/* gallary-image-overview */
.msc-modal-image{
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.msc-modal-image img{
    width: 700px;
    height: 500px;
    object-fit: cover;
}
.msc-modal-img-view{
    position: relative !important;
}
.msc-btn-close-gallery{
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
}
.msc-btn-close-gallery i{
    background-color: var(--msc-white);
    color: var(--msc-theme-am-med-blue);
    padding: 12px 14px;
    border-radius: 50px;
}
.msc-modal-img-view{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    width: 700px;
    margin: auto;
    margin-top: 70px;
}
.show-gallery{
    display: flex;
}
#msc-next{
    position: absolute;
    top: 14rem;
    right: 1rem;
}
#msc-next i{
    color: var(--msc-theme-am-med-blue);
    cursor: pointer;
    background-color: white;
    padding: 12px 16px;
}
#msc-prev{
    position: absolute;
    top: 14rem;
    left: 1rem;
}
#msc-prev i{
    cursor: pointer;
    color: var(--msc-theme-am-med-blue);
    background-color: white;
    padding: 12px 16px;
}
/* gallary-image-overview-end */

/* news-events */
.msc-main-wrapper-outer{
    padding: 60px 0px;
    position: relative;
}
.msc-main-wrapper-outer::after{
    content: "";
    position: absolute;
    background-image: url(../images/bg-vector.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: .6;
}
.msc-events-design-outer{
    margin: 60px 0px;
    padding: 50px 0px;
    position: relative;
    /* height: 600px; */
    background-color: #a13658;
    z-index: 999;
}
.msc-heading-blogs{
    color: var(--msc-white) !important;
}
.msc-badge-blogs-heading{
    font-family: var(--msc-font-medium);
    font-size: 22px;
    color: var(--msc-theme-global-lavender);
}
.msc-events-design-outer::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Bg-3.png);
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: -1;
}
.blogs_news .owl-nav.disabled{
    display: block;
} 
/* Events Grid */
    .events-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
        margin-bottom: 5rem;
        position: relative;
        z-index: 10;
    }

    /* Event Cards */
    .event-card {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-radius: 25px;
        margin-top: 19px;
        padding: 0rem;
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: pointer;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .msc-content-section-blogs{
        padding: 0px 1.5rem 1.6rem 1.5rem;
    }

    .event-card:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    }

    .card-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
        transition: opacity 0.3s ease;
    }

    .event-card:hover .card-background {
        opacity: 0.15;
    }

    .bg-pattern {
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

    .pattern-1 { background: linear-gradient(135deg, #ffd700, #ff8c00); }
    .pattern-2 { background: linear-gradient(135deg, #ff6b6b, #ee5a52); }
    .pattern-3 { background: linear-gradient(135deg, #4ecdc4, #44a08d); }

    .event-card:hover .bg-pattern {
        transform: rotate(45deg) scale(1.1);
    }

    .card-content {
        position: relative;
        z-index: 10;
    }

    /* Event Badge */
    .event-badge {
        width: 100%;
        overflow: hidden;
        height: 230px;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-bottom: 1.5rem; */
        font-size: 1.8rem;
        color: white;
        transition: all 0.3s ease;
    }

    .event-badge img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease-in-out;
    }
    .event-card:hover .event-badge img{
        transform: scale(1.07);
    }

    .admission-badge { background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%); }
    .celebration-badge { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); }
    .sports-badge { background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%); }

    .event-card:hover .event-badge {
        /* transform: scale(1.1) rotateY(360deg); */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    /* Event Content */
    .event-title {
        font-family: var(--msc-font-medium);
        font-size: 1.4rem;
        color: #2c3e50;
        margin-bottom: 0.5rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-date {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #6c757d;
        border-bottom: 2px solid lightgrey;
        border-top: 2px solid lightgrey;
        padding: 15px 25px;
        font-weight: 500;
        margin-bottom: 1.2rem;
        font-size: 1rem;
    }

    .event-date i {
        color: #8a2be2;
        font-size: 1.1rem;
    }

    .event-description {
        color: #495057;
        line-height: 1.6;
        margin-bottom: 1.2rem;
        font-size: 15px;
        font-family: var(--msc-font-regular);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Event Buttons */
    .event-btn {
        background: linear-gradient(135deg, #8a2be2 0%, #ff1493 100%);
        border: none;
        color: white;
        padding: 0.8rem 2rem;
        border-radius: 50px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 8px 25px rgba(138, 43, 226, 0.3);
    }

    .event-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(138, 43, 226, 0.4);
        color: white;
    }

    .event-btn i {
        transition: transform 0.3s ease;
    }

    .event-btn:hover i {
        transform: translateX(5px);
    }

    .admission-btn { background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%); }
    .celebration-btn { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); }
    .sports-btn { background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%); }


    .blogs_news .owl-nav button.owl-next span {
    background-color: var(--msc-white) !important;
    padding: 10px 21px !important;
    border-radius: 50px;
    font-size: 19px !important;
    font-weight: bold;
    color: var(--msc-theme-global-blue) !important;
    outline: 2px solid var(--msc-theme-global-blue);
    outline-offset: -4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blogs_news .owl-nav button.owl-prev span {
    background-color: var(--msc-white) !important;
    padding: 10px 21px !important;
    border-radius: 50px;
    font-size: 19px !important;
    font-weight: bold;
    color: var(--msc-theme-global-blue) !important;
    outline: 2px solid var(--msc-theme-global-blue);
    outline-offset: -4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blogs_news .owl-nav button.owl-next {
    position: absolute;
    top: 13rem;
    right: -2rem;
    z-index: 1;
}
.blogs_news .owl-nav button.owl-prev {
    position: absolute;
    top: 13rem;
    left: -2rem;
    z-index: 1;
}
.blogs_news .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

/* news-events-end */

/* blogs_details */
.triangle {
            width: 100%;
            height: 40px;
            aspect-ratio: 1;
            clip-path: polygon(0 0, 100% 100%, 0 100%);
            background: linear-gradient(90deg, #b1c7bc8a, #b1c7bc8a);
        }
        .msc-logo-text-content-outer{
          display: flex;
          flex-direction: row;
          align-items: center;
        }

        .msc-logo-text-content{
          margin-left: 10px;
        }

        .msc-logo-text-content h2{
          font-size: 21px;
          color: rgb(1 68 33);
          font-weight: bold;
          letter-spacing: 1px;
        }

        /* footer me jo traingle add huaa h uske liy */
        .msc-agrotech-blog-details-page-section {
            background-color: #f9f9f9;
        }
        .msc-description-text-footer{
          font-size: 15px;
          color: rgb(93, 93, 93);
        }

        .msc-agrotech-blog-container {
            /* max-width: 800px; */
            margin: 0 auto;
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
        }
        .msc-icon-chevron-footer{
          font-size: 10px;
        }

        .msc-agrotech-blog-news-section{
            padding: 60px 0px;
            position: relative;
            background-color: transparent !important;
        }
        .msc-agrotech-blog-news-section::after{
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-image: url(../images/bg-vector.jpg);
            /* background-size: cover; */
            top: 0;
            z-index: -1;
        }

        .msc-agrotech-blog-badge {
            background-color: #28a745;
            color: #fff;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 15px;
        }

        .msc-agrotech-blog-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #222;
        }

        .msc-icons-footer-main{
          width: 40px;
          height: 40px;
          margin: 0px 4px;
          border: 2px solid #014421;
          border-radius: 20px;
        }
        .msc-icons-footer-main i{
          width: 100% !important;
          height: 100% !important;
          display: flex;
          text-align: center;
          align-items: center;
          justify-content: center;
        }
        

        .msc-agrotech-blog-meta {
            font-size: 14px;
            color: #777;
            margin-bottom: 20px;
        }

        .msc-agrotech-blog-meta i {
            margin-right: 5px;
        }

        .msc-agrotech-blog-image {
            width: 100%;
            height: 500px;
            margin-bottom: 25px;
        }

        .msc-agrotech-blog-image img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 25px;
        }

        .msc-agrotech-blog-text {
            font-size: 16px;
            color: #444;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .msc-agrotech-blog-quote {
            background: #e6f4ea;
            border-left: 4px solid #2f855a;
            padding: 15px 20px;
            font-style: italic;
            color: #2d3748;
            margin-bottom: 20px;
            border-radius: 8px;
        }

        .msc-agrotech-blog-divider {
            border-top: 2px dashed #ccc;
            margin: 40px 0 20px;
        }

        .msc-agrotech-blog-end-note {
            font-size: 16px;
            color: #333;
            text-align: center;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .msc-agrotech-blog-cta {
            text-align: center;
            margin-top: 15px;
        }

        .msc-agrotech-blog-cta a {
            text-decoration: none;
            color: #fff;
            background-color: #28a745;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s ease;
        }

        .msc-agrotech-blog-cta a:hover {
            background-color: #218838;
        }

        @media (max-width: 576px) {
            .msc-agrotech-blog-title {
                font-size: 22px;
            }
        }
/* bolg-details-end */

/* our-works */
.msc-agrotech-my-work-title {
      text-align: center;
      margin: 40px 0 20px;
    }

    .msc-agrotech-my-work-filter-section {
      text-align: center;
      margin-bottom: 30px;
    }

    .msc-agrotech-my-work-filter-section button {
      background-color: rgb(29, 79, 29);
      color: #fff;
      padding: 10px 20px;
      margin: 5px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .msc-agrotech-my-work-filter-section button:hover {
      background-color: rgb(23, 60, 23);
    }

    .msc-agrotech-my-work-card {
      background: #f5fef3;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(100, 156, 102, 0.1);
      display: flex;
      flex-direction: column;
      text-align: center;
      height: 100%;
    }

    .msc-agrotech-my-work-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
    }

    .msc-agrotech-my-work-card h3 {
      font-size: 1.2rem;
      margin: 10px 0;
      font-weight: 600;
    }

    .msc-agrotech-my-work-card p {
      font-size: 0.9rem;
      color: #555;
      font-weight: 500;
    }

    .msc-agrotech-my-work-card button {
      background: rgb(29, 79, 29);
      color: #fff;
      padding: 8px 12px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-top: auto;
      transition: background 0.3s;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .msc-agrotech-my-work-card button:hover {
      background: green;
    }

    @media (max-width: 768px) {
      .msc-agrotech-my-work-card h3 {
        font-size: 1rem !important;
      }

      .msc-agrotech-my-work-card p {
        font-size: 0.75rem !important;
      }

      .msc-agrotech-my-work-card {
          padding: 10px !important;
          margin: 4px 16px;
      }
      .msc-agrotech-heading {
        font-size: 20px !important;
      }
      .msc-line::after{
        border-bottom: 0px !important;
        width: 0 !important;
      }
      .msc-agrotech-description{
        width: 100% !important;
        font-size: 14px !important;
      }
      .msc-project-main {
        padding: 0 5px !important;
      }
    }
/* blogs_details-end */

/* our organisation */
/* RTE Section */
.rte-section {
    padding: 5rem 0;
    position: relative;
}

/* Header Section */
.rte-header {
    margin-bottom: 3rem;
}

.government-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
}

.government-badge i {
    font-size: 1.2rem;
}

.government-commitment {
    color: #6b7280;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
}

/* Title Section */
.title-section {
    margin-bottom: 4rem;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.decoration-line {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #dc2626, transparent);
    margin: 0 2rem;
}

.title-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
    margin: 0 auto;
    border-radius: 2px;
}

/* Content Wrapper */
.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Content Cards */
.content-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* Card Header */
.msc-card-header {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 1rem 2rem;
    display: flex;
        font-family: var(--msc-font-medium);
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.msc-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}
.msc-card-icon img{
    width: 100%;
    height: 100%;
}

.overview-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.provisions-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.card-title {
    font-family: var(--msc-font-medium);
    font-size: 1.8rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

/* Card Content */
.msc-card-content {
    padding: 2.5rem;
}

/* Highlight Boxes */
.highlight-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.constitution-highlight {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
}

.highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.highlight-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 0.75rem;
    font-family: var(--msc-font-medium);
}

.highlight-content p {
    margin: 0;
    font-family: var(--msc-font-medium);
    color: #1f2937;
    line-height: 1.6;
}

/* Text Content */
.text-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #4b5563;
        font-family: var(--msc-font-medium);
}

/* Key Dates */
.key-dates {
    margin: 2rem 0;
        font-family: var(--msc-font-medium) !important;
}

.date-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid #22c55e;
}

.date-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    flex-shrink: 0;
}

.date {
    font-size: 1.5rem;
    line-height: 1;
}

.month {
    font-size: 0.8rem;
}

.date-info h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 0.5rem;
}

.date-info p {
    margin: 0;
    color: #4b5563;
}

/* Definition Boxes */
.definition-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.definition-box {
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid;
}

.free-education {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #dc2626;
}

.compulsory-education {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-color: #0284c7;
}

.definition-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.definition-header i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.free-education .definition-header i {
    background: #dc2626;
}

.compulsory-education .definition-header i {
    background: #0284c7;
}

.definition-header h4 {
        font-family: var(--msc-font-medium);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.free-education .definition-header h4 {
    color: #dc2626;
}

.compulsory-education .definition-header h4 {
    color: #0284c7;
}

.definition-box p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
        font-family: var(--msc-font-medium);
}

/* Impact Statement */
.impact-statement {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border: 1px solid #d1d5db;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.impact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.impact-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f59e0b;
        font-family: var(--msc-font-medium);
    margin-bottom: 0.75rem;
}

.impact-content p {
    margin: 0;
        font-family: var(--msc-font-medium);
    color: #4b5563;
    line-height: 1.6;
}

/* Provisions Grid */
.provisions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.provision-item {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.provision-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #10b981;
}

.provision-number {
    position: absolute;
    top: -15px;
    left: 2rem;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.provision-content {
    margin-top: 1rem;
}

.provision-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.provision-content h4 {
    font-size: 1.2rem;
        font-family: var(--msc-font-medium);
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.provision-content p {
    margin: 0;
        font-family: var(--msc-font-regular);
    color: #6b7280;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-radius: 20px;
    padding: 3rem;
    color: white;
    margin-top: 4rem;
}

.cta-content h3 {
        font-family: var(--msc-font-medium);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.cta-content p {
    font-size: 1.1rem;
    color: #d1d5db;
    margin-bottom: 2rem;
        font-family: var(--msc-font-medium);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.primary-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: white;
}

.secondary-btn {
    background: transparent;
    color: white;
    border-color: white;
}

.secondary-btn:hover {
    background: white;
    color: #1f2937;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .provisions-grid {
        grid-template-columns: 1fr;
    }
    
    .definition-boxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .card-title {
        font-size: 1.5rem;
    }
    
    .card-content {
        /* padding: 1.5rem; */
    }
    
    .highlight-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .date-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .impact-statement {
        flex-direction: column;
        text-align: center;
        align-items: center !important;
        padding: 1rem !important;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .rte-section {
        padding: 3rem 0;
    }
    
    .main-title {
        font-size: 2rem;
    }
    
    .government-badge {
        /* flex-direction: column;
        gap: 0.5rem;
        text-align: center; */
        font-size: 12px !important;
    }
    .government-commitment{
        font-size: 1rem !important;
    }
    
    .decoration-line {
        width: 60px;
        margin: 0 1rem;
    }
    
    .title-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .provisions-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .provision-item {
        padding: 1.5rem;
    }
    
    .cta-section {
        padding: 2rem 1rem;
    }
    
    .cta-content h3 {
        font-size: 1.2rem;
    }
    .cta-content p {
        font-size: 0.9rem !important;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Print Styles */
@media print {
    .rte-section {
        background: white !important;
    }
    
    .content-card {
        box-shadow: none !important;
        border: 1px solid #dee2e6 !important;
    }
    
    .cta-section {
        background: white !important;
        color: black !important;
        border: 1px solid #dee2e6 !important;
    }
}
/* our organisation-end */

/* vision-mission */
.pm-shri-vision-mission {
    /* background-color: #F8EDF3; */
    position: relative;
    z-index: -12;
    padding: 4rem 0;
    display: flex;
    align-items: center;
}

/* Section Header */
.msc-section-header-mission-vision{
    text-align: left;
    margin-bottom: 3rem;
}

.mission-vision-main-title {
    font-family: var(--msc-font-medium);
    font-weight: 600;
    font-size: 2.5rem;
    color: #B565A7;
    margin-bottom: 1.5rem;
}

.mission-vision-section-description {
    font-family: var(--msc-font-regular);
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6B5B73;
    max-width: 100%;
}

/* Cards Container */
.cards-container {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

/* Vision & Mission Cards */
.vision-mission-card {
    position: relative;
    background: #FFFFFF !important;
    border-radius: 20px;
    padding: 2rem;
    margin: 20px;
    flex: 1;
    box-shadow: 0 8px 32px rgba(181, 101, 167, 0.15);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* z-index: 99999; */
}
.vision-mission-card::before{
    content: "";
    position: absolute;
    background-color: rgba(153, 70, 138, 0.545);
    height: 100%;
    width: 95%;
    border-radius: 20px;
    top: -1.3rem;
    right: -25px;
    z-index: -1;
}

/* .vision-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(181, 101, 167, 0.2);
} */

/* Card Icons */
.card-icon {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-icon{
    height: 100px;
    width: 100px;
}

.vision-icon{
    height: 100px;
    width: 100px;
}
/* Card Titles */
.card-title {
    font-family: var(--msc-font-medium);
    font-weight: 600;
    font-size: 1.4rem;
    color: #2C2C2C;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}

/* Card Content */
.card-content {
    font-family: var(--msc-font-regular);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #666666;
    /* text-align: justify; */
}

/* Responsive Design */
@media (max-width: 768px) {
    .pm-shri-vision-mission {
        padding: 3rem 0;
    }
    
    .main-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .section-header {
        text-align: center;
        margin-bottom: 2rem !important;
    }
    
    .section-description {
        font-size: 1rem !important;
        text-align: center;
    }
    
    .cards-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .vision-mission-card {
        padding: 2rem;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .card-content {
        font-size: 0.95rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .pm-shri-vision-mission {
        padding: 2rem 0;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
    
    .vision-mission-card {
        padding: 1.5rem;
    }
    
    .card-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .card-content {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Print Styles */
@media print {
    .pm-shri-vision-mission {
        background-color: white !important;
        padding: 2rem 0;
    }
    
    .vision-mission-card {
        box-shadow: none !important;
        border: 1px solid #ddd;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .main-title {
        color: #8B008B;
    }
    
    .card-content {
        color: #333333;
    }
    
    .vision-mission-card {
        border: 2px solid #B565A7;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .vision-mission-card {
        transition: none;
    }
    
    .vision-mission-card:hover {
        transform: none;
    }
}

/* vision-mission-end */

/* rules and regulations */
.school-rules-section {
    padding: 3rem 0;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.school-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(190, 24, 93, 0.3);
}

.school-badge i {
    font-size: 1.2rem;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #881337;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.title-icon {
    color: #be185d;
    font-size: 2.8rem;
}

.title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #be185d, #db2777);
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.section-description {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
}

/* Rules Container */
.rules-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Rules Grid */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
}

/* Rule Category */
.rule-category {
    background: linear-gradient(135deg, #fdf2f8 0%, #fef7ff 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #f3e8ff;
    transition: all 0.3s ease;
}

.rule-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(190, 24, 93, 0.1);
    border-color: #e879f9;
}

/* Category Header */
.category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.discipline-icon {
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
}

.property-icon {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.safety-icon {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.academic-icon {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.category-title {
    font-family: var(--msc-font-roboto-Semibold);
    font-size: 1.5rem;
    font-weight: 500;
    color: #1f2937;
}

/* Rules List */
.rules-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Rule Item */
.rule-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    border-left: 4px solid #be185d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.rule-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left-color: #db2777;
}

.rule-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(190, 24, 93, 0.3);
}

.rule-content p {
    margin: 0;
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.7;
    font-family: var(--msc-font-regular);
}

/* Rules Footer */
.rules-footer {
    margin-top: 3rem;
    text-align: center;
}

.footer-content {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.footer-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.footer-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(190, 24, 93, 0.4);
    position: relative;
    z-index: 1;
}

.footer-content p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.contact-info {
    font-weight: 600;
    color: #fbbf24;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .rules-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .school-rules-section {
        padding: 2rem 0;
    }
    
    .main-title {
        font-size: 2.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .title-icon {
        font-size: 2rem;
    }
    
    .rules-container {
        padding: 2rem 1.5rem;
    }
    
    .rule-category {
        padding: 1.5rem;
    }
    
    .category-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .category-title {
        font-size: 1.3rem;
    }
    
    .rule-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .rule-number {
        align-self: center;
    }
    
    .footer-content {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 2rem;
    }
    
    .school-badge {
        flex-direction: row !important;
        /* gap: 0.5rem; */
        /* text-align: center; */
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .rules-container {
        padding: 1.5rem 1rem;
    }
    
    .rule-category {
        padding: 1rem;
    }
    
    .category-title {
        font-size: 1.1rem;
    }
    
    .rule-content p {
        font-size: 0.95rem;
    }
}

/* Accessibility */
.rule-item:focus {
    outline: 3px solid #be185d;
    outline-offset: 3px;
}

.category-icon:focus {
    outline: 3px solid white;
    outline-offset: 2px;
}
.msc-active-dropdown-menu{
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(-4px);
}

/* Print Styles */
@media print {
    
    .school-rules-section {
        padding: 1rem 0;
    }
    
    .rules-container {
        background: white !important;
        box-shadow: none !important;
        border: 1px solid #dee2e6;
    }
    
    .rule-category {
        background: #f8f9fa !important;
        break-inside: avoid;
    }
    
    .rules-footer {
        break-inside: avoid;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}
/* rules and regulations-end */

/* important-notices */
/* Notice Board Section */
.notice-board-section {
    background-image: url(../images/vectors/bg-pattern.jpg);
    background-size: cover;
    padding: 3rem 0;
}

/* Header */
.notice-header {
    text-align: center;
    margin-bottom: 3rem;
}

.school-info {
    margin-bottom: 2rem;
}

.school-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(190, 24, 93, 0.3);
}

.school-badge i {
    font-size: 1.2rem;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #881337;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.title-icon {
    color: #be185d;
    font-size: 3rem;
}

.title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #be185d, #db2777);
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.section-description {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Notice Board Container */
.notice-board-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Board Header */
.notice-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    margin-bottom: 2rem;
    border: 1px solid #e2e8f0;
}

.board-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
}

.board-title {
    font-family: var(--msc-font-regular);
    font-size: 1.8rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.last-updated {
    font-size: 0.9rem;
    color: #6b7280;
}

.last-updated strong {
    color: #be185d;
}

/* Notice Items */
.notice-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Notice Item */
.notice-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.notice-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    transition: all 0.3s ease;
}

.notice-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.notice-item:hover::before {
    width: 6px;
}

/* Notice Types */
.recent-notice::before {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.important-notice::before {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.archive-notice::before {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

/* Notice Badge */
.notice-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    z-index: 10;
}

.new-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    animation: pulse 2s infinite;
}

.important-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    animation: glow 3s ease-in-out infinite alternate;
}

.archive-badge {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes glow {
    from { box-shadow: 0 0 10px rgba(239, 68, 68, 0.5); }
    to { box-shadow: 0 0 20px rgba(239, 68, 68, 0.8); }
}

/* Notice Date */
.notice-date {
    flex-shrink: 0;
}

.date-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 25px rgba(190, 24, 93, 0.3);
}

.important-date {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.archive-date {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3);
}

.day {
    font-size: 1.3rem;
    line-height: 1;
}

.month {
    font-size: 0.7rem;
    line-height: 1;
}

.year {
    font-size: 0.6rem;
    opacity: 0.8;
}

/* Notice Content */
.notice-content {
    flex: 1;
    padding-top: 0.5rem;
}

.notice-title {
    font-family: var(--msc-font-regular);
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.notice-description {
    color: #6b7280;
    font-family: var(--msc-font-regular);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Notice Actions */
.notice-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn {
    padding: 0.6rem 1.25rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(190, 24, 93, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(190, 24, 93, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-outline {
    background: transparent;
    color: #be185d;
    border: 2px solid #be185d;
}

.btn-outline:hover {
    background: #be185d;
    color: white;
    transform: translateY(-2px);
}

/* Load More Section */
.load-more-section {
    text-align: center;
    margin-top: 3rem;
}

.load-more-btn {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #374151;
    border: 2px solid #d1d5db;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.load-more-btn:hover {
    background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
    color: white;
    border-color: #be185d;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(190, 24, 93, 0.3);
}


/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .title-icon {
        font-size: 2rem;
    }
    
    .notice-board-container {
        padding: 1.5rem;
    }
    
    .notice-board-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .board-title {
        font-size: 1.5rem;
    }
    
    .notice-item {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
    gap: 5px !important;
    padding: 1.5rem;
}
    
    .notice-badge {
        position: static;
        align-self: center;
        margin-bottom: 1rem;
    }
    
    .date-circle {
        width: 70px;
        height: 70px;
    }
    
    .notice-actions {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .notice-board-section {
        padding: 2rem 0;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .school-badge {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .notice-item {
        padding: 1rem;
    }
    
    .notice-title {
        font-size: 1.2rem;
    }
    
    .notice-actions {
        flex-direction: column;
    }
    
    .btn {
        justify-content: center;
    }
}

/* Print Styles */
@media print {
    .notice-board-section {
        padding: 1rem 0;
    }
    
    .notice-board-container {
        background: white !important;
        box-shadow: none !important;
        border: 1px solid #dee2e6;
    }
    
    .notice-item {
        background: #f8f9fa !important;
        break-inside: avoid;
    }
    
    .notice-badge,
    .notice-actions {
        display: none !important;
    }
}
/* important-notices-end */

/* plantation */
:root {
    --msc-new-primary-green: #059669;
    --msc-new-accent-green: #10b981;
    --msc-new-light-green: #d1fae5;
    --msc-new-text-dark: #1f2937;
    --msc-new-text-medium: #4b5563;
    --msc-new-text-light: #6b7280;
    --msc-new-background: #f9fafb;
    --msc-new-white: #ffffff;
    --msc-new-border-radius: 20px;
    --msc-new-shadow: 0 10px 40px rgba(5, 150, 105, 0.15);
    --msc-new-shadow-hover: 0 20px 60px rgba(5, 150, 105, 0.25);
}

/* Page Wrapper */
.msc-new-page-wrapper {
    padding: 3rem 1rem;
}

/* Tree Plantation Section */
.msc-new-tree-plantation-section {
    margin: 0 auto;
    background: var(--msc-new-white);
    border-radius: 30px;
    box-shadow: var(--msc-new-shadow);
    overflow: hidden;
    transition: all 0.3s ease;
}

.msc-new-tree-plantation-section:hover {
    box-shadow: var(--msc-new-shadow-hover);
}

/* Page Header */
.msc-new-page-header {
    background: linear-gradient(135deg, var(--msc-new-primary-green) 0%, var(--msc-new-accent-green) 100%);
    color: white;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.msc-new-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    animation: float 20s infinite linear;
    opacity: 0.3;
}

@keyframes float {
    0% { transform: translateX(0) translateY(0) rotate(0deg); }
    100% { transform: translateX(-50px) translateY(-50px) rotate(360deg); }
}

.msc-new-school-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}

.msc-new-badge-icon {
    font-size: 1.2rem;
}

.msc-new-main-title {
    font-family: var(--msc-font-medium);
    font-size: 2rem;
    font-weight: 700;
    /* margin-bottom: 1.5rem; */
    position: relative;
    z-index: 2;
}

.msc-new-title-accent {
    display: block;
    color: #fde047;
    font-size: 3rem !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.msc-new-title-text {
    display: block;
    margin-top: 0.5rem;
}

.msc-new-decorative-line {
    width: 100px;
    height: 4px;
    background: #fde047;
    margin: 0 auto 2rem;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.msc-new-intro-paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

/* Content Container */
.msc-new-content-container {
    padding: 4rem 3rem;
}

/* Content Section */
.msc-new-content-section {
    margin-bottom: 3rem;
    border-radius: var(--msc-new-border-radius);
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 2.5rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.msc-new-content-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Section Header */
.msc-new-section-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--msc-new-light-green);
}

.msc-new-section-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.msc-new-practices-icon { background: linear-gradient(135deg, var(--msc-new-primary-green) 0%, var(--msc-new-accent-green) 100%); }
.msc-new-maintenance-icon { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.msc-new-benefits-icon { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.msc-new-challenges-icon { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.msc-new-trees-icon { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }

.msc-new-section-title {
    font-family: var(--msc-font-medium);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--msc-new-text-dark);
    margin: 0;
}

/* Section Content */
.msc-new-section-content {
    font-size: 1.05rem;
    color: var(--msc-new-text-medium);
}

/* Practice List */
.msc-new-practice-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.msc-new-practice-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    border-left: 4px solid var(--msc-new-accent-green);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.msc-new-practice-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
}

.msc-new-practice-marker {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--msc-new-primary-green) 0%, var(--msc-new-accent-green) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.msc-new-practice-text {
    flex: 1;
    line-height: 1.6;
}

/* Simple List */
.msc-new-simple-list {
    list-style: none;
    padding: 0;
}

.msc-new-simple-list li {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: white;
    border-radius: 12px;
    border-left: 4px solid var(--msc-new-accent-green);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.msc-new-simple-list li:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.1);
}

/* Trees Section Specific */
.msc-new-trees-section {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1px solid #e9d5ff;
}

.msc-new-trees-intro {
    font-size: 1.1rem;
    color: var(--msc-new-text-medium);
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    font-style: italic;
    text-align: center;
}

.msc-new-numbered-trees-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.msc-new-tree-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border-left: 4px solid #8b5cf6;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.msc-new-tree-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.15);
}

.msc-new-tree-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #8b5cf6;
    width: 30px;
    flex-shrink: 0;
}

.msc-new-tree-content {
    flex: 1;
    line-height: 1.6;
}

/* Page Footer */
.msc-new-page-footer {
    background: linear-gradient(135deg, var(--msc-new-text-dark) 0%, #111827 100%);
    color: white;
    padding: 3rem;
    text-align: center;
    position: relative;
}

.msc-new-footer-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.msc-new-footer-line {
    width: 80px;
    height: 2px;
    background: var(--msc-new-accent-green);
    margin: 0 1.5rem;
}

.msc-new-footer-icon {
    width: 50px;
    height: 50px;
    background: var(--msc-new-accent-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
}

.msc-new-footer-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.msc-new-school-footer {
    color: var(--msc-new-accent-green);
    font-style: italic;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .msc-new-page-wrapper {
        padding: 2rem 0 !important;
    }
    
    .msc-new-page-header {
        padding: 2rem 1rem;
    }
    
    .msc-new-main-title {
        font-size: 1.2rem;
    }
    
    .msc-new-title-accent {
        font-size: 1.6rem !important;
    }
    
    .msc-new-content-container {
        padding: 2rem 1.5rem;
    }
    
    .msc-new-section-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .msc-new-practice-item,
    .msc-new-tree-item {
        /* flex-direction: column;
        text-align: center; */
        font-size: 12px !important;
    }
    
    .msc-new-practice-marker {
        align-self: center;
    }
    
    .msc-new-tree-number {
        width: auto;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .msc-new-main-title {
        font-size: 1.2rem !important;
    }
    
    .msc-new-title-accent {
        font-size: 1.6rem !important;
    }
    
    .msc-new-school-badge {
        /* flex-direction: column; */
        /* gap: 0.5rem; */
        /* padding: 0.75rem 1.5rem; */
        font-size: 11px !important;
        margin-bottom: 13px !important;
    }
    
    .msc-new-content-container {
        padding: 1.5rem 1rem;
    }
    
    .msc-new-content-section {
        padding: 1.2rem 0.5rem !important;
    }
    
    .msc-new-section-title {
        font-size: 1.5rem;
    }
}

/* Print Styles */
@media print {
    .msc-new-tree-plantation-section {
        box-shadow: none;
        background: white;
    }
    
    .msc-new-page-header {
        background: white;
        color: black;
    }
    
    .msc-new-section-icon {
        background: #f3f4f6 !important;
        color: black !important;
    }
}

/* Accessibility */
.msc-new-content-section:focus {
    outline: 3px solid var(--msc-new-accent-green);
    outline-offset: 2px;
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.msc-new-content-section {
    animation: fadeInUp 0.6s ease-out forwards;
}

.msc-new-content-section:nth-child(1) { animation-delay: 0.1s; }
.msc-new-content-section:nth-child(2) { animation-delay: 0.2s; }
.msc-new-content-section:nth-child(3) { animation-delay: 0.3s; }
.msc-new-content-section:nth-child(4) { animation-delay: 0.4s; }
.msc-new-content-section:nth-child(5) { animation-delay: 0.5s; }

/* plantation-end */

/* slc-tracking */
.slc-verification-page {
    padding: 50px;
    width: 100%;
    /* max-width: 500px; */
    position: relative;
}

.slc-container {
    position: relative;
    z-index: 10;
    width: 500px;
}
.msc-tracing-vector-slc img{
    width: 100%;
    height: 600px;
}

/* Background Decoration */
.slc-background-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.slc-decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: slc-float 6s ease-in-out infinite;
}

.slc-circle-1 {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
    animation-delay: 0s;
}

.slc-circle-2 {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
    animation-delay: 2s;
}

.slc-circle-3 {
    width: 60px;
    height: 60px;
    top: 50%;
    left: -30px;
    animation-delay: 4s;
}

@keyframes slc-float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Verification Card */
.slc-verification-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 10;
    animation: slc-slideUp 0.8s ease-out;
}

@keyframes slc-slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Header */
.slc-card-header {
    background: linear-gradient(135deg, #6e5090 0%, #342444 100%);
    color: white;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.slc-card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
}

.slc-header-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    animation: slc-pulse 2s infinite;
}

@keyframes slc-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.slc-main-title {
    font-family: var(--msc-font-medium);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.slc-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}
.slc-input-field:focus {
    outline: none;
}
.slc-input-field:focus {
    border-color: #c3ceff !important;
    background: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

/* Form Container */
.slc-form-container {
    padding: 2.5rem;
}

/* Input Group */
.slc-input-group {
    margin-bottom: 1.3rem;
}

.slc-input-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.slc-label-icon {
    color: #667eea;
    font-size: 1.1rem;
}

.slc-required-star {
    color: #e53e3e;
    font-weight: 700;
}

.slc-input-wrapper {
    position: relative;
}

.slc-input-field {
    width: 100%;
    padding: 0.7rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
    color: #2d3748;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.slc-input-field:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.slc-input-field::placeholder {
    color: #a0aec0;
}

.slc-date-input {
    cursor: pointer;
}

.slc-input-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 1px;
}

.slc-input-field:focus + .slc-input-border {
    width: 100%;
}

/* Button Container */
.slc-button-container {
    margin: 2rem 0 0rem 0;
}

.slc-submit-button {
    width: 100%;
    padding: 0.8rem;
    border-radius: 43px !important;
    background: linear-gradient(135deg, #5b4278 0%, #39284b 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.slc-submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.slc-submit-button:active {
    transform: translateY(-1px);
}

.slc-button-text {
    font-size: 1.1rem;
}

.slc-button-icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.slc-submit-button:hover .slc-button-icon {
    transform: translateX(3px);
}

/* Help Text */
.slc-help-text {
    margin-bottom: 1rem;
}

.slc-help-message {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.5;
    background: #f7fafc;
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.slc-info-icon {
    color: #667eea;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

/* Card Footer */
.slc-card-footer {
    background: #f8fafc;
    padding: 1.5rem 2rem;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

.slc-footer-decoration {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    margin: 0 auto 1rem;
    border-radius: 2px;
}

.slc-footer-text {
    font-size: 0.85rem;
    color: #718096;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .slc-verification-page {
        /* max-width: 400px; */
    }
    
    .slc-main-title {
        font-size: 2rem;
    }
    
    .slc-card-header {
        padding: 2rem 1.5rem 1.5rem;
    }
    
    .slc-form-container {
        padding: 2rem 1.5rem;
    }
    
    .slc-card-footer {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .slc-verification-page {
        /* max-width: 350px; */
    }
    
    .slc-main-title {
        font-size: 1.8rem;
    }
    
    .slc-subtitle {
        font-size: 1rem;
    }
    
    .slc-header-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .slc-form-container {
        padding: 1.5rem;
    }
    
    .slc-input-field {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }
    
    .slc-submit-button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

/* Accessibility */
.slc-input-field:focus {
    outline: none;
}

.slc-submit-button:focus {
    outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    
    .slc-verification-card {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .slc-card-header {
        background: #f5f5f5;
        color: black;
    }
}
/* slc-tracking-end */

@media screen and (max-width:400px) {
    .msc-new-school-name {
        font-size: 14px !important;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 768px){
    .msc-nav-menu-design a {
        color: var(--msc-med-black);
        font-family: var(--msc-font-roboto-regular);
        font-size: 13px;
        margin: 0px 12px;
        letter-spacing: 1px;
        width: 100%;
        line-height: 2.6rem;
        position: relative;
        z-index: 9;
        transition: all .2s linear;
    }
    .msc-logo-section-courses h2 {
        margin-top: 15px;
        font-family: var(--msc-font-semibold);
        color: var(--msc-theme-global-red);
        font-size: 25px;
    }
    .msc-outer-box-design {
        min-height: 418px;
    }
    .msc-overlay-dropdown p a{
        margin: 0 ;
    }
    .msc-description-syllabus h2 {
        margin: 0px 6px;
        font-size: 25px;
    }
    .msc-description-syllabus p {
        font-size: 15px;
        margin: 0px 6px;
    }
    .msc-image-design-quiz img {
        height: 260px !important;
    }
    .msc-img-design-gallery img {
        height: auto;
    }
    .msc-title-gallery h2 {
        font-size: 20px;
    }
    .msc-loaction-text {
        font-size: 22px;
    }
}

@media screen and (max-width:700px) {
    .msc-responsive-view{
        display: block !important;
    }
    .msc-new-responsive-logo{
        text-align: center;
    }
    .msc-new-school-name{
        font-size: 15px ;
        margin-left: 0px;
    }
    .msc-hamburger-design{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: end;
        transition: all .1s linear ; 
    }
    .msc-hamburger-design.active .mscbar-2{
        width: 48px;
        transform: translateX(5px);
        transition: all .1s linear; 
    }
    .msc-hamburger-design.active  .mscbar-1{
        width: 0px;
        transform: translateY(10px);
        transition: all .1s linear; 
    }
    .msc-hamburger-design.active .mscbar-3{
        transform: translateY(-10px);
        width: 0px;
        transition: all .1s linear; 
    }
    .msc-information-section {
        display: none;
    }  
    .msc-nav-menu-design a::after{
        height: 0px;
        width: 0px; 
    }
    .msc-nav-menu-design {
        display: block;
        flex-direction: none;
        flex-wrap: wrap;
        height: 100vh;
        width: 84%;
        justify-content: start !important;
        position: fixed;
        background-color: var(--msc-theme-global-light-purple);
        left: -100%;
        overflow: scroll !important;
        top: 0;
        margin: 0 !important;
        transition: all .3s ease-in-out;
        padding: 8px;
        opacity: 0;
        z-index: 9999 !important;
        text-align: left;
    }

    .msc-nav-menu-design.show{
        opacity: 1;
        left: 0%;
    }
    .msc-nav-menu-design a{
        margin: 0px !important;
    }
    .msc-nav-menu-design p {
        margin: 10px 30px;
        border-bottom: 1px solid var(--msc-border-color);
    }
    .msc-dropdown-main p a{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .msc-overlay-dropdown{
        margin-left: 20px;
    }
    .msc-responsive-links{
        display: block;
    }
    .msc-overlay-dropdown p{
        margin: 0px ;
        font-size: 14px;
    }
    .msc-header-logo-design img {
        width: 100px;
    }
    .msc-information-section {
        display: none;
    }
    .msc-school-name {
        font-size: 16px;
        margin-left: 10px;
    }
    .msc-logo-section {
        padding: 8px;
    }
    .msc-icons-design-main {
        display: none;
    }
    .msc-img-design-home {
        height: auto !important;
    }
    .msc-about-design {
        margin-top: 0px;
    }
    .msc-description-heading {
        padding: 15px 12px;
    }
    .msc-tag-text{
        text-align: center;
    }
    .msc-info-heading {
        /* text-align: center; */
    }
    .msc-main-btn-read{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .msc-read-more-btn {
        text-align: center;
    }
    .msc-image-collapse{
        padding: 10px;
    }
    .msc-outer-box-design {
        margin: 25px;
    }
    .msc-courses-design {
        margin: 40px 0px;
    }
    .msc-principal-section {
        margin-top: 50px;
    }
    .msc-principle-desk{
        padding: 10px;
        text-align: center;
    }
    .msc-principal-details {
        margin: 10px;
    }
    .msc-image-principal {
        height: auto;
        width: 100%;
    }
    .msc-principal-info {
        padding: 10px 12px;
    }
    .msc-box-border-design {
        /* margin: 12px 15px !important; */
    }
    .msc-shining-stars-card{
        margin: 12px;
    }
    .msc-gallery-image-box {
        margin: 12px;
    }
    .msc-features-outer-wrapper {
        margin: 12px;
    }
    .msc-image-choose img {
        height: auto;
        border-radius: 10px;
    }
    .msc-testimonial-design {
        padding: 20px 0px 50px 0px;
    }
    .msc-facility-text {
        text-align: center;
        padding: 10px;
    }
    .msc-box-design-testimonial {
        margin: 20px 12px;
    }
    .msc-about-design-footer {
        margin: 30px 10px 15px 10px;
    }
    .msc-main-about-us-text-page h2 {
        font-size: 24px;
    }
    .msc-main-about-us-text-page h2 span {
        font-size: 36px;
    }
    .msc-main-about-us-text-page p {
        font-size: 14px;
    }
    .msc-bgc-wrapper-design {
        padding: 31px;
    }
    .msc-description-about{
        padding: 12px;
    }
    .msc-description-about h2 {
        text-align: center;
    }
    .msc-main-wrapper {
        margin: 40px 0px !important;
    }
    .msc-description-admission span {
        font-size: 25px;
    } 
    .msc-main-description {
        padding: 12px;
        overflow: hidden;
    }
    .msc-description-admission::before {
        top: 2rem;
    }
    .msc-main-registration {
        margin: 0px !important;
    }
    .msc-text-online-form {
        font-size: 28px;
    }
    .msc-outer-layer-design {
        padding: 14px;
        margin: 10px;
    }
    .msc-description-syllabus h2 {
        margin: 0px 7px;
        font-size: 18px;
        text-align: center;
    }
    .msc-description-syllabus p {
        margin: 0px 7px;
        text-align: center;
        font-size: 14px;
    }
    .msc-logo-design-syllabus img {
        height: 60px;
    }
    .msc-download-btn img {
        height: 50px;
    }
    .msc-image-design-security{
        margin: 10px;
    }
    .msc-image-design-security img {
        margin: 0px;
        width: 100%;
        height: auto;
    }
    .msc-new-description-sport {
        margin-top: 0px;
    }
    .msc-outer-wrapper-border {
        margin: 15px;
    }
    .msc-image-design h2 span{
        font-size: 14px !important;
    }
    .msc-card-design-document {
        margin: 10px;
    }  
    .msc-img-design-gallery img {
        width: 100%;
        height: auto;
    }  
    .msc-outer-box-design-wrapper {
        margin: 15px;
        border: 2px solid var(--msc-border-color);
        box-shadow: 0px 0px 18px var(--msc-light-color);
    }   
    .msc-main-heading-form {
        margin: 0px 12px 12px 12px;
    } 
    .msc-form-design{
        margin: 12px;
    }
    .msc-vector-design{
        margin: 20px 12px 0px 12px;
    }
    .msc-map-design-contact {
        margin: 35px 12px 20px 12px;
    }
    .msc-map-design-contact iframe {
        width: 100%;
        height: 350px;
    }
    .msc-contact-box-design {
        margin: 12px;
    }
    .msc-contact-box-new {
        display: none;
    }
    .msc-about-description-info {
        font-family: var(--msc-font-regular);
        color: var(--msc-light-text);
        font-size: 15px;
        margin-top: 15px;
    }
    .msc-form-design-registration {
        padding: 30px;
        background-color: var(--msc-white);
    }
    .msc-border-design-wrapper {
        outline: 1px solid var(--msc-light-grey);
        outline-offset: 16px;
    }  
    .msc-outer-wrapper-program {
        margin: 20px;
    }
    .msc-image-program img {
        height: 240px !important;
    }  
    .msc-logo-section-courses h2 {
        font-size: 25px;
    }
    .msc-rights-reserved p {
        text-align: center;
    }
    .msc-outer-box-design {
        padding: 10px 17px;
    }
    .msc-text-section-header-main p {
        display: none;
    }
    body{
        overflow-x: hidden;
    }
    .msc-text-section-header-main{
        margin-left: 2px !important;
    }
    .msc-principal-section::after {
        height: 87px;
        width: 274px;   
    }
    .msc-principal-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/Book-Vector-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 79px;
    width: 145px;
    bottom: 0;
    z-index: -1;
    right: 0;
    /* transform: rotate(45deg); */
}
.faciltiy .owl-nav button.owl-next span {
    display: none;
}
.faciltiy .owl-nav button.owl-prev span {
    display: none;
}
.msc-facility-design::before {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}
.blogs_news .owl-nav button.owl-next span {
    display: none;
}
.blogs_news .owl-nav button.owl-prev span {
    display: none;
}
.msc-home-page-gallery-wrapper::after {
    top: 0;
    width: 0px;
    height: 0px;
}
.msc-home-page-gallery-wrapper::before {
    top: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
}
.msc-name-activity{
    font-size: 15px;
}
.msc-box-border-design img {
    filter: brightness(0) invert(1) !important;
    height: 80px !important;
    width: 80px !important;
}
.msc-facility-text-main{
    font-size: 22px !important;
}
.msc-courses-heading{
    font-size: 30px !important;
}
.event-title {
    text-align: left !important;
}
.event-description {
    text-align: left !important;
}
.msc-events-design-outer{
    padding: 50px 11px;
}
.msc-card-content {
    padding: 1.5rem !important;
}
.highlight-content p {
    font-size: 15px !important;
}
.highlight-box {
    padding: 1rem !important;
}
.text-content p {
    font-size: 1rem !important;
}
.mission-vision-main-title{
    font-size: 1.5rem;
}
.mission-vision-section-description{
    font-size: 1rem;
}
.vision-mission-card{
    margin-left: 0px;
}
.msc-new-practice-text{
    font-size: 13px;
}
.msc-new-simple-list li{
    font-size: 14px;
}
.msc-new-trees-intro {
    font-size: 0.8rem;
}
.notice-header{
    text-align: center;
    margin-bottom: 2rem;
}
.notice-description {
    font-size: 14px;
}

.msc-tracing-vector-slc img {
    display: none;
}
.slc-verification-page {
    padding: 41px 17px !important;
}
.slc-verification-card {
    border-radius: 20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.msc-main-wrapper-outer {
    padding: 0px;
    margin: 40px 20px;
}
.msc-agrotech-blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.msc-agrotech-blog-container {
    padding: 23px;
}
.msc-image-wrapper{
    margin: 0px !important;
}
.msc-wrapper-conten-main{
    padding: 0px 10px;
}
.msc-card-wrapper-resources-outer{
    margin-bottom: 20px !important;
    margin: 14px;
}
.res-img {
    height: 240px !important;
}
.msc-info-heading span {
    font-size: 20px;
    line-height: 2rem;
}
.msc-info-heading{
    font-size: 20px;
}
.msc-new-search-outer-wrapper{
    flex-direction: column !important;
}
.msc-new-search-box {
    width: 100% !important;
    margin-top: 15px;
}
.msc-new-search-input{
    border: 2px solid #e2e8f0 !important;
    border-radius:20px !important;
} 
}