body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: Arial;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #111;
}

nav a {
    color: #f5c518;
    margin-left: 15px;
    text-decoration: none;
}

.hero {
    text-align: center;
    padding: 120px 20px;
}

.btn {
    background: #f5c518;
    color: #000;
    padding: 12px 25px;
    text-decoration: none;
}

.services {
    padding: 50px;
    text-align: center;
}

.service-box {
    border: 1px solid #f5c518;
    padding: 20px;
    margin: 10px;
}
.logo img {
    height: 40px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
}

.logo img {
    height: 40px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    width: auto !important;
    height: 40px !important;
    max-width: 100%;
    display: block;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
}
img {
    max-width: 100%;
}

.logo img {
    width: auto !important;
    height: 40px !important;
}
.logo img {
    width: 120px !important;
    height: auto !important;
}
img {
    all: unset;
}
.logo img {
    width: 120px !important;
    height: auto !important;
    display: block !important;
}
body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* HERO */
.hero {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at center, #111, #000);
}

.hero h1 {
    font-size: 60px;
    letter-spacing: 2px;
}

.hero p {
    color: #aaa;
    margin-bottom: 20px;
}

/* BUTTON */
.btn {
    background: #d4af37;
    color: #000;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
}

/* ABOUT */
.about-preview {
    padding: 80px 20px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.about-preview h2 {
    color: #d4af37;
}

/* SERVICES GRID */
.services {
    padding: 60px 20px;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.card {
    border: 1px solid #222;
    padding: 30px;
    transition: 0.3s;
}

.card:hover {
    border-color: #d4af37;
    transform: translateY(-5px);
}

/* CTA */
.cta {
    text-align: center;
    padding: 100px 20px;
    background: #0a0a0a;
}

.cta h2 {
    margin-bottom: 20px;
}
.footer {
    background: #0a0a0a;
    padding: 60px 40px 20px;
    color: #fff;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

.footer-box h3 {
    color: #d4af37;
    margin-bottom: 15px;
}

.footer-box a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-box a:hover {
    color: #d4af37;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 20px;
    color: #777;
}
.slider {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s ease;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.caption h1 {
    font-size: 60px;
}

.caption p {
    color: #ddd;
}
@media (max-width: 768px) {

    .header {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        text-align: center;
    }

    nav a {
        display: block;
        margin: 8px 0;
    }

    .hero h1 {
        font-size: 36px;
    }

    .caption h1 {
        font-size: 32px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .logo img {
        width: 100px;
    }
}
@media (max-width: 768px) {

    .caption h1 {
        font-size: 28px;
    }

    .caption p {
        font-size: 14px;
    }
}
/* desktop normal */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #d4af37;
    cursor: pointer;
}

/* mobile */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    nav.active {
        display: flex;
    }

    nav a {
        padding: 10px 0;
        border-bottom: 1px solid #222;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    position: relative;
}
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        margin-left: auto;
        font-size: 28px;
        color: #d4af37;
        cursor: pointer;
    }

    .header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 768px) {

    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    nav.active {
        display: flex;
    }
}
.menu-toggle {
    font-size: 28px;
    color: #d4af37;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}
@media (max-width: 768px) {

    nav {
        display: none;
        flex-direction: column;
    }

    nav.active {
        display: flex;
    }
}

/* PAGE HERO */
.page-hero {
    text-align: center;
    padding: 120px 20px 60px;
}

.page-hero h1 {
    font-size: 50px;
}

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

/* SERVICES GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
}

.service-card {
    border: 1px solid #222;
    padding: 30px;
    transition: 0.3s;
}

.service-card h2 {
    color: #d4af37;
}

.service-card p {
    color: #bbb;
}

/* hover effect */
.service-card:hover {
    border-color: #d4af37;
    transform: translateY(-5px);
}

/* CTA */
.cta-section {
    text-align: center;
    padding: 100px 20px;
    background: #0a0a0a;
}

.cta-section h2 {
    margin-bottom: 20px;
}

/* CONTACT LAYOUT */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: auto;
    padding: 60px 20px;
}

.contact-box {
    border: 1px solid #222;
    padding: 30px;
}

.contact-box h2 {
    color: #d4af37;
    margin-bottom: 20px;
}

.contact-box a {
    color: #ccc;
    text-decoration: none;
}

.contact-box a:hover {
    color: #d4af37;
}

/* MAP */
.map {
    padding: 40px 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

.social-title {
    margin-bottom: 20px;
}

.social-grid {
    display: grid;
    gap: 15px;
}

.social-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border: 1px solid #222;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.social-card:hover {
    border-color: #d4af37;
    transform: translateX(5px);
}

.icon {
    font-size: 26px;
    width: 40px;
    text-align: center;
}

.text h3 {
    margin: 0;
    color: #d4af37;
    font-size: 16px;
}

.text p {
    margin: 0;
    color: #aaa;
    font-size: 13px;
}

/* INFO GRID */
.info-grid {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

/* INFO ITEM */
.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border: 1px solid #222;
    transition: 0.3s;
}

.info-item:hover {
    border-color: #d4af37;
    transform: translateX(5px);
}

.info-item .icon {
    font-size: 20px;
    width: 30px;
}

.info-item h3 {
    margin: 0;
    font-size: 14px;
    color: #d4af37;
}

.info-item p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
}

/* ABOUT LAYOUT */
.about-section {
    padding: 60px 20px;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: auto;
    align-items: center;
}

/* TEXT */
.about-text h2 {
    color: #d4af37;
    margin-bottom: 20px;
}

.about-text p {
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* IMAGE */
.about-image img {
    width: 100%;
    border: 1px solid #222;
}

/* STATS */
.about-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 60px 20px;
    text-align: center;
    background: #0a0a0a;
}

.stat h3 {
    color: #d4af37;
    font-size: 30px;
    margin: 0;
}

.stat p {
    color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {
    .about-container {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: column;
        gap: 20px;
    }
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #111;
    min-width: 220px;
    z-index: 999;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* DROPDOWN WRAPPER */
.dropdown {
    position: relative;
    display: inline-block;
}

/* BUTTON */
.dropbtn {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

/* DROPDOWN MENU */
.dropdown-content {
    display: none;
    position: absolute;
    background: #111;
    min-width: 220px;
    border: 1px solid #222;
    z-index: 999;
}

/* LINKS */
.dropdown-content a {
    display: block;
    padding: 12px 15px;
    color: #ccc;
    text-decoration: none;
}

.dropdown-content a:hover {
    background: #1a1a1a;
    color: #d4af37;
}

/* HOVER OPEN */
.dropdown:hover .dropdown-content {
    display: block;
}

/* HERO zaten var ama garanti düzen */
.page-hero {
    text-align: center;
    padding: 120px 20px 60px;
}

.page-hero h1 {
    font-size: 48px;
    color: #fff;
}

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

/* CONTENT */
.service-content {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}

.service-content h2 {
    color: #d4af37;
    font-size: 28px;
    margin-bottom: 20px;
}

.service-content h3 {
    color: #d4af37;
    margin-top: 40px;
    margin-bottom: 15px;
}

.service-content p {
    color: #bbb;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* LIST */
.service-content ul {
    padding-left: 20px;
    margin-top: 10px;
}

.service-content ul li {
    color: #aaa;
    margin-bottom: 10px;
}

/* BUTTON */
.btn {
    display: inline-block;
    margin-top: 30px;
    background: #d4af37;
    color: #000;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background: #b8922e;
    transform: translateY(-2px);
}

/* HERO UZAY ETKİSİ */
.drone-hero {
    background: url('/assets/images/drone.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* DARK OVERLAY */
.drone-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.drone-hero h1,
.drone-hero p {
    position: relative;
    z-index: 2;
}

.drone-hero h1 {
    font-size: 55px;
    color: #fff;
}

.drone-hero p {
    color: #ccc;
}

/* HERO */
.social-hero {
    background: url('/assets/images/social.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.social-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.social-hero h1,
.social-hero p {
    position: relative;
    z-index: 2;
}

.social-hero h1 {
    font-size: 50px;
    color: #fff;
}

.social-hero p {
    color: #ccc;
}

/* HERO - SİNEMATİK HAVA */
.film-hero {
    background: url('/assets/images/film.jpg') center/cover no-repeat;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.film-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.85)
    );
}

.film-hero h1,
.film-hero p {
    position: relative;
    z-index: 2;
}

.film-hero h1 {
    font-size: 52px;
    color: #fff;
    letter-spacing: 2px;
}

.film-hero p {
    color: #ccc;
}

/* HERO */
.production-hero {
    background: url('/assets/images/production.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.production-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.production-hero h1,
.production-hero p {
    position: relative;
    z-index: 2;
}

.production-hero h1 {
    font-size: 50px;
    color: #fff;
}

.production-hero p {
    color: #ccc;
}

/* HERO */
.mekan-hero {
    background: url('/assets/images/mekan.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.mekan-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.mekan-hero h1,
.mekan-hero p {
    position: relative;
    z-index: 2;
}

.mekan-hero h1 {
    font-size: 50px;
    color: #fff;
}

.mekan-hero p {
    color: #ccc;
}

/* FOOTER DIŞ BLOK */
.footer {
    background: #0a0a0a;
    border-top: 1px solid #222;
    margin-top: 80px;
    padding: 60px 20px 20px;
}

/* İÇ KUTU */
.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: auto;

    /* BU KISIM FOOTER'I "ÇERÇEVE" YAPAR */
    border: 1px solid #222;
    padding: 40px;
    background: #0d0d0d;
}

/* BAŞLIKLAR */
.footer-box h3 {
    color: #d4af37;
    margin-bottom: 15px;
}

/* LINKLER */
.footer-box a {
    color: #aaa;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
}

.footer-box a:hover {
    color: #d4af37;
}

/* ALT KISIM */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    color: #555;
    font-size: 13px;
}

/* MOBİL */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* WRAPPER */
.floating-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

/* ANA BUTON */
.floating-main {
    width: 60px;
    height: 60px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

/* MENÜ */
.floating-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 70px;
    right: 0;

}

/* ITEM */
.float-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}

/* WHATSAPP */
.float-item.wa {
    background: #25D366;
}

/* YOUTUBE */
.float-item.yt {
    background: #FF0000;
}

.float-item img {
    width: 24px;
    height: 24px;
}

.float-item:hover {
    transform: scale(1.1);
}

/* WRAPPER */
.floating-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

/* ANA BUTON */
.floating-main {
    width: 60px;
    height: 60px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
}

/* MENÜ */
.floating-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 70px;
    right: 0;
}

/* AÇIK DURUM */
.floating-wrapper.active .floating-menu {
    display: flex;
}

/* ITEM */
.float-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-item.wa { background: #25D366; }
.float-item.yt { background: #FF0000; }

.float-item img {
    width: 24px;
    height: 24px;
}
/* SLIDER CONTAINER */
.slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
/* SLIDER IMAGE */
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* MOBILE */
@media (max-width: 768px) {
    .slider {
        height: 250px;
    }
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* FOOTER ANA BLOK */
.footer {
    background: #0a0a0a;
    color: #aaa;
    padding: 60px 20px 20px;
    margin-top: 80px;
    display: block;
}

/* GRID SİSTEM (ASIL ÇÖZÜM) */
.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    padding: 40px;
    background: #0d0d0d;
    border: 1px solid #222;
}

/* BOX'LAR */
.footer-box {
    display: flex;
    flex-direction: column;
}

/* BAŞLIKLAR */
.footer-box h3 {
    color: #d4af37;
    margin-bottom: 15px;
}

/* LINKLER */
.footer-box a {
    color: #aaa;
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-box a:hover {
    color: #d4af37;
}

/* ALT KISIM */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #555;
}

/* MOBİL */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}