.get-offer-bg {
  width: 100%;
  height: 100vh;
  background-image: url('../images/91713653e07957f085dd5ed0dca52028.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: "Roboto", sans-serif !important;
  padding: 0%;
  margin: 0;
}

.pop-up-get-offer {
  background: #00000022;
  z-index: 999;
  backdrop-filter: blur(50px);
  border-radius: 30px;
  padding-top: 0;
  transition: width .5s ease;
  overflow: hidden;
  margin-top: 50px;
}

.pop-up-get-offer[active-step="1"] {
  width: 700px;
  transition: width .5s ease;
}

.header {
  background: #939694;
}

.pop-up-get-offer[active-step="1"] .step-wrapper {
  display: none;
}

.pop-up-get-offer[active-step="5"] .step-wrapper {
  display: none;
}

.pop-up-get-offer[active-step="2"] {
  width: 600px;
  transition: width .5s ease;
}

.pop-up-get-offer[active-step="3"] {
  width: 80%;
  transition: width .5s ease;
}

.pop-up-get-offer[active-step="4"] {
  width: 80%;
  transition: width .5s ease;
}

.pop-up-get-offer[active-step="5"] {
  width: 660px;
  transition: width .5s ease;
}

.pop-up-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-up-title h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}

.pop-up-title h2 span {
  color: #135D30;
  font-weight: 600;
}

.pop-up-title>span {
  text-align: center;
}

.offer-items {
  margin-top: 30px;
}

.offer-item {
  background: #3E3E3E8C;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
}

.offer-item .offer-second {
  background: #FFFFFFA3;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
}

.offer-icon {
  background: #454646;
  width: 87px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 10px;
}

.offer-bottom {
  display: flex;
  justify-content: center;
  color: #fff;
}

.offer-bottom h3 {
  font-size: 16px;
  margin-top: 20px;
}

.offer-items {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.offer-item::after {
  content: "";
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    radial-gradient(circle at bottom, #69E3C780 30%, transparent 60%);
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 0;
  transition: height 1s ease, background 1s ease;
}

.offer-item * {
  z-index: 999;
}

.offer-item:hover::after {
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    radial-gradient(circle at bottom, #69e3c7 20%, transparent 60%);
  transition: 1s;
}

.offer-icon {
  transition: transform 1s ease;
}

.offer-item:hover .offer-icon {
  transform: rotate(-45deg);
  transition: 1s;
}

.offer-item:hover .offer-icon svg {
  transform: rotate(45deg);
  transition: 1s;
  width: 25px;
  height: 25px;
}

.offer-icon svg {
  transition: transform 1s ease, width 1s ease, height 1s ease;
}

.offer-item {
  cursor: pointer;
}

.project-info input {
  background: #FFFFFF1F;
  color: #fff;
  position: relative;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: none;
}

.who-item {
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.who-item p {
  margin: 0;
  font-weight: bold;
}

.who-item .right-who-item {
  margin-left: 10px;
}

.who-items h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.progress-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-bg {
  fill: none;
  stroke: #bfbfbf;
  stroke-width: 8;
}

.progress-bar {
  fill: none;
  stroke: #1b492a;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 251;
  /* Tam çember uzunluğu */
  stroke-dashoffset: calc(251 - (251 * 1 / 5));
  /* 1/5 ilerleme */
  transition: stroke-dashoffset 0.3s ease;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
}

.back-button {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.step-area {
  display: flex;
  justify-content: center;
}

.step-wrapper {
  position: relative;
  width: 240px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-bg {
  fill: none;
  stroke: #ebeaea;
  stroke-width: 4;
}

.progress-fill {
  fill: none;
  stroke: #2f5d3a;
  /* Yeşil renk */
  stroke-width: 4;
  stroke-dasharray: 125.6;
  /* Tam dolu çubuk uzunluğu */
  stroke-dashoffset: 120;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
  stroke-linecap: round;
}

.step-wrapper[active-step="1"] .progress-fill {
  stroke-dashoffset: 120;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
}

.step-wrapper[active-step="2"] .progress-fill {
  stroke-dashoffset: 100;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
}

.step-wrapper[active-step="3"] .progress-fill {
  stroke-dashoffset: 63;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
}

.step-wrapper[active-step="4"] .progress-fill {
  stroke-dashoffset: 33;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
}

.step-wrapper[active-step="5"] .progress-fill {
  stroke-dashoffset: 0;
  /* %25 dolu */
  transition: stroke-dashoffset 1s ease;
}

.step-text {
  position: absolute;
  top: 42%;
  font-size: 18px;
  font-weight: 400;
}

.step-button {
  position: absolute;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  margin-top: 20px;
}

.service-cards h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

div.service-cards .top {
  margin-bottom: 30px;
}

.service-card {
  background: #58585873;
  padding: 15px 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  height: 100%;
  display: block;
  width: 20px;
  background: linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%);
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(20px)
}

.service-card-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.service-card-title h6 {
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 5px;
  color: #fff;
}

.service-card-inner {
  position: relative;
  z-index: 999;
}

.service-card-services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-card-services ul li {
  color: #fff;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 100;
}

.select-square {
  width: 25px;
  height: 25px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-info h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.next-step-button {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  background: transparent;
  width: 100%;
  color: #fff;
  margin-top: 40px;
  width: 500px;
}

.next-step {
  display: flex;
  justify-content: center;
}

.project-info-inner {
  width: 600px;
  margin: 0 auto;
}

.input-primary {
  background: #FFFFFF1F;
  color: #333 !important;
  position: relative;
  width: 100%;
  cursor: pointer;
  outline: 0;
  padding: 8px 15px;
  border-radius: 8px;
  border: none;
}

.input-primary::placeholder {
  color: #333;
}

.top-input {
  position: relative;
}


.top-input::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  /* Çizgiyi ortadan başlat */
  width: 50%;
  /* Çizginin genişliği */
  border-bottom: 3px solid #d9d9d99e;
  /* Alt sınır */
  border-radius: 3px;
}

.error-input-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  /* Çizgiyi ortadan başlat */
  width: 50%;
  /* Çizginin genişliği */
  border-bottom: 3px solid #c581819e !important;
  /* Alt sınır */
  border-radius: 3px;
}

.error-input-border input::placeholder {
  color: red !important;
}

.error-input-border textarea::placeholder {
  color: red !important;
}

.error-animation {
  animation-duration: .5s;
  animation-name: error-animation;
}

@keyframes error-animation {
  0% {
    left: 0;
  }

  25% {
    left: -30px;
  }

  50% {
    left: 30px;
  }

  75% {
    left: -30px;
  }
}

.top-input:hover::after {
  width: 100%;
  transition: 1s;
}

.step-5 {
  background: linear-gradient(124.02deg, #71FF82 2.39%, #065E3B 99.1%);
  padding: 65px 40px 20px !important;
}

.step {
  padding: 35px 40px;
}

.done-area h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
}

.done-area {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.done-area p {
  width: 330px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.finish-step button {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 30px;
  background: transparent;
  width: 100%;
  color: #fff;
  width: 580px;
}


.services-errors {
  display: flex;
  justify-content: center;
}

.service-errors-inner {
  color: #af3d3d;
}

@media only screen and (max-width: 600px) {
  .pop-up-get-offer {
    width: 360px !important;
    background: #a2a2a247;
  }

  .pop-up-title h2 {
    text-align: center;
  }

  .get-offer-bg {
    background-size: inherit;
    height: auto !important;
    padding: 130px 0 200px;
  }

  .pop-up-title>span {
    text-align: center;
    font-weight: 200;
    color: #000;
  }

  .step {
    padding: 35px 10px;
  }

  .right-who-item span {
    font-size: 11px;
  }

  .mobile-m-0 {
    margin: 0 !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .border-mobile-none {
    border: none !important;
  }

  .mobile-p-0 {
    padding: 0 !important;
  }

  .service-card {
    margin-bottom: 15px;
  }

  .top-inputs {
    margin: 0 !important
  }

  .project-info-inner {
    width: auto !important;
  }

  .finish-step button {
    width: auto;
  }

  .done-area p {
    width: auto !important;
  }

  .done-area p {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .referance-imagex {
    height: 150px;
  }
}