@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@400;500;600&family=Roboto:wght@400;500&display=swap');

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

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #333;
    padding-top: 40px;
}

/* TICKER */
#div_block-2-9 {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 40px;
    background: #1b4332;
    z-index: 9999;
    overflow: hidden;
}
.ticker-wrap { width: 100%; overflow: hidden; height: 40px; display: flex; align-items: center; }
.ticker {
    display: flex;
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
}
.ticker-item {
    flex-shrink: 0;
    padding: 0 32px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border-right: 1px solid rgba(255,255,255,0.25);
}
.ticker-item span { font-weight: 700; margin-left: 5px; }
@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* HEADER */
#_header-4-9 {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.06);
    position: relative;
    z-index: 100;
}
.oxy-header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 22px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Logo maksimum boyut */
#image-10-9 { height: 80px; width: auto; display: block; }
#_header_right-8-9 { position: relative; }
.oxy-nav-menu-list { list-style: none; display: flex; gap: 0; }
.oxy-nav-menu-list a {
    display: block;
    padding: 8px 24px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}
.oxy-nav-menu-list a:hover { color: #1b4332; }
.oxy-menu-toggle { display: none; cursor: pointer; padding: 8px; }
.oxy-nav-menu-hamburger { display: flex; flex-direction: column; gap: 5px; }
.oxy-nav-menu-hamburger-line { width: 24px; height: 2px; background: #333; border-radius: 2px; display: block; }
.oxy-nav-menu-open .oxy-nav-menu-list {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px); right: 0;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 180px;
    z-index: 500;
}

/* HERO */
#div_block-2-13 {
    background-image: url('../images/1920x1080.jpg');
    background-size: cover;
    background-position: center;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#div_block-2-13::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.28);
}
#div_block-175-13 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
    padding: 0 20px;
}
#text_block-177-13 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
#div_block-178-13 {
    background: rgba(10,10,10,0.78);
    padding: 13px 30px;
    border-radius: 4px;
    display: inline-block;
}
#text_block-179-13 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

/* NOHUT KÜLTÜRÜ — sol metin, sağ resim */
#section-4-13 {
    background: #f8f8f8;
    padding: 80px 0;
}
#section-4-13 .ct-section-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#new_columns-6-13 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
}
/* Sol metin */
#div_block-7-13 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* Sağ resim */
#div_block-8-13 { flex: 1; }
#image-35-13 { width: 100%; border-radius: 12px; display: block; box-shadow: 0 8px 30px rgba(0,0,0,0.1); }

#headline-171-13 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #2d5016;
    line-height: 1.2;
    margin-bottom: 8px;
}
#text_block-13-13 {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}
#text_block-13-13 b { color: #111; font-weight: 700; }

/* Stat kutuları — yan yana */
#div_block-15-13 { display: flex; gap: 20px; margin-top: 5px; }
#div_block-20-13, #div_block-28-13 { flex: 1; }
#div_block-22-13, #div_block-29-13 {
    background: #e8f5e8;
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #d4e6d4;
}
#text_block-24-13, #text_block-31-13 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #2d5016;
}
#text_block-26-13, #text_block-33-13 {
    font-size: 12px;
    color: #2d5016;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
    font-weight: 500;
}

/* MEKANLAR */
#section-36-13 {
    background: #fff;
    padding: 80px 0;
}
#section-36-13 .ct-section-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
#div_block-37-13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#headline-172-13 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #2d5016;
    text-align: center;
    margin-bottom: 12px;
}
#div_block-40-13 {
    width: 50px;
    height: 3px;
    background: #c0392b;
    border-radius: 2px;
    margin: 0 auto 50px;
    display: block;
}

/* KART — logo sol, içerik ortada, fiyat sağ üstte */
#div_block-42-13, #div_block-91-13, #div_block-131-13 {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}
#div_block-131-13 { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

/* #div_block-43 = logo + içerik wrapper */
#div_block-43-13, #div_block-92-13, #div_block-132-13 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 35px;
}

/* Logo sol */
#div_block-46-13, #div_block-93-13, #div_block-133-13 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#image-47-13, #image-94-13, #image-134-13 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 3px solid #f0f0f0;
}

/* İçerik + fiyat */
#div_block-48-13, #div_block-95-13, #div_block-135-13 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1;
    gap: 20px;
}

/* Metin */
#div_block-49-13, #div_block-96-13, #div_block-136-13 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Mekan adı */
#div_block-51-13, #div_block-97-13, #div_block-137-13 { margin-bottom: 14px; }
#text_block-52-13, #text_block-98-13, #text_block-138-13 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2d5016;
    display: block;
    line-height: 1.2;
}

/* Info satırları */
#div_block-53-13, #div_block-99-13, #div_block-139-13 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
#div_block-54-13, #div_block-60-13, #div_block-65-13,
#div_block-100-13, #div_block-105-13, #div_block-110-13,
#div_block-140-13, #div_block-145-13, #div_block-150-13 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ct-fancy-icon { display: flex; align-items: center; flex-shrink: 0; }
.ct-fancy-icon svg { display: block; }
#fancy_icon-56-13 svg, #fancy_icon-102-13 svg, #fancy_icon-142-13 svg { width: 14px; height: 14px; fill: #c0392b; }
#fancy_icon-62-13 svg, #fancy_icon-107-13 svg, #fancy_icon-147-13 svg { width: 14px; height: 14px; fill: #666; }
#fancy_icon-67-13 svg, #fancy_icon-112-13 svg, #fancy_icon-152-13 svg { width: 14px; height: 14px; fill: #e6a817; }
#fancy_icon-77-13 svg, #fancy_icon-121-13 svg, #fancy_icon-161-13 svg { width: 13px; height: 13px; fill: #fff; }

#text_block-58-13, #text_block-64-13, #text_block-69-13,
#text_block-104-13, #text_block-109-13, #text_block-114-13,
#text_block-144-13, #text_block-149-13, #text_block-154-13 {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

/* Yorum */
#div_block-72-13, #div_block-115-13, #div_block-155-13 { margin-bottom: 16px; }
#text_block-73-13, #text_block-116-13, #text_block-156-13 {
    font-size: 13px;
    color: #777;
    font-style: italic;
    line-height: 1.4;
}

/* Butonlar */
#div_block-74-13, #div_block-117-13, #div_block-157-13 {
    display: flex;
    align-items: center;
    gap: 12px;
}
#div_block-81-13, #div_block-118-13, #div_block-158-13 { display: flex; }
#div_block-75-13, #div_block-119-13, #div_block-159-13 {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #2d5016;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}
#div_block-75-13:hover, #div_block-119-13:hover, #div_block-159-13:hover { background: #1a3009; }
#div_block-76-13, #div_block-120-13, #div_block-160-13,
#div_block-78-13, #div_block-122-13, #div_block-162-13 { display: flex; align-items: center; }
#text_block-79-13, #text_block-123-13, #text_block-163-13 {
    font-size: 13px; font-weight: 600; color: #fff;
}
#div_block-82-13, #div_block-124-13, #div_block-164-13 { display: flex; }
#div_block-83-13, #div_block-125-13, #div_block-165-13 {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #2d5016;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}
#div_block-83-13:hover, #div_block-125-13:hover, #div_block-165-13:hover { background: #2d5016; }
#div_block-83-13:hover #text_block-87-13,
#div_block-125-13:hover #text_block-127-13,
#div_block-165-13:hover #text_block-167-13 { color: #fff; }
#div_block-86-13, #div_block-126-13, #div_block-166-13 { display: flex; align-items: center; }
#text_block-87-13, #text_block-127-13, #text_block-167-13 {
    font-size: 13px; font-weight: 600; color: #2d5016; transition: color 0.2s;
}

/* Fiyat badge — sağ üstte */
#div_block-50-13, #div_block-128-13, #div_block-168-13 {
    flex: 0 0 auto;
    align-self: flex-start;
}
#div_block-89-13, #div_block-129-13, #div_block-169-13 {
    background: #c0392b;
    border-radius: 5px;
    padding: 6px 14px;
    display: inline-flex;
    align-items: center;
}
#text_block-90-13, #text_block-130-13, #text_block-170-13 {
    font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap;
}

/* FOOTER */
#section-16-9 { background: #1b4332; padding: 70px 0; }
#section-16-9 .ct-section-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#div_block-17-9, #div_block-18-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#div_block-19-9 { margin-bottom: 18px; }
#text_block-20-9 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#div_block-21-9 { margin-bottom: 28px; }
#text_block-22-9 { font-size: 15px; color: rgba(255,255,255,0.65); }
#div_block-23-9 { margin-bottom: 28px; }
.oxy-social-icons { display: flex; gap: 18px; justify-content: center; }
.oxy-social-icons a {
    display: flex; align-items: center; justify-content: center;
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.45);
    transition: border-color 0.2s;
    text-decoration: none;
}
.oxy-social-icons a:hover { border-color: rgba(255,255,255,1); }
.oxy-social-icons svg { width: 20px; height: 20px; fill: #fff; }
#text_block-30-9 { font-size: 13px; color: rgba(255,255,255,0.4); }

/* MOBİL */
@media (max-width: 900px) {
    .oxy-header-container { padding: 18px 24px; }
    #image-10-9 { height: 60px; }
    #section-4-13 .ct-section-inner-wrap,
    #section-36-13 .ct-section-inner-wrap { padding: 0 30px; }
    #new_columns-6-13 { gap: 50px; }
    #div_block-43-13, #div_block-92-13, #div_block-132-13 { gap: 30px; }
    #image-47-13, #image-94-13, #image-134-13 { width: 140px; height: 140px; }
}

@media (max-width: 768px) {
    .oxy-header-container { padding: 15px 20px; }
    #image-10-9 { height: 48px; }
    .oxy-menu-toggle { display: flex; }
    .oxy-nav-menu-list { display: none; }

    #div_block-2-13 { height: 300px; }
    #text_block-177-13 { font-size: 34px; }

    #section-4-13, #section-36-13 { padding: 50px 0; }
    #section-4-13 .ct-section-inner-wrap,
    #section-36-13 .ct-section-inner-wrap { padding: 0 20px; }

    #new_columns-6-13 { flex-direction: column; gap: 28px; }
    #headline-171-13, #headline-172-13 { font-size: 32px; }
    #div_block-15-13 { flex-direction: column; }

    #div_block-43-13, #div_block-92-13, #div_block-132-13 { flex-direction: column; gap: 20px; align-items: center; }
    #image-47-13, #image-94-13, #image-134-13 { width: 120px; height: 120px; }
    #div_block-48-13, #div_block-95-13, #div_block-135-13 { flex-direction: column; gap: 14px; }
    #div_block-50-13, #div_block-128-13, #div_block-168-13 { align-self: flex-start; }

    #section-16-9 .ct-section-inner-wrap { padding: 0 20px; }
}

@media (max-width: 480px) {
    #text_block-177-13 { font-size: 26px; }
    #div_block-2-13 { height: 250px; }
    .ticker-item { padding: 0 16px; font-size: 12px; }
    #text_block-52-13, #text_block-98-13, #text_block-138-13 { font-size: 24px; }
    #div_block-74-13, #div_block-117-13, #div_block-157-13 { flex-wrap: wrap; }
}
