main.bg {
  background-image: url("../images/noise.png");
  background-position-x: right;
  background-position-y: top;
  background-clip: content-box;
  background-size: cover;
}

main.index {
  background-image: url("../images/index_bg.png");
  background-attachment: fixed;
  background-position-x: right;
  background-position-y: top;
  background-size: contain;
  background-repeat: no-repeat;
}

main .bs-stepper-content {
  margin-top: 46px;
  border-radius: 10px;
  background-color: #eeeeee;
  width: 100%;
  padding: 36px 34px;
}

main .bs-stepper-content .inline-radio-container {
  display: flex;
  gap: 13px;
  max-width: 100%;
  flex-wrap: wrap;
}

main .bs-stepper-content .inline-radio-container .inline-radio-item label {
  background-color: #fff;
  padding: 16px 30px;
  border-radius: 18px;
}

main .bs-stepper-content .inline-radio-container .inline-radio-item label span {
  font-size: 16px;
  font-weight: 400;
}

main .bs-stepper-content h2 {
  font-size: 21px;
  font-weight: 500;
}

main .bs-stepper-content h5 {
  color: #757575;
  font-size: 22px;
  font-weight: 400;
}

main .bs-stepper-content input.hidden-radio {
  position: absolute;
  opacity: 0;
}

main .bs-stepper-content input.hidden-radio:checked+.step-item {
  background-color: #139e3b;
}

main .bs-stepper-content .step-item {
  background-color: #d9d9d9;
  padding: 14px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  border-radius: 15px;
  cursor: pointer;
}

main .bs-stepper-content .step-item img {
  max-width: 110px;
  height: 120px;
}

main .bs-stepper-content .step-item span {
  text-align: center;
}

main .bs-stepper-content .form-control {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 13px;
}

main .bs-stepper-content .form-control:focus {
  box-shadow: none;
  border-color: #139e3b;
}

main.calculator h1 {
  margin-top: 30px;
  text-align: left;
  font-size: 46px;
  font-weight: 500;
  color: #000;
}

main.calculator p.description {
  color: #7c7c7c;
  font-weight: 350;
  font-size: 22px;
  text-align: left;
  max-width: none;
}

main .contact {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
}

main .contact .mail {
  color: #1e094a;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

main .contact .contact_title {
  color: #1e094a;
  font-size: 56px;
  font-weight: 700;
}

main .contact .contact_form {
  margin-top: 110px;
}

main .contact .contact_form .form-control {
  /* background-color: transparent; */
  margin-top: 34px;
  font-size: 15px;
  font-weight: 400;
}

main .contact .contact_form .form-control:focus {
  box-shadow: none;
  border: 1.2px solid #139e3b;
}

main .contact .contact_form button {
  border-radius: 0;
  margin-top: 33px;
  background-color: #1e094a;
}

main .yellow_banner {
  border-left: 17px solid #139e3b;
  padding-left: 20px;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 92px;
}

main .container {
  padding: 125px 0;
}

main .container .card-news {
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 4px;
}

main .container .card-news img {
  width: 100%;
}

main .container .card-news .card-body {
  padding: 20px 25px;
}

main .container .card-news .card-body .card-category {
  display: inline-block;
  background-color: #d9d9d9;
  margin-bottom: 16px;
  font-size: 8px;
  font-weight: 400;
  color: #000;
  padding: 5px 18px;
  border-radius: 4px;
}

main .container .card-news .card-body h4 {
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: #414141;
  font-weight: 300;
  font-size: 14px;
}

main .container .card-product {
  background-color: #fff;
  border: 1.5px solid #f1f1f1;
  color: #414141;
}

main .container .card-product .product_img {
  width: 100%;
}

main .container .card-product .card-body {
  padding: 20px 25px;
}

main .container .card-product .card-body h4 {
  font-size: 11px;
  font-weight: 300;
  transition: 300ms all;
}

main .container .card-product .card-body .sku {
  font-size: 11px;
  font-weight: 300;
}

main .container .card-product .card-body .price {
  font-size: 14px;
  font-weight: 700;
}

main .container .card-product .card-body .old-price {
  text-decoration: line-through;
  color: #c8c7cc;
  font-size: 8px;
  font-weight: 700;
}

main .container .card-product:hover h4 {
  color: #139e3b;
}

main .container .news-link {
  margin-top: 120px;
}

main .container .news-link h3 {
  border-left: 22px solid #1e094a;
  padding-left: 24px;
  font-size: 31px;
  font-weight: 700;
  color: #000;
}



@media (max-width: 1024px) {
  * {
    max-width: 100% !important;
  }

  .row {
    margin: auto;
  }

  main.calculator h1{
    margin-top: 0px;
  }
  .primary-btn {
    padding: 10px 15px !important;
  }

  header .container .row {
    margin: auto;
  }

  header .right {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  header .right .contact {
    align-items: flex-start;
  }

  header .right .contact a {
    font-size: 9px;
  }

  header .right .contact p {
    font-size: 8px;
  }

  nav {
    height: auto;
    padding-bottom: 80px;
  }

  nav .nav_menu {
    display: none !important;
  }

  nav h1 {
    font-size: 30px;
  }

  nav p {
    font-size: 14px;
    padding: 0 4px;
  }

  nav .bg_cover {
    top: 90%;
  }

  nav .product-inner {
    display: block;
  }

  nav .product-inner .title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  nav .product-inner .title h1 {
    margin-top: 10px;
    font-size: 25px;
  }

  nav .product-inner .title a {
    font-size: 16px;
    display: block;
    text-align: center;
  }

  nav.index {
    height: auto;
  }

  nav.index .banners {
    margin: auto;
    gap: 10px;
    margin-top: 10px;
  }

  nav.index .banners .col-lg-2,
  nav.index .banners .col-lg-4,
  nav.index .banners .col-lg-6 {
    padding: 0;
  }

  nav.index .banners .banner {
    min-height: 325px;
  }

  nav.index .swiper-index h2 {
    font-size: 24px;
  }

  nav.index .swiper-index p {
    font-size: 16px;
  }

  nav.index .swiper-index img {
    display: none;
  }

  main {
    padding-top: 60px;
  }

  main .yellow_banner {
    font-size: 16px;
  }

  main .bs-stepper-content {
    padding: 9px 7px;
  }

  main .bs-stepper-content .col-lg-6 {
    padding: 0;
  }

  main .contact .contact_title {
    font-size: 40px;
    text-align: center;
  }

  main .contact span {
    text-align: center;
  }

  main .contact a {
    text-align: center;
    text-decoration: none;
    color: inherit;
  }

  main.index .container .row {
    margin: auto;
  }

  main .content {
    padding: 20px 10px;
  }

  main .container {
    margin-top: 0px;
    padding-top: 0px;
  }

  main .container .news-link h3 {
    font-size: 16px;
    max-width: 70% !important;
  }

  footer .footer-top {
    flex-direction: column;
  }

  footer .footer-top h4 {
    font-size: 30px;
    text-align: center;
  }

  footer .footer-top .contact a {
    font-size: 20px;
  }

  footer .footer-top .contact p {
    font-size: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #ececec;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

nav.calculator {
  height: max-content;
  background-color: transparent;
}

.cal_text {
  font-size: 9px;
  font-weight: 400;
}

.calc_list {
  border-bottom: 1px solid #0000000d;
  padding-bottom: 5px;
  list-style: none;
  margin: none;
  padding-left: 0;
}

.calc_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .sm-w-50 {
    width: 50% !important;
  }
}


/* SUCCESS RING */

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none
  }

  50% {
    transform: scale3d(1.1, 1.1, 1)
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 130px #7ac142
  }
}
/* Başlıq dizaynı */
#step-1 h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Input sahələri */
#step-1 .form-floating {
  position: relative;
}

#step-1 .form-floating label {
  font-size: 0.85rem;
  color: #555;
}

#step-1 .form-control {
  font-size: 0.9rem;
  padding: 0.75rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

#step-1 .form-control:focus {
  border-color: #139e3b;
  box-shadow: 0 0 5px rgba(99, 179, 114, 0.5);
}

/* Xəta mesajı */
#step-1 .invalid-feedback {
  font-size: 0.8rem;
  color: #d9534f;
}

/* Düymə dizaynı */
#step-1 .btn.primary-btn {
  background-color: #139e3b;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#step-1 .btn.primary-btn:hover {
  background-color: #4e9b5d;
}

#step-1 .btn.primary-btn h2 {
  font-size: 1.2rem;
  margin: 0;
}

/* Responsive düzəlişlər */
@media (max-width: 768px) {
  #step-1 .col-6 {
    width: 100%;
  }

  #step-1 h4 {
    text-align: center;
    font-size: 1rem;
  }

  #step-1 .btn.primary-btn h2 {
    font-size: 1rem;
  }
}

/* Floating input düzəlişləri */
#step-1 .form-floating > .form-control {
  /* label üçün yer açırıq */
  height: 3.25rem;
  padding: 1rem 0.75rem 0.5rem;
  font-size: 0.9rem;
}

#step-1 .form-floating > label {
  left: 0.75rem;
  padding: 0 .25rem;       
  pointer-events: none;
  transform-origin: 0 0;
  transition: transform .2s ease, opacity .2s ease;
  font-size: 0.85rem;
  opacity: .7;
}

/* Placeholder-ı gizlət ki, label düzgün üzüb dursun */
#step-1 .form-floating > .form-control::placeholder { color: transparent; }

/* Fokusda və ya dəyər yazılanda label yuxarı getsin */
#step-1 .form-floating > .form-control:focus,
#step-1 .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .3rem;
}

#step-1 .form-floating > .form-control:focus ~ label,
#step-1 .form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(.85) translateY(-0rem);
  opacity: .85;
}

