.vendor-box .container-box {
    display: flex;
    /* height: 100vh; */
    max-width: 89%;

    justify-content: center;
    margin: auto;
    margin: 3rem auto;
    max-height: 600px;
}

.vendor-box .left-image {
    flex: 1;
    background: url('/img/image2.png') no-repeat center center/cover;
}

.vendor-box .form-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 40px;
}

.vendor-box .form-container {
    width: 100%;
    max-width: 455px;
}

.vendor-box .form-container h4 {
    font-size: 26px;
    font-weight: 600;
}

.vendor-box .form-label {
    font-size: 14px !important;
}

.vendor-box .icon-input {
    font-size: 16px !important;
}

.vendor-box .text-muted {
    font-size: 14px;
    color: #43515F !important;
}

.vendor-box .text-muted a {
    color: #FE4E44 !important;
    text-decoration: none !important;
    font-weight: 600 !important;

}

.vendor-box .toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
    width: 238px;
    border: 1px solid #00000033;
    border-radius: 20px;
    padding: 5px;
    margin: auto;
}

.vendor-box .toggle-buttons .btn {
    border-radius: 50px;
    padding: 5px 25px;
    margin: 0 5px;
}

.vendor-box .btn-active {
    background: linear-gradient(to right, #FE4E44, #9F0900);
    color: white;
}

.vendor-box .form-control {
    border-radius: 7px;
    padding: 10px 15px;
}

.vendor-box .btn-submit {
    background-color: #FE4E44;
    color: white;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.vendor-box .btn-submit:hover {
    background-color: #e63e3f;
}

.vendor-box .form-label {
    font-weight: 600;
}

.vendor-box .icon-input {
    position: relative;
}

.vendor-box .icon-input i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
}

.vendor-box .icon-input input {
    padding-left: 15px;
}

.vendor-box .faq-section .container {
    max-width: 770px;
}

.vendor-box .why-sell-section {
    background-color: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

.vendor-box .why-sell-container {
    max-width: 1140px;
    margin: 0 auto;
}

.vendor-box .why-sell-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vendor-box .why-sell-subtitle {
    font-size: 14px;
    color: #52525B;
    margin-bottom: 50px;
    max-width: 516px;
    margin: 0px auto 51px;
}

.vendor-box .why-sell-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    max-width: 1026px;
    margin: auto;
}

.vendor-box .why-sell-grid .why-sell-card:nth-child(1),
.vendor-box .why-sell-grid .why-sell-card:nth-child(4) {
    border-left: none;
}

.vendor-box .why-sell-grid .why-sell-card:nth-child(3),
.vendor-box .why-sell-grid .why-sell-card:nth-child(6) {
    border-right: none;
}

.vendor-box .why-sell-grid .why-sell-card:nth-child(1),
.vendor-box .why-sell-grid .why-sell-card:nth-child(2),
.vendor-box .why-sell-grid .why-sell-card:nth-child(3) {
    border-top: none;
}

.vendor-box .why-sell-grid .why-sell-card:nth-child(4),
.vendor-box .why-sell-grid .why-sell-card:nth-child(5),
.vendor-box .why-sell-grid .why-sell-card:nth-child(6) {
    border-bottom: none;
}

.vendor-box .why-sell-card {
    border: 1px solid #eee;
    /* border-radius: 10px; */
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.vendor-box .why-sell-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vendor-box .custom-icon {
    font-size: 40px;
    color: #ff4d4f;
    margin-bottom: 15px;
}

.vendor-box .why-sell-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vendor-box .why-sell-card p {
    font-size: 14px;
    color: #555;
}

/* STEPS SECTION */
.vendor-box .steps-section {
    background-color: #F7F7F7;
    padding: 60px 20px;
    text-align: center;
}

.vendor-box .steps-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.vendor-box .steps-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 40px;
}

.vendor-box .steps-flow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* flex-wrap: wrap; */
    position: relative;
    padding-top: 40px;
    max-width: 1093px;
    overflow: visible;
    margin: auto;
}


.vendor-box .step {

    padding: 20px;
    flex: 1;

    width: 311px !important;
    z-index: 1;
}

.vendor-box .step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
}

.vendor-box .steps-section .container {
    position: relative;
}

.vendor-box .dotted-line {
    display: none;
    position: absolute;
    left: 276px;
    top: 137px;
}

.vendor-box .step h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.vendor-box .step-text {
    font-size: 16px;
    color: #43515F;
    width: 100%;
}

/* FAQ SECTION */
.vendor-box .faq-section {
    padding: 57px 20px;
    background-color: #fff;
}

.vendor-box .faq-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7px;
    color: #101828;
}

.vendor-box .faq-subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #43515F;
    font-size: 16px;
}

.vendor-box .faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    cursor: pointer;
}

.vendor-box .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #101828;
}

.vendor-box .faq-answer {
    font-size: 16px;
    color: #43515F;
    margin-top: 10px;
    display: none;
}

.vendor-box .faq-item.open .faq-answer {
    display: block;
}

.vendor-box .faq-item.open .bi {
    content: "\f068";
    /* dash */
}

.vendor-box .faq-item:not(.open) .faq-answer {
    display: none;
}

.vendor-box .quetion-icon::before {
    content: "\f63b";
    border: 1px solid rgb(16, 24, 40);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.vendor-box .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.vendor-box .faq-item.open .faq-answer {
    max-height: 500px;
    /* big enough to show content */
}

.vendor-box .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    /* border-bottom: 1px solid #ccc; */
}

.vendor-box .faq-question i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

@media(max-width:1024px) {
    .vendor-box .dotted-line {
        left: 143px !important;
        top: 137px !important;
    }

    .vendor-box .dotted-line svg {
        width: 663px !important;
    }

    .vendor-box .why-sell-grid {
        display: flex !important;
        gap: 20px;
        overflow-x: auto !important;
        /* Scroll if overflow */
        padding: 10px;
    }

    .vendor-box .why-sell-card {
        min-width: 379px;
        max-width: 323px;
        border: none !important;

    }

    .vendor-box .steps-flow {
        overflow-x: auto !important;
    }

    .vendor-box .step {
        min-width: 379px !important;
        max-width: 303px !important;
    }
}

@media(max-width: 994px) {
    .vendor-box .dotted-line {
        display: none !important;
    }

    .vendor-box .steps-section .container {
        max-width: 100% !important;
    }
}

@media(max-width:770px) {
    .vendor-box .dotted-line {
        display: none !important;
    }

    .vendor-box .toggle-buttons {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .vendor-box .container-box {
        /* margin: 3rem 5.5rem !important; */
    }

    .vendor-box .form-section {
        border-radius: 11px !important;
    }

    .vendor-box .why-sell-card {

        padding: 14px 52px;
    }

    .vendor-box .steps-flow {
        padding-top: 0px !important;
    }

}

@media(max-width:430px) {
    .vendor-box .form-section {
        padding: 10px !important;
    }

    .vendor-box .why-sell-section {
        padding: 37px 40px !important;
    }

    .vendor-box .why-sell-subtitle {
        margin-bottom: 20px;
    }
}