.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2611 .elementor-element.elementor-element-2308929 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:var( --e-global-color-c47f856 );}.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 );}@media(min-width:768px){.elementor-2611 .elementor-element.elementor-element-63295ce{width:36.316%;}.elementor-2611 .elementor-element.elementor-element-a05bce1{width:63.684%;}}/* Start custom CSS for html, class: .elementor-element-a57dee3 */.care-tasks {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
  font-family: 'Inter', sans-serif;
}

.care-tasks h2 {
  font-size: 28px;
  color: #a61414;
  text-align: center;
  margin-bottom: 12px;
}

.care-intro {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

/* GRID */
.care-tasks .tasks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* TASK ITEM */
.care-tasks .task-item {
  background: #fff7f7;
  padding: 22px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.care-tasks .task-item:hover {
  transform: translateY(-4px);
  background: #a61414;
}

.care-tasks .task-item:hover strong,
.care-tasks .task-item:hover p,
.care-tasks .task-item:hover .task-icon {
  color: #ffffff;
}

/* ICON */
.task-icon {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 10px;
}

/* TITLE */
.care-tasks strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #222;
}

/* TEXT */
.care-tasks p {
  font-size: 14.8px;
  line-height: 1.6;
  color: #555;
  margin: 4px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .care-tasks .tasks-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a8f09b *//* ===== CTA SECTION ===== */
.cta-section {
  max-width: 1200px;
  margin: 50px auto;
  background: #a31212;
  border-radius: 20px;
  padding: 55px 40px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

/* HEADING */
.cta-section h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TEXT */
.cta-section p {
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0;
}

/* WHITE TEXT LINES */
.cta-section .cta-text {
  color: #ffffff;
  font-weight: 600;
}

/* BUTTON WRAPPER */
.cta-buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* BUTTONS */
.cta-buttons a {
  background: #ffffff;
  color: #a31212;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.cta-buttons a:hover {
  background: #f2f2f2;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 26px;
  }
}/* End custom CSS */