.elementor-2497 .elementor-element.elementor-element-26014f4{--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-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-47e263d *//* eduma-theme-style.css */

/* General Layout */
body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 20px;
}

section {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Headings */
h2 {
  font-size: 1.75rem;
  color: #2a7de1;
  margin-bottom: 15px;
  border-left: 5px solid #2a7de1;
  padding-left: 10px;
}

/* Paragraphs */
p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
}

/* Lists */
ul {
  padding-left: 20px;
  margin-top: 10px;
}

ul li {
  margin-bottom: 10px;
  list-style-type: "✔️ ";
  padding-left: 5px;
}

/* Call to Action Button */
.cta-button {
  display: inline-block;
  background-color: #2a7de1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1c5fbb;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  body {
    padding: 10px;
  }

  section {
    padding: 20px;
  }

  h2 {
    font-size: 1.5rem;
  }

  p, ul li {
    font-size: 0.95rem;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}/* End custom CSS */