/* ==========================================================================
   mobilpimapentamiri.com — özel header + hero (slider) görünümü
   ========================================================================== */

/* ---------- Header ---------- */
.pp-header{
    background:#ffffff;
    box-shadow:0 2px 16px rgba(10,26,43,.08);
    position:relative;
    z-index:100;
}
.pp-header .main-menu-two,
.stricky-header .main-menu-two{ margin-top:0; }
.pp-header .main-menu-two__wrapper,
.pp-header .main-menu-two__wrapper-inner,
.pp-header .main-menu-two__left,
.stricky-header .main-menu-two__wrapper,
.stricky-header .main-menu-two__wrapper-inner,
.stricky-header .main-menu-two__left{
    background:transparent;
    box-shadow:none;
    padding:0;
    border-radius:0;
    float:none;
    width:auto;
}
.pp-header__row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 0;
}

.pp-header__logo-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    white-space:nowrap;
}
.pp-header__logo-icon{ display:flex; flex-shrink:0; }
.pp-header__logo-title{
    display:block;
    font-size:21px;
    font-weight:800;
    color:#0b1c2c;
    line-height:1.1;
}
.pp-header__logo-title .pp-accent{ color:#1aa2fd; }
.pp-header__logo-sub{
    display:block;
    font-size:9.5px;
    font-weight:700;
    letter-spacing:1.5px;
    color:#8b98a6;
    margin-top:2px;
}

.pp-header__nav{ flex:1 1 0%; display:flex; justify-content:center; min-width:0; }
.pp-header__nav .main-menu-two__wrapper,
.pp-header__nav .main-menu-two__wrapper-inner,
.pp-header__nav .main-menu-two__left,
.pp-header__nav .main-menu-two__main-menu-box{ width:100%; min-width:0; flex-shrink:1; }
.pp-header__nav .main-menu__list{ gap:0; justify-content:space-between; width:100%; }
.pp-header__nav .main-menu__list>li{ padding-top:0; padding-bottom:0; }
.pp-header__nav .main-menu__list>li+li{ margin-left:0 !important; }
.pp-header__nav .main-menu__list>li>a{
    color:#233242;
    font-weight:600;
    font-size:13.5px;
    white-space:nowrap;
}
.pp-header__nav .main-menu__list>li.current>a,
.pp-header__nav .main-menu__list>li:hover>a{ color:#1aa2fd; }
.pp-header__nav .main-menu__list>li>a::before{ border-bottom-color:#1aa2fd; }

.pp-header__actions{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
.pp-header__phone{
    display:flex;
    align-items:center;
    gap:10px;
    border:1.5px solid #bfe1ff;
    border-radius:10px;
    padding:8px 16px;
    text-decoration:none;
    transition:border-color .3s ease;
}
.pp-header__phone:hover{ border-color:#1aa2fd; }
.pp-header__phone-icon{ color:#1aa2fd; font-size:17px; }
.pp-header__phone-copy strong{ display:block; color:#0b1c2c; font-size:14.5px; font-weight:800; line-height:1.2; }
.pp-header__phone-copy small{ display:block; color:#8b98a6; font-size:11px; font-weight:500; }

.pp-header__whatsapp{
    display:flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(180deg,#22c35e,#079447);
    border-radius:10px;
    padding:9px 18px;
    text-decoration:none;
    color:#fff;
    transition:opacity .3s ease;
}
.pp-header__whatsapp:hover{ opacity:.9; color:#fff; }
.pp-header__whatsapp i{ font-size:22px; }
.pp-header__whatsapp-copy strong{ display:block; font-size:13.5px; font-weight:800; line-height:1.2; }
.pp-header__whatsapp-copy small{ display:block; font-size:10.5px; opacity:.9; }

.pp-header .mobile-nav__toggler,
.stricky-header .mobile-nav__toggler{ color:#0b1c2c; font-size:22px; }
.pp-header .mobile-nav__toggler:hover,
.stricky-header .mobile-nav__toggler:hover{ color:#1aa2fd; }

@media(max-width:1199px){
    .pp-header__nav .main-menu__list{ display:none !important; }
    .pp-header__whatsapp-copy,
    .pp-header__phone-copy small{ display:none; }
    /* only the hamburger is left inside nav here — shrink nav to fit it
       and push it (and the actions box after it) flush to the right */
    .pp-header__row{ justify-content:flex-start; }
    .pp-header__nav{ flex:0 0 auto; justify-content:flex-end; margin-left:auto; }
    .pp-header__nav .main-menu-two__wrapper,
    .pp-header__nav .main-menu-two__wrapper-inner,
    .pp-header__nav .main-menu-two__left,
    .pp-header__nav .main-menu-two__main-menu-box{ width:auto; }
}
@media(max-width:575px){
    .pp-header__phone{ display:none; }
    .pp-header__logo-sub{ display:none; }
}
@media(max-width:430px){
    .pp-header__row{ gap:6px; }
    .pp-header__logo-link{ gap:6px; }
    .pp-header__logo-icon svg{ width:30px; height:30px; }
    .pp-header__logo-title{ font-size:15.5px; }
    .pp-header__actions{ gap:6px; }
    .pp-header__whatsapp{ padding:8px; border-radius:50%; }
    .pp-header__whatsapp i{ font-size:19px; }
    .mobile-nav__toggler{ padding:0 2px !important; }
}
@media(max-width:340px){
    .pp-header__logo-title{ font-size:13.5px; }
}

.pp-mobile-logo a{ display:block; padding:0 30px; text-decoration:none; }
.pp-mobile-logo .pp-header__logo-title{ color:#fff; font-size:19px; }
.pp-mobile-logo .pp-header__logo-sub{ color:#9aa7b3; }

/* sticky (on-scroll) header: full logo + nav + actions row, cloned via JS */
.stricky-header{ background:#fff; }
.sticky-header__content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    max-width:1320px;
    margin:0 auto;
    padding:10px clamp(20px,5vw,60px);
}
.sticky-header__content .pp-header__logo-title{ font-size:19px; }
@media(max-width:575px){
    .sticky-header__content .pp-header__phone{ display:none; }
    .sticky-header__content .pp-header__logo-sub{ display:none; }
}

/* ---------- Hero / Slider ---------- */
.pp-hero{ top:0 !important; margin-bottom:0 !important; background:#04101c; }
.pp-hero .container{ padding-top:0 !important; padding-bottom:0 !important; }
.pp-hero .swiper-slide{
    min-height:calc(100vh - var(--pp-header-h, 84px));
    display:flex;
    align-items:center;
}
@supports (height:100dvh){
    .pp-hero .swiper-slide{ min-height:calc(100dvh - var(--pp-header-h, 84px)); }
}
@media(max-height:560px){
    .pp-hero .swiper-slide{ min-height:auto; padding-top:40px; padding-bottom:40px; }
}
.pp-hero .image-layer-two{ background-color:#04101c; }
.pp-hero__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(100deg,#04101c 8%,rgba(4,16,28,.94) 34%,rgba(4,16,28,.62) 58%,rgba(4,16,28,.22) 100%);
    z-index:2;
}
.pp-hero .container{ position:relative; z-index:3; }

.pp-hero__grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:80px 0 70px;
    flex-wrap:wrap;
}
.pp-hero__content{ max-width:600px; }
.pp-hero__badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:rgba(26,162,253,.12);
    border:1px solid rgba(26,162,253,.45);
    border-radius:30px;
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:22px;
}
.pp-hero__title{
    color:#fff;
    font-size:44px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
}
.pp-hero__title .pp-hero__highlight,
.pp-hero__title span{
    background:linear-gradient(90deg,#22b3ff,#0d7df0);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.pp-hero__text{
    color:#c7d3de;
    font-size:16px;
    line-height:1.75;
    margin:0 0 30px;
    max-width:520px;
}
.pp-hero__text p{ margin:0; }
.pp-hero__features{
    list-style:none;
    display:flex;
    gap:26px;
    flex-wrap:wrap;
    padding:0;
    margin:0 0 32px;
}
.pp-hero__features li{ display:flex; align-items:center; gap:10px; }
.pp-hero__features li i{ font-size:19px; color:#fff; width:20px; text-align:center; }
.pp-hero__features li span{ display:block; font-size:12px; color:#c7d3de; line-height:1.4; }
.pp-hero__features li span strong{ display:block; font-size:13.5px; font-weight:700; color:#fff; }

.pp-hero__btns{ display:flex; gap:14px; flex-wrap:wrap; }
.pp-hero__btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 22px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}
.pp-hero__btn--primary{ background:#0d7df0; color:#fff; }
.pp-hero__btn--primary:hover{ background:#0a68cc; color:#fff; }
.pp-hero__btn--primary span{ display:flex; flex-direction:column; line-height:1.25; font-size:12.5px; text-align:left; }
.pp-hero__btn--primary span strong{ font-size:14.5px; font-weight:800; }
.pp-hero__btn-arrow{ margin-left:4px; }
.pp-hero__btn--outline{ background:transparent; border:1.5px solid rgba(255,255,255,.35); color:#fff; }
.pp-hero__btn--outline:hover{ background:rgba(255,255,255,.08); color:#fff; }

.pp-hero__side{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:18px;
    min-width:240px;
}
.pp-hero__note{
    font-family:'Segoe Script','Brush Script MT',cursive;
    color:#fff;
    font-size:19px;
    line-height:1.3;
    text-align:right;
    transform:rotate(-4deg);
    opacity:.9;
}
.pp-hero__badges{ display:flex; flex-direction:column; gap:14px; width:100%; align-items:flex-end; }
.pp-hero__badge-card{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    border-radius:14px;
    padding:14px 18px;
    box-shadow:0 14px 30px rgba(0,0,0,.18);
    min-width:230px;
}
.pp-hero__badge-card i{ color:#0d7df0; font-size:19px; width:20px; text-align:center; }
.pp-hero__badge-card span{ font-size:12.5px; color:#5b6b7a; line-height:1.3; }
.pp-hero__badge-card span strong{ display:block; font-size:14px; color:#0a1a2b; font-weight:800; }

.pp-hero__nav-arrows{ z-index:4; }

@media(max-width:991px){
    .pp-hero__grid{ padding:60px 0 40px; }
    .pp-hero__side{ align-items:flex-start; width:100%; }
    .pp-hero__badges{ align-items:flex-start; flex-direction:row; flex-wrap:wrap; }
    .pp-hero__note{ display:none; }
    .pp-hero__title{ font-size:34px; }
}
@media(max-width:575px){
    .pp-hero__title{ font-size:28px; }
    .pp-hero__features{ gap:16px; }
    .pp-hero__btn{ width:100%; justify-content:center; }
    .pp-hero__btns{ width:100%; }
    .pp-hero__badge-card{ min-width:0; flex:1 1 200px; }
}

/* ---------- Hizmetlerimiz (Services) ---------- */
.pp-services{ padding:90px 0 70px; background:#fff; position:relative; overflow:hidden; }
.pp-services__watermark{
    position:absolute;
    top:10px;
    right:0;
    font-size:120px;
    font-weight:800;
    line-height:1;
    color:rgba(11,28,44,.04);
    letter-spacing:4px;
    white-space:nowrap;
    pointer-events:none;
    user-select:none;
}
.pp-services .container{ position:relative; z-index:1; }
.pp-services__head{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:48px;
}
.pp-services__head-left{ max-width:560px; }
.pp-services__label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#0d7df0;
    font-weight:800;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:14px;
}
.pp-services__label::before{ content:""; width:28px; height:2px; background:#0d7df0; display:inline-block; }
.pp-services__title{ font-size:38px; font-weight:800; line-height:1.25; color:#0b1c2c; margin:0; }
.pp-services__title span{ color:#0d7df0; }
.pp-services__intro{ color:#5b6b7a; font-size:15px; line-height:1.7; max-width:360px; margin:0 40px 8px 0; }
.pp-services__all{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:1.5px solid #bfe1ff;
    color:#0d7df0;
    font-weight:700;
    font-size:14px;
    padding:12px 22px;
    border-radius:30px;
    text-decoration:none;
    white-space:nowrap;
    transition:all .3s ease;
}
.pp-services__all:hover{ background:#0d7df0; color:#fff; border-color:#0d7df0; }

.pp-services__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-bottom:50px; }
.pp-services__card{ background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(10,26,43,.08); overflow:hidden; }
.pp-services__card-img{ position:relative; height:210px; }
.pp-services__card-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.pp-services__card-icon{
    position:absolute;
    left:20px;
    bottom:-26px;
    width:56px;
    height:56px;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 20px rgba(10,26,43,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d7df0;
    font-size:22px;
}
.pp-services__card-body{ padding:38px 24px 24px; position:relative; }
.pp-services__card-num{ display:flex; align-items:center; gap:10px; color:#9aa7b3; font-weight:700; font-size:13px; margin-bottom:10px; }
.pp-services__card-num::after{ content:""; flex:0 0 40px; height:1px; background:#dbe4ec; }
.pp-services__card-title{ font-size:19px; font-weight:800; margin:0 0 8px; }
.pp-services__card-title a{ color:#0b1c2c; text-decoration:none; }
.pp-services__card-title a:hover{ color:#0d7df0; }
.pp-services__card-text{ color:#5b6b7a; font-size:13.5px; line-height:1.6; margin:0; padding-right:50px; }
.pp-services__card-arrow{
    position:absolute;
    right:24px;
    bottom:24px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0d7df0;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:all .3s ease;
}
.pp-services__card-arrow:hover{ background:#0a68cc; color:#fff; }

.pp-services__trust{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background:linear-gradient(180deg,#eef6ff,#e7f2ff);
    border-radius:16px;
    padding:30px 40px;
    gap:24px;
}
.pp-services__trust-item{ display:flex; align-items:center; gap:16px; flex:1 1 220px; }
.pp-services__trust-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    color:#0d7df0;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 16px rgba(10,26,43,.08);
    flex-shrink:0;
}
.pp-services__trust-item strong{ display:block; color:#0b1c2c; font-size:15px; margin-bottom:4px; }
.pp-services__trust-item > div > span{ color:#5b6b7a; font-size:12.5px; line-height:1.4; display:block; max-width:220px; }

@media(max-width:991px){
    .pp-services{ padding:60px 0 50px; }
    .pp-services__grid{ grid-template-columns:repeat(2,1fr); }
    .pp-services__head{ flex-direction:column; align-items:flex-start; }
    .pp-services__intro{ margin-right:0; }
    .pp-services__watermark{ display:none; }
}
@media(max-width:575px){
    .pp-services__grid{ grid-template-columns:1fr; gap:20px; }
    .pp-services__title{ font-size:28px; }
    .pp-services__trust{ padding:24px 20px; }
    .pp-services__all{ width:100%; justify-content:center; }
}
.pp-services--page{ padding-top:60px; }

/* ---------- Hizmet detay sayfası sidebar ---------- */
.pp-hizmet-detay .news-details__meta{ display:none; }
.pp-sidebar{ display:flex; flex-direction:column; gap:24px; }
.pp-sidebar__card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(10,26,43,.08);
    padding:26px;
}
.pp-sidebar__title{
    font-size:18px;
    font-weight:800;
    color:#0b1c2c;
    margin:0 0 18px;
    padding-bottom:14px;
    border-bottom:1px solid #eef2f6;
}
.pp-sidebar__list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.pp-sidebar__list li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:12px;
    text-decoration:none;
    color:#233242;
    font-weight:600;
    font-size:14.5px;
    transition:all .25s ease;
}
.pp-sidebar__list li a:hover{ background:#f2f8ff; color:#0d7df0; }
.pp-sidebar__list li.active a{ background:#0d7df0; color:#fff; }
.pp-sidebar__icon{
    width:34px;
    height:34px;
    border-radius:10px;
    background:#eef6ff;
    color:#0d7df0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    flex-shrink:0;
    transition:all .25s ease;
}
.pp-sidebar__list li.active .pp-sidebar__icon{ background:rgba(255,255,255,.2); color:#fff; }
.pp-sidebar__text{ flex:1; line-height:1.3; }
.pp-sidebar__arrow{ font-size:11px; opacity:.5; }
.pp-sidebar__list li.active .pp-sidebar__arrow{ opacity:.9; }

.pp-sidebar__cta{
    background:linear-gradient(135deg,#0b1c2c,#0d7df0);
    border-radius:16px;
    padding:28px 24px;
    text-align:center;
    color:#fff;
}
.pp-sidebar__cta-label{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#bfe1ff;
    margin-bottom:8px;
}
.pp-sidebar__cta-title{ font-size:19px; font-weight:800; margin:0 0 18px; color:#fff; }
.pp-sidebar__cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#fff;
    color:#0d7df0;
    font-weight:800;
    font-size:15px;
    padding:13px 20px;
    border-radius:10px;
    text-decoration:none;
    margin-bottom:12px;
    transition:opacity .25s ease;
}
.pp-sidebar__cta-btn:hover{ opacity:.9; color:#0d7df0; }
.pp-sidebar__cta-whatsapp{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:1.5px solid rgba(255,255,255,.35);
    color:#fff;
    font-weight:700;
    font-size:14px;
    padding:12px 20px;
    border-radius:10px;
    text-decoration:none;
    transition:background .25s ease;
}
.pp-sidebar__cta-whatsapp:hover{ background:rgba(255,255,255,.1); color:#fff; }

/* ---------- Hizmet detay: açıklama metni tipografisi ---------- */
.pp-hizmet-detay__body{ font-size:16px; line-height:1.9; color:#4b5a68; }
.pp-hizmet-detay__body > *{ margin-top:0; margin-bottom:24px; }
.pp-hizmet-detay__body > *:last-child{ margin-bottom:0; }
.pp-hizmet-detay__body p{ margin-bottom:24px; }
.pp-hizmet-detay__body strong{ color:#0b1c2c; font-weight:700; }
.pp-hizmet-detay__body a{ color:#0d7df0; text-decoration:underline; }
.pp-hizmet-detay__body h2,
.pp-hizmet-detay__body h3,
.pp-hizmet-detay__body h4{
    color:#0b1c2c;
    font-weight:800;
    line-height:1.35;
    margin-top:38px;
    margin-bottom:18px;
    padding-left:16px;
    border-left:4px solid #0d7df0;
}
.pp-hizmet-detay__body h2{ font-size:24px; }
.pp-hizmet-detay__body h3{ font-size:21px; }
.pp-hizmet-detay__body h4{ font-size:18px; }
.pp-hizmet-detay__body ul,
.pp-hizmet-detay__body ol{ margin:0 0 26px; padding:0; list-style:none; }
.pp-hizmet-detay__body ul li,
.pp-hizmet-detay__body ol li{
    position:relative;
    padding-left:30px;
    margin-bottom:13px;
    line-height:1.7;
}
.pp-hizmet-detay__body ul li:last-child,
.pp-hizmet-detay__body ol li:last-child{ margin-bottom:0; }
.pp-hizmet-detay__body ul li::before{
    content:"";
    position:absolute;
    left:2px;
    top:9px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#0d7df0;
}
.pp-hizmet-detay__body ol{ counter-reset:pp-ol; }
.pp-hizmet-detay__body ol li{ counter-increment:pp-ol; padding-left:34px; }
.pp-hizmet-detay__body ol li::before{
    content:counter(pp-ol);
    width:20px;
    height:20px;
    border-radius:50%;
    background:#eef6ff;
    color:#0d7df0;
    font-size:11px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    top:2px;
}

/* ---------- Neden Biz + Ücretsiz Keşif Talebi ---------- */
.pp-about{ padding:20px 0 70px; background:#fff; }
.pp-about__grid{
    display:grid;
    grid-template-columns:1.1fr 1fr 0.9fr;
    gap:28px;
    align-items:stretch;
}
.pp-about__media{ position:relative; border-radius:16px; overflow:hidden; min-height:320px; background:#0b1c2c; }
.pp-about__media img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.pp-about__media-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(4,16,28,0) 40%,rgba(4,16,28,.78) 100%);
}
.pp-about__media-caption{
    position:absolute;
    left:24px;
    bottom:22px;
    color:#fff;
    font-weight:700;
    font-size:15px;
    line-height:1.4;
}

.pp-about__why{ padding:8px 0; }
.pp-about__why-label{ display:block; color:#0d7df0; font-weight:700; font-size:15px; margin-bottom:4px; }
.pp-about__why-title{ font-size:26px; font-weight:800; color:#0b1c2c; margin:0 0 22px; line-height:1.3; }
.pp-about__why-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:15px; }
.pp-about__why-list li{ display:flex; align-items:center; gap:12px; color:#233242; font-weight:600; font-size:14.5px; }
.pp-about__why-list li i{ color:#1cb965; font-size:18px; flex-shrink:0; }

.pp-about__form{ background:linear-gradient(160deg,#0b1c2c,#0d3a66); border-radius:16px; padding:30px; color:#fff; }
.pp-about__form-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    margin-bottom:14px;
}
.pp-about__form-title{ font-size:19px; font-weight:800; margin:0 0 6px; color:#fff; }
.pp-about__form-text{ font-size:13px; color:#bcd2e6; margin:0 0 20px; }
.pp-about__form-fields{ display:flex; flex-direction:column; gap:12px; }
.pp-about__form-input{
    display:flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    border-radius:10px;
    padding:12px 14px;
}
.pp-about__form-input i{ color:#8fb8e0; font-size:14px; width:16px; text-align:center; }
.pp-about__form-input input,
.pp-about__form-input select{ background:transparent; border:0; outline:0; color:#fff; font-size:13.5px; width:100%; }
.pp-about__form-input input::placeholder{ color:#a9c0d6; }
.pp-about__form-input select{ -webkit-appearance:none; appearance:none; }
.pp-about__form-input select option{ color:#0b1c2c; }
.pp-about__form-btn{
    margin-top:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#0d7df0;
    color:#fff;
    border:0;
    padding:14px;
    border-radius:10px;
    font-weight:700;
    font-size:14.5px;
    cursor:pointer;
    transition:background .3s ease;
}
.pp-about__form-btn:hover{ background:#0a68cc; }
.pp-about__form-note{
    display:flex;
    align-items:center;
    gap:6px;
    justify-content:center;
    margin-top:14px;
    font-size:11.5px;
    color:#8fa9c2;
    text-align:center;
}

@media(max-width:991px){
    .pp-about__grid{ grid-template-columns:1fr; }
    .pp-about__media{ min-height:260px; }
}

/* ---------- İstatistikler şeridi ---------- */
.pp-stats{
    position:relative;
    background:linear-gradient(180deg,#eef6ff 0%,#f7fbff 100%);
    padding:64px clamp(20px,5vw,80px);
    width:100%;
    overflow:hidden;
}
.pp-stats__glow{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    pointer-events:none;
    opacity:.5;
}
.pp-stats__glow--1{ width:260px; height:260px; background:#1aa2fd; top:-120px; left:-80px; }
.pp-stats__glow--2{ width:220px; height:220px; background:#0d7df0; bottom:-110px; right:-60px; }
.pp-stats__grid{
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:22px;
    width:100%;
}
.pp-stats__item{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:8px;
    background:#fff;
    border-radius:18px;
    padding:32px 22px 26px;
    flex:1 1 190px;
    max-width:230px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(13,66,125,.10);
    transition:transform .35s ease, box-shadow .35s ease;
}
.pp-stats__item::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:4px;
    background:linear-gradient(90deg,#1aa2fd,#0d7df0);
}
.pp-stats__item:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 44px rgba(13,66,125,.18);
}
.pp-stats__icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#22b3ff,#0d7df0);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:23px;
    box-shadow:0 10px 22px rgba(13,125,240,.38);
    margin-bottom:6px;
}
.pp-stats__item strong{
    display:block;
    font-size:28px;
    font-weight:800;
    line-height:1.2;
    background:linear-gradient(90deg,#0b1c2c,#0d7df0);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.pp-stats__item strong.pp-stats__text{ font-size:19px; }
.pp-stats__label{ display:block; font-size:12.5px; font-weight:600; color:#5b6b7a; letter-spacing:.2px; }

@media(max-width:767px){
    .pp-stats{ padding:48px 20px; }
    .pp-stats__item{ flex:1 1 42%; padding:26px 16px 20px; }
    .pp-stats__item strong{ font-size:23px; }
}

/* ---------- Ana sayfa bölümleri arası geçiş ritmi ---------- */
.pp-about{ background:#f7fafd; }
.cta-one{ background:#f7fafd; }
.cta-one__content{
    background:linear-gradient(135deg,#0b1c2c,#0d7df0);
}
.cta-one__title,
.cta-one__call-number a,
.cta-one__call-number p{ color:#fff !important; }
.cta-one__call-icon{ background:rgba(255,255,255,.15) !important; }
.cta-one__call-icon i{ color:#fff !important; }
.news-one{ background:#f7fafd; }

.pp-services,
.pp-about,
.cta-one,
.pp-reviews,
.pp-blog,
.news-one{ position:relative; }
.pp-services::before,
.pp-about::before,
.cta-one::before,
.pp-reviews::before,
.pp-blog::before,
.news-one::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:64px;
    height:4px;
    border-radius:0 0 4px 4px;
    background:linear-gradient(90deg,#1aa2fd,#0d7df0);
}

/* ---------- Footer üstü "Bize Ulaşın" bandı ---------- */
.pp-tracking{ padding:50px 0; background:#fff; }
.pp-tracking__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
    background:linear-gradient(120deg,#0b1c2c,#0d7df0);
    border-radius:20px;
    padding:38px 44px;
    box-shadow:0 20px 50px rgba(13,66,125,.25);
}
.pp-tracking__left{ display:flex; align-items:center; gap:20px; }
.pp-tracking__icon{
    width:64px;
    height:64px;
    border-radius:16px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:26px;
    flex-shrink:0;
}
.pp-tracking__sub{ color:#bfe1ff; font-size:13px; font-weight:700; letter-spacing:.5px; margin:0 0 6px; text-transform:uppercase; }
.pp-tracking__title{ color:#fff; font-size:22px; font-weight:800; margin:0; line-height:1.35; max-width:520px; }
.pp-tracking__btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#0d7df0;
    font-weight:800;
    font-size:15px;
    padding:15px 26px;
    border-radius:12px;
    text-decoration:none;
    white-space:nowrap;
    transition:transform .25s ease;
}
.pp-tracking__btn:hover{ transform:translateY(-3px); color:#0d7df0; }
@media(max-width:768px){
    .pp-tracking__inner{ flex-direction:column; text-align:center; padding:32px 24px; }
    .pp-tracking__left{ flex-direction:column; }
    .pp-tracking__title{ max-width:100%; }
}

/* ---------- Detay sayfası kapak görseli: aşırı uzun boyu sınırla ---------- */
.news-details__img{ overflow:hidden; }
.news-details__img img{
    width:100%;
    max-height:420px;
    object-fit:cover;
    display:block;
}
@media(max-width:575px){
    .news-details__img img{ max-height:260px; }
}

/* ---------- Blog detay: "Diğer Bloglar" kenar listesi ---------- */
.pp-blog-side__list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.pp-blog-side__item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:10px;
    border-radius:12px;
    text-decoration:none;
    transition:background .25s ease;
}
.pp-blog-side__item:hover{ background:#f2f8ff; }
.pp-blog-side__img{
    width:64px;
    height:64px;
    border-radius:10px;
    overflow:hidden;
    flex-shrink:0;
}
.pp-blog-side__img img{ width:100%; height:100%; object-fit:cover; display:block; }
.pp-blog-side__title{
    font-size:13.5px;
    font-weight:700;
    color:#233242;
    line-height:1.4;
}
.pp-blog-side__item:hover .pp-blog-side__title{ color:#0d7df0; }

/* ---------- Blog listeleme sayfası ---------- */
.pp-blog{ padding:70px 0 80px; background:#fff; }
.pp-blog__head{ text-align:center; max-width:640px; margin:0 auto 44px; }
.pp-blog__label{ display:inline-flex; align-items:center; gap:10px; color:#0d7df0; font-weight:800; font-size:13px; letter-spacing:2px; text-transform:uppercase; margin-bottom:14px; }
.pp-blog__label::before{ content:""; width:28px; height:2px; background:#0d7df0; display:inline-block; }
.pp-blog__title{ font-size:32px; font-weight:800; color:#0b1c2c; margin:0; line-height:1.3; }
.pp-blog__title span{ color:#0d7df0; }

.pp-blog__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.pp-blog__card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(10,26,43,.08);
    transition:transform .3s ease, box-shadow .3s ease;
}
.pp-blog__card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(10,26,43,.14); }
.pp-blog__card-img{ display:block; height:210px; overflow:hidden; }
.pp-blog__card-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.pp-blog__card:hover .pp-blog__card-img img{ transform:scale(1.06); }
.pp-blog__card-body{ padding:24px; }
.pp-blog__card-title{ font-size:18px; font-weight:800; margin:0 0 10px; line-height:1.4; }
.pp-blog__card-title a{ color:#0b1c2c; text-decoration:none; }
.pp-blog__card-title a:hover{ color:#0d7df0; }
.pp-blog__card-text{ font-size:13.5px; color:#5b6b7a; line-height:1.65; margin:0 0 16px; }
.pp-blog__card-link{ display:inline-flex; align-items:center; gap:8px; color:#0d7df0; font-weight:700; font-size:13.5px; text-decoration:none; transition:gap .25s ease; }
.pp-blog__card-link:hover{ gap:12px; color:#0d7df0; }

@media(max-width:991px){
    .pp-blog__grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:575px){
    .pp-blog__grid{ grid-template-columns:1fr; gap:20px; }
    .pp-blog__title{ font-size:26px; }
}

/* ---------- İletişim sayfası ---------- */
.pp-contact{ padding:70px 0 80px; background:#fff; }
.pp-contact__grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:40px; align-items:start; margin-bottom:50px; }
.pp-contact__label{ display:inline-flex; align-items:center; gap:10px; color:#0d7df0; font-weight:800; font-size:13px; letter-spacing:2px; text-transform:uppercase; margin-bottom:14px; }
.pp-contact__label::before{ content:""; width:28px; height:2px; background:#0d7df0; display:inline-block; }
.pp-contact__title{ font-size:30px; font-weight:800; color:#0b1c2c; margin:0 0 14px; line-height:1.3; }
.pp-contact__intro{ color:#5b6b7a; font-size:14.5px; line-height:1.7; margin:0 0 30px; max-width:420px; }

.pp-contact__cards{ display:flex; flex-direction:column; gap:14px; }
.pp-contact__card{
    display:flex;
    align-items:center;
    gap:16px;
    background:#f7fafd;
    border-radius:14px;
    padding:18px 20px;
    text-decoration:none;
    transition:all .25s ease;
}
.pp-contact__card:hover{ background:#eef6ff; transform:translateX(4px); }
.pp-contact__card-icon{
    width:48px;
    height:48px;
    border-radius:12px;
    background:linear-gradient(135deg,#22b3ff,#0d7df0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    flex-shrink:0;
    box-shadow:0 8px 18px rgba(13,125,240,.28);
}
.pp-contact__card > div strong{ display:block; color:#0b1c2c; font-size:14.5px; font-weight:800; margin-bottom:3px; }
.pp-contact__card > div span{ display:block; color:#5b6b7a; font-size:13px; line-height:1.4; }
.pp-contact__card--whatsapp .pp-contact__card-icon{ background:linear-gradient(135deg,#22c35e,#0da94c); }

.pp-contact__form-box{ background:#fff; border-radius:20px; box-shadow:0 16px 44px rgba(10,26,43,.10); padding:38px; }
.pp-contact__form-label{ display:inline-flex; align-items:center; gap:10px; color:#0d7df0; font-weight:800; font-size:12.5px; letter-spacing:2px; text-transform:uppercase; margin-bottom:12px; }
.pp-contact__form-label::before{ content:""; width:24px; height:2px; background:#0d7df0; display:inline-block; }
.pp-contact__form-title{ font-size:22px; font-weight:800; color:#0b1c2c; margin:0 0 24px; }
.pp-contact__form{ display:flex; flex-direction:column; gap:16px; }
.pp-contact__form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.pp-contact__form-field{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f7fafd;
    border:1.5px solid #e7edf3;
    border-radius:12px;
    padding:14px 16px;
    transition:border-color .25s ease;
}
.pp-contact__form-field:focus-within{ border-color:#0d7df0; }
.pp-contact__form-field i{ color:#0d7df0; font-size:15px; width:16px; text-align:center; flex-shrink:0; }
.pp-contact__form-field input,
.pp-contact__form-field textarea{ border:0; outline:0; background:transparent; width:100%; font-size:14px; color:#233242; font-family:inherit; }
.pp-contact__form-field--textarea{ align-items:flex-start; }
.pp-contact__form-field--textarea i{ margin-top:4px; }
.pp-contact__form-field--textarea textarea{ resize:vertical; min-height:120px; padding-top:2px; }
.pp-contact__form-btn{
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(90deg,#22b3ff,#0d7df0);
    color:#fff;
    border:0;
    padding:15px 30px;
    border-radius:12px;
    font-weight:800;
    font-size:15px;
    cursor:pointer;
    transition:transform .25s ease, box-shadow .25s ease;
    box-shadow:0 12px 26px rgba(13,125,240,.3);
}
.pp-contact__form-btn:hover{ transform:translateY(-2px); box-shadow:0 16px 32px rgba(13,125,240,.4); color:#fff; }

.pp-contact-map{ border-radius:20px; overflow:hidden; box-shadow:0 12px 30px rgba(10,26,43,.10); line-height:0; }
.pp-contact-map iframe{ width:100%; height:420px; border:0; display:block; }

@media(max-width:991px){
    .pp-contact__grid{ grid-template-columns:1fr; }
    .pp-contact__form-box{ padding:28px; }
}
@media(max-width:575px){
    .pp-contact__form-row{ grid-template-columns:1fr; }
    .pp-contact__form-box{ padding:22px; }
    .pp-contact-map iframe{ height:280px; }
}

/* ---------- Yorumlar + Hizmet Bölgeleri ---------- */
.pp-reviews{ padding:70px 0 80px; background:#f7fafd; position:relative; }
.pp-reviews__grid{ display:grid; grid-template-columns:1.5fr 1fr; gap:36px; align-items:start; }
.pp-reviews__head{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:28px; }
.pp-reviews__label{ display:inline-flex; align-items:center; gap:10px; color:#0d7df0; font-weight:800; font-size:12.5px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:10px; }
.pp-reviews__label::before{ content:""; width:24px; height:2px; background:#0d7df0; display:inline-block; }
.pp-reviews__title{ font-size:25px; font-weight:800; color:#0b1c2c; margin:0; max-width:440px; line-height:1.35; }
.pp-reviews__all{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:1.5px solid #bfe1ff;
    background:#fff;
    color:#0d7df0;
    font-weight:700;
    font-size:13.5px;
    padding:11px 20px;
    border-radius:30px;
    text-decoration:none;
    white-space:nowrap;
    transition:all .3s ease;
}
.pp-reviews__all:hover{ background:#0d7df0; color:#fff; border-color:#0d7df0; }

.pp-reviews__cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pp-review-card{ background:#fff; border-radius:16px; padding:22px; box-shadow:0 10px 26px rgba(10,26,43,.07); }
.pp-review-card__top{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.pp-review-card__avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#22b3ff,#0d7df0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:16px;
    flex-shrink:0;
}
.pp-review-card__who{ min-width:0; }
.pp-review-card__who strong{ display:block; font-size:13.5px; color:#0b1c2c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.pp-review-card__time{ font-size:11px; color:#9aa7b3; }
.pp-review-card__top .fa-google{ margin-left:auto; color:#0d7df0; font-size:16px; flex-shrink:0; }
.pp-review-card__stars{ color:#ffb800; font-size:12.5px; margin-bottom:10px; letter-spacing:2px; }
.pp-review-card__text{ font-size:13px; color:#5b6b7a; line-height:1.65; margin:0; }

.pp-reviews__map{ background:#fff; border-radius:20px; padding:26px; box-shadow:0 12px 30px rgba(10,26,43,.08); }
.pp-reviews__map-label{ display:flex; align-items:center; gap:8px; color:#0d7df0; font-weight:800; font-size:12px; letter-spacing:1px; text-transform:uppercase; margin-bottom:10px; }
.pp-reviews__map-title{ font-size:18px; font-weight:800; color:#0b1c2c; margin:0 0 18px; line-height:1.4; }
.pp-reviews__map-frame{ border-radius:14px; overflow:hidden; margin-bottom:18px; line-height:0; background:#eef2f6; }
.pp-reviews__map-frame iframe{ width:100%; height:220px; border:0; display:block; }
.pp-reviews__map-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#0d7df0;
    color:#fff;
    font-weight:700;
    font-size:14px;
    padding:13px;
    border-radius:10px;
    text-decoration:none;
    transition:background .25s ease;
}
.pp-reviews__map-btn:hover{ background:#0a68cc; color:#fff; }

@media(max-width:991px){
    .pp-reviews__grid{ grid-template-columns:1fr; }
    .pp-reviews__cards{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:767px){
    .pp-reviews__cards{ grid-template-columns:1fr; }
    .pp-reviews__head{ flex-direction:column; align-items:flex-start; }
}

/* ---------- Footer ---------- */
.pp-footer{ background:#0b1c2c; padding:70px 0 0; color:#c7d3de; }
.pp-footer__top{
    display:grid;
    grid-template-columns:1.3fr 0.9fr 1.1fr 1fr;
    gap:32px;
    padding-bottom:46px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.pp-footer__logo{ display:flex; align-items:center; gap:10px; text-decoration:none; margin-bottom:18px; }
.pp-footer__logo-title{ display:block; font-size:19px; font-weight:800; color:#fff; }
.pp-footer__logo-title .pp-accent{ color:#22b3ff; }
.pp-footer__logo-sub{ display:block; font-size:9px; letter-spacing:1.5px; color:#8b98a6; font-weight:700; margin-top:2px; }
.pp-footer__about-text{ font-size:13px; line-height:1.75; color:#9aabb9; margin:0 0 20px; max-width:320px; }
.pp-footer__social{ display:flex; gap:10px; }
.pp-footer__social a{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:background .25s ease;
    flex-shrink:0;
}
.pp-footer__social a:hover{ background:#0d7df0; color:#fff; }

.pp-footer__title{ color:#fff; font-size:16px; font-weight:800; margin:0 0 20px; }
.pp-footer__list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.pp-footer__list a{ color:#9aabb9; font-size:13.5px; text-decoration:none; transition:color .25s ease; }
.pp-footer__list a:hover{ color:#22b3ff; }

.pp-footer__contact-list{ list-style:none; margin:0 0 20px; padding:0; display:flex; flex-direction:column; gap:14px; }
.pp-footer__contact-list li{ display:flex; align-items:flex-start; gap:10px; font-size:13.5px; color:#9aabb9; line-height:1.4; }
.pp-footer__contact-list li i{ color:#22b3ff; font-size:14px; margin-top:2px; width:16px; flex-shrink:0; text-align:center; }
.pp-footer__contact-list li a{ color:#9aabb9; text-decoration:none; }
.pp-footer__contact-list li a:hover{ color:#22b3ff; }
.pp-footer__whatsapp{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(180deg,#22c35e,#0da94c);
    color:#fff;
    font-weight:700;
    font-size:13.5px;
    padding:11px 18px;
    border-radius:10px;
    text-decoration:none;
    transition:opacity .25s ease;
}
.pp-footer__whatsapp:hover{ color:#fff; opacity:.88; }

.pp-footer__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:12px;
    padding:22px 0;
    font-size:12.5px;
    color:#7c8896;
}
.pp-footer__bottom p{ margin:0; }
.pp-footer__legal{ display:flex; gap:20px; }
.pp-footer__legal a{ color:#7c8896; text-decoration:none; }
.pp-footer__legal a:hover{ color:#22b3ff; }

@media(max-width:991px){
    .pp-footer__top{ grid-template-columns:1fr 1fr; }
}
@media(max-width:575px){
    .pp-footer{ padding-top:50px; }
    .pp-footer__top{ grid-template-columns:1fr; gap:36px; }
    .pp-footer__bottom{ flex-direction:column; text-align:center; }
}
