/* ------------------------------------------------------------------
   1) DEĞİŞKENLER (CSS VARIABLES) & GENEL RESET
   ------------------------------------------------------------------ */
   :root {
    --primary-color: #1A1A1A;
    --secondary-color: #FF1493;
    --accent-color: #FF69B4;
    --text-color: #FFFFFF;
    --light-text: #CCCCCC;
    --background-color: #1A1A1A;
    --section-bg: #1A1A1A;
    --shadow: 0 10px 30px rgba(255,20,147,0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Tarayıcıda taşma sorununu engellemek için */
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

/* Temel Body Stili */
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Başlık fontları */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.2;
}

/* Yazı boyutları (hero, section vb. için) */
h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

/* Konteyner yardımı */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section başlıkları için temel */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}
.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.section-line {
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    margin: 0 auto;
    position: relative;
}
.section-line::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3px;
    width: 10px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
}

/* --------------------------------------------------------------
   2) NAVBAR
   -------------------------------------------------------------- */
.navbar {
    position: fixed;
    width: 100%;
    padding: 1rem;
    background: #191b1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.logo {
    padding: 1rem 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    text-align: center;
}

/* Logo görüntüsü */
.logo-text img {
    width: 180px;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

/* Yazı ile logo kombinasyonu örneği */
.logo-primary {
    display: block;
    font-size: 2rem;
    color: var(--text-color);
    letter-spacing: 2px;
}
.logo-secondary {
    display: block;
    font-size: 1.2rem;
    color: var(--secondary-color);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Navbar linkleri */
.nav-links {
    display: flex;
    gap: 2rem;
    padding: 0.5rem 0;
    list-style: none;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0;
    position: relative;
    font-weight: 300;
    transition: all 0.3s ease;
}

.nav-links a::before,
.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}
.nav-links a::before {
    bottom: 0;
    left: 0;
}
.nav-links a::after {
    top: 0;
    right: 0;
}

/* Hover animasyonu */
.nav-links a:hover {
    color: var(--secondary-color);
    transform: translateY(-1px);
}
.nav-links a:hover::before,
.nav-links a:hover::after {
    width: 100%;
}

/* Aktif link */
.nav-links a.active {
    font-weight: 400;
}
.nav-links a.active::before,
.nav-links a.active::after {
    width: 100%;
}

/* --------------------------------------------------------------
   3) HAMBURGER MENÜ (Mobil)
   -------------------------------------------------------------- */
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1000;
}
.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Mobilde navbar açılıp kapanması */
@media (max-width: 768px) {
    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(24, 26, 25, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 2rem;
        z-index: 999;
    }
    .nav-links.active {
        display: flex;
    }
    /* Hamburger menü animasyonu */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* --------------------------------------------------------------
   4) HERO
   -------------------------------------------------------------- */
.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Tam ekran yüksekliği */
    min-height: 100vh;
    padding-top: 100px; /* Navbar'ın kaplaması için boşluk */
    background: linear-gradient(rgba(24, 26, 25, 0.8), rgba(24, 26, 25, 0.8)),
                url('../images/banner.webp') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero içeriği */
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    padding-top: 0;
}

/* Hero başlıkları (override) */
.hero-content h1 {
    font-size: 1.6rem;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    line-height: 1.2;
    font-weight: 300;
    white-space: nowrap;
}
.hero-content h2 {
    font-size: 1.3rem;
    color: #FF1493;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 300;
    white-space: nowrap;
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: var(--light-text);
}

/* Hero etiket/badge stili */
.hero-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 500px;
}
.badge {
    background: rgba(0, 0, 0, 0.7);
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
    backdrop-filter: blur(5px);
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
.badge:hover {
    transform: translateY(-2px);
}
.badge i {
    color: var(--secondary-color);
    font-size: 1.1rem;
}

/* Call-to-Action butonu */
.cta-button {
    background: var(--secondary-color);
    color: #FFFFFF;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
}
.cta-button:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.2);
}

/* --------------------------------------------------------------
   5) ABOUT SECTION
   -------------------------------------------------------------- */
.about {
    padding: 4rem 0;
    background: var(--section-bg);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.about-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Eğer çerçeve efekti isterseniz (örnek) */
.about-image::after {
    content: '';
    position: absolute; /* Bu şekilde kullanacaksanız, .about-image’e “position: relative;” gerekebilir */
    top: 20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--secondary-color);
    border-radius: 20px;
    z-index: -1;
}

/* About metni */
.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.about-text p {
    color: var(--light-text);
    line-height: 1.6;
}

/* Logo container (örnek) */
.about-logo-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 20px auto;
    background: #181a19;
    border-radius: 15px;
    max-width: 400px;
}
.about-logo-container img {
    width: 200px;
    height: auto;
    z-index: 1;
}
.about-logo-container::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 0.7;
}

/* --------------------------------------------------------------
   6) CLASSES SECTION
   -------------------------------------------------------------- */
.classes {
    padding: 4rem 0;
    background: var(--section-bg);
}

.classes .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.class-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 1rem;
    margin: 0 auto;
    max-width: 90%;
}

.class-card {
    position: relative;
    background: #181a19;
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.class-card::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 0.7;
    z-index: 0;
}
.class-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.class-icon {
    margin-bottom: 1rem;
}
.class-icon i {
    font-size: 2rem;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}
.class-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #FFFFFF;
    font-weight: 400;
}
.class-card p {
    color: var(--light-text);
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 300;
}

/* Hover efekti */
.class-card:hover {
    transform: translateY(-5px);
}
.class-card:hover .class-icon i {
    transform: scale(1.1);
}

/* --------------------------------------------------------------
   7) SCHEDULE SECTION
   -------------------------------------------------------------- */
.schedule-section {
    padding: 4rem 0;
    background: var(--section-bg);
}
.schedule-section .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.schedule-container {
    position: relative;
    padding: 20px;
    margin: 20px 0;
    background: #181a19;
    border-radius: 15px;
    overflow: hidden; /* Neon efektinin taşmasını engeller */
}
.schedule-container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 0.7;
    z-index: 0;
}

/* Tablo */
.modern-table {
    position: relative;
    z-index: 1;
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    color: #FFFFFF;
}
.modern-table th {
    background: rgba(255, 20, 147, 0.1);
    color: var(--secondary-color);
    padding: 15px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid rgba(255, 20, 147, 0.2);
}
.modern-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 300;
}
.modern-table tr:hover td {
    background: rgba(255, 20, 147, 0.05);
}

/* --------------------------------------------------------------
   8) LOCATION SECTION
   -------------------------------------------------------------- */
.location-section {
    padding: 4rem 0;
    background: var(--section-bg);
}

.location-container {
    position: relative;
    padding: 20px;
    margin: 20px 0;
    background: #181a19;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.location-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 0.7;
    z-index: 0;
}

.map-container, 
.location-info {
    position: relative;
    z-index: 1;
}
.map-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.location-info {
    padding: 20px;
}
.owner-info h3 {
    color: var(--secondary-color);
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.info-item i {
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-top: 4px;
}
.info-item span {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.6;
}
.directions-btn {
    display: inline-block;
    background: var(--secondary-color);
    color: #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 2rem;
    transition: all 0.3s ease;
}
.directions-btn:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
}

.owner-info {
    margin-bottom: 2rem;
}
.owner-info h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}
.owner-info p {
    margin-bottom: 1.2rem;
    color: var(--light-text);
    line-height: 1.6;
}
.owner-info .address {
    margin-bottom: 2rem;
}
.owner-info .phone {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.owner-info .hours {
    font-size: 1rem;
}
.owner-info i {
    color: var(--secondary-color);
    width: 20px;
    margin-right: 10px;
}

/* --------------------------------------------------------------
   9) CONTACT SECTION
   -------------------------------------------------------------- */
.contact {
    padding: 4rem 0;
    background: var(--section-bg);
}
.contact .section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.contact .section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form {
    position: relative;
    background: #181a19;
    padding: 3rem;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.contact-form::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 0.7;
    z-index: 0;
}
.form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 20, 147, 0.3);
    border-radius: 8px;
    color: var(--text-color);
    font-size: 1rem;
    transition: all 0.3s ease;
}
.form-group textarea {
    min-height: 150px;
    resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.05);
}
.submit-btn {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1.2rem;
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.submit-btn:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
}

/* --------------------------------------------------------------
   10) INSTAGRAM FEED
   -------------------------------------------------------------- */
.instagram-feed {
    padding: 4rem 0;
    background: var(--section-bg);
}
.instagram-widget-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
/* Elfsight widget grid ayarları */
.eapps-instagram-feed-posts-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 1rem !important;
}
/* Mobil görünüm */
@media (max-width: 768px) {
    .eapps-instagram-feed-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(4, 1fr) !important;
        gap: 0.5rem !important;
    }
}
/* Elfsight ücretsiz etiketlerini gizle */
.eapps-instagram-feed-title,
.eapps-instagram-feed-posts-grid-load-more,
[data-elfsight-app-lazy] .eapps-link,
.eapps-link,
.eapps-instagram-feed-header,
.eapps-widget-toolbar,
.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-wrapper,
[class*="eapps-widget-toolbar"] {
    display: none !important;
}

/* --------------------------------------------------------------
   11) İLETİŞİM BİLGİSİ (IKONLAR vb.)
   -------------------------------------------------------------- */
.iletisim-bilgileri i,
.iletisim-bilgileri svg {
    color: var(--secondary-color);
    margin-right: 10px;
    background: none;
}
.contact-icon,
.location-icon,
.phone-icon,
.time-icon {
    color: var(--secondary-color) !important;
    background: none !important;
}
.iletisim-bilgileri [class*="icon"],
.iletisim-bilgileri [class*="fa-"] {
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Yeni contact-info stilleri */
.contact-info {
    padding: 2rem;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.contact-icon {
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-right: 1rem;
    background: none;
    padding: 0;
}
.contact-item span {
    color: var(--light-text);
    font-size: 1.1rem;
}

/* --------------------------------------------------------------
   12) FOOTER
   -------------------------------------------------------------- */
footer {
    background-color: #141414;
    border-top: 1px solid rgba(255, 20, 147, 0.2);
    padding: 1.5rem 0;
    margin-top: auto;
}
.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.footer-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}
.social-links {
    display: flex;
    gap: 1.5rem;
}
.social-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.social-links a:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* --------------------------------------------------------------
   13) SCROLL TO TOP BUTTON
   -------------------------------------------------------------- */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--secondary-color);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(255, 20, 147, 0.2);
}
.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}
.scroll-top:hover {
    background: var(--accent-color);
    transform: translateY(-3px);
}

/* --------------------------------------------------------------
   14) ANİMASYONLAR (Neon Efekti)
   -------------------------------------------------------------- */
@keyframes neon {
    from {
        box-shadow: 0 0 10px var(--secondary-color),
                    0 0 20px var(--secondary-color),
                    0 0 30px var(--secondary-color);
    }
    to {
        box-shadow: 0 0 20px var(--secondary-color),
                    0 0 30px var(--secondary-color),
                    0 0 40px var(--secondary-color);
    }
}

/* --------------------------------------------------------------
   15) RESPONSIVE DÜZENLEMELER
   -------------------------------------------------------------- */
/* Tablet & Mobil için ortak düzenlemeler */
@media (max-width: 768px) {
    /* Navbar */
    .navbar {
        padding: 1rem 2rem;
    }
    .nav-links {
        gap: 0.8rem;
    }
    .nav-links a {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    .logo {
        width: 140px;
    }
    .logo-text img {
        max-height: 100px;
    }

    /* Hero */
    .hero {
        min-height: 600px;
        padding-top: 80px; /* Mobilde de yeterli boşluk bırakıldı */
        height: auto;
    }
    .hero-content {
        width: 95%;
        padding: 0 15px;
    }
    .hero-content h1 {
        font-size: 1.6rem;
        margin-bottom: 0.3rem;
    }
    .hero-content h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .badge {
        font-size: 0.8rem;
        padding: 0.8rem 1.5rem;
    }

    /* About */
    .about-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .about-logo-container {
        padding: 15px;
        margin: 0;
    }
    .about-logo-container img {
        width: 150px;
    }

    /* Classes */
    .class-types {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 0.5rem;
    }
    .class-card {
        padding: 1rem;
        margin: 0;
    }
    .class-card::before {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
    }
    .class-icon i {
        font-size: 1.5rem;
    }
    .class-card h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .class-card p {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 0;
    }

    /* Schedule */
    .schedule-container {
        padding: 10px;
        margin: 10px 0;
        width: 100%;
        overflow-x: auto; /* Yatay kaydırma */
    }
    .schedule-container::before {
        display: none; /* Mobilde neon efektini kaldır */
    }
    .modern-table {
        min-width: 600px; /* Minimum tablo genişliği */
        font-size: 0.9rem;
    }
    .modern-table th,
    .modern-table td {
        padding: 8px;
        white-space: nowrap;
    }

    /* Location */
    .location-container {
        grid-template-columns: 1fr;
        padding: 15px;
    }
    .map-container iframe {
        height: 350px;
    }
    .location-info {
        padding: 15px;
    }
    .owner-info h3 {
        font-size: 1.3rem;
    }
    .info-item {
        gap: 0.8rem;
        margin-bottom: 1rem;
    }
    .info-item i {
        font-size: 1rem;
    }

    /* Contact */
    .contact-form {
        padding: 2rem;
    }
    .form-group input,
    .form-group textarea {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }
    .submit-btn {
        padding: 1rem;
        font-size: 1rem;
    }
    .contact .section-header {
        margin-bottom: 3rem;
    }
    .contact .section-header h2 {
        font-size: 2rem;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1rem;
    }
    footer {
        padding: 1.5rem 0;
    }
    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

/* Tablet (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .class-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .class-card {
        padding: 1.8rem;
    }
    .class-card h3 {
        font-size: 1.3rem;
    }
    .class-card p {
        font-size: 0.95rem;
    }
    .about-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
    }
}

/* 480px altı için hero iyice küçültme */
@media screen and (max-width: 480px) {
    .hero {
        min-height: 500px;
        padding-top: 60px;
    }
    .hero-content h1 {
        font-size: 2.4rem;
    }
    .hero-content h2 {
        font-size: 1.8rem;
    }
    .badge {
        padding: 0.8rem 1.5rem;
    }
}

/* Hero section düzenlemesi */
.hero {
    padding-top: 100px; /* Navbar altından daha fazla uzaklaştırıldı */
    min-height: 100vh;
}

/* Mobil düzenlemeler */
@media screen and (max-width: 768px) {
    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0.5rem;
    }

    .hero {
        padding-top: 80px; /* Mobilde daha az üst boşluk */
    }

    .hero-content {
        padding: 0 15px;
        margin-top: 20px; /* Extra üst boşluk */
    }

    /* Logo boyutu düzenlemesi */
    .logo-text img {
        width: 120px;
        height: auto;
    }
}

/* Mobil görünüm için medya sorgusu güncellendi */
@media (max-width: 768px) {
    .class-types {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 0.5rem;
    }
}

/* ��ok küçük ekranlar için */
@media (max-width: 480px) {
    .class-types {
        grid-template-columns: 1fr;
    }
    
    .class-card {
        height: auto;
        min-height: 200px;
    }
}

.whatsapp-contact {
    text-align: center;
    padding: 2rem;
}

.whatsapp-contact p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
}

.whatsapp-btn:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.2);
}

.whatsapp-btn i {
    font-size: 1.5rem;
}

/* Footer logo stili */
.artfighters-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 20, 147, 0.2);
    padding-top: 1rem;
    width: 100%;
}

.artfighters-link img {
    opacity: 0.7;
    transition: all 0.3s ease;
    height: 30px;
}

.artfighters-link img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Mobil görünüm için düzenleme */
@media (max-width: 768px) {
    .artfighters-link {
        margin-top: 0.8rem;
        padding-top: 0.8rem;
    }
    
    .artfighters-link img {
        height: 25px;
    }
}

/* Footer içeriği düzeni */
.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Haklar yazısı ve sosyal medya ikonları için container */
.footer-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Footer logo stili */
.artfighters-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 20, 147, 0.2);
    padding-top: 1rem;
    width: 100%;
}

/* Mobil görünüm için düzenleme */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .artfighters-link {
        margin-top: 0.8rem;
        padding-top: 0.8rem;
    }
}
