html, body {
    overflow-x: hidden;
  }
body {
    font-family: 'Arial', sans-serif;
}

/* NAVBAR */
.navbar-brand img {
    height: 200px;
}

.nav-link {
    font-weight: 500;
    color: #2b3a67;
    font-size: 20px;
}

.nav-link:hover {
    color: #5b8def;
}

/* HERO */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* CARD */
.hero-card {
    background: #eef3fa;
    border-radius: 22px;
    padding: 40px;
}

.hero-card h1 {
    font-weight: 700;
    color: #2b3a67;
}

.hero-card h5 {
    color: #8ECAE6;
    margin: 20px 0;
}

.hero-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* BUTTON */
.btn-primary {
    background-color: #49b9ee;
    border: none;
}

.btn-primary:hover {
    background-color: #49b9ee;
}

/* MOBILE */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 120px 0 80px;
    }

    .hero-card {
        padding: 25px;
    }
}


/* SECTIONS */
section {
    padding: 100px 0;
}

.section-title {
    font-weight: 700;
    color: #2b3a67;
}

.section-subtitle {
    color: #666;
    margin-top: 10px;
}

/* SERVICES */
.services-section {
    background: #f8f9fb;
}

.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.service-card h5 {
    color: #8ECAE6;
    margin-bottom: 15px;
}

/* PRODUCTS */
.products-section {
    background: #fff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-box {
    background: #eef3fa;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    font-weight: 600;
    color: #2b3a67;
    transition: all 0.3s ease;
}

.product-box:hover {
    background: #8ECAE6;
    color: #fff;
}

/* CTA */
.cta-section {
    background: linear-gradient(135deg, #49b9ee, #1f2a44);
    color: #fff;
}

.cta-section h2 {
    font-weight: 700;
}

.cta-section p {
    margin-top: 15px;
    font-size: 18px;
}



/* LOCATIONS */
.locations-section {
    background: #f8f9fb;
}

.location-card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    color: #2b3a67;
    transition: 0.3s;
}

.location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* STATS */
.stats-section {
    background: #fff;
}

.stats-section h3 {
    font-size: 42px;
    color: #8ECAE6;
    font-weight: 700;
}

.stats-section p {
    margin-top: 10px;
    color: #555;
}

/* TESTIMONIALS */
.testimonials-section {
    background: #eef3fa;
}

.testimonial-card {
    background: #fff;
    max-width: 700px;
    margin: auto;
    padding: 40px;
    border-radius: 22px;
    text-align: center;
}

.testimonial-card p {
    font-size: 18px;
    font-style: italic;
    color: #444;
}

.testimonial-card h6 {
    margin-top: 20px;
    color: #2b3a67;
    font-weight: 600;
}

/* FOOTER */
.footer {
    background: #1f2a44;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 20px;
}

.footer h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

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

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #cfd6e3;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #cfd6e3;
}

.navbar {
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 8px 0 !important;
    background: #fff !important;
}
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
}
section {
    scroll-margin-top: 90px;
}
/* Navbar başlangıç hali */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Scroll sonrası */
.navbar.is-fixed {
    position: fixed;
    background: #fff;
    animation: slideDown 0.3s ease forwards;
}

/* Aşağıdan kayarak gelme animasyonu */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


.mt-200{
margin-top: 200px;
}

.testimonial-slider {
    position: relative;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.testimonial-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.testimonial-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(3px);
    transition: all 0.45s ease;
    pointer-events: none;
}

/* ORTADAKİ */
.testimonial-card.active {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    pointer-events: auto;
}

/* SOL */
.testimonial-card.prev {
    opacity: 0.4;
    transform: translate(-150%, -50%) scale(0.85);
    z-index: 2;
}

/* SAĞ */
.testimonial-card.next {
    opacity: 0.4;
    transform: translate(50%, -50%) scale(0.85);
    z-index: 2;
}

/* BUTONLAR */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 5;
}

.nav-btn.prev {
    left: 10px;
}

.nav-btn.next {
    right: 10px;
}

/* MOBİL */
@media (max-width: 768px) {
    .testimonial-card.prev,
    .testimonial-card.next {
        display: none;
    }

    .testimonial-card {
        width: 90%;
    }
    .hero-section {
        padding-top: 32rem;
    }
    .hero-width{
        width: 100%;
    }
}
@media (min-width: 769px) {
    .hero-section {
        padding-top: 90px; /* navbar yüksekliği kadar */
    }
    .hero-width{
        width: 30%;
    }
}
.quality-section {
    background: #f4f8fb;
    border-top: 1px solid #e3edf5;
}

.quality-title {
    font-size: 28px;
    font-weight: 600;
    color: #1f2d3d;
    position: relative;
}

.quality-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #8ECAE6;
    display: block;
    margin-top: 10px;
}

.quality-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5d73;
}

.footer-disclaimer {
    font-size: 16px;
    color: #8ECAE6;
    line-height: 1.6;
    margin-top: 15px;
}
@media (min-width: 1000px) {
    section {
        padding: 190px 0 0;
    }
}