* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #f5f5f5;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
 


.logo-block{ width: 272px; margin-left: auto; margin-right: auto;  padding-top: 35px;}
.logo-block img{ width: 100%; }
.bg-main{ background-size: cover; background-position: center top; background-repeat: no-repeat;}
.title-block{ text-align: center; padding-top:100px;}

.title-block h1{ font-weight: 500; font-size: 5.313rem; font-weight: 700; line-height: 110%; color: #fff; margin-bottom: 10px;  font-family: 'Hisense Alfabet' , 'Tajawal-medium' ;}
.title-block h3{ font-weight: 500; font-size: 3rem; font-weight: 700; line-height: 110%; color: #fff; margin-bottom: 10px;  font-family: 'Hisense Alfabet' , 'Tajawal-medium' ;}
.title-block p{ color: #fff; font-size: 1rem; font-family: 'Hisense Alfabet' , 'Tajawal-medium'; font-weight: normal; }

.cta-block-main{ max-width: 936px; margin-left: auto; margin-right: auto;  border-radius: 30px; padding:4% 9%; text-align: center; margin-top:870px; margin-bottom: 80px;
     border: 1px solid rgba(254, 254, 254, 0.2);
      backdrop-filter: blur(5px);
      background: rgba(0, 0, 0, 0.3);
}

.cta-block-main h5{
     color: #fff; font-size: 1.875rem; line-height: 110%; margin-bottom: 20px; font-family: 'Hisense Alfabet' , 'Tajawal-medium'; font-weight: 500;  font-family: 'Hisense Alfabet' , 'Tajawal-medium'; font-weight: 500;
}

.cta-block-main p{ max-width:550px; margin-left: auto; margin-right: auto; font-size: 16px;   font-weight: normal; margin-bottom: 10px; color: #fff; font-family: 'Hisense Sans Alfabet','Tajawal-medium'; font-weight: 300;}

.bur-style{
    height:50px ; font-size: 16px;
display: inline-flex; align-items: center; justify-content: center; padding: 0 40px;   border-radius: 3.125rem; color: #ffff; text-decoration: none; font-family: 'Hisense Alfabet' , 'Tajawal-medium'; font-weight: normal;
    background: linear-gradient(
        96.13deg,
        rgba(18, 223, 204, 1) 0%,
        rgba(3, 173, 158, 1) 100%
      );
}

.bur-style:hover{
    
    background: linear-gradient(
        96.13deg,
        rgb(16, 197, 179) 0%,
        rgb(3, 148, 136) 100%
      );
    }


    .terms-style{ color: #fff; font-weight: 700;  font-size: 13px; margin-bottom: 35px; display: inline-flex;}


.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.modal-overlay.is-open {
    display: flex;
}

.modal {
    position: relative;
    width: 100%;
    max-width: 948px;
    max-height: 85vh;
    overflow-y: auto;
    background: #ffffff;
    color: #222;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    font-family: 'Hisense Sans Alfabet', 'Tajawal-medium', 'Segoe UI', sans-serif;
    animation: modal-pop 0.25s ease-out;
}

@keyframes modal-pop {
    from { opacity: 0; transform: translateY(20px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}

.modal h2 {
    font-family: 'Hisense Alfabet', 'Segoe UI', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #0a0f2c;
}

.modal-body p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #333;
}

.modal-body ol {
    padding-left: 20px;
    margin-bottom: 12px;
}

.modal-body li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    list-style: disc;
    color: #333;
}

.modal-body ul{ margin-left: 20px; padding-right: 20px;}

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #555;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}

.modal-close:hover {
    background: #f0f0f0;
    color: #000;
}

body.modal-open {
    overflow: hidden;
}


.rtl .form-header p{ font-family: sans-serif; font-weight: 500;}


.flex-align{ display: flex; align-items: center; gap: 15px; margin-top:40px; margin-left: 25px; margin-right: 25px;

    p{ margin-bottom: 0; font-size: 15px; font-weight: 400;   font-family: 'Hisense Alfabet' , 'Tajawal-medium' }
}
.modal h2{ font-weight: 500;  font-family: 'Hisense Alfabet' , 'Tajawal-medium'; font-weight: 500;}





.social-media-links{
    display: flex;
    justify-content: center;
}

.social-media-links .social-btn { 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    margin-right: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}


.social-media-links .social-btn:hover {  background-color: #dddddd; background-position:  center;  }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   - Laptop (<= 1440px)
   - Small laptop (<= 1200px)
   - Tablet (<= 991px)
   - Mobile large (<= 767px)
   - Mobile small (<= 480px)
   ============================================================ */

/* Laptop */
@media (max-width: 1440px) {
    .logo-block{ width: 230px; padding-top: 56px; }
    .title-block{ padding-top: 90px; }
    .title-block h1{ font-size: 4.5rem; }
    .title-block h3{ font-size: 2.813rem; }
    .cta-block-main{ max-width: 820px; margin-top:830px; margin-bottom: 120px; }
}

/* Small laptop */
@media (max-width: 1200px) {
    .logo-block{ width: 210px; padding-top: 48px; }
    .title-block{ padding-top: 80px; }
    .title-block h1{ font-size: 3.75rem; }
    .title-block h3{ font-size: 2.34rem; }
    .cta-block-main{ max-width: 760px; margin-top: 500px; margin-bottom: 100px; }
    .cta-block-main h5{ font-size: 1.625rem; }
}

/* Tablet */
@media (max-width: 991px) {
    .logo-block{ width: 190px; padding-top: 40px; }
    .title-block{ padding-top: 60px; padding-left: 20px; padding-right: 20px; }
    .title-block h1{ font-size: 3rem; }
    .title-block h1 br{ display: none; }
    .title-block h3{ font-size: 1.875rem; }
    .title-block h3 br{ display: none; }
    .title-block p{ font-size: 0.95rem; }

    .cta-block-main{
        max-width: 92%;
        margin-top: 360px;
        margin-bottom: 80px;
        padding: 5% 5%;
        border-radius: 24px;
    }
    .cta-block-main h5{ font-size: 1.5rem; margin-bottom: 16px; }
    .cta-block-main p{ font-size: 15px; }

    .bur-style{ height: 46px; padding: 0 32px; }

    .modal{ max-width: 90%; padding: 36px 28px; }
    .modal h2{ font-size: 1.5rem; }

    .flex-align{ margin-left: 10px; margin-right: 10px; margin-top: 30px; }
}

/* Mobile large */
@media (max-width: 767px) {
    .logo-block{ width: 160px; padding-top: 32px; }
    .title-block{ padding-top: 40px; }
    .title-block h1{ font-size: 2.25rem; line-height: 115%; }
    .title-block h3{ font-size: 1.4rem; line-height: 115%; }
    .title-block p{ font-size: 0.9rem; padding: 0 16px; }

    .cta-block-main{
        max-width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 240px;
        margin-bottom: 60px;
        padding: 28px 20px;
        border-radius: 20px;
    }
    .cta-block-main h5{ font-size: 1.25rem; margin-bottom: 12px; }
    .cta-block-main p{ font-size: 14px; }

    .terms-style{ font-size: 12px; margin-bottom: 24px; }
    .bur-style{ height: 44px; padding: 0 28px; font-size: 14px; width: 100%; max-width: 280px; }

    .modal{
        max-width: 100%;
        max-height: 90vh;
        padding: 32px 20px;
        border-radius: 16px;
    }
    .modal h2{ font-size: 1.25rem; padding-right: 40px; }
    .modal-body p{ font-size: 14px; }
    .modal-body li{ font-size: 13px; }

    .flex-align{
        align-items: flex-start;
        gap: 10px;
        margin: 24px 0 0;
    }
    .flex-align p{ font-size: 13px; line-height: 1.5; }
    .bur-style{ font-size: 14px;}
}

/* Mobile small */
@media (max-width: 480px) {
    .logo-block{ width: 140px; padding-top: 30px; }
    .title-block{ padding-top:40px; }
    .title-block h1{ font-size: 1.875rem; }
    .title-block h3{ font-size: 1.17rem; }
    .title-block p{ font-size: 0.85rem; }

    .cta-block-main{
        margin-top: 370px;
        padding: 24px 16px;
    }
    .cta-block-main h5{ font-size: 1.125rem; }

    .modal{ padding: 28px 16px; }
    .modal-close{ top: 8px; right: 10px; }
}

.bg-main{ min-height: 100vh;}


.inner-banner-main{ min-height: 433px; background-size: cover; background-position: center top; background-repeat: no-repeat;}

.wrap-form{ max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 20px;}
.form-block-maion{ margin-top: -100px; background: #fff; border-radius: 20px; padding: 3%; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06); }


/* ============================================================
   REGISTRATION FORM
   ============================================================ */

.form-header{ text-align: center; max-width: 560px; margin: 0 auto 15px; padding-top: 8px; }
.form-header h2{ font-family: 'Hisense Alfabet', sans-serif; font-weight:500;  font-size: 1.875rem; color: #1a1a1a; margin-bottom: 12px; line-height: 1.2; }
.form-header p{ color: #555; font-size: 0.95rem; font-family: 'Hisense Sans Alfabet', 'Tajawal-medium', sans-serif; line-height: 1.5; }

.register-form{ width: 100%; }

.form-list{ list-style: none; display: flex; flex-wrap: wrap; gap: 20px 24px; padding: 0; margin: 0; }
.form-item{ flex: 0 0 calc(50% - 12px); display: flex; flex-direction: column; gap: 8px; }
.form-item-full{ flex: 0 0 100%; }

.form-item label{  font-family: 'Hisense Sans Alfabet', 'Tajawal-medium'; font-size: 0.9rem; color: #000;  font-weight: 300;}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item select{
    width: 100%;
    height: 50px;
    padding: 0 22px;
    border: 1px solid #dcdcdc;
    border-right: none;
    outline: none;
    box-shadow: none;
    border-radius: 50px;
    background: #fff;
    font-size: 0.95rem;
    color: #9d9d9d;
    /* color: #222; */
    font-family: 'Hisense Sans Alfabet', 'Tajawal-medium';
    font-weight: 300;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.rtl .form-item select{ background-position: left 22px center;}
.rtl .phone-prefix .country-code{ padding: 0px 20px  0px 41px !important; direction: ltr;}

.rtl .file-browse{ border-radius: 50px !important;}

.form-item input::placeholder,
.file-display::placeholder{ color: #b5b5b5; }

.form-item input:focus,
.form-item select:focus,
.phone-input:focus-within,
.file-upload:focus-within{
    border-color: #03ad9e;
    box-shadow: 0 0 0 3px rgba(3, 173, 158, 0.12);
}



.form-item select{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 22px center;
    padding-right: 48px;
    cursor: pointer;
}

/* Phone field with prefix */


.country-code:focus{ outline: none; border: none; box-shadow:none !important;} 
.phone-input{ position: relative; display: flex; align-items: stretch; border: 1px solid #dcdcdc; border-radius: 50px; overflow: hidden; height: 50px; background: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.phone-prefix{ display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; background: #ededed; padding-right: 0 !important;
     color: #555; font-size: 0.9rem;    font-family: 'Hisense Sans Alfabet', 'Tajawal-medium';}

.phone-input input{
    flex: 1;
    border: none !important;
    border-radius: 0 !important;
    height: 100%;
    padding: 0 18px;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    font-size: 0.95rem;
    font-family: 'Hisense Sans Alfabet', 'Tajawal-medium', sans-serif;
}

.form-checkbox .wpcf7-form-control-wrap{ width:25px; margin-top: 6px;}
/* .form-checkbox .wpcf7-form-control-wrap #terms-agree{ width: 0;} */

.file-upload .wpcf7-form-control-wrap{ width: auto;}

.phone-input p{ display: flex;}


.phone-prefix .country-code{
padding: 0;
background-color: transparent;
border: navajowhite;
padding-right: 41px;
width: auto;
}

.phone-prefix .country-code:focus{ outline: none; border: none;}


/* header{ display: none !important;} */

footer:not(.footer-main){ display: none !important;}


/* File upload */
.file-upload { position: relative; width: 100%; display: flex; align-items: stretch; border: 1px solid #dcdcdc; border-radius: 50px; overflow: hidden; height: 50px; background: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.file-upload p{  width: 100%; display: flex;}
.file-display{
    flex: 1;
    border: none !important;
    border-radius: 50px 0 0 50px !important;
    background: transparent;
    height: 100%;
    padding: 0 22px;
    outline: none;
    box-shadow: none !important;
    color: #222;
    font-size: 0.95rem;
    font-family: 'Hisense Sans Alfabet', 'Tajawal-medium' ;
    cursor: pointer;
    min-width: 0;
}

.file-input{ position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.file-browse{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    background: #111;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Hisense Alfabet', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 0 50px 50px 0;
    margin: -1px;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.file-browse:hover{ background: #000; }

/* Custom checkbox */
.form-checkbox{ margin-top: 8px; }
.checkbox-wrap{ display: flex; align-items:center; gap: 12px; cursor: pointer; user-select: none; }
.checkbox-wrap.is-locked{ cursor: default; }
.checkbox-wrap.is-locked .checkbox-box,
.checkbox-wrap.is-locked .checkbox-text{ cursor: default; }
.checkbox-wrap input[type="checkbox"]{  pointer-events: none; }
.checkbox-box .wpcf7-list-item{ margin: 0;}
.checkbox-box{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease;
    margin-top: 2px;
    display: none;
}
.checkbox-wrap input:checked + .checkbox-box{ background: #111; border-color: #111; }
.checkbox-wrap input:checked + .checkbox-box::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-wrap input:focus-visible + .checkbox-box{ box-shadow: 0 0 0 3px rgba(3, 173, 158, 0.2); }
.checkbox-text{ font-size: 0.875rem; color: #222; font-family: 'Hisense Sans Alfabet', 'Tajawal-medium', sans-serif; line-height: 1.5; }
.checkbox-text .agree-terms-link{ color: #111; font-weight: 700; text-decoration: underline; }

/* Submit button */
.submit-btn{
    width: 100%;
    text-decoration: none;
    height: 56px;
    display: inline-flex; align-items: center; justify-content: center;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: 'Hisense Alfabet', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    background: linear-gradient(96.13deg, rgba(18, 223, 204, 1) 0%, rgba(3, 173, 158, 1) 100%);
    transition: background 0.2s ease, transform 0.2s ease;
    margin-top: 8px;
}
.submit-btn:hover{
    background: linear-gradient(96.13deg, rgb(16, 197, 179) 0%, rgb(3, 148, 136) 100%);
}
.submit-btn:active{ transform: translateY(1px); }

 .thankyou-icon{ width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 20px;}
.thankyou-icon img{ max-width: 110px; height: auto; }


.thankyou-header{ margin-top: 25px;}

.thankyou-header h2{ font-size: 2.8125rem; }

.thankyou-subtext{ margin-top: 25px; margin-bottom: 25px;  background: rgba(137, 137, 137, 0.15); height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 50px; font-size: 14px; font-weight: 500; color: #000; font-family: 'Hisense Sans Alfabet','Tajawal-medium'; }
.thankyou-subtext strong{ font-weight: 700; margin-left: 6px; margin-right: 6px; }
.buton-row{ display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px;}

.submit-btn.style-2{ width: auto; padding: 0 20px;}
.submit-btn.style-3{ width: auto; padding: 0 20px; background: linear-gradient(to left, #363636, #363636);}
.submit-btn.style-3:hover{ background: linear-gradient(to left, #242424, #1b1b1b);}


.wrap-footer{ max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 20px; }

.footer-main{ background: #ffffff; padding: 25px 0; }

.thank-you-main{ margin-bottom: 150px;}
.footer-content{ width: 17.5%;}

.wrap-footer{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.wrap-footer p{    color: #b4b4b4; font-size: 16px;  font-family: 'Hisense Alfabet' , 'Tajawal-medium'}

.form-footer{  max-width: 1200px; text-align: center; margin-top: 25px; margin-left: auto; margin-right: auto; margin-bottom: 35px;}

.form-footer a{ color: #000; text-decoration: none;   font-size: 16px; font-family: 'Hisense Sans Alfabet','Tajawal-medium'; }
.form-footer a:hover{ color: #00b3ac; }

.rtl .phone-input input{ text-align: right;}

.bg-main{
    background-image: url('../images/main-bg-new.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.rtl .bg-main{
    background-image: url('../images/main-bg-new-ar.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


/* .language-switcher{ 
position: absolute;
right: 10%;
top: 36px;
color: #fff;
font-size: 17px;
} */

main{ margin-top: 100px;}


.phone-input .phone-input{ border: none !important;}
.rtl .phone-input .phone-input{  text-align: right;}


/* Form responsive */
@media (max-width: 991px) {
    .form-block-maion{ padding: 32px 24px; }

    .form-item input[type="text"],
    .form-item input[type="email"],
    .form-item input[type="tel"],
    .form-item select,
    .phone-input,
    .file-upload{
        height: 46px;
        font-size: 0.9rem;
    }
    .phone-input input,
    .file-display{ font-size: 0.9rem; }

    .thankyou-header h2{ font-size: 2.25rem; }
    .thankyou-icon img{ max-width: 95px; }
}

@media (max-width: 767px) {

 

    .form-block-maion{ margin-top: -60px; padding: 26px 18px; border-radius: 16px; }
    .form-header h2{ font-size: 1.5rem; }
    .form-header p{ font-size: 0.875rem !important; }
    .form-list{ gap: 16px; }
    .form-item{ flex: 0 0 100%; }
    .form-item label{ font-size: 0.85rem; }

    .form-item input[type="text"],
    .form-item input[type="email"],
    .form-item input[type="tel"],
    .form-item select,
    .phone-input,
    .file-upload{
        height: 44px;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 0.875rem;
    }

    .file-upload{padding-right: 0 !important;}
    .rtl .file-upload{padding-right: 0 !important; padding-left: 0 !important;}
    .phone-input input,
    .file-display{ font-size: 0.875rem; padding: 0 16px; }
    .phone-prefix{ padding: 0 14px; font-size: 0.85rem;  }

    .file-browse{ padding: 0 22px; font-size: 0.85rem; }
    .submit-btn{ height: 50px; font-size: 0.95rem; }
    .inner-banner-main{ min-height:  unset; }

    .thankyou-header{ margin-top: 10px; }
    .thankyou-header h2{ font-size: 1.875rem; margin-bottom: 10px; }
    .thankyou-icon{ margin-bottom: 14px; }
    .thankyou-icon img{ max-width: 80px; }
    .thankyou-subtext{ height: auto; min-height: 36px; padding: 8px 16px; font-size: 13px; text-align: center; line-height: 1.4; margin-top: 18px; margin-bottom: 18px; }
    .buton-row{ flex-direction: column; gap: 12px; margin-bottom: 10px; padding: 0 10px; }
    .submit-btn.style-2,
    .submit-btn.style-3{ width: 100%; padding: 0 20px; font-size: 0.9rem; }
    .form-footer a{ font-size: 14px;}

    .language-switcher{
        right: 3%;
        top: 13px;
    }

    .rtl .phone-input{ padding-right: 0 !important;}


    .bg-main{ background-image: url('../images/main-bg-new-mob.jpg'); background-size: contain; background-color: #0b0b0b;}
    .rtl .bg-main{ background-image: url('../images/main-bg-new-ar-mob.jpg');  background-size: contain;  background-color: #0b0b0b;}

    .inner-banner-main{background-image: url('../images/iner-banner-mob.jpg') !important; background-size: contain; aspect-ratio: 600/379;}

    main{ margin-top: 60px;}
}

@media (max-width: 480px) {
    .form-block-maion{ margin-top: -40px; padding: 22px 16px; }
    .form-header h2{ font-size: 1.35rem; }

    .phone-input{ padding-left: 0px;}

    .form-item input[type="text"],
    .form-item input[type="email"],
    .form-item input[type="tel"],
    .form-item select,
    .phone-input,
    .file-upload{
        height: 42px;
        font-size: 0.85rem;
    }
    .phone-input input,
    .file-display{ font-size: 0.85rem; }

    .file-browse{ padding: 0 18px; font-size: 0.8rem; }
    .submit-btn{ height: 48px; font-size: 0.9rem; }

    .thankyou-header h2{ font-size: 1.5rem; }
    .thankyou-icon img{ max-width: 70px; }
    .thankyou-subtext{ font-size: 12px; }

    .wrap-footer p{ font-size: 14px;}
}
