.elementor-100 .elementor-element.elementor-element-ce4ca2c{--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-100 .elementor-element.elementor-element-fe77ccc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-100 .elementor-element.elementor-element-40d9da0{width:var( --container-widget-width, 102.515% );max-width:102.515%;--container-widget-width:102.515%;--container-widget-flex-grow:0;}.elementor-100 .elementor-element.elementor-element-40d9da0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-100 .elementor-element.elementor-element-5a9c4a5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-100 .elementor-element.elementor-element-ce44101{width:var( --container-widget-width, 102.493% );max-width:102.493%;--container-widget-width:102.493%;--container-widget-flex-grow:0;}.elementor-100 .elementor-element.elementor-element-ce44101.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-375c0e5 *//* Base */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.services-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0c1e35;
}

.section-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* Card */
.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 25px 20px 20px;
  text-align: left;
  border-top: 5px solid transparent;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* Card Color Borders */
.purple { border-top-color: #e5d7f2; }
.green { border-top-color: #d7f5e5; }
.pink { border-top-color: #fce3e9; }
.orange { border-top-color: #ffe3d7; }

/* Header */
.card-header {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.card-header img {
  width: 40px;
  height: 40px;
}
.card-header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0c1e35;
  margin-bottom: 4px;
}
.card-header p {
  color: #555;
  font-size: 0.95rem;
}

/* Features */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.features li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #2f2f2f;
}
.features li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #10b981;
  font-size: 1rem;
}

/* Button */
.quote-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #10b981;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}
.quote-btn:hover {
  background-color: #0e9e73;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40d9da0 */.process-section {
  text-align: center;
  padding: 50px 20px;
  background: #f9fafa;
  font-family: sans-serif;
}

.process-section h2 {
  font-size: 2em;
  font-weight: bold;
  color: #111827;
}

.process-section .subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

.process-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 2px;
  background: #d1d5db;
  z-index: 0;
}

.step {
  background: #fff;
  padding: 20px;
  max-width: 250px;
  position: relative;
  z-index: 1;
}

.circle {
  background: #2ca8a0;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: bold;
}

.step h3 {
  font-size: 1.1em;
  color: #111827;
  margin: 10px 0 5px;
}

.step p {
  color: #6b7280;
  font-size: 0.95em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce44101 */.expertise-section {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  font-family: sans-serif;
}

.expertise-section h2 {
  font-size: 2em;
  font-weight: bold;
  color: #111827;
  margin-bottom: 10px;
}

.expertise-section .subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

.expertise-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon {
  background: #e5e7eb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: background 0.3s ease, color 0.3s ease;
}

.card:hover .icon {
  background: #2ca8a0;
  color: #fff;
}

.card h3 {
  font-size: 1em;
  color: #111827;
  margin-bottom: 8px;
}

.card p {
  color: #6b7280;
  font-size: 0.9em;
}/* End custom CSS */