﻿
.help-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px;
    box-sizing: border-box;
}

.help-wrapper-cont {
    display: flex;
    width: 770px;
    max-width: 100%;
    flex-direction: column;
}

.help-title {
    color: rgba(0, 0, 0, 0.84);
    text-align: center;
    align-self: center;
    font: 700 40px/1.2 Aeonik Pro TRIAL, -apple-system, Roboto, Helvetica, sans-serif;
}

.service-container {
    margin-top: 49px;
    
    max-width: 100%; 
}

.service-row {
    gap: 20px;
    display: flex;
    align-items: center;
}

.help-wrapper-cont img {
    width: 350px;
    height: 268px;
    border-radius: 21.42px;
}

.service-image {
    aspect-ratio: 1.31;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 0;
    flex-grow: 1;
}

.service-card-cont {
    position: absolute;
    top: 20%;
    
    right: 30%;
    bottom: 0px;
}

.swiper-slide{
    width:500px;
    height:500px;
    background:white;
}

.service-card {
    align-self: stretch;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.12);
    color: #000;
    text-align: center;
    width: 100%;
    padding: 24px;
    font: 400 24px/1.2 Aeonik Pro TRIAL, -apple-system, Roboto, Helvetica, sans-serif;
}

.trip-container {
    align-self: end;
    display: flex; 
    margin-left: auto;
    width: 605px;
    max-width: 100%;
    flex-direction: column;
}

.trip-row {
    gap: 20px;
    display: flex;
    justify-content: end;
}

.trip-card {
    align-self: stretch;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.12);
    color: #000;
    text-align: center;
    padding: 24px;
    font: 400 24px/1.2 Aeonik Pro TRIAL, -apple-system, Roboto, Helvetica, sans-serif;
}

.trip-card-cont {
    position: absolute;
    left: 0px;
    bottom: 50px;
}

.apply-button {
    border-radius: 50px;
    background-color: #6935d3;
    gap: 8px;
    color: #fbfbfc;
    margin: 40px auto;
    padding: 12px 48px;
    font: 600 16px/1.2 Inter, sans-serif;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {


    .help-title {
        max-width: 100%;
    }

    .service-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .service-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

        .service-row div:nth-child(1) {
            margin: auto;
        }


    .trip-row {
        margin: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.long-text-cont {
    left: 40% !important;
    right: 0;
} 