:root {
    --red-main: #dc143c;
    --white-main: #fff;
    --black-main: #212529;
    --rose-main: #f8d0d8;
}

.bg-red {
    background-color: var(--red-main);
}

#filterForm {
    width: fit-content !important;
}

.btn-main {
    background-color: var(--red-main);
    color: var(--white-main);
}

.btn-main:hover {
    background-color: var(--white-main);
    color: var(--red-main);
    border-color: var(--red-main);
}

/* home overview */
#overview-section .info-card {
    border-left: 5px solid var(--red-main);
    padding: 1rem;
    background-color: var(--white-main);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#overview-section .info-title {
    font-weight: bold;
    color: var(--red-main);
}

/* end home overview */

/* home about */
.promo-section {
    /* background-color: #f8f9fa; */
    /* padding: 3rem 1rem; */
}

.promo-image {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.cta-button {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    border-radius: 0.5rem;
}

.cta-button:hover {
    background-color: #c82333;
}

/* end home about */

/* glance */
#glance .info-section {
    /* background-color: #f0f4f8;
    padding: 3rem 1rem; */
}

#glance .icon-box {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 0 10px rgb(246 15 15 / 62%);
    padding: 1rem;
    text-align: center;
}

#glance .icon-box i {
    font-size: 2rem;
    color: var(--red-main);
    margin-bottom: 0.5rem;
}

#glance .icon-label {
    font-weight: 600;
    margin-top: 0.5rem;
}

/* end glance */

/* why study */
#why-study .icon-wrapper {
    background-color: var(--red-main);
}

#why-study .item {
    background-color: var(--white-main);
}

/* End why study */
/* cost section */
/* .cost-section {
      background-color: #fff;
      padding: 3rem 1rem;
    } */
#cost-section .cost-heading {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#cost-section .cost-table thead th {
    background-color: var(--red-main);
    color: var(--white-main);
}

#cost-section .cost-table tbody tr:nth-child(even) td {
    background-color: var(--rose-main);
}

#cost-section .cost-table tfoot td {
    background-color: var(--red-main);
    color: var(--white-main);
    font-weight: bold;
}

#cost-section .cost-table {
    border: 1px solid var(--black-main);
}

/* end cost section */
/* Admission process */
#admission-process .section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#admission-process .icon-box {
    background-color: var(--white-main);
    color: var(--red-main);
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

#admission-process .icon-box i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

#admission-process .icon-label {
    font-weight: 600;
    font-size: 0.95rem;
}

#admission-process .check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5rem;
    background: var(--red-main);
    padding: 15px;
    border-radius: 100px;
    margin: 10px;
    display: flex;
    align-items: center;
    /* vertically center the bullet */
    justify-content: center;
    width: 10px;
    /* bullet width */
    height: 10px;
    /* bullet height */
    font-size: 20px;
    color: var(--white-main);
}

#admission-process .check-list {
    list-style: none;
    padding: 0;
}

#admission-process .check-list li {
    display: flex;
    /* flex layout for li */
    align-items: center;
    /* vertically center text + ::before */
    gap: 8px;
    /* space between bullet and text */
    margin-bottom: 8px;
    position: relative;
}

/* end Admission process */

/* comparision section */
/* .comparison-section {
      background-color: #f8f9fa;
      padding: 3rem 1rem;
    } */
#comparison-section .comparison-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

#comparison-section .comparison-table thead th {
    background-color: var(--red-main);
    color: var(--white-main);
}

#comparison-section .comparison-table tbody tr:nth-child(even) td {
    background-color: var(--rose-main);
}

#comparison-section .comparison-table th,
#comparison-section .comparison-table td {
    vertical-align: middle;
    text-align: center;
}

#comparison-section .comparison-table {
    border: 1px solid var(--black-main);
}

/* end comparision section */

/* faq */
#faq-section .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067";
    /* plus icon */
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}

#faq-section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* minus icon */
}

#faq-section .faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#faq-section .accordion-button::after {
    background-image: unset;
}

#faq-section .accordion-header button {
    background-color: var(--red-main) !important;
    color: var(--white-main);
}

/* end faq */

/* Footer */
.footer {
    background-color: var(--red-main);
    color: var(--white-main);
    padding: 3rem 1rem 1rem;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer a {
    color: var(--white-main);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    color: var(--white-main);
    margin-right: 1rem;
    font-size: 1.2rem;
}

.footer .newsletter-input {
    border-radius: 0.25rem;
    border: none;
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.footer .subscribe-btn {
    background-color: var(--white-main);
    color: var(--red-main);
    border: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 0.25rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.9rem;
    text-align: center;
}

/* End Footer */

/* aoout page grid */
#about-page-grid .info-box {
    border-left: 5px solid var(--red-main);
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    height: 100%;
}

#about-page-grid .info-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--red-main);
    margin-bottom: 1rem;
}

/* end aoout page grid */

/* contact page css */
#contact-page .contact-info {
    background-color: #fff;
    padding: 40px 20px;
    max-width: 960px;
    /* margin: 60px auto; */
    margin: 40px auto 0px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(246 15 15 / 62%);
}

#contact-page .info-block {
    text-align: center;
    padding: 20px;
}

#contact-page .info-icon {
    width: 60px;
    height: 60px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}

#contact-page .info-text {
    font-size: 15px;
    line-height: 1.6;
}

#contact-page input,
#contact-page textarea {
    box-shadow: 0 0 10px rgb(246 15 15 / 62%);
}

/* end contact page css */

/* banner search */
.search-overlay {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
    /* max-width: 600px; */
    background: unset !important;
}

.search-overlay .innersearch {
    width: fit-content !important;
    background: #fff;
    margin: auto;
    padding: 15px !important;
}

.search-overlay .innersearch .col-auto {
    /* margin-top: 0px; */
}

@media (max-width: 900px) {
    .search-overlay {
        top: 50%;
    }
}

@media (max-width: 767px) {
    .search-overlay .innersearch .col-auto {
        width: 100%;
    }
}

/* end banner search */