.elementor-13764 .elementor-element.elementor-element-4ffab9d{--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;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-13764 .elementor-element.elementor-element-4ffab9d{--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1d3a313 */.certificates-section {
  padding: 60px 20px;
  font-family: 'Outfit', sans-serif;
  color: rgb(48,68,118);
  line-height: 28px;
  background-color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  color: rgb(0,39,141);
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
}

.gradient-text {
  background: linear-gradient(90deg, #4D53AC, #54CAE1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 60px 0;
}

.cert-item.reverse {
  flex-direction: row-reverse;
}

.cert-img img {
  width: 100%;
  max-width: 420px;
  max-height: 550px;
  object-fit: contain;
  border-radius: 16px;
  background: #f8f9ff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 10px;
}

.cert-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: rgb(0,39,141);
  margin-bottom: 10px;
}

.cert-text p {
  font-size: 16px;
}

.other-certs {
  margin-top: 80px;
}

.other-certs h3 {
  font-size: 28px;
  font-weight: 600;
  color: rgb(0,39,141);
  text-align: center;
  margin-bottom: 30px;
}

.other-certs ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.other-certs li {
  font-size: 16px;
  margin-bottom: 12px;
  padding: 14px 22px;
  background: #f7f9ff;
  border-radius: 12px;
  border: 1px solid rgb(0,39,141);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.other-certs li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,39,141,0.1);
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .cert-item {
    flex-direction: column !important;
    text-align: center;
  }

  .cert-img img {
    max-width: 100%;
    max-height: 450px;
  }

  .cert-text h3 {
    font-size: 24px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}/* End custom CSS */