
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body, * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    cursor: url("img/gclef.svg") 14 14, auto;

}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
label,
.video-fullscreen-btn,
.video-sound-btn,
.video-playpause-btn {
    cursor: pointer !important;
}


/* ----------------------------------------------------------- */
/* FONT EKLEME */
/* ----------------------------------------------------------- */
/* Normal Bold */
@font-face {
    font-family: 'Inter18Bold';
    src: url('fonts/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Inter18BoldItalic';
    src: url('fonts/Inter_18pt-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Inter18Regular';
    src: url('fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}




/* ----------------------------------------------------------- */
/* BG*/
/* ----------------------------------------------------------- */

body {
    background: #EFE7DF;
    font-family: 'Inter18Bold', sans-serif;
}



/* ---------------------------------------------------------- */
/*                        TOAST KUTUSU                        */
/* ---------------------------------------------------------- */

#copyToast {
    position: fixed;
    top: 80px; /* Header yüksekliğine göre ayarlanabilir */
    right: 30px;
    background: rgba(0,0,0,0.90);
    color: #fff;
    padding: 20px 26px;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(-10px);
    z-index: 5000;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 8px; /* numara ve açıklama arası boşluk */
}

/* Toast görününce */
#copyToast.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Mouse üzerine gelince hemen kaybolmasın */
#copyToast:hover {
    opacity: 1;
}

#copyToast.hide {
    opacity: 0;
    transform: translateY(-10px);
}

/* ---------------------------------------------------------- */
/*                   NUMARA KISMI (BÜYÜK METİN)               */
/* ---------------------------------------------------------- */

.toast-number {
    font-size: 28px;     /* Buradan büyüklüğü kontrol ediyorsun */
    font-weight: 800;    /* Daha kalın yazı */
    color: #fff;         /* İstersen farklı renk ver */
    letter-spacing: 1px; /* Daha premium görünüm */
    font-family: 'Inter18Bold', sans-serif;
}

/* ---------------------------------------------------------- */
/*                ALT METİN (KÜÇÜK AÇIKLAMA YAZISI)           */
/* ---------------------------------------------------------- */

.toast-text {
    font-size: 18px;     /* Açıklama yazısı boyutu */
    font-weight: 500;
    color: #ddd;         /* Açıklama metni daha yumuşak */
    line-height: 1.4;
    font-family: 'Inter18Regular', sans-serif;
}



/* ========================================= */
/* KONUM / GOOGLE MAPS BÖLÜMÜ */
/* ========================================= */

.location-section {
    text-align: center;
    padding: 20px 20px;
    margin-top: 40px;
}

.location-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3A3A3A;
}

.location-section p {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 40px;
    color: #3A3A3A;
}

.map-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}
/* ---------------- CONTACT INFO SECTION ---------------- */

.contact-info {
    text-align: center;
    color: #3A3A3A;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 20px;      /* sağ–sol boşluk */
}

.contact-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-line {
    font-size: 18px;
    margin: 8px 0;
    line-height: 1.6;
    opacity: 0.9;
}

.contact-link {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}

.contact-link:hover {
    opacity: 0.7;
}



/* ---------- RESPONSIVE ---------- */

@media (max-width: 600px) {
    .contact-title {
        font-size: 22px;
    }

    .contact-line {
        font-size: 16px;
    }
}



/* ========================================= */
/*                 FOOTER                    */
/* ========================================= */

.site-footer {
    background: #4F5A45;     /* premium koyu mavi-yeşil ton */
    padding: 60px 20px;
    margin-top: 80px;
    color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    text-align: left;
}

.footer-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-desc {
    font-size: 13px;
    opacity: 0.9;
    max-width: 500px;
    line-height: 1.6;
}


.footer-copy {
    margin-top: 40px;
    font-size: 14px;
    opacity: 0.8;
}
/* ------------------------------------------ */
/*              FOOTER RESPONSIVE             */
/* ------------------------------------------ */

/* Tablet (max 992px) */
@media (max-width: 992px) {

    .site-footer {
        padding: 50px 20px;
        margin-top: 70px;
    }

    .footer-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .footer-desc {
        font-size: 12px;
        max-width: 450px;
    }

    .footer-copy {
        margin-top: 30px;
        font-size: 13px;
    }
}

/* Küçük Tablet / Büyük Telefon (max 768px) */
@media (max-width: 768px) {

    .site-footer {
        padding: 45px 20px;
        margin-top: 60px;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-desc {
        font-size: 12px;
        max-width: 400px;
        line-height: 1.5;
    }

    .footer-copy {
        margin-top: 25px;
        font-size: 12px;
    }
}

/* Telefon (max 576px) */
@media (max-width: 576px) {

    .site-footer {
        padding: 40px 18px;
        margin-top: 50px;
    }

    .footer-content {
        text-align: center;   /* Telefonlarda ortaya hizalama daha şık durur */
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-desc {
        font-size: 11px;
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-copy {
        margin-top: 20px;
        font-size: 11px;
    }
}
.note {
    position: absolute;
    pointer-events: none;
    font-size: 25px;
    opacity: 1;
    animation: noteFade 1.2s ease-out forwards;
    color: rgba(0, 0, 0, 0.747); /* Minimal ve şık */
    z-index: -1;
}

@keyframes noteFade {
    0% {
        opacity: 0.9;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px) scale(0.6);
    }
}

/* ------------------------------------------------------ */
/* SCROLL REVEAL EFFECT */
/* ------------------------------------------------------ */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

