/* Anasayfa v2 — Faz B yeni section stilleri
 * Mevcut tema CSS'ini korur, sadece yeni bölümler için stil ekler.
 */

/* CLS FIX — parallax section'ların min-height'ı (background yüklenene kadar 0 değil) */
.section-accomd, .section-home-about, .section-home-guestbook,
.section-cta, .section-our-best, .section-nearby-attractions {
    min-height: 400px;
}
.section-slider, .banner-slider, .slider-item {
    min-height: 420px;
}
.awe-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.awe-parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* Room card image wrapper - aspect ratio fixed so image loading doesn't shift */
.accomd-modations-room .img {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
    background: #f0f0f0;
}
.accomd-modations-room .img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guestbook-item .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
}
.guestbook-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about .img, .our-best .img {
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    background: #f0f0f0;
}
.home-about .img img, .our-best .img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* QUICK INFO STRIP */
.section-quickinfo {
    background: #fff8f0;
    border-top: 1px solid #f2e4cc;
    border-bottom: 1px solid #f2e4cc;
    padding: 22px 0;
}
.section-quickinfo .quickinfo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.section-quickinfo .quickinfo-item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}
.section-quickinfo .quickinfo-item i {
    color: #FF8400;
    font-size: 22px;
    width: 30px;
    text-align: center;
}
@media (max-width: 600px) {
    .section-quickinfo .quickinfo-row { flex-direction: column; align-items: flex-start; }
}

/* COMMON SECTION HEADER */
.section-header { margin-bottom: 30px; }
.section-header h2.heading { margin-bottom: 8px; }
.section-header p { color: #666; max-width: 620px; margin: 0 auto; }

/* NEARBY ATTRACTIONS */
.section-nearby-attractions { padding: 60px 0; }
.section-nearby-attractions .attractions-grid .attraction-card {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
}
.section-nearby-attractions .attractions-grid .attraction-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    text-decoration: none;
}
.section-nearby-attractions .attraction-img {
    position: relative;
    width: 100%;
    padding-top: 62%;
    overflow: hidden;
    background: #f5f5f5;
}
.section-nearby-attractions .attraction-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-nearby-attractions .attraction-text {
    padding: 14px 16px 18px;
}
.section-nearby-attractions .attraction-text h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
}
.section-nearby-attractions .attraction-text p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

/* WHY CHOOSE US (revised) */
.section-our-best { padding: 60px 0; background: #fafafa; }
.section-our-best .why-grid .why-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 28px 18px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .2s;
}
.section-our-best .why-grid .why-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.section-our-best .why-grid .why-card i {
    font-size: 30px;
    color: #FF8400;
    margin-bottom: 10px;
}
.section-our-best .why-grid .why-card h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}

/* BLOG TEASER */
.section-blog-teaser { padding: 60px 0; }
.section-blog-teaser .blog-grid .blog-card {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
    transition: transform .2s, box-shadow .2s;
}
.section-blog-teaser .blog-grid .blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    text-decoration: none;
}
.section-blog-teaser .blog-img {
    position: relative;
    width: 100%;
    padding-top: 56%;
    background: #f5f5f5;
    overflow: hidden;
}
.section-blog-teaser .blog-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-blog-teaser .blog-text {
    padding: 18px 20px 22px;
}
.section-blog-teaser .blog-text h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.section-blog-teaser .blog-text p {
    margin: 0 0 12px;
    color: #777;
    font-size: 14px;
    line-height: 1.55;
}
.section-blog-teaser .blog-more {
    color: #FF8400;
    font-weight: 600;
    font-size: 13px;
}

/* CTA BANNER */
.section-cta { padding: 70px 0; background-size: cover; background-position: center; position: relative; }
.section-cta .awe-overlay { background: rgba(20,20,20,.55); }
.section-cta .cta-box {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 760px;
    margin: 0 auto;
}
.section-cta .cta-box h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 14px;
}
.section-cta .cta-box p {
    color: #eee;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
}
.section-cta .cta-box .awe-btn { margin: 4px 6px; }

/* FAQ TEASER */
.section-faq-teaser { padding: 60px 0; background: #fafafa; }
.section-faq-teaser .faq-accordion {
    max-width: 780px;
    margin: 0 auto;
}
.section-faq-teaser .faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0;
}
.section-faq-teaser .faq-item summary {
    cursor: pointer;
    padding: 16px 22px;
    font-weight: 600;
    font-size: 15px;
    list-style: none;
    position: relative;
    color: #222;
}
.section-faq-teaser .faq-item summary::-webkit-details-marker { display: none; }
.section-faq-teaser .faq-item summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #FF8400;
    font-size: 20px;
    font-weight: 400;
}
.section-faq-teaser .faq-item[open] summary::after { content: "−"; }
.section-faq-teaser .faq-item .faq-answer {
    padding: 0 22px 16px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
.section-faq-teaser .faq-item .faq-answer p { margin: 0 0 8px; }

/* Responsive tweaks */
@media (max-width: 768px) {
    .section-cta .cta-box h2 { font-size: 22px; }
    .section-cta .cta-box p { font-size: 14px; }
    .section-nearby-attractions, .section-blog-teaser, .section-faq-teaser, .section-our-best { padding: 40px 0; }
}
