:root {
    --primary: #2e5838;
    --primary-text: #000000;
    --secondary: #5a4024;
    --secondary-text: #ffffff;
    --background: #f9fafa;
}

.bg-background {
    background-color: var(--background) !important;
}
.primary {
    color: var(--primary) !important;
}
.text-primary {
    color: var(--primary-text) !important;
}
.secondary {
    color: var(--secondary) !important;
}
.text-secondary {
    color: var(--secondary-text) !important;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: var(--background);
    color: var(--primary-text);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
}

@layer utilities {
    .container {
        margin: 0 auto;
        padding: 0 15px;
    }
}

a {
    display: block;
}
.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-130 {
    margin-top: 130px;
}
.mb-60 {
    margin-bottom: 60px;
}
.btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border: none;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #819c7d;
    color: var(--secondary-text);
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s;
}
#scrollTopBtn:hover {
    background-color: var(--primary-text);
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px !important;
    }
}

/* Header */
header,
header .header-content {
    position: relative;
    background-color: #f9fafa;
}
header .header-content {
    background: url(../images/bg-header.png) center/cover no-repeat;
    background-size: cover;
}
.top-line {
    position: relative;
    padding: 15px 0;
    background: #5a3f25;
}
.top-line-content {
    position: relative;
    z-index: 1;
}
.top-line h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: var(--secondary-text);
}
.social-icon {
    height: 20px;
    width: auto;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s;
}
.social-links a:hover {
    opacity: 0.8;
}
.shape {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b34632;
    clip-path: polygon(51% 0, 100% 0, 100% 100%, 51% 100%, 50% 50%);
}
.top-bar {
    background-color: #f9fafa;
}
.top-right .contact-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: var(--secondary);
    height: 35px;
    width: 35px;
}
.top-right .contact-info {
    color: #819c7d;
    font-weight: 500;
    font-size: 15px;
}
.btn-admission {
    background: var(--secondary);
    color: var(--secondary-text) !important;
    font-weight: 600;
    border-radius: 25px 0 25px 0;
    padding: 8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}
.btn-admission:hover,
.btn-admission:focus,
.btn.btn-admission:active {
    background: var(--primary-text);
    color: var(--secondary-text) !important;
}
.top-left .logo-text {
    margin-left: 6px;
}
.top-left .logo-name1 {
    font-size: 1.25rem;
    margin: 0 0 5px;
    color: var(--secondary);
}
.top-left .logo-name2 {
    font-size: 1.5rem;
    margin: 0;
    color: var(--primary);
}
/* .top-left .logo-name2 span {
  display: block;
} */
.header-content .menu {
    z-index: 1;
    padding: 0;
}
.navbar-nav .nav-item a {
    font-weight: 500 !important;
    font-size: 1rem;
    padding: 20px !important;
    color: var(--secondary-text);
    transition: 0.3s;
}
.navbar-nav .nav-item a.dropdown-item {
    padding: 10px 20px !important;
    color: var(--primary) !important;
}
.navbar-nav .nav-item a.dropdown-item:hover {
    color: var(--secondary-text) !important;
    background-color: var(--primary) !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #cfa06c !important;
    font-weight: 700;
}

/* Hover dropdown for desktop */
@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
}

.dropdown-menu {
    background-color: var(--secondary-text);
    border-radius: 0;
    padding: 0;
}
/* .dropdown-item {
    color: var(--primary) !important;
    font-size: 0.875rem;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */
.dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-item:hover {
    background-color: var(--primary);
    color: var(--secondary-text) !important;
}

.navbar .navbar-toggler {
    padding: 5px;
    border-radius: 10px 0 10px 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ffffff;
    background-color: #819c7d;
}

/* main banner */
.banner-content h1 {
    font-size: 1.25rem;
    color: var(--secondary);
    text-transform: capitalize;
}
.banner-content p span {
    color: #cfa06c;
}
.banner-content > div {
    width: 36.5%;
    padding: 0 10px;
}
.banner-content > div:nth-child(2) {
    width: 27%;
}
.main-banner.swiper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
.homeSwiper .swiper-button-next,
.homeSwiper .swiper-button-prev {
    position: absolute !important;
    color: var(--secondary) !important;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    transition: 0.3s;
    margin-top: 0 !important;
}
.homeSwiper .swiper-button-next {
    right: 20px !important;
    left: auto !important;
}
.homeSwiper .swiper-button-prev {
    left: 20px !important;
    right: auto !important;
}
.homeSwiper .swiper-button-next::after,
.homeSwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 800;
}
.homeSwiper .swiper-pagination-bullet-active {
    background: var(--primary) !important;
}
.banner-content .banner-inner {
    padding: 30px;
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    position: relative;
    overflow: hidden;
}
.banner-content .banner-inner {
    margin-top: 20px;
    border-radius: 40px 0 40px 0;
    box-shadow: 0px 6.59px 44.49px 0px rgba(0, 0, 0, 0.16);
}
.banner-content .banner-text {
    position: relative;
    z-index: 1;
}
.banner-content .banner-inner::before,
.about-card::before {
    content: "";
    position: absolute;
    top: -55%;
    left: -3%;
    right: auto;
    bottom: auto;
    margin: auto;
    height: 308px;
    width: 308px;
    background-color: #eaeeeb;
    border-radius: 50%;
}
.banner-content .banner-inner::after,
.about-card::after {
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: -7%;
    bottom: -27%;
    margin: auto;
    height: 221px;
    width: 277px;
    background-color: #eaeeeb;
    border-radius: 50%;
}
.banner-content .content-text:nth-child(3) p {
    margin: 0;
}
.banner-content .content-inner {
    padding-left: 15px;
}

/* banner 1 */
.download-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.download-block {
    width: 20%;
}
.download-content {
    position: relative;
    padding: 20px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 37px 0 37px 0;
    background-color: #d5ded7;
}
.download-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    color: var(--primary-text);
}
.download-box {
    position: relative;
    margin: -32px 30px 0;
}
.download-link {
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    font-weight: 600;
    color: var(--secondary-text);
    background-color: var(--primary);
    text-decoration: none;
    transition: 0.3s;
    border-radius: 0 21px 0 21px;
}
.download-link.view {
    background-color: #cfa06c;
}
.download-link:hover {
    background-color: var(--secondary);
}

/* blog */
.blog {
    position: relative;
    padding: 60px 0;
    background: url("../images/home/bg-banner2.png") center/cover no-repeat;
}
.blog .blog-content h4 {
    font-size: 1.25rem;
    margin: 0 0 20px;
}
.blog-img img {
    width: 100%;
}
.blog .btn-read-more {
    font-size: 0.875rem;
    padding: 12px 15px;
    border-radius: 20px 0 20px 0;
    background: var(--secondary);
}
.blog .btn-read-more img {
    margin-left: 30px;
}
.blog .btn-read-more:hover {
    background: var(--primary);
}

/* Highlight */
.section-title h3 {
    font-size: 2.5rem;
}
.highlight-content {
    margin: 0;
}
.highlight-content > div {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    /* justify-content: space-between; */
}
.highlight-card {
    position: relative;
    padding: 20px;
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 37px 0 37px 0;
    background-color: #d5ded7;
}
.highlight-card h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    color: var(--secondary);
}
.timeline {
    position: relative;
}
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 15px;
    background-color: var(--primary);
}
.timeline-item {
    position: relative;
    text-align: center;
}
.timeline-number {
    display: inline-block;
    font-size: 2.938rem;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #5b3b1d;
}
.timeline-item.top .timeline-number,
.timeline-item.bottom .timeline-number {
    display: block;
    position: relative;
    height: 218px;
    width: 100%;
}
.timeline-item.top .timeline-number {
    margin: 50px 0 0;
    padding: 50px 0 0;
}
.timeline-item.bottom .timeline-number {
    margin: 0 0 50px;
    padding: 0 0 50px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.timeline-item.top .timeline-number::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    height: 35px;
    width: 1px;
    background-color: #2e5838;
    border-radius: 50%;
}
.timeline-item.bottom .timeline-number::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    height: 35px;
    width: 1px;
    background-color: #2e5838;
    border-radius: 50%;
}

/* achievements */
.section-title p {
    width: 40%;
    margin: 30px auto 0;
    text-align: center;
}
.achievements-carousel {
    width: 80%;
    margin: 0 auto;
    padding: 67px;
    border-radius: 51px 0 51px 0;
    background: var(--secondary);
}

/* Leadership Messages */
.leadership-section .leadership-img {
    text-align: center;
    padding-top: 30px;
}
.leadership-section .leadership-img img {
    width: 230px;
    height: 230px;
    border-radius: 40px 0 40px 0;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); /* Added soft shadow for "perfect" set */
}
.leadership .leadership-inner > div {
    margin-bottom: 20px;
}
.leadership .leadership-box {
    height: 100%;
    border-radius: 50px 0 50px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: var(--secondary-text);
}
.leadership .leadership-box:hover {
    transform: translateY(-5px);
}
.leadership .leadership-content {
    padding: 20px;
    background-color: var(--secondary-text);
    border-radius: 0 0 50px 0;
}
.leadership .leadership-content h2 {
    font-size: 24px;
    margin-bottom: 7px;
    color: var(--primary);
}
.leadership .leadership-content h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    color: var(--primary-text);
}
.leadership .leadership-content p {
    margin-bottom: 0;
    color: var(--primary-text);
}

/* Accordion */
div#accordionExample {
    width: 80%;
    margin: auto;
}
.accordion-item {
    position: relative;
    margin-bottom: 20px;
    color: #909090;
    background-color: var(--secondary-text);
    border: none;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.accordion-item .accordion-button {
    font-size: 24px;
    padding: 20px;
    color: var(--primary-text);
    background-color: var(--secondary-text);
    box-shadow: none;
    border-radius: 10px;
}
.accordion-button::after {
    color: transparent;
    background-color: transparent;
    background-image: url("../images/home/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/home/arrow_up.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
}

/* Leader Common */
.leader-img img {
    width: 100%;
}
h4.leader-title {
    font-size: 30px;
    margin-bottom: 5px;
}
h5.leader-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Brand */
section.brand-section {
    position: relative;
    z-index: 1;
    margin-bottom: -180px;
}
.brand-carousel {
    width: 80%;
    margin: 0 auto;
    padding: 88px 150px;
    background: #819c7d;
    border-radius: 50px 50px 50px 0;
}
.brand-carousel .swiper-slide img {
    width: auto;
}
.brand-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.brand-carousel .swiper-slide span {
    color: var(--secondary-text);
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 1.5px;
    /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);  */
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    --swiper-navigation-size: 30px;
    padding: 7px;
    border-radius: 50%;
    margin-top: 0 !important;
    background: var(--secondary);
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-navigation-icon {
    color: var(--secondary-text);
}
.swiper-group .swiper-next,
.swiper-group .swiper-prev {
    display: block;
    padding: 24px;
    position: absolute;
    top: 0;
    right: -41px;
    bottom: 0;
    left: auto;
    margin: auto;
    height: fit-content;
    border-radius: 20px;
    background: var(--background);
}
.swiper-group .swiper-prev {
    left: -41px;
    right: auto;
}
.leadership .swiper-group .swiper-next,
.leadership .swiper-group .swiper-prev {
    padding: 10px;
    background: var(--secondary);
    border-radius: 15px 0 15px 0;
}
.leadership .swiper-navigation-icon {
    color: var(--secondary);
}
.leadership .swiper-button-next,
.leadership .swiper-button-prev {
    --swiper-navigation-size: 20px;
    padding: 4px;
    background: var(--secondary-text);
}
.leadership .swiper-group .swiper-next {
    right: 0;
}
.leadership .swiper-group .swiper-prev {
    left: 0;
}

@media (max-width: 991px) {
    .swiper-group .swiper-next,
    .swiper-group .swiper-prev {
        padding: 5px;
        right: -5px;
        border-radius: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-size: 25px;
    }
    .swiper-group .swiper-prev {
        left: -5px;
        right: auto;
    }
}

/* footer */
.footer-section {
    position: relative;
    overflow: hidden;
    padding: 200px 0 30px;
    color: var(--secondary-text);
    background: url(../images/bg-footer.png) center/cover no-repeat;
}
.footer-title {
    color: var(--secondary-text);
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
    position: relative;
}
.footer-links {
    list-style: none;
    padding-left: 1.5rem;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.6rem;
    font-size: 0.875rem;
    list-style: disc;
}
.footer-links a {
    color: var(--secondary-text);
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.9rem;
    font-size: 0.75rem;
}
.contact-item img {
    padding: 8.5px;
    border-radius: 11px 0 11px 0;
    background: #819c7d;
    margin-right: 10px;
    height: 35px;
    width: 35px;
}
.contact-item a {
    font-size: 0.75rem;
    color: var(--secondary-text);
}
.contact-item span {
    font-size: 0.75rem;
}
.contact-item .text-wrap {
    overflow-wrap: anywhere;
}
.social-icons {
    display: flex;
    align-items: center;
}
.social-icons a {
    margin-left: 10px;
}
.social-icons a:first-child {
    margin-left: 0;
}
.visitor-counter {
    font-family: "Courier New", monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-text);
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-text);
}
.visitor-counter span {
    display: block;
    padding: 2px 4px;
    background: var(--secondary-text);
    border-left: 1px solid var(--primary-text);
}
.visitor-counter span:first-child {
    border-left: none;
}
.copyright {
    border-top: 1px solid var(--secondary-text);
    padding-top: 30px;
    margin-top: 90px;
    font-size: 1rem;
    color: var(--secondary-text);
    text-align: center;
}

/* About Us Page */
.about-top-content,
.about-content {
    width: 80%;
    margin: 0 auto;
}
.about-top-content {
    margin-bottom: 50px;
}
.about-top-content p span,
.about-right .answer p span {
    font-weight: 700;
}
.committee-card {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 30px 40px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08); /* More refined, "perfect" shadow */
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: 0.3s ease;
}
.committee-card:hover {
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.12);
}
.about-card {
    position: relative;
    overflow: hidden;
    background: var(--secondary-text);
    border-radius: 43px;
    box-shadow: 0px 6.59px 44.49px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 40px 40px;
}
.about-card::before {
    top: -40%;
    left: -4%;
}
.about-card::after {
    right: -17%;
    bottom: -17%;
}
.about-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--secondary);
}
.about-card-button {
    position: relative;
    z-index: 1;
    margin: 0 20px;
}
.question-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    background: transparent;
    border-radius: 13px 13px 13px 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    transition: 0.3s;
    margin-top: 15px;
}
.question-btn:hover,
.question-btn.active {
    background-color: var(--primary);
    color: var(--secondary-text);
}
.answer {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}
.answer.active {
    display: block;
}
.about-right {
    margin-left: 50px;
}
.about-top-content .about-top-title,
.about-right .about-right-title {
    font-size: 1.875rem;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--primary);
}
.about-right p {
    margin-bottom: 30px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1399px) {
    .top-left .logo-name1 {
        font-size: 1rem;
    }
    .top-left .logo-name2 {
        font-size: 1.25rem;
    }
    .navbar-nav .nav-item a {
        padding: 20px 10px !important;
    }
    .section-title-img img {
        max-width: 80%;
    }
    .highlight-card h3 {
        font-size: 20px;
        line-height: 24px;
    }
    section.brand-section {
        margin-bottom: -150px;
    }
    .brand-carousel {
        padding: 50px;
    }
    .footer-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 40px;
    }
    .top-right div + div {
        margin-left: 5%;
    }
    header .header-content {
        background: var(--primary);
    }
    .navbar-nav .nav-item a {
        font-size: 0.875rem;
        padding: 15px 10px !important;
    }
    .hero-section .main-banner-content {
        position: relative;
    }
    .banner-content > div,
    .banner-content > div:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .banner1-title {
        margin-left: 0;
    }
    .timeline-number {
        font-size: 2rem;
    }
    .accordion-item .accordion-button {
        font-size: 20px;
    }
    .download-inner {
        display: block;
    }
    .download-block {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 10px;
    }
    .download-box {
        margin: 0;
    }
    .download-content {
        width: 100%;
        height: auto;
        border-radius: 20px 0 0 0;
        justify-content: flex-start;
    }
    .download-content h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .download-link {
        font-size: 20px;
        min-width: 130px;
        border-radius: 0 0 20px 0;
    }
    .blog-info .blog-info2 {
        margin-top: 30px;
    }
    .about-top-content,
    .about-content {
        width: 100%;
    }
    .about-right {
        margin-left: 0;
    }
    .leadership-section .leadership-img img {
        width: 200px;
        height: 200px;
    }
    .footer-section {
        padding: 150px 0 30px;
    }
    .footer-info > div {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .achievements-carousel::before {
        content: "";
        position: absolute;
        top: -100px;
        left: -80px;
        right: auto;
        bottom: auto;
        width: 118px;
        height: 118px;
        z-index: 1;
        background: url("../images/icons/icon1.svg") center/cover no-repeat;
    }
    .achievements-carousel::after {
        content: "";
        position: absolute;
        top: auto;
        left: auto;
        right: -60px;
        bottom: -55px;
        width: 118px;
        height: 118px;
        z-index: 1;
        background: url("../images/icons/icon2.svg") center/cover no-repeat;
    }
    .brand-carousel::before {
        content: "";
        position: absolute;
        top: -47px;
        left: -43px;
        right: auto;
        bottom: auto;
        width: 118px;
        height: 118px;
        z-index: 1;
        background: url("../images/icons/icon2.svg") center/cover no-repeat;
    }
}

@media (max-width: 991px) {
    .section-title-img.mt-4 {
        margin-top: 1rem !important;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .mt-80 {
        margin-top: 60px;
    }
    .mt-130 {
        margin-top: 70px;
    }
    #navbarNavDropdown .menu-content {
        padding: 10px 0 0;
    }
    .navbar-nav .nav-item a {
        padding: 10px !important;
    }
    .nav-img img {
        padding: 12.5px;
        border-radius: 11px 0 11px 0;
        background-color: var(--secondary);
        height: 44px;
        width: 44px;
    }
    .nav-img .top-right-content a,
    .nav-img .top-right-content span {
        color: var(--secondary-text);
    }
    .nav-img {
        width: 80%;
    }
    .nav-img .top-right-content a {
        overflow-wrap: anywhere;
    }
    .header-content .menu.navbar {
        padding: 10px 0;
    }
    .section-title {
        text-align: center;
    }
    .section-title h3 {
        font-size: 2rem;
        margin-top: 0;
    }
    .section-title-img img {
        max-width: 50%;
    }
    .blog {
        padding: 30px 0;
    }
    .highlight-card,
    .timeline-item.top .timeline-number,
    .timeline-item.bottom .timeline-number {
        height: auto;
        width: 100%;
    }
    .timeline-item.top .timeline-number,
    .timeline-item.bottom .timeline-number {
        margin: 0;
        padding: 0;
    }
    .timeline-item.top .timeline-number::before,
    .timeline-item.bottom .timeline-number::after,
    .timeline-line {
        display: none;
    }
    .timeline-item.top {
        flex-direction: column-reverse;
    }
    .highlight-content > div {
        margin: 0 0 20px;
    }
    .achievements-carousel {
        width: 100%;
        padding: 50px;
    }
    div#accordionExample {
        width: 100%;
    }
    .section-title p {
        width: 100%;
        margin: 20px 0 0;
    }
    .leadership .leadership-content h2 {
        font-size: 20px;
    }
    .leadership .leadership-content h3 {
        font-size: 16px;
    }
    h4.leader-title {
        font-size: 24px;
    }
    h5.leader-sub-title {
        font-size: 16px;
    }
    .brand-carousel {
        width: 100%;
    }
    .footer-section {
        padding: 100px 0 30px;
    }
    .copyright {
        margin-top: 30px;
        font-size: 0.875rem;
    }
    .breadcrumb-banner img {
        height: 218px;
        width: 100%;
    }
    .about-right {
        margin: 20px 0 0;
    }
    .about-top-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
    .mt-130 {
        margin-top: 40px;
    }
    .banner-content .banner-inner::before,
    .about-card::before {
        top: -50%;
        height: 260px;
        width: 260px;
    }
    .banner-content .banner-inner::after,
    .about-card::after {
        height: 174px;
        width: 230px;
    }
    .about-card::before {
        top: -32%;
    }
    .blog-content {
        margin-top: 15px;
    }
    .blog .blog-content h4 {
        margin: 0 0 15px;
    }
    .blog .btn-read-more {
        padding: 8px 15px;
    }
    .blog .btn-read-more img {
        margin-left: 10px;
    }
    .timeline-item.top .timeline-number,
    .timeline-item.bottom .timeline-number {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .download-content h2,
    .download-link {
        font-size: 16px;
        line-height: 20px;
    }
    .leader-img img {
        width: 220px;
    }
    .leader-text {
        margin-top: 15px;
    }
    section.brand-section {
        margin-bottom: -54px;
    }
    .brand-carousel {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .banner-content .banner-inner {
        padding: 20px;
    }
    .banner-content .content-inner {
        padding-left: 10px;
    }
    .achievements-carousel {
        padding: 40px;
    }
    .accordion-item .accordion-button {
        font-size: 16px;
        padding: 15px;
    }
    .footer-title {
        font-size: 1.125rem;
    }
    .about-card {
        padding: 30px 20px;
    }
    .about-card-button {
        margin: 0 5px;
    }
    .question-btn {
        font-size: 0.875rem;
        padding: 10px;
    }
    .about-top-content .about-top-title,
    .about-right .about-right-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .about-right p {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .section-title-img.mt-4 {
        margin-top: 0rem !important;
    }
    .mb-60 {
        margin-bottom: 20px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .mt-80 {
        margin-top: 30px;
    }
    .top-left .logo img {
        width: 90px;
    }
    .top-left .logo-name1 {
        font-size: 0.875rem;
    }
    .top-left .logo-name2 {
        font-size: 1rem;
    }
    .banner-content .banner-inner::before,
    .about-card::before {
        top: -30%;
    }
    .banner-content .banner-inner::after,
    .about-card::after {
        bottom: -15%;
    }
    .download-content {
        padding: 15px 5px;
    }
    .download-content h2,
    .download-link {
        font-size: 13px;
        line-height: 16px;
    }
    .download-link {
        padding: 15px 5px;
        min-width: 70px;
    }
    .section-title h3 {
        font-size: 1.5rem;
    }
    .section-title-img img {
        max-width: 35%;
    }
    .highlight-card {
        padding: 15px 10px;
    }
    .highlight-card h3 {
        font-size: 16px;
    }
    .footer-section {
        padding: 70px 0 30px;
    }
    .breadcrumb-banner img {
        height: 150px;
    }
    .footer-info > div {
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    .copyright {
        padding-top: 20px;
    }
    .leader-img img {
        width: 280px;
    }
}

@media (max-width: 319px) {
    .leader-img img {
        width: auto;
    }
}

.card {
    background-color: transparent;
    border-color: var(--secondary-text);
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--background);
}
button.btn.btn-sm.btn-outline-secondary {
    font-size: 30px;
    line-height: 14px;
    background: transparent;
    color: var(--primary-text);
}
span#monthYear {
    font-size: 16px;
    line-height: 20px;
}
.calendar-table th,
.calendar-table td {
    padding: 5px;
    font-size: 12px;
    background-color: transparent;
    color: var(--secondary-text);
}
.calendar-table td {
    cursor: pointer;
}
.calendar-table td.weekoff {
    background-color: #b91414; /* red */
    color: var(--secondary-text);
}
.calendar-table td.holiday {
    background-color: green; /* green */
    color: var(--secondary-text);
}
.calendar-table td.today {
    background-color: #ff9800; /* yellow */
    color: var(--secondary-text);
    font-weight: bold;
}
.legend {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
    border: 1px solid #ccc;
}
.legend.weekoff {
    background: #b91414;
}
.legend.holiday {
    background: green;
}
.legend.today {
    background: #ff9800;
}
.card-footer.small {
    color: var(--secondary-text);
}
.card-footer.small > div {
    margin-top: 5px;
}

/* Admission Enquiry Form Styling */
.enquiry-form-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.enquiry-form-card .form-label {
    color: var(--secondary);
    font-size: 14px;
    margin-bottom: 8px;
}
.enquiry-form-card .form-control {
    padding: 12px 15px;
    border: 1.5px solid #eaeaea;
    border-radius: 12px;
    font-size: 15px;
}
.enquiry-form-card .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(30, 71, 71, 0.1);
}
.enquiry-form-card .btn-secondary {
    background-color: var(--secondary) !important;
    border: none;
    transition: 0.3s;
}
.enquiry-form-card .btn-secondary:hover {
    background-color: var(--primary) !important;
    transform: translateY(-2px);
}

/* Contact Section Styling */
.contact-section .contact-details {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-section .contact-icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.contact-section .map-container iframe {
    height: 100%;
}
@media (max-width: 991.98px) {
    .contact-section .map-container {
        min-height: 400px !important;
    }
}

/* News & Events Ticker */
.bg-news-light {
    background-color: #ffd88e;
}
.news-tag {
    background-color: #d84c24;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}
.text-news-dark {
    color: #d84c24;
    font-size: 1rem;
}
.grow {
    flex-grow: 1;
}
marquee {
    font-size: 14px;
    line-height: normal;
}
.card-footer.small > div:first-child {
    margin-top: 0;
}
.download-list {
    display: block;
}
.download-list .download-button {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 10px;
    text-decoration: none;
}
.download-list .download-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--background);
    border-radius: 50px;
    text-align: center;
}
.download-button span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--secondary-text);
    text-decoration: none;
    transition: 0.3s;
}
