    /* Ana slider alanı */
#hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Owl container */
#hero-owl-slider {
    width: 100%;
}

/* Her slide */
#hero-slider .hero-slide {
    position: relative;
    width: 100%;
    height: 70vh; /* istersen 80vh yap */
    min-height: 380px;
    max-height: 680px;
    overflow: hidden;
}

/* Görsel alanı */
#hero-slider .hero-slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

#hero-slider .hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 4s ease-out;
}

#hero-slider .hero-slide:hover .hero-slide-image {
    transform: scale(1.08);
}

/* Üstteki karartma / renk overlay */
#hero-slider .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.70), rgba(0,0,0,0.40));
    pointer-events: none;
}

/* Metin alanı */
#hero-slider .hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: left;
}

#hero-slider .hero-slide-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px;
    color:#fff;
}

#hero-slider .hero-slide-text {
    font-size: 16px;
    line-height: 1.6;
    max-height: 4.6em;           /* 3 satır kadar */
    overflow: hidden;
    margin: 0;
    opacity: 0.9;
}

/* Owl nav butonları */
#hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

#hero-slider .owl-nav button {
    pointer-events: all;
    width: 17px;
    height: 88px;
    border: none;
    background: rgb(171 195 57 / 35%);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    overflow:hidden;
    font-size: 40px;
    padding: 0px 25px 9px 23px;
}

#hero-slider .owl-nav button:hover {
    background: rgba(255,255,255,0.9);
    color: #000;
    transform: translateY(-2px);
}

/* Owl dots */
#hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    text-align: center;
}

#hero-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    display: inline-block;
    transition: background 0.2s ease, transform 0.2s ease;
}

#hero-slider .owl-dots .owl-dot.active span {
    background: #ffffff;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 991.98px) {
    #hero-slider .hero-slide {
        height: 60vh;
        min-height: 320px;
    }

    #hero-slider .hero-slide-title {
        font-size: 26px;
    }

    #hero-slider .hero-slide-text {
        font-size: 14px;
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    #hero-slider .hero-slide {
        height: 55vh;
        min-height: 280px;
    }

    #hero-slider .hero-slide-content {
        text-align: left;
    }

    #hero-slider .hero-slide-title {
        font-size: 22px;
    }

    #hero-slider .owl-nav button {
        pointer-events: all;
        width: 26px;
        height: 40px;
        border: none;
        background: rgb(171 195 57 / 35%);
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease, transform 0.2s ease;
        overflow: hidden;
        font-size: 20px;
        padding: 3px 10px 9px 10px;
    }

}




/* MOBİL TIKLA ARA BUTONU */
.call-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    max-width: 320px;

    background: #dc3545;
    color: #fff !important;

    font-size: 20px;
    font-weight: 700;
    text-decoration: none;

    padding: 14px 20px;
    border-radius: 12px;

    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.25);
    transition: all 0.2s ease;
}

/* HOVER / TAP */
.call-now:hover,
.call-now:active {
    background: #b52a37;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(220, 53, 69, 0.35);
}

/* MOBİLDE ORTALA */
@media (max-width: 991px) {
    .call-now {
        margin: 12px auto;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}


.footer-ilan-links {
    width: 100%;
    background: #f2f2f2;
    padding: 15px 0;
}

.footer-ilan-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-ilan-links ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-ilan-links ul li a:hover {
    color: #e78c00;
}

.footer-ilan-links .dot {
    width: 6px;
    height: 6px;
    background: #e78c00;
    border-radius: 50%;
    display: inline-block;
}
