body{
    margin: 0;
    overflow-x: hidden;
}
.color-secondary{
    color:#EBA32A;
}
.navbar{
    border-bottom: 6px solid #EBA32A;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    scroll-behavior: smooth;
}
.navbar-toggler-icon{
    background-image: url('/images/chevron-circle-down-solid.svg');
}
.nav-link{
    font-family: 'Poppins';
    font-size: 16px;
    color: #0062A8;
}
.nav-link:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.dropdown-menu{
    background-color: #0062A8;
}
.dropdown-item{
    color: #fff;
    font-family: 'Poppins';
    letter-spacing: .2px;
    line-height: 1.5em;
}
.dropdown-item:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.digital-marketing-service-hero-section{
    background-image: url('/images/iild-services-banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.digital-marketing-service-heading{
    font-family: 'Poppins';
    line-height: 28px;
    letter-spacing: .2px;
    color: #fff;
}
.services-cards-section{
    width: 100%;
    display: flex;
    background-image: url('../images/IILD\ BANNER.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2%;
    margin: 0;
    flex-wrap: wrap;
}
.card{
    width: 30%;
    margin: 10px 20px;
    border-radius: 10px;
    border: 1px solid #EBA32A;
    padding: 20px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card .btn{
    width: fit-content;
}

.btn-primary{
    background-color: #0062A8;
}
.iild{
    color: #EBA32A;
}
.content-heading{
    font-family: 'Poppins';
    letter-spacing: .2px;
    color: #0062A8;
    font-size: 24px;
}
.content-para{
    font-family: 'Poppins';
    letter-spacing: .2px;
    line-height: 28px;
    font-size: 16px;
}
.quality-delivery-img{
    border-radius: 15px;
}
.digital-marketing-link{
    font-family: 'Poppins';

}
.quality-delivery-section{
    padding: 30px 20px;
}

.form-container{
    background-color: whitesmoke;
    border-radius: 20px;
    border: 1px solid #EBA32A ;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2% !important;
}

.form-title{
    font-family: 'poppins';
    font-weight: bold;
    margin:10px 0 20px;
    color: #EBA32A;
}
.form-label{
    color: #0062A8;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 16px;
}

form .btn-primary{
    background-color: #0062A8;
    width: 150px;
    color: white;
    border:2px solid #0062A8;
}

form .btn-primary:hover{
    background-color: #fff;
    width: 150px;
    color:#0062A8;
    border:2px solid #0062A8;
    font-weight: bold
}

form .btn-secondary{
    background-color:#EBA32A;
    width: 150px;
    color: white;
    border:2px solid #EBA32A;
}

form .btn-secondary:hover{
    background-color: #fff;
    width: 150px;
    color:#EBA32A;
    border:2px solid #EBA32A;
    font-weight: bold;
}


.footer_section{
    background-color: #0062A8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.iild_desc{
    font-family: 'Poppins';
    font-size: 13px;
    color: #fff;
}
.quick_links,.working_hours_heading,.social_heading{
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    line-height: 33px;
}
.quick_link_links,.working_hours_links{
    font-family: 'Poppins';
    color: #fff;
    line-height: 23px;
    letter-spacing: .2px;
    font-size: 13px;
}
.quick_link_links:hover,.working_hours_links:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.fa-home,.fa-phone,.fa-envelope{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}
.address,.phone,.mail{
    font-family: 'Poppins';
    font-size: 13px;
    color: #fff;
}
.fa-facebook-square,.fa-twitter-square,.fa-instagram-square,.fa-linkedin,.fa-whatsapp-square{
    color: #fff;
    font-size: 24px;
}
.fa-facebook-square:hover,.fa-instagram-square:hover,.fa-twitter-square:hover,.fa-linkedin:hover,.fa-whatsapp-square:hover{
color: #EBA32A;
transition: .2s ease-in;
}
.copyright,.important_links{
    font-family: 'Poppins';
    color: #fff;
    font-size: 13px;
}
.important_links:hover{
    color: #EBA32A;
    transition: .2s ease-in;
}
.cta_section{
    background-color: #EBA32A;
}
.cta_heading,.cta_link{
    font-family: 'Poppins';
    color: #fff;
    font-size: 24px;
    letter-spacing: .2px;
}
.cta_link:hover{
    color: #0062A8;
    transition: .2s ease-in;
}

@media screen and (max-width:768px) {
    .card{
        width: 42%;
        display: flex;
        flex-wrap:wrap ;
    }
}
@media screen and (max-width:426px) {
    .card{
        width: 90%;
    }
    p,li{
        font-size: 13px !important;
    }
    form .btn-primary,form .btn-secondary{
        width:fit-content;
        padding: 5px;
        font-size: 13px;
        margin: 10px 20px;
    }

    
}