html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.about-content-2 p {
    font-size: 1.0rem; /* Daha büyük yazı */
    line-height: 1.8; /* Satırlar arası boşluk */
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #2e2e2e;
}

.about-content-2 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.education-list {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 1rem;
}

.edu-item p {
    font-size: 1.0rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #2e2e2e;
    border-left: 4px solid #00cfef;
    padding-left: 0.75rem;
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

.about-content-2 ul.tech-list {
    padding-left: 20px;
    list-style-type: square;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2e2e2e;
}

.about-content-2 ul.tech-list li {
    margin-bottom: 12px;
}

.about-content-2 ul.tech-list li span {
    font-weight: 600;
    color: #1a1a1a;
}

.hide-on-mobile {
    display: block;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.crop-img {
    width: 520px;
    height: 194px;
    object-fit: cover;
    object-position: top;
}

.cert-img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}