.elementor-52 .elementor-element.elementor-element-4830d8d{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-52 .elementor-element.elementor-element-4830d8d.e-con{--align-self:center;}.elementor-52 .elementor-element.elementor-element-5d0475d > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-52 .elementor-element.elementor-element-519bee5{--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;--justify-content:center;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-52 .elementor-element.elementor-element-978cff8{text-align:center;}.elementor-52 .elementor-element.elementor-element-978cff8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;color:#4D4E4E;}.elementor-52 .elementor-element.elementor-element-b244066{--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;--justify-content:center;}.elementor-52 .elementor-element.elementor-element-fa7eaa8{text-align:center;}.elementor-52 .elementor-element.elementor-element-fa7eaa8 .elementor-heading-title{color:#1E90FF;}.elementor-52 .elementor-element.elementor-element-732e6a0{--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;--justify-content:center;}.elementor-52 .elementor-element.elementor-element-0f69444{--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;--justify-content:center;}.elementor-52 .elementor-element.elementor-element-f765578{--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;--justify-content:center;}.elementor-52 .elementor-element.elementor-element-1665c2d{text-align:center;}.elementor-52 .elementor-element.elementor-element-1665c2d .elementor-heading-title{color:#1E90FF;}.elementor-52 .elementor-element.elementor-element-3660401{--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;--justify-content:center;}.elementor-52 .elementor-element.elementor-element-b03513d{--display:flex;}.elementor-52 .elementor-element.elementor-element-b9db8b0 > .elementor-widget-container{margin:-6px -6px -6px -6px;}.elementor-52 .elementor-element.elementor-element-25a4a3b{--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-52 .elementor-element.elementor-element-1ed027f{--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-52 .elementor-element.elementor-element-f3cb75d > .elementor-widget-container{margin:-7px -7px -7px -7px;}.elementor-52 .elementor-element.elementor-element-2f92049{--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-52 .elementor-element.elementor-element-5a41301{--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(min-width:768px){.elementor-52 .elementor-element.elementor-element-4830d8d{--width:100%;}.elementor-52 .elementor-element.elementor-element-2f92049{--content-width:1600px;}.elementor-52 .elementor-element.elementor-element-5a41301{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5d0475d */* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
 .hero-section {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 40px 20px;
      background: linear-gradient(to right, #1e88e5, #90caf9);
      color: white;
    }

    .hero-text {
      flex: 1 1 400px;
      padding: 20px;
    }

    .badge {
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      padding: 8px 14px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 15px;
      letter-spacing: 1px;
    }

    .hero-text h1 {
      font-size: 32px;
      margin-bottom: 15px;
    }

    .hero-text p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .hero-text a {
      display: inline-block;
      background: white;
      color: #1e88e5;
      padding: 12px 22px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .hero-text a:hover {
      background: #e3f2fd;
    }

    .hero-image {
      flex: 1 1 300px;
      display: flex;
      justify-content: center;
      padding: 20px;
    }

.hero-image img {
  max-width: 100%;
  height: auto;
  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


    @media (max-width: 768px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }

      .hero-text h1 {
        font-size: 26px;
      }

      .hero-image {
        margin-top: 20px;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f23faff */.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.product-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1E90FF;
}

.buy-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.buy-button:hover {
  background-color: #0056b3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd7c3b3 */.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.product-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1E90FF;
}

.buy-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.buy-button:hover {
  background-color: #0056b3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d00a931 */.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.product-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1E90FF;
}

.buy-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.buy-button:hover {
  background-color: #0056b3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9db8b0 */.upgrade-section {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.upgrade-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.upgrade-text h1 {
  font-size: 36px;
  margin: 0;
  color: #111;
}

.upgrade-text h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #0078d4;
}

.upgrade-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.upgrade-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0078d4;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.upgrade-button:hover {
  background-color: #005fa3;
}

.upgrade-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1b2dd5 */.features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 60px 20px;

  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.feature {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
}

.feature:last-child {
  border-right: none;
}

.feature-subtitle {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.feature-desc {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3cb75d */.faq-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.faq-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #0078d4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #444;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 20px 20px;
}/* End custom CSS */