﻿/* GENEL STİLLER */
.hero-about-section,
.about-page-content,
.content-container,
.down-description,
.counter-with-js,
.hero-about-breadcrumb a,
.hero-about-sub-nav-container .button,
.about-awards-section,
.about-social-section {
    font-family: "Source Sans Pro", Arial, sans-serif;
}


/* VARSAYILAN GRID YAPISI */
.content-container,
.down-description,
.counter-with-js,
.about-awards-section,
.about-social-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

.col-12, .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}


/* HERO SECTION */
.hero-about-section {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    color: #fff;
    overflow: visible;
}

.hero-about-bg {
    position: absolute;
    inset: 0;
    background-image: url("/img/sayfalar/hakkimizda/daf-hakkimizda-office.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.award-bg {
    background-image: url("/img/sayfalar/hakkimizda/daf-hakkimizda-office-02.jpg");
}

.social-bg {
    background-image: url("/img/sayfalar/hakkimizda/daf-hakkimizda-office-02.jpg");
}

.hero-about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.45) 100%);
    z-index: 2;
}

.hero-about-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    flex: 1;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 120px;
}

/* HERO BAŞLIK VE NAVİGASYON */
.hero-about-title-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about-hero-title-upper {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 300;
    color: #E2DFD2;
    text-transform: uppercase;
    opacity: 0.8;
}


.hero-about-title {
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.hero-about-breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    justify-content: flex-start;
}

    .hero-about-breadcrumb a {
        color: #ddd;
        text-decoration: none;
        transition: color 0.3s;
    }

        .hero-about-breadcrumb a:hover {
            color: #dfb887;
        }

    .hero-about-breadcrumb span {
        color: #fff;
        font-weight: 600;
        margin-left: 5px;
    }

/* HERO SLOGAN */
.hero-about-slogan-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-about-slogan-text-style {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    line-height: 1.1;
    border-left: 4px solid #fff;
    padding-left: 15px;
    color: #fff;
    text-transform: capitalize;
}

/* HERO ALT NAVİGASYON */
.hero-about-sub-nav-bar {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    overflow: visible;
}

.hero-about-sub-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

    .hero-about-sub-nav-container::-webkit-scrollbar {
        height: 6px;
    }

    .hero-about-sub-nav-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .hero-about-sub-nav-container::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .hero-about-sub-nav-container .button {
        background: transparent;
        color: #111;
        font-size: clamp(14px, 2vw, 15px);
        font-weight: 600;
        text-decoration: none;
        padding: 8px 15px;
        border-radius: 4px;
        transition: background 0.3s, color 0.3s;
        border: none;
        display: inline-block;
        cursor: pointer;
        flex-shrink: 0;
    }

        .hero-about-sub-nav-container .button:hover,
        .hero-about-sub-nav-container .button.active {
            background: #e0e0e0;
            color: #1F3363;
        }


/* İÇERİK KONTEYNERİ (BİZ KİMİZ & VİZYON) */
.content-container {
    max-width: 1400px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: clamp(3rem, 8vw, 6rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
}

.content-top-row {
    background-color: transparent;
    padding-bottom: 0;
}

.content-bottom-row {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 1%;
}

.about-us-row-item {
    margin-bottom: 0;
}

.about-text-col h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 1.5rem;
}

.about-text-col p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.8;
    color: #444;
}

/* GÖRSEL ALANI */
.about-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bracket{
    display: none;
}

.img-placeholder .img {
    width: 100%;
    padding-bottom: 60%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}


/* ÖDÜLLER BÖLÜMÜ */
.about-awards-section {
    padding-top: clamp(3rem, 8vw, 6rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
}

    .about-awards-section .main-header {
        margin-bottom: 4rem;
    }

        .about-awards-section .main-header h2 {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #111;
            text-align: center;
            line-height: 1.3;
        }

.awards-main-content {
    margin-bottom: 4rem;
    align-items: center;
}

.awards-text-col p {
    font-size: clamp(1rem, 2vw, 10rem);
    line-height: 1.8;
    color: #444;
}

.awards-logos-col {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.about-award-box {
    flex: 0 0 calc(33.333% - 1px);
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s;
}

    .about-award-box img {
        max-width: 5rem;
        height: auto;
        opacity: 0.85;
        transition: opacity 0.3s;
    }

    .about-award-box:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

.awards-list-row {
    padding-top: 4rem;
    border-top: 1px solid #e0e0e0;
}

    .awards-list-row .list-title {
        font-size: clamp(1.5rem, 3vw, 2rem);
        font-weight: 700;
        color: #111;
        margin-bottom: 1.5rem;
    }

.awards-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

    .awards-list li {
        font-size: clamp(1rem, 2vw, 1.1rem);
        line-height: 2;
        color: #444;
        padding-left: 20px;
        position: relative;
    }

        .awards-list li::before {
            content: ">";
            color: #1F3363;
            font-weight: 700;
            position: absolute;
            left: 0;
        }

/* SOSYAL SORUMLULUK BÖLÜMÜ */
.about-social-section {
    max-width: 1400px;
    margin: 1% auto 6rem;
    padding: 0 5%;
}

    .about-social-section .row {
        align-items: center;
    }

.social-main-header {
    margin-bottom: 10rem;
    padding-top: 2rem;
}

    .social-main-header h2 {
        font-size: clamp(1.4rem, 3vw, 2.2rem);
        font-weight: 500;
        color: #444;
        line-height: 1.5;
        text-align: center;
        padding: 0 10%;
    }

.social-project-row {
    margin-bottom: 4rem;
}

.social-row-header {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 500;
    color: #111;
    line-height: 1.3;
}

.about-social-section p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}

.about-social-section .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.counter-with-js {
    text-align: center;
    padding: clamp(3rem, 8vw, 6rem) 5%;
    background-color: #f7f7f7;
}

.counter-row-main {
    margin-bottom: 3rem;
}

.counter-items-wrapper {
    display: flex;
    justify-content: center;
    gap: clamp(40px, 8vw, 80px);
    flex-wrap: wrap;
}

.counter-item {
    text-align: center;
}

    .counter-item .counter-number {
        display: block;
        font-size: clamp(2.5rem, 6vw, 4rem);
        font-weight: 800;
        color: #1F3363;
        margin-bottom: 0.5rem;
    }

    .counter-item h4 {
        font-size: clamp(1.1rem, 2.5vw, 1.5rem);
        color: #111;
        font-weight: 500;
        margin: 0;
    }

.counter-tagline-row {
    margin-top: 3rem;
    border-top: 1px solid #eee;
    padding-top: 3rem;
}

.heading-text span {
    display: block;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #1F3363;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.description-text span {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #111;
}

/* DEĞERLERİMİZ BÖLÜMÜ */
.down-description {
    max-width: 100%;
    padding: clamp(3rem, 8vw, 6rem) 5%;
}

.centered-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 5rem;
}

.value-box h2 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
}

.value-box p {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
    color: #444;
}


.counter-section {
    padding-top: clamp(3rem, 8vw, 6rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #fff;
}

    .counter-section .counter-row-main {
        margin-bottom: 0;
    }

.tagline-section {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #f8f8f8; 
    border-radius: 10px;
    padding-top: clamp(3rem, 8vw, 6rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
    margin-top: -1px; 
    position: relative;
    z-index: 1;
    text-align: center;
}

    .tagline-section .counter-tagline-row-new {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
    }


/* RESPONSIVE STİLLER */
@media (max-width: 1200px) {
    .hero-about-container {
        padding: 0 32px;
        padding-top: 120px;
    }

    .hero-about-sub-nav-container {
        padding: 20px 32px;
    }

    .content-container,
    .about-social-section,
    .down-description {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 992px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-lg-6, .col-lg-3, .col-12, .col-lg-12, .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-about-section {
        height: auto;
        min-height: auto;
    }

    .hero-about-container {
        padding: 24px;
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .bracket{
        display:grid;
        margin: 0 auto;
        margin-bottom: 4rem;

    }

    .about-hero-title-upper {
        font-size: 1rem;
    }

    .hero-about-title-content {
        align-items: flex-start;
        padding-bottom: 40px;
    }

    .hero-about-slogan-wrapper {
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .hero-about-sub-nav-container {
        padding: 15px 24px;
        gap: 15px;
    }

    .awards-logos-col {
        margin-top: 2rem;
        justify-content: space-between;
    }

    .about-award-box {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .content-container,
    .about-social-section,
    .down-description {
        padding-left: 3%;
        padding-right: 3%;
    }

    .social-project-row {
        margin-bottom: 3rem;
    }

    .social-main-header h2 {
        padding: 0;
    }
}

.down-description .value-box {
    margin-bottom: 0.75rem;
}

    .down-description .value-box h2 {
        margin-bottom: 1.75rem;
        text-align: center;
    }

    .down-description .value-box p {
        margin-bottom: 1.75rem;
        text-align: center;
    }

.down-description .value-img-wrapper {
    margin-bottom: 1.75rem;
}

.down-description .value-box,
.down-description .value-img-wrapper,
.down-description .img-placeholder {
    text-align: center;
}

    .down-description .img-placeholder img {
        margin: 0 auto;
        display: block;
    }

@media (max-width: 768px) {
    .hero-about-sub-nav-container {
        gap: 10px;
        padding: 12px 20px;
    }

        .hero-about-sub-nav-container .button {
            padding: 6px 12px;
        }

    .about-award-box {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}

.social-project-row {
    text-align: center;
}

    .social-project-row .col-lg-6,
    .social-project-row .col-lg-4,
    .social-project-row .col-lg-3,
    .social-project-row .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-project-row img,
    .about-social-section .img-fluid {
        margin: 0 auto;
        margin-bottom: 0.75rem;
        display: block;
    }

    .social-row-header{
        text-align: center;
    }
    .social-project-row p,
    .social-project-row h3,
    .social-project-row h4,
    .social-project-row h5 {
        text-align: center !important;
    }


@media (max-width: 600px) {
    .content-container,
    .down-description,
    .counter-with-js,
    .about-awards-section,
    .about-social-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-about-container {
        padding: 20px;
        padding-top: 100px;
    }

    .hero-about-sub-nav-container {
        padding: 10px 20px;
    }

    .awards-logos-col {
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .hero-about-sub-nav-container .button {
        font-size: 13px;
        padding: 6px 10px;
    }

    .content-container,
    .about-social-section,
    .down-description {
        padding-left: 15px;
        padding-right: 15px;
    }
}
