﻿.left-column {
    background-image: url('../img/airplane-bg.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: #fff;
    padding: 0;
    margin: 0;
}


.banner {
    display: none;
}

.sticky-column {
    position: sticky;
    left: 0;
}

.price {
    color: var(--default-white, #FFF);
    text-align: right;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-danger {
    color: red;
}


.priceLabel {
    color: var(--default-white, #FFF);
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1 {
    color: var(--secondary-dark-color, #54595E);
    font-family: Inter;
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    h1 span {
        color: var(--primary-color, #00A181);
        font-family: Inter;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

.container {
    width: 100%;
}

.mobileLogo {
    display: none;
}


.logo {
    width: 200px;
    margin: 0;
    padding: 20px;
}


.left-column-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: top;
    height: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.right-column {
    position: absolute;
    right: 0;
    padding: 2%;
}

.heading01 {
    color: var(--secondary-dark-color, #54595E);
    font-family: Inter;
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}



.results {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    color: #FFF;
    border-radius: 20px;
    background: var(--primary-color, #00A181);
}

    .results p {
        color: var(--default-white, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0;
    }

    .results h3 {
        color: var(--default-white, #FFF);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 0;
    }

    .results h4 {
        color: var(--default-white, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


.heading02 {
    color: var(--primary-color, #00A181);
    font-family: Inter;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}


.column01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.column02 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-radius: 20px;
    background: var(--primary-color, #00A181);
}

.result {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: solid #fff 1px;
}

h3 {
    color: var(--default-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    color: var(--default-black, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

h6 {
    color: var(--default-black, #000);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-italic {
    color: var(--default-black, #000);
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}



@media only screen and (max-width: 767px) {
    .left-column {
        display: none;
    }

    .mobileLogo {
        display: block;
        width: 200px;
        margin: 0;
        padding: 20px;
    }

    .banner {
        display: block;
        background-image: url('../img/airplane-bg.webp');
        background-size: cover;
        background-position: center;
        height: 50vh;
        width: -moz-available;
        width: -webkit-fill-available;
    }

    h1 {
        text-align: center;
    }
}



.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .form-container h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .form-container h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-item {
    margin-bottom: 20px;
}

    .grid-item label {
        display: block;
        margin-bottom: 5px;
    }

    .grid-item select {
        width: 100%;
        padding: 10px;
        margin-bottom: 5px;
    }

.description {
    font-size: 12px;
    color: #666;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    /* Choose a color similar to the one in the image */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* Responsive design */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.start-w99-10 {
    left: 10px !important;
    width: 99% !important;
}