.card {
    background-color: #000;
    padding: 0.5rem;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 1);
}

.fw-light {
    color: #fff !important;
    font-size: 14px !important;
}

.card-title {
    color: rgba(255, 203, 6, 1);
}

.btn-outline-primary {
    --bs-btn-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255, 203, 6, 1) !important;
    --bs-btn-hover-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(255, 203, 6, 1) !important;
    --bs-btn-active-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(255, 203, 6, 1) !important;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(255, 203, 6, 1) !important;
    --bs-btn-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #rgba(255, 203, 6, 1) !important;
    --bs-btn-hover-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(255, 203, 6, 1) !important;
    --bs-btn-active-border-color: rgba(255, 203, 6, 1) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(255, 203, 6, 1) !important;
    --bs-btn-disabled-border-color: rgba(255, 203, 6, 1) !important;
}

.card .title {
    position: relative;
    padding: 0.5rem;
    max-width: 50%;
    left: -21px;
    background: rgba(255, 203, 6, 1);
    font-size: 1rem;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0rem 1rem 1rem 0rem;
}

.title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: rgba(100, 80, 4, 1);
    bottom: 0;
    width: 30px;
    height: 30px;
    width: 30px;
    height: 30px;
    top: 67%;
    z-index: -1;
    left: 5px;
    transform: rotate(30deg) translate(0px, -2%);
}



.card.active {
    background: rgba(255, 203, 6, 1) !important;
    color: #000 !important;
    border: 1px solid rgba(255, 203, 6, 1) !important;
    ;
}

.card.active .title {
    background-color: #fff;
    color: #000;
}

.card.active .card-title {
    color: #000 !important;
}

.card.card.active .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000 !important;
    --bs-btn-border-color: #000 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: ##000 !important;
    --bs-btn-hover-border-color: #000 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000 !important;
    --bs-btn-active-border-color: #000 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000 !important;
    --bs-btn-disabled-border-color: #000 !important;
}


/* For pages cards and prerequis : custom css */
.for_us_img{
    max-width: 500px;
    position: relative;
    left: -8rem;
}
.for_us_text{
    left: 62%;
    top: 65%;
}
.shadow{
    box-shadow: 0 .05rem .6rem rgba(0,0,0,.15)!important;
}

.text-justify{
    text-align: justify;
}
@media (max-width: 991px)
{
    .for_us_text{
        left: 0;
    }
    .for_us_text p{
        max-height: fit-content;
    }
}
@media (max-width: 765px)
{
    .row.position-relative{
        position: static;
    }
    .for_us_text.row{
        transform: none;
    }
    .for_us_text{
        top: 15% !important;
    }
}
#info i.fa{
    color: #000 !important;
}

