/* تنسيق عام للصفحة */
body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik';
  background: #2a6f97;
  text-align: center;
  direction: rtl;
  color: #f8fafc;
  background: linear-gradient(150deg, #146366, #ececec);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/* الحاوية الرئيسية */
.container {
  
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
}

/*الخانات/*/
.container-css {
  background: linear-gradient(150deg, #0f3f41, #044646);
  margin: 30px auto;
  padding: 20px;
  border-radius: 50px;
  max-width: 400px;
  color: #ffffff;
  
  
}


/* الشعار */
.logo {
  width: 200px;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 24px;
  color: #f8fafc;
  margin-bottom: 15px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.k{
  background: linear-gradient(150deg, #0f3f41, #044646);
  border-radius: 50px;
color: #ffffff;
font-size: 15px;
margin: 6px 0;
text-align: right;
padding: 10px;


}
/* الأزرار */
/* تنسيق عام للأزرار */
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);
  
 
}

.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: #25D366;
  color: #ffffff;
  
  
}

.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: #0a8d7c;
  color: #ffffff;
  font-size: 20px;
margin: auto;
margin-top: 10px;
padding: 10px 100px;
border: #04264d;
box-shadow: 

}
.consultation-header{
  color: #fcfcfc;
  margin-top: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



/* النموذج */
.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; /* السمك: عادي */
}
