
        .section:nth-child(odd) {
            flex-direction: row-reverse;
        }

        .section img {
            max-width: 40%;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .section-content {
            padding: 20px;
            max-width: 60%;
        }

        .section h3 {
            color: rgb(var(--text_color));
            margin: 0 0 10px;
        }

        .section p {
            color: #555;
            line-height: 1.6;
        }

        .highlight {
            color: rgb(var(--primary_color));
            font-weight: bold;
        }

        .button {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            background-color: rgb(var(--primary_color));
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }

        .button:hover {
            background-color: #009d40;
        }#entegrasyon {
  background-color: #ffffff;
  padding: 50px 0;

    h2 {
      font-size: 2rem;
      color: rgb(var(--text_color));
      margin-bottom: 10px;
    }
    p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
    
  }

  .entegrasyon-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

    .entegrasyon-item {
      width: 240px;
      text-align: center;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      transition: transform 0.3s, box-shadow 0.3s;

      i {
        font-size: 2rem;
        color: rgb(var(--primary_color));
        margin-bottom: 10px;
      }

      span {
        font-size: 1rem;
        color: #333;
        display: block;
      }

      &:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      }
    }
  }
}
section#entegrasyon {
    width: 100%;
}section#entegrasyon {
    margin-top: 0px;
    padding-top: 20px;
}div#entegrasyon-ozellikler {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}.entegrasyon-all {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}.entegrasyon-detail img {
    width: 100% !important;
    max-width: 100%;
}.entegrasyon-detail {
    width: 16%;
}.section-content {
    padding: 0px;
    max-width: 100%;
}div#entegrasyon-ozellikler .section {
    width: 49%;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin: 12px 0px;
    padding: 20px 20px 20px 21px;
}.entegrasyon-detail {
    width: 19%;
    border: 1px solid #dedede;
    background: #ffffff;
    padding: 11px;
    border-radius: 11px;
}.section-content {
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}section#entegrasyon p:after {
    content: "";
    display: block;
    background-color: rgb(var(--primary_color));
    height: 5px;
    width: 20%;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 35px;
}.entegrasyon-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}#header-entegrasyon {
    width: 100%;
    display: flex;
    justify-content: center;
    
        h2 {
    text-align: center;
}
        p {
    text-align: center;
}
 }  #dash {
  width: 100%;
    padding: 22px 20px;
  background-color: #f5f5f5;
  text-align: center;
    height: 487px;
    h2 {
        text-align: start;
        margin-bottom: 18px;
    }
  .container {
    max-width: 800px;
    margin: 0 auto;


    ul {
      list-style-type: disc;
      list-style-position: inside;
      text-align: left;
      margin: 0 auto 30px auto;
      padding: 0;
      max-width: 700px;
      font-size: 1rem;
      color: #555;
      line-height: 1.6;

      li {
        margin-bottom: 10px;
                list-style: none;
      }
    }

    .cta-button {
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1rem;
      text-decoration: none;
      transition: background-color 0.3s;

      &:hover {
        background-color: #4a148c;
      }
    }
  }
}img.dash {
    width: 100%;
    max-width: 100%;
}
#dash {
    width: 100%;
    padding: 40px 20px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 8px;
}.cta-button {
    display: block;
    background-color: rgb(var(--primary_color));
    color: #fff;
}
  section#header-entegrasyon {
    margin-top: 17px;
    margin-bottom: 22px;
}
    .seo {
  margin: 40px auto;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.seo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.seo-content {
  flex: 1;
}

.seo-content strong {
  font-weight: bold;
  color: rgb(var(--text_color));
}

.seo-content span {
  color: #ff6600;
  font-weight: bold;
}

.seo-content a {
  color: rgb(var(--primary_color));
  text-decoration: underline;
  font-weight: bold;
}

.seo-icon {
  flex: 0 0 120px;
  text-align: center;
}

.seo-icon img {
  max-width: 100%;
  height: auto;
}

.seo-content ol {
  padding-left: 20px;
  margin-top: 10px;
}

.seo-content ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.seo-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.seo-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.seo-content ul li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.seo-icon img {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.seo-icon {
    height: 200px;
    flex: 0 0 365px;
}.seo-icon img {
    max-width: 100%;
    height: 100%;
}.seo-content h1 span, .seo-content h2 {
    color: rgb(var(--text_color));
}.package h3 {
    color: rgb(var(--text_color));
    margin-bottom: 15px;
}.seo-content ul li img {
    width: 70px;
    height: auto;
    margin-right: 10px;
    border: 1px solid #d8d8d8db;
    padding: 9px;
    border-radius: 8px;
}
h2 {
    font-weight: bold;
}h1 {
    font-weight: bold;
    text-align: center;
}
.seo-content h1 span {
    color: rgb(var(--primary_color));
}.seo-content h1 {
    font-weight: bold;
    text-align: start;
}.section {
    padding-top: 6px;
}a.cta-button:hover {
    background-color: rgb(var(--primary_color)) !important;
    color: #fff;
}@media(max-width:751px){
    .col-6 {
    flex: 0 0 auto;
    width: 100%;
}.entegrasyon-item {
    width: 49% !important;
}.entegrasyon-icons {
    gap: 6px 2px;
}div#entegrasyon-ozellikler .section {
    width: 100%;
    padding: 17px 17px 17px 17px;
}section#header-entegrasyon {
    margin: 0px;
    padding: 0px;
}.row.row-cols-2.justify-content-center.g-5 {
    padding: 25px 10px 0px 10px;
}.col-6.dash-sol {
    margin-top: 17px;
}.entegrasyon-all {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 5px;
    margin-top: 20px;
}.entegrasyon-detail {
    width: 32%;
}#dash {
    padding: 13px 5px;
    height: 518px;
}.entegrasyon-icons {
    gap: 10px 5px;
}.seo-content {
    width: 100%;
    flex: 0 0 100%;
}.seo-icon {
    display: none;
}.seo-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
}section#header-ecommerce {
    width: 100%;
}section#ecommerce-services {
    background: linear-gradient(#4acb7f, #05ae4b) !important;
    color: #ffffff !important;
    border-radius: 34px;
    padding: 18px 2px;
    width: 100%;
}section#ecommerce-services h3 {
    color: #ffffff !important;
    font-weight: bold;
}section#ecommerce-services p {
    color: rgb(255, 255, 255) !important;
}section#ecommerce-services .button {
    background-color: rgb(var(--text_color));
}section#ecommerce-services .col-md-6 {
    flex: 0 0 auto;
    width: 49%;
    margin: 13px 4px;
    border: 1px solid #f1f1f170;
    padding: 27px;
    border-radius: 8px;
}section#ecommerce-services {
    margin: 18px 0px;
}@media(max-width:751px){section#ecommerce-services .col-md-6 {
    width: 100%;
    margin: 13px 0px;
}section#ecommerce-services {
    margin: 18px 10px;
    width: 94%;
    padding: 18px 11px;
}section#header-ecommerce {
    margin: 0px;
}}