/* ============================================================
Uzman Psikolog Salih Ekici — Saruhan Web Ajans - Burak Malgaz
============================================================ */
:root {
	--primary: #435730;
	--primary-dark: #2e3d20;
	--primary-deep: #222e18;
	--primary-light: #6c8551;
	--sage: #a8b598;
	--sage-soft: #e2e7d8;
	--cream: #f6f3ec;
	--cream-2: #efeae0;
	--ink: #1e2318;
	--muted: #6b7361;
	--line: rgba(67, 87, 48, 0.14);
	--shadow: 0 30px 60px -30px rgba(30, 35, 24, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html, body { overflow-x: clip; }
body {font-family: 'Poppins', system-ui, -apple-system, sans-serif;color: var(--ink);background: var(--cream);padding-top: 85px;line-height: 1.7;font-weight: 400;font-size: 15px;-webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5 {font-family: 'Poppins', sans-serif;color: var(--ink);font-weight: 600;letter-spacing: -0.02em;line-height: 1.2;}
a { text-decoration: none; color: inherit; transition: color .3s; }
img { max-width: 100%; display: block; }
::selection { background: var(--primary); color: var(--cream); }
/* Scroll progress */
.scroll-progress {position: fixed; top: 0; left: 0; height: 3px; width: 0%;background: linear-gradient(90deg, var(--primary), var(--sage));z-index: 1100; transition: width .1s linear;}
/* ---------- Section helpers ---------- */
.section-eyebrow {display: inline-flex; align-items: center; gap: 10px;font-size: 11px; font-weight: 600;letter-spacing: 0.24em; text-transform: uppercase;color: var(--primary); margin-bottom: 18px;}
.section-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--primary); }
.section-eyebrow.center { justify-content: center; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; font-weight: 700; }
.section-title em { font-style: italic; color: var(--primary); font-weight: 500; }
.section-lead { color: var(--muted); font-size: 1rem; max-width: 640px; font-weight: 300; }
/* ---------- Buttons ---------- */
.btn-se {display: inline-flex; align-items: center; gap: 12px;padding: 14px 28px; font-size: 13.5px; font-weight: 500;letter-spacing: 0.04em; border-radius: 999px;border: 1px solid var(--primary); transition: all .35s ease;cursor: pointer; white-space: nowrap; position: relative; overflow: hidden;}
.btn-se i { font-size: 12px; transition: transform .35s; }
.btn-se:hover i { transform: translateX(4px); }
.btn-primary-se { background: var(--primary); color: var(--cream); }
.btn-primary-se:hover { background: var(--primary-dark); color: var(--cream); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(46,61,32,.5); }
.btn-outline-se { background: transparent; color: var(--primary); }
.btn-outline-se:hover { background: var(--primary); color: var(--cream); }
/* ================= HEADER ================= */
.site-header {position: fixed; top: 0; left: 0; right: 0; z-index: 999;background: rgba(246, 243, 236, 0.88);backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);border-bottom: 1px solid var(--line);transition: box-shadow .35s ease, background .35s ease;}
.site-header::after {content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;background: linear-gradient(90deg, var(--primary), var(--sage) 50%, var(--primary));transform: scaleX(0); transform-origin: center; transition: transform .5s ease;}
.site-header.scrolled {box-shadow: 0 18px 46px -18px rgba(30,35,24,.32);background: rgba(250, 249, 245, .99);}
.site-header.scrolled::after { transform: scaleX(1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; transition: padding .35s ease; }
.site-header.scrolled .header-inner { padding: 8px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img.logo-img { height: 52px; width: auto; filter: brightness(0); transition: height .35s ease, opacity .3s; }
.site-header.scrolled .brand img.logo-img { height: 40px; }
.site-header.scrolled .header-cta { padding: 9px 18px; font-size: 12.5px; }
.site-header.scrolled .nav-menu a { padding-top: 8px; padding-bottom: 8px; font-size: 13.5px; }
.brand .logo-fallback { display: none; flex-direction: column; line-height: 1; }
.brand .logo-fallback strong { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 26px; color: var(--primary-dark); font-weight: 600; }
.brand .logo-fallback small { font-size: 9px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-top: 3px; }
.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { display: inline-block; padding: 10px 15px; font-size: 14px; font-weight: 500; color: var(--ink); position: relative; }
.nav-menu a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform .35s; border-radius: 2px; }
.nav-menu a:hover, .nav-menu a.active { color: var(--primary); }
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }
@media only screen and (min-width:992px) and (max-width:1199px){
	.nav-menu a{padding:10px;font-size:12px;}
}
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; background: var(--primary); color: var(--cream); border-radius: 999px; font-size: 13px; font-weight: 500; transition: all .3s; }
.header-cta:hover { background: var(--primary-dark); color: var(--cream); transform: translateY(-2px); }
.hamburger { display: none; background: transparent; border: 1px solid var(--line); width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; color: var(--primary); font-size: 17px; cursor: pointer; transition: all .3s; }
.hamburger:hover { background: var(--primary); color: var(--cream); border-color: var(--primary); }
/* Mobile nav */
.mobile-nav { position: fixed; top: 0; right: -100%; width: 85%; max-width: 360px; height: 100vh; background: var(--cream); box-shadow: -20px 0 60px rgba(0,0,0,.12); z-index: 1001; padding: 30px 26px; transition: right .45s cubic-bezier(.77,0,.18,1); display: flex; flex-direction: column; }
.mobile-nav.open { right: 0; }
.mobile-nav-close { align-self: flex-end; background: transparent; border: none; font-size: 24px; color: var(--primary); cursor: pointer; }
.mobile-nav ul { list-style: none; padding: 0; margin: 30px 0 0; }
.mobile-nav ul li { border-bottom: 1px solid var(--line); }
.mobile-nav ul li a { display: block; padding: 17px 0; font-size: 19px; font-weight: 500; }
.mobile-nav ul li a:hover { color: var(--primary); padding-left: 6px; }
.mobile-overlay { position: fixed; inset: 0; background: rgba(30,35,24,.45); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity .3s; backdrop-filter: blur(2px); }
.mobile-overlay.open { opacity: 1; pointer-events: auto; }
/* ================= PAGE HERO (iç sayfalar) ================= */
.page-hero {position: relative; padding: 108px 0 88px;background: linear-gradient(140deg, var(--primary-deep) 0%, var(--primary) 58%, var(--primary-light) 125%);overflow: hidden;}
.page-hero::before {content: ""; position: absolute; top: -190px; right: -130px;width: 540px; height: 540px; border-radius: 50%;background: radial-gradient(circle, rgba(246,243,236,.1), transparent 65%);}
.page-hero::after {content: ""; position: absolute; bottom: -230px; left: -150px;width: 480px; height: 480px; border-radius: 50%;border: 1.5px solid rgba(246,243,236,.14);}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .breadcrumb-se {display: inline-flex; align-items: center; gap: 12px;font-size: 11px; letter-spacing: .22em; text-transform: uppercase;color: var(--sage); font-weight: 600; margin-bottom: 24px;}
.page-hero .breadcrumb-se a { color: rgba(246,243,236,.72); font-weight: 500; }
.page-hero .breadcrumb-se a:hover { color: var(--cream); }
.page-hero .breadcrumb-se i { font-size: 8px; color: rgba(246,243,236,.4); }
.page-hero h1, .page-hero .page-title { color: var(--cream); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; margin-bottom: 0; }
.page-hero h1::after, .page-hero .page-title::after {content: ""; display: block; width: 76px; height: 4px; border-radius: 4px;background: linear-gradient(90deg, var(--sage), rgba(246,243,236,.2));margin-top: 22px;}
.page-hero .page-title em { color: var(--sage); font-style: italic; font-weight: 500; }
.page-hero p { color: rgba(246,243,236,.82); max-width: 640px; font-weight: 300; margin: 20px 0 0; }
/* ================= HERO (anasayfa) ================= */
.main-h1{position:absolute;top:0;left:0;width:0;height:0;opacity:0;visibility:hidden;}
.home-hero {position: relative;min-height: 650px;display: flex;align-items: stretch;background: var(--cream-2);overflow: hidden;}
.home-hero::before {content: "";position: absolute;width: 460px;height: 460px;left: -230px;bottom: -260px;border: 1px solid rgba(67,87,48,.16);border-radius: 50%;}
.home-hero-layout {width: 100%;display: grid;grid-template-columns: minmax(0, 1fr) minmax(390px, .84fr);align-items: stretch;}
.home-hero-copy {position: relative;z-index: 2;display: flex;flex-direction: column;justify-content: center;padding: 76px clamp(36px, 6vw, 92px) 76px max(24px, calc((100vw - 1320px) / 2));}
.home-hero-kicker {display: flex;align-items: center;gap: 13px;margin-bottom: 24px;color: var(--primary);font-size: 11px;font-weight: 600;letter-spacing: .22em;text-transform: uppercase;}
.home-hero-kicker::before { content: ""; width: 42px; height: 2px; background: var(--primary); }
.hero-copy-swiper { width: 100%; max-width: 620px; min-height: 174px; margin: 0 0 28px; }
.hero-copy-swiper .swiper-slide { height: auto; }
.hero-copy-swiper .slide-title { max-width: 720px;margin: 0 0 30px;font-size: clamp(2rem, 3vw, 3.5rem);line-height: .98;letter-spacing: -.055em;font-weight: 700; }
.hero-copy-swiper .slide-title span { display: inline-block; color: var(--primary); font-weight: 500; font-style: italic; margin-left:10px;}
.hero-copy-swiper .slide-text { max-width: 580px; margin: 0; color: var(--muted); font-size: .98rem; font-weight: 300; }
.hero-copy-swiper .swiper-pagination { position: static; margin-top: 24px; text-align: left; }
.hero-copy-swiper .swiper-pagination-bullet { width: 28px; height: 3px; margin: 0 6px 0 0 !important; border-radius: 4px; background: var(--primary); opacity: .22; transition: width .3s, opacity .3s; }
.hero-copy-swiper .swiper-pagination-bullet-active { width: 54px; opacity: 1; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.home-hero-media { position: relative; min-width: 0; min-height: 550px; margin: 0; overflow: hidden; background: var(--sage-soft); }
.home-hero-media::after {content: "";position: absolute;inset: 0;background: linear-gradient(180deg, rgba(34,46,24,.02), rgba(34,46,24,.2));pointer-events: none;}
.home-hero-media img {width: 100%;height: 100%;max-height:100vh;object-fit: cover;object-position: center 45%;transition: transform 1.2s cubic-bezier(.22,.61,.36,1);}
.home-hero-media:hover img { transform: scale(1.025); }
/* ================= HAKKIMIZDA (anasayfa) ================= */
.about { padding: 50px 0; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.about-visual { position: relative; aspect-ratio: 5 / 6; }
.about-visual .main-img {position: absolute; inset: 0; overflow: hidden;border-radius: 8px 200px 8px 8px;background-color: var(--sage-soft);background-repeat: no-repeat;background-size: cover;background-position: center 12%;}
.about-visual .main-img::after {content: ""; position: absolute; inset: 0;background: linear-gradient(180deg, transparent 55%, rgba(46,61,32,.16));pointer-events: none;}
.about-visual .accent { position: absolute; bottom: -30px; right: -20px; width: 55%; aspect-ratio: 1; background: var(--sage-soft); border-radius: 8px; z-index: -1; }
.about-visual .quote-card { position: absolute; top: 30px; left: -30px; background: var(--primary); color: var(--cream); padding: 22px 24px; border-radius: 12px; max-width: 230px; font-size: 15px; font-style: italic; line-height: 1.55; box-shadow: 0 20px 40px -20px rgba(30,35,24,.4); }
.about-visual .quote-card i { font-size: 22px; opacity: .5; display: block; margin-bottom: 8px; }
.about-visual p{color: var(--muted); font-size: 1rem; max-width: 640px; font-weight: 300;}
.about-signature { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.about-signature .name { font-size: 20px; font-weight: 600; color: var(--primary-dark); }
.about-signature .name small { display: block; font-size: 11px; color: var(--muted); letter-spacing: .16em; text-transform: uppercase; margin-top: 4px; font-weight: 500; }
/* ================= SÜREÇ ================= */
.process { padding: 120px 0; background: var(--primary); color: var(--cream); position: relative; overflow: hidden; }
.process::before { content: ""; position: absolute; top: -200px; left: -200px; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.035); }
.process::after { content: ""; position: absolute; bottom: -160px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.03); }
.process .section-eyebrow { color: var(--sage); }
.process .section-eyebrow::before { background: var(--sage); }
.process .section-title { color: var(--cream); }
.process .section-title em { color: var(--sage); }
.process .section-lead { color: rgba(246,243,236,.75); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 40px; left: 10%; right: 10%; height: 1px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.3) 0 8px, transparent 8px 16px); }
.process-step { padding: 0 20px; position: relative; opacity: 0; transform: translateY(30px); transition: all .8s ease; }
.process-step.visible { opacity: 1; transform: translateY(0); }
.process-step .num-wrap { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.process-step .num { width: 80px; height: 80px; border-radius: 50%; background: var(--primary-dark); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 600; color: var(--cream); position: relative; z-index: 2; transition: all .4s; letter-spacing: 0; }
.process-step:hover .num { background: var(--sage); color: var(--primary-dark); transform: scale(1.07) rotate(-4deg); }
.process-step h3 { color: var(--cream); font-size: 1.25rem; margin-bottom: 10px; text-align: center; font-weight: 600; }
.process-step p { color: rgba(246,243,236,.7); font-size: .88rem; text-align: center; margin: 0; font-weight: 300; }
/* ================= ÇALIŞMA ALANLARI ================= */
.fields { padding: 120px 0; background: var(--cream-2); }
.fields-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin-bottom: 60px; }
.field-card { background: var(--cream); padding: 38px 28px; border-radius: 12px; height: calc(100% - 30px); border: 1px solid transparent; transition: all .4s ease; position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; min-height: 250px; margin-bottom:30px;}
.field-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 3; border-radius: 12px 12px 0 0; background: linear-gradient(90deg, var(--primary), var(--sage)); transform: scaleX(0); transform-origin: left; transition: transform .45s ease; }
.field-card:hover { border-color: var(--sage); background: #fff; box-shadow: 0 24px 50px -30px rgba(30,35,24,.22); }
.field-card .field-num { transition: color .4s ease; }
.field-card:hover .field-num { color: var(--primary); }
.field-card:hover::before { transform: scaleX(1); }
.field-icon { width: 58px; height: 58px; border-radius: 12px; background: var(--sage-soft); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 24px; transition: all .4s; }
.field-card:hover .field-icon { background: var(--primary); color: var(--cream); transform: rotate(-6deg) scale(1.05); }
.field-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--ink); font-weight: 600; }
.field-card p { font-size: .86rem; color: var(--muted); font-weight: 300; margin-bottom: 18px;min-height:75px; }
.field-card .arrow { margin-top: auto; color: var(--primary); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.field-card .arrow i { transition: transform .3s; font-size: 10px; }
.field-card:hover .arrow i { transform: translateX(4px); }
.field-num { position: absolute; top: 24px; right: 26px; font-size: 15px; color: var(--sage); font-weight: 600; letter-spacing: .08em; }
.field-all{margin-bottom:30px;background: var(--sage-soft); color: var(--primary);display:flex;flex-direction:row;align-items:center;gap:20px;padding:10px 30px;border-radius:5px;width: fit-content;margin:0 auto 30px auto;transition: all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.field-all:hover{gap:30px;color: var(--sage-soft);background: var(--primary);}
/* Çalışma alanları iç sayfa */
.area-list { display: flex; flex-direction: column; gap: 22px; }
.area-row { display: flex; gap: 26px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 32px; transition: all .4s; align-items: flex-start; }
.area-row:hover { transform: translateX(8px); box-shadow: var(--shadow); border-color: var(--sage); }
.area-row .field-icon { margin-bottom: 0; flex-shrink: 0; }
.area-row h3 { font-size: 1.35rem; margin-bottom: 8px; }
.area-row p { color: var(--muted); font-size: .92rem; font-weight: 300; margin-bottom: 12px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.area-tags span { font-size: 11px; padding: 5px 13px; border-radius: 999px; background: var(--sage-soft); color: var(--primary-dark); font-weight: 500; }
/* ================= TERAPİLER ================= */
.therapies { padding: 120px 0; background: var(--cream); }
.swiper-nav { display: flex; gap: 10px; }
.swiper-nav button { width: 50px; height: 50px; border-radius: 50%; background: transparent; border: 1px solid var(--primary); color: var(--primary); font-size: 14px; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: center; }
.swiper-nav button:hover { background: var(--primary); color: var(--cream); transform: translateY(-2px); }
.therapy-card { position: relative; height: 520px; border-radius: 14px; overflow: hidden; }
.therapy-card .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .9s ease; }
.therapy-card:hover .bg { transform: scale(1.08); }
.therapy-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,35,24,.1) 0%, rgba(30,35,24,.35) 45%, rgba(46,61,32,.94) 100%); }
.therapy-card .content { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; color: var(--cream); z-index: 2; }
.therapy-card .tag { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin-bottom: 16px; }
.therapy-card h3 { color: var(--cream); font-size: 1.7rem; margin-bottom: 14px; font-weight: 600; }
.therapy-card .more { display: inline-flex; align-items: center; gap: 10px; padding: 11px 22px; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.3); color: var(--cream); border-radius: 999px; font-size: 12.5px; font-weight: 500; transition: all .3s; }
.therapy-card .more:hover { background: var(--cream); color: var(--primary-dark); border-color: var(--cream); }
/* Terapi detay blokları */
.therapy-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 50px 0; border-bottom: 1px solid var(--line); }
.therapy-detail:last-child { border-bottom: none; }
.therapy-detail.reverse .td-img { order: 2; }
.td-img { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; }
.td-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s; }
.td-img:hover img { transform: scale(1.06); }
.td-img .num { position: absolute; top: 18px; left: 18px; background: var(--cream); color: var(--primary); font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 999px; letter-spacing: .1em; }
.td-text .badge-sm { display: inline-block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--primary); background: var(--sage-soft); padding: 6px 14px; border-radius: 999px; font-weight: 600; margin-bottom: 16px; }
.td-text h3 { font-size: 1.9rem; margin-bottom: 14px; }
.td-text p { color: var(--muted); font-weight: 300; margin-bottom: 16px; }
.td-text ul { list-style: none; padding: 0; margin: 0 0 24px; }
.td-text ul li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; margin-bottom: 10px; color: var(--ink); }
.td-text ul li i { color: var(--primary); margin-top: 5px; font-size: 12px; }
/* Terapi detay mini adımlar */
.step-mini { list-style: none; padding: 0; margin: 24px 0; counter-reset: step; }
.step-mini li { counter-increment: step; position: relative; padding: 0 0 24px 60px; font-size: .92rem; color: #454c3e; font-weight: 300; }
.step-mini li::before {content: "0" counter(step); position: absolute; left: 0; top: 0;width: 44px; height: 44px; border-radius: 50%;background: var(--sage-soft); color: var(--primary);font-weight: 600; font-size: 14px;display: flex; align-items: center; justify-content: center;}
.step-mini li::after { content: ""; position: absolute; left: 21px; top: 50px; bottom: 4px; width: 1px; background: var(--line); }
.step-mini li:last-child { padding-bottom: 0; }
.step-mini li:last-child::after { display: none; }
.step-mini li strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 4px; font-size: .98rem; }
/* Terapi iç sayfası */
.therapy-page { padding: 50px 0; background: var(--cream); }
.therapy-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 56px; align-items: start; }
.therapy-main { min-width: 0; }
.therapy-lead-image { margin: 0 0 46px; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 14px; background: var(--sage-soft); }
.therapy-lead-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.therapy-lead-image:hover img { transform: scale(1.025); }
.therapy-intro { font-size: 1.08rem; color: #454c3e; line-height: 1.85; font-weight: 300; }
.therapy-copy h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.therapy-copy h3 { margin: 40px 0 14px; font-size: 1.35rem; }
.therapy-copy p { color: #454c3e; font-weight: 300; }
.therapy-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; padding: 0; margin: 24px 0 0; list-style: none; }
.therapy-feature-list li { display: flex; gap: 10px; color: #454c3e; font-size: .9rem; font-weight: 300; }
.therapy-feature-list i { margin-top: 5px; color: var(--primary); font-size: 12px; flex-shrink: 0; }
.therapy-note { margin: 34px 0; padding: 26px 30px; border-left: 3px solid var(--primary); background: var(--sage-soft); color: var(--primary-dark); font-style: italic; }
.therapy-cta-inline { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
/* ================= OFİS ================= */
.office { padding: 120px 0; background: var(--cream-2); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 14px; margin-top: 60px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 10px; cursor: pointer; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(46,61,32,.65)); opacity: 0; transition: opacity .4s; }
.gallery-item .zoom { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.6); width: 54px; height: 54px; border-radius: 50%; background: var(--cream); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 15px; z-index: 2; opacity: 0; transition: all .4s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover .zoom { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.g1 { grid-column: span 2; grid-row: span 2; }
.g3 { grid-column: span 1; grid-row: span 2; }
.g5 { grid-column: span 2; grid-row: span 1; }
/* ============== FAQ (B) — Centered minimal accordion ================ */
.faq{padding:140px 0;background:var(--cream);position:relative;overflow:hidden}
.faq-accordion{--bs-accordion-border-color:transparent;max-width:900px;margin:0 auto;background:transparent}
.faq-accordion .accordion-item{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0 !important;margin:0}
.faq-accordion .accordion-button{padding:28px 8px;font-size:clamp(17px,2vw,21px);font-weight:700;color:var(--ink);background:transparent;box-shadow:none;letter-spacing:-.01em;display:flex;align-items:center;gap:20px}
.faq-accordion .accordion-button::after{display:none}
.faq-accordion .accordion-button:not(.collapsed){color:var(--primary);background:transparent}
.faq-accordion .accordion-button:focus{box-shadow:none}
.faq-qno{flex:0 0 auto;font-size:14px;font-weight:800;color:var(--primary);opacity:.55;min-width:34px}
.accordion-button:not(.collapsed) .faq-qno{opacity:1}
.faq-toggle{margin-left:auto;flex:0 0 46px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);font-size:15px;transition:all .3s ease}
.accordion-button:not(.collapsed) .faq-toggle{background:var(--primary);color:#fff;border-color:var(--primary);transform:rotate(45deg)}
.faq-accordion .accordion-body{padding:0 8px 30px 62px;color:var(--muted);font-size:15px;line-height:1.85;max-width:760px}
/* ================= RANDEVU CTA ================= */
.cta-appointment { padding: 120px 0; background: var(--cream); }
.cta-box { background: var(--primary); border-radius: 20px; padding: 80px 60px; color: var(--cream); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-box::before { content: ""; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(255,255,255,.05); }
.cta-box::after { content: ""; position: absolute; bottom: -80px; right: 130px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.04); }
.cta-box .section-eyebrow { color: var(--sage); position: relative; z-index: 2; }
.cta-box .section-eyebrow::before { background: var(--sage); }
.cta-box h2 { color: var(--cream); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; position: relative; z-index: 2; }
.cta-box h2 em { color: var(--sage); font-style: italic; font-weight: 500; }
.cta-box p { color: rgba(246,243,236,.85); font-size: 1rem; max-width: 520px; margin: 0; position: relative; z-index: 2; font-weight: 300; }
.cta-box .btn-wrap { text-align: right; position: relative; z-index: 2; }
.btn-cta-appointment { display: inline-flex; align-items: center; gap: 14px; padding: 20px 34px; background: var(--cream); color: var(--primary-dark); border-radius: 999px; font-size: 14.5px; font-weight: 600; transition: all .3s; }
.btn-cta-appointment:hover { background: var(--sage); color: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 20px 40px -15px rgba(0,0,0,.35); }
.btn-cta-appointment i { width: 34px; height: 34px; border-radius: 50%; background: var(--primary); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; transition: transform .3s; }
.btn-cta-appointment:hover i { transform: translateX(4px); }
/* ================= SIDEBAR + AUTHOR ================= */
.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: start; }
.sidebar { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 26px; }
.author-card { background: var(--primary); color: var(--cream); border-radius: 16px; padding: 34px 28px; text-align: center; position: relative; overflow: hidden; }
.author-card::before { content: ""; position: absolute; top: -60px; right: -60px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.05); }
.author-card .author-photo { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; object-position: center top; margin: 0 auto 18px; border: 3px solid var(--sage); }
.author-card h4 { color: var(--cream); font-size: 1.2rem; margin-bottom: 4px; }
.author-card .role { display: block; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); font-weight: 600; margin-bottom: 16px; }
.author-card p { font-size: .86rem; color: rgba(246,243,236,.8); font-weight: 300; margin-bottom: 20px; position: relative; }
.author-card .author-social { display: flex; justify-content: center; gap: 8px; margin-bottom: 20px; position: relative; }
.author-card .author-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(246,243,236,.25); display: flex; align-items: center; justify-content: center; color: var(--sage); font-size: 12px; transition: all .3s; }
.author-card .author-social a:hover { background: var(--sage); color: var(--primary-dark); border-color: var(--sage); transform: translateY(-3px); }
.author-card .btn-author { display: inline-flex; align-items: center; gap: 8px; background: var(--cream); color: var(--primary-dark); padding: 11px 24px; border-radius: 999px; font-size: 12.5px; font-weight: 600; position: relative; transition: all .3s; }
.author-card .btn-author:hover { background: var(--sage); transform: translateY(-2px); }
.sidebar-widget { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.sidebar-widget h4 { font-size: 1.05rem; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.sidebar-widget h4 i { color: var(--primary); font-size: 14px; }
.sidebar-widget ul { list-style: none; padding: 0; margin: 0; }
.sidebar-widget ul li { margin-bottom: 4px; }
.sidebar-widget ul li a { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; font-size: .88rem; color: var(--muted); border-radius: 8px; transition: all .25s; }
.sidebar-widget ul li a:hover { background: var(--sage-soft); color: var(--primary-dark); padding-left: 16px; }
.sidebar-widget ul li a span { font-size: 10.5px; background: var(--sage-soft); color: var(--primary); padding: 2px 9px; border-radius: 999px; font-weight: 600; }
.sidebar-randevu-card{background:var(--primary);border-color:var(--primary);text-align:center;}
.sidebar-randevu-card h4{color:var(--cream);border-color:rgba(255,255,255,.15);justify-content:center;}
.sidebar-randevu-card p{color:rgba(246,243,236,.8);font-size:.86rem;font-weight:300;margin-bottom:18px;}
.sidebar-randevu-card a{background:var(--cream);color:var(--primary-dark);border-color:var(--cream);}
.recent-post { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.recent-post img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.recent-post a { font-size: .85rem; font-weight: 500; line-height: 1.4; color: var(--ink); }
.recent-post a:hover { color: var(--primary); }
.recent-post small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
/* ================= SERTİFİKALAR ================= */
.certs { padding: 110px 0; background: var(--cream-2); }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
.cert-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 32px 28px; position: relative; overflow: hidden; transition: all .4s; }
.cert-card::after { content: "\f0a3"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; bottom: -18px; right: -12px; font-size: 90px; color: var(--sage-soft); opacity: .55; transition: all .4s; }
.cert-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sage); }
.cert-card:hover::after { color: var(--sage); transform: rotate(-8deg) scale(1.06); }
.cert-icon { width: 54px; height: 54px; border-radius: 12px; background: var(--primary); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 22px; position: relative; z-index: 1; }
.cert-card h3 { font-size: 1.15rem; margin-bottom: 8px; position: relative; z-index: 1; }
.cert-card p { font-size: .85rem; color: var(--muted); font-weight: 300; margin: 0; position: relative; z-index: 1; }
.cert-card .cert-tag { display: inline-block; margin-top: 16px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--primary); font-weight: 600; position: relative; z-index: 1; }
/* ================= BLOG ================= */
.blog-section { padding: 50px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: all .4s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.blog-card .blog-img { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.blog-card .blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s; }
.blog-card:hover .blog-img img { transform: scale(1.08); }
.blog-card .blog-img .cat { position: absolute; top: 14px; left: 14px; background: var(--primary); color: var(--cream); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; padding: 6px 14px; border-radius: 999px; }
.blog-card .blog-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.blog-card .meta { display: flex; gap: 16px; font-size: 11.5px; color: var(--muted); margin-bottom: 12px; }
.blog-card .meta i { color: var(--sage); margin-right: 5px; }
.blog-card h3 { font-size: 1.2rem; margin-bottom: 10px; line-height: 1.35; }
.blog-card h3 a:hover { color: var(--primary); }
.blog-card p { font-size: .88rem; color: var(--muted); font-weight: 300; margin-bottom: 18px; }
.blog-card .read { margin-top: auto; color: var(--primary); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.blog-card .read i { transition: transform .3s; font-size: 10px; }
.blog-card:hover .read i { transform: translateX(5px); }
/*blog-page*/
.blog-before-box,
.blog-after-box {display: flex;flex-wrap: wrap;margin-bottom: 50px;background: var(--cream); border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);padding:15px;}
.blog-before-box .content,
.blog-after-box .content {max-width: 55%;flex: 0 0 55%;padding: 15px;display: flex;flex-direction: column;justify-content: center;}
.blog-before-box .content h3,
.blog-after-box .content h3 {font-size: 20px;font-weight: 700;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.blog-before-box .content h3 a,
.blog-after-box .content h3 a {color: {{ $page->pageHeader->text_color }};}
.blog-before-box .content p,
.blog-after-box .content p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;color: {{ $page->pageHeader->pasif_text_color }};}
.blog-before-box .img,
.blog-after-box .img {max-width: 45%;flex: 0 0 45%;position: relative;padding: 15px;}
.blog-before-box .img img,
.blog-after-box .img img {width: 100%;height: 200px;object-fit: cover;}
/* Blog detay */
.post-article { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.post-article .post-hero { aspect-ratio: 21/9; overflow: hidden; }
.post-article .post-hero img { width: 100%; height: 100%; object-fit: cover; }
.post-article .post-body { padding: 46px; }
.post-article h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 16px; }
.post-article .post-meta { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12.5px; color: var(--muted); margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.post-article .post-meta span i { color: var(--primary); margin-right: 6px; }
.post-article p { color: #454c3e; font-weight: 300; margin-bottom: 18px; }
.post-article blockquote { border-left: 3px solid var(--primary); background: var(--sage-soft); padding: 22px 28px; border-radius: 0 12px 12px 0; font-style: italic; color: var(--primary-dark); margin: 28px 0; font-size: 1.02rem; }
.post-article h3 { font-size: 1.35rem; margin: 30px 0 14px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.post-tags a { font-size: 11.5px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); transition: all .3s; }
.post-tags a:hover { background: var(--primary); color: var(--cream); border-color: var(--primary); }
/* ================= İLETİŞİM ================= */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
.contact-card { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 40px 32px; text-align: center; transition: all .4s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sage); }
.contact-card .c-icon { width: 66px; height: 66px; border-radius: 50%; background: var(--sage-soft); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 22px; transition: all .4s; }
.contact-card:hover .c-icon { background: var(--primary); color: var(--cream); transform: rotate(-8deg); }
.contact-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.contact-card p { font-size: .9rem; color: var(--muted); font-weight: 300; margin-bottom: 18px; }
.contact-iframe{background: var(--cream); border: 1px solid var(--line); border-radius: 16px; transition: all .4s; }
.contact-iframe iframe{width:100%;height:380px;object-fit:cover;border-radius:16px;}
/* ================= FOOTER ================= */
.footer { background: #1e2318; color: rgba(246,243,236,.75); }
.footer-top { padding: 80px 0 60px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand img.logo-img { height: 56px; width: auto; margin-bottom: 20px; }
.footer-brand .logo-fallback { display: none; flex-direction: column; margin-bottom: 20px; line-height: 1; }
.footer-brand .logo-fallback strong { font-family: Georgia, serif; font-style: italic; font-size: 26px; color: var(--cream); }
.footer-brand .logo-fallback small { font-size: 9px; letter-spacing: .42em; text-transform: uppercase; color: var(--sage); margin-top: 3px; }
.footer-desc { font-size: 13.5px; line-height: 1.75; max-width: 320px; font-weight: 300; }
.footer h4 { color: var(--cream); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin-bottom: 22px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 5px; }
.footer ul li a { font-size: 13.5px; color: rgba(246,243,236,.72); display: inline-flex; align-items: center; gap: 8px; transition: all .3s; font-weight: 300;line-height:1;}
.footer ul li a::before { content: ""; width: 6px; height: 1px; background: var(--sage); transition: width .3s; }
.footer ul li a:hover { color: var(--sage); padding-left: 4px; }
.footer ul li a:hover::before { width: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(246,243,236,.15); display: flex; align-items: center; justify-content: center; color: var(--sage); font-size: 13px; transition: all .3s; }
.footer-social a:hover { background: var(--sage); color: var(--primary-dark); border-color: var(--sage); transform: translateY(-3px); }
.footer-center { padding: 28px 0; border-top: 1px solid rgba(246,243,236,.08); border-bottom: 1px solid rgba(246,243,236,.08); font-size: 12px; line-height: 1.8; color: rgba(246,243,236,.5); text-align: center; font-weight: 300; }
.footer-center .inner { max-width: 960px; margin: 0 auto; }
.footer-bottom { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 12.5px; }
.footer-bottom .legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .legal-links a { color: rgba(246,243,236,.6); }
.footer-bottom .legal-links a:hover { color: var(--sage); }
.footer-bottom .swa a { color: var(--sage); font-weight: 500; }
.footer-bottom .swa a img{width:50px;height:auto;filter: invert(1);opacity:.5;}
.footer-bottom .copy { color: rgba(246,243,236,.5); font-weight: 300; }
/* ================= Reveal ================= */
.reveal { opacity: 0; transform: translateY(40px); transition: all .9s cubic-bezier(.22,.61,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: all .9s cubic-bezier(.22,.61,.36,1); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
/* ================= RESPONSIVE ================= */
@media (max-width: 1199px) {
.content-layout { grid-template-columns: 1fr 300px; gap: 36px; }
}
@media (max-width: 991px) {
.nav-menu, .header-cta { display: none; }
.hamburger { display: inline-flex; }
.home-hero { min-height: auto; }
.home-hero-layout { display:block;}
.home-hero-copy { padding: 70px max(24px, calc((100vw - 720px) / 2)) 64px; }
.home-hero h1 { max-width: 680px; }
.home-hero-media { min-height: 680px; }
.home-hero-media img { min-height: 680px; object-position: center 22%; }
.about-grid { grid-template-columns: 1fr; gap: 80px; }
.about-visual {display:none;}
.process-steps { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
.process-steps::before { display: none; }
.cta-box { grid-template-columns: 1fr; padding: 56px 40px; }
.cta-box .btn-wrap { text-align: left; }
.footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
.gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
.g1 { grid-column: span 2; }
.g5 { grid-column: span 2; }
.content-layout { grid-template-columns: 1fr; }
.sidebar { position: static; }
.therapy-detail { grid-template-columns: 1fr; gap: 30px; }
.therapy-detail.reverse .td-img { order: 0; }
.therapy-page-grid { grid-template-columns: 1fr; gap: 46px; }
.blog-grid { grid-template-columns: repeat(2, 1fr); }
.cert-grid { grid-template-columns: repeat(2, 1fr); }
.contact-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 640px) {
body { padding-top: 76px; }
.about, .process, .fields, .therapies, .office, .reviews, .cta-appointment, .blog-section, .certs { padding: 80px 0; }
.process-steps { grid-template-columns: 1fr; }
.footer-top { grid-template-columns: 1fr; gap: 40px; padding: 60px 0 40px; }
.footer-bottom { flex-direction: column; text-align: center; }
.cta-box { padding: 46px 26px; }
.therapy-card { height: 460px; }
.home-hero-copy { padding: 52px 20px 46px; }
.home-hero-kicker { margin-bottom: 18px; font-size: 9.5px; letter-spacing: .17em; }
.home-hero-kicker::before { width: 30px; }
.hero-copy-swiper { min-height: 198px; margin-bottom: 22px; }
.hero-copy-swiper .slide-text { font-size: .91rem; }
.home-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
.home-hero-actions .btn-se { justify-content: center; width: 100%; }
.home-hero-media, .home-hero-media img { min-height: 520px; }
.home-hero-media { height: 66svh; }
.home-hero-media img { object-position: center 18%; }
.about-visual .quote-card { left: 0; }
.gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
.g1, .g3, .g5 { grid-column: span 1; grid-row: span 1; }
.about-visual .accent { right: 10px; bottom: -20px; }
.blog-grid { grid-template-columns: 1fr; }
.cert-grid { grid-template-columns: 1fr; }
.post-article .post-body { padding: 30px 22px; }
.therapy-page { padding: 76px 0; }
.therapy-lead-image { margin-bottom: 34px; aspect-ratio: 4 / 3; border-radius: 10px; }
.therapy-feature-list { grid-template-columns: 1fr; }
.therapy-note { padding: 22px; }
.area-row { flex-direction: column; padding: 26px; }
.brand img.logo-img { height: 44px; }
.page-hero { padding: 70px 0 50px; }
}

@media (max-width: 380px) {
.home-hero-media, .home-hero-media img { min-height: 460px; }
.btn-se { white-space: normal; text-align: center; }
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-head{padding:75px 0 35px 0;background:var(--bg-color);}
.page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page-head .breadcrumb{font-size:.8em;}
.page-body{padding:50px 0 20px 0;}
.page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page-form{margin-bottom:50px;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:9999;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fixed-contact {position: fixed;right: 25px;bottom: 25px;z-index: 9999;display: flex;flex-direction: column;gap: 10px;}
.fixed-contact-item {position: relative;display: flex;align-items: center;width: fit-content;min-height: 64px;padding: 8px 8px 8px 8px;background: #fff;color: var(--ink);border: 1px solid var(--line);border-radius: 14px;text-decoration: none;box-shadow: 0 15px 35px -15px rgba(30, 35, 24, 0.35);transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;}
.fixed-contact-item:hover {color: var(--ink);text-decoration: none;transform: translateX(-6px);box-shadow:0 20px 40px -15px rgba(30, 35, 24, 0.4);border-color: rgba(67, 87, 48, 0.25);}
.fixed-contact-icon {flex: 0 0 48px;width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;border-radius: 11px;background: var(--sage-soft);color: var(--primary);font-size: 20px;transition:background 0.3s ease,color 0.3s ease;}
.fixed-contact-item.whatsapp:hover .fixed-contact-icon {background: var(--primary);color: #fff;}
.fixed-contact-item.phone:hover .fixed-contact-icon {background: var(--primary);color: #fff;}
.fixed-contact-item.mail:hover .fixed-contact-icon {background: var(--primary);color: #fff;}
@media (max-width: 767.98px) {
	.fixed-contact {right: 15px;bottom: 15px;gap: 8px;}
	.fixed-contact-item {width: 56px;height: 56px;min-height: 56px;padding: 4px;border-radius: 50%;justify-content: center;}
	.fixed-contact-item:hover {transform: none;}
	.fixed-contact-icon {width: 48px;height: 48px;flex: 0 0 48px;border-radius: 50%;font-size: 19px;}
	.fixed-contact-text {display: none;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .fixed-contact {right: 18px;bottom: 18px;}
    .fixed-contact-item {width: 210px;}
}