/* Regular */
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/NotoKufiArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi Bold */
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/NotoKufiArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.masterstudy-enterprise-modal__header {
    margin-top: 32px;
}


/* Arabic */
html[lang^="ar"] body,
html[lang^="ar"] h1,
html[lang^="ar"] h2,
html[lang^="ar"] h3,
html[lang^="ar"] h4,
html[lang^="ar"] h5,
html[lang^="ar"] h6,
html[lang^="ar"] p,
html[lang^="ar"] span,
html[lang^="ar"] a,
html[lang^="ar"] li,
html[lang^="ar"] input,
html[lang^="ar"] textarea,
html[lang^="ar"] testimonials_title,
html[lang^="ar"] button,
html[lang^="ar"] .testimonials_title.h3{

    font-family: 'Noto Kufi Arabic', sans-serif !important;

}



/* ===========================
   CS Contact Form
=========================== */

.cs-contact-form{
    direction:rtl;
    font-family:'Cairo',sans-serif;
}

.cs-contact-form .row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.cs-contact-form .field{
    flex:1;
    margin-bottom:22px;
}

@media(max-width:767px){

.cs-contact-form .row{
    display:block;
}

}

/* Labels */

.cs-contact-form label{

    display:block;
    margin-bottom:10px;
    font-size:15px;
    color:#7d8798;
    font-weight:700;

}

/* Required Star */

.cs-contact-form .wpcf7-form-control-wrap{

    display:block;
}

/* Inputs */

.cs-contact-form input[type=text],
.cs-contact-form input[type=email],
.cs-contact-form input[type=tel],
.cs-contact-form select,
.cs-contact-form textarea{

    width:100%;
    border:1px solid #eceff4;
    border-radius:16px;
    background:#fff;

    padding:18px 22px;

    font-size:16px;

    color:#444;

    box-shadow:0 5px 15px rgba(0,0,0,.04);

    transition:.3s;

    outline:none;

}

/* Heights */

.cs-contact-form input,
.cs-contact-form select{

    height:62px;
}

.cs-contact-form textarea{

    height:170px;

    resize:none;
}

/* Placeholder */

.cs-contact-form ::placeholder{

    color:#9ca4b2;
}

/* Focus */

.cs-contact-form input:focus,
.cs-contact-form textarea:focus,
.cs-contact-form select:focus{

    border-color:#3356c7;

    box-shadow:0 0 0 5px rgba(51,86,199,.08);

}

/* Select */

.cs-contact-form select{

    appearance:none;

    background:#fff;

    cursor:pointer;

}

/* Submit */

.cs-contact-form input[type=submit]{

    width:100%;

    height:60px;

    border:none;

    border-radius:50px;

    background:#ff9800;

    color:#fff;

    font-size:20px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

    box-shadow:0 10px 25px rgba(255,152,0,.25);

}

.cs-contact-form input[type=submit]:hover{

    background:#3356c7;

    transform:translateY(-2px);

    box-shadow:0 15px 35px rgba(51,86,199,.25);

}
