/*
 * hizmetim.tr — İşletme Subdomain Site CSS
 * Temel tasarım: randu.tr subdomain barber teması
 */

/* ═══════════════════════════════════════════════
   CSS DEĞİŞKENLERİ (classic-barber benzeri tema)
   ═══════════════════════════════════════════════ */
:root {
  --t-primary:          #1e40af;
  --t-primary-light:    #3b82f6;
  --t-secondary:        #0ea5e9;
  --t-accent:           #6366f1;
  --t-gradient:         linear-gradient(135deg, #1e40af, #3b82f6);
  --t-gradient-hero:    linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1e40af 70%, #3b82f6 100%);

  --t-bg-body:          #0f172a;
  --t-bg-card:          rgba(255,255,255,0.04);
  --t-bg-header:        #1e293b;
  --t-bg-topbar:        #111827;

  --t-text-primary:     #ffffff;
  --t-text-secondary:   rgba(255,255,255,0.8);
  --t-text-muted:       #94a3b8;

  --t-nav-text:         #ffffff;
  --t-login-border:     rgba(255,255,255,0.3);
  --t-login-hover-bg:   rgba(255,255,255,0.1);

  --t-dropdown-bg:      #1e293b;
  --t-dropdown-border:  rgba(59,130,246,0.2);
  --t-dropdown-text:    #e2e8f0;
  --t-dropdown-hover:   rgba(59,130,246,0.1);

  --t-mobile-bg:        linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  --t-primary-alpha:    rgba(30,64,175,0.1);
  --t-primary-light-alpha: rgba(59,130,246,0.5);

  --t-hero-filter:      brightness(0.4);
  --t-hero-title-gradient: linear-gradient(135deg, #fff 0%, #3b82f6 100%);
  --t-primary-light-30: rgba(59,130,246,0.3);
  --t-secondary-20:     rgba(16,185,129,0.2);
  --t-accent-15:        rgba(139,92,246,0.15);

  --t-shadow-color:     rgba(30,64,175,0.3);
  --t-card-shadow:      rgba(0,0,0,0.3);
  --t-card-border:      rgba(255,255,255,0.1);

  --t-header-sticky-bg: rgba(15,23,42,0.95);
  --t-header-border:    rgba(255,255,255,0.1);

  --t-shape1: linear-gradient(135deg, #1e40af, #3b82f6);
  --t-shape2: linear-gradient(135deg, #0ea5e9, #06b6d4);
  --t-shape3: linear-gradient(135deg, #3b82f6, #1e40af);
}

/* ═══════════════════════════════════════════
   TEMEL
   ═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--t-bg-body);
  color: var(--t-text-primary);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ═══════════════════════════════════════════
   SCROLL PROGRESS BAR
   ═══════════════════════════════════════════ */
.scroll-progress-bar {
  position: fixed; top: 0; left: 0; height: 4px;
  background: var(--t-gradient);
  width: 0%; z-index: 100003; transition: width 0.1s ease;
}

/* ═══════════════════════════════════════════
   STICKY MOBILE BAR
   ═══════════════════════════════════════════ */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  display: flex; z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
.d-desktop-none { display: none; }
@media (max-width: 968px) { .d-desktop-none { display: flex; } }

.sticky-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 10px 6px; font-size: 11px; font-weight: 600; gap: 4px;
  color: #fff; text-decoration: none; transition: opacity 0.2s;
}
.sticky-btn:hover { opacity: 0.85; }
.sticky-btn i { font-size: 18px; }
.sticky-call  { background: #1e40af; }
.sticky-wp    { background: #25d366; }
.sticky-teklif{ background: var(--t-accent, #6366f1); }

/* ═══════════════════════════════════════════
   TOP INFO BAR
   ═══════════════════════════════════════════ */
.barber-top-info {
  background: var(--t-bg-topbar);
  padding: 10px 0; display: none; position: relative;
}
.barber-top-info-container {
  max-width: 1400px; margin: 0 auto; padding: 0 20px;
  display: flex; justify-content: space-between; align-items: center;
}
.barber-top-left  { display: flex; align-items: center; gap: 28px; }
.barber-top-right { display: flex; align-items: center; gap: 12px; }

.barber-top-contact {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-size: 13px; font-weight: 500;
  transition: color 0.3s; position: relative;
}
a.barber-top-contact:hover { color: var(--t-primary-light); }
.barber-top-contact i {
  font-size: 13px; color: var(--t-primary-light);
  border: 2px solid var(--t-primary-light); border-radius: 6px;
  width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
a.barber-top-contact:hover i { background: var(--t-primary-light); color: #0f172a; }
.barber-open-badge { color: #22c55e !important; }

.barber-top-social {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; transition: all 0.3s;
  background: var(--t-primary-light); border: none;
}
.barber-top-social:hover { background: #fff; color: var(--t-primary-light); transform: scale(1.1); }

@media (min-width: 769px) { .barber-top-info { display: block; } }

/* ═══════════════════════════════════════════
   MAIN HEADER
   ═══════════════════════════════════════════ */
.barber-main-header {
  background: var(--t-bg-header);
  position: sticky; top: 0; left: 0; right: 0; width: 100%;
  z-index: 99999; box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: background 0.3s;
}
.barber-header-container {
  max-width: 1400px; margin: 0 auto; padding: 0 20px;
  display: flex; justify-content: space-between; align-items: center; min-height: 80px;
}

/* Logo */
.barber-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; z-index: 100001; position: relative; }
.barber-logo-img { height: 58px; width: auto; max-width: 200px; object-fit: contain; transition: transform 0.3s; }
.barber-logo:hover .barber-logo-img { transform: scale(1.05); }
.barber-logo-placeholder {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--t-gradient);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 800; color: #fff;
  flex-shrink: 0; box-shadow: 0 4px 12px var(--t-shadow-color);
  transition: transform 0.3s;
}
.barber-logo:hover .barber-logo-placeholder { transform: scale(1.05); }
.barber-logo-text h1 { font-size: 22px; font-weight: 800; color: var(--t-text-primary); margin: 0; letter-spacing: 0.3px; }
.barber-logo-text p  { font-size: 11px; color: var(--t-text-muted); margin: 0; text-transform: uppercase; letter-spacing: 1px; }

/* Nav */
.barber-nav { display: flex; gap: 32px; margin: 0; padding: 0; list-style: none; }
.barber-nav-item {
  color: var(--t-nav-text); text-decoration: none;
  font-size: 15px; font-weight: 500; padding: 8px 0;
  position: relative; transition: color 0.3s;
}
.barber-nav-item::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--t-gradient); transition: width 0.3s;
}
.barber-nav-item:hover,
.barber-nav-item.menu-active { color: var(--t-primary-light); }
.barber-nav-item:hover::after,
.barber-nav-item.menu-active::after { width: 100%; }

/* CTA Buttons */
.barber-cta-btn {
  background: var(--t-gradient); color: white; padding: 11px 24px;
  border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s;
  box-shadow: 0 4px 15px var(--t-shadow-color);
}
.barber-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px var(--t-shadow-color); color: white; }

.barber-header-actions { display: flex; align-items: center; gap: 12px; }

.barber-login-btn {
  background: transparent; border: 2px solid var(--t-login-border);
  color: var(--t-nav-text); padding: 9px 18px; border-radius: 8px;
  text-decoration: none; font-weight: 500; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s;
}
.barber-login-btn:hover { background: var(--t-login-hover-bg); border-color: var(--t-primary-light); color: var(--t-primary-light); transform: translateY(-2px); }

/* Mobile toggle */
.barber-mobile-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px; z-index: 100001;
}
.barber-mobile-toggle span { width: 25px; height: 3px; background: var(--t-nav-text); border-radius: 3px; transition: all 0.3s cubic-bezier(0.68,-0.55,0.265,1.55); }
.barber-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(7px,7px); }
.barber-mobile-toggle.active span:nth-child(2) { opacity: 0; }
.barber-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px,-7px); }

/* ═══════════════════════════════════════════
   MOBILE MENU + OVERLAY
   ═══════════════════════════════════════════ */
.barber-mobile-close {
  position: absolute; top: 18px; right: 18px; width: 40px; height: 40px;
  background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: white; font-size: 18px; transition: all 0.3s; z-index: 100001;
}
.barber-mobile-close:hover { background: rgba(255,255,255,0.2); transform: scale(1.1) rotate(180deg); }

.barber-mobile-menu {
  position: fixed; top: 0; right: -100%; width: 100%; max-width: 320px; height: 100vh;
  background: var(--t-mobile-bg); z-index: 100000;
  transition: right 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
  box-shadow: -5px 0 25px rgba(0,0,0,0.5); overflow-y: auto; padding: 80px 0 100px;
}
.barber-mobile-menu.active { right: 0; }
.barber-mobile-menu .barber-nav-item {
  display: block; padding: 17px 28px; font-size: 16px; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.barber-mobile-menu .barber-nav-item::after { display: none; }
.barber-mobile-menu .barber-nav-item:hover { background: var(--t-primary-alpha); padding-left: 38px; color: var(--t-primary-light); }

.barber-mobile-contacts { padding: 24px 28px; }
.barber-mobile-contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
.barber-mobile-contact-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--t-gradient); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.barber-mobile-contact-label { font-size: 11px; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; }
.barber-mobile-contact-value { font-size: 14px; font-weight: 500; margin-top: 2px; }
.barber-mobile-socials { display: flex; gap: 14px; justify-content: center; padding: 20px 28px; }
.barber-mobile-social { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--t-primary-light); display: flex; align-items: center; justify-content: center; color: var(--t-primary-light); font-size: 18px; transition: all 0.3s; }
.barber-mobile-social:hover { background: var(--t-primary-light); color: white; }

.barber-overlay {
  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.7); z-index: 99999; opacity: 0; transition: opacity 0.3s;
}
.barber-overlay.active { display: block; opacity: 1; }

@media (max-width: 968px) {
  .barber-nav, .barber-header-actions { display: none; }
  .barber-mobile-toggle { display: flex; }
  .barber-header-container { min-height: 70px; padding: 0 15px; }
  .barber-logo-text h1 { font-size: 18px; }
  .barber-logo-img { height: 44px; }
  .barber-mobile-menu { max-width: 85%; }
}
@media (max-width: 480px) {
  .barber-logo-text h1 { font-size: 16px; }
  .barber-logo-img { height: 38px; }
  .barber-header-container { padding: 0 12px; }
}

/* ═══════════════════════════════════════════
   CONTACT WRAPPER & ANIMATED BG
   ═══════════════════════════════════════════ */
.contact-wrapper {
  font-family: 'Poppins', sans-serif;
  background: var(--t-bg-body);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  color: var(--t-text-secondary);
}

.animated-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; pointer-events: none; }
.floating-shape { position: absolute; border-radius: 50%; opacity: 0.08; animation: float 25s infinite ease-in-out; }
.shape1 { width: 400px; height: 400px; background: var(--t-shape1); top: 10%; left: 5%; animation-delay: 0s; }
.shape2 { width: 350px; height: 350px; background: var(--t-shape2, var(--t-gradient)); top: 60%; left: 65%; animation-delay: 5s; }
.shape3 { width: 450px; height: 450px; background: var(--t-shape3, var(--t-gradient)); top: 30%; right: 5%; animation-delay: 10s; }

@keyframes float {
  0%,100% { transform: translate(0,0) rotate(0deg); }
  25%  { transform: translate(40px,-40px) rotate(90deg); }
  50%  { transform: translate(-30px,30px) rotate(180deg); }
  75%  { transform: translate(30px,40px) rotate(270deg); }
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.contact-hero {
  position: relative; min-height: 60vh; display: flex;
  align-items: center; justify-content: center; text-align: center;
  color: var(--t-text-primary); z-index: 1; padding: 5rem 2rem 3rem; overflow: hidden;
}
.contact-hero-sm { min-height: 30vh; padding: 4rem 2rem 2.5rem; }

.hero-bg-image {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -1; filter: var(--t-hero-filter, brightness(0.4));
}
.hero-placeholder-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1; background: var(--t-gradient-hero);
}
.hero-placeholder-bg::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background:
    radial-gradient(circle at 20% 80%, var(--t-primary-light-30) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, var(--t-secondary-20, rgba(16,185,129,0.2)) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, var(--t-accent-15, rgba(139,92,246,0.15)) 0%, transparent 60%);
}

.hero-content { animation: fadeInUp 1s ease; position: relative; z-index: 2; max-width: 800px; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(40px); } to { opacity:1; transform:translateY(0); } }

.hero-logo-wrap { margin-bottom: 1.2rem; }
.hero-logo-wrap img { height: 80px; width: auto; max-width: 240px; margin: 0 auto; border-radius: 14px; box-shadow: 0 8px 30px rgba(0,0,0,0.4); }

.contact-hero .hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; margin-bottom: 0.8rem;
  background: var(--t-hero-title-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: -1px;
}
.contact-hero-sm .hero-content h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.contact-hero .hero-content p { font-size: clamp(0.95rem, 2vw, 1.25rem); font-weight: 300; opacity: 0.88; max-width: 580px; margin: 0 auto 1.2rem; }

.contact-hero.hero-premium-off .hero-placeholder-bg {
  background: linear-gradient(135deg, #1f2937 0%, #4b5563 100%);
}

.contact-hero .hero-content h1.premium-title-bold {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 1rem 0; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: 30px;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2); font-size: 13px; font-weight: 500;
}
.hero-tag i { font-size: 12px; }

.hero-cta-group { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 1.8rem; }

.cta-button {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px; background: var(--t-gradient);
  color: white; border: none; border-radius: 12px; font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: all 0.3s; text-decoration: none;
  box-shadow: 0 10px 30px var(--t-shadow-color);
}
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--t-shadow-color); color: white; }
.cta-wp { background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 10px 30px rgba(37,211,102,0.3); }
.cta-wp:hover { box-shadow: 0 15px 40px rgba(37,211,102,0.4); }
.cta-ghost { background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.3); box-shadow: none; }

body.premium-frame-on .form-card {
  border: 2px solid var(--t-accent);
  box-shadow: 0 18px 44px var(--t-shadow-color);
}

body.premium-frame-on .form-title {
  border-left: 5px solid var(--t-accent);
  padding-left: 12px;
}
.cta-ghost:hover { background: rgba(255,255,255,0.2); box-shadow: none; }

.page-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; opacity: 0.7; margin-bottom: 1rem; justify-content: center; flex-wrap: wrap; }
.page-breadcrumb a { color: inherit; }
.page-breadcrumb a:hover { opacity: 1; text-decoration: underline; }

/* ═══════════════════════════════════════════
   CONTACT MAIN + FORM CARDS
   ═══════════════════════════════════════════ */
.contact-main { position: relative; z-index: 1; padding: 2.5rem 1.5rem 5rem; }
.contact-container { max-width: 1200px; margin: 0 auto; }

.form-card {
  background: var(--t-bg-card); backdrop-filter: blur(20px);
  border-radius: 24px; padding: 2.5rem;
  box-shadow: 0 15px 50px var(--t-card-shadow);
  border: 1px solid var(--t-card-border);
  animation: fadeInLeft 0.8s ease; margin-bottom: 2.5rem;
}
@keyframes fadeInLeft { from { opacity:0; transform:translateX(-50px); } to { opacity:1; transform:translateX(0); } }

.form-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900;
  color: var(--t-text-primary); margin-bottom: 2rem;
  position: relative; padding-bottom: 1rem;
}
.form-title::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 55px; height: 4px;
  background: var(--t-gradient); border-radius: 2px;
}

.card-footer-link { text-align: center; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--t-card-border); }

/* ═══════════════════════════════════════════
   HIZMET SWIPER
   ═══════════════════════════════════════════ */
.hizmetler-bolumu-swiper { width: 100%; padding: 30px 0 50px; overflow: hidden; position: relative; }
.hizmetler-bolumu-swiper .swiper-slide {
  background-position: center; background-size: cover;
  width: 300px; height: 420px; border-radius: 20px;
  opacity: 0.4; transition: opacity 0.3s ease;
}
.hizmetler-bolumu-swiper .swiper-slide-active { opacity: 1; }

.hizmet-kart-swiper {
  width: 100%; height: 100%; border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5); position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.hizmet-kart-icon {
  font-size: 3.5rem; margin-bottom: 1rem; color: rgba(255,255,255,0.7);
  transition: all 0.4s; position: relative; z-index: 2;
}
.hizmetler-bolumu-swiper .swiper-slide-active .hizmet-kart-icon { color: rgba(255,255,255,0.9); transform: scale(1.1); }

.hizmet-kart-swiper-icerik {
  position: absolute; bottom: 0; left: 0; width: 100%;
  padding: 40px 20px 22px; color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 30%, transparent);
  transform: translateY(100%); opacity: 0; transition: all 0.4s ease;
  max-height: 68%; overflow: hidden; display: flex; flex-direction: column; box-sizing: border-box;
}
.hizmetler-bolumu-swiper .swiper-slide-active .hizmet-kart-swiper-icerik { transform: translateY(0); opacity: 1; }
.hizmet-kart-swiper-icerik h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.hizmet-kart-swiper-icerik p  { font-size: 0.9rem; line-height: 1.5; margin-bottom: 16px; color: rgba(255,255,255,0.88); flex: 1; overflow: hidden; }

.hizmet-meta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; align-items: center; }
.hizmet-price { background: var(--t-gradient); color: #fff; padding: 4px 12px; border-radius: 20px; font-weight: 700; font-size: 14px; }
.hizmet-dur   { font-size: 13px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 5px; }

.btn-hizmet-detay {
  display: inline-block; padding: 9px 20px; background: #fff; color: #111;
  border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 13px;
  transition: all 0.3s; align-self: flex-start; flex-shrink: 0;
}
.btn-hizmet-detay:hover { background: var(--t-primary-light); color: #fff; }

.swiper-pagination-bullet { background: rgba(255,255,255,0.4); opacity: 1; }
.swiper-pagination-bullet-active { background: var(--t-primary-light); }

@media (max-width: 480px) {
  .hizmetler-bolumu-swiper .swiper-slide { width: 270px; height: 380px; }
  .hizmet-kart-swiper-icerik { padding: 28px 16px 18px; }
  .hizmet-kart-swiper-icerik h3 { font-size: 1.3rem; }
}

/* ═══════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════ */
.about-content { display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; }
.about-text    { flex: 1; min-width: 280px; }
.about-image   { flex: 1; min-width: 280px; display: flex; justify-content: center; perspective: 1500px; }

.about-text p  { color: var(--t-text-secondary); line-height: 1.8; font-size: 1.05rem; margin-bottom: 1.2rem; }

.about-exp-stat { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 1.2rem; padding: 10px 18px; background: var(--t-gradient); color: white; border-radius: 30px; font-size: 14px; font-weight: 600; }
.about-exp-stat strong { font-size: 1.5rem; font-weight: 900; }

.about-socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 1.2rem; }

.about-3d-card {
  width: 100%; max-width: 480px; height: 320px; position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-20deg) rotateX(5deg);
  transition: transform 0.5s cubic-bezier(0.23,1,0.32,1), box-shadow 0.5s ease;
  box-shadow: -30px 20px 60px var(--t-card-shadow); border-radius: 20px; overflow: hidden;
}
.about-3d-card img  { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.about-3d-card:hover { box-shadow: 0 40px 80px var(--t-card-shadow); }

.about-placeholder-img {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: var(--t-bg-card); border-radius: 20px; font-size: 6rem; color: var(--t-primary-light);
}

@media (max-width: 768px) {
  .about-3d-card { transform: rotateY(-8deg) rotateX(3deg); max-width: 100%; height: 240px; }
}

/* ═══════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════ */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.gallery-grid-full { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.gallery-item {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1;
  display: block; cursor: pointer; background: var(--t-bg-card);
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-item:hover { transform: scale(1.03); box-shadow: 0 12px 30px rgba(0,0,0,0.5); }
.gallery-item img  { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  color: #fff; font-size: 12px; font-weight: 500; transform: translateY(100%); transition: transform 0.3s;
}
.gallery-item:hover .gallery-caption { transform: translateY(0); }

@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════
   RATING + REVIEWS
   ═══════════════════════════════════════════ */
.rating-summary {
  display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem;
  padding: 1.5rem; background: rgba(255,255,255,0.04); border-radius: 16px;
  border: 1px solid var(--t-card-border);
}
.rating-big-num { font-size: 3.5rem; font-weight: 900; color: #f59e0b; line-height: 1; }
.rating-stars-wrap { color: #f59e0b; font-size: 1.3rem; letter-spacing: 2px; }
.rating-count { font-size: 14px; color: var(--t-text-muted); }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.review-card  { background: rgba(255,255,255,0.04); border-radius: 16px; padding: 1.4rem; border: 1px solid var(--t-card-border); transition: transform 0.2s; }
.review-card:hover { transform: translateY(-3px); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--t-gradient); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; color: #fff; flex-shrink: 0; }
.review-meta   { flex: 1; }
.review-name   { font-weight: 600; font-size: 14px; }
.review-date   { font-size: 12px; color: var(--t-text-muted); margin-top: 2px; }
.review-stars  { color: #f59e0b; font-size: 13px; letter-spacing: 1px; }
.review-text   { font-size: 14px; line-height: 1.6; color: var(--t-text-secondary); margin-top: 8px; }

/* ═══════════════════════════════════════════
   HOURS
   ═══════════════════════════════════════════ */
.hours-card { max-width: 600px; }
.hours-row  { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-radius: 10px; margin-bottom: 6px; transition: background 0.2s; }
.hours-row:hover { background: rgba(255,255,255,0.05); }
.hours-row.today  { background: rgba(var(--t-primary-light, 59,130,246),0.12); border: 1px solid var(--t-primary-light-alpha); }
.hours-day  { font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.today-badge { font-size: 11px; font-weight: 700; background: var(--t-gradient); color: #fff; padding: 3px 10px; border-radius: 20px; }
.hours-time        { font-size: 14px; font-weight: 500; color: #22c55e; }
.hours-time.closed { color: var(--t-text-muted); font-style: italic; }

/* ═══════════════════════════════════════════
   CONTACT FORM
   ═══════════════════════════════════════════ */
.contact-wrap { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.contact-info-col  { flex: 1; min-width: 240px; display: flex; flex-direction: column; gap: 14px; }
.contact-form-col  { flex: 2; min-width: 280px; display: flex; flex-direction: column; gap: 16px; }

.contact-card-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  background: rgba(255,255,255,0.04); border-radius: 14px; border: 1px solid var(--t-card-border);
  color: var(--t-text-primary); text-decoration: none; transition: all 0.3s;
}
a.contact-card-item:hover { background: rgba(255,255,255,0.08); transform: translateX(4px); border-color: var(--t-primary-light); }
.cci-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--t-gradient); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; flex-shrink: 0; }
.cci-icon.wp { background: linear-gradient(135deg, #25d366, #128c7e); }
.contact-card-item span  { font-size: 11px; color: var(--t-text-muted); text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.contact-card-item strong{ font-size: 14px; font-weight: 600; display: block; margin-top: 2px; }

.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-size: 13px; font-weight: 600; color: var(--t-text-muted); }
.form-row input,
.form-row textarea {
  background: rgba(255,255,255,0.06); border: 1px solid var(--t-card-border);
  border-radius: 10px; padding: 12px 16px; color: var(--t-text-primary);
  font-family: 'Poppins', sans-serif; font-size: 14px; transition: border-color 0.3s;
  resize: vertical;
}
.form-row input:focus,
.form-row textarea:focus { outline: none; border-color: var(--t-primary-light); }
.form-row input::placeholder,
.form-row textarea::placeholder { color: rgba(255,255,255,0.3); }

.form-msg { padding: 12px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 8px; }
.form-msg.success { background: rgba(34,197,94,0.15); color: #22c55e; border: 1px solid rgba(34,197,94,0.3); }
.form-msg.error   { background: rgba(239,68,68,0.15);  color: #ef4444;  border: 1px solid rgba(239,68,68,0.3); }

/* ═══════════════════════════════════════════
   SERVICES GRID (sub-pages)
   ═══════════════════════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.service-card  { background: rgba(255,255,255,0.04); border-radius: 16px; padding: 1.4rem; border: 1px solid var(--t-card-border); display: flex; gap: 14px; align-items: flex-start; transition: transform 0.2s, border-color 0.3s; }
.service-card:hover { transform: translateY(-3px); border-color: var(--t-primary-light); }
.service-icon-wrap { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.service-body h3   { font-size: 15px; font-weight: 700; color: var(--t-text-primary); margin-bottom: 5px; }
.service-body p    { font-size: 13px; line-height: 1.5; color: var(--t-text-muted); margin-bottom: 10px; }
.service-meta-row  { display: flex; gap: 10px; flex-wrap: wrap; }
.service-price { background: var(--t-gradient); color: #fff; padding: 4px 12px; border-radius: 20px; font-weight: 700; font-size: 13px; }
.service-dur   { font-size: 12px; color: var(--t-text-muted); display: flex; align-items: center; gap: 5px; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.isletme-footer {
  background: linear-gradient(135deg, #0c1220 0%, #111827 100%);
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--t-text-secondary); position: relative; z-index: 10;
  padding-bottom: 80px; /* room for sticky bar on mobile */
}
@media (min-width: 969px) { .isletme-footer { padding-bottom: 0; } }

.footer-inner  { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem 2rem; }
.footer-top    { display: flex; gap: 3rem; flex-wrap: wrap; margin-bottom: 2rem; }

.footer-brand  { flex: 2; min-width: 200px; display: flex; align-items: center; gap: 16px; }
.footer-logo   { height: 60px; width: auto; max-width: 180px; border-radius: 10px; object-fit: contain; }
.footer-brand-text strong { font-size: 1.1rem; font-weight: 800; color: var(--t-text-primary); display: block; }
.footer-brand-text p  { font-size: 13px; opacity: 0.7; margin-top: 4px; }
.footer-kat   { font-size: 12px; color: var(--t-primary-light); margin-top: 5px; display: inline-block; }

.footer-nav { flex: 1; min-width: 120px; display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { font-size: 14px; color: var(--t-text-secondary); transition: color 0.2s; }
.footer-nav a:hover { color: var(--t-primary-light); }

.footer-contact-links { flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 10px; }
.footer-contact-links a { font-size: 14px; color: var(--t-text-secondary); display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.footer-contact-links a:hover { color: var(--t-primary-light); }
.footer-contact-links i { color: var(--t-primary-light); width: 16px; text-align: center; }

.footer-socials { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 2rem; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px; color: var(--t-text-muted); flex-wrap: wrap; gap: 10px;
}
.footer-bottom a { color: var(--t-primary-light); }
.footer-bottom a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════
   LIGHTBOX
   ═══════════════════════════════════════════ */
.lightbox {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.92); z-index: 99999;
  align-items: center; justify-content: center; cursor: pointer;
}
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.8); }
.lb-close { position: absolute; top: 20px; right: 20px; color: white; font-size: 28px; cursor: pointer; padding: 8px; }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 968px) {
  .contact-hero { min-height: 50vh; padding: 4rem 1.5rem 2.5rem; }
  .contact-main { padding: 2rem 1rem 4rem; }
  .form-card    { padding: 1.8rem 1.4rem; }
  .contact-wrap { flex-direction: column; }
  .about-content { flex-direction: column; }
  .about-image { order: -1; }
  .footer-top { gap: 2rem; }
}
@media (max-width: 600px) {
  .contact-hero-sm { min-height: 22vh; padding: 3rem 1rem 2rem; }
  .form-card { padding: 1.5rem 1.2rem; border-radius: 18px; }
  .rating-summary { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .hero-cta-group { gap: 10px; }
  .cta-button { padding: 11px 20px; font-size: 0.95rem; }
  .footer-top { flex-direction: column; gap: 1.5rem; }
  .footer-brand { flex-direction: column; align-items: flex-start; }
}
