@charset "UTF-8";

/* =========================================================
   ANTALYA TEMİZ ELLER - INDEX CSS FINAL TOPARLAMA
   Dosya: /assets/index.css
   Sıralı düzenleme: Slider > İstatistik > Hizmetler > Hakkımızda
========================================================= */
@charset "UTF-8";

/* =========================================================
   ANTALYA TEMİZ ELLER - INDEX CSS
   Dosya: /assets/index.css
   Aşama 1: Temiz Tek Parça Slider Hero CSS
========================================================= */

:root{
  --ks27-index-primary:var(--ks27ph-button,#0057b8);
  --ks27-index-link:var(--ks27ph-link,#18b8e8);
  --ks27-index-glow:var(--ks27ph-button-glow,rgba(0,87,184,.34));
  --ks27-index-header-h:var(--ks27ph-header-h,82px);
  --ks27-index-deep:#020817;
  --ks27-index-dark:#07111f;
  --ks27-index-card:rgba(5,15,30,.72);
  --ks27-index-text:#07111f;
  --ks27-index-white:#ffffff;
}

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body.is-home{
  background:#ffffff;
}

.ks27-main,
.ks27-main *{
  box-sizing:border-box;
}

.ks27-main{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#ffffff;
  color:var(--ks27-index-text);
  font-family:Arial, Helvetica, sans-serif;
}

.ks27-main a{
  color:inherit;
  text-decoration:none;
}

.ks27-main img{
  display:block;
  max-width:100%;
}

/* =========================================================
   ORTAK BUTON
========================================================= */

.ks27-btn{
  position:relative;
  min-height:46px;
  padding:0 24px;
  border:0;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#ffffff !important;
  background:linear-gradient(135deg,var(--ks27-index-primary),var(--ks27-index-link)) !important;
  box-shadow:
    0 16px 34px var(--ks27-index-glow),
    0 0 22px rgba(24,184,232,.22);
  font-size:14px;
  font-weight:950;
  letter-spacing:.02em;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.ks27-btn::before{
  content:"";
  position:absolute;
  inset:-70% -35%;
  z-index:-1;
  background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.38) 50%,transparent 66%);
  transform:translateX(-85%) rotate(10deg);
  transition:transform .68s ease;
}

.ks27-btn:hover,
.ks27-btn:focus{
  color:#ffffff !important;
  transform:translateY(-2px);
  filter:saturate(1.12);
  box-shadow:
    0 22px 46px rgba(0,87,184,.44),
    0 0 30px rgba(24,184,232,.28);
}

.ks27-btn:hover::before,
.ks27-btn:focus::before{
  transform:translateX(85%) rotate(10deg);
}

/* =========================================================
   SLIDER HERO - DESKTOP FINAL
========================================================= */

.ks27-hero-slider{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 42%,rgba(24,184,232,.16),transparent 36%),
    linear-gradient(115deg,#06111f 0%,#071827 42%,#08243c 66%,#020817 100%);
}

.ks27-slider{
  position:relative;
  width:100%;
  height:clamp(620px, calc(100vh - var(--ks27-index-header-h)), 800px);
  min-height:620px;
  max-height:800px;
  overflow:hidden;
  background:#06111f;
}

.ks27-slider-track{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  display:flex;
  transition:transform .72s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.ks27-slide{
  position:relative;
  flex:0 0 100%;
  min-width:100%;
  height:100%;
  overflow:hidden;
  background:#06111f;
}

.ks27-slide::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      rgba(2,8,23,.58) 0%,
      rgba(2,8,23,.38) 28%,
      rgba(2,8,23,.08) 56%,
      rgba(2,8,23,.10) 78%,
      rgba(2,8,23,.24) 100%
    );
}

.ks27-slide::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:120px;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(to top,rgba(2,8,23,.42),transparent);
}

.ks27-slide-img{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:contrast(1.10) saturate(1.14) brightness(1.05);
}

/* Desktop açıklama kartı */
.ks27-slide-content{
  position:absolute;
  left:clamp(42px,4.6vw,90px);
  top:50%;
  z-index:10;
  width:min(520px,calc(100% - 250px));
  padding:28px 30px 27px;
  border-radius:23px;
  color:#ffffff;
  background:
    linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.045)),
    radial-gradient(circle at top left,rgba(24,184,232,.18),transparent 42%),
    linear-gradient(135deg,rgba(2,8,23,.74),rgba(7,17,31,.60));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:
    0 24px 62px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.22),
    0 0 26px rgba(24,184,232,.09);
  backdrop-filter:blur(15px) saturate(1.18);
  -webkit-backdrop-filter:blur(15px) saturate(1.18);
  transform:translateY(-43%);
}

.ks27-slide-content h1,
.ks27-slide-content h2{
  margin:0;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:clamp(30px,2.35vw,42px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
  text-shadow:
    0 10px 26px rgba(0,0,0,.42),
    0 0 14px rgba(255,255,255,.10);
}

.ks27-slide-content p{
  width:100%;
  max-width:465px;
  margin:12px 0 0;
  color:rgba(255,255,255,.95) !important;
  -webkit-text-fill-color:rgba(255,255,255,.95);
  font-size:13.8px;
  line-height:1.50;
  font-weight:760;
  text-shadow:0 7px 18px rgba(0,0,0,.34);
}

.ks27-slide-action{
  margin-top:17px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.ks27-slide-action .ks27-btn,
.ks27-slide-content .ks27-btn{
  min-height:43px;
  padding:0 21px;
  border-radius:14px;
  font-size:13.3px;
}

/* Slider noktaları */
.ks27-slider-dots{
  position:absolute;
  left:50%;
  bottom:28px;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transform:translateX(-50%);
}

.ks27-slider-dot{
  width:11px;
  height:11px;
  border:0;
  border-radius:999px;
  padding:0;
  cursor:pointer;
  background:rgba(255,255,255,.58);
  box-shadow:0 0 0 5px rgba(255,255,255,.10);
  transition:width .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ks27-slider-dot:hover{
  transform:scale(1.08);
}

.ks27-slider-dot.is-active{
  width:34px;
  background:linear-gradient(135deg,var(--ks27-index-primary),var(--ks27-index-link));
  box-shadow:0 0 22px rgba(24,184,232,.58);
}

/* =========================================================
   GENİŞ DESKTOP
========================================================= */

@media(min-width:1600px){
  .ks27-slider{
    height:clamp(660px, calc(100vh - var(--ks27-index-header-h)), 840px);
    min-height:660px;
    max-height:840px;
  }

  .ks27-slide-content{
    left:clamp(58px,5vw,118px);
    width:min(560px,calc(100% - 280px));
  }

  .ks27-slide-content h1,
  .ks27-slide-content h2{
    font-size:clamp(34px,2.55vw,46px);
  }
}

/* =========================================================
   ORTA DESKTOP
========================================================= */

@media(min-width:1200px) and (max-width:1500px){
  .ks27-slider{
    height:clamp(600px, calc(100vh - var(--ks27-index-header-h)), 740px);
    min-height:600px;
    max-height:740px;
  }

  .ks27-slide-content{
    left:38px;
    width:min(500px,calc(100% - 170px));
    padding:26px 29px 25px;
  }

  .ks27-slide-content h1,
  .ks27-slide-content h2{
    font-size:clamp(29px,2.35vw,39px);
  }

  .ks27-slide-content p{
    font-size:13.5px;
    line-height:1.48;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1199px){
  :root{
    --ks27-index-header-h:70px;
  }

  .ks27-slider{
    height:clamp(560px, calc(100vh - var(--ks27-index-header-h)), 700px);
    min-height:560px;
    max-height:700px;
  }

  .ks27-slide-content{
    left:22px;
    width:min(540px,calc(100% - 44px));
    padding:28px 28px;
    border-radius:24px;
  }

  .ks27-slide-content h1,
  .ks27-slide-content h2{
    font-size:clamp(32px,5vw,50px);
  }

  .ks27-slide-content p{
    font-size:15px;
    line-height:1.58;
  }
}

/* =========================================================
   MOBİL FULL RESPONSIVE
========================================================= */

@media(max-width:767px){
  :root{
    --ks27-index-header-h:66px;
  }

  .ks27-hero-slider,
  .ks27-slider,
  .ks27-slide{
    background:#06111f;
  }

  .ks27-slider{
    height:auto;
    min-height:0;
    max-height:none;
    overflow:hidden;
  }

  .ks27-slider-track{
    height:auto;
    min-height:0;
    align-items:stretch;
  }

  .ks27-slide{
    height:auto;
    min-height:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    padding-bottom:86px;
  }

  .ks27-slide::before,
  .ks27-slide::after{
    display:none;
  }

  .ks27-slide-img{
    position:relative;
    inset:auto;
    z-index:1;
    width:100%;
    height:auto;
    aspect-ratio:16 / 10;
    object-fit:cover;
    object-position:center center;
    background:#06111f;
    filter:contrast(1.10) saturate(1.16) brightness(1.06);
  }

  .ks27-slide-content{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    z-index:10;
    width:100%;
    max-width:100%;
    margin:0;
    padding:24px 88px 24px 18px;
    border-radius:0;
    transform:none;
    color:#ffffff;
    background:
      linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04)),
      radial-gradient(circle at top left,rgba(24,184,232,.18),transparent 42%),
      linear-gradient(135deg,rgba(3,11,25,.98),rgba(7,17,31,.94));
    border-top:1px solid rgba(255,255,255,.20);
    border-bottom:1px solid rgba(255,255,255,.12);
    border-left:0;
    border-right:0;
    box-shadow:
      0 18px 44px rgba(0,0,0,.30),
      inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter:blur(12px) saturate(1.10);
    -webkit-backdrop-filter:blur(12px) saturate(1.10);
  }

  .ks27-slide-content h1,
  .ks27-slide-content h2{
    margin:0;
    max-width:100%;
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff;
    font-size:25px;
    line-height:1.15;
    letter-spacing:-.035em;
    font-weight:950;
    text-shadow:0 10px 24px rgba(0,0,0,.45);
  }

  .ks27-slide-content p{
    max-width:100%;
    margin:12px 0 0;
    color:rgba(255,255,255,.92) !important;
    -webkit-text-fill-color:rgba(255,255,255,.92);
    font-size:13.2px;
    line-height:1.54;
    font-weight:750;
    text-shadow:0 7px 16px rgba(0,0,0,.36);
  }

  .ks27-slide-action{
    margin-top:17px;
  }

  .ks27-slide-action .ks27-btn,
  .ks27-slide-content .ks27-btn{
    width:100%;
    min-height:46px;
    border-radius:15px;
    font-size:13.6px;
  }

  .ks27-slider-dots{
    bottom:20px;
    z-index:22;
  }

  .ks27-slider-dot{
    width:10px;
    height:10px;
  }

  .ks27-slider-dot.is-active{
    width:30px;
  }
}

/* =========================================================
   KÜÇÜK MOBİL
========================================================= */

@media(max-width:420px){
  .ks27-slide{
    padding-bottom:82px;
  }

  .ks27-slide-img{
    aspect-ratio:16 / 11;
  }

  .ks27-slide-content{
    padding:22px 16px 22px 16px;
  }

  .ks27-slide-content h1,
  .ks27-slide-content h2{
    font-size:23px;
    line-height:1.15;
  }

  .ks27-slide-content p{
    font-size:12.8px;
    line-height:1.50;
  }

  .ks27-btn{
    min-height:45px;
    padding:0 20px;
    border-radius:14px;
    font-size:13.3px;
  }
}