/* 
Theme Name:		 uTech Child
Theme URI:		 https://wp.mehedidb.com/utech
Description:	 uTech Child is a child theme of uTech.
Author:			 BDEXPERT
Author URI:		 https://themeforest.net/user/bdexpert/portfolio
Template:		 utech
Version:		 2.0.0
*/

/*
    Add your custom styles here
*/

.social_media_links svg {
    width: 15px;
}

.widget.services-widget {
    margin-top: 1em;
}
.ser_left h1{
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 800;
    text-align: left;
}

.widget.services-widget ul li {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0045FF 0%, #BD29F2 100%);
    margin: 0.5em 0;
    padding: 0.5em;
    color: white;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.widget.services-widget ul li a{
    color: #ffffff;
}

.widget.services-widget ul li:hover{
    margin-left: 10px;
}
.widget.services-widget ul li:hover a{
    color: #ffffff;
}

li.menu-item.menu-item-has-children.mega.has-sub ul.sub-menu {
    max-width: 37em !important;
}

.inquery_form {
    margin: 2em 0;
}
.inquery_form input, .inquery_form textarea{
    margin: 0.3em 0;
    padding: 0.5em;
}
.sidebar-stiky .inquery_form > p{
    margin-bottom: 2em;
}

.inquery_form input.wpcf7-form-control.wpcf7-submit {
    line-height: 1.6;
    color: #ffffff;
    background: #0045ff;
    border: 0;
    letter-spacing: 1px;
    width: 50%;
    margin-right: 0;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.sidebar-sticky {
    position: -webkit-sticky; /* Safari support */
    position: sticky;
    top: 90px; /* Adjust this value as needed */
    height: fit-content;
    margin-bottom: 2em;
}

footer.builder-footer .single__info__box .info__box__icon svg {
    fill: #fff;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span{padding-left: 5px;}