/* 
Theme Name: Atib Shaikh
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Atib shaikh Wordpress, Woocommerce, SEO, UI UX, Frontend Designer
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
    scroll-behavior: smooth;
}

.whiteSpan span{
    color:#fff;
}
.orangeSpan span{
    color:#FF7237;
}

.headingSpan span{
    font-size:72px;
    line-height:82px;
    font-weight:700;
    color:#FF7237;
}
.rightServiceBox h3.elementor-icon-box-title {
    margin-top: 0 !important;
}
figure.elementor-image-box-img {
    background: #000;
    text-align: center;
    border-radius: 12px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterBox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(24, 26, 24, 1) 0%, rgba(94, 39, 10, 1) 50%, rgba(255, 102, 26, 1) 100%);
    filter: blur(12px);
}

.gradShadow:after {
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(24, 26, 24, 1) 0%, rgba(94, 39, 10, 1) 50%, rgba(255, 102, 26, 1) 100%);
    filter: blur(12px);
    display: inline-block;
    position: absolute;
}

.home-shadow-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.home-shadow-1 {
    position: absolute;
    bottom: -140px;
    right: 0;
}

.footerLinks ul li {
    margin-bottom: 10px;
}
.footerLinks ul {
    column-count: 2;
    padding: 0;
    list-style: none;
}
.serviceBox, .processBox {
    position: relative;
    overflow: hidden;
}
.serviceBox:before {
    background-image: radial-gradient(rgb(255 114 55 / 30%), #ffffff00, #ffffff00);
    height: 100%;
    opacity: 1;
    width: 100%;
    content: '';
    position: absolute;
    transform: translate(40%, -30%);
    border: none;
}
.processBox:before,.processBox:after{
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: none;
    filter: blur(60px);
}

.processBox:before {
    background-image: linear-gradient(130deg, rgba(255, 114, 55, 1) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    top: 0;
}
.processBox:after {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 32%, rgba(255, 114, 55, 1) 100%);
    opacity: 1;
    right: -20px;
    bottom: -20px;
}
.contactForm .elementor-field-type-checkbox input[type="checkbox"] {
    display: none !important;
}
.contactForm span.elementor-field-option.active label{
    background: #FF7237;
    color: #fff;
}
.contactForm span.elementor-field-option.active label{
  color: #fff;  
}
.contactForm span.elementor-field-option label {
    border: 1px solid rgb(17 17 17 / 10%);
    padding: 7px 20px 10px !important;
    display: inline-block;
    background: #F7F7F0;
    border-radius: 30px;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
}
.contactForm .elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
}
.contactForm span.elementor-field-option {
    display: inline-flex;
    width: auto;
}
.contactForm span.elementor-field-option label{
    cursor:pointer;
}

/*reponsive device css*/

@media screen and (max-width: 1024px) {
   .headingSpan span {
        font-size: 62px;
        line-height: 72px;
    } 
}

@media screen and (max-width: 767px) {
    .headingSpan span {
        font-size: 42px;
        line-height: 52px;
    } 
    .removebr br{
        display:none;   
    }
}


