:root{
  --kety-primary:#c89b5c;--kety-secondary:#0d253f;--kety-bg:#f7f8fa;--kety-surface:#fff;--kety-text:#102033;--kety-soft:#667085;--kety-header-bg:#fff;--kety-header-text:#102033;--kety-footer-bg:#081c31;--kety-footer-text:#dce6f2;--kety-radius:22px;--kety-shadow:0 18px 55px rgba(16,32,51,.12)
}
*{box-sizing:border-box}body{margin:0;background:var(--kety-bg);color:var(--kety-text);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.kety-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.kety-topbar{background:var(--kety-secondary);color:#fff;font-size:13px}.kety-topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.kety-top-info{display:flex;gap:22px;flex-wrap:wrap}.kety-nav-wrap{background:var(--kety-header-bg);color:var(--kety-header-text);box-shadow:0 8px 30px rgba(0,0,0,.06);position:sticky;top:0;z-index:50}.kety-nav-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px}.kety-logo{display:flex;flex-direction:column;line-height:1}.kety-logo strong{font-size:24px;letter-spacing:.02em}.kety-logo small{text-transform:uppercase;letter-spacing:.22em;color:var(--kety-primary);font-size:10px}.kety-nav ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.kety-nav a{font-size:14px;font-weight:700}.kety-header-btn,.kety-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:8px;background:var(--kety-primary);color:#fff;font-weight:800;border:1px solid var(--kety-primary);box-shadow:0 12px 25px rgba(200,155,92,.24)}.kety-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.65)}.kety-mobile-toggle{display:none;background:none;border:0;gap:5px;flex-direction:column}.kety-mobile-toggle span{width:26px;height:2px;background:var(--kety-text)}.kety-hero{height:650px;position:relative;overflow:hidden;background:var(--kety-secondary)}.kety-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:.7s ease}.kety-hero-slide.is-active{opacity:1;visibility:visible}.kety-hero-bg{position:absolute;inset:0;background:linear-gradient(120deg,#102033,#28415b)}.kety-hero-bg img,.kety-hero-bg video{width:100%;height:100%;object-fit:cover;opacity:.42}.kety-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,28,49,.92),rgba(8,28,49,.55),rgba(8,28,49,.25))}.kety-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;max-width:760px}.kety-kicker{display:inline-block;color:var(--kety-primary);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.kety-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.04;margin:0 0 20px}.kety-hero p{font-size:18px;max-width:620px;margin:0 0 28px;color:rgba(255,255,255,.86)}.kety-actions{display:flex;gap:14px;flex-wrap:wrap}.kety-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.08);color:#fff;width:48px;height:48px;border-radius:50%;font-size:38px}.kety-slider-arrow.prev{left:28px}.kety-slider-arrow.next{right:28px}.kety-slider-dots{position:absolute;z-index:4;bottom:34px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.kety-slider-dots button{border:0;background:rgba(255,255,255,.35);color:#fff;border-radius:20px;padding:4px 12px}.kety-slider-dots .is-active{background:var(--kety-primary)}.kety-section{padding:88px 0}.kety-section-head{text-align:center;max-width:760px;margin:0 auto 42px}.kety-section-head h2,.kety-about h2,.kety-cta h2,.kety-contact h2{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:0 0 14px}.kety-section-head p{color:var(--kety-soft);margin:0}.kety-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.kety-service-card,.kety-testimonial,.kety-contact-card{background:var(--kety-surface);border:1px solid rgba(16,32,51,.08);border-radius:var(--kety-radius);padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.04);transition:.25s}.kety-service-card:hover,.kety-reference-card:hover{transform:translateY(-6px);box-shadow:var(--kety-shadow)}.kety-service-icon{width:64px;height:64px;border-radius:18px;background:rgba(200,155,92,.12);display:flex;align-items:center;justify-content:center;color:var(--kety-primary);font-size:32px;margin-bottom:18px;overflow:hidden}.kety-service-icon img{width:100%;height:100%;object-fit:cover}.kety-service-card h3{margin:0 0 10px;font-size:21px}.kety-service-card p{color:var(--kety-soft);font-size:15px}.kety-service-card a{color:var(--kety-primary);font-weight:800}.kety-about{background:linear-gradient(135deg,var(--kety-secondary),#1f3d5f);color:#fff}.kety-about-grid{display:grid;grid-template-columns:1fr 420px;gap:45px;align-items:center}.kety-about p{color:rgba(255,255,255,.78);font-size:17px}.kety-about-visual{min-height:300px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 80px rgba(255,255,255,.06)}.kety-about-visual span{font-size:72px;color:var(--kety-primary);font-weight:900}.kety-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.kety-why-item{text-align:center;padding:24px}.kety-why-item b{font-size:38px;color:var(--kety-primary)}.kety-why-item h3{margin:10px 0 8px}.kety-why-item p{font-size:14px;color:var(--kety-soft)}.kety-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.kety-reference-card{overflow:hidden;background:var(--kety-surface);border-radius:var(--kety-radius);box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.25s}.kety-reference-card img,.kety-ref-placeholder{width:100%;height:210px;object-fit:cover;background:linear-gradient(135deg,#d7dee8,#eef2f6)}.kety-reference-card div{padding:22px}.kety-stats{padding:54px 0;background:var(--kety-secondary);color:#fff}.kety-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:center}.kety-stats strong{display:block;font-size:44px;color:var(--kety-primary)}.kety-faq-list{max-width:860px;margin:auto;display:grid;gap:14px}.kety-faq details{background:var(--kety-surface);padding:20px 24px;border-radius:16px;border:1px solid rgba(16,32,51,.08)}.kety-faq summary{font-weight:900;cursor:pointer}.kety-cta{padding:70px 0;background:linear-gradient(135deg,var(--kety-primary),#d8b071);color:#fff}.kety-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.kety-cta .kety-btn{background:#fff;color:var(--kety-secondary);border-color:#fff}.kety-contact-grid{display:grid;grid-template-columns:1fr 420px;gap:36px}.kety-footer{background:var(--kety-footer-bg);color:var(--kety-footer-text);padding-top:58px}.kety-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.kety-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.kety-footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding:18px;color:rgba(255,255,255,.6)}.kety-fixed-contact{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:60;background:rgba(8,28,49,.92);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:12px;display:grid;gap:8px;backdrop-filter:blur(12px)}.kety-fixed-contact a{color:#fff;display:grid;place-items:center;gap:3px;padding:8px;border-radius:14px}.kety-fixed-contact span{font-size:21px}.kety-fixed-contact small{font-size:11px}.kety-page-hero{padding:100px 0;background:var(--kety-secondary);color:#fff}.kety-page-hero h1{font-size:48px;margin:0}.kety-page-content{padding:70px 0}.kety-prose{max-width:860px}.kety-prose img{border-radius:22px;margin-bottom:24px}[data-anim]{opacity:0;transform:translateY(28px);transition:.7s ease}.kety-animations-on [data-anim="right"]{transform:translateX(-34px)}.kety-animations-on [data-anim="left"]{transform:translateX(34px)}[data-anim].is-visible{opacity:1;transform:none}
@media(max-width:900px){.kety-topbar-inner{height:auto;padding:8px 0;align-items:flex-start}.kety-top-info{gap:8px;font-size:12px}.kety-nav-inner{height:68px}.kety-mobile-toggle{display:flex}.kety-nav{position:absolute;left:20px;right:20px;top:74px;background:#fff;border-radius:18px;box-shadow:var(--kety-shadow);padding:18px;display:none}.kety-nav.is-open{display:block}.kety-nav ul{display:grid;gap:14px}.kety-header-btn{display:none}.kety-hero{height:590px}.kety-slider-arrow{display:none}.kety-card-grid,.kety-reference-grid,.kety-about-grid,.kety-contact-grid,.kety-footer-grid{grid-template-columns:1fr}.kety-why-grid,.kety-stats-grid{grid-template-columns:repeat(2,1fr)}.kety-cta-inner{display:grid}.kety-fixed-contact{left:20px;right:20px;top:auto;bottom:14px;transform:none;display:flex;justify-content:space-around;border-radius:20px}.kety-fixed-contact a{flex:1}.kety-section{padding:64px 0}}
@media(max-width:560px){.kety-container{width:min(100% - 28px,1180px)}.kety-top-social{display:none}.kety-hero h1{font-size:34px}.kety-hero p{font-size:15px}.kety-actions{display:grid;width:100%}.kety-btn{width:100%}.kety-why-grid,.kety-stats-grid{grid-template-columns:1fr}.kety-fixed-contact small{font-size:10px}.kety-fixed-contact{padding:8px}.kety-service-card{padding:22px}}

.kety-service-single-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:36px;
  align-items:start;
}

.kety-service-sidebar-card{
  background:var(--kety-surface);
  border:1px solid rgba(16,32,51,.08);
  border-radius:var(--kety-radius);
  padding:26px;
  box-shadow:var(--kety-shadow);
  position:sticky;
  top:110px;
}

.kety-service-sidebar-card h3{
  margin:12px 0 8px;
  font-size:24px;
}

.kety-service-sidebar-card p{
  color:var(--kety-soft);
}

.kety-service-sidebar-card .kety-btn{
  width:100%;
  margin-top:10px;
}

.kety-btn-dark{
  background:var(--kety-secondary);
  border-color:var(--kety-secondary);
  color:#fff;
}

@media(max-width:900px){
  .kety-service-single-grid{
    grid-template-columns:1fr;
  }

  .kety-service-sidebar-card{
    position:relative;
    top:auto;
  }
}
/* =========================
   SERVICE CARD FIX
========================= */

.kety-service-icon{
  width:90px;
  height:90px;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:18px;
}

.kety-service-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Kart görseli büyüsün */

.kety-service-card{
  padding:30px;
}

/* =========================
   SERVICE SINGLE FIX
========================= */

.kety-service-single-content img{
  width:100%;
  height:auto;
  border-radius:22px;
  margin-bottom:24px;
}

/* Sidebar ikon büyüt */

.kety-service-sidebar-card .kety-service-icon{
  width:110px;
  height:110px;
}

/* İçerik spacing */

.kety-service-single-content{
  max-width:100%;
}

.kety-service-single-content p{
  font-size:16px;
  line-height:1.7;
}
.kety-service-main-image img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
  border-radius:22px;
  margin-bottom:28px;
  box-shadow:var(--kety-shadow);
}

.kety-service-detail-text{
  font-size:17px;
  line-height:1.8;
}

.kety-service-sidebar-card .kety-service-icon{
  width:120px;
  height:120px;
  border-radius:24px;
}
/* =========================
   PREMIUM HEADER ACTIONS
========================= */

.kety-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.kety-call-box{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  border-radius:16px;
  background:rgba(200,155,92,.10);
  border:1px solid rgba(200,155,92,.18);
}

.kety-call-box small{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--kety-soft);
  line-height:1;
}

.kety-call-box strong{
  display:block;
  font-size:13px;
  color:var(--kety-text);
  line-height:1.25;
}

.kety-call-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--kety-primary);
  color:#fff;
  animation:ketyPhonePulse 1.5s infinite;
}

.kety-header-btn{
  overflow:hidden;
  gap:8px;
  transition:.25s ease;
}

.kety-header-btn b{
  display:inline-block;
  transition:.25s ease;
}

.kety-header-btn:hover b{
  transform:translateX(5px);
}

@keyframes ketyPhonePulse{
  0%{box-shadow:0 0 0 0 rgba(200,155,92,.45);transform:rotate(0)}
  50%{transform:rotate(-10deg)}
  70%{box-shadow:0 0 0 10px rgba(200,155,92,0)}
  100%{box-shadow:0 0 0 0 rgba(200,155,92,0);transform:rotate(0)}
}

/* =========================
   PREMIUM SERVICE SLIDER
========================= */

.kety-section-head-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  text-align:left;
  max-width:100%;
}

.kety-section-head-row > div:first-child{
  max-width:760px;
}

.kety-service-slider-controls{
  display:flex;
  gap:10px;
  flex-shrink:0;
}

.kety-service-slider-controls button{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(16,32,51,.12);
  background:var(--kety-surface);
  color:var(--kety-text);
  font-size:30px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(16,32,51,.08);
}

.kety-service-slider{
  display:flex;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:6px 4px 26px;
  scrollbar-width:none;
}

.kety-service-slider::-webkit-scrollbar{
  display:none;
}

.kety-service-card-big{
  flex:0 0 calc((100% - 48px) / 3);
  min-width:330px;
  padding:0;
  overflow:hidden;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
}

.kety-service-card-image{
  position:relative;
  display:block;
  height:260px;
  overflow:hidden;
  background:linear-gradient(135deg,#d7dee8,#eef2f6);
}

.kety-service-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.kety-service-card-image span{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:76px;
  color:var(--kety-primary);
  background:linear-gradient(135deg,rgba(200,155,92,.12),rgba(13,37,63,.10));
}

.kety-service-card-big:hover .kety-service-card-image img{
  transform:scale(1.08);
}

.kety-service-card-body{
  padding:24px;
  flex:1;
  display:flex;
  flex-direction:column;
}

.kety-service-card-body h3{
  margin:0 0 10px;
  font-size:23px;
}

.kety-service-card-body p{
  color:var(--kety-soft);
  font-size:15px;
  margin:0 0 20px;
}

.kety-service-card-actions{
  margin-top:auto;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.kety-service-detail-link,
.kety-service-offer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  transition:.25s ease;
}

.kety-service-detail-link{
  background:var(--kety-primary);
  color:#fff !important;
}

.kety-service-offer-link{
  background:rgba(13,37,63,.08);
  color:var(--kety-secondary) !important;
}

.kety-service-offer-link:hover,
.kety-service-detail-link:hover{
  transform:translateY(-3px);
}

/* =========================
   MARQUEE TEXT
========================= */

.kety-marquee{
  margin-top:26px;
  overflow:hidden;
  border-radius:22px;
  background:var(--kety-secondary);
  color:#fff;
}

.kety-marquee-track{
  display:flex;
  width:max-content;
  animation:ketyMarquee 24s linear infinite;
}

.kety-marquee-track span{
  padding:18px 34px;
  white-space:nowrap;
  font-weight:900;
  letter-spacing:.08em;
  color:rgba(255,255,255,.86);
}

.kety-marquee-track span:nth-child(odd){
  color:var(--kety-primary);
}

@keyframes ketyMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* =========================
   SERVICE DETAIL HERO
========================= */

.kety-service-detail-hero{
  position:relative;
  min-height:540px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--kety-secondary);
  color:#fff;
}

.kety-service-detail-bg{
  position:absolute;
  inset:0;
}

.kety-service-detail-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.55;
}

.kety-service-detail-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,28,49,.96),rgba(8,28,49,.62),rgba(8,28,49,.20));
}

.kety-service-detail-hero-inner{
  position:relative;
  z-index:2;
  max-width:820px;
  padding:90px 0;
}

.kety-service-detail-hero h1{
  font-size:clamp(38px,6vw,68px);
  line-height:1.06;
  margin:0 0 18px;
}

.kety-service-detail-hero p{
  max-width:680px;
  color:rgba(255,255,255,.84);
  font-size:18px;
  margin:0 0 28px;
}

.kety-service-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:38px;
  align-items:start;
}

.kety-service-detail-content{
  background:var(--kety-surface);
  border:1px solid rgba(16,32,51,.08);
  border-radius:var(--kety-radius);
  padding:34px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.kety-service-detail-card{
  background:var(--kety-surface);
  border:1px solid rgba(16,32,51,.08);
  border-radius:var(--kety-radius);
  padding:26px;
  box-shadow:var(--kety-shadow);
  position:sticky;
  top:110px;
}

.kety-service-detail-card-icon{
  width:100%;
  height:190px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(200,155,92,.12),rgba(13,37,63,.10));
  display:grid;
  place-items:center;
  color:var(--kety-primary);
  font-size:70px;
  margin-bottom:18px;
}

.kety-service-detail-card-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.kety-service-detail-card h3{
  margin:0 0 8px;
  font-size:24px;
}

.kety-service-detail-card p{
  color:var(--kety-soft);
}

.kety-service-detail-card .kety-btn{
  width:100%;
  margin-top:10px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1080px){
  .kety-call-box{
    display:none;
  }

  .kety-service-card-big{
    flex-basis:calc((100% - 24px) / 2);
  }
}

@media(max-width:900px){
  .kety-header-actions{
    display:none;
  }

  .kety-section-head-row{
    display:block;
    text-align:center;
  }

  .kety-service-slider-controls{
    justify-content:center;
    margin-top:18px;
  }

  .kety-service-detail-layout{
    grid-template-columns:1fr;
  }

  .kety-service-detail-card{
    position:relative;
    top:auto;
  }
}

@media(max-width:560px){
  .kety-service-card-big{
    flex-basis:86%;
    min-width:86%;
  }

  .kety-service-card-image{
    height:230px;
  }

  .kety-service-detail-hero{
    min-height:470px;
  }

  .kety-service-detail-content{
    padding:24px;
  }

  .kety-marquee-track span{
    padding:14px 24px;
    font-size:13px;
  }
}
/* Hizmet başlığını tekrar ortala */
.kety-services .kety-section-head-row{
  text-align:center;
  display:block;
  max-width:760px;
  margin:0 auto 42px;
}

.kety-services .kety-section-head-row > div:first-child{
  max-width:100%;
}

.kety-services .kety-service-slider-controls{
  justify-content:center;
  margin-top:18px;
}

/* Mobilde üst bilgi barını kaldır */
@media(max-width:900px){
  .kety-topbar{
    display:none;
  }
}
/* =========================
   FIXED CONTACT PREMIUM V2
========================= */

.kety-fixed-contact-premium{
  position:fixed !important;
  right:0 !important;
  top:50% !important;
  left:auto !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  z-index:9999 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}

.kety-fixed-contact-premium .kety-fixed-head{
  width:52px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#050505;
  color:#fff;
  font-size:18px;
  line-height:1;
  border-radius:14px 0 0 0;
}

.kety-fixed-contact-premium a{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  max-width:52px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  overflow:visible !important;
  transition:.25s ease !important;
  box-shadow:none !important;
}

.kety-fixed-contact-premium .kety-fixed-icon{
  width:52px !important;
  height:52px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 52px !important;
  position:relative;
  z-index:2;
}

.kety-fixed-contact-premium svg{
  width:23px !important;
  height:23px !important;
  display:block !important;
  fill:#fff !important;
  color:#fff !important;
}

.kety-fixed-contact-premium .kety-fixed-label{
  position:absolute;
  right:52px;
  top:0;
  height:52px;
  min-width:150px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:inherit;
  color:#fff;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
  border-radius:14px 0 0 14px;
  opacity:0;
  visibility:hidden;
  transform:translateX(18px);
  transition:.28s ease;
  pointer-events:none;
}

.kety-fixed-contact-premium a:hover .kety-fixed-label{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
}

.kety-fixed-contact-premium a:hover .kety-fixed-icon{
  animation:ketyFixedIconPulse .55s ease;
}

.kety-fixed-whatsapp,
.kety-fixed-phone{
  background:#25d366 !important;
}

.kety-fixed-email{
  background:#0d253f !important;
}

.kety-fixed-instagram{
  background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045) !important;
}

.kety-fixed-facebook{
  background:#1877f2 !important;
}

.kety-fixed-twitter{
  background:#111 !important;
}

.kety-fixed-map{
  background:#c89b5c !important;
}

.kety-fixed-contact-premium small{
  display:none !important;
}

@keyframes ketyFixedIconPulse{
  0%{transform:scale(1) rotate(0)}
  40%{transform:scale(1.16) rotate(-8deg)}
  100%{transform:scale(1) rotate(0)}
}

@media(max-width:900px){
  .kety-topbar{
    display:none !important;
  }

  .kety-fixed-contact-premium{
    right:0 !important;
    top:50% !important;
    left:auto !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
  }

  .kety-fixed-contact-premium .kety-fixed-head{
    width:48px;
    height:40px;
  }

  .kety-fixed-contact-premium a{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    max-width:48px !important;
  }

  .kety-fixed-contact-premium .kety-fixed-icon{
    width:48px !important;
    height:48px !important;
    flex-basis:48px !important;
  }

  .kety-fixed-contact-premium svg{
    width:22px !important;
    height:22px !important;
  }

  .kety-fixed-contact-premium .kety-fixed-label{
    display:none !important;
  }
}
/* =========================
   FIXED CONTACT PREMIUM ANIMATION
========================= */

/* WhatsApp pulse */
.kety-fixed-whatsapp .kety-fixed-icon::after{
  content:"";
  position:absolute;
  width:34px;
  height:34px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.55);
  animation:ketyWhatsappPulse 1.7s infinite;
}

@keyframes ketyWhatsappPulse{
  0%{transform:scale(.75);opacity:.9}
  70%{transform:scale(1.45);opacity:0}
  100%{transform:scale(1.45);opacity:0}
}

/* Telefon titreşim */
.kety-fixed-phone .kety-fixed-icon svg{
  animation:ketyPhoneShake 1.4s infinite;
}

@keyframes ketyPhoneShake{
  0%,100%{transform:rotate(0)}
  10%{transform:rotate(-12deg)}
  20%{transform:rotate(12deg)}
  30%{transform:rotate(-8deg)}
  40%{transform:rotate(8deg)}
  50%{transform:rotate(0)}
}

/* Smooth expand */
.kety-fixed-contact-premium a{
  transition:
    width .32s ease,
    transform .32s ease,
    box-shadow .32s ease !important;
}

.kety-fixed-contact-premium a:hover{
  transform:translateX(-4px);
  box-shadow:0 14px 30px rgba(0,0,0,.18) !important;
}

.kety-fixed-contact-premium .kety-fixed-label{
  transform:translateX(28px) scaleX(.92);
  transform-origin:right center;
  transition:
    opacity .28s ease,
    visibility .28s ease,
    transform .32s cubic-bezier(.22,1,.36,1);
}

.kety-fixed-contact-premium a:hover .kety-fixed-label{
  transform:translateX(0) scaleX(1);
}
/* =========================
   PREMIUM REFERENCES SLIDER
========================= */

.kety-reference-slider-wrap{
  position:relative;
  overflow:hidden;
}

.kety-reference-slider{
  display:flex;
  gap:24px;
  width:max-content;
  animation:ketyReferenceMarquee 34s linear infinite;
  will-change:transform;
}

.kety-reference-slider:hover{
  animation-play-state:paused;
}

.kety-reference-card-premium{
  width:370px;
  flex:0 0 370px;
  overflow:hidden;
  background:var(--kety-surface);
  border:1px solid rgba(16,32,51,.08);
  border-radius:var(--kety-radius);
  box-shadow:0 12px 34px rgba(16,32,51,.08);
  transition:.25s ease;
}

.kety-reference-card-premium:hover{
  transform:translateY(-6px);
  box-shadow:var(--kety-shadow);
}

.kety-reference-image{
  position:relative;
  height:245px;
  overflow:hidden;
  background:linear-gradient(135deg,#d7dee8,#eef2f6);
}

.kety-reference-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.kety-reference-card-premium:hover .kety-reference-image img{
  transform:scale(1.08);
}

.kety-reference-badge{
  position:absolute;
  left:18px;
  top:18px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(8,28,49,.78);
  color:#fff;
  font-size:12px;
  font-weight:900;
  backdrop-filter:blur(10px);
}

.kety-reference-content{
  padding:22px;
}

.kety-reference-content h3{
  margin:0 0 8px;
  font-size:22px;
}

.kety-reference-content p{
  margin:0;
  color:var(--kety-soft);
  font-size:15px;
}

.kety-reference-slider-wrap:before,
.kety-reference-slider-wrap:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:90px;
  z-index:2;
  pointer-events:none;
}

.kety-reference-slider-wrap:before{
  left:0;
  background:linear-gradient(90deg,var(--kety-bg),rgba(247,248,250,0));
}

.kety-reference-slider-wrap:after{
  right:0;
  background:linear-gradient(270deg,var(--kety-bg),rgba(247,248,250,0));
}

@keyframes ketyReferenceMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media(max-width:900px){
  .kety-reference-card-premium{
    width:310px;
    flex-basis:310px;
  }

  .kety-reference-image{
    height:220px;
  }

  .kety-reference-slider-wrap:before,
  .kety-reference-slider-wrap:after{
    width:34px;
  }
}
.kety-testimonial-slider{
  display:flex;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
}

.kety-testimonial-card{
  flex:0 0 340px;
  padding:26px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.kety-stars{
  color:#c89b5c;
  font-size:18px;
  margin-bottom:10px;
}

.kety-testimonial-user{
  margin-top:16px;
}

.kety-testimonial-user span{
  display:block;
  font-size:13px;
  color:#777;
}
/* =========================
   PREMIUM FOOTER
========================= */

.kety-footer{
  margin-top:80px;
  background:linear-gradient(135deg,#081c31,#102b4a);
  color:#fff;
}

.kety-footer-cta{
  padding:60px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.kety-footer-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.kety-footer-cta h2{
  font-size:32px;
  margin:0 0 10px;
}

.kety-footer-cta p{
  color:rgba(255,255,255,.75);
}

.kety-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px;
  padding:60px 0;
}

.kety-footer-col h3{
  margin:0 0 14px;
  font-size:26px;
}

.kety-footer-col h4{
  margin:0 0 14px;
}

.kety-footer-col p{
  margin:6px 0;
  color:rgba(255,255,255,.7);
}

.kety-footer-social{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.kety-footer-social a{
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:700;
  transition:.25s;
}

.kety-footer-social a:hover{
  background:var(--kety-primary);
}

.kety-footer-bottom{
  text-align:center;
  padding:20px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:13px;
  color:rgba(255,255,255,.6);
}

/* MOBILE */

@media(max-width:900px){
  .kety-footer-cta-inner{
    flex-direction:column;
    text-align:center;
  }

  .kety-footer-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .kety-footer-social{
    justify-content:center;
  }
}
/* =========================
   WHY PREMIUM
========================= */

.kety-why-timeline{
  display:grid;
  gap:24px;
  position:relative;
}

.kety-why-box{
  position:relative;
  padding-left:70px;
}

.kety-why-line{
  position:absolute;
  left:30px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(0,0,0,.08);
}

.kety-why-icon{
  position:absolute;
  left:0;
  top:0;
  width:60px;
  height:60px;
  border-radius:18px;
  background:var(--kety-primary);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  transition:.3s;
}

.kety-why-box:hover .kety-why-icon{
  transform:scale(1.1);
}

.kety-why-content h3{
  margin:0 0 6px;
}

.kety-why-step{
  font-size:12px;
  color:var(--kety-primary);
  font-weight:800;
}

/* =========================
   ABOUT PREMIUM
========================= */

.kety-about-premium{
  background:var(--kety-secondary);
  color:#fff;
}

.kety-about-premium-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.kety-about-list{
  margin:20px 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.kety-about-right{
  position:relative;
}

.kety-about-main-image img{
  width:100%;
  border-radius:26px;
}

.kety-about-card{
  position:absolute;
  bottom:-20px;
  right:20px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  border-radius:20px;
  padding:20px;
  text-align:center;
}

.kety-about-card strong{
  font-size:36px;
  color:var(--kety-primary);
  display:block;
}

/* =========================
   FAQ PREMIUM
========================= */

.kety-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.kety-faq-col{
  display:grid;
  gap:14px;
}

.kety-faq details{
  background:#fff;
  border-radius:14px;
  padding:18px;
  border:1px solid rgba(0,0,0,.08);
}

.kety-faq summary{
  font-weight:800;
  cursor:pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){
  .kety-about-premium-grid{
    grid-template-columns:1fr;
  }

  .kety-faq-grid{
    grid-template-columns:1fr;
  }
}
/* =========================
   PREMIUM CTA
========================= */

.kety-cta-premium{
  position:relative;
  padding:120px 0;
  overflow:hidden;
  color:#fff;
  background:var(--kety-secondary);
}

/* BG */

.kety-cta-bg{
  position:absolute;
  inset:0;
}

.kety-cta-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.45;
}

/* Overlay */

.kety-cta-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,
    rgba(8,28,49,.95),
    rgba(8,28,49,.75),
    rgba(8,28,49,.55)
  );
}

/* İçerik */

.kety-cta-premium-inner{
  position:relative;
  z-index:2;
  max-width:900px;
}

.kety-cta-content h2{
  font-size:clamp(36px,5vw,60px);
  line-height:1.1;
  margin:0 0 16px;
}

.kety-cta-content p{
  font-size:18px;
  color:rgba(255,255,255,.85);
  margin:0 0 28px;
  max-width:700px;
}

/* Butonlar */

.kety-cta-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* Hover efekt */

.kety-cta-premium .kety-btn{
  transform:translateY(0);
  transition:.3s ease;
}

.kety-cta-premium .kety-btn:hover{
  transform:translateY(-4px);
}

/* Glow efekti */

.kety-cta-premium:after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:radial-gradient(circle,rgba(200,155,92,.25),transparent);
  top:-100px;
  right:-100px;
}

/* Mobil */

@media(max-width:768px){
  .kety-cta-premium{
    padding:80px 0;
    text-align:center;
  }

  .kety-cta-actions{
    justify-content:center;
  }
}
/* =========================
   WHY PREMIUM V2
========================= */

.kety-why-premium{
  position:relative;
  background:linear-gradient(180deg,#fff,var(--kety-bg));
}

.kety-why-premium-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  position:relative;
}

.kety-why-premium-card{
  position:relative;
  min-height:260px;
  padding:30px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(16,32,51,.08);
  box-shadow:0 14px 40px rgba(16,32,51,.07);
  overflow:hidden;
  transition:.35s ease;
}

.kety-why-premium-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:var(--kety-primary);
  transform:scaleX(.25);
  transform-origin:left;
  transition:.35s ease;
}

.kety-why-premium-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--kety-shadow);
}

.kety-why-premium-card:hover:before{
  transform:scaleX(1);
}

.kety-why-number{
  position:absolute;
  right:22px;
  top:18px;
  font-size:54px;
  font-weight:900;
  line-height:1;
  color:rgba(16,32,51,.06);
}

.kety-why-premium-icon{
  width:68px;
  height:68px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:rgba(200,155,92,.13);
  color:var(--kety-primary);
  font-size:32px;
  margin-bottom:24px;
  transition:.35s ease;
}

.kety-why-premium-card:hover .kety-why-premium-icon{
  background:var(--kety-primary);
  color:#fff;
  transform:rotate(-6deg) scale(1.08);
}

.kety-why-premium-content h3{
  margin:0 0 10px;
  font-size:22px;
}

.kety-why-premium-content p{
  margin:0;
  color:var(--kety-soft);
  font-size:15px;
}

@media(max-width:1080px){
  .kety-why-premium-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .kety-why-premium-grid{
    grid-template-columns:1fr;
  }

  .kety-why-premium-card{
    min-height:auto;
  }
}
/* CTA görseli full background olsun */
.kety-cta-premium{
  min-height:520px;
  display:flex;
  align-items:center;
}

.kety-cta-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.kety-cta-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.55;
}

.kety-cta-overlay{
  z-index:1;
}

.kety-cta-premium-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
}

.kety-cta-content{
  max-width:760px;
}
/* FOOTER PREMIUM FIX */
.kety-footer{
  margin-top:0;
  background:linear-gradient(135deg,var(--kety-footer-bg),#102b4a);
  color:var(--kety-footer-text);
  padding-top:70px;
}

.kety-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1.25fr;
  gap:44px;
  align-items:start;
}

.kety-footer-logo{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
}

.kety-footer-logo img{
  max-width:180px;
  max-height:70px;
  object-fit:contain;
}

.kety-footer-logo strong{
  font-size:28px;
  color:#fff;
}

.kety-footer-col h4{
  margin:0 0 18px;
  color:#fff;
  font-size:18px;
}

.kety-footer-col p{
  max-width:420px;
  color:rgba(255,255,255,.72);
}

.kety-footer ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.kety-footer a{
  color:rgba(255,255,255,.75);
  transition:.25s ease;
}

.kety-footer a:hover{
  color:var(--kety-primary);
  transform:translateX(4px);
}

.kety-footer-social{
  display:flex;
  gap:10px;
  margin-top:18px;
}

.kety-footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.kety-footer-social a:hover{
  background:var(--kety-primary);
  color:#fff;
  transform:translateY(-4px);
}

.kety-footer-contact-link{
  display:block;
  margin-bottom:12px;
}

.kety-footer-bottom{
  margin-top:55px;
  padding:20px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.62);
  font-size:13px;
}

@media(max-width:900px){
  .kety-footer-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .kety-footer-logo,
  .kety-footer-social{
    justify-content:center;
  }

  .kety-footer-col p{
    margin-left:auto;
    margin-right:auto;
  }

  .kety-footer a:hover{
    transform:none;
  }
}
/* CONTACT PAGE */

.kety-contact-page{
  padding:80px 0;
}

.kety-contact-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:40px;
}

.kety-contact-card{
  background:var(--kety-surface);
  padding:22px;
  border-radius:18px;
  margin-bottom:18px;
  box-shadow:var(--kety-shadow);
}

.kety-contact-card h3{
  margin:0 0 8px;
}

.kety-contact-card a{
  font-weight:700;
  color:var(--kety-primary);
}

.kety-contact-form{
  background:var(--kety-surface);
  padding:28px;
  border-radius:22px;
  box-shadow:var(--kety-shadow);
}

.kety-contact-form h3{
  margin-bottom:16px;
}

.kety-contact-form form{
  display:grid;
  gap:12px;
}

.kety-contact-form input,
.kety-contact-form textarea{
  padding:14px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
}

.kety-contact-map iframe{
  width:100%;
  height:420px;
  border:0;
}

/* MOBILE */

@media(max-width:900px){
  .kety-contact-grid{
    grid-template-columns:1fr;
  }
}
/* ABOUT PAGE */

.kety-about-page{
  padding:80px 0;
}

.kety-about-page-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.kety-about-content h2{
  margin-bottom:14px;
}

.kety-about-content p{
  margin-bottom:18px;
  color:var(--kety-soft-text);
}

.kety-about-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
  font-weight:600;
}

.kety-about-image img{
  width:100%;
  border-radius:20px;
  box-shadow:var(--kety-shadow);
}

/* STATS */

.kety-about-stats{
  padding:60px 0;
  background:var(--kety-secondary);
  color:#fff;
}

.kety-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.kety-stat-box{
  text-align:center;
}

.kety-stat-box strong{
  font-size:40px;
  display:block;
  color:var(--kety-primary);
}

.kety-stat-box span{
  opacity:.8;
}

/* CTA */

.kety-cta-simple{
  padding:70px 0;
  text-align:center;
}

.kety-cta-simple h2{
  margin-bottom:12px;
}

.kety-cta-simple p{
  margin-bottom:20px;
}

/* MOBILE */

@media(max-width:900px){
  .kety-about-page-grid{
    grid-template-columns:1fr;
  }

  .kety-stats-grid{
    grid-template-columns:1fr 1fr;
  }
}
/* PAGE HERO BACKGROUND */
.kety-page-hero-bg{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:var(--kety-secondary);
}

.kety-page-hero-image{
  position:absolute;
  inset:0;
}

.kety-page-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.52;
}

.kety-page-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,28,49,.95),rgba(8,28,49,.66),rgba(8,28,49,.22));
}

.kety-page-hero-content{
  position:relative;
  z-index:2;
}

.kety-page-hero-bg h1{
  font-size:clamp(38px,6vw,64px);
  margin:0 0 14px;
}

.kety-page-hero-bg p{
  max-width:760px;
  color:rgba(255,255,255,.84);
  font-size:18px;
}
.kety-about-page-content{
  color:var(--kety-soft);
  font-size:17px;
  line-height:1.85;
}

.kety-about-page-content p{
  margin:0 0 16px;
}

.kety-about-page-content h2,
.kety-about-page-content h3{
  color:var(--kety-text);
  margin:24px 0 12px;
}
.kety-logo img{
  max-width:180px;
  max-height:62px;
  object-fit:contain;
}
.kety-testimonial-text{
  color:var(--kety-soft);
  font-size:15px;
  line-height:1.75;
}

.kety-testimonial-user{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
}

.kety-testimonial-user img,
.kety-testimonial-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  display:grid;
  place-items:center;
  background:rgba(200,155,92,.14);
  color:var(--kety-primary);
  font-weight:900;
}

.kety-testimonial-user strong,
.kety-testimonial-user span{
  display:block;
}

.kety-testimonial-user span{
  color:var(--kety-soft);
  font-size:13px;
}
/* PREMIUM FOOTER */
.kety-footer-premium{
  position:relative;
  overflow:hidden;
  padding-top:74px;
  background:
    radial-gradient(circle at 18% 10%, rgba(200,155,92,.16), transparent 34%),
    linear-gradient(135deg,#071c31,#0d2a46);
}

.kety-footer-premium:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.04),transparent 35%,rgba(255,255,255,.03));
  pointer-events:none;
}

.kety-footer-premium .kety-footer-grid{
  position:relative;
  z-index:2;
  align-items:start;
  gap:52px;
}

.kety-footer-brand{
  max-width:420px;
}

.kety-footer-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  min-height:78px;
  padding:14px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 60px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
}

.kety-footer-logo img{
  max-width:190px;
  max-height:58px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.kety-footer-logo strong{
  font-size:26px;
  color:#fff;
}

.kety-footer-brand p{
  margin:22px 0 0;
  max-width:360px;
  color:rgba(255,255,255,.78);
  line-height:1.75;
}

.kety-footer-premium h4{
  margin:0 0 20px;
  color:#fff;
  font-size:20px;
}

.kety-footer-premium ul{
  display:grid;
  gap:12px;
}

.kety-footer-premium li a,
.kety-footer-contact-link{
  color:rgba(255,255,255,.74);
  transition:.25s ease;
}

.kety-footer-premium li a:hover{
  color:#fff;
  padding-left:8px;
}

.kety-footer-contact-link{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.kety-footer-contact-link span{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(200,155,92,.15);
  color:var(--kety-primary);
  flex:0 0 34px;
}

.kety-footer-contact-link b{
  font-weight:600;
}

.kety-footer-contact-link:hover{
  color:#fff;
  transform:translateX(5px);
}

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

.kety-footer-social a{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  transition:.25s ease;
}

.kety-footer-social a svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

.kety-footer-social a:hover{
  background:var(--kety-primary);
  color:#fff;
  transform:translateY(-5px);
  box-shadow:0 18px 35px rgba(0,0,0,.24);
}

.kety-footer-premium .kety-footer-bottom{
  position:relative;
  z-index:2;
  margin-top:54px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.58);
}

@media(max-width:900px){
  .kety-footer-premium{
    padding-top:54px;
  }

  .kety-footer-premium .kety-footer-grid{
    gap:36px;
  }

  .kety-footer-logo{
    min-width:190px;
  }
}
/* PREMIUM HEADER */
.kety-header{
  position:relative;
  z-index:1000;
}

.kety-header .kety-nav-wrap{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(16,32,51,.08);
  transition:.28s ease;
}

.kety-header.is-scrolled .kety-nav-wrap{
  box-shadow:0 18px 45px rgba(16,32,51,.12);
  background:rgba(255,255,255,.86);
}

.kety-top-social{
  display:flex;
  gap:7px;
}

.kety-top-social span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  opacity:.9;
}

.kety-top-info a,
.kety-top-info span{
  color:#fff;
  transition:.2s ease;
}

.kety-top-info a:hover{
  color:var(--kety-primary);
}

.kety-logo img{
  max-width:185px;
  max-height:62px;
  object-fit:contain;
}

.kety-nav a{
  position:relative;
}

.kety-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  width:0;
  height:2px;
  margin:auto;
  border-radius:99px;
  background:var(--kety-primary);
  transition:.25s ease;
}

.kety-nav a:hover:after{
  width:100%;
}

.kety-mobile-toggle{
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(16,32,51,.10);
  background:#fff;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(16,32,51,.08);
}

.kety-mobile-toggle span{
  transition:.25s ease;
}

.kety-mobile-toggle.is-active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.kety-mobile-toggle.is-active span:nth-child(2){
  opacity:0;
}

.kety-mobile-toggle.is-active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:900px){
  .kety-topbar{
    display:none;
  }

  .kety-nav-inner{
    height:78px;
  }

  .kety-logo img{
    max-width:165px;
    max-height:58px;
  }

  .kety-nav{
    position:absolute;
    left:16px;
    right:16px;
    top:88px;
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px) scale(.98);
    padding:18px;
    border-radius:24px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(16,32,51,.08);
    box-shadow:0 28px 70px rgba(16,32,51,.18);
    backdrop-filter:blur(18px);
    transition:.25s ease;
    pointer-events:none;
  }

  .kety-nav.is-open{
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }

  .kety-nav ul{
    display:grid;
    gap:4px;
  }

  .kety-nav li a{
    display:flex;
    padding:14px 16px;
    border-radius:16px;
    font-size:15px;
  }

  .kety-nav li a:hover{
    background:rgba(200,155,92,.10);
  }

  .kety-nav a:after{
    display:none;
  }

  .kety-header-actions{
    display:none;
  }

  body.kety-menu-open{
    overflow:hidden;
  }
}
/* =========================
   MOBILE MENU PREMIUM FIX
========================= */

@media(max-width:900px){
  .kety-nav{
    left:18px;
    right:18px;
    top:92px;
    padding:18px;
    border-radius:28px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(22px);
  }

  .kety-nav ul{
    gap:8px;
  }

  .kety-nav li a{
    min-height:58px;
    align-items:center;
    padding:14px 22px;
    border-radius:18px;
    font-size:20px;
    font-weight:900;
    color:var(--kety-secondary);
  }

  .kety-nav li a:hover{
    background:rgba(200,155,92,.12);
    color:var(--kety-secondary);
  }

  .kety-mobile-toggle{
    width:54px;
    height:54px;
    border-radius:18px;
  }
}

/* =========================
   MOBILE SERVICE SLIDER FIX
========================= */

@media(max-width:560px){
  .kety-service-slider{
    gap:16px;
    padding-left:4px;
    padding-right:40px;
  }

  .kety-service-card-big{
    flex:0 0 78%;
    min-width:78%;
  }

  .kety-service-card-image{
    height:210px;
  }

  .kety-service-card-body{
    padding:22px;
  }

  .kety-service-card-body h3{
    font-size:26px;
    line-height:1.15;
  }

  .kety-service-card-body p{
    font-size:17px;
    line-height:1.6;
  }
}

/* =========================
   MOBILE WHY COMPACT
========================= */

@media(max-width:560px){
  .kety-why-premium{
    padding:58px 0;
  }

  .kety-why-premium .kety-section-head{
    margin-bottom:28px;
  }

  .kety-why-premium .kety-section-head h2{
    font-size:34px;
    line-height:1.15;
  }

  .kety-why-premium-grid{
    gap:18px;
  }

  .kety-why-premium-card{
    min-height:auto;
    padding:28px 24px;
    border-radius:26px;
  }

  .kety-why-premium-icon{
    width:78px;
    height:78px;
    border-radius:24px;
    font-size:30px;
    margin-bottom:24px;
  }

  .kety-why-number{
    font-size:52px;
    right:26px;
    top:22px;
  }

  .kety-why-premium-content h3{
    font-size:26px;
    margin-bottom:12px;
  }

  .kety-why-premium-content p{
    font-size:17px;
    line-height:1.55;
  }
}

/* =========================
   BACK TO TOP
========================= */

.kety-back-top{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:9999;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(16,32,51,.12);
  background:#fff;
  color:var(--kety-secondary);
  font-size:30px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(16,32,51,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px);
  transition:.25s ease;
}

.kety-back-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.kety-back-top:hover{
  background:var(--kety-primary);
  color:#fff;
  transform:translateY(-4px);
}

@media(max-width:560px){
  .kety-back-top{
    right:18px;
    bottom:18px;
    width:50px;
    height:50px;
    font-size:28px;
  }
}
/* =========================
   STICKY HEADER FINAL FIX
========================= */

.kety-header{
  position:sticky !important;
  top:0 !important;
  z-index:99999 !important;
  width:100% !important;
  background:var(--kety-header-bg,#fff) !important;
}

.admin-bar .kety-header{
  top:32px !important;
}

.kety-header .kety-nav-wrap,
.kety-nav-wrap{
  position:relative !important;
  top:auto !important;
  z-index:auto !important;
  background:rgba(255,255,255,.94) !important;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(16,32,51,.08);
  box-shadow:0 10px 30px rgba(16,32,51,.08);
}

.kety-header.is-scrolled .kety-nav-wrap{
  box-shadow:0 18px 45px rgba(16,32,51,.14);
}

@media(max-width:782px){
  .admin-bar .kety-header{
    top:46px !important;
  }
}

@media(max-width:600px){
  .admin-bar .kety-header{
    top:0 !important;
  }
}

@media(max-width:900px){
  .kety-header{
    position:sticky !important;
    top:0 !important;
  }

  .kety-nav{
    z-index:100000 !important;
  }
}