﻿.banner-section1 {
    padding: 30px 0;
    background-image: none;
}
.banner-content {
    text-align:center;
}

.banner-section1 .banner-content h1 {
    /*font-size:55px;*/
    font-size: 2.7rem;
    text-align: center;
    margin-bottom:0px;
}

    .banner-section1 .banner-content p {
        color: var(--black-color);
    }

.banner-section1 .car-filter-area {
    background-color: #eee;
    background-image: url(../img/inner-page/inquary-form-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.toprated-used-cars .brand-list div a {
    color: var(--title-color);
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 600;
    transition: 0.35s;
}

    .toprated-used-cars .brand-list div a:hover {
        text-decoration: underline;
    }

.form-inner input {
    background: #faf8fb;
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 52px;
    padding: 10px 30px;
    font-family: var(--font-open-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}

    .form-inner input:focus {
        border-color: var(--primary-color1);
        background-color: var(--white-color);
    }

.home4-inner-banner-section {
    
    padding: 40px 0;
}

.home4-inner-banner-section {
    border-bottom-color: var(--primary-color1);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

    .home4-inner-banner-section .section-title-2 {
        max-width: none;
    }

        .home4-inner-banner-section .section-title-2 .sell-btn-and-contact-info {
            display: block;
        }

.design-process-content h3 {
    margin-bottom: 10px !important;
}

.footer-logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.location-row {
    border: 1px solid #0b814c;
    border-radius: 5px;
    height: 100%;
}

    .location-row div:first-child {
        background-color: #0b814c;
        padding: 15px;
        display: table
    }

        .location-row div:first-child a {
            color: #faf8fb;
            font-weight: 700;
            font-size: 1.35rem;
            line-height: 1.2;
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

            .location-row div:first-child a:hover {
                text-decoration: underline;
            }

    .location-row div:last-child {
        padding: 15px 35px;
    }

        .location-row div:last-child ul {
            list-style-type: square;
            margin: 0px;
            padding: 0;
        }

            .location-row div:last-child ul li {
                float: left;
                width: 150px;
                text-align: left;
            }

                .location-row div:last-child ul li a {
                    color: #000;
                }

                    .location-row div:last-child ul li a:hover {
                        text-decoration: underline;
                    }

.autocarcash-select-wrapper {
    position: relative;
}

.autocarcash-select {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border: 1px solid var(--primary-color1);
    border-radius: 5px;
    appearance: none; /* Default ok işaretini kaldırır */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .autocarcash-select:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.autocarcash-select-wrapper::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    pointer-events: none;
}


.question-checkbox-group {
    display: flex;
}

/* Label styling */
.question-checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fdfdfd; /* Açık arka plan */
    color: #333;
    flex: 1; /* Eşit genişlik */
    transition: all 0.3s ease;
    border: 2px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .question-checkbox-container:first-child {
        border-right: none;
        border-radius: 5px 0px 0px 5px;
    }

    .question-checkbox-container:last-child {
        border-left: none;
        border-radius: 0px 5px 5px 0px;
    }



    /* Hide the default radio button */
    .question-checkbox-container input {
        display: none;
    }

    .question-checkbox-container .checkmark-yes {
        /*color: #28a745;*/
        padding: 6px 15px;
        flex: 1; /* Eşit genişlik */
        text-align: center;
        font-weight: normal;
    }

    .question-checkbox-container .checkmark-no {
        padding: 6px 15px;
        /*color: #dc3545;*/
        flex: 1; /* Eşit genişlik */
        text-align: center;
        font-weight: normal;
    }

    /* Selected state Yes */
    .question-checkbox-container input:checked + .checkmark-yes {
        background-color: #4caf50;
        color: white;
        border-color: #4caf50;
    }

    /* Selected state No */
    .question-checkbox-container input:checked + .checkmark-no {
        background-color: #dc3545;
        color: white;
        border-color: #dc3545;
    }

.question-text {
    vertical-align: middle;
    /*line-height: 50px;*/
}

/*https://css-loaders.com/classic/*/
.loader-text {
    width: 100%;
    font-weight: bold;
    font-family: monospace;
    font-size: 21px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
    text-align: right;
}

    .loader-text:before {
        content: "Loading..."
    }

.button-loader {
    display: none;
}


.btn-submit-loader {
    width: 45px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#fff 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}

@keyframes l7 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}

@keyframes l4 {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}

@keyframes l8 {
    to {
        background-position: left
    }
}

@media only screen and (max-width: 991px) {
    .company-logo {
        display: none;
    }

    .banner-content img {
        display: none;
    }

    .banner-section1 .banner-content .sub-title {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section1 .banner-content {
        max-width:none;
    }
}


