#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #48494a;
    background-image: url(../images/charity-bg-1.jpg);
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.call_to-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #fec913;
    border: 1px solid transparent;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {
    padding: 12px 35px;
}

.call_to-btn img {
    width: 18px;
    margin-left: 10px;
}

.btn_on-hover {
    transition: all 0.3s ease 0s;
}

    .call_to-btn:hover,
    .btn_on-hover:hover {
        color: #fff;
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
        color: #fff;
        transform: translateY(-7px);
    }

.main-heading {
    color: #082465;
    font-weight: bold;
    text-align: center;
}

/*header section*/

.header_section {
    padding-top: 10px;
}

.logoMain {
    max-height: 470px;
    margin-left: 10%;
    border-radius: 406px 130px;
}

nav.navbar.navbar-expand-lg {
    padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #082465;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
}

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fec913;
        transform: translateY(-3px);
    }

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    /*color: #232323;*/
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.top_container {
    height: 95vh;
    position: relative;
}

    .top_container::before {
        content: "";
        position: absolute;
        width: 48%;
        height: 100%;
        background: url(../images/hero-bg.png);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .top_container.sub_pages::before {
        background-size: 400px 200px;
        background-position: top left;
    }

    .top_container.sub_pages {
        height: 35vh;
    }

    .top_container.sub_page {
        height: auto;
    }

.navbar-brand img {
    height: 90px;
    width: 180px;
    margin-right: 7px;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

    .navbar-brand span {
        font-size: 20px;
        font-weight: 700;
        color: #fefefe;
    }

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/menu.png);
            background-size: 40px;
        }

/*end header section*/

/* hero section */
.hero-container {
    display: flex;
    padding-top: 0px;
    padding-bottom: 75px;
}

.hero_detail-box {
    width: 45%;
}

.hero_img-container {
    width: 55%;
}

.hero_detail-box {
    color: #fefeff;
}

    .hero_detail-box h1 {
        text-transform: uppercase;
        font-size: 50px;
        color: #fec913;
        font-weight: bold;
        border: none;
        outline: none;
    }

    .hero_detail-box p {
        margin-top: 20px;
        margin-bottom: 35px;
    }

/* end hero section */

/* about section */
.center-heading {
    color: #082465;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

    .center-heading::after {
        content: '';
        width: 80px;
        height: 4px;
        background-color: #ffe800;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

.about_img-box {
    width: 65%;
    margin: 40px auto;
}

#headingmargin {
    margin-top: 60px;
    margin-bottom: -70px;
}

.main-divpaddingpadding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about_section {
    padding-bottom: 20px;
    font-size: 1.3rem;
}

/* about section end */
/* events section start */

.card-spacing {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .card-spacing {
        margin-bottom: 0;
        margin-bottom: 0;
    }
}

.fund-raising-events {
    padding: 3.5rem 0;
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #082465;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

    .section-title::after {
        content: '';
        width: 80px;
        height: 4px;
        background-color: #ffe800;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

    .hover-card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.card-body {
    text-align: left;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    background-color: #fff;
    flex: 1 1 auto;
}

.card-shadow {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.6);
    border-radius: 30px;
}

.card-body .btn {
    margin-top: auto;
}

.card-title {
    font-size: 1.50rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
}

    .card-title::after {
        content: '';
        width: 50px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.card-subtitle {
    font-size: 1rem;
    color: #fff;
    opacity: 0.6;
}

/* CSS Btn */
.button-34 {
    background: #003366;
    border-radius: 999px;
    box-shadow: rgba(255, 255, 255, 0.35) 0 0 10px, rgba(64, 224, 208, 0.35) 0 0 20px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: Inter, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    border: 3px solid #FFD700;
    outline: 0;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    text-decoration: none;
}

    /* Add these states to keep the text color consistent */
    .button-34:hover,
    .button-34:focus,
    .button-34:active,
    .button-34:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* CSS Btn without glow */
.button-35 {
    background: #003366;
    border-radius: 999px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    border: 3px solid #FFD700;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
}

    .button-35:hover {
        color: #ffffff;
        transform: scale(1.01) rotate(0deg);
    }

.event_sec-font {
    padding-bottom: 20px;
    font-size: 1.3rem;
}
/* events section end */

/* new events section start */
.breakfast-image {
    border-radius: 130px 265px;
}

.walk-image {
    border-radius: 10% 30% 50% 70%;
}

.park-image {
    border-radius: 30% 39% / 30% 30%;
}

/*.card-deck {
    flex: 1;
    margin: 15px;*/ /* Add some margin between the cards */
/*display: flex;
    flex-direction: column;
}*/

.card-deck {
    flex: 1;
    margin: 15px; /* Add some margin between the cards */
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* new events section end */
/* priorities section start */
.priorities_section ul {
    font-size: 1.5rem;
}

.strategies {
    margin-bottom: 50px
}

/* priorities section end */
/* teacher container */
.teacher_section .card {
    border: none;
    background-color: transparent;
}

.teacher_section .card-title {
    text-align: center;
    color: #48494a;
}

/* end teacher container */

/* vehicle section */
.vehicle_img-box {
    width: 60%;
    margin: 0 auto;
}

.vehicle_section .carousel-control-prev,
.vehicle_section .carousel-control-next {
    opacity: 1;
}

.vehicle_section .carousel-control-prev-icon,
.vehicle_section .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-color: #082465;
    border-radius: 100%;
    background-size: 10px;
    background-position: center;
}

.vehicle_section .carousel-control-prev-icon {
    background-image: url(../images/prev.png);
}

.vehicle_section .carousel-control-next-icon {
    background-image: url(../images/next.png);
}

.col-middle {
    width: 350px;
}

/* end vehicle section */
/* client section */
.client_section {
    background-image: url(../images/shape-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18%;
}

.client_container {
    width: 80%;
    margin: 0 auto;
    padding: 35px;
    background-color: #fefeff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    border-radius: 20px;
}

.client_detail-box h4 {
    color: #082465;
}

.client_detail-box span {
    text-transform: uppercase;
    color: #48494a;
}

.client_detail .client_img-box {
    width: 100px;
    margin-right: 15px;
}

    .client_detail .client_img-box img {
        width: 100%;
    }

/* end client section */

/* contact section */
.contact_section {
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: left center;
    padding-top: 30px;
    font-size: 1.3rem
}

.contact-form {
    padding: 25px;
    border-radius: 20px;
}

    .contact-form input {
        border: none;
        outline: none;
        background-color: #dedee0;
        width: 100%;
        margin: 10px 0;
        padding: 7px 10px;
    }

    .contact-form .input_message {
        height: 120px;
    }

    .contact-form input::placeholder {
        color: #fff;
    }

    .contact-form button {
        border: none;
        outline: none;
        padding: 7px 50px;
        text-transform: uppercase;
        margin-top: 25px;
        background-color: #fec913;
        color: #fff;
    }

/* end contact section */

/* admission section */

.admission_section .container-fluid.position-relative {
    height: 500px;
}

.admission_container {
    width: 770px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.admission_img-box {
    width: 50%;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}

.admission_detail {
    width: 50%;
    background-color: #082465;
    padding: 20px;
    color: #fefeff;
    border-radius: 0 25px 25px 0;
}

.admission_img-box img {
    width: 100%;
}

.admission_detail .admission_btn {
    background-color: #fec913;
    padding: 7px 35px;
    color: #fefeff;
    font-size: 15px;
    border-radius: 5px;
}

/* end admission section */

/* call section */
.call_section h2 {
    text-align: center;
    margin: 15px 0;
}

.landing_section .number_heading {
    color: #fec913;
}

.landing_section p {
    text-align: center;
    margin-top: 15px;
}

/* end call section */

/* footer section*/

.footer {
    background-color: #082465;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 18px;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
    }

        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            background-color: #fec913;
            height: 2px;
            box-sizing: border-box;
            width: 50px;
        }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-decoration: none;
        font-weight: 300;
        color: #bbbbbb;
        display: block;
        transition: all 0.3s ease;
    }

        .footer-col ul li a:hover {
            color: #ffffff;
            padding-left: 8px;
        }

    .footer-col .social-links a {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: rgba(255,255,255,0.2);
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }

        .footer-col .social-links a:hover {
            color: #24262b;
            background-color: #ffffff;
        }

/*responsive*/

/* end footer section*/

/* Trustee section */
.trustee-section {
    padding: 3.5rem 0;
}

.trustee-img {
    border-radius: 50%;
    margin-bottom: 7rem;
    max-width: 100%;
    height: auto;
}

.trustee-bio {
    font-size: 1rem;
    color: #555;
}

.trustee-img {
    transition: transform 0.3s ease-in-out;
}

    .trustee-img:hover {
        transform: scale(1.05);
    }

.call_to-btn:active {
    color: #fff !important;
}

/* privacy safeguarding policy*/

.safeguarding-toc ol {
    padding-left: 20px;
}

.safeguarding-toc li {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

    .safeguarding-toc li a {
        color: #000;
        text-decoration: none;
    }

        .safeguarding-toc li a:hover {
            text-decoration: underline;
        }

/*donate scetion*/

.section-bg-blue {
    background-color: #36a9e0;
}

.donate-left {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 10px;
    color: #fff; /* You can change the color to fit your design */
    text-align: left;
    margin: 20px 0;
    line-height: 50px;
}

.donate-right {
    font-size: 3vh;
    margin-top: 20px;
    text-align: left;
    padding: 20px;
}

.left-sec {
    padding: 10px;
}

.right-sec {
    padding: 10px;
}

.donate-btn {
    margin-right: 30px;
}

/*////*/

.hero-container .row {
    position: relative;
    z-index: 2;
    padding-top: 4%;
}

.hero-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    background-color: #003366;
    padding: 20px 30px;
}

    .hero-title h1 {
        font-size: 4vh;
        font-weight: bold;
        color: white;
        margin: 0;
    }

/*main section*/

/*header section*/

/*why attend section*/
.section-bg-blue {
    background-color: #36a9e0;
}

.attend-text, .schedule-text {
    color: white;
}

.donation-box {
    background-color: #082465;
    color: white;
    border: none;
}

    .donation-box h3,
    .donation-box p,
    .donation-box strong {
        color: white;
    }

.qr-box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
}

    .qr-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.donation-box .text-muted {
    color: #cccccc !important;
}