*{
    font-size: 0.9rem !important;
    color: #161616af;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: rgb(255, 255, 255) !important;
    border-radius: 0;
    color: blue !important;
}
.index-btn{
    background-color: rgba(218, 218, 218, 0.856) !important;
    border-radius: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.479) !important;
}
.nav-item{
    padding: 0;
}
/* Set the video to fill the screen */
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#background-video {
    object-fit: cover;
    /* Ensure the video covers the whole screen */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-lnk{
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 700;
    color: rgb(0, 0, 0);
}
.contact-lnk i{
    font-size: 1.5rem !important;
    font-weight: 800;
    color: rgb(0, 22, 117);
}
#banner{
    background-color: #f8d7da;
  padding: 47em 0em 0em 0em;
  color: black;
}
.donate-btn{
    background-color: #f8d7da;
    color: black !important;
    font-size: 1rem !important;
    font-weight: 700;
}
.who-we-are-img{
    position: relative;
    bottom: 12rem;
    left: 16rem;
    border: 1rem solid whitesmoke;
    border-radius: 0.8rem;
}
.who-we-are-disc{
    padding: 1rem 2rem !important;
}
.who-we-are-hdr{
    padding: 1rem 0rem;
    font-size: 35px !important;
}
.who-we-are-hdr span{
    font-family: 'Hey-October';
    text-transform: capitalize;
    font-weight: normal !important;
    font-size: 65px !important;
    color: #93C524;
}
.who-we-are-para{
    font-size: 1.2rem !important;
    color: rgba(24, 24, 24, 0.76);
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: justify;
    line-height: 1.5rem;
}
.who-we-are-btn{
    margin: 2rem 0rem;
    text-decoration: none;
    padding: 1rem 5rem;
    border: 0;
    background: url(images/brush-btn-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 1.2rem !important;
    font-weight: 700;
}
/* Sidebar Navigation */
.custom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
}

.custom-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: black;
}

/* Hover and Active Styles */
.custom-nav-item:hover,
.custom-nav-item.active {
    background-color: #f8d7dab0 !important;
    color: black !important;
}

/* Active Font Color */
.custom-nav-item.active {
    color: black !important;
}

/* Check Circle */
.custom-check-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Change Check Circle Color on Active */
.custom-nav-item.active .custom-check-circle {
    background-color: black;
}

/* Tab Content */
.custom-tab-content {
    width: 100%;
}

/* Image Container */
.custom-image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

/* Image */
.custom-image-container img {
    width: 100%;
    border-radius: 10px;
}

/* Corner Content */
.custom-corner-content {
    text-align: left !important;
    position: absolute;
    bottom: -120px;
    right: -200px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    width: 350px;
    text-align: center;
}

.custom-cont-btn {
    background: url(images/btn-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    border: none;
    padding: 1rem 5rem;
    margin-top: 5px;
    border-radius: 5px;
    margin: 0.5rem 0rem;
}
.custom-cont-hdr{
    margin: 0.5rem 0rem;
    font-size: 1.3rem !important;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.829);
}
.custom-cont-para{
    font-size: 0.9rem !important;
    font-weight: 600;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.664);
}
.mb-10{
    margin-bottom: 5rem;
}

#custom-footer {
    background-color: #222;
    color: #fff;
}

#footer-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
}

#footer-desc {
    font-size: 1rem;
    color: #ffffff;
}

.footer-heading {
    color: #f39c12;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-link {
    color: #ddd;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 5px;
}

.footer-link:hover {
    color: #f39c12;
}

#footer-bottom {
    background: url(images/footer-back-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 10px;
    border-top: 1px solid #444;
    font-size: 0.9rem;
}
#footer-bottom p{
    font-size: 1.3rem !important;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.747);
}
.drop-down-nav{
    width: 300px !important;
    box-shadow: rgba(50, 50, 93, 0.534) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.548) 0px 18px 36px -18px inset;
}
.drop-down-nav li a{
    text-decoration: none;
    padding: 1rem 2rem;
    border-bottom: 1px solid black;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}
#about-us-back-vid{
    height: 100vh;
    width: 100%;
}
.about-us-para{
    font-size: 1rem;
    font-weight: 600;
    color: rgba(20, 20, 20, 0.767);
    text-align: justify;
}
.about-us-kids-img{
    width: 100%;
    margin-top: 5rem;
}
.about-us-img-cont{
    background: url(images/about-us-assets/img-back.png.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.container-custom {
    margin-top: 4rem;
}
.card-custom {
    text-align: justify;
    box-sizing: border-box;
    width: 30%;
    height: 450px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 5px;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.card-custom img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    top: -60px;

}
.Mission img{
    border: 5px solid #3cc600;
}
.Vision img{
    border: 5px solid #ddba00;
}
.values img{
    border: 5px solid #ff00c7;
}
#card1{
    background-color: #3cc600;
}
#card2{
    background-color: #ddba00;
}
#card3{
    background-color: #ff00c7;
}
.card-custom h3{
    font-size: 2rem !important;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.card-custom p{
    text-align: justify;
    font-size: 1rem !important;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.945);
}
.contact-cont{
    width: 30.5%;
    margin: 0px auto;
    text-align: justify;
    font-size: 0.9rem !important;
    font-weight: 700;
    color: #fff;
    padding: 0.3rem;
}
#CC-1{
    background: url(images/about-us-assets/cont-back-img/bck-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem !important;
}
#CC-2{
    background: url(images/about-us-assets/cont-back-img/bck-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem !important;
}
#CC-3{
    background: url(images/about-us-assets/cont-back-img/bck-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem !important;
}
.contact-cont-container{
    position: relative;
    top: 5rem;
}
.font i{
    font-size: 3rem !important;
}
.info{
    border-left: 2px solid #d38900;
    padding: 0rem 0.5rem;
    width: 80%;
}
.info h4{
    font-size: 1.5rem !important;
    font-weight: 700;
}
.info p{
    font-size: 1rem !important;
}

.starter-vid{
    width: 100%;
    margin: 5rem 0rem;
}
.text-dark{
    font-size: 1.3rem !important;
    font-weight: 800;
}


.directors-img{
    margin: 1rem;
}
.msg-container{
   border-left: 1.5rem solid #f8d7da !important;
   border-right: 1.5rem solid #f8d7da !important;
}
.directors-para i{
    color: #fd5858;
    font-size: 2rem !important;
}
.directors-hdr{
    font-size: 2rem !important;
    font-weight: 800;
    color: #fd5858;
}
.directors-para{
   color: #2b2b2ba6;
   font-weight: 700;
   text-align: justify;
}
.directors-msg-down p strong{
    color: #000000;
    font-size: 1.5rem !important;
}
.directors-msg-down p{
    font-size: 1.2rem !important;
    color: #222222a8;
    font-weight: 600;
}
.directors-page-hder-1{
    font-size: 2rem !important;
    text-align: center;
}
.directors-page-hder{
    text-align: center;
    font-size: 3rem !important;
    font-weight: 700;
    color: #000000;
}
.directors-page-hder span{
    font-size: 3.5rem !important;
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ff57f7;
}
.directors-page-p{
    font-size: 1.2rem !important;
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #0f000fbe;
}



.dynamic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.focus-element {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-out;
}

.focus-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.description-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0.5rem;
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    font-size: 16px;
}
.dis-1{
    background-color: #970076;
}

.dis-2{
    background-color: #b19300;
}
.dis-3{
    background-color: #227000;
}
.description-text h3{
    font-size: 1.5rem !important;
    font-weight: 800;
    font-family: cursive;
    color: #ffffff;
}
.description-text p{
    color: whitesmoke;
    text-align: justify;
    font-size: 0.8rem !important;
    font-weight: 600;
    font-family: cursive;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .focus-element {
        height: 300px;
    }

    .description-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .focus-element {
        height: 250px;
    }

    .description-text {
        font-size: 12px;
    }
}
.Edu-hdr{
    font-size: 3rem !important;
    font-weight: 700;
    color: #fd5858;
}
.Edu-para p{
    font-size: 1.2rem !important;
    font-family: sans-serif;
    text-align: justify;
}
.para-hdr-disater{
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #00000098;
    margin-bottom: 1rem;
}
.donate-form{
    margin-top: 7rem !important;
}

.donate-bg-1{
    background: url(images/donate-page-assest/form-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.selectio {
    margin: 2rem auto;
    display: flex;
    justify-content: space-around;
}

.optio {
    display: flex;
    align-items: center;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 2px solid gray;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    justify-content: center;
}

.optio input {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid gray;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
}
.optio label{
    font-size: 1rem !important;
    font-weight: 800 !important;
}
.optio.selected {
    border-color: rgb(0, 255, 0);
    background: #8fe0a2;
    color: rgb(29, 26, 26);
}

.optio.selected input {
    border-color: green;
    background: lightgreen;
}

.consilium {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consilium-plan {
    padding: 0.7rem 3rem;
    border: 2px solid;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}

.mensis {
    border-color: blue;
}

.triannual {
    border-color: orange;
}

.semestre {
    border-color: purple;
}

.annum {
    border-color: red;
}

.selectus {
    color: white;
}


.amount input {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pueri-numerus{
    margin: 0.5rem 0rem;
}
.pueri-numerus label{
    color: whitesmoke;
    font-weight: 700;
}
.amount label{
    color: whitesmoke;
    font-weight: 700;
}



#numerusPuerorum{
    border-radius: 2rem;
    background-color: #416ecfeb;
    border: 2px solid whitesmoke;
    padding: 2rem 0rem;
}
#amountus{
    border-radius: 2rem;
    background-color: #416ecfeb;
    border: 2px solid whitesmoke;
    padding: 2rem 0rem;
}
.donation-input{
    border-radius: 2rem !important;
    background-color: #416ecfeb !important;
    border: 2px solid whitesmoke !important;
    padding: 2rem 0rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: whitesmoke !important;
    text-align:  center;
}
.or{
    margin: 2rem 0rem;
    font-size: 2rem !important;
    font-weight: 800;
    text-align: center;
    width: 100%;
}
#numerusPuerorum option{
    background-color: #015bd0 !important;
    color: whitesmoke;
    font-weight: 800;
    font-size: 1.2rem !important;
    text-align: center;
    margin: 0.5rem 0rem;
}
.donar-cont-hdr{
    font-size: 2rem !important;
    color: whitesmoke;
    font-weight: 700;
    text-align: center;
}
.donar-cont-para{
    font-size: 1rem !important;
    color: whitesmoke;
    font-weight: 600;
    text-align: center;
}
.doner-infor-label{
    color: whitesmoke;
    font-weight: 700;
    font-size: 1.2rem !important;
    margin: 0;
}

.donar-address{
    border-radius: 2rem !important;
    background-color: #416ecfeb !important;
    border: 2px solid whitesmoke !important;
    padding: 4rem 0rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: whitesmoke !important;
    text-align:  center;
}
.donate-form-submit-btn-1{
    background: url(images/donate-page-assest/btn-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    padding: 1.3rem 2rem;
}
.img-cont{
    margin: 2rem 0rem;
}
.nbfc-table th{
    font-size: 0.9rem !important;
    font-weight: 800;
    color: #444444;
}
.nbfc-table td{
    font-size: 1rem !important;
    color: #444444;
    font-weight: 600;
}
.NBFC-container{
    width: 33%;
}
.QR-code{
    width: 100%;
    height: 70%; 
    border-radius: 1rem;
}
.QR-code-cont{
    background-color: #000000;
    padding: 1rem;
    border-radius: 1rem;
    height: 70%;
}