 /* Base styles with font definitions */
        body {
            font-family: 'Mulish', sans-serif;
            /* Default paragraph font */
            background-color: #fff;
            /* Light grey background */
            color: #4E4E4E;
            /* Secondary color for general text */
        }
        @media screen and (min-width: 1400px) {
    .about .container {
                max-width: 1320px!important;
            }
        }
        /* trial */
        .text-prm {
            color: #CF2027;
        }

        .text-sec {
            color: #4E4E4E;
        }

        .text-ter {
            color: #783B88;
        }

        .bg-prm {
            background: #CF2027;
        }

        .bg-sec {
            background: #4E4E4E;
        }

        .bg-ter {
            background: #783B88;
        }
        .bg-redswhite{
            background: #FFF5F5;
        }
        .font-mulish {
            font-family: 'Mulish', sans-serif;
        }

        .font-lato {
            font-family: 'Lato', sans-serif;
        }

        h1 {
            font-family: 'Times New Roman', serif;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: normal;
            /* Normal line height for all headings */
        }

        /* Heading: H1 */
        .about-overview-hero-content h1,
        .about-overview-placements-section .placements-heading h1 {
            font-family: 'Times New Roman', serif;
            font-size: clamp(28px, 5vw, 58px);
            /* Adjusted for H1 as per image */
            font-weight: 400;
            /* Regular */
            color: #CF2027;
            /* Primary red */
        }

        .about-overview-welcome-section h1 {
            color: #CF2027;
            /* Primary red */
            font-weight: 700;
            font-size: 43px;
        }

        /* Sub-Heading: 28px Mulish Semi-Bold */
        .about-overview-gallery-section h2,
        .about-overview-welcome-section h2,
        .about-overview-why-nims-section h2,
        .about-overview-global-leader-section h2,
        .about-overview-amazing-things-section h2 {
            /* Added for new section */
            font-family: 'Mulish', sans-serif;
            font-size: 28px;
            font-weight: 700;
            /* Semi-Bold */
            color: #CF2027;
            /* Primary red */
        }

        .about-overview-never-ordinary-content-box h3 {
            /* Using h3 for this sub-heading */
            font-family: 'Mulish', sans-serif;
            font-size: 28px;
            /* Adjusted to match 28px */
            font-weight: 600;
            /* Semi-Bold */
            color: #FFFFFF;
            /* Primary white */
            line-height: normal;
        }

        /* Paragraph: 18px Mulish Regular */
        .about-overview-hero-content p,
        .about-overview-welcome-info-item li,
        .about-overview-why-nims-section .col-lg-5 p,
        .about-overview-never-ordinary-content-box p,
        .about-overview-global-leader-section p,
        .about-overview-placements-section .placements-content p,
        .about-overview-amazing-things-section .amazing-things-content p {
            /* Added for new section */
            font-family: 'Mulish', sans-serif;
            font-size: 18px;
            font-weight: 400;
            /* Regular */
            color: #000000;
            /* Secondary dark grey */
            line-height: normal;
            /* Normal line height */
        }

        /* Override for never-ordinary-content-box p, which is on black background */
        .about-overview-never-ordinary-content-box p {
            color: #bbb;
            /* Lighter grey for contrast on black */
        }

        /* Sub-Paragraph: 14-16px Montserrat Regular */
        .about-overview-live-learn-create-caption,
        .about-overview-welcome-feature-item p,
        .about-overview-bottom-icon-item p,
        .about-overview-why-nims-card h4,
        .about-overview-why-nims-card p,
        .placement-card h5,
        .amazing-things-video-card .card-title {
            /* Added for new section */
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            /* Can be 14-16, chose 16px for better readability */
            font-weight: 400;
            /* Regular */
            line-height: normal;
            margin: 0;
        }

        /* Specific overrides for sub-paragraph elements */
        .about-overview-bottom-icon-item p {
            font-size: 0.9rem;
            /* Slightly smaller for these captions */
        }

        /* Video Title in "Why NIMS" section */
        .about-overview-why-nims-video-title {
            font-family: 'Mulish', sans-serif;
            font-size: 24px;
            /* Slightly smaller than sub-heading, semi-bold */
            font-weight: 600;
            color: #FFFFFF;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 10px 15px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
            z-index: 2;
        }


        /* Global colors */
        .text-primary-red {
            color: #CF2027;
        }

        .bg-primary-red {
            background-color: #CF2027;
        }

        .text-primary-black {
            color: #000000;
        }

        .bg-primary-black {
            background-color: #000000;
        }

        .text-primary-white {
            color: #FFFFFF;
        }

        .bg-primary-white {
            background-color: #FFFFFF;
        }

        .text-secondary-dark-grey {
            color: #4E4E4E;
        }

        .bg-secondary-dark-grey {
            background-color: #4E4E4E;
        }

        .text-tertiary-purple {
            color: #783B88;
        }

        .bg-tertiary-purple {
            background-color: #783B88;
        }

        .about-btn-video {
            border: 1px solid #FFFFFF;
            background-color: #323232;
            border-radius: 50%;
            width: 55px;
            height: 55px;
            padding: 15px;
            color: #fff;

            position: absolute !important;
            left: 25px;
            bottom: 15px;

        }

        .about-overview-amazing-image {
            min-height: 252px;
        }

        .about-btn-video i {
            font-size: large;
        }

        /* Existing Section Styles (with prefixed classes) */
        .about-overview-hero-section {
            position: relative;
            background-color: #F1F1F1;
            padding: 100px 0;
            overflow: hidden;
            min-height: 500px;
        }

        .about-overview-hero-section::before {
            content: "";
            position: absolute;
            right: 35px;
            top: 0;
            bottom: 0;
            width: 100%;
            background: url(../../images/about/overview/Anshul\ Sharma\ 2_enhanced.webp) right center no-repeat;
            background-size: contain;
            filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.4));

        }



        .about-overview-hero-content {
            z-index: 2;
            position: relative;
            padding-right: 20px;
            padding-bottom: 110px;
        }

        .about-overview-person-image-absolute {
            object-fit: cover;
            z-index: 1;
            opacity: 0.9;
            min-width: 300px;
        }

        /* LIVE, LEARN, CREATE section styles */
        .about-overview-live-learn-create-wrapper {
            background-color: #CF2027;
            /* Primary red */
            position: relative;
            max-height: 295px;

        }

        .about-overview-live-learn-create-wrapper>div {
            position: relative;
            top: -200px;
        }

        .about-overview-live-learn-create-text {
            font-size: 6rem;
            text-transform: uppercase;
            color: #000;
            position: relative;
            top: 60px;
            font-family: 'Mulish', sans-serif;
            font-weight: 200;
        }

        .about-overview-live-learn-create-box {
            position: relative;
            text-align: left;
        }

        .about-overview-live-learn-create-box img {
            width: 100%;
            object-fit: cover;
            display: block;
            margin-bottom: -5px;
        }

        .about-overview-live-learn-create-caption {
            color: #000000;
            /* Primary black */
            padding: 10px 0;
            font-weight: 400;
            /* Semi-Bold for emphasis */
            border-top: 5px solid #CF2027;
            /* Primary red */
            font-family: 'Mulish', sans-serif;
        }

        /* Welcome to NIMS Section Styles */
        .about-overview-welcome-section {
            padding: 50px 0;
            background-color: #fff;
        }

        .about-overview-welcome-feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            justify-content: flex-start;
            gap: 20px;
        }




        .about-overview-video-container iframe,
        .about-overview-video-container img.about-overview-video-thumbnail {
            width: 100%;
            border-radius: 10px;
        }

        .about-overview-video-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: #AAAAAAD6;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 3;
        }

        .about-overview-video-play-button i {
            color: #fff;
            /* Primary red */
            font-size: 2rem;
        }

        .about-overview-welcome-info-item {
            margin-bottom: 20px;
            color: #4E4E4E;
            /* Secondary dark grey */
            line-height: 1.6;
        }

        .about-overview-welcome-info-item strong {
            color: #CF2027;
            /* Primary red */
        }


        .about-overview-bottom-icon-item {
            text-align: center;
            margin-bottom: 20px;
        }



        .about-overview-bottom-icon-item .about-overview-icon-circle i {
            color: #CF2027;
            /* Primary red */
            font-size: 2rem;
        }

        .about-overview-bottom-icon-item p {
            color: #666;
            /* Slightly lighter than secondary dark grey */
            font-weight: 500;
            /* Matches semi-bold from typography for cards */
        }

        /* Never Ordinary Section Styles */
        .about-overview-never-ordinary-section {
            background-color: #CF2027;
            /* Primary red */
            padding-top: 80px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            min-height: 500px;
        }

        .about-overview-never-ordinary-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            /* Adjust gradient for more accurate match */
                background: url('../../images/about/overview/aboutbg2.webp') no-repeat bottom center;
                background-size: cover;
            /* Tertiary purple to transparent primary red */
            z-index: 0;
            pointer-events: none;
        }

        .about-overview-never-ordinary-content-box {
            background-color: #000000;
            color: #FFFFFF;
            padding: clamp(20px, 5vw, 50px);
            margin-left: auto;
            margin-right: 0;
            width: clamp(300px, 90%, 800px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            z-index: 2;
            position: relative;
            /* Removed transform for better responsiveness */
        }


        .about-overview-never-ordinary-content-box h4 {
            font-size: 1.8rem;
            /* Should align with 28px sub-heading style */
            font-weight: 400;
            /* Regular for "Since 2000" */
            color: #bbb;
            /* Lighter for contrast on black */
        }

        .about-overview-never-ordinary-content-box p {
            border-left: 3px solid #fff;
            /* Primary red */
            padding-left: 15px;
            width: 80%
        }

        .about-overview-never-ordinary-image-col {
            position: relative;
            z-index: 1;
        }

        .about-overview-never-ordinary-image-col img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            transform: translateX(-10%);
        }

        /* Best Indian Private University in Europe Section */
        .about-overview-gallery-section {
            padding: 60px 0;
            background-color: #f8f8f8;
            text-align: center;
        }

        .about-overview-gallery-image {
            width: 100%;
            object-fit: cover;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out;
        }

        .about-overview-gallery-image:hover {
            transform: scale(1.03);
        }

        /* Why NIMS should be your first choice section styles */
        .about-overview-why-nims-section {
            padding: 100px 0;
            background-color: #CF2027;
            /* Red background for the whole section */
            position: relative;
        }

        .about-overview-why-nims-section .container {
            position: relative;
            z-index: 1;
        }

        .about-overview-why-nims-text-col {
            color: #FFFFFF;
            padding-right: 30px;
        }

        .about-overview-why-nims-text-col h2 {
            color: #FFFFFF;
        }

        .about-overview-why-nims-text-col p {
            color: #FFFFFF;
            line-height: 1.6;
            margin-top: 20px;
        }

        .about-overview-why-nims-video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            background-color: #000000;
            top: -160px;
        }

        .about-overview-why-nims-video-wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about-overview-why-nims-video-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 3;
        }

        .about-overview-why-nims-video-play-button i {
            color: #CF2027;
            font-size: 3rem;
            margin-left: 5px;
        }

        .about-overview-why-nims-cards-row {
            transform: translateY(30px);
            position: relative;
            z-index: 2;
            top: -110px;
        }

        .about-overview-why-nims-item {
            max-width: 20%;
            min-width: 20%;
        }

        .about-overview-why-nims-card {
            background-color: #FFFFFF;
            padding: 25px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            margin-bottom: 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .about-overview-card1 {
            background: #FFD1D1;
            margin-top: -50px;
        }

        .about-overview-why-nims-card h4 {
            color: #000000;
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 5px;
            font-family: 'Mulish', sans-serif;
        }
        .about-overview-why-nims-card h4 strong {
            font-weight: 800;
            /* Semi-Bold for emphasis */
        }
        
        .about-overview-why-nims-card p {
            color: #4E4E4E;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 0;
            line-height: 1.4;
        }

        .about-overview-why-nims-card.about-overview-purple-card {
            background-color: #783B88;
            color: #FFFFFF;
        }

        .about-overview-why-nims-card.about-overview-purple-card h4,
        .about-overview-why-nims-card.about-overview-purple-card p {
            color: #FFFFFF;
        }

        .about-overview-why-nims-card.about-overview-black-card {
            background-color: #000000;
            color: #FFFFFF;
        }

        .about-overview-why-nims-card.about-overview-black-card h4,
        .about-overview-why-nims-card.about-overview-black-card p {
            color: #FFFFFF;
        }
        
        /* A Global Leader in Private Higher Education Section */
        .about-overview-global-leader-section {
            padding-top: 60px;
            padding-bottom: 60px;
            background-color: #fff;
        }

        .about-overview-global-leader-section p {

            max-width: 800px;
        }

        .about-overview-global-leader-section img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* 2023-2024 Placements Highlight Section Styles */
        .about-overview-placements-section {
            padding-top: 60px;
            /* py-5 equivalent */
            padding-bottom: 60px;
            /* py-5 equivalent */
           
            /* Light grey background */
            position: relative;
        }

        .about-overview-placements-section .placements-heading h1 {
            text-align: left;
            /* As per image */
            margin-bottom: 10px;
        }

        .about-overview-placements-section .placements-content p {
            text-align: left;
            /* As per image */
            margin-bottom: 30px;
            max-width: 300px;
        }

        .placement-card {
            background-color: #FFFFFF;
            padding: 15px;
            overflow: hidden;
            box-shadow: 0px 4px 4px 0px #00000040;
            text-align: center;
            /* Spacing between cards in smaller views */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            max-width: 375px;
            min-width: 375px;
        }


        .placement-card-header img.student-photo {
            width: 100%;
            max-width: 275px;
            position: relative;
            left: -20px;
            object-fit: cover;
            /* Red border around photo */
            display: block;
            margin: 0 auto;
        }

        .placement-card-body {
            padding: 15px;
            flex-grow: 1;
            /* Allow content to take available space */
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .placement-card-body h5 {
            color: #000000;
            /* Black for name */
            margin-bottom: 10px;
            font-weight: 600;
            /* Semi-bold for names */
        }

        .placement-card-footer {
            background-color: #CF2027;
            /* Red background for company logo area */
            padding: 0px 15px 10px 10px;
            width: 100%;
            border-radius: 12px;
            box-shadow: 0px 4px 4px 0px #00000040;
            position: relative;
            margin-top: -50px;
            left: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .placement-card-logo {
            background-color: #fff;
            padding: 10px;
        }

        .placement-card-footer img.company-logo {
            max-width: 100%;
            height: 40px;
            /* Fixed height for logos */
            object-fit: contain;
            /* Makes logos white */
        }

        /* === Carousel Buttons (Base) === */
        .about-overview-placements-section .about-slider-prev,
        .about-overview-placements-section .about-slider-next {
            width: 40px;
            height: 40px;
            background-color: #CF2027;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            z-index: 10;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        /* === Hover Effect === */
        .about-overview-placements-section .about-slider-prev:hover,
        .about-overview-placements-section .about-slider-next:hover {
            background-color: #a51b1f;
            transform: translateY(-50%) scale(1.1);
        }

        /* === Icon Styling === */
        .about-overview-placements-section .about-slider-prev-icon,
        .about-overview-placements-section .about-slider-next-icon {
            filter: brightness(0) invert(1); /* white icons */
            width: 16px;
            height: 16px;
        }

        /* === Positioning === */
        .about-overview-placements-section .about-slider-prev {
            left: -60px;
        }

        .about-overview-placements-section .about-slider-next {
            right: -60px;
        }

        /* === Responsive Adjustment === */
        @media (max-width: 768px) {
            .about-overview-placements-section .about-slider-prev {
                left: -20px;
            }

            .about-overview-placements-section .about-slider-next {
                right: -20px;
            }

            .about-overview-placements-section .about-slider-prev,
            .about-overview-placements-section .about-slider-next {
                width: 36px;
                height: 36px;
            }

            .about-overview-placements-section .about-slider-prev-icon,
            .about-overview-placements-section .about-slider-next-icon {
                width: 14px;
                height: 14px;
            }
        }


        /* Hide indicators as they are not in the image for placements */
        .about-overview-placements-section .carousel-indicators {
            display: none;
        }

        /* "View More" Button */
        .placements-view-more-btn {
            background-color: #CF2027;
            /* Red background */
            color: #FFFFFF;
            /* White text */
            padding: 12px 30px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            margin-top: 20px;
            transition: background-color 0.3s ease;
        }

        .placements-view-more-btn:hover {
            background-color: #A01A1F;
            /* Slightly darker red on hover */
            color: #FFFFFF;
        }

        /* Amazing Things Happen Here Section */
        .about-overview-amazing-things-section {
            background: #FFF5F5;
            /* Light grey background */
            position: relative;
        }

        .about-overview-amazing-things-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            height: 100%;
            background-image:
                radial-gradient(circle, #CF202745 3px, transparent 0),
                radial-gradient(circle, #CF202745 3px, transparent 0);
            background-size: 30px 30px;
            background-position: 0 0, 15px 15px;
        }

        .amazing-things-header h2 {
            text-align: left;
            /* Align as per image */
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .amazing-things-header p {
            text-align: left;
            /* Align as per image */
            margin-bottom: 40px;
        }

        .amazing-things-video-card {
            position: relative;
            background-color: #FFFFFF;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            text-align: left;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .amazing-things-video-card img {
            width: 100%;
            height: 200px;
            /* Fixed height for video thumbnails */
            object-fit: cover;
            display: block;
        }

        .amazing-things-video-card .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            /* Semi-transparent overlay */
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .amazing-things-video-card .play-overlay:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .amazing-things-video-card .play-overlay i {
            color: #FFFFFF;
            font-size: 3rem;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        }

        .amazing-things-video-card .card-body {
            padding: 15px;
            flex-grow: 1;
            /* Allows title to take space */
        }

        .amazing-things-video-card .card-title {
            color: #000000;
            font-weight: 600;
            /* Semi-bold for titles */
            margin-bottom: 0;
        }

        /* Carousel navigation for Amazing Things section */
        .amazing-things-carousel-controls {
            position: relative;
            top: 65px;
            z-index: 10;
            display: flex;
            justify-content: flex-end;
            right: 118px;
        }

        .amazing-things-carousel-controls .about-slider-prev,
        .amazing-things-carousel-controls .about-slider-next {
            position: static;
            /* Override Bootstrap's absolute positioning */
            display: inline-flex;
            /* Arrange side-by-side */
            width: 40px;
            height: 40px;
            background-color: #CF2027;
            border-radius: 5px;
            /* Square buttons with slight radius */
            margin-left: 10px;
            opacity: 1;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
        }

        .amazing-things-carousel-controls .about-slider-prev-icon,
        .amazing-things-carousel-controls .about-slider-next-icon {
            filter: brightness(0) invert(1);
            /* White icons */
        }

        .amazing-things-carousel-controls .carousel-indicators {
            display: none;
            /* Hide indicators */
        }




        .about .overview-learn-text {
            font-weight: 700 !important;
            margin-left: -20px;
        }

        .about .overview-create-text {
            margin-left: -20px;
        }

        .about-overview-welcome-info {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .about-overview-welcome-info li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            /* space between icon and text */
            margin-bottom: 1rem;
            /* space between list items */
        }

        .about-overview-welcome-info svg {
            flex-shrink: 0;
            /* keep icon size fixed */
            margin-top: 4px;
            /* optional: align icon vertically if needed */
        }

        .about-overview-bottom-icons {
            gap: 15px;
            /* modern Bootstrap also supports gap on flex containers */
        }

        .about-overview-icon-item {
            flex: 1 1 130px;
            /* grow & shrink with min width */
            max-width: 130px;
            /* optional max width */
        }

        .about-overview-icon-card {
            width: 100%;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 20px 10px;
            gap: 5px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .about-overview-icon-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }



        .about .image-hover-wrapper {
            position: relative;
            overflow: hidden;
        }

        .about .image-hover-wrapper img {
            display: block;
            width: 100%;
            height: auto;
        }

        .about .hover-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(207, 32, 39, 0.6) 0%, rgba(120, 59, 136, 0.6) 100%);
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            padding: 10px;
        }

        .image-hover-wrapper:hover .hover-overlay {
            opacity: 1;
        }



        #placementCarousel {
            width: 100%;
            background: url(../../images/about/overview/placement-bg.webp) top right no-repeat;

        }

        .about-overview-no-right {
            width: 100% !important;
            margin-right: 0px !important;
        }

        .about-overview-no-right .row {
            margin-left: -5%;
        }

      

        .about-slider-track {

            gap: 15px;
        }

        .card {
            margin: 0 0.5em;
            box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
            border: none;
        }

        .about-slider-prev,
        .about-slider-next {
            background-color: #e1e1e1;
            width: 6vh;
            height: 6vh;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }



        .card .img-wrapper {
            max-width: 100%;
            height: 13em;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .card img {
            max-height: 100%;
        }


        .about-btn-viewmore {
            background: linear-gradient(92.14deg, #CF2027 1.11%, #691014 99.27%);
            color: #fff;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 5px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            opacity: 0;
            animation: fadeIn 0.8s ease-in forwards;
            animation-delay: 0.3s;
        }

        /* Slide effect */
        .about-btn-viewmore::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(92.14deg, #691014 1.11%, #CF2027 99.27%);
            transition: left 0.4s ease;
            z-index: -1;
        }

        /* Hover effect */
        .about-btn-viewmore:hover::before {
            left: 0;
        }

        .about-btn-viewmore:hover {
            transform: scale(1.05);
            color: #fff;
        }

        /* Fade-in animation */
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
            from {
                opacity: 0;
                transform: translateY(20px);
            }
        }


        /* Responsive adjustments */
        /* For large screens */
        @media (min-width: 768px) {
            .carousel-item {
                margin-right: 0;
                flex: 0 0 33.333333%;
                display: block;
            }

            .carousel-inner {
                display: flex;

            }
           
        }

        @media (max-width: 767px) {
            .card .img-wrapper {
                height: 17em;
            }
        }

        @media (min-width: 1200px) {
            .about-overview-hero-section {
                background-position: calc(100% - 50px) center;
                /* pulls it left by 50px */
            }
        }

        @media (max-width: 991.98px) {





            /* New Amazing Things section responsive */
            .amazing-things-header h2,
            .amazing-things-header p {
                text-align: center;
                /* Center align on smaller screens */
            }



            /* Adjust padding between cards if needed, Gutter should handle most */
            .amazing-things-video-card {
                margin-bottom: 20px;
                /* Add space between cards vertically */
            }
                .about-overview-hero-section::before {
                background-image: none;
            }

            .about-overview-hero-content {
                text-align: center;
                padding-bottom: 0px;
            }

            .about-overview-live-learn-create-wrapper>div {
                top: unset;
            }

            .about-overview-live-learn-create-text {
                font-size: 1rem;
                top: 15px;
            }

            .about-overview-welcome-section h1 {
                text-align: center !important;
            }

            /* Existing responsive styles */
            .about-overview-placements-section .about-slider-prev,
            .about-overview-placements-section .about-slider-next {
                width: 35px;
                height: 35px;
            }

            .about-overview-placements-section .about-slider-prev {
                left: 15%;
            }

            .about-overview-placements-section .about-slider-next {
                right: 15%;
            }

            .about-overview-never-ordinary-content-box {
                transform: unset;
            }

            .about-overview-never-ordinary-content-box p {
                width: 100%;
            }

            .about-overview-never-ordinary-image-col img {
                width: 100%;
                transform: unset;
            }

            .about-overview-gallery-section {
                padding: 20px 0;
            }

            .about-overview-why-nims-section {
                padding: 20px 0;
            }

            .about-overview-why-nims-video-wrapper {
                top: unset;
            }

            .about-overview-why-nims-cards-row {
                top: 0px;
            }

            .about-overview-why-nims-item {
                min-width: auto;
                max-width: unset !important;
            }

            h1,
            p {
                text-align: center;
            }

        

            .about-overview-placements-section .placements-content p {
                max-width: 100%;
                margin-bottom: 0px;
            }

            .about-overview-no-right .carousel-inner {
                left: unset;
                width: 100%;
            }

            .placement-card {
                min-width: unset;
                max-width: none;
            }
            .amazing-things-carousel-controls{
                justify-content: center !important;
                right: unset !important;
            }
            .about-overview-hero-section{
                padding: 20px 0px !important;
            }
        }

        @media (max-width: 767.98px) {


            /* Existing responsive styles */
            .about-overview-hero-content h1 {
                font-size: 2.2rem;
            }

            .about-overview-hero-content p {
                font-size: 1rem;
            }
             .about-overview-live-learn-create-wrapper>div{
                top:unset;
            }

            .about-overview-live-learn-create-text {
                font-size: 1.8rem;
                top: 20px;
            }

            .about-overview-live-learn-create-caption {
                font-size: 0.9rem;
            }

            .about-overview-welcome-section h2,
            .about-overview-why-nims-section h2,
            .about-overview-global-leader-section h2,
            .about-overview-amazing-things-section h2 {
                font-size: 1.8rem;
            }

            .about-overview-welcome-feature-item p {
                font-size: 0.95rem;
                text-align: left;
            }

            .about-overview-welcome-info-item {
                font-size: 0.9rem;
            }

            .about-overview-bottom-icon-item p {
                font-size: 0.8rem;
            }

            .about-overview-never-ordinary-content-box {
                width: 100%;
            }

            .about-overview-never-ordinary-image-col img {
                width: 95%;
            }

            .about-overview-gallery-section h2 {
                font-size: 1.8rem;
            }

            .about-overview-why-nims-text-col p {
                font-size: 16px;
            }

            .about-overview-why-nims-card {
                transform: none !important;
                top: auto !important;
                margin-top: 8px;
                margin-bottom: 8px;
                height: auto;
                align-items: center;
                
            }

            .about-overview-why-nims-item {
                max-width: 100% !important;
                min-width: 100% !important;
                
            }


            .about-overview-placements-section .about-slider-prev {
                left: 20%;
            }

            .about-overview-placements-section .about-slider-next {
                right: 20%;
            }

            .placement-card-body h5 {
                font-size: 1rem;
            }

            /* Amazing Things section responsive continued */
            .amazing-things-video-card img {
                height: 180px;
                /* Slightly smaller height on smaller phones */
            }

            .amazing-things-video-card .card-title {
                font-size: 0.9rem;
            }

            .about-overview-why-nims-item {
                min-width: auto;
                max-width: unset !important;
            }
        }

        @media (max-width: 575.98px) {
            .about-overview-hero-section::before {
                background-image: none;
            }

            .about-overview-hero-content {
                text-align: center;
                padding-bottom: 0px;
            }

            .about-overview-live-learn-create-wrapper>div {
                top: unset;
            }

            .about-overview-live-learn-create-text {
                font-size: 1rem;
                top: 15px;
            }

            .about-overview-welcome-section h1 {
                font-size: 2rem;
                text-align: center !important;
            }

            /* Existing responsive styles */
            .about-overview-placements-section .about-slider-prev,
            .about-overview-placements-section .about-slider-next {
                width: 35px;
                height: 35px;
            }

            .about-overview-placements-section .about-slider-prev {
                left: 15%;
            }

            .about-overview-placements-section .about-slider-next {
                right: 15%;
            }

            .about-overview-never-ordinary-content-box {
                transform: unset;
            }

            .about-overview-never-ordinary-content-box p {
                width: 100%;
            }

            .about-overview-never-ordinary-image-col img {
                width: 100%;
                transform: unset;
            }

            .about-overview-gallery-section {
                padding: 20px 0;
            }

            .about-overview-why-nims-section {
                padding: 20px 0;
            }

            .about-overview-why-nims-video-wrapper {
                top: unset;
            }

            .about-overview-why-nims-cards-row {
                top: 0px;
            }

            .about-overview-why-nims-item {
                min-width: auto;
                max-width: unset !important;
            }

            h1,
            p {
                text-align: center;
            }

          

            .about-overview-placements-section .placements-content p {
                max-width: 100%;
                margin-bottom: 0px;
               
            }

            .about-overview-no-right .carousel-inner {
                left: unset;
                width: 100%;
            }

            .placement-card {
                min-width: unset;
                max-width: none;
            }
            .amazing-things-carousel-controls{
                justify-content: center !important;
                right: unset !important;
            }
            .about-overview-hero-section{
                padding: 20px 0px !important;
            }
        }
      /* Initial hidden state */
.about-animate-bottom-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* Visible state */
.about-animate-bottom-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Initial hidden state */
.about-animate-left-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

/* Visible state */
.about-animate-left-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Right to left */
.about-animate-right-left {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.about-animate-right-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* for slider */
.about-slider-wrapper {
  
  position: relative;
}

.about-slider-container {
  overflow: hidden;
  width: 100%;
}
#placementCarousel .about-slider-container {
      width: 108%;
    position: relative;
    left: -8%;
    top: 15px;
    padding: 2px;
    padding-top:35px;
    padding-bottom: 35px;
}

.about-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.about-slider-item {
  flex: 0 0 100%;
  box-sizing: border-box;
}
.placements-content .placements-heading, .placements-content p{
   max-width: 75%!important;
   text-align: justify;
}   

/* Desktop: 3 items */
@media (min-width: 768px) {
  .about-slider-item {
    flex: 0 0 33.3333%;
  }

}
  @media (max-width: 767.98px) {
    .placements-content .placements-heading, .placements-content p{
        max-width: unset!important;
        text-align: justify;
        }   
    .about-overview-no-right{
        margin-right:auto!important;
    }

    #placementCarousel .about-slider-container {
        width: 100%;
        position: relative;
        left: unset;
        top: 15px;
        padding: 2px;
    }   
  }

.about-slider-prev,
.about-slider-next {
  background: none;
  border: none;

  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #amazingCarousel h4{
    font-size: 1rem!important;
  }
}

/* youtube popip */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-content {
  position: relative;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 20px;
}
@media(min-width:991px)
{
	#youtubeIframe
	{
		width:560px;
		height:315px;
	}
}
@media(max-width:991px)
{
	#youtubeIframe
	{
		width:100%;
		height:210px;
	}
}