:root{
    --white-color: #fff;

    /* --font-family-primary: 'Assistant'; */
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-mediun: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 600;
    --font-weight-extrabold: 900;
}
*{
    box-sizing: border-box;
}
html{
    direction: rtl;
    scroll-padding-top: 150px;
    scroll-padding-bottom: 150px;
}
body{
    margin: 0;
    background-color: var(--white-color);
}
.w-fit-content{
    width: fit-content !important;
}
.mx-w-fit-content{
    max-width: fit-content !important;
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.overflow-hidden{
    overflow: hidden;
}

/* Hero section css */
.hero-desc .elementor-heading-title > strong {
    font-size: 32px;
}
.custom-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    transform: translate(-50%, -50%) !important;
    inset-block-start: unset !important;
    inset-inline-start: unset !important;
    top: 50% !important;
    left: 50% !important;
}
.custom-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg{
    fill: #000 !important;
}
.text-editor > p{
    margin: 0 0 16px;
}
#myHeader.navsticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff !important;
	box-shadow: 0px 0px 4px #d3d3d3;
    z-index: 99;
}


/**** Contact form css ****/
.contact-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.contact-form .field-col > p{
    margin: 0;
}
.wpcf7-spinner{
    display: none;
}
.checkbox-group{
    direction: rtl;
}
.checkbox-group input{
    margin-right: 0;
}
.checkbox-group label{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px !important;
    line-height: 18px !important;
    color: var(--white-color) !important;
}
.wpcf7-checkbox input[type="checkbox"] {
    height: 22px !important;
    width: 22px !important;
    min-width: 22px !important;
    margin: 0px;
}
.checkbox-group {
    padding: 0;
}
.checkbox-group .wpcf7-list-item{
    margin: 0;
}
.wpcf7-checkbox input[type="checkbox"]:checked::before{
    width: 12px;
    height: 12px;
}
.contact-form *{
    font-family: var(--e-global-typography-primary-font-family);
}
.contact-form .field-col {
    width: 33.33%;
}
.contact-form input::placeholder{
    color: #5d6578 !important;
    opacity: 1 !important;
}
.contact-form input {
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: var( --e-global-color-primary );
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
}
.contact-form input[type="submit"], .contact-form input[type="submit"]:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-312d9d2);
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0;
    text-align: center;
    color: var(--e-global-color-312d9d2);
}