.elementor-525 .elementor-element.elementor-element-075e9e6{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-525 .elementor-element.elementor-element-4d2cdef{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-525 .elementor-element.elementor-element-6268586{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-525 .elementor-element.elementor-element-70359a0{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-70359a0 *//* ===== Join Team Hero ===== */
.join-hero {
  position: relative;
  padding: 120px 20px;
  background: #3359a7;
  overflow: hidden;
}

.join-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/01/Pc-Laptop.png');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.join-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.join-hero-content h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  margin-bottom: 20px;
}

.join-hero-content p {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .join-hero {
    padding: 150px 20px;
    font-family: LamaSans-KANA, "Arial";
  }

  .join-hero-content p {
    font-size: 18px;
        font-family: LamaSans-KANA, "Arial";

  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae7c736 *//* ===== Benefits Section ===== */
.benefits-section {
  padding: 80px 20px;
  background: linear-gradient(
    135deg,
    #ffffff,
    rgba(241, 159, 61, 0.05),
    rgba(96, 188, 109, 0.05)
  );
      font-family: LamaSans-KANA, "Arial";

}

.benefits-container {
  max-width: 1100px;
  margin: 0 auto;
}

.benefits-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #3359a7;
  margin-bottom: 60px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.benefit-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 28px;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* Icon */
.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 28px;
}

/* Icon colors */
.bg-orange {
  background: rgba(239, 83, 45, 0.15);
  color: #ef532d;
}

.bg-green {
  background: rgba(96, 188, 109, 0.15);
  color: #60bc6d;
}

.bg-blue {
  background: rgba(51, 89, 167, 0.15);
  color: #3359a7;
}

.benefit-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3359a7;
  margin-bottom: 14px;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
      font-family: LamaSans-KANA, "Arial";

}


/* Mobile */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
        font-family: LamaSans-KANA, "Arial";
  }

  .benefits-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f1b249 */input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
}/* End custom CSS */