﻿

/* ========================================
       HERO SECTION
       ======================================== */
.hero-section {
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 75px 20px 120px;
    position: relative;
    overflow: hidden;
}


.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hero-title {
    font-family: MuseoSlab;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    line-height: 1.10;
}


.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 0 60px 0;
    opacity: 0.9;
    max-width: 800px;
}


.hero-video-container {
    position: relative;
    width: 960px;
    height: 540px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}


.hero-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Play button overlay */
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    backdrop-filter: blur(10px);
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


    .play-button-overlay:hover {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    }


.play-button-icon {
    width: 46px;
    height: 59px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}


/* Softtech logo top-left */
.hero-logo-softtech {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}


    .hero-logo-softtech::before {
        content: "◀";
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }


    .hero-logo-softtech span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }


/* Bottom-left text block */
.hero-bottom-left {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    z-index: 10;
}


.hero-year {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}


.hero-year-label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}


/* Bottom-right affiliation */
.hero-bottom-right {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
}


.hero-affiliation-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}


.hero-affiliation-divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}


.hero-bank-logo {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* ========================================
               NAVIGATION MENU
               ======================================== */
#submenu-area {
    position: sticky;
    top: 104px;
    z-index: 4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.page-anchormenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background: #000000b8;
    height:102px;
}

    .page-anchormenu ul {
        display: flex;
        list-style: none;
        padding: 0 30px;
        margin: 0;
        gap: 40px;
        flex-wrap: nowrap;
        justify-content: center;
    }


    .page-anchormenu li {
        margin: 0;
        padding: 0;
    }


    .page-anchormenu a {
        color: #595F61;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        line-height:1.2;
        position: relative;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .page-anchormenu a.active,
        .page-anchormenu a:hover {
            color: #ffffff;
            font-size: 30px;
        }
        
        .page-anchormenu a.active {
            color: #ffffff;
            font-size: 30px;
        }

            .page-anchormenu a.active::after,
            .page-anchormenu a:hover::after {
                content: "";
                position: absolute;
                bottom: -12px;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 4px;
                background: linear-gradient(90deg, #23d7dd 0%, #a855f7 100%);
                border-radius: 2px;
            }


/* ========================================
               TEKNOLOJI RADARI SECTION
               ======================================== */
.generalHeaderText {
    font-family: MuseoSlab;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.2
}

#teknoloji-radari {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #teknoloji-radari img {
        width: 100%;
        height: auto;
        max-width: 1100px;
        display: block;
        margin: 0 auto;
    }


/* ========================================
               SWIPER SECTIONS
               (Teknolojilerin Geleceği, İnsan ve Çevre, Sektörlerin Geleceği ve İnovasyon)
               ======================================== */
#teknoloji,
#insan,
#inovasyon {
    padding: 100px 30px;
}


.swiper-container.has-bg {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    background: transparent;
    border-radius: 32px;
    padding-top: 96px;
}


.swiper-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 192px);
    z-index: 0;
    border-radius: 32px;
    overflow: hidden;
}


    .swiper-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.95);
        border-radius: 48px;
        opacity: 0.55;
    }


.swiper-content {
    position: relative;
    z-index: 1;
    text-align: center;
}


.swiper {
    position: relative;
    z-index: 1;
}


.swiper-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px 0;
}


.swiper-description {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 1290px;
    padding: 0px 45px;
}


.swiper {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
}


.swiper-slide {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}


    .swiper-slide:last-child {
        margin-right: 0;
    }


.people-card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.525) 50%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0;
    position: relative;
    overflow: visible;
    z-index: 1;
    flex: 1;
    width: 100%;
}


.people-card-image {
    grid-column: 1;
    grid-row: 3;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    align-self: start;
}


.people-card-name {
    grid-column: 1;
    grid-row: 1;
    font-family: 'MuseoSlab';
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
    text-align:center;
    align-self: start;
}


.people-card-title {
    grid-column: 1;
    grid-row: 2;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    min-height: auto;
    align-self: start;
    text-align: center;
    margin-bottom: 20px;
    overflow:hidden;
}


.people-card-sentence {
    grid-column:1;
    grid-row: 4;
    font-family: 'MuseoSlab';
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
    background-image: linear-gradient(110deg, rgb(0, 244, 255), rgb(104, 255, 237), rgb(152, 103, 255));
    color: transparent;
    background-clip: text;
    text-align: center;
    align-self: center;
    margin-top:30px;
}

.tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 999999;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 78px;
    width: 100%;
    line-height: 1.1;
}
.people-card-sentence:hover .tooltiptext {
    visibility: visible;
}
.people-card-buttons {
    grid-column: 1;
    grid-row: 5;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.people-card-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.button-listen div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.people-card-button img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}


.people-card-button-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height:1.2;
}

.readLinkTextSwiper {
    font-size: 20px;
}
/* Pagination Styles */
/* Swiper Navigation Styles */
.swiper-navigation {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 2;
}

.swiper-info-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.swiper-page-info {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


.swiper-total-pages {
    color: #999999;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


.swiper-progress {
    width: 200px;
    height: 2px;
    background: #333333;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}


.swiper-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #23d7dd 0%, #a855f7 100%);
    transition: width 0.3s ease;
    border-radius: 1px;
}


.swiper-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: transparent;
    border: 2px solid #FFFFFF26;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    fill: #ffffff;
    color: #ffffff;
    vertical-align: middle;
}


    .swiper-arrow:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }


    .swiper-arrow svg {
        width: 16px;
        height: 16px;
        display: block;
        pointer-events: none;
    }


    .swiper-arrow.left {
        margin-right: 8px;
    }


/* ========================================
               PAST REPORTS SECTION
               ======================================== */
#gecmis-raporlar {
    padding: 80px 20px;
}

.pastReportHeaderText {
    font-family: MuseoSlab;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.2
}

#gecmis-raporlar .swiper-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}


#gecmis-raporlar .swiper-content {
    margin: 0 auto;
}


#gecmis-raporlar .swiper {
    overflow: hidden;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}


#gecmis-raporlar .swiper-wrapper {

    align-items: center;
}


#gecmis-raporlar .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}


.past-reports-item {
    width: 100%;
    max-width: 340px;
    height: 300px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


    .past-reports-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    .past-reports-item.gradient-border {
        position: relative;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 24px;
    }

        .past-reports-item.gradient-border:hover {
            background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #00F4FF, #68FFED, #9867FF) border-box !important;
            border: 2px solid transparent !important;
            outline: none !important;
        }


        .past-reports-item.gradient-border img {
            position: relative;
            z-index: 1;
            border-radius: 6px;
        }


/* ========================================
               RAPOR SECTION
               ======================================== */
#rapor {
    padding: 80px 20px;
    background: #0000;
}


/* ========================================
               SHARE CONTAINER
               ======================================== */
#fws_share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}


.share-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}


.label-container {
    display: flex;
    align-items: center;
}

    .label-container .label {
        color: #ffffff;
        font-size: 25px;
        font-weight: 500;
        margin: 0;
        font-family: 'MuseoSlab';
    }


.share-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}


    .share-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

#showTechFormBtn span {
    font-size: 16px;
    font-weight: 400;
}
/* ========================================
               SPOTIFY PLAYER CONTAINER
               ======================================== */
#spotifyPlayerContainer, .spotifyPlayerContainer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 10000;
    background-color: black;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


#embedSpotifyPlayerContainer {
    width: 100%;
    min-width: 100%;
    flex: 1;
    -webkit-overflow-scrolling:touch;
    touch-action:manipulation;
}


    #embedSpotifyPlayerContainer iframe {
        width: 100% !important;
        min-width: 100% !important;
        pointer-events:auto !important;
        touch-action:manipulation;
    }


.spotify-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 10001;
    fill: #ffffff;
    transition: opacity 0.2s ease;
}


    .spotify-close-button:hover {
        opacity: 0.7;
    }


#spotifyPlayerContainer.hidden {
    display: none !important;
}


/* ========================================
               RESPONSIVE STYLES - TABLET & MOBILE
               ======================================== */


@media (max-width:1290px){
    .people-card{
        padding:20px;
    }
    .readLinkTextSwiper {
        font-size: 16px;
    }
}
/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    /* Sticky Navbar */
    .page-anchormenu a {
        font-size: 16px;
    }
        .page-anchormenu a.active,
        .page-anchormenu a:hover {
            font-size: 18px;
        }

    /* Hero Section */
    .hero-section {
        padding: 60px 20px 80px;
    }


    .hero-title {
        font-size: 48px;
        margin: 0 0 20px 0;
    }


    .hero-subtitle {
        font-size: 14px;
        margin: 0 0 20px 0;
        max-width: 700px;
        line-height: 1.2;
    }


    .hero-video-container {
        width: 100%;
        max-width: 720px;
        height: auto;
        aspect-ratio: 16/9;
    }


    .play-button-overlay {
        width: 100px;
        height: 100px;
    }


    .play-button-icon {
        width: 32px;
        height: 41px;
    }


    /* General Headers */
    .generalHeaderText {
        font-size: 28px;
        margin: 0 0 20px 0;
    }


    .pastReportHeaderText {
        font-size: 48px;
        margin: 0 0 30px 0;
    }


    /* Swiper Sections */
    #teknoloji, #insan, #inovasyon {
        padding: 20px 30px 52px 30px;
    }


    .swiper-container.has-bg {
        padding-top: 60px;
    }


    .swiper-description {
        font-size: 14px;
        margin: 0 auto 40px;
        max-width: 800px;
        line-height: 1.3;
    }


    /* People Cards */
    .people-card {
        width: 280px;
        height: 265px;
        grid-template-columns: 58px 1fr;
        grid-template-rows:auto auto 1fr auto auto;
        gap: 20px 15px;
    }


    .people-card-image {
        grid-column:1;
        grid-row:1 / 3;
        width: 58px;
        height: 58px;
        margin:0;
    }
    .people-card-button img {
        width: 14px;
        height: 14px;
    }

    .people-card-name {
        grid-column: 2;
        grid-row: 1;
        font-size: 15px;
        text-align: left;
    }


    .people-card-title {
        grid-column: 2;
        grid-row: 2;
        font-size: 12px;
        margin: 0;
        min-height: auto;
        margin-top: -25px;
        text-align: left;
    }


    .people-card-sentence {
        grid-column: 1 / -1;
        grid-row: 3;
        font-size: 20px;
        margin: 0;
        min-height: 72px;
        -webkit-line-clamp: 3;
        margin-top: -4px;
    }

    .people-card-buttons {
        grid-column: 1 / -1;
        grid-row: 4;
        gap: 10px;
        margin-top: 4px;
    }
    .people-card-button {
        padding: 10px;
        gap: 5px;
    }


    .people-card-button-text {
        font-size: 13px;
    }


    .readLinkTextSwiper {
        font-size: 13px;
    }


    /* Swiper Navigation */

    .swiper-navigation {
        margin-top: 20px;
        gap: 30px;
    }

    .page-anchormenu ul {
        gap: 15px;
        flex-wrap: nowrap;
    }
    .swiper-progress {
        width: 150px;
    }


    .swiper-arrow {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
    .page-anchormenu {
        padding: 20px 30px;
        height: 90px;
    }
        .page-anchormenu a.active::after,
        .page-anchormenu a:hover::after {
            left: 20px;
        }
        /* Teknoloji Radarı */
        #teknoloji-radari {
            padding: 40px 20px;
        }


    /* Past Reports */
    #gecmis-raporlar {
        padding: 60px 20px;
    }


    #rapor {
        padding: 40px 20px;
    }



    .label-container .label {
        font-size: 20px;
    }


    .share-icons {
        gap: 20px;
    }

        .share-icons a svg {
            width: 45px;
            height: 40px;
        }
}

@media (max-width: 992px) {
    #submenu-area {
        top: 80px;
    }
    #gecmis-raporlar .swiper-container {
        max-width: 850px;
    }
    .past-reports-item {
        max-width: 260px;
        height: 226px;
    }
}
/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    /* Hero Section */
    .hero-section {
        padding: 40px 16px 60px;
    }


    .hero-title {
        font-size: 32px;
        margin: 0 0 16px 0;
        line-height: 1.15;
    }


    .hero-subtitle {
        font-size: 16px;
        margin: 0 0 32px 0;
        max-width: 100%;
        padding: 0 10px;
    }


    .hero-video-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 16px;
    }


    .play-button-overlay {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }


    .play-button-icon {
        width: 24px;
        height: 31px;
    }


    /* General Headers */
    .generalHeaderText {
        font-size: 28px;
        margin: 0 0 20px 0;
        padding: 0 16px;
    }


    .pastReportHeaderText {
        font-size: 28px;
        margin: 0 0 32px 0;
        padding: 0 16px;
    }


    /* Swiper Sections */
    #teknoloji,
    #insan,
    #inovasyon {
        padding: 40px 16px;
    }


    .swiper-container.has-bg {
        padding-top: 40px;
        border-radius: 24px;
    }


    .swiper-bg {
        border-radius: 24px;
    }


        .swiper-bg img {
            border-radius: 24px;
        }


    .swiper-description {
        font-size: 14px;
        margin: 0 auto 32px;
        padding: 0 30px;
        line-height: 1.5;
    }


    /* Swiper Navigation */
    .swiper-navigation {
        margin-top: 20px;
        gap: 10px;
    }

    .swiper-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        order: 3;
    }


        .swiper-arrow svg {
            width: 14px;
            height: 14px;
        }


    /* Teknoloji Radarı */
    #teknoloji-radari {
        padding: 40px 16px;
    }


        #teknoloji-radari img {
            max-width: 100%;
        }

        /*navbar*/

    .page-anchormenu {
        overflow-x: auto;
        display: flex;
        justify-content: start;
        width: 100%;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        padding: 0;
        height:54px;
    }
        .page-anchormenu ul {
            gap: 15px;
            flex-wrap: nowrap;
            white-space: nowrap;
            padding: 0;
        }
    #submenu-area {
        padding: 0 20px;
    }
    .page-anchormenu a {
        font-size: 14px;
    }

        .page-anchormenu a.active::after,
        .page-anchormenu a:hover::after {
            bottom: -6px;
            left: 8px;
            width: 20px;
            height: 2px;
        }

    /* Past Reports */
    #gecmis-raporlar {
        padding: 40px 16px;
    }


        #gecmis-raporlar .swiper-container {
            padding: 0 10px;
            max-width: 485px;
        }

    .past-reports-item {
        width: 220px;
        height: 192px;
        border-radius: 16px;
    }


        .past-reports-item.gradient-border img {
            border-radius: 4px;
        }


    /* Share Container */
    #fws_share {
        padding-top: 30px;
    }


    .share-container {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }


    .share-icons {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }


        .share-icons a svg {
            width: 48px;
            height: 38px;
        }


    .label-container .label {
        font-size: 18px;
    }


    /* Rapor Section */
    #rapor {
        padding: 40px 16px;
    }


    /* Spotify Player */
    #spotifyPlayerContainer {
        max-width: calc(100% - 32px);
        bottom: 10px;
    }
}


/* Small Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }


    .hero-subtitle {
        font-size: 14px;
    }


    .generalHeaderText,
    .pastReportHeaderText {
        font-size: 28px;
    }


    .swiper-description {
        font-size: 14px;
    }


    .people-card {
        padding: 20px 16px;
        grid-template-columns: 80px 1fr;
        gap: 12px 12px;
    }


    .people-card-image {
        width: 80px;
        height: 80px;
    }


    .people-card-name {
        font-size: 15px;
    }


    .people-card-title {
        font-size: 12px;
        margin-top: 0;
    }


    .people-card-sentence {
        font-size: 20px;
    }

    .people-card-button-text {
        font-size: 14px;
    }

    .readLinkTextSwiper {
        font-size: 14px;
    }
    #gecmis-raporlar .swiper {
        max-width: 304px;
    }

    .past-reports-item {
        width: 142px;
        height: 125px;
    }
    #spotifyPlayerContainer, .spotifyPlayerContainer {
        padding: 40px 10px;

    }
    .spotify-close-button {
        width: 10px;
        height: 10px;
    }
}



/* ========================================
       HERO SECTION
       ======================================== */
.hero-section {
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 75px 20px 120px;
    position: relative;
    overflow: hidden;
}


.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hero-title {
    font-family: MuseoSlab;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    line-height: 1.10;
}


.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 0 60px 0;
    opacity: 0.9;
    max-width: 800px;
}


.hero-video-container {
    position: relative;
    width: 960px;
    height: 540px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}


.hero-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Play button overlay */
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    backdrop-filter: blur(10px);
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


    .play-button-overlay:hover {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    }


.play-button-icon {
    width: 46px;
    height: 59px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}


/* Softtech logo top-left */
.hero-logo-softtech {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}


    .hero-logo-softtech::before {
        content: "◀";
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }


    .hero-logo-softtech span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }


/* Bottom-left text block */
.hero-bottom-left {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    z-index: 10;
}


.hero-year {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}


.hero-year-label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}


/* Bottom-right affiliation */
.hero-bottom-right {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
}


.hero-affiliation-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}


.hero-affiliation-divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}


.hero-bank-logo {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* ========================================
               NAVIGATION MENU
               ======================================== */
#submenu-area {
    position: sticky;
    top: 104px;
    z-index: 4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.page-anchormenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background: #000000b8;
    height:102px;
}

    .page-anchormenu ul {
        display: flex;
        list-style: none;
        padding: 0 30px;
        margin: 0;
        gap: 40px;
        flex-wrap: nowrap;
        justify-content: center;
    }


    .page-anchormenu li {
        margin: 0;
        padding: 0;
    }


    .page-anchormenu a {
        color: #595F61;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        line-height:1.2;
        position: relative;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .page-anchormenu a.active,
        .page-anchormenu a:hover {
            color: #ffffff;
            font-size: 30px;
        }
        
        .page-anchormenu a.active {
            color: #ffffff;
            font-size: 30px;
        }

            .page-anchormenu a.active::after,
            .page-anchormenu a:hover::after {
                content: "";
                position: absolute;
                bottom: -12px;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 4px;
                background: linear-gradient(90deg, #23d7dd 0%, #a855f7 100%);
                border-radius: 2px;
            }


/* ========================================
               TEKNOLOJI RADARI SECTION
               ======================================== */
.generalHeaderText {
    font-family: MuseoSlab;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.2
}

#teknoloji-radari {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #teknoloji-radari img {
        width: 100%;
        height: auto;
        max-width: 1100px;
        display: block;
        margin: 0 auto;
    }


/* ========================================
               SWIPER SECTIONS
               (Teknolojilerin Geleceği, İnsan ve Çevre, Sektörlerin Geleceği ve İnovasyon)
               ======================================== */
#teknoloji,
#insan,
#inovasyon {
    padding: 100px 30px;
}


.swiper-container.has-bg {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    background: transparent;
    border-radius: 32px;
    padding-top: 96px;
}


.swiper-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 192px);
    z-index: 0;
    border-radius: 32px;
    overflow: hidden;
}


    .swiper-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.95);
        border-radius: 48px;
        opacity: 0.55;
    }


.swiper-content {
    position: relative;
    z-index: 1;
    text-align: center;
}


.swiper {
    position: relative;
    z-index: 1;
}


.swiper-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px 0;
}


.swiper-description {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 1290px;
    padding: 0px 45px;
}


.swiper {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
}


.swiper-slide {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}


    .swiper-slide:last-child {
        margin-right: 0;
    }


.people-card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.525) 50%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0;
    position: relative;
    overflow: visible;
    z-index: 1;
    flex: 1;
    width: 100%;
}


.people-card-image {
    grid-column: 1;
    grid-row: 3;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    align-self: start;
}


.people-card-name {
    grid-column: 1;
    grid-row: 1;
    font-family: 'MuseoSlab';
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
    text-align:center;
    align-self: start;
}


.people-card-title {
    grid-column: 1;
    grid-row: 2;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    min-height: auto;
    align-self: start;
    text-align: center;
    margin-bottom: 20px;
    overflow:hidden;
}


.people-card-sentence {
    grid-column:1;
    grid-row: 4;
    font-family: 'MuseoSlab';
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
    background-image: linear-gradient(110deg, rgb(0, 244, 255), rgb(104, 255, 237), rgb(152, 103, 255));
    color: transparent;
    background-clip: text;
    text-align: center;
    align-self: center;
    margin-top:30px;
}

.tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 999999;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 78px;
    width: 100%;
    line-height: 1.1;
}
.people-card-sentence:hover .tooltiptext {
    visibility: visible;
}
.people-card-buttons {
    grid-column: 1;
    grid-row: 5;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.people-card-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.button-listen div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.people-card-button img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}


.people-card-button-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height:1.2;
}

.readLinkTextSwiper {
    font-size: 20px;
}
/* Pagination Styles */
/* Swiper Navigation Styles */
.swiper-navigation {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 2;
}

.swiper-info-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.swiper-page-info {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


.swiper-total-pages {
    color: #999999;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


.swiper-progress {
    width: 200px;
    height: 2px;
    background: #333333;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}


.swiper-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #23d7dd 0%, #a855f7 100%);
    transition: width 0.3s ease;
    border-radius: 1px;
}


.swiper-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: transparent;
    border: 2px solid #FFFFFF26;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    fill: #ffffff;
    color: #ffffff;
    vertical-align: middle;
}


    .swiper-arrow:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }


    .swiper-arrow svg {
        width: 16px;
        height: 16px;
        display: block;
        pointer-events: none;
    }


    .swiper-arrow.left {
        margin-right: 8px;
    }


/* ========================================
               PAST REPORTS SECTION
               ======================================== */
#gecmis-raporlar {
    padding: 80px 20px;
}

.pastReportHeaderText {
    font-family: MuseoSlab;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.2
}

#gecmis-raporlar .swiper-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}


#gecmis-raporlar .swiper-content {
    margin: 0 auto;
}


#gecmis-raporlar .swiper {
    overflow: hidden;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}


#gecmis-raporlar .swiper-wrapper {

    align-items: center;
}


#gecmis-raporlar .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}


.past-reports-item {
    width: 100%;
    max-width: 340px;
    height: 300px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


    .past-reports-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    .past-reports-item.gradient-border {
        position: relative;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 24px;
    }

        .past-reports-item.gradient-border:hover {
            background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #00F4FF, #68FFED, #9867FF) border-box !important;
            border: 2px solid transparent !important;
            outline: none !important;
        }


        .past-reports-item.gradient-border img {
            position: relative;
            z-index: 1;
            border-radius: 6px;
        }


/* ========================================
               RAPOR SECTION
               ======================================== */
#rapor {
    padding: 80px 20px;
    background: #0000;
}


/* ========================================
               SHARE CONTAINER
               ======================================== */
#fws_share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}


.share-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}


.label-container {
    display: flex;
    align-items: center;
}

    .label-container .label {
        color: #ffffff;
        font-size: 25px;
        font-weight: 500;
        margin: 0;
        font-family: 'MuseoSlab';
    }


.share-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}


    .share-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

#showTechFormBtn span {
    font-size: 16px;
    font-weight: 400;
}
/* ========================================
               SPOTIFY PLAYER CONTAINER
               ======================================== */
#spotifyPlayerContainer, .spotifyPlayerContainer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 10000;
    background-color: black;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


#embedSpotifyPlayerContainer {
    width: 100%;
    min-width: 100%;
    flex: 1;
    -webkit-overflow-scrolling:touch;
    touch-action:manipulation;
}


    #embedSpotifyPlayerContainer iframe {
        width: 100% !important;
        min-width: 100% !important;
        pointer-events:auto !important;
        touch-action:manipulation;
    }


.spotify-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 10001;
    fill: #ffffff;
    transition: opacity 0.2s ease;
}


    .spotify-close-button:hover {
        opacity: 0.7;
    }


#spotifyPlayerContainer.hidden {
    display: none !important;
}


/* ========================================
               RESPONSIVE STYLES - TABLET & MOBILE
               ======================================== */


@media (max-width:1290px){
    .people-card{
        padding:20px;
    }
    .readLinkTextSwiper {
        font-size: 16px;
    }
}
/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    /* Sticky Navbar */
    .page-anchormenu a {
        font-size: 16px;
    }
        .page-anchormenu a.active,
        .page-anchormenu a:hover {
            font-size: 18px;
        }

    /* Hero Section */
    .hero-section {
        padding: 60px 20px 80px;
    }


    .hero-title {
        font-size: 48px;
        margin: 0 0 20px 0;
    }


    .hero-subtitle {
        font-size: 14px;
        margin: 0 0 20px 0;
        max-width: 700px;
        line-height: 1.2;
    }


    .hero-video-container {
        width: 100%;
        max-width: 720px;
        height: auto;
        aspect-ratio: 16/9;
    }


    .play-button-overlay {
        width: 100px;
        height: 100px;
    }


    .play-button-icon {
        width: 32px;
        height: 41px;
    }


    /* General Headers */
    .generalHeaderText {
        font-size: 28px;
        margin: 0 0 20px 0;
    }


    .pastReportHeaderText {
        font-size: 48px;
        margin: 0 0 30px 0;
    }


    /* Swiper Sections */
    #teknoloji, #insan, #inovasyon {
        padding: 20px 30px 52px 30px;
    }


    .swiper-container.has-bg {
        padding-top: 60px;
    }


    .swiper-description {
        font-size: 14px;
        margin: 0 auto 40px;
        max-width: 800px;
        line-height: 1.3;
    }


    /* People Cards */
    .people-card {
        width: 280px;
        height: 265px;
        grid-template-columns: 58px 1fr;
        grid-template-rows:auto auto 1fr auto auto;
        gap: 20px 15px;
    }


    .people-card-image {
        grid-column:1;
        grid-row:1 / 3;
        width: 58px;
        height: 58px;
        margin:0;
    }
    .people-card-button img {
        width: 14px;
        height: 14px;
    }

    .people-card-name {
        grid-column: 2;
        grid-row: 1;
        font-size: 15px;
        text-align: left;
    }


    .people-card-title {
        grid-column: 2;
        grid-row: 2;
        font-size: 12px;
        margin: 0;
        min-height: auto;
        margin-top: -25px;
        text-align: left;
    }


    .people-card-sentence {
        grid-column: 1 / -1;
        grid-row: 3;
        font-size: 20px;
        margin: 0;
        min-height: 72px;
        -webkit-line-clamp: 3;
        margin-top: -4px;
    }

    .people-card-buttons {
        grid-column: 1 / -1;
        grid-row: 4;
        gap: 10px;
        margin-top: 4px;
    }
    .people-card-button {
        padding: 10px;
        gap: 5px;
    }


    .people-card-button-text {
        font-size: 13px;
    }


    .readLinkTextSwiper {
        font-size: 13px;
    }


    /* Swiper Navigation */

    .swiper-navigation {
        margin-top: 20px;
        gap: 30px;
    }

    .page-anchormenu ul {
        gap: 15px;
        flex-wrap: nowrap;
    }
    .swiper-progress {
        width: 150px;
    }


    .swiper-arrow {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
    .page-anchormenu {
        padding: 20px 30px;
        height: 90px;
    }
        .page-anchormenu a.active::after,
        .page-anchormenu a:hover::after {
            left: 20px;
        }
        /* Teknoloji Radarı */
        #teknoloji-radari {
            padding: 40px 20px;
        }


    /* Past Reports */
    #gecmis-raporlar {
        padding: 60px 20px;
    }


    #rapor {
        padding: 40px 20px;
    }



    .label-container .label {
        font-size: 20px;
    }


    .share-icons {
        gap: 20px;
    }

        .share-icons a svg {
            width: 45px;
            height: 40px;
        }
}

@media (max-width: 992px) {
    #submenu-area {
        top: 80px;
    }
    #gecmis-raporlar .swiper-container {
        max-width: 850px;
    }
    .past-reports-item {
        max-width: 260px;
        height: 226px;
    }
}
/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    /* Hero Section */
    .hero-section {
        padding: 40px 16px 60px;
    }


    .hero-title {
        font-size: 32px;
        margin: 0 0 16px 0;
        line-height: 1.15;
    }


    .hero-subtitle {
        font-size: 16px;
        margin: 0 0 32px 0;
        max-width: 100%;
        padding: 0 10px;
    }


    .hero-video-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 16px;
    }


    .play-button-overlay {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }


    .play-button-icon {
        width: 24px;
        height: 31px;
    }


    /* General Headers */
    .generalHeaderText {
        font-size: 28px;
        margin: 0 0 20px 0;
        padding: 0 16px;
    }


    .pastReportHeaderText {
        font-size: 28px;
        margin: 0 0 32px 0;
        padding: 0 16px;
    }


    /* Swiper Sections */
    #teknoloji,
    #insan,
    #inovasyon {
        padding: 40px 16px;
    }


    .swiper-container.has-bg {
        padding-top: 40px;
        border-radius: 24px;
    }


    .swiper-bg {
        border-radius: 24px;
    }


        .swiper-bg img {
            border-radius: 24px;
        }


    .swiper-description {
        font-size: 14px;
        margin: 0 auto 32px;
        padding: 0 30px;
        line-height: 1.5;
    }


    /* Swiper Navigation */
    .swiper-navigation {
        margin-top: 20px;
        gap: 10px;
    }

    .swiper-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        order: 3;
    }


        .swiper-arrow svg {
            width: 14px;
            height: 14px;
        }


    /* Teknoloji Radarı */
    #teknoloji-radari {
        padding: 40px 16px;
    }


        #teknoloji-radari img {
            max-width: 100%;
        }

        /*navbar*/

    .page-anchormenu {
        overflow-x: auto;
        display: flex;
        justify-content: start;
        width: 100%;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        padding: 0;
        height:54px;
    }
        .page-anchormenu ul {
            gap: 15px;
            flex-wrap: nowrap;
            white-space: nowrap;
            padding: 0;
        }
    #submenu-area {
        padding: 0 20px;
    }
    .page-anchormenu a {
        font-size: 14px;
    }

        .page-anchormenu a.active::after,
        .page-anchormenu a:hover::after {
            bottom: -6px;
            left: 8px;
            width: 20px;
            height: 2px;
        }

    /* Past Reports */
    #gecmis-raporlar {
        padding: 40px 16px;
    }


        #gecmis-raporlar .swiper-container {
            padding: 0 10px;
            max-width: 485px;
        }

    .past-reports-item {
        width: 220px;
        height: 192px;
        border-radius: 16px;
    }


        .past-reports-item.gradient-border img {
            border-radius: 4px;
        }


    /* Share Container */
    #fws_share {
        padding-top: 30px;
    }


    .share-container {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }


    .share-icons {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }


        .share-icons a svg {
            width: 48px;
            height: 38px;
        }


    .label-container .label {
        font-size: 18px;
    }


    /* Rapor Section */
    #rapor {
        padding: 40px 16px;
    }


    /* Spotify Player */
    #spotifyPlayerContainer {
        max-width: calc(100% - 32px);
        bottom: 10px;
    }
}


/* Small Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }


    .hero-subtitle {
        font-size: 14px;
    }


    .generalHeaderText,
    .pastReportHeaderText {
        font-size: 28px;
    }


    .swiper-description {
        font-size: 14px;
    }


    .people-card {
        padding: 20px 16px;
        grid-template-columns: 80px 1fr;
        gap: 12px 12px;
    }


    .people-card-image {
        width: 80px;
        height: 80px;
    }


    .people-card-name {
        font-size: 15px;
    }


    .people-card-title {
        font-size: 12px;
        margin-top: 0;
    }


    .people-card-sentence {
        font-size: 20px;
    }

    .people-card-button-text {
        font-size: 14px;
    }

    .readLinkTextSwiper {
        font-size: 14px;
    }
    #gecmis-raporlar .swiper {
        max-width: 304px;
    }

    .past-reports-item {
        width: 142px;
        height: 125px;
    }
    #spotifyPlayerContainer, .spotifyPlayerContainer {
        padding: 40px 10px;

    }
    .spotify-close-button {
        width: 10px;
        height: 10px;
    }
}



