/* تنسيق عام للصفحة */
body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik';
  background-image: url(logo/الخلفيه.png); /* مسار الخلفية */
  background-size: cover; /* لضمان تغطية الشاشة بالكامل */
  background-position: center; /* لتمركز الخلفية */
  background-repeat: no-repeat; /* منع تكرار الخلفية */
  text-align: center;
  direction: rtl;
  color: #f8fafc;
  position: relative;
}

/* تراكب لتغميق الخلفية */
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 28, 28, 0.6); /* تغميق الخلفية بـ 50% */
  z-index: 0; /* وضع التراكب في الخلف */
}

/* الحاوية الرئيسية */
.container {
  position: relative; /* لجعل الحاوية فوق التراكب */
  z-index: 1; /* التأكد أن المحتوى يظهر فوق التراكب */
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.1); /* إضافة لون شفاف للحاوية إذا لزم الأمر */
  color: #ffffff; /* لون النص */
}



/*الخانات/*/
.container-css {
  background: rgba(20, 29, 68, 0.7); /* لون مع شفافية */
  backdrop-filter: blur(5px); /* تأثير الضبابية */
  -webkit-backdrop-filter: blur(10px); /* دعم المتصفحات القديمة */
  margin: 30px auto;
  padding: 20px;
  border-radius: 50px;
  max-width: 400px;
  color: #ffffff;

  
}


/* الشعار */
.header {
  font-size: 24px;
  color: #f8fafc;
  margin-bottom: 15px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.logo {
  width: 200px;
  margin-bottom: 1px;
}

.logo-right {
  margin-left: auto; /* محاذاة الشعار على اليمين */
}

.logo-left {
  margin-right: auto; /* محاذاة الشعار على اليسار */
  width: 150px;
}


.header h1 {
  font-size: 24px;
  color: #f8fafc;
  margin-bottom: 15px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.k{
  background: rgba(20, 29, 68, 0.7); /* لون مع شفافية */
  backdrop-filter: blur(5px); /* تأثير الضبابية */
  -webkit-backdrop-filter: blur(10px); /* دعم المتصفحات القديمة */
  margin: 30px auto;
  padding: 20px;
  border-radius: 50px;
  max-width: 400px;
  color: #ffffff;
font-size: 18px;
text-align: right;


}
/* الأزرار */
/* تنسيق عام للأزرار */
button {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  transition: color 0.3s 0.1s ease-out, box-shadow 0.9s ease-out;
  text-align: center;
}

/* تخصيص زر الاتصال */
.btn-call {
  background: #f89807;
  border-color: rgb(196, 118, 16);
  color: rgb(255, 255, 255);
  
  box-shadow: 
                inset 0 0 15px 5px rgba(196, 120, 6, 0.7), /* توهج داخلي */
                0 0 10px 3px rgba(80, 57, 7, 0.5); /* توهج خارجي */
}

.btn-call::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.btn-call:hover {
  color: #fff;
  border-color: rgb(196, 118, 16);
}

.btn-call:hover::before {
  box-shadow: inset 0 0 0 10em rgb(196, 118, 16);
}

/* تخصيص زر الواتساب */
.btn-whatsapp {
  background: #25D366;
  border-color: rgb(52, 196, 16);
  color: rgb(255, 255, 255);
  
  box-shadow: 
                inset 0 0 15px 5px rgba(10, 121, 10, 0.7), /* توهج داخلي */
                0 0 10px 3px rgba(7, 114, 7, 0.5); /* توهج خارجي */
}

.btn-whatsapp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}
button span {
  margin: 10px;
}

.btn-whatsapp:hover {
  color: #fff;
  border-color: #25D366;
}

.btn-whatsapp:hover::before {
  box-shadow: inset 0 0 0 10em #25D366;
}

/*زر الارسال*/
.btn-submit{
  background-color: #3155a3;
  color: #ffffff;
  font-size: 20px;
margin: auto;
margin-top: 10px;
padding: 10px 100px;
border: #04264d;

}
.consultation-header{
  background: rgba(21, 32, 64, 0.7); /* لون مع شفافية */
  backdrop-filter: blur(10px); /* تأثير الضبابية */
  -webkit-backdrop-filter: blur(10px); /* دعم المتصفحات القديمة */
  margin: 20px 10px;
  padding: 2px;
  border-radius: 50px;
  max-width: 400px;
  color: #ffffff;

}



/* النموذج */
.form-container {
  margin: 20px 0;
}
.group {
  position: relative;
 }
 
form input {
  width: 600px;
  max-width: 300px;
background-color: #ffffff;
border: none;
padding: 10px;
border-radius: 50px;
outline: none;
color: rgb(12, 12, 12);
margin-top: 10px;
}


form input:focus 
{
  animation: rotateShadow 2s infinite linear;
}

@keyframes rotateShadow {
0% {
  box-shadow: -2px -2px 0px 0px #aa00ff, 2px 2px 0px 0px #3700ff;
}
25% {
  box-shadow: -2px 2px 0px 0px #aa00ff, 2px -2px 0px 0px #3700ff;
}
50% {
  box-shadow: 2px 2px 0px 0px #aa00ff, -2px -2px 0px 0px #3700ff;
}
75% {
  box-shadow: 2px -2px 0px 0px #aa00ff, -2px 2px 0px 0px #3700ff;
}
100% {
  box-shadow: -2px -2px 0px 0px #aa00ff, 2px 2px 0px 0px #3700ff;
}
}
 /* الحقل العام */
 .custom-select {
  width: 600px;
  max-width: 300px;
  background-color: #ffffff;
  border: none;
  padding: 10px;
  padding-right: 30px; /* لإفساح مكان للسهم */
  border-radius: 50px;
  outline: none;
  color: rgb(12, 12, 12);
  margin-top: 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
}

/* عند التفاعل */
.custom-select:focus {
  box-shadow: 0 0 5px #3700ff;
}

/* الحاوية */
.container select {
  font-family: 'Arial', sans-serif;
}
 
 .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
 }
 
 
 


/* نص الخصوصية */
.privacy-text {
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}
.privacy-link{
  color: #ff6600;
}
/*حط النصوص*/
@font-face {
  font-family: 'Rubik'; /* اسم الخط الذي تريد تسميته */
  src: url('text/Rubik-Light.ttf') format('truetype'); /* مسار ملف الخط */
  font-style: italic; /* النمط: مائل */
  font-weight: normal; /* السمك: عادي */
}
