﻿
body {
    font-family: 'Poppins', sans-serif;
}

/* HEADER */
.navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}



.nav-link {
    color: #0a2c5e !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #f57c00 !important;
}

/* Buttons */
.btn-alumni {
    background: #ff9800;
    color: #fff;
    margin-right: 10px;
}

.btn-pay {
    background: #4a148c;
    color: #fff;
}

/* HERO */
.hero-section {
    background: linear-gradient(to right, #f5e6d3, #ffffff);
    padding: 80px 0;
}

.hero-title {
    color: #f57c00;
    font-weight: 800;
    font-size: 48px;
}

.hero-subtitle {
    color: #1e3a8a;
    font-size: 28px;
    font-weight: 600;
}

.hero-text {
    color: #444;
}

/* Image collage */
.hero-images img {
    width: 100%;
    border-radius: 15px;
}
<style>

/* SECTION BACKGROUND */
.about-section {
    background: #f3efe4;
    padding: 80px 0;
}

/* TEXT */
.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a2c5e;
}

.about-title span {
    color: #f57c00;
}

.about-text {
    color: #333;
    line-height: 1.7;
}

/* BUTTON */
.btn-admission {
    background: #ff7a00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
}

/* IMAGE CIRCLE */
.circle-wrapper {
    position: relative;
    display: inline-block;
}

.circle-img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
}

/* ORANGE RING */
.circle-wrapper::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 380px;
    height: 380px;
    border: 3px solid #f57c00;
    border-radius: 50%;
}

/* BADGES */
.badge-box {
    position: absolute;
    background: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Position badges */
.badge-top {
    top: 20px;
    left: 0;
}

.badge-bottom {
    bottom: 20px;
    right: 0;
}


/* FEATURE SECTION */
.feature-section {
    position: relative;
    background: url('images/bg-school.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* DARK BLUE OVERLAY */
.feature-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 44, 94, 0.85); /* dark blue overlay */
}

/* CONTENT ABOVE OVERLAY */
.feature-content {
    position: relative;
    z-index: 2;
}

/* CURVE TOP */
.feature-curve {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #f3efe4;
    border-bottom-left-radius: 100% 80px;
    border-bottom-right-radius: 100% 80px;
    z-index: 3;
}

/* ICON BOX */
.feature-box {
    text-align: center;
    transition: 0.3s;
}

.feature-box img {
    width: 80px;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-weight: 600;
}

.feature-box:hover {
    transform: translateY(-8px);
}

/* PRINCIPAL SECTION */
.principal-section {
    background: #ffffff;
    padding: 80px 0;
}

/* TITLE */
.principal-title {
    font-size: 34px;
    font-weight: 700;
    color: #2e1065; /* deep purple */
}

/* QUOTE */
.principal-quote {
    font-style: italic;
    color: #555;
    margin: 20px 0;
}

/* TEXT */
.principal-text {
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* BUTTON */
.btn-know {
    background: #ff7a00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-know:hover {
    background: #e66a00;
}



/* AI SECTION */
.ai-section {
    background: linear-gradient(135deg, #ff7a00, #ff9800);
    padding: 80px 0;
    color: #fff;
}

/* TITLE */
.ai-title {
    font-size: 36px;
    font-weight: 700;
}

/* TEXT */
.ai-text {
    margin: 20px 0;
    line-height: 1.7;
}

/* BUTTON */
.btn-ai {
    background: #3b0a6b;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-ai:hover {
    background: #2a084d;
}

/* IMAGE GRID */
.ai-img {
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #fff;
}

.ai-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SPACING FIX */
.ai-img-large {
    height: 220px;
}

.ai-img-small {
    height: 180px;
}



/* WHY SECTION */
.why-section {
    padding: 80px 0;
    background: #ffffff;
}

/* RIGHT PANEL */
.why-content {
    background: #0a2c5e;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
}

/* TITLE */
.why-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TEXT */
.why-text {
    line-height: 1.7;
    margin-bottom: 15px;
}

/* IMAGE BOX */
.why-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* DIFFERENT BORDER COLORS */
.border-orange {
    border: 6px solid #ff9800;
}

.border-blue {
    border: 6px solid #3b82f6;
}

.border-green {
    border: 6px solid #10b981;
}

.why-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* FACILITIES SECTION */
.facilities-section {
    position: relative;
    background: url('images/classroom.jpg') center/cover no-repeat;
    padding: 100px 0 60px;
    text-align: center;
}

/* ORANGE OVERLAY */
.facilities-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgba(255, 122, 0, 0.9);
    z-index: 1;
}

/* CONTENT ABOVE */
/*.facilities-content {
    position: relative;
    z-index: 2;
}*/

/* TITLE */
.facilities-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD */
/*.facility-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}*/

.facility-card:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.facility-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* CONTENT */
.facility-body {
    padding: 20px;
}

/* TITLE */
.facility-title-text {
    color: #e53935;
    font-weight: 700;
    font-size: 20px;
}

/* TEXT */
.facility-text {
    color: #555;
    font-size: 14px;
}

/* ICON */
.facility-icon {
    width: 40px;
    margin-bottom: 10px;
}



/* GALLERY SECTION */
.gallery-section {
    position: relative;
    background: #0a2c5e;
    padding: 100px 0;
    color: #fff;
}

/* TOP CURVE */
.gallery-curve {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #0a2c5e;
    border-top: 8px solid #ff7a00;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
}

/* TITLE */
.gallery-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* IMAGE CARD */
.gallery-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.gallery-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* HOVER EFFECT */
.gallery-img:hover {
    transform: scale(1.05);
}




/* SOCIAL ICONS */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
}

/* COLORS */
.fb { background: #1877f2; }
.yt { background: #ff0000; }
.ig { background: #e1306c; }
.pin { background: #bd081c; }




/* TESTIMONIAL SECTION */
.testimonial-section {
    background: #f5f5f5;
    padding: 80px 0;
}

/* TITLE */
.testimonial-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #4c1d95;
    margin-bottom: 40px;
}

/* CARD */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #ff7a00;
    margin-bottom: 15px;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* TEXT */
.testimonial-text {
    color: #555;
    font-style: italic;
}

/* NAME */
.testimonial-name {
    font-weight: 600;
    margin-top: 10px;
    color: #0a2c5e;
}

/* ROLE */
.testimonial-role {
    font-size: 14px;
    color: #888;
}


/* TESTIMONIAL SECTION */
.testimonial-section {
    background: #f5f5f5;
    padding: 80px 0;
}

/* TITLE */
.testimonial-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #4c1d95;
    margin-bottom: 40px;
}

/* CARD */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    border-left: 4px solid #ff7a00;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

/* TEXT */
.testimonial-text {
    color: #555;
    font-style: italic;
    font-size: 16px;
}

/* NAME */
.testimonial-name {
    font-weight: 600;
    margin-top: 15px;
    color: #0a2c5e;
}

/* DOTS */
.carousel-indicators [data-bs-target] {
    background-color: #ff7a00;
}


.testimonial-card {
    margin: 10px;
}
.notice-bar {
    background: #ff7a00;
    color: #fff;
    padding: 10px 0;
}

.notice-label {
    background: #d35400;
    padding: 5px 15px;
    margin-right: 10px;
    font-weight: bold;
}
.sticky-buttons {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 999;
}

.sticky-buttons a {
    display: block;
    background: #ff9800;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    font-size: 14px;
}

.sticky-buttons a:hover {
    background: #e65100;
}

.social-fixed {
    position: fixed;
    left: 10px;
    top: 250px;
    z-index: 999;
}

.social-fixed a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

/* Colors */
.fb { background: #1877f2; }
.yt { background: #ff0000; }
.ig { background: #e1306c; }
.pin { background: #bd081c; }

.social-fixed a {
    display: block;
    margin-bottom: 10px;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    width: 45px;
}
.notice-bar {
    background: #ff7a00;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.notice-label {
    background: #d35400;
    padding: 5px 15px;
    margin-right: 15px;
    font-weight: bold;
    white-space: nowrap;
}

/* Ticker Wrapper */
.ticker-wrapper {
    overflow: hidden;
    width: 100%;
}

/* Moving Content */
.ticker {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
}

/* Space between items */
.ticker span {
    margin-right: 50px;
}

/* Animation */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.ticker-wrapper:hover .ticker {
    animation-play-state: paused;
}
/* TOP BAR */
.top-bar {
    background: #0a2c5e;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.top-bar i {
    margin-right: 5px;
    color: #ff7a00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        text-align: center;
    }

    .top-right {
        margin-top: 5px;
    }
}

/* LOGO SIZE */
.logo-img {
    height: 100px;   /* increase size */
}

/* OPTIONAL: highlight effect */
.navbar-brand {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

/* NAVBAR SPACING */
.navbar {
    padding: 10px 0;
}
                           
.about-section {
    background: #f3efe4;
    padding: 80px 0;
    margin-top: 0px; /* 👈 ADD THIS */
}

/* PRINCIPAL SECTION */
.principal-section {
    background: #fff;
    padding: 80px 0;
}

/* CARD */
.principal-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.principal-card:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.principal-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* INFO */
.principal-info {
    padding: 15px;
    background: #f8f8f8;
}

.principal-info h5 {
    margin: 0;
    font-weight: 700;
    color: #0a2c5e;
}

.principal-info p {
    margin: 0;
    color: #777;
}

/* TITLE */
.principal-title {
    font-size: 34px;
    font-weight: 700;
    color: #2e1065;
}

/* QUOTE */
.principal-quote {
    font-style: italic;
    margin: 15px 0;
    color: #555;
}

/* TEXT */
.principal-text {
    line-height: 1.7;
    color: #333;
}


/* BACKGROUND WITH PATTERN */
.principal-section {
    background: url('images/pattern.png'), #f9fafc;
    padding: 80px 0;
}

/* CIRCULAR IMAGE */
.principal-circle {
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #ff7a00;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.principal-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TITLE */
.principal-title {
    font-size: 34px;
    font-weight: 700;
    color: #2e1065;
}

/* QUOTE STYLE */
.principal-quote {
    position: relative;
    font-style: italic;
    color: #555;
    margin: 20px 0;
    padding-left: 40px;
}

/* QUOTE ICON */
.principal-quote::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    color: #ff7a00;
    font-weight: bold;
}

/* TEXT */
.principal-text {
    line-height: 1.7;
    color: #333;
}

/* OPTIONAL HOVER EFFECT */
.principal-circle:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.why-section {
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
}

/* IMAGE STACK */
.image-stack {
    position: relative;
    height: 420px;
}

.image-stack .img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Main Image */
.img-main {
    width: 75%;
    height: 300px;
    top: 50px;
    left: 0;
    z-index: 1;
}

/* Top Image */
.img-top {
    width: 55%;
    height: 220px;
    top: 0;
    right: 0;
    border: 5px solid #fff;
    z-index: 2;
}

/* Bottom Image */
.img-bottom {
    width: 55%;
    height: 220px;
    bottom: 0;
    right: 40px;
    border: 5px solid #fff;
    z-index: 0;
}

/* CARD */
.why-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* TITLE */
.why-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

/* TEXT */
.why-text {
    color: #555;
    line-height: 1.7;
}

/* POINTS */
.why-points {
    margin-top: 20px;
}

.point {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.point:hover {
    transform: translateX(8px);
    background: #007bff;
    color: #fff;
}

.facilities-section {
    background: linear-gradient(135deg, #f4f7ff, #eef2ff);
}

/* TITLE */
.facilities-title {
    font-size: 34px;
    font-weight: 700;
}

/* BOX */
.facility-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 350px;
    cursor: pointer;
}

/* IMAGE */
.facility-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* OVERLAY */
.facility-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    color: #fff;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.3),
        transparent
    );

    transform: translateY(40%);
    transition: 0.4s;
}

/* ICON */
.facility-icon {
    width: 40px;
    margin-bottom: 10px;
}

/* HOVER EFFECT */
.facility-box:hover .facility-img {
    transform: scale(1.1);
}

.facility-box:hover .facility-overlay {
    transform: translateY(0);
}

/* TEXT */
.facility-overlay h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.facility-overlay p {
    font-size: 14px;
    opacity: 0.9;
}

.facilities-section .container {
    border: none !important;
    background: transparent !important;
}

.facility-card {
    border: none !important;
    background: none !important;
}

.facilities-section {
    padding: 80px 0;
}

body {
    overflow-x: hidden;
}
/* 🔥 HARD RESET FOR THIS SECTION */
.facilities-section,
.facilities-section .container,
.facilities-section .row,
.facilities-section [class*="col-"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* REMOVE ANY OLD CARD STYLING */
.facility-card,
.facilities-content {
    all: unset;
}

/* SAFETY RESET */
.facilities-section * {
    border-color: transparent !important;
}

* {
    border: none !important;
}


/* FOOTER BACKGROUND ONLY */
.footer-section {
    background: linear-gradient(135deg, #0a1f44, #0d2b6b) !important;
    color: #fff;
}

/* TEXT COLOR */
.footer-section p,
.footer-links li {
    color: rgba(255,255,255,0.85);
}

/* TITLES */
.footer-title {
    color: #ffffff;
}

/* ICON COLOR */
.footer-section i {
    color: #ff7a00;
}

/* BULLET COLOR */
.footer-links li::before {
    color: #ff7a00;
}

.footer-section {
    padding-top: 40px;  /* adjust as needed */
}


/* SECTION */
.notice-section {
    background: #f5f5f5;
    padding: 80px 0;
}

/* NOTICE BOX */
.notice-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

/* TITLE */
.notice-title {
    font-weight: 700;
}


/* NOTICE CARD - ORANGE THEME */
.notice-card {
    background: linear-gradient(135deg, #ff7a00, #ff9800);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.notice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255,122,0,0.4);
}

/* DATE */
.notice-card h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.notice-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

/* TEXT */
.notice-card p {
    margin: 5px 0;
}

/* UPDATED DATE */
.notice-card small {
    opacity: 0.9;
}

/* SUBMIT BUTTON - ORANGE */
.btn-enquiry {
    background: linear-gradient(135deg, #ff7a00, #ff9800);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px;
    border-radius: 8px;
}

/* HOVER EFFECT */
.btn-enquiry:hover {
    background: linear-gradient(135deg, #e66a00, #fb8c00);
    color: #fff;
}
/* SHOW DROPDOWN ON HOVER */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* SMOOTH */
.dropdown-menu {
    transition: 0.3s;
}
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
    background: #ff7a00;
    color: #fff;
}

/* PAY NOW BUTTON */
.btn-pay {
    background: linear-gradient(135deg, #ff7a00, #ff9800);
    color: #fff;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    position: relative;
    transition: 0.3s;
}

/* ICON SPACING */
.btn-pay i {
    margin-right: 5px;
}

/* HOVER EFFECT */
.btn-pay:hover {
    background: linear-gradient(135deg, #e66a00, #fb8c00);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,122,0,0.4);
}

/* GLOW EFFECT */
.btn-pay::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
}

.btn-pay:hover::after {
    left: 120%;
    transition: 0.7s;
}
/* FOOTER BOTTOM */
.footer-bottom {
    padding: 10px 0 15px;  /* 👈 extra bottom space added */
}