.elementor-13706 .elementor-element.elementor-element-cac83ff{margin-top:100px;margin-bottom:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13706 .elementor-element.elementor-element-5cbb89a{margin-top:24px;margin-bottom:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13706 .elementor-element.elementor-element-d4af077{margin-top:24px;margin-bottom:0px;}.elementor-13706 .elementor-element.elementor-element-1d0fe2f{margin-top:24px;margin-bottom:0px;}.elementor-13706 .elementor-element.elementor-element-81e7400{margin-top:24px;margin-bottom:0px;}.elementor-13706 .elementor-element.elementor-element-992745b{margin-top:24px;margin-bottom:0px;}@media(max-width:767px){.elementor-13706 .elementor-element.elementor-element-cac83ff{margin-top:9px;margin-bottom:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-2383c76 *//* ===== TRUST & HIGHLIGHTS (PROFESSIONAL) ===== */

.trust-section {
  width: 100%;
  padding: 30px 0;
  background: #ffffff;
  overflow: visible; /* IMPORTANT: hover fix */
}

.trust-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: visible; /* IMPORTANT */
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  overflow: visible; /* IMPORTANT */
}

.trust-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: visible; /* FIX CUT ISSUE */
}

.trust-card:hover {
  transform: translateY(-10px);
  border-color: #004971;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  z-index: 5;
}

.trust-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.trust-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.08);
}

.trust-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f2937;
}

.trust-card p {
  font-size: 14.8px;
  line-height: 1.7;
  color: #4b5563;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    padding: 28px 20px;
  }
  .trust-section {
  padding: 0px 0 !important;

}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-84ef234 */.split-section {
  padding: 50px 0;
  background: #ffffff;
  overflow: hidden;
}

.split-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.split-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.split-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 14px;
}

.split-content .sub-text {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 26px;
  line-height: 1.6;
}

.split-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 34px;
}

.split-content ul li {
  font-size: 16px;
  color: #374151;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}

.split-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #004971;
  font-weight: 700;
}

.primary-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #E53A24;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background: #E53A50;
  transform: translateY(-2px);
  color: #ffffff;
}

/* Animations */
.animate-left,
.animate-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.animate-left.show,
.animate-right.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px) {
  .split-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-content h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b45f868 *//* ===== SPLIT SECTION V2 ===== */

.split-section-v2 {
  padding: 40px 0;
  background: #ffffff;
 
}

.split-container-v2 {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

/* IMAGE */
.split-image-v2 img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

/* CONTENT */
.split-content-v2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.split-content-v2 .sub-text {
  font-size: 16.5px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FEATURE LIST – LEFT CHECK ICON */
.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 34px;
}

.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #374151;
}

.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #004971;
  font-weight: 700;
}

/* BUTTON */
.primary-btn-v2 {
  display: inline-block;
  padding: 15px 42px;
  background: #E53A24;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-btn-v2:hover {
  background: #E53A54;
  transform: translateY(-3px);
  color: white;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .split-container-v2 {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .split-content-v2 h2 {
    font-size: 28px;
  }

  .split-section-v2 {
    padding: 70px 0;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-64266ea *//* ===== HOW THE APP WORKS (REFINED) ===== */

.how-app-works {
  width: 100%;
  padding: 20px 0;
  background: #f9fafb;
}

.how-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */

.how-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.how-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.how-header p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}

/* GRID */

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* CARD */

.how-step {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 40px 26px 36px;
  text-align: center;
  position: relative;
  transition: all 0.35s ease;
}

.how-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #004971;
}

/* STEP NUMBER */

.step-number {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #004971;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ICON */

.how-step img {
  width: 46px;
  height: 46px;
  margin: 22px auto 16px;
}

/* TEXT */

.how-step h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2937;
}

.how-step p {
  font-size: 14.8px;
  color: #4b5563;
  line-height: 1.6;
}

/* CTA */

.how-cta {
  text-align: center;
  margin-top: 60px;
}

.download-btn {
  display: inline-block;
  padding: 15px 38px;
  background: #E53A24;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background: #E53A54;
  transform: translateY(-2px);
  color: white;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-header h2 {
    font-size: 28px;
  }

  .how-app-works {
    padding: 60px 0;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cdefefd *//* ===== OUTER WRAPPER (WHITE ONLY) ===== */
.download-cta-wrapper {
  padding: 10px 20px;
  background: #ffffff;
}

/* ===== CARD WITH FIXED BG INSIDE ONLY ===== */
.cta-card-fixed {
  max-width: 1100px;
  margin: auto;
  border-radius: 28px;
  position: relative;
  overflow: hidden;

  /* 🔥 MAGIC LINE */
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1600");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ← FIXED FEEL */
}

/* Dark overlay */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

/* Content */
.cta-content {
  position: relative;
  z-index: 2;
  padding: 90px 60px;
  text-align: center;
  color: #fff;
}

.cta-content h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color: WHITE;
}

.cta-content p {
  font-size: 16px;
  color: #e5e7eb;
  margin-bottom: 40px;
}

/* Countdown */
.countdown {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 46px;
}

.countdown div {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  border: 2px solid #7cc57c;
  background: rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown span {
  font-size: 34px;
  font-weight: 700;
}

.countdown small {
  font-size: 14px;
  color: #d1fae5;
}

/* Button */
.cta-btn {
    margin-top: 20px;
  display: inline-block;
  padding: 16px 48px;
  background: #E53A24;
  border-radius: 32px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #E53A54;
  transform: translateY(-2px);
  color:  WHITE;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-content {
    padding: 60px 24px;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .countdown {
    flex-wrap: wrap;
    gap: 18px;
  }

  .countdown div {
    width: 90px;
    height: 90px;
  }
}
/* ===== BUTTON GROUP ===== */
.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Base button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: #E53A24;
  border-radius: 32px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

.cta-btn:hover {
  background: #E53A54;
  transform: translateY(-2px);
  color: #ffffff;
}

/* ===== ICONS ===== */
.cta-btn.android::before,
.cta-btn.ios::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Android icon */
.cta-btn.android::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.6 9.48l1.84-3.18a.5.5 0 00-.87-.5l-1.86 3.22a9.92 9.92 0 00-9.42 0L5.43 5.8a.5.5 0 00-.87.5l1.84 3.18A9.93 9.93 0 002 17.5c0 .83.67 1.5 1.5 1.5h17c.83 0 1.5-.67 1.5-1.5a9.93 9.93 0 00-4.4-8.02zM8 15a1 1 0 110-2 1 1 0 010 2zm8 0a1 1 0 110-2 1 1 0 010 2z'/%3E%3C/svg%3E");
}

/* Apple icon */
.cta-btn.ios::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.365 1.43c0 1.14-.41 2.19-1.24 3.06-.91.96-2.46 1.7-3.73 1.6-.15-1.1.43-2.24 1.19-3.04.85-.9 2.37-1.58 3.78-1.62zM20.86 17.29c-.53 1.2-.78 1.74-1.46 2.79-.95 1.48-2.3 3.33-3.99 3.35-1.5.02-1.89-.97-3.93-.97-2.04 0-2.47.95-3.94.99-1.68.06-2.96-1.68-3.91-3.15-2.68-4.13-2.96-8.98-1.31-11.52 1.17-1.8 3.02-2.85 4.74-2.85 1.76 0 2.86.97 3.93.97 1.04 0 1.67-.97 3.92-.97 1.53 0 3.14.84 4.3 2.29-3.79 2.08-3.17 7.51.65 9.07z'/%3E%3C/svg%3E");
}/* End custom CSS */