﻿.sbox-section1 {
    background: linear-gradient(to right, #e9e9e9, #ffffff);
    padding-top:50px;
    padding-bottom:50px;
    margin-top:0px;
    margin-bottom:70px;
}

    .sbox-section1 img.uygulama {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    }

    .sbox-section1 img.logo {
        height:32px;
    }

    .sbox-section1 .anabaslik {
        background-color: #eb672c;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        color: white;
        border-radius: 20px;
        margin-left: 15px;
        font-size: 18px;
    }

    .sbox-section1 .slogan {
        margin-top:50px;
        font-size: 36px;
        color: #5c5c5c;
        font-weight:700;
        line-height:46px;
        letter-spacing:3px;
    }

    .sbox-section1 .aciklama {
        font-size:22px;

    }

    .sbox-icon{
        height:100px;
        margin-bottom:20px;
    }


.spec-table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    border-collapse: collapse;
    background-color: #e3e6e6;
}

    .spec-table th,
    .spec-table td {
        padding: 20px;
        vertical-align: top;
    }

.spec-title {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    padding-bottom: 15px;
}

.spec-category {
    width: 25%;
    font-size: 20px;
    font-weight: bold;
    background-color: #d4d8d8;
    border-bottom: 2px solid #ffffff;
}

.spec-content {
    width: 75%;
    background-color: #dfe3e3;
    border-bottom: 2px solid #ffffff;
}

    .spec-content ul {
        margin: 0;
        padding-left: 20px;
    }

    .spec-content li {
        margin-bottom: 8px;
        line-height: 1.6;
    }






.page {
    width: 100%;
    min-height: 100vh;
    background-image: url("/assets/images/sbox/sbox-arkaplan.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.content {
    width: 45%;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
}

/* Turuncu başlık bandı */
.title-bar {
    background-color: #f26b2b;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 16px 30px;
}

/* Liste stilleri */
.features {
    list-style: disc;
    padding-left: 20px;
}

    .features > li {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 18px;
        color: #333;
    }

    .features ul {
        list-style: dash;
        padding-left: 20px;
        margin-top: 8px;
    }

        .features ul li {
            margin-bottom: 6px;
            font-size: 16px;
        }

/* QR alanı */
.qr-area {
    position: absolute;
    right: 60px;
    bottom: 40px;
    text-align: center;
    color: #fff;
}

    .qr-area img {
        width: 120px;
        height: auto;
        margin-bottom: 10px;
    }

    .qr-area span {
        font-size: 14px;
        letter-spacing: 1px;
    }




/* =========================
   MOBİL RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .page {
        background-position: center top;
        background-size: cover;
    }

    /* Sol panel tam genişlik */
    .content {
        width: 100%;
        min-height: auto;
        padding: 25px 20px;
        background: rgba(255, 255, 255, 0.95);
    }

    /* Başlık bandı */
    .title-bar {
        font-size: 20px;
        padding: 14px 18px;
        margin-bottom: 20px;
    }

    /* Metinler */
    .features > li {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .features ul li {
        font-size: 14px;
    }

}





.sbox-kullanim-alanlari h3 {
    font-size: 32px;
    color: #ec662b;
    font-weight:700;
}

.sbox-kullanim-alanlari p {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    line-height:32px;
}

.sbox-kullanim-alanlari span{
    font-weight:300;
}

