/* =========================
   GENEL
========================= */
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #ffffff;
    color: #222;
}

a {
    text-decoration: none;
    color: #222;
}

h1, h2, h3 {
    margin: 0 0 15px;
}

/* =========================
   HEADER
========================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: rgba(255,255,255,0.98);
    display: grid;
    grid-template-columns: auto 1fr; /* logo | menu */
    align-items: center;
    padding: 0 30px;
    z-index: 999;
    transition: .35s ease;
    border-bottom: 1px solid rgba(255, 0, 0, .45);
}

.header.scrolled {
    height: 60px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 35px rgba(255, 0, 0, .65);
}

.logo img {
    max-height: 60px;
    transition: .35s ease;
}

.header.scrolled .logo img {
    max-height: 42px;
}

/* =========================
   NAV / MENU
========================= */
nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
    margin: 0;
    padding: 0;
}

/* MENU ITEM */
.main-menu li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 18px;
    white-space: nowrap;
}

/* YAMUK CAM ARKA PLAN */
.main-menu li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 0, 0, 0.54); /* ðŸ”´ KIRMIZI GÃœÃ‡LENDÄ°RÄ°LDÄ° */
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    opacity: 0;
    transition: .35s ease;
    z-index: -1;
}

/* LINK */
.main-menu li a {
    position: relative;
    z-index: 2;
    font-weight: 500;
    letter-spacing: .3px;
    transition: .3s;
}

/* HOVER */
.main-menu li:hover::before {
    opacity: 1;
    box-shadow:
        inset 0 -2px 0 rgba(255, 0, 0, 1),
        0 0 18px rgba(255, 0, 0, .55);
}

.main-menu li:hover a {
    color: #ff5c5c;
}

/* AKTIF */
.main-menu li.active::before {
    opacity: 1;
    background: rgba(255, 0, 0, 0.32);
    box-shadow:
        inset 0 -2px 0 rgba(255, 0, 0, 1),
        0 0 26px rgba(255, 0, 0, .75);
}

.main-menu li.active a {
    color: #ff5c5c;
}

/* TEKLIF AL */
.main-menu li.offer::before {
    opacity: 1;
    background: rgba(196, 0, 0, 0.95);
}

.main-menu li.offer:hover::before {
    box-shadow: 0 0 35px rgba(255, 0, 0, 1);
}

/* =========================
   HERO
========================= */
.hero {
    height: 100vh;
    background:
        linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .88)),
        url('assets/img/hero.jpg') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 85px;
}

.hero h1 {
    font-size: 52px;
    font-weight: 700;
}

.hero span {
    color: #ff0000;
}

.hero .cta {
    margin-top: 30px;
    display: inline-block;
    background: #c40000;
    padding: 16px 42px;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    box-shadow: 0 0 25px rgba(255, 0, 0, .65);
}

/* =========================
   SECTIONS
========================= */
.section {
    padding: 90px 60px;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.box {
    background: #111;
    padding: 35px;
    border: 1px solid rgba(255, 0, 0, .35);
    box-shadow: 0 0 20px rgba(255, 0, 0, .15);
}

.box h3 {
    color: #ff3b3b;
}

/* =========================
   FOOTER
========================= */
.footer {
    background: #000;
    padding: 50px;
    text-align: center;
    color: #aaa;
}

.footer a {
    color: #ff3b3b;
}

.home-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: -120px auto 0; /* hero üstüne doğru çıkar */
    text-align: center;
    z-index: 10;
    position: relative;
}

.service-box img {
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
    filter:none;
}

.service-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}


.home-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: -120px auto 0; /* hero üstüne doğru çıkar */
    text-align: center;
    z-index: 10;
    position: relative;
}

.service-box img {
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
    filter:none;
}

.service-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}



.header {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 30px;
}

nav {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.main-menu li {
    padding: 10px 18px;
    font-size: 14px;
}



.brand-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 120px auto;
}

/* ORTAK KUTU */
.brand-box {
    position: relative;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.brand-box .media img,
.brand-box .media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

/* ORTAK HOVER */
.brand-box:hover .media img,
.brand-box:hover .media video {
    transform: scale(1.08);
}




.akubela-text{
    font-size:38px;
}

/* hover olunca YANAR */
.brand-box.akubela:hover .akubela-text{
    color:#ffb347;
    text-shadow:
        0 0 5px rgba(255,150,50,.8),
        0 0 12px rgba(255,140,0,.8),
        0 0 28px rgba(255,120,0,.7),
        0 0 60px rgba(255,90,0,.5);
}

/* alt slogan */
.brand-box.akubela:hover .akubela-text span{
    color:#ffae60;
    text-shadow:
        0 0 6px rgba(255,140,0,.8),
        0 0 18px rgba(255,120,0,.6);
}

/* AKUBELA – TURUNCU NEON */
.brand-box.akubela {
    border: 2px solid rgba(255, 140, 0, 0.6);
    box-shadow:
        0 0 25px rgba(255,140,0,.6),
        inset 0 0 20px rgba(255,140,0,.3);
}

.brand-box.akubela::before {
    content: "";
    position: absolute;
    inset: -2px;
    border: 2px solid rgba(255,140,0,.9);
    filter: blur(6px);
    animation: neon-orange 3s linear infinite;
}

@keyframes neon-orange {
    0% { opacity: .4 }
    50% { opacity: .9 }
    100% { opacity: .4 }
}




.akuvox-text{
    font-size:36px;
}

.brand-box.akuvox:hover .akuvox-text{
    color:#f5f5f5;
    text-shadow:
        0 0 4px rgba(255,255,255,.8),
        0 0 10px rgba(220,220,220,.8),
        0 0 24px rgba(200,200,200,.6),
        0 0 50px rgba(180,180,180,.4);
}

.brand-box.akuvox:hover .akuvox-text span{
    color:#ddd;
    text-shadow:
        0 0 6px rgba(220,220,220,.7),
        0 0 18px rgba(200,200,200,.5);
}

/* AKUVOX – GÜMÜŞ / GRİ NEON */

.brand-box.akuvox {
    border: 2px solid rgba(200, 200, 200, 0.6);
    box-shadow:
        0 0 25px rgba(200,200,200,.6),
        inset 0 0 20px rgba(200,200,200,.25);
}

.brand-box.akuvox::before {
    content: "";
    position: absolute;
    inset: -2px;
    border: 2px solid rgba(220,220,220,.9);
    filter: blur(6px);
    animation: neon-silver 3s linear infinite;
}

@keyframes neon-silver {
    0% { opacity: .3 }
    50% { opacity: .8 }
    100% { opacity: .3 }
}

/* MARKA ADI */
.brand-title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #222;
    text-shadow: 0 0 15px rgba(255,255,255,.6);
    z-index: 3;
}

.brand-text{
    margin-top:25px;
    text-align:center;
    font-weight:600;
    letter-spacing:3px;
    position:relative;
    color:#555; /* ışık kapalı */
    transition:.6s;
}

.brand-text span{
    display:block;
    font-size:13px;
    letter-spacing:2px;
    margin-top:8px;
    color:#444;
}

.brand-text{
    text-align:center;
    margin-top:25px;
    font-size:38px;
    font-weight:600;
    letter-spacing:3px;
    color:#444;
    transition: all .6s ease;
}

.brand-text span{
    display:block;
    font-size:13px;
    margin-top:8px;
    letter-spacing:2px;
    color:#333;
    transition: all .6s ease;
}

/* AKUBELA AKUVOX – TABELA EFEKTİ */
.brand-box.akubela:hover ~ .akubela-text{
    color:#fff4dc;
    text-shadow:
        0 0 4px rgba(255,180,90,.9),
        0 0 10px rgba(255,160,60,.9),
        0 0 25px rgba(255,140,0,.8),
        0 0 60px rgba(255,120,0,.6);
}

.brand-box.akubela:hover ~ .akubela-text span{
    color:#ffddb0;
    text-shadow:
        0 0 6px rgba(255,160,60,.8),
        0 0 20px rgba(255,140,0,.6);
}

.brand-box.akuvox:hover ~ .akuvox-text{
    color:#ffffff;
    text-shadow:
        0 0 4px rgba(255,255,255,.9),
        0 0 10px rgba(220,220,220,.9),
        0 0 25px rgba(200,200,200,.7),
        0 0 60px rgba(180,180,180,.5);
}

.brand-box.akuvox:hover ~ .akuvox-text span{
    color:#e0e0e0;
    text-shadow:
        0 0 6px rgba(220,220,220,.7),
        0 0 18px rgba(200,200,200,.5);
}

/* AKUBELA AKUVOX – TABELA EFEKTİ BİTİŞİ */

/* TABLET TELEFON PC ÇÖZÜNÜRLÜKLERİ */
@media (max-width: 900px){
    .brand-showcase{
        grid-template-columns:1fr;
        gap:40px;
    }

    .brand-text{
        font-size:28px;
    }
}

/* =========================
   İLETİŞİM SAYFASI
========================= */

.contact-hero {
    padding: 160px 30px 80px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.contact-hero h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #ff3b3b;
}

.contact-hero p {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 15px;
}

/* İÇERİK */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
    padding: 0 30px 100px;
}

/* SOL */
.contact-info h2 {
    color: #ff3b3b;
    margin-bottom: 30px;
}

.info-box {
    margin-bottom: 25px;
}

.info-box strong {
    display: block;
    margin-bottom: 6px;
    color: #222;
}

.info-box p,
.info-box a {
    color: #aaa;
    font-size: 14px;
}

.info-box a:hover {
    color: #ff3b3b;
}

/* HARİTA */
.contact-map {
    position: relative;
    height: 360px;
    border: 1px solid rgba(255,0,0,.35);
    box-shadow: 0 0 25px rgba(255,0,0,.25);
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ÜST TIKLANABİLİR KATMAN */
.map-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.35);
    color: #222;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0;
    transition: .4s;
}

.contact-map:hover .map-overlay {
    opacity: 1;
    box-shadow: inset 0 0 40px rgba(255,0,0,.5);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
    .contact-content {
        grid-template-columns: 1fr;
    }

    .contact-map {
        height: 300px;
    }

    .contact-hero h1 {
        font-size: 34px;
    }
}
/* =========================
   İLETİŞİM SAYFASI BİTİŞİ
========================= */

/* =========================
   İLETİŞİM FORM
========================= */

.contact-form {
    margin-top: 50px;
}

.contact-form h2 {
    color: #ff3b3b;
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #0f0f0f;
    border: 1px solid rgba(255,0,0,.35);
    padding: 14px;
    margin-bottom: 15px;
    color: #222;
}

.contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

/* NEON BUTON */
.neon-btn {
    background: transparent;
    border: 2px solid rgba(255,0,0,.6);
    padding: 14px 36px;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

.neon-btn:hover {
    color: #ff3b3b;
    box-shadow:
      0 0 10px rgba(255,0,0,.6),
      0 0 25px rgba(255,0,0,.8);
}

/* =========================
   SOSYAL MEDYA
========================= */

.social-wrapper {
    margin-top: 60px;
    position: relative;
    width: 220px;
}

.social-toggle {
    padding: 14px;
    border: 1px solid rgba(255,0,0,.4);
    cursor: pointer;
    text-align: center;
}

.social-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: .4s;
}

.social-wrapper:hover .social-menu {
    opacity: 1;
    transform: translateY(0);
}

.social-menu a {
    background: #111;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.2);
}

/* =========================
   HIZLI TEKLİF
========================= */

.quick-offer {
    text-align: center;
    padding: 80px 30px;
    background: radial-gradient(circle at center, #1a0000, #000);
}

.quick-offer h2 {
    color: #ff3b3b;
    margin-bottom: 15px;
}

.quick-offer p {
    max-width: 600px;
    margin: auto auto 30px;
    color: #ccc;
}

.neon-btn.large {
    font-size: 16px;
}
/* =========================
   HIZLI TEKLİF BİTİŞ
========================= */

/* =========================
   SABİT SOSYAL MENÜ
========================= */

.fixed-social {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    width: 200px;
}

/* BUTON */
.fixed-social .social-toggle {
    background: rgba(0,0,0,.85);
    border: 1px solid rgba(255,0,0,.45);
    box-shadow: 0 0 20px rgba(255,0,0,.35);
}

/* YUKARI AÇILAN MENÜ */
.fixed-social .social-menu {
    bottom: 100%;
    margin-bottom: 10px;
}

/* MOBİL OPTİMİZASYON */
@media (max-width: 768px) {
    .fixed-social {
        right: 15px;
        bottom: 20px;
        width: 170px;
    }

    .fixed-social .social-toggle {
        font-size: 13px;
        padding: 10px;
    }
}
* =========================
   SABİT SOSYAL MENÜ BİTİŞ
========================= */

/* =========================
   KURUMSAL SAYFA
========================= */

.page-hero {
    height: 50vh;
    background: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.9)),
                url("assets/img/corporate-hero.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-hero h1 {
    font-size: 46px;
    margin-bottom: 10px;
}

.page-hero p {
    color: #ff4d4d;
    letter-spacing: 1px;
}

.section {
    padding: 90px 60px;
}

.section.dark {
    background: #0e0e0e;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.neon-red {
    border: 1px solid rgba(255,0,0,.4);
    box-shadow: 0 0 25px rgba(255,0,0,.25);
}

.value-box {
    background: #111;
    padding: 30px;
    border-left: 3px solid #c40000;
}

.value-box h4 {
    color: #ff3b3b;
}

.why-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
}

.why-list li {
    padding: 12px 0;
    font-size: 16px;
}

.cta-section {
    background: radial-gradient(circle, rgba(255,0,0,.25), #000);
    text-align: center;
    padding: 80px 30px;
}

.neon-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 40px;
    background: #c40000;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    box-shadow: 0 0 30px rgba(255,0,0,.7);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .grid-2, .grid-4 {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 70px 25px;
    }
}
/* =========================
   KURUMSAL SAYFA BİTİŞİ
========================= */
/* ======================
   REFERANSLAR SAYFASI
====================== */

.referans-hero {
    height: 40vh;
    background:
      linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.95)),
      url("assets/img/referans-hero.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.referans-hero h1 {
    font-size: 42px;
    margin-bottom: 8px;
    color: #ff3b3b;
}

.referans-hero p {
    color: #ccc;
    letter-spacing: .7px;
}

.references .container {
    padding-top: 60px;
}

.ref-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    margin-top: 30px;
}

.ref-card {
    background: #111;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255,0,0,.25);
    box-shadow: 0 0 15px rgba(255,0,0,.1);
    transition: .4s;
}

.ref-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255,0,0,.35);
}

.ref-card img {
    max-width: 100px;
    margin-bottom: 18px;
    opacity: .85;
}

.ref-card h4 {
    margin-top: 12px;
    font-size: 18px;
    color: #222;
}

.ref-card p {
    font-size: 14px;
    color: #aaa;
    margin-top: 8px;
}

@media (max-width:768px) {
    .ref-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ======================
   REFERANSLAR SAYFASI BİTİŞ
====================== */

/* ======================
   ÇÖZÜMLERİMİZ
====================== */

.solutions-hero {
    padding: 160px 20px 80px;
    text-align: center;
    background: radial-gradient(circle at center, #111, #000);
}

.solutions-hero h1 {
    font-size: 42px;
    color: #ff3b3b;
}

.solutions-hero p {
    color: #aaa;
    margin-top: 10px;
}

/* KAPSAYICI */
.solution-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

/* TEK BLOK (KUTU + BAŞLIK) */
.solution-item {
    text-align: center;
}

/* KUTU */
.solution-card {
    position: relative;
    background: #0d0d0d;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #222;
}

.solution-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .6s;
}

/* BAŞLIK (KUTU ALTINDA) */
.solution-title {
    margin-top: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    color: #555;
    transition: .5s;
}

/* ORTAK HOVER */
.solution-card:hover img {
    transform: scale(1.08);
}

/* ======================
   RENKLI NEON HOVER
====================== */

/* YEŞİL */
.solution-item:hover .solution-card.green {
    box-shadow: 0 0 40px rgba(0,255,120,.75);
}
.solution-item:hover .green-text {
    color: #8dffb8;
    text-shadow:
        0 0 6px rgba(0,255,120,.8),
        0 0 18px rgba(0,255,120,.9);
}

/* TURUNCU */
.solution-item:hover .solution-card.orange {
    box-shadow: 0 0 40px rgba(255,150,0,.75);
}
.solution-item:hover .orange-text {
    color: #ffb347;
    text-shadow:
        0 0 6px rgba(255,150,0,.8),
        0 0 18px rgba(255,150,0,.9);
}

/* MAVİ */
.solution-item:hover .solution-card.blue {
    box-shadow: 0 0 40px rgba(80,180,255,.75);
}
.solution-item:hover .blue-text {
    color: #9dd6ff;
    text-shadow:
        0 0 6px rgba(80,180,255,.8),
        0 0 18px rgba(80,180,255,.9);
}

/* ======================
   NEON AYRAÇ (GÜMÜŞ / LİLA)
====================== */

.neon-divider {
    width: 60%;
    height: 2px;
    margin: 70px auto;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(220,220,255,.9),
        rgba(255,255,255,1),
        rgba(220,220,255,.9),
        transparent
    );
    box-shadow:
        0 0 12px rgba(220,220,255,.8),
        0 0 28px rgba(200,200,200,.6);
}

/* ======================
   ALT AÇIKLAMA
====================== */

.solution-details {
    max-width: 900px;
    margin: auto;
}

.solution-detail {
    display: none;
    animation: fadeUp .6s ease;
}

.solution-detail.active {
    display: block;
}

.solution-detail h2 {
    color: #222;
    margin-bottom: 15px;
}

.solution-detail p {
    color: #bbb;
    margin-bottom: 20px;
}

.solution-detail ul {
    list-style: none;
    padding: 0;
}

.solution-detail li {
    margin-bottom: 8px;
    color: #aaa;
}

/* ANİMASYON */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ======================
   RESPONSIVE
====================== */

@media (max-width: 900px) {
    .solution-cards {
        grid-template-columns: 1fr;
    }
}

/* ======================
   ÇÖZÜMLERİMİZ BİTİŞ
====================== */


/* ======================
  PROJELER SAYFASI
====================== */

body {
    margin: 0;
    font-family: 'Segoe UI', Arial;
    background: #ffffff;
    color: #222;
}

/* HERO */
.projects-hero {
    padding: 160px 20px 80px;
    text-align: center;
}

.projects-hero h1 {
    font-size: 42px;
    color: #222;
}

.projects-hero p {
    color: #aaa;
}

/* FİLTRE */
.project-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
}

.project-filters button {
    background: none;
    border: 1px solid #444;
    color: #ccc;
    padding: 10px 20px;
    cursor: pointer;
    transition: .3s;
}

.project-filters button.active,
.project-filters button:hover {
    color: #222;
    box-shadow: 0 0 15px rgba(255,255,255,.3);
}

/* GRID */
.projects-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 20px 100px;
}

/* CARD */
.project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #222;
}

.project-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.project-info {
    padding: 20px;
    background: #0f0f0f;
}

.project-info h3 {
    margin: 0;
    font-size: 16px;
}

.project-info span {
    font-size: 13px;
    color: #aaa;
}

/* HOVER */
.project-card:hover img {
    transform: scale(1.08);
}

/* RENKLER */
.project-card.green:hover {
    box-shadow: 0 0 40px rgba(0,255,120,.8);
}

.project-card.orange:hover {
    box-shadow: 0 0 40px rgba(255,150,0,.8);
}

.project-card.blue:hover {
    box-shadow: 0 0 40px rgba(80,180,255,.8);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}
/* ======================
   PROJELER BİTİŞ
====================== */

/* =========================
   LOGO ve MENÜ TAŞMA DÜZELTMESİ
   ========================= */
*, *::before, *::after { box-sizing: border-box; }

.header {
    width: 100%;
    max-width: 100%;
    min-height: 85px;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 10px clamp(14px, 3vw, 34px);
    overflow: hidden;
}

.header.scrolled {
    min-height: 64px;
    height: auto;
}

.site-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    max-width: min(265px, 34vw);
    line-height: 0;
}

.site-logo img,
.logo img {
    display: block;
    width: 100%;
    max-width: 265px;
    max-height: 64px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255,0,0,.32));
}

.header.scrolled .site-logo img,
.header.scrolled .logo img {
    max-height: 46px;
}

.main-menu {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.main-menu ul,
nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.main-menu li {
    height: 42px;
    padding: 0 clamp(9px, 1.15vw, 16px);
    flex: 0 1 auto;
    min-width: 0;
}

.main-menu li a {
    display: block;
    font-size: clamp(12px, .95vw, 15px);
    line-height: 1.15;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .header {
        align-items: flex-start;
        gap: 10px;
        padding: 10px 14px;
        overflow: visible;
    }
    .site-logo { max-width: 185px; }
    .site-logo img { max-height: 48px; }
    .main-menu ul, nav ul {
        justify-content: flex-end;
        gap: 4px;
    }
    .main-menu li {
        height: 34px;
        padding: 0 8px;
    }
    .main-menu li a { font-size: 12px; }
}

@media (max-width: 640px) {
    .header {
        position: fixed;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    .site-logo { max-width: 210px; }
    .main-menu { width: 100%; }
    .main-menu ul, nav ul { justify-content: center; }
    .main-menu li { height: 32px; padding: 0 7px; }
    .main-menu li a { font-size: 11px; }
    .hero { padding-top: 128px; }
}


.site-logo{
background:#fff;
padding:8px 12px;
border-radius:8px;
display:flex;
align-items:center;
}
.site-logo img{max-height:60px;width:auto;}
.main-menu li a{color:#222 !important;}


/* Kurumsal Beyaz Tema Güncellemesi */
html,body,.section,.content,.container{background:#ffffff !important;color:#222 !important;}
.hero{
background:#ffffff !important;
min-height:auto;
}
.hero h1,.hero h2,.hero h3,.hero p,.service-box h3,.brand-title{
color:#222 !important;
text-shadow:none !important;
}
.main-menu li a{
color:#222 !important;
font-weight:600;
}
.logo img{
filter:none !important;
drop-shadow:none !important;
}

/* =========================
   KURUMSAL BEYAZ TEMA - ADALI V3
========================= */
html, body {
    background: #ffffff !important;
    color: #111111 !important;
}
body, p, span, li, label, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a {
    color: #111111;
}
.header,
.header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.06) !important;
    border-bottom: 1px solid rgba(210, 0, 0, .18) !important;
}
.site-logo {
    background: #ffffff !important;
    padding: 4px 8px;
    border-radius: 8px;
}
.site-logo img,
.logo img {
    filter: none !important;
    max-width: 250px;
    max-height: 62px;
}
.main-menu li::before {
    background: rgba(226, 0, 13, .08) !important;
    box-shadow: none !important;
}
.main-menu li a {
    color: #111111 !important;
    font-weight: 700;
}
.main-menu li:hover a,
.main-menu li.active a {
    color: #e0000d !important;
}
.main-menu li:hover::before,
.main-menu li.active::before {
    opacity: 1;
    background: rgba(226, 0, 13, .12) !important;
    box-shadow: inset 0 -2px 0 rgba(226,0,13,.85) !important;
}
.section,
.section.dark,
.references,
.container,
.contact-content,
.solution-details,
.project-info,
.value-box,
.box {
    background: #ffffff !important;
    color: #111111 !important;
}
.page-hero,
.referans-hero,
.solutions-hero,
.cta-section,
.quick-offer,
.hero {
    background: #ffffff !important;
    color: #111111 !important;
}
.page-hero p,
.referans-hero p,
.projects-hero p,
.solutions-hero p,
.quick-offer p,
.contact-hero p,
.solution-detail p,
.solution-detail li,
.info-box p,
.info-box a {
    color: #222222 !important;
}
.page-hero h1,
.referans-hero h1,
.projects-hero h1,
.solutions-hero h1,
.contact-hero h1,
.quick-offer h2,
.references h2 {
    color: #111111 !important;
}
.ref-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.ref-card {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.08) !important;
    border-radius: 16px;
    padding: 16px 16px 22px !important;
    overflow: hidden;
}
.ref-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(226,0,13,.18) !important;
    border-color: rgba(226,0,13,.30) !important;
}
.ref-card img {
    width: 100%;
    max-width: 100% !important;
    height: 240px;
    object-fit: cover;
    display: block;
    margin: 0 0 16px !important;
    opacity: 1 !important;
    border-radius: 12px;
    background: #f7f7f7;
}
.ref-card h4 {
    color: #111111 !important;
    font-size: 18px;
    margin: 10px 0 6px;
}
.ref-card p {
    color: #333333 !important;
    font-size: 14px;
    margin: 0;
}
.neon-btn,
.hero .cta {
    background: #e0000d !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.footer {
    background: #ffffff !important;
    color: #111111 !important;
    border-top: 1px solid rgba(0,0,0,.08);
}
.footer a { color: #e0000d !important; }
.contact-form input,
.contact-form textarea,
.social-menu a,
.solution-card,
.project-card {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: rgba(0,0,0,.12) !important;
}
@media (max-width: 980px) {
    .ref-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .ref-grid { grid-template-columns: 1fr; }
    .ref-card img { height: auto; }
}


/* =========================
   ADALI DÜZELTME V4 - REFERANS / AKILLI EV / SOSYAL MENÜ
========================= */
html, body, main, section, .section, .container, .projects-hero, .references, .contact-content,
.page-hero, .referans-hero, .solutions-hero, .quick-offer, .cta-section {
    background: #ffffff !important;
    color: #111111 !important;
}
body, p, span, li, label, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, strong {
    color: #111111;
    text-shadow: none !important;
}
.site-logo img, .logo img {
    filter: none !important;
    box-shadow: none !important;
}
.main-menu li a { color: #111111 !important; }
.main-menu li:hover a, .main-menu li.active a { color: #e0000d !important; }
.ref-card img, .project-card img { background: #f7f7f7; }
.projects-grid { align-items: stretch; }
.project-card img { height: 260px; object-fit: cover; }
.project-card { background:#ffffff !important; border:1px solid rgba(0,0,0,.12) !important; }
.project-info, .project-info h3, .project-info span { background:#ffffff !important; color:#111111 !important; }

.fixed-social {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    width: 205px;
}
.fixed-social .social-toggle {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(224,0,13,.35) !important;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
    font-weight: 700;
}
.fixed-social:hover .social-toggle {
    background: #e0000d !important;
    color: #ffffff !important;
}
.fixed-social .social-menu {
    bottom: 100%;
    margin-bottom: 10px;
    gap: 8px;
}
.fixed-social .social-menu a {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,.10);
    font-weight: 700;
    transition: .25s ease;
}
.fixed-social .social-menu a.fb:hover { background:#1877f2 !important; color:#ffffff !important; border-color:#1877f2 !important; }
.fixed-social .social-menu a.ln:hover { background:#0a66c2 !important; color:#ffffff !important; border-color:#0a66c2 !important; }
.fixed-social .social-menu a.ig:hover { background:#e4405f !important; color:#ffffff !important; border-color:#e4405f !important; }
.fixed-social .social-menu a.wa:hover { background:#25d366 !important; color:#ffffff !important; border-color:#25d366 !important; }
@media (max-width:768px){
    .fixed-social { right: 15px; bottom: 18px; width: 175px; }
}
