#ite-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.fa-circle-xmark{
    position: absolute;
    top: 2%;
    font-size: 2rem;
    right: 2%;
    cursor: pointer;
    color: black;
}
#ite-popup {
    position: absolute;
    height: 43rem;
    width: 55rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ccd9df;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    
}

#ite-popup .left {
    
    width: 50%;
    height: 100%;
    display: block;
}

#ite-popup .left .process {
    
    height: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ite-popup .left .process .steps {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.step-1,
.step-2,
.step-3 {
    
    width: 100%;
    height: 30%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-inner {
    height: 80%;
    
    width: 50%;
    display: flex;
    align-items: center;
}

.step-class {
    
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 7px;
}

.step-class-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fa-chevron-right {
    font-size: 3rem;
    
}

.step-class i {
    font-size: 2rem;
}

.head-top {
    padding-left: 110px;
    color: black;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.2rem;
}

#ite-popup .left .cont-info {
    height: 30%;
    width: 100%;
}

#ite-popup .left .cont-info .dotted {
    border: 2px dashed var(--nav-color);
    margin: 0 20px;
}

#ite-popup .left .cont-info .left-bot {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-direction: column;
    font-family: 'Lexend Deca', sans-serif;
    color: black;
    padding: 2px;
    gap: 1.5rem;
}

.fa-square-phone,
.fa-envelope {
    font-size: 25px;
    color: orange;
}

#ite-popup .left .cont-info .left-bot .contact-info {
    width: 100%;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
}

#ite-popup .middle {
    margin: 2.5rem 0;
    border: 2px solid var(--nav-color);
}

#ite-popup .right {
    width: 50%;
    height: 100%;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    color: black;
}

#ite-popup .right .right-top {
    height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}
#ite-popup .right .right-top img{
    object-fit: cover;
    width: 40%;
    height: 40%;
}
#ite-popup .right .right-top .right-top-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lexend Deca', sans-serif;
    width: 100%;
    font-size: 1.2rem;
}
#ite-popup .right .right-top .right-top-inner p{
    font-size: 15px;
}
#ite-popup .right .right-middle {
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 1.5rem;
}
#ite-popup .right .right-middle form{
    padding: 0 5px;
    padding: 0 5px;
    font-family: 'Lexend Deca', sans-serif;
}
#ite-popup .right .right-middle form .box{
    width: 90%;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
}

#ite-popup .right #ite-popup h2 {
    margin-top: 0;
}

#ite-popup input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#holiday-patch.active{
    opacity: 1;
}