* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: hidden;
}

@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";
    /* ── C.B.S.M. Logo-matched Color Palette ── */
    --msc-dark: #000000;
    --msc-white: #fff;
    --msc-light-text: #5b5b5b;
    /* Logo Navy Blue (primary/dominant) */
    --msc-primary: #c8982a;
    --msc-blue: #1b2f72;
    --msc-theme-danger: #8c1c1c;
    --msc-light: #BBBDBF;
    --msc-light-grey: #6c6c6c;
    --msc-success: #06c516ec;
    --msc-danger: #c52f06ec;
    --msc-warning: #c8982a;
    /* Logo Gold */
    --msc-light-purple: #2a4a9e;
    --msc-gold-color: #c8982a;
    --msc-dark-gold-color: #a87820;
    --msc-med-black: #151515;
    --msc-light-black: #1b2f72;
    --msc-light-color: rgb(240, 243, 252);
    --msc-orange: rgba(200, 152, 42, 0.786);
    /* Gold as "orange" accent */
    --msc-theme-orange: #c8982a;
    --msc-lightblue: #3a5bbf;
    --msc-facebook-color: #3b5a9a;
    --msc-med-blue: #1b2f72;
    --msc-theme-blue: #2a4aaf;
    --msc-light-opacity: #ffffff16;
    --msc-theme-light: rgb(248, 249, 255);
    --msc-theme-opacity: #071040cc;
    --msc-border-color: #d0d7ef;
    --msc-dark-blue: #0f1d4a;
    --msc-extra-light: rgb(248, 250, 255);
    --msc-theme-opacity-blue: #eef2ffd2;
    --msc-theme-med-grey: #343434;
    --msc-drop-color: rgb(248, 250, 255);
    --msc-theme-gradient: linear-gradient(to left bottom, var(--msc-theme-primary), var(--msc-theme-orange));
    --msc-appoint-gradient: linear-gradient(324deg, #0f1d4a, #1b2f72);
    --msc-light-gold: #d4aa3a;
    /* Logo Gold as primary accent */
    --msc-theme-primary: #c8982a;
    /* No true "orange" in logo — use gold */
    --msc-theme-med-grey: #343434;
    /* Logo Maroon/Dark Red for danger/CTA */
    --msc-theme-global-red: #8c1c1c;
    /* Very light navy tint for drop backgrounds */
    --msc-theme-global-drop-red: rgb(236, 241, 255);
    /* Logo Navy Blue as the "global blue" brand color */
    --msc-theme-global-blue: #1b2f72;
    /* Deep navy for purple roles */
    --msc-theme-global-purple: #1b2f72;
    /* Light navy background tint */
    --msc-theme-global-light-pink: #eef1fc;
    /* Soft gold tint */
    --msc-theme-global-light-purple: #faf3e0;
    --msc-theme-global-light-blue: #a8b8e8;
    /* Soft blue-lavender matching navy */
    --msc-theme-global-lavender: #e8edf8;
    --msc-theme-global-light: rgb(236, 241, 255);
    /* Logo Gold as the accent "blue-light" */
    --msc-theme-global-blue-light: #c8982a;
    /* Soft warm gold tint for backgrounds */
    --msc-theme-global-pink-light: #faf6e8;
}

/* header */

/* ── Top Info Bar: dark charcoal ── */
.msc-information-section {
    background-color: #1f2937;
    padding: 7px 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.msc-address-text-design {
    align-items: center;
    gap: 16px;
}

.msc-header-text-loaction {
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--msc-font-regular);
    font-size: 13px;
    word-wrap: break-word;
}

.msc-header-text-loaction:hover {
    color: #fff;
}

.msc-social-address marquee {
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--msc-font-regular);
    font-size: 13px;
}

.msc-social-address marquee a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.msc-social-address marquee a:hover {
    color: #fff !important;
}

/* "NEW" badge in marquee */
.msc-social-address .badge.bg-success {
    background-color: #8c1c1c !important;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 3px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* ── Logo / Identity Section: clean white ── */
.msc-logo-section {
    background: #ffffff;
    padding: 12px 3rem;
    border-bottom: none;
    position: relative;
    z-index: 99;
}

.msc-header-logo-design {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.msc-header-logo-design img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.msc-header-logo-design:hover img {
    transform: scale(1.03);
}

.msc-text-section-header-main p {
    color: #6b7a9e;
    font-family: var(--msc-font-regular);
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.msc-school-name {
    font-size: 20px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-family: var(--msc-font-roboto-Semibold);
    font-weight: 700;
    color: #111827;
    /* Black type */
    letter-spacing: 0.8px;
    line-height: 1.2;
}

/* Right column: social icons + action buttons — single line */
.msc-icons-design-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    height: 100%;
    padding: 0;
}

/* Social icons row */
.msc-header-social-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.msc-hdr-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 14px;
    color: #0b2d63;
    border: 1.5px solid #c6d8ee;
    background: #eef2fa;
    transition: all 0.2s ease;
    text-decoration: none;
}

.msc-hdr-social-icon:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

.msc-hdr-wa:hover {
    background: #25d366;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}

.msc-hdr-mail:hover {
    background: #0b2d63;
    box-shadow: 0 3px 10px rgba(11, 45, 99, 0.3);
}

.msc-hdr-fb:hover {
    background: #1877f2;
    box-shadow: 0 3px 10px rgba(24, 119, 242, 0.3);
}

/* Action buttons row — all 3 in one line, pill shaped */
.msc-header-action-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.msc-hdr-btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--msc-font-roboto-regular);
    font-size: 13.5px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.4;
}

/* ── Button variants: logo colors ── */
.msc-hdr-btn-primary {
    background: #0b2d63;
    color: #fff;
    border: 1.5px solid #0b2d63;
}

.msc-hdr-btn-primary:hover {
    background: #071e44;
    color: #fff;
    border-color: #071e44;
    box-shadow: 0 3px 12px rgba(11, 45, 99, 0.3);
}

.msc-hdr-btn-maroon {
    background: #ffbe2f;
    color: #0b2d63;
    border: 1.5px solid #ffbe2f;
    font-weight: 700;
}

.msc-hdr-btn-maroon:hover {
    background: #f0ab18;
    color: #071e44;
    border-color: #f0ab18;
    box-shadow: 0 3px 12px rgba(255, 190, 47, 0.35);
}

.msc-hdr-btn-outline {
    background: transparent;
    color: #0b2d63;
    border: 1.5px solid #0b2d63;
}

.msc-hdr-btn-outline:hover {
    background: #0b2d63;
    color: #fff;
    box-shadow: 0 3px 12px rgba(11, 45, 99, 0.25);
}

/* Hamburger bars */
.msc-hamburger-design {
    transition: all .1s linear;
    display: none;
    cursor: pointer;
}

.mscbar-1 {
    display: block;
    height: 2px;
    width: 26px;
    background-color: #0b2d63;
    margin: 5px 0;
    border-radius: 2px;
    transition: all .2s ease;
}

.mscbar-2 {
    display: block;
    height: 2px;
    width: 18px;
    background-color: #0b2d63;
    margin: 5px 0;
    border-radius: 2px;
    transition: all .2s ease;
}

.mscbar-3 {
    display: block;
    height: 2px;
    width: 26px;
    background-color: #0b2d63;
    margin: 5px 0;
    border-radius: 2px;
    transition: all .2s ease;
}

/* ── Navigation Bar: scroll sticky using jQuery ── */
.msc-nav-section {
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #e2e8f0;
    border-bottom: none;
    box-shadow: none;
    transition: all 0.25s ease;
}

.msc-nav-section.msc-nav-fixed {
    position: sticky !important;
    top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-top: none;
}

.msc-nav-menu-design {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.msc-responsive-view {
    display: none !important;
}

.msc-responsive-address {
    display: none !important;
}

.msc-nav-menu-design a {
    color: #2a2a2a;
    font-family: var(--msc-font-roboto-regular);
    font-size: 14px;
    font-weight: 500;
    margin: 0 2px;
    letter-spacing: 0.3px;
    line-height: 1;
    padding: 14px 12px;
    position: relative;
    z-index: 9;
    transition: color 0.18s ease;
    display: inline-block;
}

.msc-nav-menu-design a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 70%;
    height: 2px;
    background: #ffbe2f;
    border-radius: 2px 2px 0 0;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.msc-nav-menu-design a:hover {
    color: #0b2d63;
}

.msc-nav-menu-design a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.msc-dropdown-main {
    position: relative;
}

.msc-overlay-dropdown {
    z-index: 99999;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(11, 45, 99, 0.12), 0 1px 4px rgba(0, 0, 0, 0.06);
    border-top: 3px solid #0b2d63;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    transform: translateY(-4px);
}

.msc-overlay-dropdown a {
    display: block;
    line-height: normal !important;
    padding: 10px 18px;
    margin: 0;
    font-size: 13px;
    color: #333;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #f2f5fb;
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
}

.msc-overlay-dropdown a:hover {
    background-color: #eaeffa !important;
    color: #0b2d63 !important;
    border-left-color: #0b2d63;
    padding-left: 22px;
}

.msc-overlay-dropdown a::after {
    display: none !important;
}

.msc-dropdown-main:hover .msc-overlay-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.msc-navbar-design {
    display: flex;
    flex-direction: row;
}

.msc-responsive-links {
    display: none;
}

/* 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, #8c1c1c);
    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, #c8982a 0%, #a87820 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, #c8982a, 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, #c8982a 0%, #a87820 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 30px rgba(200, 152, 42, 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: #1b2f72;
    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: #0f1d4a;
    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, #c8982a, #a87820);
}

.pattern-2 {
    background: linear-gradient(135deg, #8c1c1c, #6b1414);
}

.pattern-3 {
    background: linear-gradient(135deg, #1b2f72, #0f1d4a);
}

.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, #c8982a 0%, #a87820 100%);
}

.celebration-badge {
    background: linear-gradient(135deg, #8c1c1c 0%, #6b1414 100%);
}

.sports-badge {
    background: linear-gradient(135deg, #1b2f72 0%, #0f1d4a 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: #1b2f72;
    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, #1b2f72 0%, #2a4aaf 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(27, 47, 114, 0.3);
}

.event-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(27, 47, 114, 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, #c8982a 0%, #a87820 100%);
}

.celebration-btn {
    background: linear-gradient(135deg, #8c1c1c 0%, #6b1414 100%);
}

.sports-btn {
    background: linear-gradient(135deg, #1b2f72 0%, #0f1d4a 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 5px;
        letter-spacing: 1px;
        width: 100%;
        line-height: 2.6rem;
        position: relative;
        z-index: 9;
        transition: all .2s linear;
    }

    .sp-card {
    width: 85%;
}

    .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;
        text-align: center;
    }

    .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;
    }
}

/* ==========================================
   CBSM WINNERS GALLERY SECTION (PREMIUM UI)
   ========================================== */
.cbsm-gallery-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cbsm-gallery-tagline {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ff9800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: var(--msc-font-regular);
}

.cbsm-gallery-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0b2d63;
    margin-bottom: 12px;
    font-family: var(--msc-font-medium);
}

.cbsm-gallery-title span {
    color: #c8982a;
}

.cbsm-gallery-subtitle {
    font-size: 0.95rem;
    color: #555;
    max-width: 600px;
    line-height: 1.6;
    margin: 0 auto 16px auto;
    font-family: var(--msc-font-regular);
}

.cbsm-gallery-title-bar {
    width: 60px;
    height: 3px;
    background: #0b2d63;
    border-radius: 2px;
}

.cbsm-winners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cbsm-winner-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(11, 45, 99, 0.06);
    box-shadow: 0 10px 30px rgba(11, 45, 99, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    aspect-ratio: 4 / 5;
}

.cbsm-winner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 45, 99, 0.15);
    border-color: rgba(200, 152, 42, 0.3);
}

.cbsm-winner-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    outline: none;
}

.cbsm-winner-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: rgba(11, 45, 99, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 6px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cbsm-winner-badge .cbsm-badge-icon {
    color: #ff9800;
    font-size: 0.75rem;
}

.cbsm-winner-card:hover .cbsm-winner-badge {
    background: #ff9800;
    color: #ffffff;
    border-color: #ff9800;
}

.cbsm-winner-card:hover .cbsm-winner-badge .cbsm-badge-icon {
    color: #ffffff;
}

.cbsm-winner-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cbsm-winner-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cbsm-winner-card .msc-gallery-image-content {
    z-index: 1 !important;
    height: 100% !important;
}

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

.cbsm-winner-overlay {
    position: absolute;
    bottom: 0;
    display: none !important;
    left: 0;
    right: 0;
    padding: 30px 20px 20px 20px;
    background: linear-gradient(to top, #ffaf39 0%, rgb(255 216 158) 60%, transparent 100%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.4s ease;
}

.cbsm-winner-name {
    color: #0c2956;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    font-family: var(--msc-font-bold);
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
}

.cbsm-winner-action {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: var(--msc-font-regular);
}

.cbsm-winner-card:hover .cbsm-winner-action {
    transform: translateY(0);
    opacity: 1;
}

.cbsm-winner-card:hover .cbsm-winner-name {
    color: #0c2956;
}

/* ==========================================
   LIGHTBOX MODAL PREMIUM STYLING
   ========================================== */
.cbsm-lightbox-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.cbsm-lightbox-content {
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(11, 45, 99, 0.12) !important;
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(11, 45, 99, 0.15) !important;
    position: relative;
}

.cbsm-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(11, 45, 99, 0.06);
    border: 1px solid rgba(11, 45, 99, 0.12);
    color: #0b2d63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 1050;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.cbsm-lightbox-close:hover {
    background: #ff9800;
    border-color: #ff9800;
    color: #ffffff;
    transform: rotate(90deg);
}

.cbsm-lightbox-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 70px 30px 70px;
    background: transparent;
}

.cbsm-lightbox-img-wrapper {
    width: 660px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(11, 45, 99, 0.08);
    box-shadow: inset 0 2px 8px rgba(11, 45, 99, 0.04);
}

.cbsm-lightbox-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
    border-radius: 16px;
}

/* Light Theme Backdrop with frosted blur effect */
body:has(#imageModal.show) .modal-backdrop {
    background-color: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    opacity: 1 !important;
}

.cbsm-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(11, 45, 99, 0.06);
    border: 1px solid rgba(11, 45, 99, 0.12);
    color: #0b2d63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 1040;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    outline: none;
}

.cbsm-lightbox-nav:hover:not(:disabled) {
    background: #ff9800;
    border-color: #ff9800;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.cbsm-lightbox-nav:disabled {
    opacity: 0.15;
    cursor: not-allowed;
}

.cbsm-lightbox-prev {
    left: 15px;
}

.cbsm-lightbox-next {
    right: 15px;
}

.cbsm-lightbox-footer {
    padding: 16px 24px;
    background: rgba(11, 45, 99, 0.03);
    border-top: 1px solid rgba(11, 45, 99, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cbsm-lightbox-title {
    color: #0b2d63;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: var(--msc-font-medium);
}

.cbsm-lightbox-counter {
    color: rgba(11, 45, 99, 0.6);
    font-size: 0.9rem;
    font-family: var(--msc-font-regular);
}

/* Responsive Styles for Grid & Lightbox */
@media (max-width: 991px) {
    .cbsm-winners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .cbsm-lightbox-body {
        padding: 50px 40px 30px 40px;
    }

    .cbsm-winner-name{
        display: none;
    }
}

@media (max-width: 820px) {
    .cbsm-lightbox-body {
        padding: 40px 30px 20px 30px;
    }

    .cbsm-lightbox-img-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1.65 / 1;
    }
}

@media (max-width: 767px) {
    .cbsm-winners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .cbsm-gallery-title {
        font-size: 1.85rem;
    }

    .cbsm-lightbox-body {
        padding: 40px 20px 20px 20px;
    }

    .cbsm-lightbox-nav {
        top: auto;
        bottom: 20px;
        transform: none;
        width: 40px;
        height: 40px;
    }

    .cbsm-lightbox-nav:hover:not(:disabled) {
        transform: scale(1.1);
    }

    .cbsm-lightbox-prev {
        left: 20px;
    }

    .cbsm-lightbox-next {
        right: 20px;
    }

    .cbsm-lightbox-footer {
        padding-top: 60px;
        /* offset the buttons */
    }
}

@media (max-width: 480px) {
    .cbsm-winners-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* ==========================================
   CBSM WINNERS MARQUEE SLIDER (PREMIUM UI)
   ========================================== */
.cbsm-marquee-container {
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
}

/* Subtle fade masks on left and right edges for professional aesthetics */
.cbsm-marquee-container::before,
.cbsm-marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 10;
    pointer-events: none;
}

.cbsm-marquee-container::before {
    left: 0;
    background: linear-gradient(to right, #fafbff 0%, transparent 100%);
}

.cbsm-marquee-container::after {
    right: 0;
    background: linear-gradient(to left, #fafbff 0%, transparent 100%);
}

.cbsm-marquee-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: cbsm-marquee-scroll 120s linear infinite;
}

.cbsm-marquee-container:hover .cbsm-marquee-track {
    animation-play-state: paused;
}

.cbsm-marquee-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
    flex-shrink: 0;
}

.cbsm-marquee-container .cbsm-winner-card {
    height: 208px;
    width: 396px;
    flex-shrink: 0;
}

@keyframes cbsm-marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ==========================================
   CHAMPIONS SHOWCASE SECTION
   ========================================== */
#cbsm-champions-showcase {
    position: relative;
    padding: 80px 0 60px;
    background: linear-gradient(160deg,
        #fafbff 0%,
        #f4f6ff 35%,
        #fff8ee 70%,
        #fafbff 100%);
    overflow: hidden;
    color: #1b2f72; /* currentColor for SVGs */
}

/* ── Sports FontAwesome Background Icons ── */
.cbsm-sports-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    display: none;
}

.cbsm-bg-icon {
    position: absolute;
    color: #1b2f72;
}

.cbsm-bg-trophy-l {
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    font-size: 280px;
    opacity: 0.04;
}

.cbsm-bg-medal-r {
    right: -30px;
    top: 60%;
    transform: translateY(-50%) rotate(15deg);
    font-size: 240px;
    opacity: 0.04;
}

.cbsm-bg-award-c {
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    font-size: 220px;
    opacity: 0.03;
}

/* Scattered small icons */
.cbsm-bg-star { font-size: 24px; opacity: 0.05; }
.cbsm-bg-star-1 { left: 10%; top: 15%; transform: rotate(10deg); }
.cbsm-bg-star-2 { right: 15%; top: 20%; transform: rotate(-15deg); }
.cbsm-bg-star-3 { left: 45%; bottom: 15%; transform: rotate(5deg); }

.cbsm-bg-ball { font-size: 42px; opacity: 0.04; }
.cbsm-bg-ball-1 { left: 20%; bottom: 20%; transform: rotate(-25deg); }
.cbsm-bg-ball-2 { right: 25%; bottom: 10%; transform: rotate(35deg); }

/* ── Inner Container ── */
.cbsm-showcase-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Section Header ── */
.cbsm-showcase-header {
    text-align: center;
    margin-bottom: 40px;
}

/* ==========================================
   TAB NAVIGATION
   ========================================== */
.cbsm-tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.cbsm-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border-radius: 50px;
    border: 2px solid rgba(27, 47, 114, 0.15);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #3a4a7a;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--msc-font-medium);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    position: relative;
    box-shadow: 0 4px 14px rgba(27, 47, 114, 0.06);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cbsm-tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #c8982a, #f0b941);
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cbsm-tab-btn:hover {
    border-color: rgba(200, 152, 42, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #1b2f72;
    box-shadow: 0 8px 24px rgba(27, 47, 114, 0.12);
    transform: translateY(-2px);
}

.cbsm-tab-btn.active {
    border-color: #c8982a;
    background: linear-gradient(135deg, #1b2f72 0%, #243d96 100%);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(27, 47, 114, 0.25);
    transform: translateY(-3px);
}

.cbsm-tab-btn.active::after {
    transform: translateX(-50%) scaleX(1);
}

.cbsm-tab-icon {
    font-size: 1.1rem;
    line-height: 1;
}

.cbsm-tab-label {
    line-height: 1;
}

.cbsm-tab-count {
    background: rgba(255, 255, 255, 0.25);
    color: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    min-width: 28px;
    text-align: center;
    transition: background 0.3s;
}

.cbsm-tab-btn.active .cbsm-tab-count {
    background: rgba(200, 152, 42, 0.3);
    color: #f0c055;
}

.cbsm-tab-btn:not(.active) .cbsm-tab-count {
    background: rgba(27, 47, 114, 0.08);
    color: #5566aa;
}

/* ==========================================
   TAB PANELS
   ========================================== */
.cbsm-tab-panel {
    display: none;
    animation: cbsm-tab-fade 0.35s ease forwards;
}

.cbsm-tab-panel.active {
    display: block;
}

@keyframes cbsm-tab-fade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   BADGE VARIANTS FOR EACH TAB
   ========================================== */
.cbsm-badge-achievement {
    background: rgba(16, 100, 50, 0.82) !important;
}

.cbsm-badge-achievement .cbsm-badge-icon {
    color: #4ade80 !important;
}

.cbsm-winner-card:hover .cbsm-badge-achievement {
    background: #22c55e !important;
}

.cbsm-badge-newspaper {
    background: rgba(80, 50, 10, 0.82) !important;
}

.cbsm-badge-newspaper .cbsm-badge-icon {
    color: #f5c87a !important;
}

.cbsm-winner-card:hover .cbsm-badge-newspaper {
    background: #d97706 !important;
}

/* ==========================================
   EMPTY TAB STATE
   ========================================== */
.cbsm-empty-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 60px 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    border: 2px dashed rgba(27, 47, 114, 0.15);
    border-radius: 24px;
    margin: 0 auto;
    max-width: 500px;
}

.cbsm-empty-icon {
    font-size: 3.5rem;
    line-height: 1;
    filter: grayscale(0.3);
}

.cbsm-empty-tab h3 {
    color: #1b2f72;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    font-family: var(--msc-font-medium);
}

.cbsm-empty-tab p {
    color: rgba(27, 47, 114, 0.6);
    font-size: 0.95rem;
    margin: 0;
    font-family: var(--msc-font-regular);
}

/* ==========================================
   CTA BUTTON WRAPPER
   ========================================== */
.cbsm-showcase-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* ==========================================
   SHOWCASE RESPONSIVE BREAKPOINTS
   ========================================== */
@media (max-width: 767px) {
    #cbsm-champions-showcase {
        padding: 60px 0 40px;
    }

    .cbsm-tab-btn {
        padding: 10px 18px;
        font-size: 0.82rem;
        gap: 7px;
    }

    .cbsm-tab-icon {
        font-size: 1rem;
    }

    .cbsm-bg-trophy-l,
    .cbsm-bg-laurel-r {
        width: 130px;
        opacity: 0.35;
    }

    .cbsm-bg-stadium {
        width: 320px;
    }

    .cbsm-marquee-container .cbsm-winner-card {
        width: 200px;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .cbsm-tab-nav {
        gap: 8px;
    }

    .cbsm-tab-btn {
        padding: 9px 14px;
        font-size: 0.76rem;
    }

    .cbsm-tab-label {
        display: none; /* Show icon + count only on very small screens */
    }

    .cbsm-tab-icon {
        font-size: 1.2rem;
    }

    .cbsm-marquee-container .cbsm-winner-card {
        width: 200px;
        height: 160px;
    }

    .cbsm-winner-overlay{
        background: linear-gradient(to top, rgb(255 220 126 / 92%) 0%, rgb(255 185 0 / 0%) 60%, transparent 100%);
    }

    .desk-photo-frame{
        height: 250px !important;
    }

    .sp-card{
        min-height: 214px !important;
    }

    .sp-name {
        font-size: 0.8rem !important;
    }

    .sp-glass-panel {
        bottom: 10px !important;
        left: 10px !important;
        right: 10px !important;
    }
}