
.p-request-title-area {
    padding: 32px 16px;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .description {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .benefits {
        padding: 0;
        list-style: none;
        font-size: 16px;
        line-height: 18px;
        margin: 0;
    }
}

.p-request-form-area {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-color: var(--light-gray);
    color: var(--primary-blue);
    .form-area {
        padding: 16px;
        border-radius: 16px;
        border: 1px solid var(--border-blue);
        background: var(--white);
        #form_create_update_inspection {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            gap: 24px;
        }
        .form-section {
            width: 100%;
            .section-header {
                display: flex;
                gap: 8px;
                align-items: center;
                margin-bottom: 16px;
                .icon-wrapper {
                    width: 40px;
                    height: 40px;
                    border-radius: 40px;
                    background-color: var(--light-blue);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                .text {
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 18px;
                    font-family: 'Funnel Display' !important;
                    span {
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 14px;
                    }
                }
            }
            label {
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 8px;
            }
            .p-form-group:not(:last-child) {
                margin-bottom: 16px;
            }
            .your-data {
                .p-form-group.d-flex {
                    gap: 8px;
                    .name-input-wrapper, .surname-input-wrapper {
                        width: 50%;
                    }
                }
            }
            .terms-text {
                font-size: 14px;
                line-height: 16px;
                margin: 0 0 8px;
                a {
                    color: var(--secondary-blue);
                }
            }
            .p-btn-secondary {
                width: 100%;
                font-size: 16px;
                line-height: 18px;
            }
            .more-info-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 16px;
                p {
                    font-size: 10px;
                    line-height: 12px;
                    margin: 0;
                }
            }
        }
    }
    .extra-info-area {
        width: 100%;
        padding: 16px;
        background-color: var(--light-blue);
        border: 1px solid var(--secondary-blue);
        border-radius: 16px;
        .text {
            font-size: 12px;
            line-height: 20px;
            margin: 0;
        }
        .included-services {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 12px;
            line-height: 20px;

        }
    }
}

@media (min-width: 768px) {
    .p-request-title-area {
        padding: 40px 16px;
        .wrapper {
            max-width: 900px;
            margin: 0 auto;
        }
        .title {
            font-size: 48px;
            line-height: 50px;
            margin-bottom: 16px;
        }
        .description {
            font-size: 24px;
            line-height: 26px;
            margin-bottom: 0;
        }
        .benefits {
            padding: 0;
            list-style: none;
            font-size: 24px;
            line-height: 26px;
            margin: 0;
        }
    }

    .p-request-form-area {
        padding: 40px 80px 80px;
        gap: 40px;
        .form-area {
            padding: 32px;
            border-radius: 24px;
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
            .form-section {
                .section-header {
                    .icon-wrapper {
                        width: 56px;
                        height: 56px;
                        svg {
                            width: 40px;
                            height: 40px;
                        }
                    }
                    .text {
                        font-size: 32px;
                        line-height: 36px;
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        span {
                            font-size: 16px;
                            line-height: 18px;
                        }
                    }
                }
                label {
                    font-size: 16px;
                    line-height: 18px;
                    display: block;
                }
                .p-form-group:not(:last-child), .p-form-group {
                    margin-bottom: 0px;
                }
                .vehicle-type  .select2 {
                    max-width: 32%;
                }
                .vehicle-location {
                    display: flex;
                    gap: 16px;
                    .p-form-group:not(.hidden) {
                        width: 33%;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }
                }
                .your-data {
                    .p-form-group.d-flex {
                        gap: 16px;
                        .name-input-wrapper, .surname-input-wrapper {
                            width: 32%;
                            margin-bottom: 24px;
                        }
                    }
                    .p-md-row {
                        display: flex;
                        gap: 16px;
                        & > div {
                            width: 33%;
                        }
                    }
                }
                .terms-text {
                    font-size: 16px;
                    line-height: 14px;
                }
                .more-info-wrapper {
                    justify-content: center;
                    margin-top: 16px;
                    gap: 32px;
                    p {
                        font-size: 14px;
                        line-height: 16px;
                    }
                }
            }
        }
        .extra-info-area {
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            .text {
                font-size: 16px;
                line-height: 24px;
                margin: 0 0 8px;
            }
            .included-services {
                font-size: 16px;
                line-height: 24px;
                display: grid;
                grid-template-columns: repeat(2, auto);
                column-gap: 24px;
            }
        }
    }
}
