/***
=============================================
Why Choose One (Masaüstü Stilleri)
=============================================
***/
.why-choose-one {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 120px 0px 120px;
    z-index: 2;
}

.why-choose-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
}

.why-choose-one .shape1 {
    position: absolute;
    right: 340px;
    bottom: -80px;
    z-index: -1;
}

.why-choose-one__content {
    position: relative;
    display: block;
}

    .why-choose-one__content .sec-title {
        padding-bottom: 31px;
    }

    .why-choose-one__content .sec-title__tagline .text h4 {
        color: var(--logistiq-white);
    }

    .why-choose-one__content .sec-title__title {
        color: var(--logistiq-white);
    }

.why-choose-one__content-list {
    position: relative;
    display: block;
}

    .why-choose-one__content-list ul {
        position: relative;
        display: block;
    }

        .why-choose-one__content-list ul li {
            position: relative;
            display: block;
            margin-bottom: 14px;
        }

            .why-choose-one__content-list ul li:last-child {
                margin-bottom: 0px;
            }

            .why-choose-one__content-list ul li p {
                color: var(--logistiq-white);
            }

                .why-choose-one__content-list ul li p span {
                    position: relative;
                    display: inline-block;
                    line-height: 0;
                    margin-right: 4px;
                    top: 1px;
                }

                    .why-choose-one__content-list ul li p span::before {
                        position: relative;
                        display: inline-block;
                        color: var(--logistiq-base);
                        font-size: 17px;
                    }

.why-choose-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 42px;
}

    .why-choose-one__content .btn-box .thm-btn:hover {
        color: var(--logistiq-black);
    }

    .why-choose-one__content .btn-box .hover-btn {
        background-color: var(--logistiq-white);
    }

.why-choose-one__form-box {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    float: right;
    margin-top: -180px;
    background: var(--logistiq-white);
    padding: 54px 60px 60px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    z-index: 2;
}

    .why-choose-one__form-box .title-box {
        position: relative;
        display: block;
        margin-bottom: 33px;
    }

        .why-choose-one__form-box .title-box h2 {
            font-size: 42px;
            line-height: 1em;
            font-weight: 700;
        }

.why-choose-one__form {
    position: relative;
    display: block;
}

    .why-choose-one__form .input-box {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

        .why-choose-one__form .input-box .icon {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        }

            .why-choose-one__form .input-box .icon span::before {
                position: relative;
                display: inline-block;
                color: var(--logistiq-gray);
                font-size: 15px;
            }

        .why-choose-one__form .input-box input[type="text"],
        .why-choose-one__form .input-box input[type="email"] {
            position: relative;
            display: block;
            height: 50px;
            width: 100%;
            background-color: var(--logistiq-white);
            border: 1px solid rgba(var(--logistiq-black-rgb), .10);
            padding-left: 20px;
            padding-right: 40px;
            outline: none;
            font-size: 14px;
            font-weight: 400;
            color: var(--logistiq-gray);
            border-radius: 2px;
            font-family: var(--logistiq-font);
        }

        .why-choose-one__form .input-box textarea {
            position: relative;
            display: block;
            width: 100%;
            min-height: 120px;
            background-color: var(--logistiq-white);
            border: 1px solid rgba(var(--logistiq-black-rgb), .10);
            padding: 15px 40px 15px 20px;
            outline: none;
            font-size: 14px;
            font-weight: 400;
            color: var(--logistiq-gray);
            border-radius: 2px;
            font-family: var(--logistiq-font);
            resize: vertical;
        }

.why-choose-one__form-btn {
    position: relative;
    display: block;
}


/***
=============================================
Why Choose Two (Masaüstü Stilleri)
=============================================
***/
.why-choose-two {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 120px 0px 120px;
    z-index: 1;
}

    .why-choose-two .shape1 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.1;
        z-index: -1;
    }

.why-choose-two__bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: calc((100% - 220px) / 2);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

    .why-choose-two__bg::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--logistiq-black-rgb), .20);
        content: "";
    }

.why-choose-two__content {
    position: relative;
    display: block;
}

    .why-choose-two__content .sec-title {
        padding-bottom: 31px;
    }

    .why-choose-two__content .sec-title__tagline .text h4 {
        color: var(--logistiq-white);
    }

    .why-choose-two__content .sec-title__title {
        color: var(--logistiq-white);
    }

.why-choose-two__content-text {
    position: relative;
    display: block;
    max-width: 625px;
    width: 100%;
    margin-bottom: 55px;
}

    .why-choose-two__content-text p {
        color: #E4E4E4;
    }

.why-choose-two__content-bottom {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .why-choose-two__content-bottom .client-box {
        position: relative;
        display: block;
        padding-left: 25px;
        width: 230px;
    }

        .why-choose-two__content-bottom .client-box::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 5px;
            background: var(--logistiq-base);
            content: "";
        }

    .why-choose-two__content-bottom .count-text-box h2 {
        color: var(--logistiq-white);
        font-size: 74px;
        line-height: 1em;
        font-weight: 700;
    }

    .why-choose-two__content-bottom .count-text-box .plus {
        color: #ffffff;
        position: relative;
        display: block;
        font-size: 65px;
        font-weight: 700;
    }

.why-choose-two__content-bottom-content {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 38px 40px 40px;
    margin-left: 220px;
    max-width: 650px;
    width: 100%;
    z-index: 1;
}

    .why-choose-two__content-bottom-content::before {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 1px;
        background: #e4e4e4;
        content: "";
        z-index: 1;
    }

    .why-choose-two__content-bottom-content::after {
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        height: 1px;
        background: #e4e4e4;
        content: "";
        z-index: 1;
    }

.why-choose-two__pattern2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: 0;
}

.why-choose-two__content-bottom-content ul {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

    .why-choose-two__content-bottom-content ul + ul {
        margin-top: 80px;
    }

.why-choose-two__single {
    position: relative;
    display: block;
    max-width: 250px;
    width: 100%;
}

.why-choose-two__single-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .why-choose-two__single-top .icon {
        position: relative;
        display: block;
    }

        .why-choose-two__single-top .icon span::before {
            position: relative;
            display: inline-block;
            color: var(--logistiq-base);
            font-size: 40px;
            transition-delay: 0.1s;
            transition: all 500ms ease;
        }

.why-choose-two__single:hover .why-choose-two__single-top .icon span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-two__single-top .title {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

    .why-choose-two__single-top .title h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        text-transform: capitalize;
    }

.why-choose-two__single .text-box {
    position: relative;
    display: block;
    padding-left: 10px;
}

    .why-choose-two__single .text-box::before {
        position: absolute;
        top: 3px;
        left: 0;
        bottom: 0;
        width: 1px;
        background: var(--logistiq-base);
        content: "";
    }

    .why-choose-two__single .text-box p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }


/* ==========================================================================
   ### RESPONSIVE DÜZENLEMELER (DUYARLI TASARIM) ###
   ========================================================================== */

/* ----------------------------------------------------------------
   1. Tablet Görünümü (1199px ve altı)
-----------------------------------------------------------------*/
@media (max-width: 1199px) {

    /* === Why Choose One Bölümü Tablet Ayarları === */
    .why-choose-one {
        padding: 100px 0; /* Üst ve alt boşlukları azalt */
    }

    .why-choose-one__form-box {
        float: none; /* Sağa yaslanmayı iptal et */
        margin-top: 60px; /* Negatif üst boşluğu pozitif yap, içerikten sonra gelsin */
        margin-left: auto; /* Ortalamak için */
        margin-right: auto; /* Ortalamak için */
    }

    .why-choose-one .shape1 {
        display: none; /* Dekoratif şekli gizle */
    }

    /* === Why Choose Two Bölümü Tablet Ayarları === */
    .why-choose-two {
        padding: 100px 0;
    }

    .why-choose-two__bg {
        position: relative; /* Mutlak konumlandırmayı kaldır */
        width: 100%; /* Tam genişlik yap */
        height: 400px; /* Görünmesi için bir yükseklik ver */
        margin-top: 60px; /* İçerikten sonra boşluk bırak */
    }

    .why-choose-two__content-bottom {
        flex-direction: column; /* Öğeleri alt alta sırala */
        align-items: center; /* Ortala */
    }

    .why-choose-two__content-bottom-content {
        margin-left: 0; /* Sol boşluğu sıfırla */
        margin-top: 40px; /* Üstteki öğeyle arasına boşluk koy */
        max-width: 100%; /* Genişliği serbest bırak */
    }
}


/* ----------------------------------------------------------------
   2. Mobil Görünümü (767px ve altı)
-----------------------------------------------------------------*/
@media (max-width: 767px) {

    /* === Why Choose One Bölümü Mobil Ayarları === */
    .why-choose-one {
        padding: 80px 0;
    }

    .why-choose-one__form-box {
        padding: 40px 20px; /* İç boşlukları azalt, telefon ekranına sığsın */
    }

        .why-choose-one__form-box .title-box h2 {
            font-size: 32px; /* Başlık fontunu küçült */
        }

    .why-choose-one__form-distance-inner .ranger-min-max-block {
        position: relative; /* Konumlandırmayı normale çevir */
        top: auto;
        right: auto;
        margin-top: 20px; /* Üstten boşluk bırak */
    }

    /* === Why Choose Two Bölümü Mobil Ayarları === */
    .why-choose-two {
        padding: 80px 0;
    }

    .why-choose-two__content-bottom .count-text-box h2 {
        font-size: 50px; /* Büyük sayaç fontunu küçült */
    }

    .why-choose-two__content-bottom .count-text-box .plus {
        font-size: 45px;
    }

    .why-choose-two__content-bottom-content {
        padding: 20px;
    }

        /* İçerik kutusundaki dikey ve yatay çizgileri mobilde kaldır */
        .why-choose-two__content-bottom-content::before,
        .why-choose-two__content-bottom-content::after {
            display: none;
        }

        /* İkon listesini alt alta sırala */
        .why-choose-two__content-bottom-content ul {
            flex-direction: column; /* Alt alta sırala */
            align-items: flex-start; /* Sola yasla */
        }

            /* Alt alta gelen listeler arasındaki boşluğu kaldır */
            .why-choose-two__content-bottom-content ul + ul {
                margin-top: 0px;
            }

    .why-choose-two__single {
        max-width: 100%; /* Genişliği serbest bırak */
        width: 100%;
        margin-bottom: 40px; /* Her öğe arasına boşluk koy */
    }
        /* Son öğenin alt boşluğunu kaldır */
        .why-choose-two__single:last-child {
            margin-bottom: 0;
        }
}
