.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.wizard-bg {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}

.anfra-nav {
  padding: 30px 0;
}

.anfra-nav .navbar-brand {
  padding: 0;
}

.anfra-nav .navbar-brand .logo-2 {
  display: none;
}

.anfra-nav .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  margin: 0 15px;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #535b66;
  font-family: "Roboto", sans-serif;
  padding: 0;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link.nav-button {
  background: #71ca00;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  padding: 0 35px;
  line-height: 50px;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
  vertical-align: .15em;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  min-width: 150px;
  left: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item {
  padding: 4px 15px;
  margin: 0;
}

.anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item:hover {
  background: rgba(30, 133, 255, 0.1);
}

@media all and (max-width: 991px) {
  .anfra-nav .navbar-brand .logo-2 {
    display: block;
  }
  .anfra-nav .navbar-brand .main-logo {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .anfra-nav .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .anfra-nav .navbar-toggler {
    font-size: 2.8rem;
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .anfra-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9;
    border-radius: 5px;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .anfra-nav .navbar-collapse .navbar-nav {
    padding: 25px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .anfra-nav .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .anfra-nav .navbar-collapse .navbar-nav .nav-item + .nav-item {
    margin-top: 15px;
  }
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .nav-link.nav-button {
    line-height: 40px;
    max-width: 140px;
    text-align: center;
  }
  .anfra-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
  }
}

.ugf-wizard {
  min-height: 100vh;
}

.wizard-wrap {
  padding: 40px 0;
  text-align: center;
}

.wizard-wrap h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #1c2437;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.wizard-test-wrap {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 60px;
  display: none;
}

.wizard-test-wrap.active {
  display: block;
}

.wizard-test-wrap .test-progress {
  margin-bottom: 20px;
  position: relative;
}

.wizard-test-wrap .test-progress .prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #b2becc;
}

.wizard-test-wrap .test-progress .prev-btn img {
  margin-right: 10px;
  margin-top: -3px;
}

.wizard-test-wrap .test-progress-step {
  margin: 0 auto 20px;
  position: relative;
  height: 60px;
  width: 60px;
  border: 4px solid #dbe5ef;
  border-radius: 50%;
}

.wizard-test-wrap .test-progress-step .step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b4bfcd;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.wizard-test-wrap .test-progress-step .step-number.final-step {
  color: #71ca00;
}

.wizard-test-wrap .test-progress-step svg {
  height: 60px;
  width: 60px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: relative;
  top: -4px;
  left: -4px;
}

.wizard-test-wrap .test-progress-step svg circle {
  stroke: #71ca00;
}

.wizard-test-wrap .test-progress-step svg circle.step-1 {
  stroke-dasharray: 25 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-2 {
  stroke-dasharray: 50 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-3 {
  stroke-dasharray: 75 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-4 {
  stroke-dasharray: 100 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-5 {
  stroke-dasharray: 125 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-6 {
  stroke-dasharray: 150 200;
}

.wizard-test-wrap .test-progress-step svg circle.step-7 {
  stroke-dasharray: 175 200;
}

.wizard-test-wrap h3 {
 font-size:1.3rem;
  color: #1c2437;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.wizard-test-wrap p {
 
  color: #546274;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

.wizard-test-wrap .step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 420px;
  margin-top: 30px;
}

.wizard-test-wrap .step-block .form-group {
  position: relative;
  margin-bottom: 25px;
}

.wizard-test-wrap .step-block .form-group .form-control {
  height: 55px;
  border-radius: 30px;
  border: 1px solid 2px solid rgba(0, 0, 0, 0.12);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2437;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
}

.wizard-test-wrap .step-block .form-group .form-control::-webkit-input-placeholder {
  color: #b2becc;
}

.wizard-test-wrap .step-block .form-group .form-control:-moz-placeholder {
  color: #b2becc;
}

.wizard-test-wrap .step-block .form-group .form-control::-moz-placeholder {
  color: #b2becc;
}

.wizard-test-wrap .step-block .form-group .form-control:-ms-input-placeholder {
  color: #b2becc;
}

.wizard-test-wrap .step-block .form-group .form-control.has-error {
  border-color: rgba(255, 62, 88, 0.4);
}

.wizard-test-wrap .step-block .form-group .form-control.has-error + .error-msg {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ff3e58;
  font-size: 1.2rem;
  font-weight: 400;
}

.wizard-test-wrap .step-block .form-group .form-control:checked ~ label {
  border-color: rgba(30, 133, 255, 0.2);
  color: #71ca00;
}

.wizard-test-wrap .step-block .form-group .form-control:checked ~ label span {
  color: #71ca00;
}

.wizard-test-wrap .step-block .form-group .form-control:checked ~ label:before {
  background: #71ca00;
  border-color: transparent;
}

.wizard-test-wrap .step-block .form-group .form-control:checked ~ label:after {
  opacity: 1;
}

.wizard-test-wrap .step-block .form-group .form-control[type="radio"] {
  display: none;
}

.wizard-test-wrap .step-block .form-group .form-control[type="checkbox"] {
  display: none;
}

.wizard-test-wrap .step-block .form-group .select-input span {
  position: absolute;
  top: 27px;
  right: 15px;
  height: 0;
  width: 0;
  border-top: 6px solid #b2becc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.wizard-test-wrap .step-block .form-group .select-input select.form-control {
  color: #b2becc;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.wizard-test-wrap .step-block .form-group label {
  margin-bottom: 0;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  padding: 12px 25px;
   
  font-family: "Roboto", sans-serif;
  color: #1c2437;
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wizard-test-wrap .step-block .form-group label:before {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  content: '';
  opacity: 1;
}

.wizard-test-wrap .step-block .form-group label:after {
  opacity: 0;
  position: absolute;
  top: 16px;
  left: 17px;
  border-radius: 50%;
  content: url("../images/check-white.svg");
}

.wizard-test-wrap .step-block .error-msg {
  color: #ff3e58;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.wizard-test-wrap .step-block .button {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background: #71ca00;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  height: 60px;
  border: 0;
  text-align: center;
  margin-top: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 60px;
}

.run-wizard {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background: #71ca00;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  height: 60px;
  border: 0;
  text-align: center;
  margin-top: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 60px;
}

.wizard-test-wrap.asign-info h3 {
  color: #ff3e58;
  margin-bottom: 20px;
}

.wizard-test-wrap.asign-info h3 + p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
  font-family: "Roboto", sans-serif;
}

.wizard-test-wrap.asign-info .step-block .form-group label {
  color: #b2becc;
}

.wizard-test-wrap.test-report h3 {
  margin-bottom: 30px;
}

.wizard-test-wrap.test-report p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
  margin-bottom: 70px;
}

.wizard-test-wrap.test-report h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c2437;
  font-family: "Roboto", sans-serif;
}

.wizard-test-wrap.test-report h4 .line {
  padding: 0 10px;
}

.wizard-test-wrap.test-report .button-reload {
  margin-top: 100px;
  font-size: 1.5rem;
  color: #71ca00;
  font-family: "Roboto", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 700;
}

.wizard-test-wrap.test-report .button-reload:hover {
  color: #ffffff;
  background: #71ca00;
  border-color: #71ca00;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer .copyright-text {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer .copyright-text p {
  font-size: 1.4rem;
  color: #525b66;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.footer .footer-social {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer .footer-social a {
  font-size: 1.8rem;
  margin-right: 10px;
}

.footer .footer-social a:last-child {
  margin-right: 0;
}

@media all and (max-width: 767px) {
  .footer {
    display: block;
    text-align: center;
  }
}

@media all and (max-width: 1199px) {
  .wizard-test-wrap .step-block .form-group label {
    font-size: 1.4rem;
  }
  .wizard-test-wrap .step-block .form-group label:before {
    top: 14px;
  }
  .wizard-test-wrap .step-block .form-group label:after {
    top: 16px;
  }
}

@media all and (max-width: 991px) {
  .wizard-test-wrap {
    padding: 40px 20px;
  }
}

@media all and (max-width: 767px) {
  .wizard-test-wrap .step-block {
    min-height: auto;
  }
  .wizard-test-wrap .step-block .form-group label {
    font-size: 1.4rem;
  }
  .wizard-test-wrap .step-block .form-group label:before {
    top: 14px;
    left: 15px;
  }
  .wizard-test-wrap .step-block .form-group label:after {
    top: 16px;
    left: 17px;
  }
}

.contact-form-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-top: 10px;
}

.contact-form-wrap .contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.contact-form-wrap .contact-info-side {
  text-align: left;
  padding-right: 40px;
  border-right: 1px solid rgba(113, 202, 0, 0.2);
  height: 100%;
}

.contact-form-wrap .contact-info-side img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 15px;
}

.contact-form-wrap .contact-info-side h4 {
  color: #71ca00;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-form-wrap .contact-info-side p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-form-wrap .contact-info-side .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.contact-form-wrap .contact-info-side .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
}

.contact-form-wrap .contact-info-side .feature-item i {
  color: #71ca00;
  font-size: 20px;
}

.contact-form-wrap .form-side {
  text-align: left;
}

.contact-form-wrap .form-side h3 {
  color: #333;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form-wrap .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

.contact-form-wrap .form-control {
  height: 50px;
  border-radius: 10px;
  border: 2px solid rgba(113, 202, 0, 0.2);
  padding: 0 20px;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 100%;
  background: #f8f9fa;
}

.contact-form-wrap .form-control:focus {
  border-color: #71ca00;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(113, 202, 0, 0.1);
}

.contact-form-wrap textarea.form-control {
  height: 120px;
  padding: 15px 20px;
  resize: none;
}

.contact-form-wrap .btn-primary {
  background: #71ca00;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
}

.contact-form-wrap .btn-primary:hover {
  background: #62b100;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(113, 202, 0, 0.3);
}

@media (max-width: 991px) {
  .contact-form-wrap .contact-form-container {
    grid-template-columns: 1fr;
  }
  
  .contact-form-wrap .contact-info-side {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(113, 202, 0, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media all and (max-width: 767px) {
  .contact-block {
    display: block;
  }
}

.contact-block .contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}

.contact-block .contact-info:last-child {
  border-right: 0;
}

.contact-block .contact-info .icon {
  margin-bottom: 20px;
}

.contact-block .contact-info h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2437;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}

.contact-block .contact-info p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
  font-family: "Roboto", sans-serif;
}

.contact-block .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-block .contact-info ul li {
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
  font-family: "Roboto", sans-serif;
}
.form-group{
  position: relative;
}
span.error{
	color: #ff0000 !important;
	position: absolute;
	right: 20px !important;
	top: 20px !important;
	left: auto !important;
	text-transform: none !important;
	min-width: max-content;
  }
  input.error{
	border-color: rgba(255, 0, 0, 0.50) !important;
  }
  input.error:focus{
	background: transparent !important;
	border: 1px solid rgba(255, 0, 0, 0.50) !important;
  }

@media all and (max-width: 991px) {
  .contact-block .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

@media all and (max-width: 767px) {
  .contact-block .contact-info {
    border-right: 0;
  }
  .contact-block .contact-info p {
    max-width: 230px;
    margin: 0 auto;
  }
}

.contact-map {
  height: 350px;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}

.ugf-contact .anfra-nav .navbar-brand .logo-2 {
  display: block;
}

@media all and (max-width: 991px) {
  .ugf-contact .footer {
    margin-top: 0;
  }
}

.ugf-contact .footer .copyright-text p {
  color: #546274;
}

.custom-select {
  margin-bottom: 0;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  padding: 12px 25px;
  font-family: "Roboto", sans-serif;
  color: #1c2437;
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

    .custom-select .selected-item {
    }

    .custom-select .options {
        position: absolute;
        flex-wrap: wrap;
        width: 100%;
        left: 0px;
        top: 110%;
        border: 2px solid rgba(0, 0, 0, 0.12);
        border-radius: 24px;
        max-height: 220px;
        overflow-y: scroll;
        overflow-x: hidden;
        display: none;
        z-index: 9;
        background-color: white;
    }
    .custom-select .options.active {
        display: flex;
        
    }

    .custom-select .option-item {
        display: flex;
        width: 100%;
        height: auto;
        user-select: none;
    }
    .custom-select:hover {
        background-color: #f1f1f1;
    }
    .custom-select .options .option-item:hover {
        background-color: #f1f1f1;
    }

    .custom-select .options .option-item {
        padding: 4px 25px;
    }


        .custom-select .option-item .option-image {
            max-width: 75px;
            max-height:46px;
            display: flex;
        }

            .custom-select .option-item .option-image img {
                width: 100%;
                object-fit: contain;
                object-position: center;
            }

        .custom-select .option-item .option-text {
            width: calc(100% );
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Ürün Popup Stilleri */
.products-popup-container {
    padding: 20px;
}

.products-popup {
    max-width: 1200px !important;
}

.products-container {
    
}

.product-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: visible;
    position: relative;
    margin-bottom: 20px;
    border: 3px solid rgb(113 202 0 / 12%);
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.product-item::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 12px;
    background: conic-gradient(
        from var(--angle),
        transparent 0deg,
        #71ca00 20deg,
        transparent 40deg
    );
    animation: rotate 4s linear infinite;
    z-index: 1;
}

.product-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
}

.product-content {
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.product-image {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-info {
    position: relative;
    z-index: 4;
    padding: 15px;
 
}

.product-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.product-info p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.product-info .product-properties {
    margin: 15px 0;
}

.product-info .property-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.product-info .property-item i {
    color: #71ca00;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.product-info .property-item span {
    flex: 1;
    line-height: 1.4;
}

/* Popup Kapatma Butonu */
.swal2-close {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    font-size: 24px !important;
    color: #666 !important;
    transition: color 0.3s ease !important;
}

.swal2-close:hover {
    color: #333 !important;
}

.contact-form-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    
}

.contact-form-wrap h3 {
    color: #333;

}

.contact-form-wrap .form-control {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form-wrap textarea.form-control {
    height: auto;
}

.contact-form-wrap .btn-primary {
    background: #71ca00;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
}

.contact-form-wrap .btn-primary:hover {
    background: #5fb000;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

.features-section {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(113, 202, 0, 0.2);
}

.features-section h4 {
    color: #71ca00;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.features-section p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.features-section .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.features-section .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 10px;
    background: rgba(113, 202, 0, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.features-section .feature-item:hover {
    background: rgba(113, 202, 0, 0.1);
    transform: translateY(-2px);
}

.features-section .feature-item i {
    color: #71ca00;
    font-size: 24px;
}

.features-section .feature-item span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .features-section .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-checkbox {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.product-checkbox .custom-checkbox {
    width: 25px;
    height: 25px;
    background: white;
    border: 2px solid #71ca00;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.product-checkbox input[type="checkbox"] {
    display: none;
}

.product-checkbox input[type="checkbox"]:checked + .custom-checkbox {
    background: #71ca00;
}

.product-checkbox input[type="checkbox"]:checked + .custom-checkbox:after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-item {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.product-item.selected {
    border: 3px solid #71ca00;
    box-shadow: 0 5px 20px rgba(113, 202, 0, 0.2);
    overflow: hidden;
   
}

.selected-products {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(113, 202, 0, 0.08);
    border: 1px solid rgba(113, 202, 0, 0.1);
}

.selected-products-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-products-title i {
    color: #71ca00;
    font-size: 20px;
}

.selected-product-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: white;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(113, 202, 0, 0.1);
    transition: all 0.3s ease;
}

.selected-product-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(113, 202, 0, 0.12);
}

.selected-product-item:last-child {
    margin-bottom: 0;
}

.selected-product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid rgba(113, 202, 0, 0.1);
    background: white;
}

.selected-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.selected-product-info {
    flex: 1;
}

.selected-product-name {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 4px;
}

.selected-product-properties {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #666;
}

.selected-product-price {
    font-size: 16px;
    color: #71ca00;
    font-weight: 600;
    padding: 6px 12px;
    background: rgba(113, 202, 0, 0.08);
    border-radius: 6px;
    margin-left: 15px;
    white-space: nowrap;
}

.remove-product {
    color: #ff4444;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 68, 68, 0.1);
    margin-left: 10px;
    transition: all 0.2s ease;
}

.remove-product i {
    font-size: 14px;
}

.remove-product:hover {
    transform: scale(1.1);
    background: rgba(255, 68, 68, 0.15);
}

.down-arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.bounce-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    animation: bounce 2s infinite;
}

.bounce-arrow::before,
.bounce-arrow::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 25px;
    background-color: #71ca00;
    border-radius: 2px;
    bottom: 0;
}

.bounce-arrow::before {
    left: 50%;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.bounce-arrow::after {
    right: 50%;
    transform: rotate(45deg);
    transform-origin: bottom right;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(20px);
    }
    60% {
        transform: translateY(10px);
    }
}