﻿.hero {
    background: linear-gradient(135deg, #0B0B0B, #111111);
    overflow: hidden;
    position: relative;
    padding: 1rem;
}

.hero-icon {
    width: 250px;
    filter: drop-shadow(0px 5px 20px rgba(0,0,0,0.6));
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}

.hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.shape {
    position: absolute;
    opacity: 0.4;
    filter: blur(30px);
}

.blob1 {
    top: -120px;
    left: -150px;
    width: 500px;
}

.blob2 {
    bottom: -100px;
    right: -150px;
    width: 500px;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #FF5C33, #FF8040);
    border: none;
}

    .btn-primary:hover {
        opacity: 0.9;
    }

.btn-outline-light:hover {
    background: #FF5C33;
    color: #fff;
    border-color: #FF5C33;
}

@media (min-width: 1200px){
    .hero {
        min-height: 100vh
    }


}

/* Mobile Optimization */
@media (max-width: 768px) {
    .hero {
        padding: 60px 20px;
        text-align: center;
    }

    .services-section {
        padding: 60px 30px;
        text-align: center;
        min-height: 30vh !important;
    }

    .stats-section {
        padding: 60px 30px;
    }

    .portfolio-section {
        padding: 60px 30px;
    }

    .service-details-section {
        padding: 60px 30px;
    }


    .stat-label {
        font-size: 0.9rem !important;
    }

    .stat-circle {
        width: 180px !important;
        height: 180px !important;
    }

    .mobilh2 {
        font-size: 3rem !important;
    }

    .portfolio-section {
        padding: 60px 30px;
    }

    .hero-icon {
        width: 180px;
        margin-bottom: 30px;
    }



    h1 {
        font-size: 2.2rem !important;
    }

    p {
        font-size: 1.1rem !important;
    }

    .btn {
        font-size: 1rem !important;
        padding: 14px 30px !important;
    }

    .shape {
        position: absolute;
        opacity: 0.1;
        filter: blur(50px);
    }
}


/* 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);
}



/*services*/

.services {
    background: linear-gradient(135deg, #101010, #0A0A0A);
    position: relative;
    overflow: hidden;
    padding: 1rem;
    min-height: 100vh;
}

.service-card {
    background-color: #151515;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    }

.service-icon img {
    transition: transform 0.4s;
}

.service-card:hover .service-icon img {
    transform: scale(1.15);
}


@media (max-width: 768px) {
    .services h2 {
        font-size: 2rem;
    }
}


/* Stats Alanı*/

.stats-section {
    background: linear-gradient(135deg, #111111, #0B0B0B);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.stat-card {
    padding: 20px;
}

.stat-circle {
    width: 220px;
    height: 220px;
    border: 2px solid #6c6c6c;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    transition: all 0.5s ease;
    background: radial-gradient(circle at center, rgb(255 92 51 / 6%), transparent);
}

.stat-card:hover .stat-circle {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(255, 92, 51, 0.8);
}

.stat-circle .counter {
    font-size: 4rem;
    color: #fff;
}

.stat-label {
    margin-top: 1px;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.stats-section .highlight {
    color: #FFFFFF;
}

.stats-section p.lead {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}

.stats-blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

.blob-orange {
    background: #FF5C33;
    width: 400px;
    height: 400px;
    top: -100px;
    left: -150px;
}

.blob-red {
    background: #FF8040;
    width: 400px;
    height: 400px;
    bottom: -100px;
    right: -150px;
}


.highlight-underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 8px;
    width: 95%;
    background: linear-gradient(90deg, #FF5C33, #FF8040);
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1.8s ease, opacity 0.8s ease;
}


.stats-section p.lead {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}

/* Stats End */



.portfolio-section {
    background: linear-gradient(135deg, #101010, #0A0A0A);
    position: relative;
    overflow: hidden;
}

.portfolio-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

    .portfolio-card img {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.6);
        transition: transform 0.8s ease;
    }

    .portfolio-card .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(15,15,15,0.7);
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .portfolio-card:hover img {
        transform: scale(1.1);
        filter: blur(1px) brightness(0.7);
    }


    .portfolio-card:hover .overlay {
        opacity: 1;
    }

    .portfolio-card .overlay h5 {
        color: #FF5C33;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .portfolio-card .overlay p {
        color: #eee;
        font-size: 1rem;
    }

.project-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 2;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.portfolio-hover-inner {
    text-align: center;
}

.portfolio-card:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-card:hover {
    border: 1px solid #E7703A;
}

.portfolio-hover a.btn {
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
}

/* Swiper Custom */
.swiper-pagination-bullet {
    background: #FF5C33;
}

.swiper-button-next, .swiper-button-prev {
    color: #f8f9fa;
}


.project-badge {
    display: inline-block;
    background: linear-gradient(135deg, #FF5C33, #FF8040);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 0 20px rgba(255, 92, 51, 0.6);
    animation: glowPulse 2s infinite ease-in-out;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 10px rgba(255, 92, 51, 0.4);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 92, 51, 0.8);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 92, 51, 0.4);
    }
}



/*hizmet detayları akordiyon*/

.service-details-section {
    background: linear-gradient(135deg, #0B0B0B, #101010);
    position: relative;
}

.accordion-button {
    background-color: transparent;
    color: #c7c7c7;
    font-weight: 600;
    font-size: 2.3rem;
    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);
}


.service-details-text p {
    font-size: 1.05rem;
    line-height: 1.6;
}

.service-details-image img {
    max-width: 350px;
    border-radius: 15px;
}

.btn-gradient {
    background: linear-gradient(135deg, #FF5C33, #FF8040);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}

    .btn-gradient:hover {
        opacity: 0.9;
    }

@media (max-width: 768px) {

    .accordion-body {
        flex-direction: column;
        text-align: center;
    }

    .service-details-image img {
        width: 100%;
        max-width: 100%;
    }
}



/*Referanslar Alanı*/


.partners-section {
    position: relative;
    overflow: hidden;
}

    .partners-section .highlight {
        color: #FF5C33;
    }


.infinite-slider {
    position: relative;
    width: 75%;
    margin: auto;
    overflow: hidden;
    padding: 20px 0; /* Yukarı-aşağı biraz nefes alsın */
}


.slider-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 30s linear infinite;
}

.partner-logo {
    width: 250px;
    height: 150px;
    margin: 0 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {

    .partner-logo {
        width: 100px;
        height: 70px;
        margin: 0 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

    .partner-logo img {
        max-width: 90%;
        max-height: 90%;
        filter: brightness(0) invert(1);
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.slider-fade {
    position: absolute;
    top: 0;
    width: 100px; /* Blur genişliği */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

    .slider-fade.left {
        left: 0;
        background: linear-gradient(to right, rgba(11 11 11), rgba(11,11,11,0));
    }

    .slider-fade.right {
        right: 0;
        background: linear-gradient(to left, rgba(11 11 11), rgba(11,11,11,0));
    }



/* Abstract shapes arka plan */
.abstract-shape-1 {
    position: absolute;
    top: -100px;
    left: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,92,51,0.15), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.abstract-shape-2 {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255,92,51,0.1), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}





/* 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: blobMove 22s infinite alternate ease-in-out;
    z-index: 0;
}

@keyframes blobMove {
    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;
    }

}



/* Services section */

.services-section {
    background: #111;
    color: #ccc;
}

.section-title .highlight {
    color: #FF5C33;
}

.service-card-link {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    color: #ccc;
}

    .service-card:hover {
        transform: translateY(-12px);
        border-color: #FF5C33;
        box-shadow: 0 0 30px rgba(255, 92, 51, 0.2);
    }

    .service-card .read-more {
        margin-top: 15px;
        font-weight: 500;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .service-card:hover .read-more {
        opacity: 1;
    }

    .service-card .read-more a {
        color: #FF5C33;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .service-card .read-more a:hover {
            color: #fff;
        }


.icon-wrapper {
    font-size: 3.2rem;
    color: #FF5C33;
    transition: all 0.4s ease;
}

.service-card:hover .icon-wrapper {
    color: #fff;
}

.service-card h5 {
    color: #fff;
}

.service-card p {
    color: #aaa;
}

.service-card .read-more {
    margin-top: 15px;
    color: #FF5C33;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .read-more {
    opacity: 1;
}








