/*
Theme Name: Ümmü Çötür Wellness
Theme URI: https://example.com/
Author: Web Sitesi Paketi
Description: Ümmü Çötür için lila tonlarda, yönetilebilir, Bootstrap uyumlu profesyonel WordPress tema.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ummucotur
*/

:root{
  --uc-primary:#8d53b7;
  --uc-primary-dark:#4a196f;
  --uc-primary-deep:#2f0b4d;
  --uc-lilac:#f4ecfb;
  --uc-lilac-2:#eadcf7;
  --uc-text:#2c2140;
  --uc-muted:#71677e;
  --uc-white:#ffffff;
  --uc-shadow:0 18px 45px rgba(80,35,110,.10);
  --uc-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--uc-text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.uc-serif{font-family:Georgia,'Times New Roman',serif}
.uc-section{padding:78px 0;position:relative;overflow:hidden}
.uc-section-soft{background:linear-gradient(180deg,#fff 0%,#fbf8fe 100%)}
.uc-section-title{font-family:Georgia,'Times New Roman',serif;color:var(--uc-primary-dark);font-size:clamp(32px,4vw,48px);text-align:center;margin-bottom:42px;position:relative}
.uc-section-title:before,.uc-section-title:after{content:'';display:inline-block;width:56px;height:1px;background:#ceb1e3;vertical-align:middle;margin:0 18px}
.uc-kicker{font-family:Georgia,'Times New Roman',serif;font-style:italic;color:#a26bc4;font-size:18px;margin-bottom:8px}

/* Header */
.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #f1e9f7}
.uc-navbar{min-height:84px}
.custom-logo-link img{max-height:54px;width:auto}
.uc-brand{display:flex;align-items:center;gap:10px;color:#a264c5;font-size:27px;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:700}
.uc-brand-mark{font-size:30px;color:#b67bd1}
.navbar-nav .nav-link,.navbar-nav>li>a{color:#2f2839!important;font-size:14px;font-weight:600;padding:31px 17px!important;position:relative;display:block}
.navbar-nav .current-menu-item>.nav-link:after,.navbar-nav .current-menu-item>a:after,.navbar-nav .nav-link:hover:after,.navbar-nav>li>a:hover:after{content:'';position:absolute;left:18px;right:18px;bottom:19px;height:2px;background:var(--uc-primary);border-radius:2px}
.uc-header-cta{background:linear-gradient(135deg,#9d65c7,#6f34a5);color:#fff!important;border-radius:11px;padding:12px 20px;font-weight:700;box-shadow:0 10px 22px rgba(117,56,159,.2)}

/* Hero */
.uc-hero{background:linear-gradient(100deg,#fbf5fe 0%,#f7eefa 44%,#f1e2f5 100%);position:relative;overflow:hidden}
.uc-hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 14% 20%,rgba(255,255,255,.95),transparent 25%),radial-gradient(circle at 76% 28%,rgba(255,255,255,.65),transparent 33%);pointer-events:none}
.uc-hero-slide{min-height:500px;display:flex;align-items:center;position:relative}
.uc-hero-content{position:relative;z-index:3;padding:68px 0 105px}
.uc-hero-title{font-family:Georgia,'Times New Roman',serif;color:#3e1764;font-size:clamp(44px,5vw,72px);line-height:1.06;letter-spacing:-1px;margin:0 0 24px;max-width:670px}
.uc-hero-desc{font-size:17px;max-width:580px;color:#4b4054;margin-bottom:30px}
.uc-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 22px;border-radius:10px;font-weight:700;transition:.2s ease;border:1px solid transparent}
.uc-btn-primary{background:linear-gradient(135deg,#9a63c5,#7137a8);color:#fff;box-shadow:0 10px 24px rgba(114,55,169,.22)}
.uc-btn-primary:hover{transform:translateY(-2px);color:#fff}
.uc-btn-light{background:#fff;color:#5a3478;border-color:#eee2f7;box-shadow:0 10px 24px rgba(58,37,74,.08)}
.uc-btn-light:hover{transform:translateY(-2px);color:#5a3478}
.uc-hero-visual{position:absolute;right:0;top:0;width:47%;height:100%;display:flex;align-items:flex-end;justify-content:center;z-index:2}
.uc-hero-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,229,249,1) 0%,rgba(244,229,249,.08) 33%,rgba(255,255,255,0) 100%);z-index:2}
.uc-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.uc-carousel .carousel-control-prev,.uc-carousel .carousel-control-next{width:5%}

/* Quick features */
.uc-quick-wrap{position:relative;margin-top:-53px;z-index:10}
.uc-quick-card{background:#fff;border:1px solid #f0e7f6;border-radius:22px;box-shadow:var(--uc-shadow);padding:20px 26px}
.uc-quick-item{display:flex;align-items:center;gap:15px;padding:7px 14px;border-right:1px solid #eee4f4}
.uc-quick-item:last-child{border-right:0}
.uc-icon{width:48px;height:48px;border-radius:50%;background:#f2e7fa;color:#8a4eb4;display:inline-flex;align-items:center;justify-content:center;font-size:23px;flex:0 0 48px}
.uc-quick-title{font-weight:800;color:#4a256a;font-size:14px}
.uc-quick-text{font-size:12px;color:#7d7386}

/* About */
.uc-about-photo{position:relative;padding:15px}
.uc-about-photo:before{content:'';position:absolute;inset:0;border:11px solid #f0e4f8;border-radius:50%}
.uc-about-photo img{position:relative;z-index:2;aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:0 15px 35px rgba(91,45,120,.12)}
.uc-about-title{font-family:Georgia,'Times New Roman',serif;color:#421b66;font-size:clamp(34px,4vw,50px);line-height:1.1;margin-bottom:8px}
.uc-about-subtitle{color:#694082;font-weight:700;margin-bottom:14px}
.uc-about-text{color:#4f4657}
.uc-pill-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.uc-pill{border:1px solid #e8daf3;border-radius:10px;padding:10px 15px;background:#fff;color:#5a3676;font-size:13px;font-weight:700;box-shadow:0 8px 18px rgba(77,48,93,.04)}

/* cards */
.uc-card{height:100%;background:#fff;border:1px solid #eee5f4;border-radius:20px;padding:30px 24px;box-shadow:0 14px 35px rgba(90,45,115,.06);transition:.25s ease;text-align:center}
.uc-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(90,45,115,.12)}
.uc-card h3{font-family:Georgia,'Times New Roman',serif;color:#492568;font-size:22px;margin:16px 0 12px}
.uc-card p{font-size:14px;color:#6c6175}
.uc-card-link{display:inline-flex;align-items:center;gap:10px;border:1px solid #d8bce9;border-radius:8px;padding:9px 14px;color:#75419a;font-size:12px;font-weight:800;margin-top:8px}

/* process */
.uc-process-card{text-align:center;position:relative;padding:42px 12px 0}
.uc-process-number{width:54px;height:54px;border-radius:50%;background:linear-gradient(145deg,#9f6bc7,#7a3fa7);color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:24px;display:flex;align-items:center;justify-content:center;margin:-27px auto 15px;box-shadow:0 10px 18px rgba(120,65,158,.2)}
.uc-process-inner{border:1px solid #eee4f4;border-radius:17px;padding:0 20px 24px;background:#fff;min-height:182px}
.uc-process-inner h4{font-family:Georgia,'Times New Roman',serif;color:#4d2a69;font-weight:700;margin:8px 0}
.uc-process-inner p{font-size:13px;color:#6a6071;margin:0}

/* benefits */
.uc-benefit{display:flex;gap:16px;align-items:flex-start;padding:12px}
.uc-benefit .uc-icon{width:58px;height:58px;flex-basis:58px}
.uc-benefit h4{font-family:Georgia,'Times New Roman',serif;color:#4c276b;font-size:18px;margin:3px 0 6px}
.uc-benefit p{font-size:13px;color:#6f6578;margin:0}

/* testimonials */
.uc-testimonial{height:100%;background:#fff;border:1px solid #eee3f5;border-radius:19px;padding:26px;box-shadow:0 14px 28px rgba(83,42,105,.06)}
.uc-testimonial-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.uc-testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#ead9f5}
.uc-testimonial-name{font-weight:800;color:#4d2a69}
.uc-testimonial-program{font-size:12px;color:#7b6a88}
.uc-stars{color:#8b3ec1;letter-spacing:2px;margin-top:12px}
.uc-testimonial p{font-size:13px;color:#574e60}

/* CTA */
.uc-cta{background:linear-gradient(135deg,#9d62c5,#7137a4);border-radius:20px;padding:28px 34px;color:#fff;box-shadow:0 15px 34px rgba(109,49,150,.25)}
.uc-cta h3{font-family:Georgia,'Times New Roman',serif;font-size:34px;margin:0}
.uc-whatsapp-round{width:76px;height:76px;border-radius:50%;background:#fff;color:#24c568;display:flex;align-items:center;justify-content:center;font-size:38px;box-shadow:0 10px 26px rgba(36,197,104,.18)}
.uc-phone-pill{background:#fff;color:#54316e;border-radius:999px;padding:8px 23px;font-weight:900;font-size:22px;display:inline-flex;align-items:center;gap:10px}

/* footer */
.site-footer{background:linear-gradient(110deg,#361052,#220735);color:#fff;padding:46px 0 18px}
.site-footer h5{font-size:14px;font-weight:800;margin-bottom:16px}
.site-footer p,.site-footer li,.site-footer a{color:#dbcfe3;font-size:13px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:6px}
.uc-footer-brand{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:27px;font-weight:700;margin-bottom:8px}
.uc-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:16px;color:#bfaecb;font-size:12px}

/* Floating WhatsApp */
.uc-floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:1000;width:62px;height:62px;border-radius:50%;background:#25D366;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 12px 30px rgba(37,211,102,.35);transition:.2s ease}
.uc-floating-whatsapp:hover{transform:scale(1.07);color:#fff}

/* Content pages */
.uc-page-hero{background:linear-gradient(135deg,#f7eefb,#efe2f7);padding:76px 0;text-align:center}
.uc-page-hero h1{font-family:Georgia,'Times New Roman',serif;color:#421c64;font-size:48px}
.uc-page-content{padding:70px 0;min-height:45vh}
.uc-page-content h2,.uc-page-content h3{color:#4b246c;font-family:Georgia,'Times New Roman',serif}

@media(max-width:991.98px){
  .site-header{position:relative}
  .navbar-nav .nav-link,.navbar-nav>li>a{padding:12px 0!important}
  .navbar-nav .current-menu-item>.nav-link:after,.navbar-nav .current-menu-item>a:after,.navbar-nav .nav-link:hover:after,.navbar-nav>li>a:hover:after{display:none}
  .uc-header-cta{display:inline-block;margin:10px 0 20px}
  .uc-hero-slide{min-height:auto}
  .uc-hero-content{padding:60px 0 360px}
  .uc-hero-visual{width:100%;height:350px;top:auto;bottom:0;opacity:.98}
  .uc-hero-visual:before{background:linear-gradient(180deg,rgba(244,229,249,1),rgba(244,229,249,0) 45%)}
  .uc-hero-visual img{object-position:center 15%}
  .uc-quick-wrap{margin-top:-28px}
  .uc-quick-item{border-right:0;border-bottom:1px solid #eee4f4;padding:14px}
  .uc-quick-item:last-child{border-bottom:0}
  .uc-section-title:before,.uc-section-title:after{width:28px;margin:0 8px}
}
@media(max-width:575.98px){
  .uc-section{padding:58px 0}
  .uc-navbar{min-height:72px}
  .uc-brand{font-size:23px}
  .uc-hero-title{font-size:43px}
  .uc-hero-desc{font-size:15px}
  .uc-hero-content{padding:48px 0 315px}
  .uc-hero-visual{height:310px}
  .uc-btn{width:100%;justify-content:center;margin-bottom:10px}
  .uc-section-title{font-size:33px}
  .uc-section-title:before,.uc-section-title:after{display:none}
  .uc-about-title{font-size:34px}
  .uc-cta{text-align:center;padding:25px 18px}
  .uc-cta h3{font-size:28px;margin-top:14px}
  .uc-phone-pill{font-size:18px;padding:8px 15px}
}
