﻿/* Ana Bölüm */

.partial-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Görsel Konteyner */
.image-wrapper {
    position: relative;
    display: inline-block;
}

.main-image {
    width: 100%;
    max-width: 400px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Dekoratif Daireler */
.circle {
    position: absolute;
    border-radius: 50%;
    background: #203b68;
    opacity: 0.7;
}

.bg-circle1 {
    width: 100px;
    height: 100px;
    top: -20px;
    right: -40px;
}

.bg-circle2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -50px;
}

/* Kurucu Bilgisi */
.founder-name {
    margin-top: 15px;
    font-weight: bold;
    color: #333;
    font-size: 22px;
}

.founder-title {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

/* Metin Kısmı */
.text-box {
    border: 2px solid #203b68;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 600px;
    margin: auto;
    color:black
}

.title {
    color: #203b68 !important;
    font-weight: bold;
    font-size: 24px;
}

.description {
    font-size: 16px;
    color: #4B5563;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .text-box

{
    text-align: center;
}

}

@media (max-width: 768px) {
    .row

{
    flex-direction: column;
    text-align: center;
}

.col-md-6 {
    width: 100%;
    margin-bottom: 30px;
}

.text-box {
    padding: 15px;
}

.bg-circle1 {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -20px;
}

.bg-circle2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -30px;
}
}
