.elementor-554 .elementor-element.elementor-element-f2ff803{--display:flex;--padding-top:50px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fb82227 */.toldi-calc-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 20px 90px;
  font-family: inherit;
  color: #111;
}

.toldi-calc-box {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 14px 45px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.toldi-calc-head {
  margin-bottom: 30px;
}

.toldi-calc-head span {
  display: inline-block;
  color: #ffc400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}

.toldi-calc-head h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.15;
  color: #111;
}

.toldi-calc-head p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.toldi-step {
  display: none;
}

.toldi-step.active {
  display: block;
}

.toldi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.toldi-card {
  min-height: 120px;
  padding: 22px;
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fafafa;
  color: #111;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: .22s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.03);
}

.toldi-card:hover {
  background: #fff8d6;
  border-color: #ffc400;
  transform: translateY(-3px);
}

#step2 select,
#step2 input {
  width: 100%;
  min-height: 52px;
  margin-bottom: 14px;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #111;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

#step2 select:focus,
#step2 input:focus {
  border-color: #ffc400;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,196,0,.16);
}

#calc {
  width: 100%;
  margin-top: 8px;
  padding: 15px 22px;
  border: none;
  border-radius: 999px;
  background: #ffc400;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .22s ease;
}

#calc:hover {
  background: #111;
  color: #ffc400;
}

#result {
  display: none;
  margin-top: 24px;
  padding: 24px;
  background: #111;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
}

#result:not(:empty) {
  display: block;
}

#result b {
  display: block;
  margin-top: 8px;
  color: #ffc400;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

#resetBtn {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 20px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: .22s ease;
}

#resetBtn:hover {
  background: #111;
  color: #ffc400;
  border-color: #111;
}

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

@media (max-width: 768px) {
  .toldi-calc-wrapper {
    padding: 40px 14px 90px;
  }

  .toldi-calc-box {
    padding: 22px;
    border-radius: 20px;
  }

  .toldi-calc-head h2 {
    font-size: 28px;
  }

  .toldi-calc-head p {
    font-size: 14px;
  }

  .toldi-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .toldi-card {
    min-height: auto;
    padding: 19px 20px;
    font-size: 16px;
    border-radius: 16px;
  }

  #result {
    padding: 20px;
  }

  #result b {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .toldi-calc-box {
    padding: 18px;
  }

  .toldi-calc-head h2 {
    font-size: 25px;
  }

  #result b {
    font-size: 20px;
  }
}/* End custom CSS */