:root {
            --spacing-card: 15%;
        }

        /* html {
    overflow-x: hidden !important;
    overflow-y: visible!important;
} */
        .ylw-bg {
            background-color: #ecb250 !important;
        }

        body {
            overflow: auto !important;
        }

        .blu-bg {
            background-color: #134168 !important;
        }

        .light-blu-bg {
            background-color: #5aadde !important;
        }

        .w-40 {
            width: 40% !important;
        }

        .w-80 {
            width: 80% !important;
        }

        .heigh33 {
            margin-top: 0 !important;
            height: 88vh !important;
        }

        @keyframes slideUp {
            0% {
                transform: translateY(30px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .right-border {
            position: relative;
            padding: 0px;
            margin-left: 23px;
        }

        .right-border::after {
            content: '';
            position: absolute;
            height: 0;
            width: 1px;
            border: 3px solid #ECB24F;
            border-radius: 40px 0 0 0;
            border-right: none;
            border-bottom: none;
            top: -5.2%;
            left: -2%;
            pointer-events: none;
            transition: none;
        }

        /* Animate when class is added */
        .right-border.animate-border::after {
            animation: localDrawLine 3s linear forwards;
        }

        .card-wc {
            border-radius: 20px;
        }

        .animated-line .img-section:before {
            content: '';
            height: 15px;
            width: 100%;
            background-color: #ecb250;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 0 0 20px 20px;
        }




        .for-student {
            margin-top: 5% !important;
            margin-bottom: 10% !important;
        }

        .cur-sec .img-section {
            height: 400px;
        }


        .cur-sec .img-section img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        @media (max-width: 576px) {
            .for-student {
                margin-top: 10% !important;
                margin-bottom: 30% !important;
            }
        }


        @keyframes localDrawLine {
            0% {
                width: 1px;
                height: 0;
            }

            50% {
                width: 1px;
                height: 100%;
            }

            100% {
                width: 102%;
                height: 106%;
            }
        }

        @media only screen and (min-width: 481px) and (max-width: 768px) {
            .cur-sec:after {
                left: 0vh !important;
            }
        }

        @media only screen and (max-width: 768px) {
            .mascot .img2 {
                margin: 0px !important;
                height: 50% !important;
                margin-top: 20px !important;
            }

        }

        @media screen and (max-width: 480px) {
            .mascot-page .cur-sec img {
                width: 100% !important;
            }
        }


        .circular-section {
            overflow: unset;
        }

        .circular-inner-title {
            font-size: 1.5rem !important;
            display: flex;
            justify-content: center;

            /* --- ADD THESE THREE LINES --- */
            position: relative;
            z-index: 10;
            /* background-color: #ffffff; */
            /* Matches your white background so cards hide completely behind it */
        }

        /* main{
            overflow-x: hidden;
        } */
        .space-title {
            overflow-x: hidden;
        }
