/*Video Header*/
 body {
            font-family: 'Lato', sans-serif;
        }

        .CurriculumSlps .page__video__banner::before {
            content: "";
            left: -10%;
            top: -250px;
            width: 120%;
            height: 850px;
            transform: rotate(-9deg);
            position: absolute;
            background: #cd3928;
            z-index: 1;
        }

        .page__video__banner {
            position: relative;
            overflow: hidden;
            padding-bottom: 20px;
            padding-top: 60px;
        }

        .page__video__banner .container {
            position: relative;
            z-index: 2;
            padding: 20px;
        }

        .page__video__banner .logo {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #ffffff;
            padding: 10px;
            border-radius: 5px;
            z-index: 3;
        }

        .page__video__banner .logo img {
            max-width: 160px;
            animation: fadeInUp 1s ease-in-out;
        }

        .page__video__banner .pre__title {
            font-weight: 500;
            font-size: 26px;
            line-height: 36px;
            text-align: center;
            color: #ffffff;
            margin-bottom: 20px;
            font-family: 'Aleo', serif;
            animation: fadeInLeft 1s ease-in-out;
        }

        .page__video__banner .main__title {
            text-align: center;
            font-weight: 700;
            font-size: 52px;
            line-height: 64px;
            color: #ffffff;
            margin-bottom: 20px;
            padding: 0px 35px 0px 35px;
            font-family: 'Aleo', serif;
            animation: fadeInLeft 1.5s ease-in-out;
        }

        .page__video__banner .sub__title {
            font-weight: 500;
            font-size: 26px;
            line-height: 36px;
            text-align: center;
            color: #ffffff;
            margin-bottom: 20px;
            font-family: 'Lato', sans-serif;
            animation: fadeInLeft 2s ease-in-out;
        }

        .video__popup__holder {
            position: relative;
            text-align: center;
            animation: fadeInUp 2s ease-in-out;
            max-width: 1240px;
            margin: 0 auto;
        }

        .video__popup__holder video {
            width: 100%;
            border-radius: 22px;
        }

        @media (max-width: 1240px) {
            .video__popup__holder {
                width: 100%;
            }
        }

        @media (max-width: 767px) {
            .page__video__banner .logo {
                top: 10px;
                left: 120px;
                padding: 8px;
            }

            .page__video__banner .logo img {
                max-width: 130px;
            }

            .page__video__banner .container {
                padding: 10px;
            }

            .page__video__banner .pre__title {
                font-size: 14px;
                line-height: 16px;
            }

            .page__video__banner .main__title {
                font-size: 24px;
                line-height: 32px;
            }

            .page__video__banner .sub__title {
                font-size: 15px;
                line-height: 22px;
            }

            .video__popup__holder video {
                border-radius: 10px;
            }

            .CurriculumSlps .page__video__banner::before {
                top: -150px;
                height: 600px;
                left: -50%;
                width: 200%;
                transform: rotate(-7deg);
            }
        }

        /*Video & form*/

{
            font-family: 'Arial', sans-serif;
        }

        .container {
            max-width: 1400px; /* Set container width */
            margin: 0 auto; /* Center the container */
        }

        .trust__wrapper {
            margin-bottom: 15px;
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 10px;
            opacity: 0;
            animation: fadeInLeft 1s forwards;
        }

        .trust__container {
            text-align: center;
            margin-bottom: 20px;
        }

        .trust__container .img {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .trust__container .img img {
            border: 5px solid #14397300;
            width: 100%;
            height: auto;
            border-radius: 33px;
        }

        .trust__container .img .popup-youtube {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .trust_mobile__text {
            margin-top: 15px;
            font-size: 20px;
            color: #143973;
            font-weight: 600;
            font-family:'Aleo', serif;
        }

        .content h5.trust_desktop__text {
            font-size: 18px;
            color: #143973;
            margin-bottom: 15px;
        }

        .content p {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

        .content span {
            font-size: 14px;
            color: #888;
            font-style: italic;
        }

        /* Popup Video Styles */
        .video-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .video-popup .video-popup-content {
            position: relative;
            width: 90%;
            max-width: 1400px; /* Same max width as container */
            background-color: #f9f9f9; /* Same as container background */
            padding: 20px;
            border-radius: 10px;
            animation: fadeInRight 1s forwards;
        }

        .video-popup-content iframe {
            width: 100%;
            height: 600px; /* Increased height */
        }

        .video-popup .close-popup {
            position: absolute;
            top: -20px;
            right: -20px;
            background-color: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            cursor: pointer;
        }

        @media (max-width: 767px) {
            .video-popup-content iframe {
                height: 300px;
            }
        }


        .inquiry-form {
            background-color: #f0f0f0;
            /*padding: 20px;*/
            border-radius: 10px;
            opacity: 0;
            animation: fadeInRight 1s forwards;
        }

        .inquiry-form h4 {
            color: #143973;
            margin-bottom: 15px;
        }

        .inquiry-form input, .inquiry-form textarea, .inquiry-form select {
            width: 100%;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .inquiry-form button {
            background-color: #143973;
            color: #fff;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
        }

        .inquiry-form button:hover {
            background-color: #0c2a6a;
        }

    
        @media (min-width: 768px) {
            .desktop-order {
                display: flex;
                flex-direction: row;
            }

            .desktop-order .order-form {
                order: 2;
                flex: 1;
                margin-left: 20px; /* Add space between form and video */
            }

            .desktop-order .order-video {
                order: 1;
                flex: 2;
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }


        /*teaching metholodgy*/

            @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .content-container {
            background-color: #cd3928;
            color: white;
            padding: 20px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            margin: 0 auto;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Added shadow */
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            animation: slideInRight 1s ease-in-out;
            width: 100%;
        }

        .image-wrapper {
            flex-shrink: 0;
            margin-right: 20px;
            animation: slideInLeft 1s ease-in-out;
        }

        .image-wrapper img {
            border-radius: 10px;
            width: 350px; /* Set image width */
            height: 200px; /* Set image height */
            object-fit: cover;
        }

        .text-wrapper {
            max-width: 700px;
        }

        .text-wrapper p {
            font-size: 1.1rem;
            line-height: 1.5;
            margin-bottom: 15px;
            font-family: 'Lato', sans-serif;
        }

        .text-wrapper h4 {
            font-size: 1.3rem;
            font-weight: bold;
            font-family: 'Aleo', serif;
        }

        /* Styling for desktop version */
        @media (min-width: 769px) {
            .content-container {
                max-width: 1100px; /* Set container width to 1100px */
                margin-top: 30px;   /* Add margin on top */
                margin-bottom: 30px; /* Add margin on bottom */
            }
        }

        /* Responsive styling for phones */
        @media (max-width: 768px) {
            .content-container {
                padding: 15px;
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 15px;
            }

            .content-wrapper {
                flex-direction: column;
                align-items: center; /* Center the image on smaller screens */
            }

            .image-wrapper {
                margin-right: 0;
                margin-bottom: 15px;
                animation: slideInLeft 1s ease-in-out;
            }

            .image-wrapper img {
                width: 250px; /* Keep the image width same on phones */
                height: 200px; /* Keep the image height same on phones */
            }

            .text-wrapper {
                max-width: 100%;
                text-align: center; /* Center align the text */
            }

            .text-wrapper p {
                font-size: 1rem;
            }

            .text-wrapper h4 {
                font-size: 1.2rem;
            }
        }

        /*facility*/

        {
            font-family: EB Garamond, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .facility_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
            animation: fadeInUp 2s ease-in-out;
        }

        .facility_grid {
            width: 100%;
          /*  padding: 5rem 0;*/
            background-color: #fff;
        }

        .facility_grid ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 3rem;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .facility_grid ul li {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .facility_grid ul li::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 50%;
            left: 0;
            bottom: 0;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 25%, rgba(245, 240, 227, 0) 100%);
            z-index: 1;
        }

        .facility_grid ul li figure {
            margin: 0;
            position: relative;
        }

        .facility_grid ul li img {
            width: 100%;
            display: block;
        }

        .facility_grid ul li h3 {
            position: absolute;
            width: 100%;
            text-align: center;
            font-size: 1.5rem;
            color: #fff;
            bottom: 1rem;
            z-index: 2;
            margin: 0;
            padding: 0;
            font-family: 'Aleo', serif;
        }

        .facility_overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            width: 100%;
            height: 0;
            transition: 0.5s ease;
            z-index: 2;
        }

        .facility_grid ul li:hover .facility_overlay {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .facility_overlay_content {
            padding: 1rem;
            text-align: center;
            color: #fff;
            max-width: 80%;
            margin: 0 auto;
        }

        .facility_overlay_content h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            margin-top: 0;
            font-family: 'Aleo', serif;
        }

        .facility_overlay_content p {
            font-size: 1rem;
            line-height: 1.4;
            margin: 0;
            font-family: 'Lato', sans-serif;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .facility_grid ul {
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 2rem;
            }
        }

        @media (max-width: 768px) {
            .facility_grid ul {
                display: none;
            }

            .mobile_carousel {
                display: block !important;
                width: 100%; /* Ensure the carousel takes full width */
            }
        }

        .facility_heading {
            text-align: center;
            font-family: 'Aleo', serif;
/*            padding: 1rem 0;*/
            font-size: 32px;
            font-weight: 600;

        }

        .phone_heading {
            font-family: 'Aleo', serif;
            font-size: 24px;
            padding-left: 20px;

        }

        /* Hide carousel on larger screens */
        @media (min-width: 769px) {
            .mobile_carousel {
                display: none;
            }
        }

        /*KRMWS Glance*/

                       .krmws_teaching-section {
            position: relative;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 0px 0 260px;
            margin-top: 40px;
        }

        .krmws_teaching-section .container {
            position: relative;
            z-index: 4;
        }

        .krmws_teaching-section .text {
            color: #fff;
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
            font-family: "Aleo", serif;
        }

        .krmws_teaching-icons {
            display: flex;
            padding: 20px 0;
            width: 100%;
            justify-content: center;
        }

        .krmws_teaching-icons .krmws_teaching-icon {
            width: 22%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .krmws_teaching-icon--yellow,
        .krmws_teaching-icon--blue,
        .krmws_teaching-icon--green,
        .krmws_teaching-icon--orange {
            position: relative;
        }

        .krmws_teaching-icon--yellow .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--yellow .krmws_teaching-icons__wrap span,
        .krmws_teaching-icon--yellow .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--yellow .krmws_teaching-icons__wrap span {
            color: #ffe81f;
        }

        .krmws_teaching-icon--blue .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--blue .krmws_teaching-icons__wrap span,
        .krmws_teaching-icon--blue .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--blue .krmws_teaching-icons__wrap span {
            color: #ffe81f;
        }

        .krmws_teaching-icon--green .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--green .krmws_teaching-icons__wrap span,
        .krmws_teaching-icon--green .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--green .krmws_teaching-icons__wrap span {
            color: #ffe81f;
        }

        .krmws_teaching-icon--orange .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--orange .krmws_teaching-icons__wrap span,
        .krmws_teaching-icon--orange .krmws_teaching-icons__wrap h4,
        .krmws_teaching-icon--orange .krmws_teaching-icons__wrap span {
            color: #ffe81f;
        }

        .krmws_teaching-icon--yellow::before,
        .krmws_teaching-icon--blue::before,
        .krmws_teaching-icon--green::before,
        .krmws_teaching-icon--orange::before {
            height: 60px;
            width: 5px;
            content: '';
            left: 96%;
            position: absolute;
            top: 35%;
            transform: translateY(-50%);
            border-right: 1px solid;
        }

        .krmws_teaching-icon--yellow::before {
            border-color: #EFD702;
        }

        .krmws_teaching-icon--blue::before {
            border-color: #92BDFF;
        }

        .krmws_teaching-icon--green::before {
            border-color: #73FF89;
        }

        .krmws_teaching-icon--orange::before {
            border-color: #ff6c00;
        }

        .krmws_teaching-number__sum {
            margin-top: -10px;
        }

        .krmws_teaching-value,
        .krmws_teaching-icons__wrap {
            display: flex;
            align-items: center;
        }

        .krmws_teaching-section span,
        .krmws_teaching-section p {
            font-weight: 700;
            font-size: 20px;
            line-height: 28px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
        }

        .krmws_teaching-icon .krmws_teaching-count {
            font-size: 40px;
            color: #ffffff;
            font-family: 'Aleo', serif;
        }

        .krmws_teaching-list_wrap p {
            font-family: 'Aleo', sans-serif;
            font-size: 20px !important;
            line-height: 28px !important;

        }

        .krmws_teaching-heading h4 {
            font-size: 24px;
            line-height: 32px;
            font-weight: 600;
      /*      margin-bottom: 29px;*/
        }

        .krmws_teaching-heading h3 {
            font-weight: 700;
            font-size: 36px;
            line-height: 46px;
            text-align: center;
            color: #FFFFFF;
            margin-top: 29px;
            font-family: 'Aleo', serif;
        }



        .krmws_teaching-heading {
            margin-bottom: 30px;
            margin-top: 40px;
        }

        .krmws_teaching-heading p {
            font-weight: 400;
            font-size: 22px;
            line-height: 40px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
        }

        .krmws_teaching-description {
            margin-top: 62px;
        }

        .krmws_teaching-img-list img {
            padding-top: 8px;
            padding-right: 16px;
        }

        .krmws_teaching-img-list {
            width: 45%;
            margin-bottom: 37px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
        }

        .krmws_teaching-list_wrap {
            margin-top: 47px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .krmws_teaching-text {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 34px;
            color: #FFFFFF;
            display: inline-block;
            margin-top: 50px;
            font-family: 'Aleo', sans-serif;
        }

        /* Media Query for Phones */
        @media (max-width: 576px) {
            .krmws_teaching-icons {
                flex-wrap: wrap;
                gap: 10px;

            }



            .krmws_teaching-icon .krmws_teaching-count {
                font-size: 24px;
                color: #ffffff;
                font-family: 'Aleo', serif;
            }

            .krmws_teaching-icons .krmws_teaching-icon {
                width: 48%; /* Adjust width for 2x2 grid on mobile */
            }
        }
        /* krmws benefits */

 .krmws-benefits {
            margin-bottom: -260px;
        }

        .krmws-benefits .container {
            position: relative;
            z-index: 2;
        }

        .krmws-benefits__content {
            padding: 60px 0 50px;
        }

        .krmws-benefits__content .heading {
            margin-bottom: 40px;
        }

        .krmws-benefits__wrap {
            background: #FFFFFF;
            box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.21);
            padding: 56px 50px;
            border-radius: 20px;
            margin-top: -230px;
        }

        #krmws-benefits__assessment {
            margin-top: -350px;
        }

        #krmws-benefits__parent {
            color: #fff;
            margin-top: 45px;
            position: relative;
            z-index: 2;
        }

        #krmws-benefits__parent .krmws-benefits__wrap {
            padding: 68px 0px 0px 68px;
            background-color: #181818;
            box-shadow: none;
        }

        .krmws-benefits__button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #ff9900;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
        }

        .krmws-benefits__mobile-video {
            display: none;
        }

        @media (max-width: 768px) {
            .krmws-benefits__wrap {
                padding: 40px 20px;
            }

            .krmws-benefits__content {
                text-align: center;
            }

            /* Targeting the heading specifically for mobile */
            .krmws-benefits h4,
            #krmws-benefits__parent h4 {
                font-size: 24px !important;
                font-weight: 600 !important;
                line-height: 34px !important;
            }

            h3.text-center.aos-init {
                font-size: 25px;
                font-weight: 700;
                line-height: 34px;
            }

            .krmws-benefits__content .krmws-benefits__points li::before {
                left: 10px;
            }

            .krmws-benefits__mobile-video {
                display: block;
            }

            .col-lg-5 img:first-child {
                display: none;
            }
        }

        /* New Styles from Provided CSS */

        .krmws-benefits h4,
        #krmws-benefits__parent h4 {
            font-style: normal;
            font-weight: 700;
            font-size: 32px;
            line-height: 40px;
            padding-bottom: 23px;
            font-family: 'Aleo', serif;
        }

        .krmws-benefits p,
        .krmws-benefits ul li {
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
            color: #1A1A1A;
            font-family: 'Lato', sans-serif;
        }

        .krmws-benefits ul {
            margin-top: 19px;
            padding-left: 3rem;
            font-family: 'Lato', sans-serif;
        }

        .krmws-benefits li,
        #krmws-benefits__parent li {
            margin-bottom: 16px;
            position: relative;
            list-style: none;
            font-family: 'Lato', sans-serif;
        }

        #krmws-benefits__parent li::before {
            background-image: url("https://krmwsfaridabad.com/applynow1/img/icons8-checkmark.svg") !important;
        }

        .krmws-benefits li::before,
        #krmws-benefits__parent li::before {
            content: "";
            width: 36px;
            height: 36px;
            padding-right: 12px;
            background-image: url("https://krmwsfaridabad.com/applynow1/img/icons8-checkmark.svg");
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            left: -42px;
            top: 30%;
            transform: translateY(-50%);
        }

        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Applying the animation to the image */
        .fade-in-up {
            animation: fadeInUp 1s ease-in-out;
            width: 100%;
            height: auto;
            max-width: 100%;
            padding-top: 270px;
        }

        /* Ensuring the image is responsive */
        img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        /*KRMWS ICT*/

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }

        .ict-container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .ict-section {
            background-color: #fcfbfb;
        }

        .ict-heading {
            text-align: center;
            margin-bottom: 20px;
        }

        .ict-heading h1 {
            font-size: 32px;
            font-weight: 700;
            margin: 0;
            color: #000;
            font-family: 'Aleo', serif;
            padding-bottom: 25px;
        }

        .ict-heading p {
            font-size: 18px;
            line-height: 26px;
            color: #666;
            margin: 10px 0 30px;
        }

        .ict-text-desktop, .ict-text-mobile {
            text-align: center;
            margin-bottom: 40px;
        }

        .ict-text-mobile {
            display: none;
        }

        .ict-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
        }

        .ict-col-left {
            width: 45%;
            box-sizing: border-box;
            animation: fadeInLeft 1s ease-in-out;
        }

        .ict-col-right {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            animation: fadeInRight 1s ease-in-out;
        }

        .ict-tooltip {
            display: flex;
            align-items: center;
            background: #cd3928;
            box-shadow: 0px 4px 80px 3px rgba(0, 0, 0, 0.07);
            border-radius: 8px;
            padding: 22px 30px 30px;
            position: relative;
            transition: all 0.3s;
            margin-bottom: 20px;
            color: #fff;
        }

        .ict-tooltip img {
            width: 50px;
            height: 50px;
            padding-right: 10px;
        }

        .ict-tooltip-text h5 {
            font-weight: 700;
            font-size: 23px;
            line-height: 28px;
            color: #fff;
            font-family: 'Aleo', serif;
            margin: 0;
        }

        .ict-tooltip-text p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            margin: 10px 0 0;
            font-family: 'Lato', sans-serif;
        }

        .ict-tooltip:hover {
            background-color: #fff;
            color: #000B2B;
        }

        .ict-tooltip:hover h5,
        .ict-tooltip:hover p {
            color: #000B2B;
        }

        .ict-img-container img {
            width: 100%;
            border-radius: 8px;
            display: block;
            max-width: 100%;
            height: auto;
        }

        @media (max-width: 992px) {
            .ict-col-left, .ict-col-right {
                width: 100%;
            }

            .ict-text-desktop {
                display: none;
            }

            .ict-text-mobile {
                display: block;
            }

            .ict-img-container img {
                width: 100%;
            }
        }

        @media (max-width: 576px) {
            .ict-heading h1 {
                font-size: 25px;
                font-weight: 700;
                line-height: 30px;
                color: #000;
                font-family: 'Aleo', serif;
                padding-bottom: 25px;
                text-align: center;
            }

            .ict-tooltip {
                flex-direction: row;
                align-items: flex-start;
            }

            .ict-tooltip img {
                margin-bottom: 0;
                padding-right: 15px;
            }

            .ict-tooltip-text {
                flex: 1;
            }
        }

        /*testimonial*/

        {
            font-family: 'Aleo', serif;
            background-color: #f7faff;
            padding: 40px 20px;
        }

          .heading {
             text-align: center;
             font-size: 32px;
             font-weight: 600;
             margin-bottom: 40px;
             color: #333;
             font-family: 'Aleo', serif;
             margin-top: 20px;
            }

        .testimonial-carousel {
            position: relative;
            max-width: 1200px;
            margin: auto;
            overflow: hidden;
            border-radius: 15px;
            background-color: #fafafa;
        }

        .carousel-container {
            display: flex;
            transition: transform 0.6s ease-in-out;
        }

        .carousel-slide {
            min-width: 33.33%; /* 3 slides visible at a time on desktop */
            box-sizing: border-box;
            padding: 20px;
        }

        .testimonial-card,
        .testimonial-video {
            background-color: #fefefe;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 350px; /* Set a fixed height for both video and testimonial cards */
        }

        .testimonial-card p {
            font-size: 16px;
            color: #555;
            margin-bottom: 15px;
            line-height: 1.6;
            font-family: 'Aleo', serif;
        }

        .testimonial-card .quote {
            font-size: 40px;
            color: #007bff;
            line-height: 0.5;
            margin-bottom: 10px;
        }

        .testimonial-card .author {
            font-weight: 600;
            color: #333;
        }

        .testimonial-card .position {
            font-size: 14px;
            color: #999;
        }

        .testimonial-video {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .testimonial-video video {
            width: 100%;
            height: 100%; /* Ensure the video fills the card height */
            border-radius: 10px;
        }

        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            padding: 10px;
            color: white;
            font-weight: bold;
            font-size: 24px;
            background-color: #007bff;
            border-radius: 50%;
            user-select: none;
            z-index: 1;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .next {
            right: 20px;
        }

        .prev {
            left: 20px;
        }

        .prev:hover, .next:hover {
            background-color: #0056b3;
        }

        @media (max-width: 768px) {
            .carousel-slide {
                min-width: 100%; /* Show 1 slide at a time on mobile */
            }
        }
                /* Hide Slide 5 and Slide 6 */
        .carousel-slide:nth-child(5),
        .carousel-slide:nth-child(6) {
            display: none;
        }

/*Static Testimonial*/
        @keyframes fadeInUpAlt {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonial-container-alt {
            font-family: 'Aleo', serif;
           /* background-color: #f0f4f8;*/
            color: #333;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 20px 0px;
        }

        h2.testimonial-title-alt {
            margin-bottom: 40px;
            font-size: 36px;
            color: #2c3e50;
            font-weight: 700;
            text-transform: capitalize;
            letter-spacing: 2px;
        }

        .testimonial-content-alt {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            max-width: 1200px;
        }

        .testimonial-card-alt {
            background-color: #ffffff;
            color: #333;
            padding: 40px;
            border-radius: 12px;
            width: 100%;
            max-width: 350px;
            position: relative;
            text-align: left;
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: fadeInUpAlt 1s ease-in-out;
            box-sizing: border-box;
        }

        .testimonial-card-alt:hover {
            transform: translateY(-10px);
            box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
        }

        .testimonial-photo-alt {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
            border: 4px solid #2c3e50;
        }

        .testimonial-quote-icon-alt {
            font-size: 30px;
            color: #ff5e00;
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .testimonial-text-alt {
            font-size: 16px;
            margin-bottom: 20px;
            line-height: 1.6;
            font-family: 'Lato', sans-serif;
            color: #555;
            font-weight: 400;
        }

        .testimonial-author-alt {
            font-size: 1.1em;
            margin: 0;
            font-family: 'Aleo', serif;
            color: #2c3e50;
            font-weight: bold;
        }

        .testimonial-role-alt {
            font-size: 0.9em;
            color: #888;
            font-style: italic;
        }

        /* Media query for smaller screens */
        @media (max-width: 768px) {
            .testimonial-content-alt {
                flex-direction: column;
                align-items: center;
            }

            .testimonial-card-alt {
                width: 100%;
                margin-bottom: 20px;
            }
        }

        @media (min-width: 769px) {
            .testimonial-content-alt {
                justify-content: space-between;
            }
        }
        /*activity*/
    .activity-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        animation: fadeInUp 1s ease-out forwards;
        padding-top: 40px;
}
        .activity-card {
            position: relative;
            width: 30%;
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .activity-card img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }
        .activity-title {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: rgb(255 255 255);
            color: #000;
            padding: 10px;
            border-radius: 5px;
            font-family: 'Aleo', serif;
            font-weight: 600;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .activity-card {
                width: 48%;
            }
        }
        @media (max-width: 480px) {
            .activity-container {
                justify-content: space-between;
            }
            .activity-card {
                width: 48%; /* Adjust width for 2 cards per row */
                margin-bottom: 15px;
            }
            .activity-title {
                font-size: 12px;
                font-weight: 600;
                padding: 6px;
            }
        }

         /* Footer */
        .site-footer {
            background: linear-gradient(to right, #333333, #1a1a1a);
            color: #fff;
            padding: 20px;
            font-family: Arial, sans-serif;
        }

        .footer-top {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: space-around;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-info,
        .footer-social,
        .footer-map {
            flex: 1 1 250px;
            text-align: center;
            margin-bottom: 30px;
        }

        .footer-info h3,
        .footer-social h3,
        .footer-map h3 {
            color: #f39c12;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .footer-info p {
            color: #ccc;
            line-height: 1.8;
            font-size: 16px;
        }

        .social-icons {
            list-style: none;
            padding: 0;
        }

        .social-icons li {
            display: inline-block;
            margin-right: 10px;
        }

        .social-icons li a {
            display: block;
            color: #fff;
            font-size: 24px;
            transition: color 0.3s ease;
        }

        .social-icons li a:hover {
            color: #f39c12;
        }

        .map-responsive {
            overflow: hidden;
            padding-top: 56.25%;
            position: relative;
        }

        .map-responsive iframe {
            border: 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .footer-bottom {
            background-color: #444;
            text-align: center;
            padding: 20px 0;
        }

        .footer-bottom p {
            color: #ccc;
            font-size: 14px;
            margin: 10px 0 0;
        }

        .footer-menu {
            margin-top: 10px;
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .footer-menu li {
            display: inline;
        }

        .footer-menu li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 10px 20px;
            border-radius: 50px;
            background: linear-gradient(to right, #f39c12, #e67e22);
            color: #1a1a1a;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
            transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
        }

        .footer-menu li a:hover {
            background: linear-gradient(to right, #e67e22, #f39c12);
            color: #fff;
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
        }

        /* Responsive design */
        @media (max-width: 480px) {
            .footer-info h3,
            .footer-social h3,
            .footer-map h3 {
                font-size: 16px;
            }

            .footer-info p {
                font-size: 14px;
            }

            .footer-menu {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                /*gap: 10px;*/
            }

            .footer-menu li a {
                padding: 10px;
                font-size: 13px;
                width: 100%;
                text-align: center;
            }
        }


/*footer banner*/

{
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Banner container */
.banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Banner image */
.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-image {
        /* You can add specific styles for tablet sizes if needed */
    }
}

@media (max-width: 480px) {
    .banner-image {
        /* You can add specific styles for mobile sizes if needed */
    }
}



/* Internship container */
{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .internship-banner {
            position: relative;
            width: 100%;
            height: auto;
            max-height: 60vh;
            overflow: hidden;
            margin-bottom: -40px;
            margin-top: 20px
        }

        .internship-banner img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .banner-text {
            position: absolute;
            bottom: 10%;
            left: 5%;
            width: 90%;
            color: white;
            font-size: 2vw;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }


        @media (max-width: 768px) {
            .banner-text {
                font-size: 4vw;
                bottom: 15%;
            }
        }



        @media (max-width: 480px) {
            .banner-text {
                font-size: 5vw;
                bottom: 20%;
            }
        }
