/* إعداد الصفحة كلها */

body {

margin:0;

font-family:Arial,sans-serif;

background:#f4f8fb;

direction:rtl;

}



/* يخلي حساب المقاسات أسهل */

* {

box-sizing:border-box;

}





/* الترحيب فوق */

.welcome {

background:#bdefff;

padding:35px;

text-align:center;

font-size:32px;

font-weight:bold;

}





/* صندوق الشركة */

.company {


width:80%;


margin:40px auto;


background:white;


text-align:center;


padding:35px;


border-radius:20px;


}





/* اللوجو */

.main-logo {


width:140px;

height:140px;


border-radius:50%;


object-fit:cover;


}




.company h1 {


font-size:45px;


}





.company p {


font-size:25px;

font-weight:bold;


}






/* الأزرار كلها (واتس + لوكيشن) */

.buttons {

display:flex;

gap:15px;

flex-wrap:wrap;

justify-content:center;

}



/* زر الواتس */

.whatsapp-btn {

background:#25d366;

color:white;

padding:15px 30px;

border-radius:15px;

text-decoration:none;

font-size:24px;

font-weight:bold;

}



/* زر اللوكيشن */

.location-btn {

background:#ff9800;

color:white;

padding:15px 30px;

border-radius:15px;

text-decoration:none;

font-size:24px;

font-weight:bold;

}





/* جسم الموقع */


.container {


width:85%;


margin:auto;


background:white;


padding:30px;


border-radius:20px;


}





/* العناوين */


h2 {


color:#0077aa;


font-size:32px;


}





/* كارت الوظيفة */


.job-card {


background:#eaf9ff;


padding:25px;


border-radius:15px;


}





.job-card h3 {


font-size:25px;


}






/* الكلام والقوائم */
p,li {

font-size:24px;

line-height:1.8;

font-weight:bold;

}


/* تاريخ التحديث */


.update {


color:#555;


font-weight:bold;


}

/* الأزرار */


.buttons {


display:flex;


gap:15px;


flex-wrap:wrap;


}





.whatsapp-btn {


background:#25d366;


color:white;


padding:15px 30px;


border-radius:15px;


text-decoration:none;


font-size:24px;


font-weight:bold;


}





.location-btn {


background:#ff9800;


color:white;


padding:15px 30px;


border-radius:15px;


text-decoration:none;


font-size:24px;


font-weight:bold;


}







.note {


color:#d35400;


font-weight:bold;


}







/* تعديل الموبايل */


@media(max-width:768px){


.company,.container {


width:95%;


}




.company h1 {


font-size:32px;


}


p,li {

font-size:27px;

line-height:1.8;

}




.welcome {


font-size:24px;


}




.main-logo {


width:110px;


height:110px;


}


.buttons {


justify-content:center;


}


}
/* مكان الصور */
.images img {

width:23%;

height:180px;

object-fit:cover;

border-radius:10px;

}

@media(max-width:768px){

.images img{

width:45%;

height:auto;

}

}
/* توحيد خط الوظائف */

.job-card p,
.job-card {

font-size:24px !important;

line-height:2 !important;

font-weight:bold;

}


.job-card u {

font-size:24px;

}