/* Banner */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.hero{
    background: linear-gradient(135deg,#0d6efd,#4a8cff);
    color:white;
    padding:120px 0;
}

.hero h1{
    font-size:60px;
    font-weight:bold;
}

.hero p{
    font-size:20px;
    margin:20px 0;
}

/* Kartlar */

.cards-section{
    padding:80px 0;
}

.info-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.info-card:hover{
    transform:translateY(-8px);
}

/* Video */

.video-section{
    padding:80px 0;
    background:#f8f9fa;
}

.video-box{
    height:500px;
    background:#ddd;
    border-radius:15px;
    margin-top:30px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
}

/* Bilgi Alanı */

.about-section{
    padding:80px 0;
    text-align:center;
}

.about-section p{
    max-width:800px;
    margin:auto;
    margin-top:20px;
}

/* CTA */

.cta-section{
    background:#0d6efd;
    color:white;
    padding:80px 0;
}

/* Footer */

footer{
    background:#1f2937;
    color:white;
    padding:60px 0;
}

footer ul{
    list-style:none;
    padding:0;
}

footer a{
    color:white;
    text-decoration:none;
}

footer a:hover{
    color:#0d6efd;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8fafc;
}

.navbar{
    padding:18px 0;
}

.navbar-brand{
    font-size:30px;
    font-weight:700;
}

.nav-link{
    font-weight:500;
    margin-left:10px;
}

.nav-link:hover{
    color:#0d6efd !important;
}

.btn-primary{
    padding:10px 22px;
    border-radius:10px;
}

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

.hero h1{
    font-size:64px;
    font-weight:700;
    margin-bottom:20px;
}

.hero p{
    font-size:20px;
    line-height:1.8;
    opacity:.95;
}

.info-card{
    border:none;
}

.info-card h3{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.stats-section{
    padding:80px 0;
    background:white;
}

.stats-section h2{
    font-size:48px;
    font-weight:700;
    color:#0d6efd;
}

.stats-section p{
    font-size:18px;
    color:#64748b;
}

.why-section{
    padding:100px 0;
    background:#ffffff;
}

.why-section h2{
    font-size:42px;
    font-weight:700;
}

.why-item{
    background:#f8fafc;
    padding:18px;
    border-radius:12px;
    margin-bottom:12px;
    font-weight:500;
}

.testimonial-section{
    padding:100px 0;
    background:#f8fafc;
}

.testimonial-card{
    background:white;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

/* =========================
   MOBİL UYUMLULUK
========================= */

@media (max-width: 768px){

    .hero{
        min-height:auto;
        padding:80px 0 50px;
        text-align:center;
    }

    .hero h1{
        font-size:38px;
        line-height:1.2;
    }

    .hero p{
        font-size:16px;
        line-height:1.7;
    }

    .hero .btn{
        width:100%;
        margin-bottom:10px;
    }

    .navbar-brand{
        font-size:24px;
    }

    .cards-section,
    .why-section,
    .testimonial-section,
    .stats-section,
    .about-section{
        padding:60px 0;
    }

    .stats-section h2{
        font-size:34px;
    }

    .why-section h2{
        font-size:30px;
    }

    .info-card{
        padding:25px;
    }

    .why-item{
        font-size:15px;
    }

    .video-box{
        height:250px;
        font-size:18px;
    }

    footer{
        text-align:center;
    }

    footer .col-lg-4,
    footer .col-lg-3{
        margin-bottom:25px;
    }
}

/* Küçük telefonlar */

@media (max-width: 576px){

    .hero h1{
        font-size:32px;
    }

    .hero p{
        font-size:15px;
    }

    .stats-section h2{
        font-size:28px;
    }

    .navbar{
        padding:12px 0;
    }

    .info-card h3{
        font-size:20px;
    }
}

.testimonial-card{
    height:auto !important;
    margin-bottom:25px;
}

@media (max-width:768px){

    .testimonial-section .row{
        row-gap:25px;
    }

    .testimonial-card{
        padding:30px 20px;
    }
}

.testimonial-card{
    height:auto !important;
}

@media (max-width:768px){

    .testimonial-card{
        margin-bottom:20px;
        padding:30px 20px;
    }

    .testimonial-section .row{
        row-gap:20px;
    }

}

.testimonial-card{
    height:auto !important;
}

@media(max-width:768px){

    .testimonial-card{
        padding:30px 20px;
    }

}

@media (max-width:768px){

    .hero-image{
        display:none;
    }

}

@media (max-width:768px){

    .stats-section{
        padding-bottom:20px;
    }

    .why-section{
        padding-top:20px;
    }

}