body {
  background: linear-gradient(to right, #f9f6ff, #ffffff);
  background-size: cover;
  font-family: 'Roboto', 'Cairo', sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F2F2F2;
  opacity: 0; /* Start with hidden content */
  animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.company-name {
  font-family: 'Cairo', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #360086;
  text-align: center;
  align-self: center;
  margin: 10px 20px;
  margin-bottom: 10px;
}
.survey-form {
  width: 100%;
  max-width: 80%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.survey-slide {
  display: none;
  padding: 30px;
  animation: fadeIn 1s ease-in-out;
}
.survey-slide.active {
  display: block;
}
.form-label {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.form-control:focus {
  box-shadow: 0 0 10px rgba(255, 126, 95, 0.5);
  border-color: #ff7e5f;
}
h1, h2 {
  font-size: 2.4rem;
}
.btn-custom {
  background: transparent;
  padding: 10px 20px;
  color: #040404;
  border: none;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.btn-custom:hover, .btn-custom:focus {
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  color: rgb(144, 20, 252);
}
.next-slide, .prev-slide {
  margin: 30px 0;
  font-size: 24px;
}
.survey-options {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
}

.survey-option {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40%;
  padding: 15px 10px;
  margin: 10px 20px;
  border-radius: 5px;
  font-size: 1.1rem;
  border: 1px solid black;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fffbff;
  border-radius:10px;
  
}
.survey-option::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid orange;
margin-right: 20px;
margin-left: 20px;
vertical-align: middle;
transition: background-color 0.3s;
}
.survey-option.active::before {
background-color: white;
}
.numric_option{
  
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  margin: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
  border: 2px solid orange;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff8f8;
}
#finalbtn{
  margin: 25px 0;
}
.survey-option:hover, .survey-option.active {
  
  border-color: #ff7e5f;
  cursor: pointer;
  background-color: rgba(255, 126, 95, 0.3);
}
.survey-option label:hover{
  cursor: pointer;
}
.numric_option:hover, .numric_option.active {
  border-color: #ff7e5f;
  cursor: pointer;
  background-color: rgba(255, 126, 95, 0.3);
}
.numric_option label:hover {
  cursor: pointer;
}
.survey-question {
  font-size: 1.6rem;
  margin: 0 10px;
}
.star-rating {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.star {
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s;
}
.star:hover, .star.active {
  color: #ff7e5f;
}
[dir="rtl"] .form-label {
  text-align: right;
}
.dark-mode {
  color: #333;
}
.light-mode {
  color: #F2F2F2;
}
.survey-slide .mb-5 {
  margin-top: 20px !important;
}
.survey-question{
  margin:0 100px;
}
#other {
  padding:10px 15px;
  font-size:1.1rem;
}
.logoitpc{
  width:130px;
  height:90px;
  margin: 0 auto;
}
.site-container {
  padding:10px;
  margin: 0 5rem;
  font-size: 1.6rem;
  margin-bottom:20px;
  }
.city-container {
    padding:10px;
    margin: 0 5rem;
    font-size: 1.6rem;
    }
.logo{
      width:200px;
      height:150px;
      margin: 0 40px;
    }
.other-input{
  margin: 0 25px;
  max-width: 35%;
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .logoitpc{
    width:120px;
    height:80px;
    margin: 0 auto;
  }
  .logo{
    width:160px;
    height:130px;
    margin: 0 auto;
  }
  html {
    font-size: 90%;
  }
  .survey-form {
    max-width: 100%;
  }
  .survey-question{
  margin:0 20px;
}
.survey-option{
  max-width: 100%;
}
.numric_option {
  max-width: 45%;
  font-size: 1.3rem;
  margin:10px 10px;
}
.other-input{
  max-width: 100%;
}
.site-container,.city-container {
  padding:0;
  margin:0 15px;
}
}
@media screen and (max-width: 500px) {
  .logo{
    width:120px;
    height:80px;
    margin: 0 auto;
  }
  .logoitpc{
    width:100px;
    height:60px;
    margin: 0 auto;
  }
  html {
    font-size: 80%;
  }
  .survey-form {
    max-width: 100%;
  }
  .survey-question{
  margin:0 20px;
}
.survey-option{
  max-width: 100%;
}
.numric_option {
  max-width: 45%;
  font-size: 1.3rem;
  margin:10px 10px;
}
.other-input{
  max-width: 100%;
}
.site-container,.city-container {
  padding:0;
  margin:0 15px;
}
}

.lang-changer{
  justify-content: end;
  justify-self: end;
}
.fill {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
max-height:50%;

}
.fill img {
flex-shrink: 0;
object-fit: cover;
min-width: 100%;
box-sizing: content-box;
max-height: 50%;

}


.other-input input{
  padding:10px 15px;
}

select{
width: 40%;
padding: 20px 30px;
margin-top: 10px;
margin-bottom: 15px;
font-size: 1rem;
color: #333;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>');
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 12px;
text-align-last: left;
}
[dir="rtl"] select {
text-align-last: right;
}
[dir="ltr"] select {
text-align-last: left;
}
select:focus {
        border-color: #ff7e5f;
        outline: none;
        box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}
.site-container select, .city-container select{
margin-top:20px;
padding : 20px 30px;
font-size:1.1rem;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
