        /* =========================
           GENERAL
        ========================= */

        body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            color: #111;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .section-title {
		font-family: 'Roboto', sans-serif;
            color: #05085b;
            font-size: 35px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 35px;
        }


        /* =========================
           STICKY NAVBAR
        ========================= */

        .main-navbar {
            position: sticky;
            top: 0;
            z-index: 9999;
            background: rgba(243,243,243,0.95);
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .navbar-brand img {
            height: 80px;
            width: auto;
        }

        .navbar-nav .nav-link {
            color: #222 !important;
            font-size: 15px;
            font-weight: 600;
            padding: 25px 14px !important;
        }

        .navbar-nav .nav-link:hover {
            color: #d71920 !important;
        }

        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        }

        .dropdown-item {
            font-size: 14px;
            padding: 10px 18px;
        }


        /* =========================
           HERO
        ========================= */

        .hero-section {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
        }

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

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.08);
        }


        /* =========================
           AFFILIATIONS
        ========================= */

       .affiliation-wrapper {
    position: relative;
    margin-top: -100px;
	
    z-index: 10;
}

.affiliation-wrapper .row {
    width: 100%;
}

.affiliation-wrapper .col-md-4 {
    padding: 0;
}

.affiliation-card {
    width: 100%;
    height: 260px;
    background:#21125A;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.card-dark {    
    background:#1B0F4B !important;
	margin-top:-25px;
	height:285px;
}
.affiliation-card img {
    width: 145px;
    height: 145px;
    object-fit: contain;
    margin-bottom: 8px;
	margin-top:10px;
}

.affiliation-card h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
	margin-bottom:10px;
}


        /* =========================
           ENQUIRY
        ========================= */

        .enquiry-section {            
            padding: 55px 15px;
            text-align: center;
        }

        .enquiry-section h3 {
            color: #d4211c;
            font-size: 30px;
            font-weight: 600;
            text-shadow: 1px 2px 3px #aaa;
        }


        /* =========================
           ABOUT
        ========================= */

        .about-section {
            padding: 0;
        }

        .about-image {
            width: 100%;
            height: 100%;
            min-height: 300px;
            object-fit: cover;
        }

        .about-content {
            background: linear-gradient(
                rgba(255,183,43,.94),
                rgba(255,183,43,.94)
            ),
            url("images/slide2.jpgg");

            background-size: cover;
            background-position:center;
            padding: 80px 60px;
            height: 100%;
        }

        .about-content h2 {
		font-family: 'Roboto', sans-serif;
            color: #05085b;
            font-size: 30px;
            font-weight: 700;
        }

        .about-content .established {
		font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-style: italic;
			font-weight: 600;
            margin-bottom: 20px;
        }

        .about-content p {
            font-size: 16px;
            line-height: 2;
			margin-top:40px;
        }


        /* =========================
           ACADEMIC PROGRAMS
        ========================= */

        .program-section {
            padding: 70px 15px;
            background: #fff;
        }

        .program-card {
            border: none;
            overflow: hidden;
            transition: .3s;
        }

        .program-card img {
            width: 100%;
            display: block;
        }

        .program-card:hover {
            transform: translateY(-5px);
        }


        /* =========================
           ADMISSION CTA
        ========================= */

.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.title-divider span {
    width: 220px;
    height: 2px;
    background: #ffc400;
}

.title-divider i {
    color: #003399;
    font-size: 24px;
}

        .admission-section {
            background: linear-gradient(
                to bottom,
                #ddd,
                #f7f7f7
            );

            padding: 80px 15px;
            text-align: center;
        }

        .admission-section h2 {
		font-family: 'Roboto', sans-serif;
            color: #05085b;
            font-size: 35px;
            font-weight: 700;
        }

        .admission-section p {
		font-family: 'Roboto', sans-serif;
            font-size: 18px;
			font-weight:600;
            color: #555;
			margin-top:40px;
			margin-bottom:40px;
        }

        .admission-buttons {
            margin-top: 30px;
        }

        .admission-btn {
            background: #05085b;
            color: #fff;
            border-radius: 30px;
            padding: 20px 40px;
            margin: 8px;
			font-family: 'Roboto', sans-serif;
            font-size: 18px;
            border: none;
            transition: .3s;
        }

        .admission-btn:hover {
			background: linear-gradient(
                rgba(255,183,43,.94),
                rgba(255,183,43,.94)
            ),
            url("images/slide2.jpgg");
            color: black;
        }


        /* =========================
           FORM SECTION
        ========================= */

        .form-section {
            padding: 65px 15px;
        }

        .form-section h2 {
            color: #05085b;
            font-size: 40px;
            font-weight: 700;
        }

        .form-section h3 {
            color: #d71920;
            font-size: 40px;
            font-weight: 700;
        }

        .form-section p {
            color: #555;
            font-size: 17px;
            line-height: 2;
			padding-right:60px;			
        }

        .download-btn {
            background: #ffc400;
            color: #111;
            border: none;
            border-radius: 30px;
            padding: 20px 45px;
            font-size: 17px;
            font-weight: 600;
        }

        .download-btn:hover {
            background: #e0a900;
        }


        /* =========================
           FOOTER
        ========================= */

        .footer {
            background: #292929;
            color: white;
            padding: 45px 15px 20px;
        }

        .footer-logo {
            max-width: 90%;
            margin-bottom: 20px;
        }

        .footer h5 {
			font-family: 'Roboto', sans-serif;
            font-size: 18px;
			font-weight:600;
            margin-bottom: 18px;
			text-decoration:underline;
        }

        .footer p,
        .footer li {
            font-size: 15px;
            color: #ddd;
            line-height: 1.8;
        }

        .footer ul {
            list-style: none;
            padding: 0;
        }

        .footer ul li a {
            color: #ddd;
            text-decoration: none;
        }

        .footer ul li a:hover {
            color: #ffc400;
        }

        .direction-btn {
            background: #d71920;
            color: #fff;
            padding: 6px 35px;
            font-size: 14px;
			font-weight:500;
            border: none;
			text-decoration:none;
        }

        .copyright {
            border-top: 1px solid #444;
            margin-top: 30px;
            padding-top: 15px;
            text-align: center;
            color: #aaa;
            font-size: 13px;
        }


        /* =========================
           WHATSAPP
        ========================= */

        .whatsapp {
            position: fixed;
            right: 18px;
            bottom: 18px;
            width: 52px;
            height: 52px;
            background: #25D366;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            z-index: 9999;
            box-shadow: 0 3px 10px rgba(0,0,0,.3);
			text-decoration:none;
        }

        .whatsapp:hover {
            color: white;
            transform: scale(1.1);
        }


        /* =========================
           TABLET
        ========================= */

        @media (max-width: 991px) {

            .navbar-brand img {
                height: 55px;
            }

            .navbar-nav .nav-link {
                padding: 12px 10px !important;
            }

            .hero-section {
                height: 350px;
            }

            .affiliation-wrapper {
                margin-top: 0;
            }

            .affiliation-card {
                min-height: 150px;
            }

            .about-content {
                padding: 40px 30px;
            }

        }


        /* =========================
           MOBILE
        ========================= */

        @media (max-width: 767px) {

            .navbar-brand img {
                height: 65px;
            }

            .hero-section {
                height: 230px;
            }

            .affiliation-wrapper {
                margin-top: 0;
            }

            .affiliation-card {
                min-height: 130px;
                border-bottom: 1px solid rgba(255,255,255,.2);
            }

            .affiliation-card img {
                height: 120px;
                width: 120px;
            }

            .affiliation-card h6 {
                font-size: 19px;
				font-weight:500;
            }

            .enquiry-section {
                padding: 35px 15px;
            }

            .enquiry-section h3 {
                font-size: 22px;
            }

            .about-image {
                min-height: 220px;
            }

            .about-content {
                padding: 35px 25px;
            }

            .about-content h2 {
                font-size: 28px;
            }
			 .about-content .established {
           				 font-size: 14px;         
							        }

            .about-content p {
                font-size: 15px;
				margin-top:5px;
            }

            .section-title {
                font-size: 29px;
            }

            .program-section {
                padding: 50px 15px;
            }

            .program-card {
                margin-bottom: 25px;
            }

            .admission-section {
                padding: 55px 15px;
            }

            .admission-section h2 {
                font-size: 30px;
				line-height:50px;
            }

            .admission-btn {
                width: 90%;
                margin: 7px auto;
            }

            .form-section {
                text-align: center;
            }

            .form-section h2 {
                font-size: 30px;
            }

            .form-section h3 {
                font-size: 28px;
            }
			
			.form-section p {
            color: #555;
            font-size: 16px;           
			padding-right:5px;			
        }

            .download-btn {
                margin-top: 20px;
            }

            .footer {
                text-align: center;
            }

            .footer-logo {
                margin-left: auto;
                margin-right: auto;
            }

        }

