.hero-pages-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1c1c24;
    color: #fff;
}

.hero-pages-sub-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-pages-container::after{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../assets/images/conf-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.hero-pages-container::before{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 3;
}

.hero-pages-content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    min-height: 70vh;
}

.hero-pages-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-pages-border{
    background-color: #C6D93B;
    width: 10%;
    height: 4px;
    margin: 10px 0 40px;
}

.hero-pages-heading{
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}

.hero-pages-text-container{
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.hero-pages-button{
    margin-top: 20px;
    padding: 10px 20px;
    /* background-color: #C6D93B; */
    border: #C6D93B solid 1px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: all linear 0.2s;
}

.hero-pages-button:hover{
    background-color: #C6D93B;
    color: #000;
}

.hero-pages-image-container{
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-pages-image{
    position: absolute;
    width: 500px;
    height: 400px;
    object-fit: cover;
    object-position: 90%;
    z-index: 4;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

/* benefits */
.carrier-benefits-contaienr{
    padding: 50px 0;
    background-color: #121212;
    color: #FFF;
    overflow: hidden;
}

.benefits-heading{
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: start;
    margin-bottom: 20px;
}

.carrier-sub-benefits{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.carrier-list-container{
    list-style: disc;
    padding: 0 0 0 20px;
}

.carrier-list{
    text-align: justify;
    margin: 10px 0;
}

.carrier-list::marker{
    color: #C6D93B;
}

.benefits-image{
    width: 100%;
}

/* Openings */
.openings-container{
    padding: 80px 0;
    overflow: hidden;
    background-color: #222222;
    color: #FFF;
}

.openings-heading{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.openings-sub-heading{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

.openings-content-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.openings-border{
    background-color: transparent;
    border: #ccc solid 1px;
    padding: 10px;
    border-radius: 15px;
}

.openings-body{
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    border-radius: 4px;
    border-radius: 7px;
}

.openings-body:hover .openings-icons{
    transform: scale(1.1);
}

.openings-footer-body{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.openings-location-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.openings-location-container:hover{
    color: #fff;
}

.openings-button{
    border: none;
    font-size: 16px;
    background-color: #C6D93B;
    color: #000;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 600;
}

.openings-icons{
    width: auto;
    height: 70px;
    transition: all ease 0.4s;
}

.open-location-icon{
    font-size: 20px;
    width: 20px;
}

.openings-location-text{
    margin-bottom: 0;
    font-weight: 500;
}

/* Carrier Form */
.carrier-main-form{
    /* position: fixed; */
    /* width: 100vw;
    height: 100vh; */
    /* z-index: 10; */
    background-color: #000;
    width: 100%;
}

.carrier-form-heading{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}

.carrier-form-container{
    display: block;
    /* position: fixed; */
    /* position: relative; */
    background-color: #000;
    color: #fff;
    /* top: 150px; */
    /* left: calc((100% - 1400px)/2);
    z-index: 10;
    transform: scale(0); */
    /* border-radius: 5px; */
    /* border: #ccc solid 1px; */
    overflow: hidden;
}

.input-main-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.carrier-form-container::backdrop{
    background-color: #000;
    overflow: scroll;
}

.carrier-form-in{
    animation: zoom-in-form 0.5s ease forwards;
}

.carrier-form-out{
    animation: zoom-out-form 0.5s ease forwards;
}

@keyframes zoom-in-form {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes zoom-out-form {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
    }
}

.close-btn{
    position: absolute;
    width: 45px;
    right: 0px;
    top: 0px;
    background-color: #C6D93B;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carrier-heading{
    color: #FFF;
    font-size: 35px;
}

.carrier-sub-heading{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 32px;
}

.carrier-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.input-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.input-label{
    font-size: 18px;
    font-weight: 500;
}

.input-field{
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
}

.input-field::placeholder{
    color: #000;
    font-weight: 400;
}

.input-button{
    padding: 7px 14px;
    font-size: 16px;
    border: none;
    background-color: #C6D93B;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.input-button:hover{
    opacity: 0.9;
}

option{
    color: #000;
    font-weight: 400;
    padding: 5px 10px;
}

.error{
    color: #ff0000;
    font-weight: 700;
}

/* @media screen and (max-width: 1500px) {
} */

@media screen and (max-width: 1439px){
    .hero-pages-image{
        right: -15%;
    }
}

@media screen and (max-width: 1200px) {
    .openings-content-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .carrier-list-container{
        padding-left: 20px;
    }
    .benefits-heading{
        padding-left: 0;
    }
}

@media screen and (max-width: 991px){
    .hero-pages-container::before,
    .hero-pages-container::after,
    .hero-pages-image-container{
        display: none;
    }
    .hero-pages-content-container{
        grid-template-columns: repeat(1, 1fr);
        min-height: 0;
    }
    .hero-pages-border{
        width: 15%;
    }
    .carrier-sub-benefits{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px){
    .openings-content-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .openings-border{
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}

@media screen and (max-width: 575px){
    .input-main-container {
        flex-direction: column;
    }
}