/* ARKA PLAN GÖRSELİ */
.neler-vad-ediyoruz-bottom-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://byinvest.com.tr//upload/ckfinder/images/neler-vat-ediyoruz/arka-plan.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 2;
    width: 800px;
    left: 181px;
}

/* içerik üstte kalsın */
.neler-vad-ediyoruz-bottom-new > * {
    position: relative;
    z-index: 1;
}

.neler-vad-ediyoruz-sol {
    display: flex;
    align-items: center;
    justify-content: center;
}



.neler-vad-ediyoruz-sağ-titleler {
    display: flex;
    flex-direction: column;
    gap: 15px;

    h2 {
        font-size: 24px;
        font-weight: 700;
        color: #0d1b3e;
    }

    p {
        font-size: 17px;
        color: #555;
    }
}

.neler-vad-ediyoruz-sağ {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    border-radius: 10px;
    flex-direction: column;
    gap: 30px;
    padding: 20px;




}

.img-alanı-neler-vad-ediyoruz {
    position: relative;

    img {
        position: absolute;
        bottom: -150px;
        left: -83px;
        z-index: 99999;
    }
}

.neler-vad-ediyoruz-bottom-new {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    padding: 150px 60px;
    border-radius: 10px;
    margin-bottom: 93px;
    position: relative;
}

.d-grid-neler-vad-ediyoruz {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sağ-alan-küçük-baslık {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d1b3e;
    margin-bottom: 18px;
    background: #f3f5fa;
    padding: 8px 18px;
    border-radius: 50px;
}

.sağ-alan-baslık {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}


/* CARD HOVER BORDER */
.trust-card {
    transition: all .25s ease;
}

.trust-card:hover {
    border-color: #0d1b3e;
}

.trust-card:hover .trust-icon {
    background: #ffffff;

    svg {
        stroke: #0d1b3e;
    }
}

.trust-section{
    padding: 50px 0 60px;
    background: #fff;
}

.trust-container{
    max-width: 1200px;
    margin: auto;
}

.trust-head{
    text-align: center;
    margin-bottom: 35px;
}

.trust-head h2{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.2;
}

.trust-head p{
    font-size: 16px;
    color: #888;
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.7;
}

/* GRID */
.trust-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.trust-card{
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 28px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ICON */
.trust-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    border: 1px solid #0d1b3e;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;

    svg {
        stroke: #fff;
    }
}


/* TITLE */
.trust-card h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    height: 53px;
}

/* GRAY BOX */
.trust-box{
    background: #f3f5fa;
    padding: 14px;
    border-radius: 10px;
    color: #555;
    font-size: 17px;
    line-height: 1.5;
    height: 130px;
}

/* RESPONSIVE */
@media(max-width: 1024px){
    .trust-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px){
    .trust-grid{
        grid-template-columns: 1fr;
    }
}


.team-card-img {
    overflow: hidden;
}

.team-card-img img {
    transition: transform 0.4s ease;
}

.team-grid > div:hover .team-card-img img {
    transform: scale(1.1);
}


.team-section {
    padding: 50px 0 60px 0;
    background: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    div {
        position: relative;
    }
}

.beyazlık-cart {
    background: #fff;
    align-items: center;
    position: absolute !important;
    z-index: 9999;
    right: -2px;
    bottom: 93px;
    padding: 14px 0 0 14px;
    border-radius: 10px 0 0 0;
    display: flex;
    justify-content: center;
}

.team-card-img {
    position: unset !important;
    border-radius: 10px;
    overflow: hidden;
}

.team-card-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.global-consultant-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.titleler-danışman {
    display: flex;
    justify-content: center;
    align-items: center;

    h1{
        font-size: 26px;
        color: #171a21;
        font-weight: 800;
    }
}

.whatsapp-btn {
    /*right: 18px;*/
    /*bottom: 18px;*/
    width: 60px;
    height: 60px;
    background: #159d49;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s ease;
    font-size: 30px;
}

.whatsapp-btn:hover {
    transform: scale(1.08);
}

.team-info {
    margin-top: 22px;
    padding-left: 18px;
    border-left: 3px solid #0d1b3e;
}

.team-info h3 {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.team-info p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

@media (max-width: 992px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .team-grid { grid-template-columns: 1fr; }
}

.custom-accordion {
    margin: auto;
    margin-top: 137px;
}

.accordion-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-header span {
    font-size: 17px;
    font-weight: 600;
    color: #0f3d3e;
}

.accordion-btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background: #f3f5fa;
    font-size: 24px;
    cursor: pointer;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition:
            max-height 0.5s ease,
            opacity 0.4s ease,
            transform 0.4s ease;

    p {
        color: #888;
        font-size: 16px;
        margin-top: 5px;
    }

}

.accordion-item.active .accordion-content {
    max-height: 300px; /* içerik yüksekliğine göre artır */
    opacity: 1;
    transform: translateY(0);
}

.accordion-header span {
    transition: color 0.3s ease;
}


.accordion-btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background: #f3f5fa;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.35s ease;
}

.accordion-item.active .accordion-btn {
    transform: rotate(180deg);
}



.neden-biz {
    padding: 72px 0 64px;
    margin: 0 !important;
}

.gorse-alan-global {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;

    img {
        width: 100%;
        border-radius: 10px;
        transition: transform .3s ease;
    }

    &:hover img {
        transform: scale(1.025);
    }
}

.d-gri-biz {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    position: relative;
    width: 100%;
}


.title-pages {
    font-size: 17px;
    color: #888;
    line-height: 1.4;
    max-width: 498px;
    position: relative;
    padding-left: 30px;


    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        bottom: 7px;
        width: 3px;
        background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
        border-radius: 10px;
    }
}

.button-global {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 127px;
    height: auto;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    color: #fff;
    border-radius: 10px;
    max-height: 41px;
}

.apsolid-alanı-yazı {
    width: 100%;
    position: absolute;
    max-width: 689px;
    right: 0;
    background: #fff;
    padding:0 0 37px 37px ;
    border-radius: 0 0 0 17px;
    display: flex;
    justify-content: space-between;
}

.arkaplan-arkada-kalan {
    width: 100%;
    height: 100%;
    background: #f3f5fa;
    position: absolute;
    margin-top: -151px;
    z-index: -41;
}

.about-section{
    padding: 0 15px 40px;
    background:#fff;
}

.about-container{
    margin:0 auto;
    padding:0 15px;
    box-sizing:border-box;
}

.about-header{
    max-width:900px;
    margin-bottom:35px;
}

.about-badge{
    display:inline-block;
    padding:8px 18px;
    background:#f3f5fa;
    border-radius:50px;
    color:#112244;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.about-title{
    font-size:48px;
    line-height:1.15;
    color:#171a21;
    font-weight:700;
    margin:0;
}

.about-row{
    display:flex;
    gap:60px;
    align-items:flex-start;
    flex-wrap:wrap;
}

.about-content{
    flex:1;
    min-width:320px;
}

.about-lead{
    font-size:20px;
    line-height:1.7;
    color:#112244;
    margin:0 0 15px;
    font-weight:700;
}

.about-text{
    font-size:17px;
    line-height:1.7;
    color:#5d6662;
    margin:0;
}

.mission-section{
    width:100%;
    font-family:Arial,sans-serif;
}


.mission-image-wrapper{
    position:relative;
    overflow:hidden;
}

.mission-image{
    width:100%;
    display:block;
    object-fit:cover;
    border-radius: 10px;
}

.mission-cards{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    align-items:stretch;
    padding:0 40px;
    margin-top:-150px;
    position:relative;
    z-index:2;
    box-sizing:border-box;
}

.experience-card{
    flex:0 0 340px;
    background:linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    padding:40px;
    border-radius:10px;
    color:#fff;
    min-height:310px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-sizing:border-box;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.experience-header{
    margin-bottom:22px;
}

.experience-number{
    font-size:76px;
    font-weight:300;
    color:#d8f0d5;
    line-height:1;
    margin-bottom:14px;
}

.experience-title{
    font-size:24px;
    font-weight:500;
    line-height:1.45;
    color:#fff;
}

.experience-divider{
    height:1px;
    background:rgba(255,255,255,.18);
    margin-bottom:22px;
}

.experience-text{
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,.84);
    margin:0;
}

.mission-right{
    flex:1;
    background:linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    backdrop-filter:blur(12px);
    padding:35px;
    border-radius:10px;
    color:#fff;
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    min-height:310px;
    border:1px solid rgba(255,255,255,.08);
    box-sizing:border-box;
}

.mission-box{
    flex:1;
    min-width:260px;
    background:rgba(255,255,255,.05);
    border-radius:18px;
    padding:30px;
    box-sizing:border-box;
}

.mission-box-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.mission-box-title{
    font-size:24px;
    color:#d8f0d5;
    margin:0;
    font-weight:600;
}

.mission-box-divider{
    height:1px;
    background:rgba(255,255,255,.12);
    margin-bottom:18px;
}

.mission-box-text{
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,.82);
    margin:0;
}


.by-timeline {
    background: #f3f5fa;
    padding: 50px 0 65px;
}
.by-tl-header {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 24px;
}
.by-tl-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d1b3e;
    margin-bottom: 18px;
    background: #f3f5fa;
    padding: 8px 18px;
    border-radius: 50px;
}
.by-tl-title {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.2;
}
.by-tl-sub {
    font-size: 16px;
    color: #888;
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.7;
}
.by-tl-outer {
    position: relative;
    max-width: 1772px;
    margin: 0 auto;
    padding: 0 60px;
}
.by-swiper {
    overflow: hidden;
}
.by-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}
.by-photo {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    overflow: clip;
}
.by-photo img {
    width: 100%;
    transition: transform .3s ease;

    &:hover {
        transform: scale(1.025);
    }
}
.by-year {
    display: inline-block;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 4px 16px;
    border-radius: 99px;
    margin-bottom: 14px;
}
.by-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 10px;
    line-height: 1.3;
}
.by-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 380px;
}

.swiper-slide.by-slide.swiper-slide-active{
    position: relative;
}

.swiper-slide.by-slide.swiper-slide-active::before{
    content: "";
    height: 1px;
    position: absolute;
    top: 224px;
    left: 0;
    z-index: -1;
    width: 40000px;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
}

.by-btn-prev,
.by-btn-next {
    position: absolute;
    top: 193px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}
.by-btn-prev:hover,
.by-btn-next:hover { background: linear-gradient(135deg, #0d1b3e 0%, #112244 40%, #0a1628 100%); }
.by-btn-prev { left: 25px; }
.by-btn-next { right: 8px; }

@media (max-width: 1024px) { .by-tl-outer { padding: 0 52px; } }
@media (max-width: 768px)  { .by-tl-outer { padding: 0 48px; } }


@media (min-width: 280px) and (max-width: 768px) {

    .mission-image-wrapper {
        display: none;
    }

    .arkaplan-arkada-kalan {
        display: none;
    }

    .mission-cards {
        margin-top: 0 !important;
        padding: 0 15px !important;
        gap: 0 !important;
    }

    .mission-right {
        flex: unset !important;
    }

    .experience-card {
        flex: unset !important;
        margin-bottom: 20px !important;
    }



    .about-title {
        font-size: 24px;
    }

    .about-header {
        margin-bottom: 15px !important;
    }

    .d-gri-biz {
        grid-template-columns: 1fr;
    }

    .apsolid-alanı-yazı {
        position: unset !important;
        padding: 0 !important;
    }

    .button-global {
        display: none;
    }

    .custom-accordion {
        margin-top: 15px !important;
    }

    .title-pages {
        padding: 0 !important;

        &:before {
            display: none;
        }
    }

    .by-tl-header {
        margin-bottom: 25px !important;
    }

    .neden-biz {
        padding: 50px 0 65px !important;
    }

    .by-card-desc {
        font-size: 14px;
    }

    .by-tl-title {
        font-size: 18px;
    }

    .by-tl-sub {
        font-size: 14px;
    }

    .by-tl-label {
        font-size: 14px;
    }
    .by-year {
        font-size: 14px;
    }

    .title-pages {
        font-size: 14px;
    }
    .accordion-content p {
        font-size: 14px;
    }

    .mission-box-text {
        font-size: 14px;
    }

    .experience-number {
        font-size: 50px;
    }

    .about-text {
        font-size: 14px;
    }

    .about-lead {
        font-size: 16px;
    }

    .experience-text {
        font-size: 14px;
    }

    .about-section {
        padding: 25px 15px 40px !important;
    }

}