.elementor-175 .elementor-element.elementor-element-4633810{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-175 .elementor-element.elementor-element-4803d39{--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-175 .elementor-element.elementor-element-846316b{--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-175 .elementor-element.elementor-element-ed7288f{--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-175 .elementor-element.elementor-element-7a883e4{--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(max-width:767px){.elementor-175 .elementor-element.elementor-element-4633810{--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1287353 *//* ================================
   GLOBAL CONTAINER
================================ */
.wr-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ================================
   HERO SECTION BASE
================================ */
.wr-service-hero {
  padding: 70px 0 60px;
  background: #f9fafb;
  box-sizing: border-box;
}

.wr-service-hero .wr-container {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* ================================
   HERO TEXT CONTENT
================================ */
.wr-service-hero-content h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
}

.wr-hero-lead {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 20px;
}

/* LIST */
.wr-hero-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.wr-hero-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 6px;
}

.wr-hero-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #10b981;
}

/* BUTTONS */
.wr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.wr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.18s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}

.wr-btn-primary {
  background: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
}

.wr-btn-primary:hover {
  background: #22c55e;
  border-color: #22c55e;
}

.wr-btn-outline {
  background: #ffffff;
  border-color: #d1d5db;
  color: #111827;
}

.wr-btn-outline:hover {
  border-color: #16a34a;
}

/* META TEXT (IF USED) */
.wr-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #6b7280;
}

.wr-hero-meta a {
  color: inherit;
  text-decoration: none;
}

.wr-hero-meta a:hover {
  text-decoration: underline;
}

/* ================================
   HERO IMAGE AREA
================================ */
.wr-service-hero-media {
  position: relative;
}

.wr-hero-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  margin-bottom: 14px;
}

/* IMAGE WRAPPER */
.wr-hero-img-placeholder {
  width: 100%;
  padding-top: 65%; /* Aspect ratio */
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  position: relative;
}

/* IMAGE */
.wr-hero-img-placeholder img {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .wr-service-hero .wr-container {
    grid-template-columns: 1fr;
  }

  .wr-service-hero {
    padding: 45px 0;
  }

  .wr-hero-img-placeholder {
    padding-top: 55%;
  }
}

@media (max-width: 600px) {
  .wr-service-hero-content h1 {
    font-size: 26px;
  }

  .wr-hero-lead {
    font-size: 15px;
  }

  .wr-btn {
    padding: 9px 18px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1931bbf */.elementor-175 .elementor-element.elementor-element-1931bbf /* Section base */
.wr-section {
  padding: 70px 0;
  box-sizing: border-box;
}

.wr-sec-title {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
}

.wr-sec-intro {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 35px;
}

/* Grid for the list */
.wr-needed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.wr-needed-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 22px 24px;
  border-radius: 14px;
  transition: all 0.2s ease;
}

.wr-needed-item:hover {
  border-color: #16a34a;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.wr-needed-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #065f46;
}

.wr-needed-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c870009 */.elementor-175 .elementor-element.elementor-element-c870009 /* ===============================
   PROCESS SECTION (Timeline Layout)
   =============================== */

.wr-section.wr-process-clean {
  padding: 70px 0;
  box-sizing: border-box;
}

.wr-process-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Titles */
.wr-process-clean .wr-sec-title {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
}
.wr-process-clean .wr-sec-intro {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 35px;
}

/* Layout: Left timeline + Right card */
.wr-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

/* Timeline */
.wr-process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Single timeline step */
.wr-process-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* Number dot */
.wr-process-dot {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Step text */
.wr-process-content h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.wr-process-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Side card */
.wr-process-side {
  width: 100%;
}

.wr-process-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.wr-process-label {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wr-process-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.wr-process-card p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .wr-process-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .wr-section.wr-process-clean {
    padding: 50px 0;
  }

  .wr-process-clean .wr-sec-title {
    font-size: 24px;
  }

  .wr-process-clean .wr-sec-intro {
    font-size: 15px;
  }

  .wr-process-dot {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-243d49f */.elementor-175 .elementor-element.elementor-element-243d49f /* ===============================
   WHY CHOOSE US – Benefit Cards
   =============================== */

.wr-section.wr-why-us {
  padding: 70px 0;
  box-sizing: border-box;
}

.wr-why-us .wr-sec-title {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
}

.wr-why-us .wr-sec-intro {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 32px;
}

/* Grid layout */
.wr-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

/* Card */
.wr-why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 26px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* Hover effect */
.wr-why-card:hover {
  transform: translateY(-3px);
  border-color: #16a34a;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

/* Icon */
.wr-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecfdf5;
  color: #15803d;
  font-size: 20px;
  margin-bottom: 12px;
}

/* Card title */
.wr-why-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

/* Card text */
.wr-why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 600px) {
  .wr-section.wr-why-us {
    padding: 50px 0;
  }
  .wr-why-us .wr-sec-title {
    font-size: 24px;
  }
  .wr-why-us .wr-sec-intro {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9042985 */.elementor-175 .elementor-element.elementor-element-9042985 /* ===============================
   FINAL CTA SECTION
   =============================== */

.wr-section.wr-cta {
  padding: 70px 0 80px;
  background: #f9fafb;
}

.wr-cta-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* LEFT CONTENT */
.wr-cta-content .wr-sec-title {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 800;
  color: #111827;
}

.wr-cta-content .wr-sec-intro {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 22px;
}

/* Bullet highlights */
.wr-cta-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 18px;
}

.wr-cta-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}

.wr-cta-point span {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
}

/* Form placeholder */
.wr-cta-form-placeholder {
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 14px;
  border: 1px dashed #d1d5db;
  background: #ffffff;
  font-size: 14px;
  color: #6b7280;
}

/* Contact line */
.wr-cta-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}

.wr-cta-phone {
  font-weight: 700;
  color: #15803d;
  text-decoration: none;
}

.wr-cta-phone:hover {
  text-decoration: underline;
}

/* RIGHT IMAGE */
.wr-cta-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
}

/* Responsive */
@media (max-width: 900px) {
  .wr-cta-wrap {
    grid-template-columns: 1fr;
  }

  .wr-cta-image img {
    max-height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .wr-section.wr-cta {
    padding: 50px 0 60px;
  }
  .wr-cta-content .wr-sec-title {
    font-size: 24px;
  }
  .wr-cta-content .wr-sec-intro {
    font-size: 15px;
  }
}/* End custom CSS */