.elementor-6 .elementor-element.elementor-element-d6d5981{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-38c0eb8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-28f8657{text-align:center;}.elementor-6 .elementor-element.elementor-element-28f8657 .elementor-heading-title{font-family:var( --e-global-typography-5535e8e-font-family ), Sans-serif;font-size:var( --e-global-typography-5535e8e-font-size );font-weight:var( --e-global-typography-5535e8e-font-weight );}.elementor-6 .elementor-element.elementor-element-4cf27ce > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-6 .elementor-element.elementor-element-4cf27ce{text-align:center;}.elementor-6 .elementor-element.elementor-element-4cf27ce .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1rem;font-weight:500;}.elementor-6 .elementor-element.elementor-element-d2fa209{--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-14304d9{--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-0325264 > .elementor-widget-container{padding:0px -5px 0px 0px;}.elementor-6 .elementor-element.elementor-element-0325264{text-align:start;}.elementor-6 .elementor-element.elementor-element-0325264 .elementor-heading-title{font-family:"Prata", Sans-serif;font-size:60px;font-weight:bold;}.elementor-6 .elementor-element.elementor-element-a0f5f4d{--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;--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-2c28a89{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6 .elementor-element.elementor-element-28f8657 .elementor-heading-title{font-size:var( --e-global-typography-5535e8e-font-size );}}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-28f8657 .elementor-heading-title{font-size:var( --e-global-typography-5535e8e-font-size );}}/* Start custom CSS for html, class: .elementor-element-0a08ef9 */.hero-v3-right {
  position: relative !important;
}.

hero-v3 {
  padding: 100px 5%;
  position: relative;
}

.hero-v3-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT */
.hero-v3-left {
  flex: 1;
}

.hero-v3-left h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #3F4A54;
  margin-bottom: 20px;
}

.hero-v3-left h1 span {
  color: #1FB6C9;
}

.hero-v3-left p {
  font-size: 18px;
  color: #6b7785;
  margin-bottom: 30px;
  max-width: 500px;
}

/* BUTTONS */
.hero-v3-buttons {
  display: flex;
  gap: 15px;
}

.btn-main {
  background: #1FB6C9;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(31,182,201,0.3);
}

.btn-outline {
  border: 2px solid #1FB6C9;
  color: #1FB6C9;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #1FB6C9;
  color: #fff;
}

/* RIGHT */
.hero-v3-right {
  flex: 1;
  position: relative;
}

/* IMAGE */
.hero-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* FLOATING CARD */
.hero-card {
  position: absolute;
  bottom: -20px;
  left: -30px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  width: 220px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.hero-card .tag {
  font-size: 12px;
  color: #1FB6C9;
  font-weight: 600;
}

.hero-card h4 {
  margin: 10px 0;
  color: #3F4A54;
}

.hero-card p {
  font-size: 13px;
  color: #7a8794;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.card-bottom span {
  color: #1FB6C9;
  font-weight: bold;
}

.card-bottom a {
  background: #3F4A54;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {

  .hero-v3-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-v3-left h1 {
    font-size: 34px;
  }

  .hero-v3-buttons {
    flex-direction: column;
  }

  .hero-v3-right {
    width: 100%;
  }

  .hero-card {
    position: static;
    margin-top: 20px;
  }

}

/* HERO CARD BASE */
.hero-card {
  position: absolute !important;
  bottom: -40px;
  left: 40px;
  width: 240px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  z-index: 5;
  transition: 0.3s;
}

@media (max-width: 1024px) {

  .hero-card {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 260px;
  }

}

@media (max-width: 768px) {

  .hero-card {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -25px;
    width: 85%;
    max-width: 320px;
    padding: 18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74c1c1c */.how-section {
  padding: 80px 5%;
  background: transparent;
}

.how-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.how-header {
  text-align: center;
  margin-bottom: 60px;
}

.how-header h2 {
  font-size: 36px;
  color: #3F4A54;
  margin-bottom: 10px;
}

.how-header p {
  color: #7a8794;
  font-size: 16px;
}

/* STEPS GRID */
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.how-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px 25px;
  text-align: left;
  transition: 0.3s;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

.how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* STEP NUMBER */
.step-number {
  font-size: 40px;
  font-weight: 700;
  color: #1FB6C9;
  margin-bottom: 15px;
}

/* TEXT */
.how-card h3 {
  font-size: 18px;
  color: #3F4A54;
  margin-bottom: 10px;
}

.how-card p {
  font-size: 14px;
  color: #6b7785;
  line-height: 1.6;
}

/* CONNECTING LINE (desktop only) */
.how-steps::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(to right, #1FB6C9, transparent);
  z-index: 0;
}

/* ensure cards above line */
.how-card {
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-steps::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .how-steps {
    grid-template-columns: 1fr;
  }

  .how-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01ebe8a */.testimonials-section {
  padding: 50px 5%;
  background: transparent;
}

.testimonials-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-header h2 {
  font-size: 36px;
  color: #3F4A54;
  margin-bottom: 10px;
}

.testimonials-header p {
  color: #7a8794;
  font-size: 16px;
}

/* GRID */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.testimonial-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 25px;
  transition: 0.3s;
  border: 1px solid rgba(0,0,0,0.05);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* STARS */
.stars {
  color: #1FB6C9;
  font-size: 16px;
  margin-bottom: 15px;
}

/* TEXT */
.testimonial-text {
  font-size: 15px;
  color: #5f6c78;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* USER */
.user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #1FB6C9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.user h4 {
  font-size: 14px;
  color: #3F4A54;
  margin: 0;
}

.user span {
  font-size: 12px;
  color: #7a8794;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5401f31 *//* TITLE */
.cta-container h2 {
  color: #ffffff;
}

/* PARAGRAPH */
.cta-container p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-section {
  padding: 80px 5%;
  background: linear-gradient(135deg, #1FB6C9, #1599a8);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin: 60px 5%;
}

.cta-container {
  max-width: 800px;
  margin: auto;
}

/* TITLE */
.cta-container h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* TEXT */
.cta-container p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-primary {
  background: #fff;
  color: #1FB6C9;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.cta-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-secondary:hover {
  background: rgba(255,255,255,0.15);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cta-container h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS *//* GLOBAL BACKGROUND */
body {
  background-color: #F5F7F8;
  position: relative;
  overflow-x: hidden;
}

/* BIG SOFT BLOBS */
body::before,
body::after {
  content: '';
  position: fixed;
  border-radius: 50%;
  z-index: -1;
  filter: blur(80px);
  opacity: 0.25;
}

/* TOP RIGHT BLOB */
body::before {
  width: 400px;
  height: 400px;
  background: #1FB6C9;
  top: -100px;
  right: -100px;
}

/* BOTTOM LEFT BLOB */
body::after {
  width: 500px;
  height: 500px;
  background: #3F4A54;
  bottom: -150px;
  left: -150px;
}

/* OPTIONAL EXTRA FLOATING SHAPES */
.bg-bubble {
  position: fixed;
  border-radius: 50%;
  background: #1FB6C9;
  opacity: 0.08;
  filter: blur(40px);
  z-index: -1;
}

/* Different sizes/positions */
.bubble1 {
  width: 200px;
  height: 200px;
  top: 30%;
  left: 10%;
}

.bubble2 {
  width: 300px;
  height: 300px;
  top: 60%;
  right: 15%;
}

.bubble3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 40%;
}/* End custom CSS */