.elementor-67 .elementor-element.elementor-element-7f46d86{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-67:not(.elementor-motion-effects-element-type-background), body.elementor-page-67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-7f46d86 */body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  color: #f1f1f1;
}

.hero {
  background-color: #000 !important;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f1f1f1;
}

.hero h1 .highlight {
  color: red;
}

.hero p {
  font-size: 1.2rem;
  margin: 20px 0;
  color: #f1f1f1;
  font-weight: 500;
}

.hero .cta {
  background: red;
  color: #fff;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  animation: pulse 2s infinite;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.dobra2 {
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #1a1a1a;
  justify-content: center;
  gap: 50px;
  text-align: left;
}

.dobra2 .text {
  max-width: 700px;
}

.dobra2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
}

.dobra2 ul {
  list-style: none;
  padding: 0;
}

.dobra2 ul li {
  margin: 15px 0;
  font-size: 1.1rem;
  padding-left: 25px;
  position: relative;
  color: #eaeaea;
  font-weight: 500;
}

.dobra2 ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
  color: #00ff88;
}

.dobra3 {
  padding: 100px 20px;
  text-align: center;
  background-color: #000;
}

.dobra3 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #f1f1f1;
  font-weight: 700;
}

.dobra3 .cta {
  background: red;
  color: #fff;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.dobra4 {
  padding: 100px 20px;
  background-color: #1a1a1a;
  text-align: center;
}

.dobra4 h2 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: 700;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.step {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  width: 300px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.step h3 {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
}

.step p {
  font-size: 1rem;
  color: #f1f1f1;
  font-weight: 400;
}/* End custom CSS */
/* Start custom CSS */body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  color: #f1f1f1;
}

.hero {
  background-color: #000 !important;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f1f1f1;
}

.hero h1 .highlight {
  color: red;
}

.hero p {
  font-size: 1.2rem;
  margin: 20px 0;
  color: #f1f1f1;
  font-weight: 500;
}

.hero .cta {
  background: red;
  color: #fff;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  animation: pulse 2s infinite;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.dobra2 {
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #1a1a1a;
  justify-content: center;
  gap: 50px;
  text-align: left;
}

.dobra2 .text {
  max-width: 700px;
}

.dobra2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
}

.dobra2 ul {
  list-style: none;
  padding: 0;
}

.dobra2 ul li {
  margin: 15px 0;
  font-size: 1.1rem;
  padding-left: 25px;
  position: relative;
  color: #eaeaea;
  font-weight: 500;
}

.dobra2 ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
  color: #00ff88;
}

.dobra3 {
  padding: 100px 20px;
  text-align: center;
  background-color: #000;
}

.dobra3 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #f1f1f1;
  font-weight: 700;
}

.dobra3 .cta {
  background: red;
  color: #fff;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.dobra4 {
  padding: 100px 20px;
  background-color: #1a1a1a;
  text-align: center;
}

.dobra4 h2 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: 700;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.step {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  width: 300px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.step h3 {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
}

.step p {
  font-size: 1rem;
  color: #f1f1f1;
  font-weight: 400;
}/* End custom CSS */