/* Base style for the float circle */
.float-cercle {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .float-cercle {
        background-color: #f8f9fa;
        top: 10px;
        left: 10px;
        /* Add your extra small device styles here */
    }

    html {
        font-size: 16px;
    }

    .slide-overlay h2 {
        font-size: 3.563rem;
    }

    .slide-overlay {
        width: 100%;
        padding: 20px;
    }

    .owl-dots .owl-dot:not(.active) {
        display: none !important;
    }

    .custom-dots-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-dots {
        justify-content: center;
    }

    .m-archive-program__side-left {
        padding: 1rem 1.5rem;
    }

    .m-archive-program__side-left h3 {
        font-size: 1.3rem;
    }

    .m-team-program {
        margin-bottom: 1.2rem;
    }

    .m-archive-program {
        margin-bottom: 1.2rem;
    }

    .copy-right {
        flex-direction: column;
        gap: 13px;
    }

    .nav-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    ul#menu-main-menu-full {
        align-items: unset;
    }

    button#wpforms-submit-225 {
        width: 100px;
    }

    section.m-our-newsletter .wpforms-container .wpforms-field {
        width: 246.200012px;
    }

    section.m-our-newsletter:after {
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 22px;
        bottom: unset;
        height: 80px;
        width: 43vw;
        background-position: left;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .float-cercle {
        background-color: #2280df;
        top: 20px;
        left: 20px;
        /* Add your small device styles here */
    }

    html {
        font-size: 16px;
    }

    .slide-overlay h2 {
        font-size: 3.563rem;
    }

    .slide-overlay {
        width: 100%;
        padding: 20px;
    }

    .owl-dots .owl-dot:not(.active) {
        display: none !important;
    }

    .custom-dots-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-dots {
        justify-content: center;
    }

    .m-team-program {
        margin-bottom: 1.2rem;
    }

    .m-archive-program {
        margin-bottom: 1.2rem;
    }

    .copy-right {
        flex-direction: column;
        gap: 13px;
    }

    section.m-our-newsletter:after {
        left: 0;
        width: 164px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .float-cercle {
        background-color: #11cc11;
        top: 30px;
        left: 30px;
        /* Add your medium device styles here */
    }

    .owl-theme .owl-dots .owl-dot {
        width: 14.8125rem;
    }

    .owl-dot h3 {
        font-size: 0.9rem;
    }

    .owl-dot p {
        font-size: 0.8em;
    }

    .owl-theme .owl-dots .owl-dot {
        width: 14.8125rem;
    }

    .owl-dot h3 {
        font-size: 0.9rem;
    }

    .owl-dot p {
        font-size: 0.8em;
    }

    .m-archive-program__side-left {
        padding: 1rem 1rem;
    }

    .m-archive-program__side-left h3 {
        font-size: 1.2rem;
    }

    .m-archive-program__side-left p {
        font-size: 0.9rem;
    }

    .m-archive-program__side-right {
        max-height: 18.1875rem;
    }

    .m-archive-project__content {
        padding: 0.3125rem 0.4875rem;
    }

    .m-archive-project__content h3 {
        font-size: 0.95rem;
        line-height: 1.5rem;
    }

    .m-archive-project__content p {
        font-size: 0.775rem;
    }

    section.m-our-newsletter:after {
        left: 0rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .float-cercle {
        background-color: #234364;
        top: 40px;
        left: 40px;
        /* Add your large device styles here */
    }

    .owl-theme .owl-dots .owl-dot {
        width: 18.8125rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .float-cercle {
        background-color: #44123c;
        top: 50px;
        left: 50px;
        /* Add your extra large device styles here */
    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .float-cercle {
        background-color: #ec1212;
        top: 60px;
        left: 60px;
        /* Add your extra extra large device styles here */
    }
}



@media (min-width: 992px) {
    .custom-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}