.section-title::before {
    background-image: url(../img/vector-title.png);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    bottom: -20px;
    width: 200px;
}

.section-title-about::before {
    background-position: right;
    /* right: 50px; */
    top: 42px;
}

.flatpickr-months .flatpickr-month {

    height: 50px !important;
}

.she7ata {
    background-image: url(../img/she7ata.svg);
    background-size: cover;
    background-position: left;
}

.she7ata:where([dir="ltr"], [dir="ltr"] *) {
    background-image: url(../img/she7ata-ltr.svg);
    background-position: right;

}


.parallax-container {
    position: relative;
    overflow: hidden;
    background-image: url('../arab-middle-eastern-saudi-woman.png');
    /* Replace with your background image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Keep the background fixed during scroll */
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */


        border-top: 8px solid #991b1b; /* Blue */
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
        transform: translateY(-50%)  translateX(-50%);
    }

    /* Keyframes for spinning animation */
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }



@media (max-width: 767px) {
    .parallax-container {
        position: relative;
        overflow: hidden;
        background-image: url('../graduation-pretty-girl-hijab-holding-about-mob.png');
        /* Replace with your background image */
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        /* Keep the background fixed during scroll */
    }
    .parallax-container-about {
        position: relative;
        overflow: hidden;
        background-image: url('../about_mob.png');
        /* Replace with your background image */
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        /* Keep the background fixed during scroll */
    }
    .text-md{
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 767px) {
    .parallax-container {
        position: relative;
        overflow: hidden;
        /* Replace with your background image */
        background-image: url('../graduation-pretty-girl-hijab-holding-about.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        /* Keep the background fixed during scroll */
    }
    .parallax-container-about {
        position: relative;
        overflow: hidden;
        background-image: url('../about_lap.png');
        /* Replace with your background image */
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        /* Keep the background fixed during scroll */
    }


}

@media (max-width: 700px){

    .container.py-8.diplome-layout .content_details span {
        line-height: 30px;
    }

    .container.py-8.diplome-layout p {
        font-size: 15px;
        line-height: 27px;
    }

}

@media (max-width: 400px){
    .button-card{
        gap: 0;
    }
}


.parallax-container-form-home {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg_form.svg');
    /* Replace with your background image */
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    /* Keep the background fixed during scroll */
}

.old:before {
    content: " ";
    position: absolute;
    width: 7%;
    border-top: 2px solid rgb(220 38 38);
    top: 15px;
}

.old-new:before {
    content: " ";
    position: absolute;
    width: 35%;
    border-top: 2px solid rgb(220 38 38);
    top: 12px;
}


/* TinyClass */
.tiny-class p{
    line-height: 30px;
    margin-bottom: 10px;
    color: rgb(82 82 91 / var(--tw-text-opacity));
}
.tiny-class p span{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.tiny-class p span strong{
    color: black;
}
.tiny-class p strong span{
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
}
.tiny-class ol li span{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
