.elementor-218 .elementor-element.elementor-element-698cf46a{--display:flex;}.elementor-218 .elementor-element.elementor-element-7e03d93{--spacer-size:109px;}.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-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-218 .elementor-element.elementor-element-2aa9bec{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-218 .elementor-element.elementor-element-4d82f9c7 > .elementor-widget-container{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-218 .elementor-element.elementor-element-4d82f9c7{font-family:"Arial", Sans-serif;font-weight:500;}.elementor-218 .elementor-element.elementor-element-313fd2f{--display:flex;}.elementor-218 .elementor-element.elementor-element-91ada14 img{opacity:1;transition-duration:2s;border-style:solid;border-color:var( --e-global-color-accent );}.elementor-218 .elementor-element.elementor-element-91ada14:hover img{opacity:0.5;}@media(max-width:767px){.elementor-218 .elementor-element.elementor-element-2aa9bec{font-size:27px;}.elementor-218 .elementor-element.elementor-element-91ada14 img{border-radius:10px 10px 10px 10px;}}/* Start custom CSS for text-editor, class: .elementor-element-4d82f9c7 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f7f9fa;
  color: #333;
}

.about-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
  animation: fadeIn 1s ease;
}

.about-title {
  font-size: 2.5rem;
  text-align: center;
  color: #006838;
  margin-bottom: 10px;
}

.about-tagline {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

.about-section {
  margin-bottom: 30px;
  border-left: 5px solid #007a33;
  padding-left: 15px;
  transition: background 0.3s;
}

.about-section:hover {
  background-color: #f5fff9;
}

.about-section h2 {
  color: #007a33;
  margin-top: 0;
}

.about-section p {
  line-height: 1.7;
}

.about-feature {
  margin: 25px 0;
  padding: 20px;
  background-color: #f1fdf6;
  border-left: 5px solid #008f4c;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.about-feature:hover {
  transform: translateY(-5px);
  background-color: #e3fbee;
}

.about-feature i {
  font-size: 1.8rem;
  color: #007a33;
  margin-right: 10px;
}

.about-feature h3 {
  color: #007a33;
  margin: 10px 0 10px 0;
}

.about-feature p {
  margin: 0;
  line-height: 1.6;
}

.about-note {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }

  .about-tagline {
    font-size: 1rem;
  }

  .about-container {
    padding: 20px 15px;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7a6864 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f7f9fa;
  color: #333;
}

.about-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
  animation: fadeIn 1s ease;
}

.about-title {
  font-size: 2.5rem;
  text-align: center;
  color: #006838;
  margin-bottom: 10px;
}

.about-tagline {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

.about-section {
  margin-bottom: 30px;
  border-left: 5px solid #007a33;
  padding-left: 15px;
  transition: background 0.3s;
}

.about-section:hover {
  background-color: #f5fff9;
}

.about-section h2 {
  color: #007a33;
  margin-top: 0;
}

.about-section p {
  line-height: 1.7;
}

.about-feature {
  margin: 25px 0;
  padding: 20px;
  background-color: #f1fdf6;
  border-left: 5px solid #008f4c;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.about-feature:hover {
  transform: translateY(-5px);
  background-color: #e3fbee;
}

.about-feature i {
  font-size: 1.8rem;
  color: #007a33;
  margin-right: 10px;
}

.about-feature h3 {
  color: #007a33;
  margin: 10px 0 10px 0;
}

.about-feature p {
  margin: 0;
  line-height: 1.6;
}

.about-note {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }

  .about-tagline {
    font-size: 1rem;
  }

  .about-container {
    padding: 20px 15px;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */