.elementor-342 .elementor-element.elementor-element-b04ae10:not(.elementor-motion-effects-element-type-background), .elementor-342 .elementor-element.elementor-element-b04ae10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#202B38;}.elementor-342 .elementor-element.elementor-element-b04ae10 > .elementor-background-overlay{background-color:#000000;opacity:0.55;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-342 .elementor-element.elementor-element-b04ae10{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:86px 0px 50px 0px;}.elementor-342 .elementor-element.elementor-element-ec8053e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-342 .elementor-element.elementor-element-ec8053e > .elementor-element-populated{margin:0px 0px 0px 50px;--e-column-margin-right:0px;--e-column-margin-left:50px;}.elementor-342 .elementor-element.elementor-element-81f2b5b > .elementor-container{max-width:1170px;}.elementor-342 .elementor-element.elementor-element-81f2b5b{margin-top:0px;margin-bottom:0px;padding:0px 20px 0px 20px;}.elementor-342 .elementor-element.elementor-element-9d88cfe > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-ef348be > .elementor-widget-container{margin:50px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-342 .elementor-element.elementor-element-ef348be.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-342 .elementor-element.elementor-element-ef348be{text-align:left;}.elementor-342 .elementor-element.elementor-element-ef348be .elementor-heading-title{font-family:"Urbanist", Sans-serif;font-size:48px;font-weight:400;line-height:1.5em;letter-spacing:0px;word-spacing:0em;color:#FFFFFF;}.elementor-342 .elementor-element.elementor-element-d8f5d06{--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;}@media(max-width:1024px){.elementor-342 .elementor-element.elementor-element-b04ae10{margin-top:0px;margin-bottom:0px;padding:60px 0px 60px 0px;}.elementor-342 .elementor-element.elementor-element-ec8053e > .elementor-element-populated{margin:100px 0px 0px 50px;--e-column-margin-right:0px;--e-column-margin-left:50px;}}@media(max-width:767px){.elementor-342 .elementor-element.elementor-element-ec8053e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-342 .elementor-element.elementor-element-ef348be{width:var( --container-widget-width, 306px );max-width:306px;--container-widget-width:306px;--container-widget-flex-grow:0;}.elementor-342 .elementor-element.elementor-element-ef348be .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-ae182f7 */body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      color: #000;
    }

    .services-section {
      padding: 60px 20px 80px;
      text-align: left;
    }

    .services-header {
      max-width: 900px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .services-header h2 {
      font-size: 32px;
      font-weight: bold;
      color: #000;
      margin-bottom: 15px;
    }

    .services-header p {
      font-size: 16px;
      color: #333;
      line-height: 1.7;
      margin-top: 10px;
    }

    .cta-top {
      display: inline-block;
  padding: 12px 24px;
  background-color: #202b38;
  color: #fff !important; /* Buraya !important eklendi */
  border-radius: 8px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, transform 0.2s;
    }

    .cta-top:hover {
      background-color: #303f52;
      transform: translateY(-2px);
    }

    .services-header .price-info {
      font-weight: 600;
      font-size: 16px;
      color: #000;
      margin-top: 25px;
    }

    .price-info span {
      color: #202b38;
    }

    .sectors-section, .delivery-section, .projects-section {
      max-width: 1000px;
      margin: 0 auto 50px;
    }

    .sectors-section h3, .delivery-section h3, .projects-section h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #000;
    }

    .sectors-section p, .delivery-section p, .projects-section p {
      font-size: 16px;
      color: #333;
      margin-bottom: 20px;
      line-height: 1.7;
    }

    .sectors-section ul, .delivery-section ul {
      list-style: none;
      padding: 0;
    }

    .sectors-section ul li, .delivery-section ul li {
      font-size: 16px;
      margin-bottom: 12px;
      line-height: 1.6;
    }

    .projects-link {
      display: inline-block;
      padding: 12px 24px;
      font-size: 16px;
      font-weight: 600;
      color: #fff !important;
      background: #202b38;
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
    }

    .projects-link:hover {
      background: #303f52;
      transform: translateY(-3px);
    }

    .cta-section {
      background-color: #f5f7fa;
      padding: 50px 20px;
      text-align: center;
      border-radius: 16px;
      max-width: 900px;
      margin: 60px auto 0;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    .cta-section h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #000;
    }

    .cta-section p {
      font-size: 16px;
      color: #333;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .cta-button {
      display: inline-block;
      padding: 14px 30px;
      font-size: 16px;
      font-weight: 600;
      color: #fff !important;
      background-color: #202b38;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease-in-out, transform 0.2s;
    }

    .cta-button:hover {
      background-color: #303f52;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .services-header h2 {
        font-size: 28px;
      }

      .services-header p {
        font-size: 16px;
      }

      .sectors-section h3, .delivery-section h3, .projects-section h3, .cta-section h3 {
        font-size: 22px;
      }

      .sectors-section p, .delivery-section p, .projects-section p, .cta-section p {
        font-size: 15px;
      }

      .sectors-section ul li, .delivery-section ul li {
        font-size: 15px;
      }

      .projects-link, .cta-button {
        font-size: 15px;
        padding: 10px 20px;
      }
    }
header.services-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

article h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 768px) {
  header.services-header h1 {
    font-size: 28px;
  }
  
  article h2 {
    font-size: 22px;
  }
}/* End custom CSS */