:root{
    --main-color: #D6D930;
    --second-color: #465851;
    --white-color: #fff;
    --black-color: #000;

    --font-family-Assistant-Light: 'Assistant-Light';
    --font-family-Assistant-Regular: 'Assistant-Regular';
    --font-family-Assistant-Medium: 'Assistant-Medium';
    --font-family-Assistant-SemiBold: 'Assistant-SemiBold';
    --font-family-Assistant-Bold: 'Assistant-Bold';
    --font-family-Assistant-ExtraBold: 'Assistant-ExtraBold';
    --font-family-Rubik-SemiBold: 'Rubik-SemiBold';
    --font-family-Rubik-Bold: 'Rubik-Bold';

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-ExtraBold: 900;
}
*{
    box-sizing: border-box;
}
html{
    scroll-padding-top: 105px;
    scroll-behavior: smooth;
    overflow: auto;
}
body{
    direction: rtl;
    font-family: var(--font-family-Assistant-Regular);
    font-weight: var(--font-weight-regular);
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color);
}
h1,h2,h3,h4,h4,h5{
    font-family: var(--font-family-Assistant-Bold);
    font-weight: var(--font-weight-bold);
}
ul, ol{
    padding-right: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
.global-btn, .submit-btn {
    background-color: var(--main-color);
    font-size: 24px;
    line-height: 30px;
    border-radius: 8px;
    font-weight: var(--font-weight-regular);
    padding: 14px 28px;
    border: 1px solid var(--main-color);
    color: var(--white-color);
    position: relative;
    text-align: center;
    font-weight: var(--font-weight-bold);
}
.global-btn:hover, .submit-btn:hover{
    background: none;
    color: var(--main-color);
}
.global-btn.secondary.transparent{
    background: none;
    color: var(--second-color);
}
.global-btn.secondary.transparent:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}
.global-btn.transparent{
    background: none;
    color: var(--main-color);
}
.global-btn.transparent:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}
.global-btn > i{
    margin-left: 10px;
}
.global-btn.secondary{
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--white-color);
}
.global-btn.secondary:hover, .submit-btn:hover{
    background: none;
    color: var(--second-color);
}
.global-btn.black{
    background-color: var(--black-color);
    border: 1px solid var(--black-color);
    color: var(--main-color);
}
.global-btn.secondary:hover{
    background: none;
    color: var(--main-color);
}
.submit-btn{
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
}
.submit-btn:hover{
    background: none;
    color: var(--main-color);
}
.w-fit-content{
    width: fit-content;
}
.max-w-fit-content{
    max-width: fit-content;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: unset;
}
.wpcf7 form .wpcf7-response-output{
    margin: 20px 0 20px;
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-justify-center{
    text-align: justify;
    text-align-last: center;
}
.my-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-40{
    margin-top: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.object-fit-cover {
    object-fit: cover;
}
.gap-x-30{
    gap: 0 30px;
}
.gap-x-50{
    gap: 0 50px;
}
.gap-x-70{
    gap: 0 70px;
}
.mx-w-fit-content{
    max-width: fit-content;
}
.container{
    padding-right: 16px;
    padding-left: 16px;
    max-width: 1000px;
}
.title-area .title {
    font-size: 38px;
    line-height: 46px;
    font-weight: var(--font-weight-bold);
}

/**** Contact Form css start ****/
.wpcf7-spinner{
    display: none;
}
.form-wrap{
    direction: rtl;
}
.form-wrap > .col-12{
    padding: 0 8px;
}
.form-wrap input, input, input[type="email"], input[type="tel"]{
    width: 100%;
    direction: rtl !important;
    border-radius: 5px;
    background: var(--white-color);
    border: none;
    padding: 8px 12px;
    font-size: 18px;
}
input::placeholder{
    color: #000000;
    font-size: 15px;
}
.form-wrap input[type="submit"]{
    background: var(--main-color);
    font-weight: var(--font-weight-bold);
    font-size: 26px;
    color: var(--black-color);
    line-height: 27px;
    position: relative;
    font-family: var(--font-family-Assistant-Bold);
    letter-spacing: 1px;
}
.form-wrap .submit-btn-wrap p{
    position: relative;
}

.wpcf7-not-valid-tip{
    margin-top: -11px !important;
    text-align: right;
    font-size: 16px;
}
.form-wrap .wpcf7-not-valid-tip{
    margin-top: -4px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    direction: rtl;
    color: #fff;
    font-size: 20px;
}
.popup-form #wpcf7-f188-o3 form.invalid .wpcf7-response-output{
    color: #dc3232ed !important;
}
.form-wrap .submit-btn-wrap p > img{
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.checkbox-wrapper{
    margin: 26px 0 22px;
}
.wpcf7-checkbox > .wpcf7-list-item > label {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: relative;
    right: unset;
    top: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid var(--white-color);
    display: inline-block;
    cursor: pointer;
    background: transparent;
    padding: 0;
}
.content-wrapper .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked {
    background: transparent !important;
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 49.35%;
    transform: translate(-50%, -50%);
}
.wpcf7-checkbox .wpcf7-list-item-label {
    font-weight: var(--font-weight-regular);
    color: var(--white-color);
    font-size: 16px;
    line-height: 22px;
    text-align: start;
}

/***************
Hero section css
****************/
.logo-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
.landing-logo{
    position: absolute;
    left: 20px;
    top: 40px;
    max-width: 120px;
}
.hero-sec {
    padding: 40px 0;
    min-height: 700px;
    background-size: cover;
    background-position: top center;
}
.hero-content h1.hero-title {
    font-size: 65px;
    line-height: 45px;
    font-weight: var(--font-weight-ExtraBold);
    font-family: var(--font-family-Assistant-ExtraBold);
}
.hero-content .subtitle {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
.hero-content .hero-desc {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
}
.hero-content .hero-desc .eng {
    font-size: 30px;
}
.price-wrapper {
    max-width: 650px;
    border-top: 2px solid var(--black-color);
    border-bottom: 2px solid var(--black-color);
    padding: 16px 0;
    margin-bottom: 30px;
}
.price-wrapper .price-detail {
    font-size: 26px;
    line-height: 26px;
    font-family: var(--font-family-Rubik-SemiBold);
    font-weight: var(--font-weight-medium);
}
.price-wrapper .price-detail .price {
    font-size: 62px;
    line-height: 45px;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-Rubik-Bold);
}
.hero-content .global-btn {
    border-radius: 50px;
}

/***************
Icon Section css
****************/
.icon-sec{
    padding-bottom: 20px;
    background-size: cover;
    background-position: top center;
    padding-top: 370px;
    margin-top: -400px;
}
.icon-sec .title-area{
    max-width: 630px;
    margin-bottom: 30px;
}
.icon-row .icon-wrapper {
    width: 76px;
    min-width: 76px;
    height: 74px;
    padding: 15px;
    background-color: var(--white-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}
.icon-row .icon-col {
    margin-bottom: 30px;
    max-width: 37.5%;
    width: 100%;
    padding: 0 10px;
}
.icon-row .icon-col:nth-child(3), .icon-row .icon-col:nth-child(6) {
    max-width: 25%;
}
.icon-row .icon-col .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--font-weight-semibold);
    font-family: var(--font-family-Assistant-SemiBold);
}


/**** Footer css start ****/
.footer-sec{
    background-color: var(--black-color);
    padding: 30px 0 20px;
}
.footer-sec .title-area .title{
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0;
}
.footer-sec .title-area .title > span.primary{
    color: var(--main-color);
}
.footer-sec .title-area .subtitle {
    font-size: 28px;
    line-height: 36px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Assistant-Regular);
    margin-bottom: 30px;
}
.form-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
}
.footer-desc {
    font-size: 46px;
    line-height: 50px;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-family-Assistant-Medium);
    margin-bottom: 45px;
}
.footer-desc > .first {
    font-size: 30px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Assistant-Regular);
}
.footer-desc > span.primary {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-Assistant-Bold);
    color: var(--main-color);
}
.privacy-text, .privacy-link {
    font-size: 18px;
    line-height: 24px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    gap: 12px;
}
.privacy-text .privacy-link:hover{
    color: var(--main-color);
}


.form-area > .row > .col-12 {
    padding: 0 10px;
}
.whatsapp-btn{
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #00b000;
    padding: 8px 8px 10px 10px;
    border-radius: 12px;
    z-index: 99;
}
.sticky-button-group{
    position: fixed;
    bottom: 10px;
    width: 100%;
    gap: 6px;
    background-color: var(--main-color);
    padding: 10px 20px;
    z-index: 99;
}
.sticky-button-group > .global-btn{
    padding: 12px;
    width: 50%;
    font-size: 18px;
    line-height: 24px;
    border-width: 1px;
}
.sticky-button-group > .global-btn > img{
    margin-right: 10px;
}
.sticky-button-group > .global-btn:hover{
    background-color: var(--second-color);
}
.commercial-video{
    width: 100%;
    margin-bottom: 50px;
}


/* Global Page */
.privacy-banner{
    min-height: 360px;
    padding: 16px;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.privacy-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.page-content{
    margin-bottom: 80px;
}
.page-content ul {
    list-style: disc;
    margin-right: 16px;
    padding: 0;
}
.page-content h2, .page-content h3 {
    margin-top: 26px;
}
.page-content h2 {
    font-size: 32px;
}
.page-content h3 {
    font-size: 28px;
}
.page-content h4 {
    font-size: 24px;
}
.page-content p {
    margin-bottom: 12px;
    line-height: 28px;
}
.page-content p a{
    color: var(--main-color);
}
.privacy-banner h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 16px;
    color: var(--white-color);
}
.privacy-banner-content{
    z-index: 9;
    position: relative;
}
.breadcrumbs {
    gap: 10px;
    margin-bottom: 0;
}
.breadcrumbs li {
    color: var(--white-color);
    font-size: 24px;
    line-height: 24px;
    font-weight: var(--font-weight-semibold);
}
.breadcrumbs li a{
    color: var(--main-color);
}
.privacy-links {
    gap: 20px;
    margin-top: 16px;
}
.privacy-links a{
    color: var(--main-color);
    text-decoration: underline;
}