.elementor-573 .elementor-element.elementor-element-7c46f2a{--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-573 .elementor-element.elementor-element-58d54bb{--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-573 .elementor-element.elementor-element-107703d{--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;}/* Start custom CSS for html, class: .elementor-element-81502d0 */.leads-section {
  padding: 80px 20px;
  background-color: #f8fafa;
}

.leads-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT COLUMN */
.leads-left {
  flex: 1 1 50%;
}

.gradient-text {
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #6FD062, #0599AD, #6FD062);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s ease infinite;
  margin-bottom: 20px;
}

.leads-description {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

/* TAGS / PILL BADGES */
.leads-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.leads-tags span {
  background-color: #e0f7eb;
  color: #0599AD;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #6FD062;
}

/* BUTTON */
.leads-btn {
  display: inline-block;
  padding: 12px 26px;
  background-color: #6FD062;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.leads-btn:hover {
  background-color: #0599AD;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

/* RIGHT COLUMN: IMAGE */
.leads-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.leads-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.leads-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,153,173,0.25), rgba(111,208,98,0.25));
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.leads-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.leads-image-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.leads-image-wrap:hover img {
  transform: scale(1.04);
}

/* GRADIENT TEXT ANIMATION */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .leads-container {
    flex-direction: column;
  }
  .leads-left, .leads-right {
    flex: 1 1 100%;
  }
  .leads-right {
    order: 2;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44a2bc8 *//* ===========================
   DISCOVERY CALL BANNER
   =========================== */

.discovery-call-banner {
  padding: 60px 20px 70px;
  background: linear-gradient(135deg, #ffffff 0%, #f5fbff 40%, #f4fff8 100%);
  font-family: "Inter Tight", sans-serif;
}

.discovery-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Animated gradient heading text */
.discovery-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3vw + 1.4rem, 3rem);
  line-height: 1.25;
  margin: 0 0 26px;
  background: linear-gradient(
    90deg,
    #004a5a,
    #0599AD,
    #6FD062
  );
  background-size: 250% 250%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: discoveryGradientMove 6s ease-in-out infinite;
}

/* CTA – FORCE theme gradient on this button */
.discovery-call-banner .ops-btn.discovery-btn {
  padding: 14px 38px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;

  /* 🔹 theme gradient forced */
  background: linear-gradient(135deg, #6FD062, #0599AD) !important;
  color: #ffffff !important;
  border: none !important;

  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(5, 153, 173, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  animation: ops-cta-radiate 2.8s ease-in-out infinite;
}

/* Hover state */
.discovery-call-banner .ops-btn.discovery-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(5, 153, 173, 0.35);
  filter: brightness(1.03);
}

/* Animated gradient movement for heading */
@keyframes discoveryGradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Radiating CTA animation */
@keyframes ops-cta-radiate {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 153, 173, 0.45);
    transform: translateY(0) scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(5, 153, 173, 0);
    transform: translateY(-1px) scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(5, 153, 173, 0);
    transform: translateY(0) scale(1);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .discovery-call-banner {
    padding: 40px 16px 50px;
  }

  .discovery-heading {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }

  .discovery-call-banner .ops-btn.discovery-btn {
    padding: 13px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca70dec */.why-us-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.why-us-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* SWITCHED SIDES USING ORDER */
/* RIGHT = IMAGE (NOW LEFT ON DESKTOP) */
.why-us-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  animation: slideInLeft 0.8s ease forwards;
  order: 1; /* show image first on desktop */
}

/* LEFT = TEXT (NOW RIGHT ON DESKTOP) */
.why-us-left {
  flex: 1 1 50%;
  animation: slideInRight 0.8s ease forwards;
  order: 2; /* show text second on desktop */
}

.why-us-left h2 {
  font-size: 2.2rem;
  color: #0599AD;
  margin-bottom: 25px;
  position: relative;
}

.why-us-left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 80px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6FD062, #0599AD);
}

.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.why-us-list li {
  position: relative;
  padding: 12px 16px 12px 42px;
  background-color: #f4fbf7;
  border-radius: 8px;
  border-left: 4px solid #6FD062;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  transition: background-color 0.3s ease,
              transform 0.3s ease,
              box-shadow 0.3s ease,
              border-left-color 0.3s ease;
}

.why-us-list li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #0599AD;
  font-weight: 700;
}

.why-us-list li:hover {
  background-color: #e4f6ff;
  border-left-color: #0599AD;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* IMAGE WRAPPER */
.why-us-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.why-us-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(111,208,98,0.25), transparent 60%),
              radial-gradient(circle at bottom right, rgba(5,153,173,0.25), transparent 60%);
  pointer-events: none;
}

.why-us-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.why-us-image-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.why-us-image-wrap:hover img {
  transform: scale(1.04);
}

/* ANIMATIONS */
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .why-us-container {
    flex-direction: column;
  }

  /* On mobile: text first, image second */
  .why-us-left,
  .why-us-right {
    flex: 1 1 100%;
  }

  .why-us-left {
    order: 1;
  }

  .why-us-right {
    order: 2;
  }
}/* End custom CSS */