/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.text h1 {
  color: #fff;
  background-color: #16a085;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.text {
  width: 100%;
  margin-top: 20px;
}

.text h3 {
  margin: 15px 0 5px;
}

.pro,
.premium {
  display: block;
  margin: 10px auto;
  width: 50%;
  height: 350px;
}

.scroll-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.scroll-btn:hover {
  background-color: #095db7;
}

.arrow-down {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}

.scroll-btn:focus {
  outline: none;
}

.sorgu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 400px;
  margin-top: 30px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 10px 5px;
  /* margin: 5px 0 10px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="checkbox"] {
  margin-right: 5px;
}
.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

input[type="radio"] {
  margin-right: 5px;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #0963c3;
}

.success-message {
  background-color: #28a745;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  margin-top: 15px;
  font-weight: bold;
}

.phone-group {
  position: relative;
}

.phone-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  gap: 5px;
}

.phone-input #phone_prefix{
  width: 30%;
}

.phone-input .flag-icon {
  width: 20px;
  height: 14px;
  margin-right: 2px;
}

input {
  padding-left: 40px;
}

input {
  color: #000;
}
#contactForm{
  margin-bottom: 20px;
}


.form-group #adv_description{
  width: 100%;
  display: inline-block;
  resize: none;
  margin: 10px 0px;
}