:root {
    --main-bg: #1E2B3C;
    --accent: #B89B64;
    --accent-dark: #a88a4c;
    --light-bg: #ffffff;
    --soft-bg: #f6f4ef;
    --text-main: #222;
    --text-muted: #5b6573;
    --text-light: #fff;
    --radius: 1rem;
    --shadow: 0 2px 16px rgba(30, 43, 60, 0.06);
    --shadow-lg: 0 8px 32px rgba(30, 43, 60, 0.12);
}

body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    background: var(--light-bg);
    color: var(--text-main);
    font-size: 1.08rem;
    line-height: 1.7;
}

/* Genel yazı boyutunu biraz büyütmek için ölçekli başlıklar */
.lead {
    font-size: 1.22rem;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.05rem;
}

/* ---------- Navbar ---------- */
.navbar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 12px rgba(30, 43, 60, 0.06);
    transition: background 0.3s;
}

.navbar .navbar-nav .nav-link {
    color: var(--main-bg) !important;
    font-weight: 600;
    transition: color 0.2s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--accent-dark) !important;
}

.navbar .navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(30,43,60,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand img {
    height: 132px !important;
    filter: drop-shadow(0 2px 8px rgba(30, 43, 60, 0.12));
}

/* ---------- Buttons ---------- */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background: var(--accent) !important;
    border: none;
    color: var(--main-bg) !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(30, 43, 60, 0.08);
}

.btn-primary:hover {
    background: var(--accent-dark) !important;
    color: var(--text-light) !important;
}

.btn-outline-accent {
    border: 1.5px solid var(--accent);
    color: var(--main-bg);
    font-weight: 600;
    background: transparent;
    transition: all 0.2s;
}

.btn-outline-accent:hover {
    background: var(--accent);
    color: var(--main-bg);
}

/* ---------- Hero ---------- */
.hero {
    background: url('https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=1500&q=80') center center/cover no-repeat;
    min-height: 80vh;
    color: var(--text-light);
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay {
    background: rgba(30, 43, 60, 0.7);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.hero-content h1,
.hero-content p {
    color: var(--text-light);
    text-shadow: 0 2px 8px rgba(30, 43, 60, 0.18);
}

.hero-content h1 {
    font-size: 3.4rem;
}

.hero-content .lead {
    font-size: 1.45rem;
}

/* ---------- Page hero (sub-pages) ---------- */
.page-hero {
    background: var(--main-bg);
    color: var(--text-light);
    padding: 3.5rem 0 3rem;
    text-align: center;
}

.page-hero h1 {
    color: var(--text-light);
    font-weight: 700;
    font-size: 2.8rem;
}

.page-hero .lead {
    color: #d8dde4;
    font-size: 1.35rem;
    max-width: 760px;
    margin: 0 auto;
}

/* ---------- Cards & sections ---------- */
.about-img {
    border-radius: var(--radius);
    width: 100%;
    object-fit: cover;
    min-height: 250px;
    box-shadow: var(--shadow);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.card-title {
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--main-bg);
}

.card {
    border-radius: var(--radius);
    border: none;
    background: #fff;
    box-shadow: var(--shadow);
    transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover .service-icon {
    color: var(--accent-dark);
}

/* Service package cards on home */
.package-card {
    height: 100%;
    overflow: hidden;
}

.package-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.package-card .package-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.package-card .package-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}

.package-card .package-tagline {
    color: var(--accent-dark);
    font-weight: 600;
    font-size: 0.95rem;
}

.section-soft {
    background: var(--soft-bg);
}

.section-title {
    font-weight: 700;
    color: var(--main-bg);
}

.lead-accent {
    color: var(--accent-dark);
    font-weight: 600;
}

/* ---------- Feature list ---------- */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.85rem;
    line-height: 1.5;
}

.feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--accent);
    position: absolute;
    left: 0;
    top: 0.15rem;
}

/* ---------- Forms ---------- */
.form-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: var(--main-bg);
}

.form-note {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.form-status {
    display: none;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #eaf6ec;
    color: #1e6b34;
    font-weight: 600;
}

.form-status.show {
    display: block;
}

.form-status.sending {
    background: #eef1f4;
    color: #46505c;
}

.form-status.error {
    background: #fbeaea;
    color: #9b2222;
}

/* ---------- Availability table ---------- */
.availability-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.9rem;
}

.availability-table th,
.availability-table td {
    border: 1px solid #e3e1da;
    padding: 0.55rem 0.5rem;
    text-align: center;
    vertical-align: middle;
}

.availability-table thead th {
    background: var(--main-bg);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.availability-table .time-col {
    background: var(--soft-bg);
    font-weight: 600;
    white-space: nowrap;
}

.slot-available {
    background: #eaf6ec;
    color: #1e6b34;
    font-weight: 700;
    cursor: pointer;
}

.slot-available:hover {
    background: #d3eed9;
}

.slot-closed {
    background: #f3f1ec;
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* ---------- Price calculator ---------- */
.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th,
.price-table td {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #ece9e1;
    text-align: right;
}

.price-table th:first-child,
.price-table td:first-child {
    text-align: left;
}

.price-table thead th {
    background: var(--main-bg);
    color: #fff;
    font-weight: 600;
}

.price-table tbody tr:hover {
    background: var(--soft-bg);
}

.price-table .row-total td,
.price-table .row-total th {
    background: var(--soft-bg);
    font-weight: 700;
    color: var(--main-bg);
    border-top: 2px solid var(--accent);
}

.price-highlight {
    background: var(--main-bg);
    color: #fff;
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}

.price-highlight .amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--accent);
}

.calc-note {
    background: #fff7e6;
    border: 1px solid #f0e0b8;
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    color: #7a6420;
    font-size: 0.92rem;
}

.nav-pills .nav-link {
    color: var(--main-bg);
    font-weight: 600;
    border-radius: 0.6rem;
}

.nav-pills .nav-link.active {
    background: var(--accent);
    color: var(--main-bg);
}

/* ---------- Contact / footer ---------- */
.contact-section {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem 1rem;
}

/* WhatsApp'tan yazın butonu */
.btn-whatsapp,
.btn-whatsapp:focus {
    background: #25d366;
    color: #fff !important;
    font-weight: 600;
    border: none;
}

.btn-whatsapp:hover {
    background: #1da851;
    color: #fff !important;
}

.footer .fa-brands,
.footer .fa-solid {
    color: var(--accent);
}

.footer {
    background: var(--main-bg);
    color: var(--text-light);
    padding: 2.5rem 0 1.5rem;
}

.footer a {
    color: #d8dde4;
    text-decoration: none;
}

.footer a:hover {
    color: var(--accent);
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
    .about-img {
        min-height: 180px;
    }

    .service-icon {
        font-size: 2rem;
    }

    .card-title {
        font-size: 0.98rem;
    }

    .page-hero {
        padding: 2.5rem 0 2rem;
    }

    .navbar-brand img {
        height: 92px !important;
    }

    .hero-content h1 {
        font-size: 2.3rem;
    }

    .hero-content .lead {
        font-size: 1.2rem;
    }

    .page-hero h1 {
        font-size: 2rem;
    }

    .page-hero .lead {
        font-size: 1.15rem;
    }
}

/* ---------- Floating WhatsApp button ---------- */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    z-index: 1050;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        font-size: 1.7rem;
    }
}

/* Telefon numarası yanındaki WhatsApp simgesi */
.wa-inline {
    color: #25d366;
    text-decoration: none;
    margin-left: 0.4rem;
}

.wa-inline:hover {
    color: #1da851;
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-card {
    border: none;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* Dikdörtgen kapak (16:9) */
.blog-card-imgwrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eceae4;
}

.blog-card-imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-imgwrap img {
    transform: scale(1.05);
}

.blog-card-noimg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7b3a8;
    font-size: 2.5rem;
}

.blog-card-title {
    color: var(--main-bg);
    text-decoration: none;
    font-weight: 700;
}

.blog-card-title:hover {
    color: var(--accent-dark);
}

.blog-card-more {
    color: var(--accent-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.blog-card-more:hover {
    color: var(--main-bg);
}

/* Tekil yazı kapağı — dikdörtgen */
.blog-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* Yazı içeriği tipografisi */
.blog-content {
    font-size: 1.12rem;
    line-height: 1.85;
    color: #33383f;
}

.blog-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: var(--main-bg);
}

.blog-content h3 {
    font-weight: 700;
    margin: 1.6rem 0 0.8rem;
    font-size: 1.35rem;
    color: var(--main-bg);
}

.blog-content p {
    margin-bottom: 1.15rem;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 1.25rem 0;
    box-shadow: var(--shadow);
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.15rem;
    padding-left: 1.4rem;
}

.blog-content li {
    margin-bottom: 0.4rem;
}

.blog-content a {
    color: var(--accent-dark);
    text-decoration: underline;
}

.blog-content blockquote {
    border-left: 4px solid var(--accent);
    background: var(--soft-bg);
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #4a5058;
}

.pagination .page-link {
    color: var(--main-bg);
}

.pagination .page-item.active .page-link {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
