.logolar-srn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logolar-srn img {
    border: 2px solid #CC7351;
    max-width: 120px;
    height: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 20%;
    transition: 0.2s;
}

#srn img:hover{
    max-width: 140px;
}

#srn:hover .circle-border{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.logolar-srn h5 {
    margin-top: 10px;
    cursor: default;
    text-align: center; 
}

.description {
    display: none;
    position: absolute;
    top: 80%;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 20;
    min-width: 25vh;
}

.description h3 {
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.description p {
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.square {
    position: absolute;
    left: 47%;
    top: -1px;
    transform: translateY(-50%) rotate(45deg); 
    width: 20px; 
    height: 20px;
    background-color: white; 
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.el-png{
    transform: scale(1.3);
}

.circle-border {
    border-radius: 50%;
    border: 2px solid #000; 
    width: 120px !important; 
    height: 120px !important; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#parla::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #CC7351;
    background-color: #CC7351;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    margin-bottom: 40px;
}

#parla:hover::before {
    opacity: 1;
    animation: pulse 1s infinite, pulseOpacity 1s infinite;
}


@keyframes pulseOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.main {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 10%;
    padding-top: 5%;
    background-color:white;
}

.title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #CC7351;
    font-size: clamp(22px, 4vw, 30px);
    margin: clamp(0px, 3vw, 20px) 0rem;
}

.faq {
    max-width: auto;
    margin-top: 0.5rem;
    padding: 10px;
    border: 1px solid rgb(43, 43, 43);
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svg-icon{
    width: 15px; 
    height: 15px; 
    min-width: 15px;
}

.question h3 {
    font-size: clamp(18px, 4vw, 20px);
    font-weight: normal;
}

.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

.answer {
    max-height: 0;
    overflow: hidden;
}

.faq.active .answer {
    transition: max-height 1s ease-in;
    max-height: 600px;
}

.faq.active svg {
    transform: rotate(180deg) scale(1.5);
}

svg {
    transform: scale(1.5);
    transition: transform 0.5s ease-in;
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #007bff;
    height: 5px;
    width: 0;
    z-index: 9999;
}

#yazi-alani {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 45px;
    font-style: italic;
    font-weight: 100;
    overflow: hidden;
    white-space: nowrap;
    height: 300px;
    max-width: 100%;
}

.hizmetler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: clamp(0px, 4vw, 30px);
    color: #CC7351;
}

#rahatsizliklar{
    font-size: clamp(20px, 4vw, 30px);
}

.image-style {
    padding-left: 10%;
    max-width: 400px;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.content {
    margin: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.egitimler {
    margin-top: 5%;
    font-size: clamp(14px, 6vw, 18px);
}

.icon-container {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #CC7351;
    text-align: center;
    line-height: 50px;
}

.icon-container i {
    color: white;
}

.content h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.hakkimda{
    margin-top: clamp(0px, 4vw, 100px);
}

.hakkimda-gorseli {
    max-width: 100%; 
    max-height: clamp(500px, 50vw, 2000px);
}

.hakkinda-button {
    overflow: hidden;
    color: #CC7351;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #CC7351;
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.online-png {
    max-width: 500px; 
    min-width: 300px; 
    width: 100%; 
    padding: 0;
}


.hakkinda-button:hover {
    color: white;
    position: relative;
    z-index: 4;
}

.hakkinda-button:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CC7351;
    animation: fillWater 0.5s ease forwards;
    z-index: -1;
}

@keyframes fillWater {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.iletisim {
    display: flex; 
    flex-wrap: wrap;
}

.iletisim-parca {
    flex: 1; 
    padding: 10px; 
    text-align: center; 
    align-items: center;
    min-width: 250px;
    display: block;
    justify-content: center; /* İçeriği dikey olarak ortalama */
    align-items: center; /
}

.sosyal-medya-listesi {
    list-style-type: none; 
    padding: 0; 
}

.sosyal-medya-listesi li {
    display: inline-block; 
    margin-right: 10px; 
    
}

.ion-social-linkedin,
.ion-social-instagram{
    width: 300px;
    margin: 5px;
    font-size: 30px;
    color: #CC7351;
}

.sosyal-medya-listesi li:last-child {
    margin-right: 0; 
}

.fas{
    margin: 5px;
    color: #CC7351;
}

.iletisim-parca a {
    margin-left: 10px;
    text-decoration: none; 
    color: rgb(49, 49, 49); 
    font-weight: 300;
    font-style: normal;
}

.overlay {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px #A2B38B solid;
    background-color: white;
}

.overlay img{
    padding: 10px;
}

#sayi1, #sayi2, .isim{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manual-link {
    margin-top: 10px;
    padding-top: 10px;
    right: 0;
    margin-top: 10vw;
    background-color: transparent;
    font-size: 20px;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    z-index: 999; 
    width: 170px;
    transition: 0.5s;
}


.manual-link::after {
    content: "\2192"; 
    margin-left: 5px; 
    transition: 0.5s;
}

.manual-link:hover::after {
    margin-left: 10px; 
}

.manual-link:hover {
    color: #272727;
}

@media (max-width: 600px){

    .inner-container{
        width: 100%;
    }

    #srn{
        padding: 15px !important;
    }

    .el-png{
        transform: scale(0.9);
    }

    .description{
        padding: 0px !important;
    }
    .yazilar{
        margin: 0px !important;
    }

    .hak-gors{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .logolar-srn{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .baslik {
        color: #CC7351;
        margin-top: 0rem;
    }
}

@media (min-width: 600px){
    .baslik {
        color: #CC7351;
        margin-top: 3rem;
    }
}

.custom-div {
    width: 100%;
    /* Sabit genişlik */
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-container {
    display: flex;
    max-width: 1250px;
    overflow: hidden;
    margin: 0 -15px;
    align-items: center;
    justify-content: center;
}

.section {
    min-width: 270px;
    margin: 20px;
    margin-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.ana {
    display: flex;
    transition: 0.5s;
}

iframe {
    height: 600px;
    width: 330px;
    border-radius: 30px;
}

.pointers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pointer {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #CC7351;
    border: 2px white solid;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s
}

.pointer.selected {
    background-color: white;
    border: 2px #CC7351 solid;
}

.video-kutusu{
    margin-top: 3rem;
}