﻿/* STORY-SECTION */




-------------------------------------- 
.story-section {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--light-sky);
}

.story-section .story-section-left .story-img {
    width: 100%;
    height: auto;
}

.story-section .story-section-right .story-head {
    background-color: var(--dark-sky);
    border-radius: 50px;
    padding: 2px;
    margin-bottom: 46px;
}

    .story-section .story-section-right .story-head .story-head-content {
        border: 0.5px solid var(--white);
        border-radius: 50px;
        background: linear-gradient(90deg, #e198ed, #7784f1); /* gradient renkler */
    }

.story-section .story-section-right .story-head .story-head-content .story-heading {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--white);
    padding: 0px 22px 0px 12px;

}

.story-section .story-section-right .story-head .story-head-content .story-head-img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: var(--navy-blue);
    background-image: url('./../images/about-us/right_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-top: 0.5px solid var(--white);
    border-right: 0.5px solid var(--white);
    border-bottom: 0.5px solid var(--white);
    border-left: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    justify-items: center;
    margin: 40px 0;
}

.team-card {
    width: 240px;
    border-radius: 12px;
    text-align: center;
    padding: 16px;
    font-family: "Inter", sans-serif;
}

.card-image {
    border: 4px solid #0E1C3E;
    border-radius: 12px;
    padding: 6px;
    background: #0E1C3E;
    margin-bottom: 12px;
}



.linkedin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1.3px solid var(--grey);
    border-radius: 6px;
    padding: 8px 0;
    text-decoration: none;
    transition: 0.3s;
    margin: 10px 0 10px;
    background: none;
}

/* İkon alanı */
.linkedin-icon-wrap {
    display: flex;
    align-items: center;
    margin-right: 15px; /* ikon ve yazı arası */
}

.linkedin-icon {
    width: 16px;
    height: 16px;
}

/* Yazı alanı (gradient) */
.linkedin-text {
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(90deg, #e198ed, #7784f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

    .linkedin-btn:hover {
        opacity: 0.9;
    }


.card-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0E1C3E;
}

.card-info .title {
    font-size: 15px;
    margin: 4px 0;
    color: #333;
}

.card-info .subtitle {
    font-size: 14px;
    color: #777;
}



/* DATASYNC TEAM  */

/*.datasync-team {
    padding: 47px 0 190px 0;
    background-image: url(../images/about-us/datasync-team-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.datasync-team .team-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 56px;
}

.datasync-team .team-card {
    position: relative;
    width: 225px;
    height: 362px;
}

.datasync-team .team-card img {
    width: 225px;
    height: 362px;
    object-fit: cover;
    border: 0.77px solid var(--blue);
    border-radius: 10px;
    border-bottom: 14px solid var(--blue);
}

.datasync-team .team-member-info {
    backdrop-filter: blur(14px);
    border: 0.77px solid var(--blue);
    background: #E6E6E633;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    min-height: 140px;
    position: absolute;
    bottom: 7px;
    padding: 12px 0 16px 0;
}

.datasync-team .member-info {
    max-width: 200px;
    margin: auto;
}

.datasync-team .team-member-info h3 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 15.31px;
    line-height: 18.51px;
    letter-spacing: 1px;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
}

.datasync-team .team-member-info h4 {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 11.48px;
    letter-spacing: 1px;
    color: var(--secondary);
    text-align: center;
    margin-bottom: 10px;
}

.datasync-team .team-member-info p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 10px;
    line-height: 13.19px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--white);
    margin: 0;
}*/


/* MISSION SECTION */
.mission-section {
    padding: 60px 0 90px 0;
    background-color: var(--white);
    overflow-x: hidden;
}

.mission-section h2 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 45px;
    line-height: 54.4px;
    letter-spacing: 1px;
    color: #003D7C33;
    margin-bottom: 36px;
}

.mission-section .mission-cards-content {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.mission-section .mission-card {
    border: 1px solid var(--blue);
    border-radius: 11px;
    padding: 10px 26px;
    border-bottom: 8px solid var(--blue);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    gap: 28px;
}

.mission-section .mission-card h4 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 20px;
    line-height: 24.18px;
    letter-spacing: 1px;
    color: var(--blue);
}

.mission-section .mission-card p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -1%;
    text-align: justify;
    color: var(--primary);
    margin: 0;
}

@media (max-width:992px) {
    .story-section .story-section-right .story-head .story-head-content .story-head-img {
        display: none;
    }

    .story-section .story-section-left .story-img {
        margin-bottom: 30px;
        width: 82%;
    }

    .story-section .story-section-right .story-head .story-head-content .story-heading {
        padding: 0px 22px 0px 22px;
    }

    .story-section .story-section-right .story-head {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .story-section .story-section-right .story-head .story-head-content .story-heading {
        line-height: 24.18px;
    }

    .story-section {
        padding-top: 18px;
    }

    .story-section .story-section-right .story-head {
        border-radius: 27px;
    }

    .story-section .story-section-right .story-head .story-head-content {
        border-radius: 46px;
    }
}


@media only screen and (max-width: 520px) {
    .story-section .story-section-right .story-head .story-head-content .story-heading {
        font-size: 17px;
    }

    .team-card {
        width: 100%; /* kart genişliği tam olsun */
    }

    .linkedin-btn {
        padding: 6px 0; /* daha kompakt buton */
    }

        .linkedin-btn svg {
            width: 14px;
            height: 14px;
        }

    .linkedin-text {
        font-size: 14px;
    }
    .card-image {
        border: 4px solid #0E1C3E;

        padding: 3px; /* 6px → 3px yaptık, daha az boşluk */
        background: #0E1C3E;
        margin-bottom: 8px;
    }

        .card-image img {
            width: 100%;
            height: auto;
            object-fit: cover; /* resim alanı tam kaplar */
        }

    .mission-section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .mission-section .mission-card {
        border: 1px solid var(--blue);
        border-radius: 6px;
        padding: 10px 16px 16px 8px;
        border-bottom: 4px solid var(--blue);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        gap: 9px;
    }

    .mission-section .mission-cards-content {
        gap: 38px;
    }

    .mission-section {
        padding: 40px 0 65px 0;
    }

    .story-section .story-section-right .story-head {
        border-radius: 40px;
    }
}