:root {
    --primary: #C9A646;       /* GOLD */
    --primary-dark: #A8842F;  /* KOYU GOLD */
    --dark-bg: #0F2A2E;       /* KOYU PREMIUM */
    --light-bg: #F8F8F8;      /* TEMİZ ARKA PLAN */
    --surface: #ffffff;
    --text-dark: #1f1f1f;
    --text-gray: #6b6b6b;
    --white: #ffffff;
    --line: #e5e5e5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
    font-weight: 500;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.top-bar {
    background: #0F2A2E;
    color: #fff;
    padding: 8px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-weight: 400;
}

.top-bar i {
    color: #fff;
    margin-right: 5px;
}

.top-bar-sep {
    margin-left: 15px;
}

header {
    background: var(--white);
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.logo {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    gap: 6px;
}

.logo a,
.logo {
    text-decoration: none;
}

.logo span {
    color: var(--text-dark);
    margin-left: 5px;
    font-weight: 400;
}

nav {
    display: flex;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: var(--text-dark);
    margin: 0 12px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

nav a:hover,
.footer-col a:hover {
    color: var(--primary);
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-dark);
    background: transparent;
    border: 0;
}

.hero,
.page-hero {
background:
    linear-gradient(rgba(15, 42, 46, 0.80), rgba(15, 42, 46, 0.80)),
    url('https://www.akkurthaliyikama.org/wp-content/uploads/2026/04/hali-yikama-hizmeti.webp');
    background-size: cover;
    background-position: center;
    padding: 64px 5%;
    min-height: 200px;
    display: flex;
    align-items: center;
    color: white;
}

.page-hero {
    min-height: 220px;
}

.hero-content {
    max-width: 650px;
}

.hero h1,
.page-hero h1 {
    font-size: 42px;
    font-weight: 500;
    color: white;
    margin-bottom: 18px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    line-height: 1.15;
}

.hero p,
.page-hero p {
    font-size: 18px;
    font-weight: 300;
    color: #f2f7f8;
    margin-bottom: 26px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
}

.btn-hero {
    background: var(--primary);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    font-size: 17px;
    transition: 0.3s;
    display: inline-block;
}

.btn-hero:hover {
    background: var(--primary-dark);
}

.about {
    max-width: 1120px;
    margin: 0 auto;
    padding: 45px 20px;
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    background: var(--white);
}

.about img {
    width: 100%;
    max-width: 370px;
    display: block;
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(201, 166, 70, 0.18);
}

.about h2 {
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.about p {
    font-weight: 300;
    color: var(--text-gray);
    font-size: 17px;
    max-width: 620px;
}

.services {
    padding: 45px 5%;
    background: var(--light-bg);
    text-align: center;
}

.services > h2 {
    color: var(--text-dark);
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.service-card {
    background: white;
    border: 1px solid var(--line);
    overflow: hidden;
    border-radius: 8px;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.service-card h4 {
    padding: 15px;
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 400;
}

.why-us {
    padding: 45px 5%;
    background: repeating-linear-gradient(135deg, #f3fafb, #f3fafb 6px, #f9fdfe 6px, #f9fdfe 12px);
}

.why-us__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 30px;
}

.why-us__title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-dark);
    position: relative;
    display: inline-block;
}

.why-us__title span {
    color: var(--primary);
}

.why-us__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

.why-us__desc {
    max-width: 520px;
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.6;
}

.why-us__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.why-us__card {
    background: #fff;
    border-radius: 6px;
    padding: 26px 22px;
    border: 1px solid var(--line);
    position: relative;
}

.why-us__card h3 {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 500;
}

.why-us__card p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
}

.why-us__icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 16px;
}

.references {
    padding: 45px 5%;
    background: var(--white);
}

.references-head {
    text-align: center;
    margin-bottom: 24px;
}

.references-head h2,
.faq-head h2 {
    color: var(--text-dark);
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.gallery-section-title {
    color: var(--text-dark);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.photo-gallery,
.video-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.photo-gallery {
    margin-bottom: 26px;
}

.photo-gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.video-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.video-thumb {
    position: relative;
    display: block;
}

.video-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(21, 49, 58, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play i {
    color: var(--white);
    font-size: 20px;
    margin-left: 3px;
}

.video-card h4 {
    padding: 14px 16px 6px;
    font-size: 17px;
    color: var(--text-dark);
    font-weight: 400;
}

.video-card p {
    padding: 0 16px 16px;
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 300;
}

.cta-section {
    padding: 45px 5%;
    text-align: center;
    background: linear-gradient(rgba(21, 49, 58, 0.68), rgba(21, 49, 58, 0.68)), url('https://www.akkurthaliyikama.org/wp-content/uploads/2026/04/hali-yikama-hizmeti.webp') center/cover no-repeat;
}

.cta-box {
    max-width: 900px;
    margin: 0 auto;
}

.cta-box h2 {
    font-size: 34px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 14px;
}

.cta-box p {
    font-size: 17px;
    color: rgba(255,255,255,0.88);
    font-weight: 300;
    margin-bottom: 24px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-cta {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-cta.primary {
    background: var(--primary);
    color: var(--white);
}

.btn-cta.primary:hover {
    background: var(--primary-dark);
}

.btn-cta.secondary {
    border: 1px solid rgba(255,255,255,0.34);
    color: var(--white);
    background: rgba(255,255,255,0.08);
}

.btn-cta.secondary:hover {
    border-color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.14);
}

.faq-section {
    padding: 45px 5%;
    background: var(--white);
}

.faq-wrap,
.page-content-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-head {
    text-align: center;
    margin-bottom: 24px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    padding: 18px 20px;
}

.faq-item h3 {
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 8px;
}

.faq-item p {
    font-size: 15px;
    color: var(--text-gray);
    font-weight: 300;
    margin: 0;
}

.page-content-wrap {
    padding: 45px 20px;
    background: var(--white);
}

.entry-content {
    color: var(--text-dark);
    font-size: 17px;
    font-weight: 300;
}

.entry-content > * + * {
    margin-top: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.2;
}

.entry-content ul,
.entry-content ol {
    padding-left: 20px;
}

.entry-content img {
    display: block;
    border-radius: 8px;
}

footer {
    background: #1a2d33;
    color: white;
    padding: 40px 5% 18px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 26px;
}

.footer-col h4 {
    border-bottom: 2px solid var(--primary);
    padding-bottom: 8px;
    margin-bottom: 14px;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
}

.footer-col p,
.footer-col ul li,
.footer-col ul li a {
    font-size: 14px;
    opacity: 0.88;
    font-weight: 300;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li i {
    color: var(--primary);
    margin-right: 10px;
}

.footer-logo {
    color: #fff;
    margin-bottom: 20px;
}

.footer-logo span {
    color: #fff;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.social-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}

.social-btn i {
  font-size: 16px;
  line-height: 1;
}

.social-btn:hover {
  background: var(--primary);
  color: #fff;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.8);
}

.breadcrumb a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.breadcrumb span {
  margin: 1px 1px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px 0 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.14);
    font-size: 12px;
    line-height: 1.5;
    background: transparent;
    color: #fff;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .sep {
    margin: 0 6px;
    opacity: .6;
}

@media (max-width: 992px) {
    .services-grid,
    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        padding: 8px 14px;
        font-size: 12px;
    }

    .top-bar > div {
        width: 100%;
    }

    .top-bar span {
        display: inline-block;
        margin: 0 4px;
    }

    .top-bar-sep {
        margin-left: 4px;
    }

    header {
        padding: 14px 5%;
    }

    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 5px 10px rgba(0,0,0,0.08);
        padding: 20px;
    }

    nav.active {
        display: flex;
    }

    nav a {
        margin: 10px 0;
        color: var(--text-dark);
    }

    .hamburger {
        display: block;
    }

    .hero,
    .page-hero {
        min-height: 150px;
        padding: 52px 5%;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 28px;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 34px 20px;
        text-align: center;
    }

    .about img {
        max-width: 100%;
        width: 100%;
    }

    .about p {
        font-size: 16px;
        max-width: 100%;
    }

    .services,
    .references,
    .cta-section,
    .faq-section,
    .why-us,
    .page-content-wrap {
        padding: 38px 5%;
    }

    .photo-gallery,
    .video-gallery,
    .why-us__grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .why-us__top {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 22px;
    }

    .why-us__desc {
        max-width: 100%;
    }

    .cta-box h2 {
        font-size: 26px;
    }

    .cta-box p {
        font-size: 16px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .btn-cta {
        width: 100%;
    }

    .faq-head h2 {
        font-size: 24px;
    }

    .faq-item h3 {
        font-size: 17px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .footer-bottom > div {
        width: 100%;
    }
}
.logo {
  display:flex;
  align-items:center;
}

.site-logo {
  height:40px;   /* header'a göre ayarla */
  width:auto;
  display:block;
}
.logo img {
  height: 40px;   /* istediğin boyut */
  width: auto;
  max-width: 100%;
  display: block;
}

.video-frame {
  position: relative;
  width: 100%;
  height: 260px; /* sabit yükseklik veriyoruz */
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-col ul li a {
  text-decoration: none;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.custom-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.price-section {
  padding: 20px 5%;
  background: #f7f7f7;
}

.price-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px;
}

.price-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
  color: var(--text-gray);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  transition: 0.2s;
}

.price-card:hover {
  border-color: var(--primary);
}

.price-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.price-card ul {
  padding-left: 18px;
}

.price-card li {
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--text-gray);
}

@media (max-width: 768px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
}