﻿/* Ana Bölüm */
.partial-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Metin Kısmı */
.title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.description {
    font-size: 16px;
    color: #555;
    font-style: italic;
    max-width: 500px;
    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);
}

/* Küçük Görsel */
.small-image-container {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #203b68;
}

.small-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* 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;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .text-center.text-md-left

{
    text-align: center !important;
}

.description {
    max-width: 100%;
}

}

@media (max-width: 768px) {
    .row

{
    flex-direction: column-reverse;
    text-align: center;
}

.col-md-6 {
    width: 100%;
    margin-bottom: 30px;
}

.small-image-container {
    width: 90px;
    height: 90px;
    bottom: -15px;
    right: -15px;
}

.bg-circle1 {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -20px;
}

.bg-circle2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -30px;
}
}
