/* Content section styling */
.about-container {
    position: relative;
    max-width: 1000px;
    top: 120px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 10px 10px 10px 15px rgba(0, 0, 0, 0.09);
    padding-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 30px;
}
.hakimizda-image
{
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.hakimizda-image img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.about-container h2 {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    color: #4D4949;
    padding-top: 30px;
}
.about-container p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    text-indent: 25px;
}

.about-container img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Contact section */
.contact {
    padding: 40px;
    text-align: center;
}

.contact h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.contact a {
    display: block;

    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
}

.contact a:hover {
    color: #D2AC2C;
}

/* Recent Publications Section */
.recent-posts {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 40px;
    padding-top: 215px;
}

.recent-posts h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

/* Card Container */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Individual Card */
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.card a {
    text-decoration: none;
    color: #f4c40f;
    font-weight: bold;
    font-size: 14px;
}

.card a:hover {
    text-decoration: underline;
}

/* Hover effect for cards */
.card:hover {
    transform: translateY(-5px);
}

/* More link styling */
.more-link {
    display: inline-block;
    margin-top: 30px;
    color: #f4f4f4;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.more-link:hover {
    background-color: #f4c40f;
}

/* Read More Link inside cards */
.read-more-link {
    display: block;
    margin-top: 15px;
    color: #f4c40f;
    font-size: 14px;
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}
.hakkimizda-logo-content
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hakkımızda-logo
{
    width: 80px;
}

table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid #333;
    padding: 10px;
    text-align: left;
  }
  th {
    background-color: #f4f4f4;
  }
  td {
    vertical-align: top;
  }

@media (max-width: 1200px) {
    .about-container {
        padding: 30px;
    }

    .hakimizda-image {
        max-width: 450px;
    }
    .image-makale
    {
        max-width: 450px;
    }
    .image-makale2
    {
        max-width: 450px;
    }
    .about-container h2 {
        font-size: 26px;
    }

    .about-container p {
        font-size: 15px;
    }
    .recent-posts {
        padding: 30px;
        position: relative;
    }

    .card {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .about-container {
        padding: 25px;
    }

    .hakimizda-image {
        max-width: 400px;
    }

    .about-container h2 {
        font-size: 24px;
    }

    .about-container p {
        font-size: 14px;
    }
    .recent-posts {
        padding: 25px;
    }

    .card {
        width: 45%;
    }

    .recent-posts h2 {
        font-size: 26px;
    }

    .card h3 {
        font-size: 16px;
    }

    .card p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .about-container {
        padding: 20px;
    }

    .hakimizda-image {
        max-width: 350px;
    }

    .about-container h2 {
        font-size: 22px;
    }

    .about-container p {
        font-size: 13px;
    }
    .recent-posts {
        padding: 20px;
    }

    .card {
        width: 100%;
    }

    .recent-posts h2 {
        font-size: 24px;
    }

    .card h3 {
        font-size: 18px;
    }

    .card p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-container {
        padding: 15px;
    }

    .hakimizda-image {
        max-width: 300px;
    }

    .about-container h2 {
        font-size: 20px;
    }

    .about-container p {
        font-size: 12px;
    }
    .recent-posts {
        padding: 15px;
    }

    .card {
        width: 100%;
    }

    .recent-posts h2 {
        font-size: 22px;
    }

    .card h3 {
        font-size: 16px;
    }

    .card p {
        font-size: 12px;
    }

    .more-link {
        font-size: 14px;
        padding: 8px 16px;
    }

    .read-more-link {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .about-container {
        padding: 10px;
    }

    .hakimizda-image {
        max-width: 100%;
    }

    .about-container h2 {
        font-size: 18px;
    }

    .about-container p {
        font-size: 11px;
    }
    .recent-posts {
        padding: 10px;
    }

    .card {
        width: 100%;
    }

    .recent-posts h2 {
        font-size: 20px;
    }

    .card h3 {
        font-size: 14px;
    }

    .card p {
        font-size: 11px;
    }

    .more-link {
        font-size: 12px;
        padding: 6px 12px;
    }

    .read-more-link {
        font-size: 10px;
    }
}

