@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/MyCustomFont.woff2') format('woff2'),
    url('/fonts/MyCustomFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --lacivert: #0A2A47;
    --lacivert-koyu: #071F36;
    --altin: #B8860B;
    --altin-gorsel: #FFC72C;
    --beyaz: #FFFFFF;
    --acik-gri: #F0F0F0;
    --koyu-gri-metin: #333333;
    --radius: 8px;
    --font: "Poppins", sans-serif;
    --transition: 0.4s all;
    --max-width: 1320px;
    --section-padding: 60px 0;
    --header-height: 70px;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    font-display: swap;
}

body {
    font-family: var(--font) !important;
    color: var(--koyu-gri-metin) !important;
    line-height: 1 !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    background: var(--acik-gri) !important;
    
}

.container {
    width: min(var(--max-width), 90%) !important;
    margin: 0 auto !important;
    padding: 24px 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--koyu-gri-metin);
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
}

a {
    text-decoration: none !important;
    color: var(--lacivert);
    /* Default link rengi lacivert yapıldı */
    transition: var(--transition);
}

img {
    background-color: transparent !important;
    display: block;
    max-width: 100%;
    height: auto;
    transition: var(--transition);
    object-fit: contain;
}

img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    filter: brightness(1) saturate(1);
    cursor: pointer;
    transition: var(--transition);
}

a:focus{
    outline: unset;

}
input:focus {
    outline: unset;
}

.project-card {
    background-color: #fff; /* kontrast için beyaz */
    color: var(--koyu-gri-metin);
}

/* --- HEADER (Navbar) --- */
header {
    border-top: 2px solid var(--altin-gorsel);
    background-color: var(--lacivert);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    .header_menu_general {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .header_logo {
            font-size: 2rem;
            font-weight: 800;
            color: var(--beyaz);
        }

        .header_menu {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;

            a {
                font-size: 18px;
                color: var(--beyaz);
                font-weight: 400;
                transition: var(--transition);
            }

            a:hover {
                color: var(--altin-gorsel);
            }
        }
    }
}

/* --- FOOTER --- */

#minimal-footer {
    background-color: var(--lacivert);
    color: var(--beyaz);
    font-size: 15px;
}

.top-bar-footer {
    padding: 30px 0;
    max-width: var(--max-width);
    margin: 0 auto;
}

.footer-content-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.footer-brand-minimal {
    text-align: left;
}

.footer-logo {
    color: #D9E2EC;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.footer-social-minimal {
    display: flex;
    align-items: center;
}

.footer-social-minimal .social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    border: 2px solid var(--altin-gorsel);
    color: var(--altin-gorsel);
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
}

.footer-social-minimal .social-icon:hover {
    background-color: var(--altin-gorsel);
    color: var(--lacivert);
    transform: scale(1.05);
}

.footer-copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    background-color: var(--lacivert-koyu);
}

.footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

/* --- SLİDER (HOME PAGE) --- */
.slider_genel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;

    .slider_title_desc_button_general {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 21px;
        width: 100%;
        height: 100%;
        padding: 0 20px;

        .title {
            font-size: 4rem;
            font-weight: 700;
            color: var(--beyaz);
            text-align: center;
        }

        .desc {
            font-size: 20px;
            color: var(--beyaz);
            text-align: center;
        }

        .button {
            background-color: var(--altin-gorsel); /* Kurumsal Altın Rengi */
            color: var(--lacivert-koyu); /* Koyu Lacivert Metin */
            font-weight: 700;
            font-size: 18px; /* Metin boyutunu büyüt */
            padding: 15px 40px; /* Daha geniş ve yüksek yap */
            border: none;
            border-radius: var(--radius); /* Köşe yuvarlaklığı */
            cursor: pointer;
            text-decoration: none; /* Link ise alt çizgiyi kaldır */
            display: inline-block; /* Genişlik ve yükseklik verebilmek için */
            transition: all 0.3s ease; /* Tüm geçişleri yumuşat */

            /* YENİ EKLENTİLER: Gölge ve Hafif Animasyon */
            box-shadow: 0 4px 15px rgba(255, 195, 0, 0.4); /* Altın rengine uygun parlak gölge */
            letter-spacing: 0.5px; /* Harfler arasına hafif boşluk */
            text-transform: uppercase; /* Metni büyük harfe çevir (isteğe bağlı) */

            &:hover {
                background-color: var(--lacivert-koyu); /* Hover'da lacivert arka plan */
                color: var(--altin-gorsel); /* Hover'da altın rengi metin */
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* Gölgeyi hafifçe büyüt */
                transform: translateY(-2px);
            }
        }
    }

    .slider_image {
        object-fit: cover;
        max-height: 100vh;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
        overflow: hidden;
        object-position: center;


        &::after {
            content: '';
            width: 100%;
            height: 100%;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(7,31,54,0.4);
        }
    }
}

/*Hakkımızda (Anasayfa)*/

.hakkimizda_general {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hakkimizda_title {
    font-size: 44px;
    font-weight: 700;
    color: var(--lacivert);
    position: relative;
    padding-bottom: 15px;
}

.hakkimizda_title h3 {
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 700;
}

.hakkimizda_title h2 {
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 700;
}

.hakkimizda_title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--lacivert-koyu);
}

.hakkimizda_title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--lacivert-koyu);
}

.hakkimizda_content_general {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.hakkimizda_image {
    width: 100%;
    height: 100%;
    position: relative;
}

.hakkimizda_image img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
}

.hakkimizda_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hakkimizda_content a {
    background-color: var(--altin-gorsel);
    color: var(--lacivert-koyu);
    font-weight: 700;
    font-size: 18px;
    padding: 10px 25px;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s
    ease;
    box-shadow: 0 4px 15px rgba(255, 195, 0, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: fit-content;
    line-height: 1;
}

.hakkimizda_content a:hover {
    background-color: var(--lacivert-koyu);
    color: var(--altin-gorsel);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.hakkimizda_content p {
    font-size: 14px;
    color: var(--koyu-gri-metin);
    line-height: 1.5;
}

.hakkimizda_content h1 {
    font-size: 26px;
    font-weight: 600;
    color: var(--altin-gorsel);
}

/* Projelerimiz Anasayfa */

.projects-section {
    background-color: var(--acik-gri);
    padding: var(--section-padding);
}

.section-title {
    color: var(--lacivert);
}

.title-underline {
    background-color: var(--lacivert);
}

.project-card {
    background-color: var(--beyaz);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    margin-bottom: 24px;

    img{
        height: 350px;
        object-fit: cover !important;
        object-position: left;
    }
}

.proje_detay_desc:last-child {
    display: none;
}

.project-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.project-info {
    padding: 20px;
    text-align: center;
}

.project-name {
    color: var(--lacivert);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 339px;
    overflow: hidden;
}

.project-category {
    color: var(--altin);
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.project-detail-link {
    color: var(--lacivert);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid var(--altin);
    padding-bottom: 2px;
    transition: var(--transition);
}

.project-detail-link:hover {
    color: var(--altin);
    border-color: var(--lacivert);
}


.project-slider-container .owl-dots {
    text-align: center;
}

/* Owl dots ve nav için iç içe yazım düzeltildi */
.project-slider-container .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(10, 42, 71, 0.4);
    display: block;
    transition: var(--transition);
    border-radius: 50%;
}

.project-slider-container .owl-dots .owl-dot.active span {
    background: var(--altin);
}

.project-slider-container .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.project-slider-container .owl-nav button.owl-prev,
.project-slider-container .owl-nav button.owl-next {
    position: absolute;
    background: var(--lacivert) !important;
    color: var(--beyaz) !important;
    font-size: 30px !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    transition: var(--transition);
    line-height: 0 !important;
}

.project-slider-container .owl-nav button.owl-prev:hover,
.project-slider-container .owl-nav button.owl-next:hover {
    background: var(--altin) !important;
    color: var(--lacivert) !important;
}

.project-slider-container .owl-nav button.owl-prev {
    left: -50px;
}

.project-slider-container .owl-nav button.owl-next {
    right: -50px;
}

.project_all_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;

    .all_stick {
        width: 2px;
        height: 70px;
        background: var(--altin-gorsel);
    }

    .alt_title {
        background-color: var(--altin-gorsel);
        color: var(--lacivert-koyu);
        font-weight: 700;
        font-size: 18px;
        padding: 10px 25px;
        border: none;
        border-radius: var(--radius);
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s
        ease;
        box-shadow: 0 4px 15px rgba(255, 195, 0, 0.4);
        letter-spacing: 0.5px;
        text-transform: uppercase;
        width: fit-content;
        line-height: 1;

    &:hover{
        background-color: var(--lacivert-koyu);
        color: var(--altin-gorsel);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 20px;
        transform: translateY(-2px);
    }
    }
}

/* --- TEKNİK UZMANLIKLAR Anasayfa --- */
.teknik_uzmanliklar_alani_genel {
    background-color: var(--lacivert);
    color: var(--lacivert);
    padding: var(--section-padding) !important;
}

.teknik_uzmanliklar_alani_genel .hakkimizda_title {
    font-size: 44px;
    font-weight: 700;
    color: var(--beyaz);
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.teknik_uzmanliklar_alani_genel .hakkimizda_title h2 {
    margin-bottom: 0;
}

.teknik_uzmanliklar_alani_genel .hakkimizda_title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--beyaz);
}

.teknik_uzmanliklar_tab {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 30px 0 0 0;
    justify-content: center;
}

.teknik_uzmanliklar_item {
    background-color: var(--altin-gorsel);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: var(--transition);
    color: var(--lacivert);
    border: 2px solid var(--altin-gorsel);
}

.teknik_uzmanliklar_item:hover {
    background-color: #E0B027;
    color: #ffffff !important;
    transition: var(--transition);
}

/* --- İletişim (Anasayfa) --- */

.contact-section {
    padding: var(--section-padding);
    background-color: var(--acik-gri);
}

.section-title {
    text-align: center;
    color: var(--lacivert);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.title-underline {
    width: 80px;
    height: 4px;
    background-color: var(--lacivert);
    margin: 0 auto 30px auto;
}

.contact-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
    background-color: var(--beyaz);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.info-title {
    color: var(--lacivert);
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--acik-gri);
    padding-bottom: 15px;
    line-height: 1;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon {
    font-size: 24px;
    color: var(--altin-gorsel);
    margin-right: 15px;
}

.genel_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.label {
    color: var(--koyu-gri-metin);
    font-size: 14px;
    margin: 0 !important;
}

.value {
    color: var(--lacivert);
    font-weight: 500;
    margin-bottom: 0 !important;
}

.gold-link {
    color: var(--lacivert);
    text-decoration: none;
    transition: color 0.3s ease;
}

.gold-link:hover {
    color: var(--altin-gorsel);
}

.social-links {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid var(--acik-gri);
    display: flex;
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    line-height: 1;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--altin-gorsel);
    color: var(--lacivert);
    border-radius: 50%;
    font-weight: bold;
    text-decoration: none;
}

.contact-form {
    flex: 2;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--acik-gri);
    border-radius: 4px;
    font-size: 16px;
    color: var(--koyu-gri-metin);
    box-sizing: border-box;
}

.cta-button {
    background-color: var(--altin-gorsel);
    color: var(--lacivert);
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* --- İç Sayfalar Banner --- */

.page-header-banner {
    background-color: var(--lacivert);
    color: var(--beyaz);
    padding: 60px 0;
    text-align: center;
}

.page-header-banner h1 {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: var(--beyaz);
}

.page-header-banner .tagline {
    font-size: 20px;
    color: var(--altin-gorsel);
}

.captcha_genel {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;

    input{
        max-width: 630px;
    }

    #refreshCaptcha {
        height: 34px;
        border: unset;
        font-size: 26px;
        color: var(--altin-gorsel);
    }
}

/* --- Projelerimiz Detay Sayfa --- */

.video_alani_genel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.video_alani {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .video_play_button {
        position: absolute;
        width: 60px;
        height: 60px !important;
        background: var(--lacivert);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;

        i {
            font-size: 20px;
            line-height: 1;
        }
    }
}


.proje_bilgi_genel {
    display: flex;
    flex-direction: column;
}

.proje_bilgi_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--acik-gri);
    background-color: var(--beyaz);
    padding: 10px 15px;
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border-top: 5px solid var(--altin-gorsel);
}

.proje_bilgi_item:last-child {
    margin-bottom: 0;
}

.proje_title {
    font-size: 15px;
    font-weight: 500;
    color: var(--koyu-gri-metin);
    flex-basis: 50%;
}

.proje_desc {
    font-size: 16px;
    font-weight: 700;
    color: var(--lacivert);
    text-align: right;
    flex-basis: 50%;
}

.proje_ana_baslik {
    font-size: 22px;
    color: var(--lacivert);
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--lacivert-koyu);
}

.proje_detay_title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: var(--altin-gorsel);
    margin-bottom: 8px;
}

.proje_detay_desc {
    font-size: 16px;
    color: var(--koyu-gri-metin);
    line-height: 1.6;
    margin-bottom: 20px;
}

.project_image_content {
    max-height: 750px !important;
    object-fit: cover;
}

.proje_detay_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(10, 42, 71, 0.4);
    display: block;
    transition: var(--transition);
    border-radius: 50%;
}

.proje_detay_slider .owl-dots .owl-dot.active span {
    background: var(--altin);
}

.proje_detay_slider .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.proje_detay_slider .owl-nav button.owl-prev,
.proje_detay_slider .owl-nav button.owl-next {
    position: absolute;
    background: var(--lacivert) !important;
    color: var(--beyaz) !important;
    font-size: 30px !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    transition: var(--transition);
    line-height: 0 !important;
}

.proje_detay_slider .owl-nav button.owl-prev:hover,
.proje_detay_slider .owl-nav button.owl-next:hover {
    background: var(--altin) !important;
    color: var(--lacivert) !important;
}

.proje_detay_slider .owl-nav button.owl-prev {
    left: -50px;
}

.proje_detay_slider .owl-nav button.owl-next {
    right: -50px;
}
.key-quote-highlight {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 5px solid var(--lacivert);
    background-color: var(--beyaz);
    font-size: 14px;
    line-height: 1.3;
    color: var(--lacivert-koyu);
    border-radius: var(--radius);
}

/* === LOADING EKRANI (PRELOADER) STİLİ === */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lacivert-koyu);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-out, visibility 0.8s;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    font-size: 48px;
    font-weight: 800;
    color: var(--altin-gorsel);
    margin-bottom: 20px;
    animation: fadein 1.5s infinite alternate;
}

.loader-spinner {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 5px solid var(--altin-gorsel);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadein {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}

.mobil{
    display: none;
}

.masaustu{
    display: block;
}

.contact_ic{
    height: 100vh;
}

/* === Hakkımızda İç Sayfa === */
/* --- I. SAYFA BAŞLIĞI STİLİ (image_7eb4e1.png tarzı) --- */
.hakkimizda-hero {
    background-color: var(--lacivert); /* Koyu Lacivert Arkaplan */
}
.hakkimizda-hero h1 {
    font-size: 50px;
    font-weight: 800;
}
.hakkimizda-hero .tagline {
    font-size: 22px;
}

/* --- II. GİRİŞ VE VURGU BÖLÜMÜ STİLİ --- */
.hakkimizda-giris {
    background-color: var(--beyaz);
}

.hakkimizda-giris h2 {
    font-size: 36px;
    color: var(--altin-gorsel);
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
}

.giris-grid {
    display: grid;
    grid-template-columns: 3fr 2fr; /* Metin ve Görsel için oran */
    gap: 50px;
    align-items: flex-start;
}

.giris-metin p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--koyu-gri-metin);
}

.giris-gorsel {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.giris-gorsel img {
    width: 100%;
    height: auto;
    display: block;
}

.gorsel-etiket {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--lacivert);
    color: var(--beyaz);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

/* Vurgulu Butonlar */
.vurgu-linkler {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.vurgu-butonu {
    background-color: transparent;
    border: 2px solid var(--altin-gorsel);
    color: var(--lacivert-koyu);
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--radius);
    transition: all 0.3s;
}

.vurgu-butonu:hover {
    background-color: var(--altin-gorsel);
    color: white;
    transition: all 0.3s;
}

.vurgu-butonu i {
    margin-right: 8px;
    color: var(--altin-gorsel); /* İkon rengini altın yap */
}

/* Kurumsal Quote Stili */
.kurumsal-quote {
    background-color: var(--acik-gri);
    border-left: 5px solid var(--altin-gorsel);
    padding: 20px 30px;
    font-size: 17px;
    font-style: italic;
    color: var(--lacivert-koyu);
    margin-top: 24px;
    margin-bottom: 0 !important;
    border-radius: 0 var(--radius) var(--radius) 0;
}

/* --- III. DEĞERLER BÖLÜMÜ STİLİ --- */
.degerler-bolumu {
    padding: 60px 0;
    background-color: var(--acik-gri);
}

.degerler-bolumu h2 {
    font-size: 32px;
    color: var(--altin-gorsel);
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.degerler-grid {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.deger-karti {
    background-color: var(--beyaz);
    padding: 30px;
    border-radius: var(--radius);
    text-align: center;
    flex: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.deger-karti:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.deger-karti i {
    font-size: 45px;
    color: var(--altin-gorsel);
    margin-bottom: 15px;
}

.deger-karti h3 {
    font-size: 20px;
    color: var(--lacivert-koyu);
    margin-bottom: 10px;
}

.deger-karti p {
    font-size: 15px;
    color: var(--koyu-gri-metin);
}

.vurgu-butonu:hover i {
    color: white;
    transition: all 0.3s;
}

/* Responsive (Mobil Uyum) */
@media (max-width: 992px) {
    .giris-grid {
        grid-template-columns: 1fr;
    }
    .giris-gorsel {
        order: -1; /* Görseli metnin üstüne alır */
    }
    .degerler-grid {
        flex-direction: column;
    }
}

.homeSlider{
    img{
        max-height: 100% !important;
        min-height: 100vh !important;
        height: 100% !important;
    }
}