.elementor-181 .elementor-element.elementor-element-2a7bd68{--display:flex;}.elementor-181 .elementor-element.elementor-element-3500a1b.elementor-element{--align-self:center;}.elementor-181 .elementor-element.elementor-element-02bd330{--display:flex;}.elementor-181 .elementor-element.elementor-element-f11b789{--display:flex;}body.elementor-page-181:not(.elementor-motion-effects-element-type-background), body.elementor-page-181 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-181 .elementor-element.elementor-element-3500a1b.elementor-element{--align-self:stretch;}}/* Start custom CSS for html, class: .elementor-element-3500a1b */.breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    font-family: 'Gilroy-Light', sans-serif;
    border-radius: 999px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.breadcrumb-container::-webkit-scrollbar {
    display: none;
}

/* 🔥 Diğer linkler (BOLD) */
.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

/* separator */
.breadcrumb span {
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
}

/* 🔥 Aktif sayfa (LIGHT) */
.breadcrumb .active {
    color: #fff;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: normal;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f512354 */.hero-section{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    background:#000;
    font-family:'Gilroy-Medium', sans-serif;
}

.hero-image{
    flex:1;
}

.hero-image img{
    width:100%;
    display:block;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 0 40px rgba(255,255,255,.05);
}

.hero-content{
    flex:1;
}

.hero-badge{
    display:inline-block;
    padding:8px 18px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
    color:#bfbfbf;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:20px;
    font-family:'Gilroy-Medium', sans-serif;
}

.hero-content h1{
    font-size:58px;
    line-height:1.1;
    color:#fff;
    margin:0 0 20px;
    font-family:'Gilroy-ExtraBold', sans-serif;
}

.hero-content p{
    color:#9f9f9f;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    max-width:500px;
    font-family:'Gilroy-Medium', sans-serif;
}

.hero-btn{
    display:inline-block;
    padding:15px 34px;
    background:#fff;
    color:#000;
    text-decoration:none;
    border-radius:30px;
    font-family:'Gilroy-ExtraBold', sans-serif;
    transition:.3s;
}

.hero-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(255,255,255,.15);
}

@media(max-width:768px){

    .hero-section{
        flex-direction:column;
        text-align:center;
        gap:35px;
        padding:50px 20px;
    }

    .hero-content h1{
        font-size:40px;
    }

    .hero-content p{
        max-width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cf7c37 */.yorum-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

/* Sol fade */
.yorum-marquee::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        to right,
        #000 0%,
        rgba(0,0,0,0.9) 30%,
        rgba(0,0,0,0) 100%
    );
}

/* Sağ fade */
.yorum-marquee::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        to left,
        #000 0%,
        rgba(0,0,0,0.9) 30%,
        rgba(0,0,0,0) 100%
    );
}

.yorum-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: kaydir 35s linear infinite;
}

.yorum-kart {
    width: 320px;
    flex-shrink: 0;
    padding: 25px;
    border-radius: 20px;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}

.yildizlar {
    color: #FFD700;
    font-size: 18px;
    margin-bottom: 15px;
}

.yorum-kart p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.yorum-kart span {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

@keyframes kaydir {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.yorum-marquee:hover .yorum-track {
    animation-play-state: paused;
}

/* Mobil */
@media (max-width: 768px) {

    .yorum-marquee {
        padding: 10px 0;
    }

    .yorum-marquee::before,
    .yorum-marquee::after {
        width: 40px;
    }

    .yorum-track {
        gap: 10px;
        animation-duration: 22s;
    }

    .yorum-kart {
        width: 45vw;
        min-width: 160px;
        padding: 15px;
        border-radius: 14px;
    }

    .yildizlar {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .yorum-kart p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .yorum-kart span {
        font-size: 11px;
    }
}/* End custom CSS */