.elementor-6419 .elementor-element.elementor-element-3ef0dee{--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;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-6419 .elementor-element.elementor-element-3ef0dee:not(.elementor-motion-effects-element-type-background), .elementor-6419 .elementor-element.elementor-element-3ef0dee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-6419 .elementor-element.elementor-element-e1601f1{text-align:center;}.elementor-6419 .elementor-element.elementor-element-e1601f1 .elementor-heading-title{color:#FFFFFF;}.elementor-6419 .elementor-element.elementor-element-50957b2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-4c789f5 *//* General Styles */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.container {
  width: 80%;
  margin: 0 auto;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  color: #62a92b;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #212529;
}

/* Section Styling */
.takdir-it {
  background-color: #ffffff;
  padding: 40px 0;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

header h1 {
  font-size: 2.5em;
  font-weight: bold;
}

header p {
  font-size: 1.2em;
  font-weight: normal;
}

.intro p {
  margin-bottom: 20px;
}

.programs h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.programs ul {
  list-style-type: none;
  padding: 0;
}

.programs li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.community p {
  margin-top: 20px;
}

.call-to-action p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #62a92b;
  margin-top: 30px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }

  header h1 {
    font-size: 2em;
  }

  .programs h2 {
    font-size: 1.8em;
  }

  .programs ul li {
    font-size: 1em;
  }
}/* End custom CSS */