.elementor-165 .elementor-element.elementor-element-382efcc{--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-165 .elementor-element.elementor-element-4d4c059{--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-165 .elementor-element.elementor-element-84bc20b{--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-165 .elementor-element.elementor-element-a7b5d90{--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-165 .elementor-element.elementor-element-65b95dd{--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-165 .elementor-element.elementor-element-382efcc{--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-165 .elementor-element.elementor-element-382efcc{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0442652 */.elementor-165 .elementor-element.elementor-element-0442652 /* ================================
   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-6f9d0f9 */.elementor-165 .elementor-element.elementor-element-6f9d0f9 /* Shared container (if not already added from hero) */
.wr-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* SECTION 2 base */
.wr-section.wr-when-needed {
  padding: 70px 0;
  box-sizing: border-box;
  background: #ffffff; /* keeps it clean between hero and next sections */
}

/* Heading + intro */
.wr-when-needed .wr-sec-title {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
}

.wr-when-needed .wr-sec-intro {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 30px;
}

/* Grid with 4 cards */
.wr-needed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

/* Card */
.wr-needed-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 18px 20px;
  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);
}

/* Card title + text */
.wr-needed-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #065f46;
}

.wr-needed-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .wr-when-needed {
    padding: 50px 0;
  }
  .wr-when-needed .wr-sec-title {
    font-size: 24px;
  }
  .wr-when-needed .wr-sec-intro {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6edd4c */.elementor-165 .elementor-element.elementor-element-b6edd4c /* ===== SECTION 4 – boxed + animated, same width as other sections ===== */
.wr-section.wr-process-clean {
  padding: 70px 0;
  background: #ffffff;
}

/* Inner wrapper: LIMIT WIDTH like other sections */
.wr-process-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* stop Elementor heading transform only here */
.wr-process-clean .wr-sec-title,
.wr-process-clean .wr-sec-intro,
.wr-process-clean h3,
.wr-process-clean p {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Title + intro */
.wr-process-clean .wr-sec-title {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
}

.wr-process-clean .wr-sec-intro {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 34px;
}

/* Layout: left steps, right card */
.wr-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 36px;
  align-items: flex-start;
}

/* Timeline column */
.wr-process-timeline {
  position: relative;
  padding-left: 18px;
  border-left: 2px solid #e5e7eb;
}

/* Steps */
.wr-process-step {
  position: relative;
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(14px);
  animation: wr-stepFadeUp 0.4s ease forwards;
}

.wr-process-step:nth-child(1) { animation-delay: 0.05s; }
.wr-process-step:nth-child(2) { animation-delay: 0.18s; }
.wr-process-step:nth-child(3) { animation-delay: 0.31s; }
.wr-process-step:nth-child(4) { animation-delay: 0.44s; }

/* Number bubble */
.wr-process-dot {
  position: absolute;
  left: -29px;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 0%, #bbf7d0, #16a34a);
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35);
}

/* Step content */
.wr-process-content {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px 16px;
  border: 1px solid #e5e7eb;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.wr-process-content h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.wr-process-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Hover */
.wr-process-step:hover .wr-process-content {
  border-color: #16a34a;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

/* Right card */
.wr-process-side {
  width: 100%;
}

.wr-process-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.wr-process-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #15803d;
  margin: 0 0 6px;
}

.wr-process-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.wr-process-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

/* Side image placeholder */
.wr-process-side-img {
  margin-top: 14px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f4f6;
}

.wr-process-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Animation keyframes */
@keyframes wr-stepFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .wr-process-layout {
    grid-template-columns: minmax(0, 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;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa4da2c */.elementor-165 .elementor-element.elementor-element-aa4da2c /* SECTION 5 – Why choose us (clean cards) */
.wr-section.wr-why-us {
  padding: 70px 0;
  background: #ffffff;
}

/* Kill Elementor capitalization only here */
.wr-why-us .wr-sec-title,
.wr-why-us .wr-sec-intro,
.wr-why-us h3,
.wr-why-us p {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.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: 30px;
}

/* Grid of cards */
.wr-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

/* Card */
.wr-why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 20px 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wr-why-card:hover {
  transform: translateY(-3px);
  border-color: #16a34a;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
}

/* Icon */
.wr-why-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #ecfdf5;
  color: #15803d;
}

/* Title & text */
.wr-why-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.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-b8ae217 *//* SECTION 5 — With Image */
.wr-section.wr-why-us-v2 {
  padding: 70px 0;
  background: #ffffff;
}

.wr-why-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT — Image */
.wr-why-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

/* RIGHT — Text + icons */
.wr-why-content .wr-sec-title {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 800;
  color: #111827;
}

.wr-why-content .wr-sec-intro {
  max-width: 540px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 26px;
}

/* Benefits list */
.wr-why-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wr-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.18s ease;
}

.wr-why-item:hover {
  background: #ecfdf5;
  border-color: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

/* Icons */
.wr-why-icon {
  width: 40px;
  height: 40px;
  background: #dcfce7;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15803d;
  font-size: 20px;
  font-weight: 600;
}

/* Titles */
.wr-why-item h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.wr-why-item p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 900px) {
  .wr-why-wrap {
    grid-template-columns: 1fr;
  }
  .wr-why-image img {
    max-height: 320px;
    object-fit: cover;
  }
}/* End custom CSS */