.header-section {
    background-image: url(images/header-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
    padding-top: 48px;
    padding-bottom: 48px;
}

.header-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}
.header-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
#form-box {
    width: 80%;
    float: right;
}
.header-form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #231F20;
}
.features-list {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #4B4A4A;
}
.custom, #Submit {
    padding: 14px;
}

.feature-title{
    font-weight: 700;
    color: #231F20;
}
.feature-paragraph{
    font-weight: 400;
    color: #4B4A4A;
}
.feature-title,
.feature-paragraph {
    font-size: 16px;
    line-height: 26px;
}
.quote-container {
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
}
.quote-container::after {
    content: '';
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    bottom: -0.75rem;
    left: 10%;
    transform: rotate(45deg);
    border-radius: 0 0 7px 0;
}
.demo-container {
    background-image: url(images/demo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer {
    background-image: url(images/footer-bg-left-01.svg), url(images/footer-bg-right-01.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: left center, right center;
}
.pink-varify {
    display: flex;
}
.badges-home {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.badge-container {
    padding:0 5rem;
}
.footer-contact-info {
    display: flex;
}
.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.iti__flag {background-image: url("https://infraon.io/assets/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {background-image: url("https://infraon.io/assets/img/flags@2x.png");}
}

@media (max-device-width: 991px){
    .header-section {
        background-image: url(images/header-bg.webp)!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: left!important;
    }
}

@media (max-device-width: 768px){
    #form-box {
        width: 100%;
        float: none;
        margin-top: 2rem;
    }
    .col-custom-5 {
        width: 50%!important;
    }
}
@media (max-device-width: 520px){
    .pink-varify {
        display: block!important;
    }
    .pink-varify img{
        display: block!important;
        margin-left: auto;
        margin-right: auto!important;
        margin-bottom: 1rem;
    }
    .pink-varify p{
        text-align: center!important;
    }
    .badge-container {
        padding:0;
    }
    .footer-contact-info {
        display: block;
    }
}