html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}


body {
    margin-bottom: 60px;
}



/* Start of partners */
#our-partners {
    
    margin-top: 20px;
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
    
}

#our-partners h2 {
    font-size: 2em;
    padding: 5px 5px;
    margin-bottom: 35px;    
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    /*        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.partners-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.partners-logos .item:nth-child(1) {
    flex: 0 0 100%; /* full width */
    
}

.partners-logos .item:nth-child(2),
.partners-logos .item:nth-child(3) {
    flex: 0 0 48%; /* two in second row */
    justify-content: space-around;
}

.partners-logos .item:nth-child(4) {
    flex: 0 0 100%; /* full width */
}

.partners-logos img {
   
    object-fit: contain;
    transition: transform 0.3s ease;
}
#special-partner {
    height: 300px;
    width: 300px;
}
    .partners-logos img:hover {
        transform: scale(1.1);
    }
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


/* End of partners */


.text-color-gradiant {
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    /*        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
/*    margin-left : 20px;*/
}
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    height: 40px;
    padding: 5px;
    font-size: 18px;
}
.navRtl {
    direction: rtl;
    text-align: right;
}


    /* privacy and delete my data */

    .wq-body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        background: #f9f9f9;
        color: #333;
    }

.wq-upper-container{
    display: flex; flex-wrap: wrap;
    justify-content :center;
    align-items : center;
}

.wq-container {
    max-width: 900px;
    position: relative;
    margin: 20px calc((100%-900px)/2);
    padding: 2rem 1rem;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

    .wq-title {
        font-size: 2em;
        margin-bottom: 0.5rem;
    }

        .wq-title.gradient {
            background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .wq-section-title {
        /*        margin-top: 2rem;*/
        font-size: 1.4rem;
        color: #d8363a;
    }

    .wq-paragraph,
    .wq-list li {
        margin-bottom: 0.8rem;
    }

    .wq-list {
        padding-left: 1.5rem;
    }

    .wq-contact {
        margin-top: 1rem;
        font-weight: bold;
    }

    .wq-arabic {
        direction: rtl !important;
        text-align: right;
        margin-top: 3rem;
        border-top: 2px solid #d8363a;
        padding-top: 2rem;
    }

    .wq-date {
        font-weight: bold;
        margin-bottom: 1rem;
    }




@media (max-width: 768px) {
    .gradient-form {
        /*        height: 100vh !important;*/
        margin: 20px;
        padding: 20px;
        text-align: center;
    }

    .wq-upper-container {
        height: 100%;
    }
   
    .partners-logos img {
        height: 60px;
        width: 100px;
    }
    #special-partner {
        height: 100px ;
        width: 150px ;
    }
    .wq-upper-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}