
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url('/images/3d-flowing-cyber-particles-with-shallow-depth-field (1).jpg');
    background-attachment: fixed;
}
.about-us {
    background: url('/images/3d-flowing-cyber-particles-with-shallow-depth-field (1).jpg');
    background-attachment: fixed;
    background-position-y: -250px;
    padding: 40px 0;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.img-about-us {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.title-about {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}

.about-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 30px; /* Responsive padding */
}

.custom-list {
    padding-left: 0;
    list-style: none;
}

.custom-list li {
    color: #f1f1f1;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.custom-list i {
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-text {
        padding-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-about {
        font-size: 24px;
    }

    .custom-list li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .title-about {
        font-size: 20px;
    }

    .about-text {
        font-size: 14px;
    }

    .custom-list li {
        font-size: 12px;
    }
}
/* PDF Button Styles */
.pdf-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #007BFF;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
}

.pdf-button:hover {
  background-color: #0056b3;
}
/* Genel ayarlar */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.two-column-layout {
  display: flex;
  flex-direction: column;
}

.two-column-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.column-img {
  flex: 0 0 100px;
  margin-right: 20px;
}

.column-text {
  flex: 1;
}

.section-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.section-title a {
  text-decoration: none;
  color: inherit;
}

.titlelight {
  font-weight: normal;
  color: #666;
}

p {
  line-height: 1.6;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .two-column-row {
    flex-direction: column;
    align-items: stretch;
  }

  .column-img {
    margin-bottom: 20px;
  }
}
/* Genel ayarlar */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.two-column-layout {
  display: flex;
  flex-direction: column;
}

.two-column-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.column-img-left, .column-img-right {
  flex: 0 0 100px;
}

.column-text-left, .column-text-right {
  flex: 1;
}

.column-img-left {
  order: 1;
}

.column-text-right {
  order: 2;
  padding-left: 20px;
}

.column-text-left {
  order: 1;
  padding-right: 20px;
}

.column-img-right {
  order: 2;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .two-column-row {
    flex-direction: column;
    align-items: stretch;
  }

  .column-img-left, .column-img-right {
    order: 1;
    margin-bottom: 20px;
  }

  .column-text-left, .column-text-right {
    order: 2;
    padding: 0;
  }
}

.section-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.section-title a {
  text-decoration: none;
  color: inherit;
}

.titlelight {
  font-weight: normal;
  color: #f1f1f1;
}

p {
  line-height: 1.6;
  color: #f1f1f1;
}

a {
  color: #fd961a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .two-column-row {
    flex-direction: column;
    align-items: stretch;
  }

  .column-img-left, .column-img-right {
    order: 1;
    margin-bottom: 20px;
  }

  .column-img-left img, .column-img-right img {
    width: 100%;
    max-width: 350px; /* Görselin maksimum genişliğini ayarlayın */
    height: auto; /* Görselin oranlarını koruyarak boyutunu ayarlayın */
  }

  .column-text-left, .column-text-right {
    order: 2;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .col-md-3.col-lg-3 {
    position: relative; /* Div'in göreceli konumlandırmasını ayarla */
    min-height: 20px; /* Minimum yüksekliği belirle */
    padding-right: 15px; /* Sağdan boşluk ekle */
    padding-left: 30px; /* Soldan boşluk ekle */
    padding-top: 20px; /* Üstten boşluk ekle */
    width: 100%; /* Div'in tam genişliğini kaplamasını sağla */
  }

  .col-md-3.col-lg-3 ul.user {
    align-items: center; /* Öğeleri solda hizala */
  }

  .col-md-3.col-lg-3 ul.user .btn {
    width: 100%; /* Butonların tam genişlikte olmasını sağla */
  }

  .col-md-3.col-lg-3 ul.user .dropdown-menu {
    width: 100%; /* Açılır menünün tam genişlikte olmasını sağla */
  }

  .col-md-3.col-lg-3 ul.user .dropdown-menu .dropdown-item {
    text-align: center; /* Açılır menü öğelerini ortala */
  }
}

@media (max-width: 570px) {
    ul.user {
        padding: 5px 32px;
    }
}
/* General container styles */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

/* Two-column layout styles */
.two-column-layout .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center; /* Vertically center-align the columns */
}

/* Column styles */
.column-img-left, .column-text-left, .column-img-right, .column-text-right {
  flex: 1;
  padding: 15px;
}

/* Image styles */
.column-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
}

/* Text styles */
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f1f1f1;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .two-column-layout .row {
    flex-direction: column;
  }
  .column-img-left, .column-text-left, .column-img-right, .column-text-right {
    padding: 0;
  }
  .section-title{
    padding-left: 10px;
  }
  p{
    padding-left: 10px;
  }
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.two-column-layout .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.two-column-layout .row:last-child {
    border-bottom: none;
}

.column-img-left, .column-img-right {
    flex: 1;
    max-width: 45%;
    margin: 20px;
}

.column-text-left, .column-text-right {
    flex: 1;
    max-width: 45%;
    margin: 20px;
}

.column-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-title {
    font-size: 1.5em;
    color: #ffffff;
}

p {
    font-size: 1em;
    color: #ffffff;
    line-height: 1.5;
}

.anchorAf a {
    text-decoration: none;
    color: inherit;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .two-column-layout .row {
        flex-direction: column;
        align-items: center;
    }

    .column-img-left, .column-img-right, .column-text-left, .column-text-right {
        max-width: 90%;
    }
}
@media (max-width: 570px) {
    ul.user {
        padding: 5px 15px;
    }
}