html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Mulish", sans-serif;
    color: #111;
    background: #fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
    background-color: #fff;
    padding: 1.25rem 0;
}
.navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
    color: #574abf;
}
.navbar-brand span {
    font-weight: 400;
}
.navbar-nav .nav-link {
    color: #333;
    margin-right: 1.25rem;
    font-weight: 500;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #574abf;
}
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.5);
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
    color: #fff;
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.125rem;
    max-width: 500px;
    color: #f1f1f1;
    margin-bottom: 1.5rem;
}
.btn-dark {
    background-color: #574abf;
    border: none;
    padding: 0.75rem 1.75rem;
    font-weight: 500;
    border-radius: 4px;
}
.btn-dark:hover {
    background-color: #081926;
}
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.25rem;
    }
    .hero-content {
        text-align: center;
        top: 55%;
        transform: translate(-50%, -50%);
    }
    .hero p {
        margin: 0 auto 1.25rem;
    }
}
.btm-hero-section {
    padding: 80px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 50px;
}
.btm-hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.btm-hero-text h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.btm-hero-text h2 span {
    color: #574abf;
}
.btm-hero-text p {
    font-size: 17px;
    color: #4a4a4a;
    margin-top: 10px;
    max-width: 420px;
}
.btm-hero-btn .btn-primary {
    background-color: #574abf;
    border: none;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: 500;
    transition: background 0.3s;
}
.btm-hero-btn .btn-primary:hover {
    background-color: #473d98;
}
.btm-hero-image {
    width: 100%;
    text-align: center;
}
.btm-hero-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
@media (max-width: 992px) {
    .btm-hero-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .btm-hero-btn {
        align-self: flex-start;
    }
    .btm-hero-text h1 {
        font-size: 36px;
    }
    .btm-hero-text p {
        font-size: 16px;
    }
    .btm-hero-image img {
        border-radius: 6px;
    }
}
.hm-abt-sec {
    padding: 100px 0;
    background: #574abf;
}
.hm-abt-sec h2 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.3;
}
.hm-abt-sec p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
.abt-line {
    width: 110px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 15px;
}
.abt-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    transition: 0.3s;
}
.abt-link:hover {
    color: #111;
    border-color: #111;
}
.welcome-section {
    position: relative;
    padding: 80px 0;
    background: #f9fbfd;
    margin: 40px 0;
}
.welcome-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #574abf;
    z-index: 0;
}
.welcome-content {
    position: relative;
    z-index: 1;
}
.welcome-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    object-fit: cover;
}
.quote-icon {
    font-size: 40px;
    color: #a0acc2;
    line-height: 1;
    margin-bottom: 15px;
}
.welcome-text h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.welcome-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.principal-info h6 {
    font-weight: 700;
    color: #0b1b35;
    margin-bottom: 3px;
    font-size: 20px;
}
.principal-info p {
    color: #fff;
    font-size: 15px;
}
.school-glance {
    text-align: center;
    padding: 80px 0 60px;
}
.school-glance h3 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 50px;
}
.stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 60px;
}
.stat-box h2 {
    font-size: 50px;
    font-weight: 800;
    color: #2c4b89;
    margin-bottom: 5px;
}
.stat-box p {
    font-size: 15px;
    color: #555;
    margin: 0;
}
.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.video-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
.video-container:hover {
    transform: scale(1.01);
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.play-btn:hover {
    background: rgb(255 255 255);
}
.play-btn::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #2c4b89;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
}
.modal-dialog {
    max-width: 850px;
}
.modal-content {
    background: #fff0;
    border: none;
}
.modal-body {
    padding: 0;
}
iframe {
    width: 100%;
    height: 480px;
    border: none;
    border-radius: 8px;
}
.about-section {
    padding: 60px 0;
    background-color: #fff;
}
.about-img {
    position: relative;
}
.about-img img.main-img {
    width: 100%;
    border-radius: 8px;
}
.play-btn:hover {
    color: #0077b6;
    transform: translate(-50%, -50%) scale(1.1);
}
.about-content h6 {
    color: #0077b6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b1b35;
}
.about-content p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}
.list-title {
    font-weight: 600;
    margin-bottom: 10px;
}
.list-unstyled li {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
}
.list-unstyled li i {
    color: #00b4d8;
    margin-right: 8px;
}
footer {
    background-color: #574abf;
    color: #b5d3d8;
}
.footer-left {
    background-color: #4337a1;
    color: #e0f7fa;
    padding: 60px 40px;
}
.footer-left h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.footer-left p {
    font-size: 14px;
    line-height: 1.8;
}
.footer-right {
    padding: 60px 40px;
}
.footer-social i {
    font-size: 18px;
    margin-right: 15px;
    color: #fff;
    transition: 0.3s;
}
.footer-social i:hover {
    color: #00d4ff;
}
.footer-subscribe input {
    background-color: #4337a1;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 0;
}
.footer-subscribe input::placeholder {
    color: #cce7ea;
}
.footer-subscribe button {
    background-color: #393175;
    border: none;
    color: #fff;
    padding: 10px 15px;
}
.footer-subscribe button:hover {
    background-color: #0096c7;
}
.footer-links h6 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 6px;
}
.footer-links ul li a {
    color: #b5d3d8;
    text-decoration: none;
    font-size: 14px;
}
.footer-links ul li a:hover {
    color: #00d4ff;
    text-decoration: underline;
}
hr.footer-line {
    border-color: #0a6e7f;
    margin: 25px 0;
}
.btm-hero-text {
    margin-bottom: 40px;
}
.inner-hero-section {
    position: relative;
    padding: 80px 0;
    background: #f9fbfd;
    overflow: hidden;
}
.inner-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #574abf;
    z-index: 0;
}
.inner-hero-content {
    position: relative;
    z-index: 1;
}
.inner-hero-image img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.inner-hero-text h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.inner-hero-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.inner-hero-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.programs {
    background-color: #f3f7fb;
    padding: 80px 0;
}
.program-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 0.12);
}
.program-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.program-card .pr-cd-content {
    padding: 25px;
}
.program-card h5 {
    color: #023e8a;
    font-weight: 600;
}
.admissions-section {
    background-color: #f9fbfd;
    position: relative;
    overflow: hidden;
}
.admission-card {
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.admission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 0.1);
}
.icon-box {
    width: 60px;
    height: 60px;
    background: #4337a1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-section {
    background: #4337a1;
    color: #fff;
}
.apply-section .btn {
    font-weight: 600;
    transition: all 0.3s ease;
}
.apply-section .btn:hover {
    background-color: #023e8a;
    color: #fff;
}
.gallery-section {
    background: #f9fbfd;
    position: relative;
}
.gallery-item {
    cursor: pointer;
    transition: all 0.4s ease;
}
.gallery-item img {
    transition: transform 0.5s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 119 182 / 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.gallery-item:hover .overlay {
    opacity: 1;
}
.modal-content img {
    width: 100%;
    height: auto;
}
.contact-wrapper {
    padding: 80px 0;
}
.contact-left h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
}
.contact-left p.desc {
    color: #555;
    font-size: 0.95rem;
    margin: 20px 0 40px;
    max-width: 400px;
}
.contact-info p {
    margin: 0;
    color: #444;
    font-size: 0.9rem;
}
.contact-info h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-social a {
    color: #111;
    font-size: 1.2rem;
    margin-right: 15px;
    transition: 0.3s;
}
.contact-social a:hover {
    color: #0d6efd;
}
.contact-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
}
.contact-form h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-form p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 25px;
}
.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    transition: 0.3s;
}
.form-control:focus {
    border-color: #111;
    box-shadow: none;
}
@media (max-width: 768px) {
    .contact-left {
        text-align: center;
    }
    .contact-info {
        margin-top: 40px;
    }
    .contact-form {
        margin-top: 50px;
    }
}
.faculty {
    padding: 80px 0;
    background: #574abf;
}
.faculty h2 {
    font-weight: 700;
    color: #fff;
}
.faculty-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.08);
}
.faculty-card:hover {
    transform: translateY(-6px);
}
.faculty-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.faculty-card h5 {
    margin-top: 15px;
    color: #0b2447;
    font-weight: 600;
}
.faculty-card p {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}
