﻿.kurumsalDesc {
    font-size: 35px;
    font-family: "MuseoSlab", serif;
    text-align:left;
}
.faqWrapper p, .faqWrapper ul, .faqWrapper li {
    margin: 0;
    font-size: 25px;
    line-height: 31px;
    color: rgba(242,243,243,1);
    font-family: "SourceSans";
    text-align: left;
}
.faqSectionPolicies a {
    text-decoration: none;
    color: #0DDCE7;
}
.identity-section {
    text-align: center;
    padding: 100px 50px;
}

.identity-subtext {
    font-size: 20px;
    margin-bottom: 40px;
    color: #cfcfcf;
    margin-top: 40px;
}

.identity-buttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: nowrap;
    margin-top: 100px;
    margin-bottom: 32px;
    align-items: stretch;
}
    .identity-buttons svg{
        width:44px;
    }
    .identity-button {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 40px;
        background: linear-gradient(135deg, #0f0f0f, #1e1e1e);
        border: 1px solid #444;
        border-radius: 20px;
        color: white;
        text-decoration: none;
        font-family: "MuseoSlab", serif;
        font-size: 22px;
        transition: all 0.3s ease;
        width: 100%;
        max-width: 642px;
    }

    .identity-button img {
        width: 44px;
        height: 44px;
    }

    .identity-button:hover {
        background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }
.faqSectionPolicies {
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}
.faqListPolicies {
    width: 1335px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 1440px) {
    .faqListPolicies {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .identity-section {
        padding: 50px 20px;
    }
    .kurumsalDesc {
        font-size: 20px;
        line-height: 1.2;
    }
    .identity-buttons {
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .identity-button {
        padding: 30px 20px;
        gap: 15px;
    }
    .faqSectionPolicies {
        padding: 30px 0 0;
    }
       
}
@media screen and (max-width: 480px) {

    .identity-buttons {
        flex-direction: column;
        align-items: center;
    }


}

/*
    @media screen and (max-width: 750px)
{
    .identity-section{
        padding: 50px 20px;
    }
        .identity-section h2 {
            font-size: 28px;
            margin: 0;
        }
    .identity-buttons{
        margin-top: 30px; 
        margin-bottom: 30px; 
        gap: 20px;
    }
    .identity-button{
        font-size: 24px;
        gap: 15px;
        padding : 30px 20px;
    }
}
*/
