:root{
    --brand:#1f4f3b;
    --brand-2:#2e6b52;
    --bg:#f3f0ea;
    --sage:#b7c6a1;
    --sage-2:#a9b98f;
    --dark:#1c3e2f;
}

body{
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
    background: var(--bg);
    color:#1f2a24;
}

/* NAV */
.navbar-fixed {
    background: transparent;
    z-index: 1050;
}

/* navbar içeriğini sayfanın üstüne bindirmemek için */
body {
    padding-top: 90px; /* navbar yüksekliği kadar */
}

.nav-pillbar{
    background: var(--brand);
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
}
.brand-badge{
    display:flex; align-items:center; gap:.6rem;
    color:#fff; text-decoration:none;
}
.brand-logo{
    width:44px; height:44px; border-radius:999px;
    background: rgba(255,255,255,.15);
    display:grid; place-items:center;
    font-weight:800;
    letter-spacing:.5px;
}
.brand-text small{ display:block; opacity:.85; font-size:.70rem; margin-top:-2px; }
.nav-link{
    color: rgba(255,255,255,.85) !important;
    padding: .45rem .9rem !important;
    border-radius: 999px;
    font-weight:600;
    font-size:.95rem;
}
.nav-link:hover{ background: rgba(255,255,255,.12); color:#fff !important; }
.btn-cta{
    background:#fff; color: var(--brand);
    border:0; border-radius: 999px;
    font-weight:800; padding:.55rem 1.1rem;
}
.btn-cta:hover{ background:#f0f6f2; color: var(--brand); }

/* HERO */
.hero{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 26px 0;
}
.hero-card{
    background: transparent;
    border:0;
}
.hero-quote{
    color: var(--brand);
    font-weight:900;
    letter-spacing: .3px;
    line-height: 1.02;

    /* BIGGER */
    font-size: clamp(2.8rem, 5.2vw, 4.4rem);

    position: relative;
    z-index: 3; /* 👈 ABOVE IMAGE */
}

@media (min-width: 992px) {
    .hero-quote{
        margin-right: -120px;   /* 👈 pushes into image column */
    }
}

.hero-quote .light{
    font-weight:300;
    color: var(--brand-2);
}

.hero-quote-wrap{
    position: relative;
    display: inline-block;
}

.hero-top{
    margin-top: -60px; /* 👈 move up */
    margin-left: 50px;
}

/* OPENING QUOTE */
.hero-quote.quote-start::before{
    content: "";
    position: absolute;
    top: -0.4em;
    left: -0.3em;

    width: 0.9em;
    height: 0.9em;

    background-image: url("./images/quote-start.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/* CLOSING QUOTE */
.hero-quote.quote-end::after{
    content: "";
    position: absolute;
    right: 1.2em;

    width: 0.9em;
    height: 0.9em;

    background-image: url("./images/quote-end.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-desc{
    color: #5c6a63;
    text-align: justify;
    text-justify: inter-word;

    font-size: 1rem;
    line-height: 2;

    max-width: 34rem;

    /* KEY PART */
    word-spacing: 0.1em;
    letter-spacing: 0.02em;
}
.pill-list{
    display:flex; flex-direction:column;
    gap:.6rem;
}

/* ===== PILL OVER IMAGE ===== */

.pill-overlay {
    position: absolute;
    top: 50%;
    right: -80px;              /* görselin DIŞINA taşsın */
    transform: translateY(-50%);
    z-index: 5;
}

/* pill’ler daha premium dursun */
.pill-overlay .pill {
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.pill{
    background: var(--brand);
    color:#fff;
    border-radius: 999px;
    padding: .55rem .85rem;
    display:flex; align-items:center;
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    font-weight:700;
    font-size:.92rem;
    white-space:nowrap;
}
.pill span.dot{
    width:10px; height:10px; border-radius:999px;
    background:#d6e6dc;
    margin-right:.4rem;
    flex:0 0 auto;
}

.hero-photo{
    border-radius: 18px;
    overflow: hidden;
    background: #e7efe9;
    position: relative;
}

/* GÖRÜNEN PENCERE (FRAME) */
.hero-viewport{
    position: absolute;
    top: 0;
    bottom: 0;               /* 👈 yükseklik KİLİTLİ */
    left: 50%;
    width: 100%;              /* 👈 YANLARDAN DARALTMA */
    transform: translateX(-50%);
    overflow: hidden;
}

/* RESİM DEĞİŞMİYOR */
.hero-viewport img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.2);
}

.ratio-custom{
    --bs-aspect-ratio: 100%;
}

/* SECTION TITLES */
.section-title{
    text-align:center;
    color:#fff;
    font-weight:900;
    letter-spacing:.5px;
}
.band{
    background: var(--sage);
    padding: 18px 0;
    border-radius: 28px;
}

/* ABOUT */
/* SECTION */
.about-section{
    margin-top: 4rem;
}

/* CARD */
.about-card{
    border-radius: 28px;
    overflow: hidden;
    background: #c9d8b4; /* soft green */
    position: relative;
}

/* IMAGE */
.about-image img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

/* TITLE BADGE */
.about-title{
    position: absolute;
    top: 330px; /* slightly over image */
    left: 50%;
    transform: translateX(-50%);

    background: #c9d8b4;
    padding: 10px 36px;
    border-radius: 999px;

    font-weight: 800;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: .4px;
}

/* TEXT AREA */
.about-content{
    padding: 3.5rem 2.5rem 2.8rem;
    text-align: center;
}

.about-content p{
    max-width: 820px;
    margin: 0 auto;

    color: #1f2a24;
    font-size: 1rem;
    line-height: 1.9;

    text-align: justify;
    text-justify: inter-word;
    word-spacing: 0.2em;
}

@media (max-width: 768px){
    .about-image img{
        height: 240px;
    }

    .about-title{
        top: 215px;
        font-size: 1.2rem;
        padding: 8px 26px;
    }

    .about-content{
        padding: 2.5rem 1.5rem;
        text-align: left;
    }

    .about-content p{
        text-align: left;
        word-spacing: normal;
    }
}

/* SERVICES */
.section-tab{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);

    background: #9fb47d;
    padding: 12px 40px;
    border-radius: 999px;

    color: #ffffff;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: .3px;
}

.services-wrap{
    background: #9fb47d; /* olive green */
    border-radius: 28px;
    padding: 60px 40px 40px;
    position: relative;
}
.service-photo{
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.service-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-card{
    height: 100%;
    border-radius: 26px;
    padding: 28px 22px;

    background: #d7e3c8;
    color: #000;

    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.25;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card.alt{
    background: #f3f2ee; /* white-ish cards */
}
.service-grid{
    row-gap: 22px;
}
@media (max-width: 768px){

    .services-wrap{
        padding: 50px 20px 30px;
    }

    .section-tab{
        font-size: 1.3rem;
        padding: 10px 26px;
    }

    .service-card{
        font-size: 1.1rem;
        padding: 22px 16px;
    }
}
/* CONTACT */
.section-tab-contact{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);

    background: #2e4f3a;
    padding: 12px 40px;
    border-radius: 999px;

    color: #ffffff;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: .3px;
}


.contact-wrap{
    background: #2e4f3a; /* dark olive green */
    border-radius: 28px;
    padding: 80px 40px 40px;
    position: relative;
    color: #ffffff;
}
.contact-card{
    max-width: 420px;
    margin: 0 auto;
}

.map-frame{
    width: 100%;
    height: 260px;
    border-radius: 18px;
    border: none;
    margin-bottom: 16px;
}
.contact-wrap .small{
    color: rgba(255,255,255,.85);
    font-size: .95rem;
    line-height: 1.7;
}
.contact-wrap .form-control,
.contact-wrap .form-select{
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    color: #ffffff;
    border-radius: 10px;
}

.contact-wrap .form-control::placeholder{
    color: rgba(255,255,255,.6);
}

.btn-send{
    background: #a9be8c;
    color: #1c2b23;
    font-weight: 800;
    border-radius: 999px;
    padding: 14px 0;
    font-size: 1.1rem;
    border: none;
}

.btn-send:hover{
    background: #b8cca0;
}

@media (max-width: 768px){
    .contact-wrap{
        padding: 60px 20px 30px;
    }

    .section-tab{
        font-size: 1.3rem;
        padding: 10px 28px;
    }

    .map-frame{
        height: 220px;
    }
}

footer{
    color: rgba(255,255,255,.75);
    font-size: .85rem;
    text-align:center;
    padding-top: 10px;
}

/* spacing */
.container-xl{ max-width: 1100px; }

/* ===== FULLPAGE SECTION SCROLL ===== */

html, body {
    height: 100%;
}

.snap-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.snap-section {
    height: 100vh;
    display: flex;
    align-items: center;
}

/* ===== SECTION LAYOUT ===== */

section {
    min-height: 100vh;
    padding: 80px 0; /* navbar ve nefes alanı */
    scroll-margin-top: 100px; /* navbar yüksekliği + nefes */
}

/* HERO sadece ortalansın */
.hero {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* Diğer sectionlar üstten başlasın */
#hakkimda,
#hizmetler,
#iletisim {
    display: flex;
    align-items: flex-start;
}

.contact-card-modern {
    max-width: 400px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.contact-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
}

.contact-item:hover {
    background: rgba(255,255,255,0.1);
}

.contact-item i {
    font-size: 28px;
    color: #E1306C; /* Instagram rengi */
}

.contact-item:nth-child(2) i {
    color: #4CAF50; /* Telefon rengi */
}

.contact-item span {
    display: block;
    font-size: 13px;
    color: #aaa;
}

.contact-item a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.contact-item a:hover {
    color: #ddd;
}

