.elementor-6 .elementor-element.elementor-element-464d03c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-6 .elementor-element.elementor-element-5234176{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-5234176.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6 .elementor-element.elementor-element-6f2d8af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-6f2d8af.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6 .elementor-element.elementor-element-fbbd2a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-4f9bcad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-14611bf{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6 .elementor-element.elementor-element-391d937 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-6 .elementor-element.elementor-element-d175ce0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-6 .elementor-element.elementor-element-14611bf{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-5234176{--width:98.522%;}.elementor-6 .elementor-element.elementor-element-6f2d8af{--width:98.42%;}}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-14611bf{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f041c05 */.hero {
  background: linear-gradient(135deg, #6a82fb, #fc5c7d);
  color: white;
  padding: 60px 20px;
}
.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hero-text {
  flex: 1;
  padding-right: 20px;
}
.hero-image {
  flex: 1;
  text-align: center;
}
.hero-image img {
  width: 100%;
  max-width: 400px;
  transition: transform 0.4s ease;
  border-radius: 12px;
}
.hero-image img:hover {
  transform: scale(1.05);
}
.btn-primary {
  background: #fff;
  color: #333;
  padding: 10px 5px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afbee1c */.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #007BFF;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
}

.testimonials {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

.testimonials h2 {
  margin-bottom: 20px;
  color: #007BFF;
}

.testimonial {
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2ddf5a */.how-it-works {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}
.how-it-works h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.step {
  max-width: 250px;
}
.step img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s;
}
.step img:hover {
  transform: rotateY(180deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7113477 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #f4f6f9;
  color: #333;
  padding: 40px 20px;
}

.category-section {
  text-align: center;
}

.category-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.card img:hover {
  transform: scale(1.02);
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #111;
}

.card-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #0056b3;
}/* End custom CSS */