.inquiry {
    margin-bottom: 2vh;
}

.inquiry h1,
.inquiry p {
    text-align: justify;
}

.inquiry h1 {
    font-size: 3em;
}

.text-1 {
    padding: 0;
    background-image: url("../../images/inquiry_management/text-1.png");
    background-size: cover;
    height: auto;
}

.text-2 {
    padding: 0;
    background-image: url("../../images/inquiry_management/text-2.png");
    background-size: cover;
    height: auto;
    background-position-x: center;
}

.text-3 {
    padding: 0;
    background-image: url("../../images/inquiry_management/text-3.png");
    background-size: cover;
    height: auto;
}

.text-4 {
    padding: 0;
    background-image: url("../../images/inquiry_management/text-4.png");
    background-size: cover;
    height: auto;
    background-position-x: center;
}

.text-1 .text {
    padding: 13vh 5vw 0 5vw;
}

.text-1 .text h1 {
    /* font-size: 56px; */
    font-weight: 700;
    margin-bottom: 2vh;
}

.text-1 .text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #101828;
}

.text-2 {
    margin-bottom: 2vh;
}

.text-2 .text {
    padding: 5vh 5vw;
}

.text-2 .text h1 {
    /* font-size: 56px; */
    font-weight: 700;
    margin-bottom: 2vh;
    text-align: right;
}

.text-2 .text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #101828;
    text-align: justify;
}

.text-3 .text {
    padding: 5vh 5vw;
}

.text-3 .text h1 {
    /* font-size: 56px; */
    font-weight: 700;
    margin-bottom: 2vh;
    text-align: justify;
}

.text-3 .text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #101828;
    text-align: justify;
}

.text-4 {
    margin-bottom: 5vh;
}

.text-4 .text {
    padding: 5vh 5vw;
}

.text-4 .text h1 {
    /* font-size: 56px; */
    font-weight: 700;
    margin-bottom: 2vh;
    text-align: right;
}

.text-4 .text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #101828;
    text-align: justify;
}

.query::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80vh;
    /* left: -242.16px; */
    /* top: 266vh; */
    background: rgba(57, 171, 72, 0.2);
    filter: blur(160px);
    z-index: -1;
}


body::before {
    content: none;

}

.text-img .p-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-left {
    animation: fade-left 1s ease-in-out;
}

.active.fade-right {
    animation: fade-right 1s ease-in-out;
}

@keyframes fade-left {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



