.elementor-15 .elementor-element.elementor-element-bef9070{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-bef9070 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-26bb010.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-15 .elementor-element.elementor-element-26bb010.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-15 .elementor-element.elementor-element-26bb010 > .elementor-element-populated{padding:60px 60px 60px 60px;}.elementor-15 .elementor-element.elementor-element-82b37a5 > .elementor-element-populated, .elementor-15 .elementor-element.elementor-element-82b37a5 > .elementor-element-populated > .elementor-background-overlay, .elementor-15 .elementor-element.elementor-element-82b37a5 > .elementor-background-slideshow{border-radius:5px 5px 5px 5px;}.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-15 .elementor-element.elementor-element-121d0d7 img{border-radius:10px 10px 10px 10px;}.elementor-15 .elementor-element.elementor-element-49a226c{margin-top:20px;margin-bottom:0px;}.elementor-15 .elementor-element.elementor-element-8bf4135:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-8bf4135 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0FBF6;}.elementor-15 .elementor-element.elementor-element-8bf4135{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:50px;margin-bottom:60px;}.elementor-15 .elementor-element.elementor-element-8bf4135 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15 .elementor-element.elementor-element-431ae92:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-15 .elementor-element.elementor-element-431ae92 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0FBF6;}.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-431ae92.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-15 .elementor-element.elementor-element-431ae92.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-15 .elementor-element.elementor-element-431ae92 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-15 .elementor-element.elementor-element-431ae92 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-7e76bc5 */.about-hero {
  background: linear-gradient(90deg, #e8f5f1 0%, #f9fdfb 100%);
  padding: 80px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-bottom: 1px solid #d6f0e5;
}

.about-hero .container {
  max-width: 900px;
  margin: 0 auto;
}

.about-hero h1 {
  font-size: 36px;
  color: #198754;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-hero p {
  font-size: 18px;
  color: #2c3e50;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}


.about-hero {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51d5986 */.about-btn-wrap {
  margin-top: 30px;
  text-align:;
}

.about-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #198754; /* Brand Green */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.about-btn:hover {
  background-color: #16c43; /* Darker hover */
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2f9250 */.commitment-section {
  background-color: #f0fbf6;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.commitment-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.commitment-section h2 {
  font-size: 28px;
  color: #198754;
  margin-bottom: 25px;
}

.commitment-section .intro-text,
.commitment-section .closing-text {
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.7;
  margin-bottom: 20px;
}

.commitment-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 700px;
  text-align: left;
}

.commitment-list li {
  font-size: 16px;
  color: #003366;
  background-color: #e6f5ec;
  margin-bottom: 12px;
  padding: 14px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.commitment-list li:hover {
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-866f52e */.nationwide-section {
  background-color: #f0fbf6;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.nationwide-section h2 {
  font-size: 28px;
  color: #198754;
  margin-bottom: 20px;
}

.nationwide-intro,
.nationwide-note {
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.states-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  text-align: left;
}

.states-list li {
  background-color: #e6f5ec;
  padding: 12px 18px;
  border-radius: 8px;
  color: #003366;
  font-size: 15.5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
  transition: transform 0.2s ease;
}

.states-list li:hover {
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e032e */.global-section {
  background-color: #f1f7fe;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.global-section h2 {
  font-size: 30px;
  color: #0d6efd;
  margin-bottom: 20px;
  font-weight: 600;
}

.global-intro {
  font-size: 16px;
  color: #2c3e50;
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.global-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.point-card {
  background-color: #ffffff;
  padding: 18px 22px;
  border-left: 4px solid #198754;
  border-radius: 8px;
  color: #003366;
  font-size: 15.5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}

.point-card:hover {
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .global-section h2 {
    font-size: 24px;
  }

  .point-card {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e9edf5 */.what-we-offer {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.what-we-offer h2 {
  text-align: center;
  font-size: 28px;
  color: #198754;
  margin-bottom: 40px;
}

.offer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.offer-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #003366;
  flex: 1 1 300px;
}

.offer-list li {
  margin-bottom: 15px;
  background: #e6f0ff;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.offer-text {
  flex: 1 1 300px;
  font-size: 16px;
  color: #2c3e50;
  background-color: #e6f0ff;
  padding: 90px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  line-height: 1.8;
}

.offer-text strong {
  color: #003366;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .offer-grid {
    flex-direction: column;
    align-items: stretch;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6ec2f6 */.why-trust-section {
  background-color: #f9fdfc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.why-trust-section h2 {
  font-size: 30px;
  color: #198754;
  margin-bottom: 15px;
}

.trust-intro {
  font-size: 16px;
  color: #2c3e50;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columns */
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
}

.trust-item {
  background-color: #eaf8f2;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.2);
}

.trust-item i {
  font-size: 28px;
  color: #198754;
  margin-bottom: 12px;
}

.trust-item h3 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 8px;
}

.trust-item p {
  font-size: 15px;
  color: #2c3e50;
  line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ccd36d */.mission-vision-section {
  background-color: #f8fcfa;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.mission-vision-section h2 {
  font-size: 30px;
  color: #198754;
  margin-bottom: 40px;
}

.mv-block {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.03);
  margin-bottom: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.mv-icon {
  font-size: 32px;
  color: #198754;
  margin-bottom: 10px;
}

.mv-block h3 {
  font-size: 22px;
  color: #003366;
  margin-bottom: 12px;
}

.mv-block p {
  font-size: 15.5px;
  color: #2c3e50;
  line-height: 1.7;
  margin-bottom: 15px;
}

.mv-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.mv-list li {
  font-size: 15.5px;
  color: #198754;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.mv-list li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: #198754;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a925ac */.who-we-work-with {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.who-we-work-with h2 {
  text-align: center;
  font-size: 28px;
  color: #198754;
  margin-bottom: 40px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin:  auto;
}

.partner-card {
  background-color: #f0f9f7;
  border-left: 4px solid #198754;
  padding: 18px 20px;
  font-size: 16px;
  color: #003366;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s;
}

.partner-card:hover {
  transform: translateY(-4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91df875 */.contact-cta {
  background-color: #e6f5ec;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.contact-cta h2 {
  font-size: 28px;
  color: #198754;
  margin-bottom: 20px;
}

.contact-cta p {
  font-size: 16px;
  color: #2c3e50;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn.primary {
  background-color: #0d6efd;
  color: #fff;
}

.btn.primary:hover {
  background-color: #0a58ca;
}

.btn.outline {
  border: 2px solid #0d6efd;
  color: #0d6efd;
  background-color: #fff;
}

.btn.outline:hover {
  background-color: #e8f0ff;
}

.btn.whatsapp {
  background-color: #25d366;
  color: #fff;
}

.btn.whatsapp:hover {
  background-color: #1ebe5b;
}

/* Responsive padding */
@media (max-width: 600px) {
  .cta-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */