﻿

@media (max-width: 768px) {
    .services-hero {
        padding: 60px 30px;
        text-align: center;
        min-height: 60vh !important;
    }

    .services-section {
        padding: 60px 30px;
        text-align: center;
        min-height: 30vh !important;
    }

    .service-detail-hero {
        padding: 60px 30px;
        text-align: center;
        min-height: 60vh !important;
    }

    .service-benefits {
        padding: 60px 30px;
        text-align: center;
        min-height: 60vh !important;
    }
    .work-process {
        padding: 60px 30px;
        text-align: center;
        min-height: 60vh !important;
    }



    .seo-copy {
        padding: 60px 30px;
        text-align: center;
        min-height: 60vh !important;
    }
        .seo-copy h2 {
            color: #CCCCCC !important;
        }

        .seo-copy p, .work-process p, .service-benefits p, .service-detail-hero p{
            font-size: 1rem !important;
        }

    .benefit-sidebar {
        margin-top: 30px;
    }
}


/* Genel Background & Text Ayarları */
.service-detail-hero {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

/* Breadcrumb */
.service-detail-hero .breadcrumb a {
    color: #FF5C33;
    text-decoration: none;
}
    .service-detail-hero .glow-text {
        color: #FF5C33;
        position: relative;
    }

.hero-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at center, rgba(255,92,51,0.4), transparent 70%);
    filter: blur(120px);
    animation: blobMove 8s infinite alternate ease-in-out;
}

@keyframes blobMove {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-45%, -55%) scale(1.1);
    }
}


/* Mouse icon */
.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: wheelMove 1.5s infinite;
}

@keyframes wheelMove {
    0% {
        top: 10px;
        opacity: 1;
    }

    50% {
        top: 20px;
        opacity: 0.5;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

/* Arrow */
.arrow {
    margin-top: 10px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


/* scroll-down */

.scroll-down {
    position: absolute;
    bottom: 70px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

    .scroll-down:hover {
        opacity: 1;
    }


/* Intro Bölümü */
.service-intro h2 {
    color: #fff;
}

.service-intro p {
    color: #aaa;
}

/* Benefit Kartları */
.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #bbb;
    transition: all 0.3s ease;
}

    .benefit-card:hover {
        transform: translateY(-10px);
        border-color: #FF5C33;
        color: #fff;
    }

    .benefit-card i {
        color: #FF5C33;
    }




.benefit-sidebar {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    color: #bbb;
    height: 100%;
}

    .benefit-sidebar .service-link {
        display: block;
        padding: 12px 20px;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        margin-bottom: 12px;
        color: #ddd;
        transition: all 0.3s ease;
        text-decoration: none;
    }

        .benefit-sidebar .service-link:hover {
            border-color: #FF5C33;
            color: #fff;
            background: rgba(255,92,51,0.1);
        }


/* İşlem Adımları */

.work-process {
    background: linear-gradient(135deg, #0d0d0d, #111111);
}

.step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .step-card:hover {
        border-color: #FF5C33;
        transform: translateY(-8px);
    }

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #FF5C33;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 92, 51, 0.5);
}



/* cta alanı */

.cta-final-section {
    background-color: #0b0b0b;
    position: relative;
    z-index: 1;
}

/* Arka hareketli blob */
.abstract-blob {
    background: radial-gradient(circle at 30% 30%, rgba(255, 92, 51, 0.3), transparent 60%), radial-gradient(circle at 70% 70%, rgba(255, 128, 64, 0.2), transparent 60%);
    filter: blur(120px);
    animation: blobMove2 22s infinite alternate ease-in-out;
    z-index: 0;
}

@keyframes blobMove2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-80px, 60px);
    }

    100% {
        transform: translate(40px, -50px);
    }
}

/* Futuristic görsel hareketi */
.abstract-futuristic {
    animation: futuristicMove 30s infinite alternate ease-in-out;
    position: absolute;
    left: 50px; /* zaten solda tutuyorduk */
    top: -100px; /* burada oynarsın */
    width: 500px;
}

@keyframes futuristicMove {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, -15px);
    }

    100% {
        transform: translate(-15px, 10px);
    }
}

.futuristic-img {
    max-width: 400px;
    filter: drop-shadow(0 0 80px rgba(255, 92, 51, 0.5));
}

.cta-final-link h2 {
    color: white;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cta-final-link:hover h2 {
    transform: scale(1.07);
    color: #FF5C33;
}


@media (max-width: 768px) {

    .cta-final-section {
        min-height: 20vh !important;
    }

    .abstract-futuristic {
        top: -10px; /* burada oynarsın */
        z-index: -1;
    }
}

.text-muted {
    color: rgb(222 222 222 / 75%) !important;
}


.seo-copy {
    background: linear-gradient(135deg, #0f0f0f, #191919);
    color: #ccc;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

    .seo-copy a.text-accent {
        color: #ff5c33;
        text-decoration: underline;
    }

        .seo-copy a.text-accent:hover {
            text-decoration: none;
            opacity: 0.8;
        }

.accordion-button {
    background-color: transparent;
    color: #c7c7c7;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 20px 30px;
    border: 1px solid #c7c7c7;
    border-radius: 12px;
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .accordion-button {
        font-size: 1.3rem;
    }

    .service-details-text p {
        font-size: 0.9rem !important;
    }
}

.accordion-button:hover {
    border-color: #ff8040;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #c7c7c7;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    border-color: #ff8040;
}

    .accordion-button:not(.collapsed)::after {
        background-image: none !important;
        transform: var(--bs-accordion-btn-icon-transform);
    }

.accordion-item {
    border: none;
    background: transparent;
}


.accordion-body {
    background-color: transparent;
    padding: 30px;
    border-bottom: 1px solid #ff6436;
    border-radius: 0 0 12px 12px;
    color: rgba(255,255,255,0.85);
}



.accordion-item{
    border-bottom:none !important;
}