*{margin:0;padding:0;box-sizing:border-box}

html{scroll-behavior:smooth}

body{
    background:#070707;
    color:#fff;
    font-family:'Manrope',sans-serif;
    overflow-x:hidden;
}

.navbar{backdrop-filter:blur(12px)}

.hero{
    min-height:90vh;
    display:flex;
    align-items:center;
}

.card{
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 0 30px rgba(0,191,255,.25);
}

.btn-info{
    transition:.3s;
}

.btn-info:hover{
    transform:translateY(-3px) scale(1.03);
}

footer{
    color:#bbb;
}

.hero-image{
    max-width:600px;
    width:100%;
    animation:float 5s ease-in-out infinite;
    filter:drop-shadow(0 0 40px rgba(13,202,240,.35));
}

@keyframes float{
    0%{transform:translateY(0)}
    50%{transform:translateY(-12px)}
    100%{transform:translateY(0)}
}

.stats-section{
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.stat-box{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px 20px;
    height:100%;
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
    box-shadow:0 0 35px rgba(13,202,240,.18);
    border-color:rgba(13,202,240,.35);
}

.stat-box h2{
    color:#0dcaf0;
    font-size:3rem;
    font-weight:800;
    margin-bottom:10px;
}

.stat-box p{
    color:#bbb;
    margin:0;
}

/* Footer üst boşluk */
.footer-section{
    background:#050505;
    padding:90px 0 35px;
    margin-top:180px;
    border-top:1px solid rgba(255,255,255,.08);
    position:relative;
}

.footer-section::before{
    content:"";
    position:absolute;
    top:-1px;
    left:50%;
    transform:translateX(-50%);
    width:220px;
    height:2px;
    background:#0dcaf0;
    box-shadow:0 0 35px #0dcaf0;
}

.footer-link{
    color:#aaa;
    text-decoration:none;
    display:block;
    margin-bottom:12px;
    transition:.3s;
}

.footer-link:hover{
    color:#0dcaf0;
    padding-left:8px;
}

.social-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#111;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0dcaf0;
    text-decoration:none;
    font-size:22px;
    transition:.3s;
    border:1px solid rgba(255,255,255,.08);
}

.social-icon:hover{
    background:#0dcaf0;
    color:#000;
    transform:translateY(-5px);
}

@media (max-width:992px){
    .display-3{
        font-size:3rem;
    }

    .hero{
        padding:60px 0;
    }

    .footer-section{
        margin-top:100px;
    }
}

#services .card{
    border-radius:22px;
    overflow:hidden;
    transition:.35s;
    background:linear-gradient(180deg,#111,#0b0b0b);
}

#services .card:hover{
    transform:translateY(-12px);
    box-shadow:0 0 45px rgba(13,202,240,.18);
}

#services .display-4{
    font-size:58px;
}

#services ul li{
    padding:6px 0;
    font-size:15px;
}

#services .btn{
    border-radius:12px;
}

.process-card{
    position:relative;
    background:#0d0d0d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:40px 25px;
    text-align:center;
    transition:.35s;
    overflow:hidden;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
    border-color:#0dcaf0;
    box-shadow:0 0 40px rgba(13,202,240,.18);
}

.process-number{
    position:absolute;
    top:18px;
    right:20px;
    font-size:48px;
    font-weight:800;
    color:rgba(255,255,255,.05);
}

.process-icon{
    font-size:56px;
    color:#0dcaf0;
    margin-bottom:20px;
}

.process-card h4{
    margin-bottom:15px;
}

.process-card p{
    color:#aaa;
    margin:0;
    line-height:1.7;
}

/* CTA */

.cta-box{
    position:relative;
    background:linear-gradient(135deg,#0b0b0b,#111);
    border:1px solid rgba(13,202,240,.25);
    border-radius:28px;
    padding:70px 40px;
    text-align:center;
    overflow:hidden;
}

.cta-box::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(13,202,240,.12);
    filter:blur(90px);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:rgba(13,202,240,.08);
    filter:blur(90px);
    border-radius:50%;
    bottom:-120px;
    left:-80px;
}

.cta-box>*{
    position:relative;
    z-index:2;
}

.cta-box h2{
    font-size:48px;
}

.cta-box p{
    max-width:650px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}

.cta-box .btn{
    min-width:220px;
    border-radius:14px;
}

@media(max-width:768px){

.cta-box{
    padding:50px 25px;
}

.cta-box h2{
    font-size:34px;
}

}

/* Platformlar */

.partner-card{
    background:#101010;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    text-align:center;
    padding:35px 15px;
    transition:.35s;
    height:100%;
}

.partner-card:hover{
    transform:translateY(-8px);
    border-color:#0dcaf0;
    box-shadow:0 0 35px rgba(13,202,240,.20);
}

.partner-card i{
    font-size:52px;
    color:#0dcaf0;
    margin-bottom:20px;
    display:block;
}

.partner-card h6{
    color:#fff;
    margin:0;
    font-weight:700;
}

.logo{
    height:60px;
    width:auto;
    transition:.3s;
}

.logo:hover{
    transform:scale(1.05);
}

.testimonial-card{
    background:#101010;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px;
    height:100%;
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    border-color:#0dcaf0;
    box-shadow:0 0 35px rgba(13,202,240,.20);
}

.stars{
    color:#0dcaf0;
    font-size:24px;
    margin-bottom:20px;
    letter-spacing:4px;
}

.testimonial-card p{
    color:#bdbdbd;
    line-height:1.8;
    min-height:140px;
}

.testimonial-card hr{
    border-color:rgba(255,255,255,.08);
}

.testimonial-card h5{
    margin:0;
    color:#fff;
}

.testimonial-card span{
    color:#0dcaf0;
    font-size:14px;
}

.footer-logo{
    height:100px;
    width:auto;
    transition:.3s;
    filter:drop-shadow(0 0 12px rgba(13,202,240,.15));
}

.footer-logo:hover{
    transform:scale(1.05);
}

/* =========================
   SEO Bölümü
========================= */

#seo-content{
    margin:120px 0;
}

.seo-box{
    background:linear-gradient(180deg,#0b0b0b,#111);
    border:1px solid rgba(13,202,240,.18);
    border-radius:30px;
    padding:60px;
    position:relative;
    overflow:hidden;
    box-shadow:0 0 35px rgba(13,202,240,.08);
}

.seo-box::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(13,202,240,.08);
    filter:blur(120px);
    border-radius:50%;
    top:-150px;
    right:-120px;
}

.seo-box>*{
    position:relative;
    z-index:2;
}

.seo-box h2{
    color:#ffffff;
    font-size:46px;
    font-weight:800;
    margin-bottom:30px;
    line-height:1.3;
}

.seo-box p{
    color:#c9c9c9;
    font-size:18px;
    line-height:2;
    text-align:justify;
    margin-bottom:28px;
}

.seo-box strong{
    color:#0dcaf0;
    font-weight:700;
}

.seo-box .badge{
    font-size:15px;
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;
}

@media(max-width:992px){

.seo-box{
    padding:40px 30px;
}

.seo-box h2{
    font-size:34px;
}

.seo-box p{
    font-size:16px;
    line-height:1.9;
}

}

@media(max-width:576px){

.seo-box{
    padding:30px 20px;
}

.seo-box h2{
    font-size:28px;
}

.seo-box p{
    font-size:15px;
}

}
/* SEO Metni */

.seo-text{

    max-height:420px;
    overflow-y:auto;
    padding-right:12px;

}

/* Scroll Bar */

.seo-text::-webkit-scrollbar{

    width:8px;

}

.seo-text::-webkit-scrollbar-track{

    background:#101010;
    border-radius:20px;

}

.seo-text::-webkit-scrollbar-thumb{

    background:#0dcaf0;
    border-radius:20px;

}

.seo-text::-webkit-scrollbar-thumb:hover{

    background:#2ed8f7;

}

/* =========================
   Teklif Formu Modal
========================= */

.offer-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
}

.offer-modal.active{
    display:flex;
}

.offer-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(10px);
}

.offer-form-box{
    position:relative;
    z-index:2;
    width:92%;
    max-width:760px;
    background:linear-gradient(180deg,#0b0b0b,#111);
    border:1px solid rgba(13,202,240,.25);
    border-radius:28px;
    padding:45px;
    box-shadow:0 0 60px rgba(13,202,240,.18);
    animation:modalIn .35s ease;
}

@keyframes modalIn{
    from{
        opacity:0;
        transform:translateY(30px) scale(.96);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.offer-close{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);
    background:#151515;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.offer-close:hover{
    background:#0dcaf0;
    color:#000;
    transform:rotate(90deg);
}

.offer-input{
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
    border-radius:14px;
    padding:14px 16px;
}

.offer-input:focus{
    background:#0b0b0b;
    color:#fff;
    border-color:#0dcaf0;
    box-shadow:0 0 0 .2rem rgba(13,202,240,.15);
}

.offer-input::placeholder{
    color:#777;
}

select.offer-input{
    color:#aaa;
}

body.modal-open-custom{
    overflow:hidden;
}

@media(max-width:576px){
    .offer-form-box{
        padding:35px 22px;
        max-height:90vh;
        overflow-y:auto;
    }
}

/* ==========================
   WhatsApp Floating Button
========================== */

.whatsapp-float{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 0 25px rgba(37,211,102,.45);
    transition:.35s;
    animation:whatsappPulse 2s infinite;
}

.whatsapp-float:hover{
    transform:scale(1.12);
    color:#fff;
    box-shadow:0 0 35px rgba(37,211,102,.8);
}

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

@media(max-width:768px){

    .whatsapp-float{

        width:58px;
        height:58px;
        font-size:30px;
        right:18px;
        bottom:18px;

    }

}

/* ==========================
   Telefon Floating Button
========================== */

.phone-float{
    position:fixed;
    left:25px;
    bottom:25px;
    right:auto;
    width:65px;
    height:65px;
    border-radius:50%;
    background:#0dcaf0;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    text-decoration:none;
    z-index:9998;
    box-shadow:0 0 25px rgba(13,202,240,.45);
    transition:.35s;
    animation:phonePulse 2s infinite;
}

.phone-float:hover{
    transform:scale(1.12);
    color:#000;
    box-shadow:0 0 35px rgba(13,202,240,.8);
}

/* Mobil */
@media(max-width:768px){
    /* ==========================
   Mobil Hero Düzenleme
========================== */

    .hero{
        text-align:center;
    }

    .hero .row{
        justify-content:center;
    }

    .hero .col-lg-6{
        text-align:center;
    }

    .hero .badge{
        margin:0 auto 20px;
    }

    .hero p{
        max-width:100%;
        margin:0 auto 30px;
    }

    .hero .btn{
        margin:6px;
    }

    .hero-image{
        max-width:90%;
        margin:40px auto 0;
        display:block;
    }

    .whatsapp-float{
        right:18px;
        bottom:18px;
        width:58px;
        height:58px;
        font-size:30px;
    }

    .phone-float{
        left:auto;
        right:18px;
        bottom:88px;   /* Burayı değiştirebilirsin */
        width:58px;
        height:58px;
        font-size:25px;
    }

}
    }

    .phone-float{
        right:18px;
        bottom:88px;   /* WhatsApp'ın üstünde */
        width:58px;
        height:58px;
        font-size:25px;
    }

}/* ==========================
   Detayları İncele Butonu
========================== */

.detail-btn{
    border:2px solid #0dcaf0;
    color:#0dcaf0;
    background:transparent;
    border-radius:12px;
    transition:.35s;
}

.detail-btn:hover{
    background:rgba(13,202,240,.12);
    border-color:#0dcaf0;
    color:#0dcaf0;
    transform:translateY(-3px);
    box-shadow:0 0 18px rgba(13,202,240,.25);
}

.detail-btn:focus{
    background:rgba(13,202,240,.12);
    color:#0dcaf0;
    border-color:#0dcaf0;
    box-shadow:0 0 0 .2rem rgba(13,202,240,.15);
}

/* =========================
   Hizmet Detay Sayfaları
========================= */

.service-hero{
    min-height:85vh;
    display:flex;
    align-items:center;
}

.service-visual{
    background:linear-gradient(180deg,#0b0b0b,#111);
    border:1px solid rgba(13,202,240,.22);
    border-radius:30px;
    padding:70px 35px;
    box-shadow:0 0 45px rgba(13,202,240,.12);
}

.service-visual i{
    font-size:90px;
    color:#0dcaf0;
    margin-bottom:25px;
}

.service-visual h3{
    font-size:42px;
    font-weight:800;
}

.service-visual p{
    color:#aaa;
    margin:0;
}

.service-text{
    font-size:18px;
    line-height:1.9;
}

.info-box{
    background:#101010;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px;
}

.info-box ul{
    padding-left:20px;
    color:#bbb;
    line-height:2;
    margin:0;
}

.info-box li::marker{
    color:#0dcaf0;
}

.service-detail-card{
    background:#101010;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px;
    height:100%;
    transition:.35s;
}

.service-detail-card:hover{
    transform:translateY(-8px);
    border-color:#0dcaf0;
    box-shadow:0 0 35px rgba(13,202,240,.18);
}

.service-detail-card i{
    font-size:48px;
    color:#0dcaf0;
    margin-bottom:22px;
}

.service-detail-card h4{
    color:#fff;
    margin-bottom:15px;
}

.service-detail-card p{
    color:#aaa;
    line-height:1.7;
    margin:0;
}

@media(max-width:768px){
    .service-hero{
        text-align:center;
        min-height:auto;
        padding-top:70px;
    }

    .service-visual{
        margin-top:40px;
        padding:50px 25px;
    }

    .service-visual i{
        font-size:70px;
    }

    .service-visual h3{
        font-size:32px;
    }
}

/*==========================
  Hizmetler Dropdown
==========================*/

.dropdown-menu{
    background:#101010;
    border:1px solid rgba(13,202,240,.25);
    border-radius:16px;
    padding:10px;
    min-width:240px;
    box-shadow:0 10px 35px rgba(13,202,240,.15);
}

.dropdown-item{
    color:#ddd;
    padding:12px 16px;
    border-radius:10px;
    transition:.3s;
}

.dropdown-item i{
    color:#0dcaf0;
    width:22px;
}

.dropdown-item:hover{
    background:#0dcaf0;
    color:#000;
    transform:translateX(5px);
}

.dropdown-item:hover i{
    color:#000;
}

.dropdown-toggle::after{
    margin-left:8px;
}