/* Yel Alaçatı — Ana Sayfa */

/* Hero */
.yel-hero .home-slider .slider-item {
    position: relative;
}

.yel-hero .home-slider .slider-item .overlay {
    background: linear-gradient(
        180deg,
        rgba(26, 24, 22, 0.35) 0%,
        rgba(26, 24, 22, 0.55) 100%
    );
}

.yel-hero .slider-text h1 {
    font-family: "Dancing Script", cursive;
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    font-weight: 700;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    margin-bottom: 16px;
}

.yel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.yel-hero__tagline {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    letter-spacing: 0.04em;
    max-width: 600px;
    margin: 0 auto;
}

/* Hızlı tanıtım şeridi */
.yel-home-strip {
    padding: 36px 0;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
    border-bottom: 1px solid rgba(184, 159, 130, 0.2);
}

.yel-home-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.yel-home-strip__text {
    flex: 1;
    min-width: 240px;
}

.yel-home-strip__text p {
    margin: 8px 0 0;
    color: #5c5650;
    font-size: 15px;
    line-height: 1.6;
}

.yel-home-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Öne çıkan ürünler */
.yel-featured {
    padding: 70px 0 60px;
    background: #fff;
}

.yel-featured .heading-section .subheading {
    color: #b89f82;
}

.yel-featured-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 16px 24px;
    border: 1px solid rgba(184, 159, 130, 0.2);
    box-shadow: 0 10px 36px rgba(45, 41, 38, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.yel-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(45, 41, 38, 0.12);
}

.yel-featured-card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
}

.yel-featured-card h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.yel-featured-card .yel-price {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #FF9800;
    background: #fff8f0;
    padding: 6px 14px;
    border-radius: 8px;
}

.yel-featured #owl2 .owl-nav button {
    background: #FF9800 !important;
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
}

/* Hakkımızda önizleme */
.yel-home-about {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f0ea 0%, #ebe3d6 100%);
}

.yel-home-about__img {
    border-radius: 20px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 60px rgba(45, 41, 38, 0.14);
}

.yel-home-about__content .subheading {
    color: #b89f82;
}

.yel-home-about__content p {
    color: #5c5650;
    line-height: 1.85;
    font-size: 1rem;
}

/* Deneyim kartları (kompakt) */
.yel-home-exp {
    padding: 60px 0 70px;
    background: #fff;
}

.yel-home-exp-card {
    text-align: center;
    padding: 28px 20px;
    border-radius: 16px;
    background: #faf8f5;
    border: 1px solid rgba(184, 159, 130, 0.25);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yel-home-exp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(45, 41, 38, 0.08);
}

.yel-home-exp-card__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF9800 0%, #e68900 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.yel-home-exp-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 8px;
}

.yel-home-exp-card p {
    font-size: 14px;
    color: #6b6358;
    line-height: 1.65;
    margin: 0;
}

/* Masa ayırt */
.yel-masa-section {
    padding: 70px 0;
    background: #fff;
}

.yel-masa-wrap {
    background: linear-gradient(135deg, #faf8f5 0%, #f0ebe3 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(45, 41, 38, 0.1);
    border: 1px solid rgba(184, 159, 130, 0.2);
}

.yel-masa-card {
    background: linear-gradient(160deg, #1a1816 0%, #2d2926 100%);
    color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 100%;
}

.yel-masa-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.yel-masa-field {
    position: relative;
    margin-bottom: 14px;
}

.yel-masa-field i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #b89f82;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}

.yel-masa-field .form-control,
.yel-masa-field select.form-control {
    height: 50px;
    padding: 0 14px 0 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
}

.yel-masa-field select.form-control option {
    color: #2d2926;
    background: #fff;
}

.yel-masa-field .form-control::placeholder {
    color: #cbd5e1;
}

.yel-masa-field .form-control:focus {
    border-color: #FF9800;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.yel-masa-btn {
    width: 100%;
    height: 52px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #FF9800 0%, #e68900 100%);
    color: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yel-masa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 152, 0, 0.4);
    color: #fff;
}

.yel-masa-content {
    padding: 3rem 2.5rem;
}

.yel-masa-content .yel-script-title {
    text-align: left;
    margin-bottom: 16px;
}

.yel-masa-content p {
    color: #5c5650;
    line-height: 1.8;
    font-size: 1.02rem;
}

.yel-masa-note {
    font-size: 0.9rem;
    color: #8a8278;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.yel-masa-note i {
    color: #FF9800;
}

/* Parallax slogan */
.yel-home-parallax {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.yel-home-parallax .overlay {
    background: linear-gradient(
        135deg,
        rgba(26, 24, 22, 0.7) 0%,
        rgba(26, 24, 22, 0.5) 100%
    );
}

.yel-home-parallax span {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #c9a227;
    margin-bottom: 8px;
}

.yel-home-parallax h2 {
    color: #fff;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Menü CTA bölümü */
.yel-home-menu-cta {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

@media (max-width: 991px) {
    .yel-home-about__img {
        min-height: 300px;
        margin-bottom: 32px;
    }

    .yel-masa-content {
        padding: 2rem 1.5rem;
    }

    .yel-home-parallax {
        background-attachment: scroll;
        padding: 70px 0;
    }

    .yel-home-strip__inner {
        flex-direction: column;
        text-align: center;
    }

    .yel-home-strip__actions {
        justify-content: center;
    }
}
