.mx-642{
    max-width: 820px;
}
.mx-600{
    max-width: 600px;
}
.formHeader{
    background: var(--jet-black);
    padding: 16px 24px;
    border: 1px solid var(--slate-grey);
    border-bottom: none;
    border-radius: 24px 24px 0 0;
}
.formBody{
    background: var(--pure-white);
    padding: 32px 24px;
    border-radius: 0 0 24px 24px;
}
ul li{
    list-style: disc ;
}
ul:not(.navbar-nav){
    padding-left: 30px;
    padding-top: 20px
}
/* Contact form inputs – match image (white bg, light border, rounded) */
.contact-form-ads input.form-input-ads,
.contact-form-ads select.form-select-ads {
    width: 100%;
    background: var(--soft-white) !important;
    border: 1px solid var(--light-gray) !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    color: #1a1a1a !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.contact-form-ads .form-input-ads::placeholder,
.contact-form-ads .form-select-ads option:first-child {
    color: #9e9e9e !important;
}

/* Phone row: country code + number */
.form-row-phone {
    display: flex !important;
    gap: 12px;
}
.country-code-select {
    max-width: 79px;
    flex: 0 0 auto;
    min-width: 90px;
   
}
.contact-form-ads .form-select-ads.form-input-ads{
    appearance: none;
    background-image: url("../../images/arrowdown.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
}
.banner_bg{
    min-height: 700px;
}
.mx-783{
    max-width: 783px;
}
.bg-gradiant-blue{
    background: linear-gradient(173.53deg, #000000 10.58%, #111F80 29.56%, #223DFF 48.53%, #000000 86.47%);
}
.accordion-button.text-white::after{
    filter: brightness(0) invert(1);
}
.mx-760{
    max-width: 760px;
}
.heroBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.sideroundedbutton{
    margin-bottom: 40px;
}
.sideroundedbutton .slick-arrow{
    border-radius: 50%;
    background-color: var(--ink-black);
    border: 1px solid var(--ink-black);
}
.border-ink-black{
    border: 1px solid var(--ink-black);
}
.img72{
    width: 72px;
    height: 72px;
}
.whychoosebox:not(:last-child){
    border-right: none;
}
.gap-0{
    gap: 0 !important;
}
.img40{
    width: 40px;
    height: 40px;
}
@media (max-width: 1700px) {
    .img40{
        width: 32px;
        height: 32px;
    }
    .mx-642 {
        max-width: 700px;
    }
    .mx-600 {
        max-width: 470px;
    }
    .formHeader{
        padding: 12px 16px;
        border-radius: 16px 16px 0 0;
    }
    .formBody{
        padding: 24px 16px;
        border-radius: 0 0 16px 16px;
    }
    .contact-form-ads .form-input-ads, .contact-form-ads .form-select-ads{
        padding: 10px 14px !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        background-position: right 9px center !important;
    }
    .sideroundedbutton {
        margin-bottom: 25px;
    }
    .form-select-ads.form-input-ads{
        background-size: 16px;
    }
    .img72{
        width: 60px;
        height: 60px;
    }
    .img40{
        width: 32px;
        height: 32px;
    }
    .mx-796{
        padding: 0 16px;
    }
}
@media (max-width: 1200px) {
    .grid-4{
        grid-template-columns: repeat(2,1fr);
    }
    .counters-section{
        text-align: center;
    }
    .whychoosebox{
        border-right: 1px solid var(--ink-black) !important;
    }
    .accordion-body {
        text-align: start !important;
    }
    .mobilep16{
        padding: 0 16px !important;
    }
}
@media (max-width: 991.98px) {
    .banner_bg {
        height: 100%;
        padding: 50px 16px;
    }
    .mx-642 .button_blue{
        margin: 0 auto;
    }
}
@media (max-width: 576.98px) {
    .mobilecenter{
        justify-content: center !important;
    }
    .grid-4{
        grid-template-columns: repeat(1,1fr);
    }
}