.hero-banner .swiper-container {
    width: 100%;
    height: 100vh;
}

.hero-banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.banner-content .title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.banner-content p {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner-btn .edu-btn {
    background-color: #f7a400;
    padding: 12px 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.banner-btn .edu-btn:hover {
    background-color: #e68b00;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f7a400;
    z-index: 3;
}
.hero-banner .banner-content p
{
    color: #fff;
}
.highlight-principal {
    font-weight: bold; 
    color: #d94e00; 
    background-color: #f0e68c; 
    padding: 2px 4px;
    border-radius: 3px; 
}
/* School History */
.school-history {
    background: linear-gradient(135deg, #f5fbfb 50%, #d9ece9 100%);
    border-radius: 8px;
    padding: 80px 30px;
}

.history-title {
    color: #181818;
    font-weight: 800;
    font-size: 3rem; 
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.history-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #1ab69d;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.school-history p {
    color: #333;
    font-size: 1.50rem; 
    line-height: 1.8;
}

.school-history .btn-primary {
    background-color: #198754;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.school-history .btn-primary:hover {
    background-color: #145c3e;
}

.history-image {
    text-align: center;
}

.history-image img {
    max-height: 450px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
/* Admisison Process */
.admission-process-unique {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.admission-process-unique h1 {
    color: #101016;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
.admission-process-unique p {
    color: #555;
    font-size: 1.9rem;
    line-height: 1.6;
    width: 100%;
}
.admission-process-unique ol {
    padding-left: 20px;
}
.admission-process-unique li {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.5rem;
}
.admission-process-unique li strong {
    color: #198754;
}
.admission-process-unique .row {
    margin-top: 20px;
}
a.edu-btn, button.edu-btn
{
    height: auto;
    line-height: 1;
}
@media(max-width: 540px)
{
    .hero-banner .swiper-container {
    height: 50vh;
}
    .hero-banner {
        min-height: 100%;
    }
    .banner-btn .edu-btn
    {
        line-height: 1;
        height: auto;
        padding: 15px;
    }
}