/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/


/* header css */

.header-inner {
    backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
}

.global-header .e-con-inner{
    transition: all 0.3s ease;
}

.global-header.elementor-sticky--effects .e-con-inner{
    padding-top: 15px;
    padding-bottom: 15px;
}








/* bottom right side border radius */
.bottom-right{
 --r: 30px;
  --s: 30px;
  --x:29px;
  --y: 36px;
  
  border-radius: var(--r) !important;
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

/* top left inverse border-radius*/

.top-left{
    --r: 15px;
  --s: 15px;
  --x: 25px;
  --y: 25px;
  background: #3FB8AF;
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}

/* Bottom left inverse border css */

.bottom-left{
     --r: 30px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 35px; /* horizontal offset (no percentage) */
  --y: 35px; /* vertical offset (no percentage) */
  border-radius: var(--r) !important;
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(from 180deg at var(--r) calc(100% - var(--r)),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 100% var(--_m),
    0 calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 100%,#0000 99%,#000 calc(100% + 1px)) 
     calc(var(--r) + var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

/* Top Right inverse border css */

.top-right{
     --r: 30px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 35px; /* horizontal offset (no percentage) */
  --y: 35px; /* vertical offset (no percentage) */
  border-radius: var(--r) !important;
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}


/* solution grid css home page */

.solution-grid .elementor-grid > div.e-loop-item:nth-of-type(2n) .elementor-element {
    background-color: #fff !important;
}

.solution-grid .elementor-grid > div.e-loop-item:nth-of-type(2n) .elementor-element h2{
    color: #222222;
}

.arw-btn:hover .elementor-icon svg path{
    fill: #fff;
}

/* Scroll button at banner css  */

#scrollButton{
    cursor: pointer;
}

/* insights cards css */
.insight-card:hover .arw-btn .elementor-icon{
    background-color: #222222;
}
.insight-card:hover .arw-btn .elementor-icon svg path{
    fill: #fff;
}
/*  */

/* Footer background garduent */

.footer{
    background: linear-gradient(90deg, #434343 50%, #222222 50%, #434343 50%);
}
/*  */

/* css for global button */

.global-btn .elementor-button-icon{
    font-size: 22px;
}

.global-btn .elementor-button-icon svg {
    transition: all 0.3s ease;
}

.global-btn .elementor-button:hover .elementor-button-icon svg path{
    fill:#222222;
}

.global-btn .elementor-button:hover .elementor-button-icon svg{
    transform: rotate(45deg);
}



/* lets begin form css */


.contact-form .gfield .ginput_container select,
.contact-form .gfield .ginput_container input{
    height: 80px;
    border-radius: 20px;
    padding: 0px;
    padding-left: 30px;
    font-family: 'Space Grotesk',sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: left;
color: #5c5c5c;
}


.contact-form.sample-form .gfield .ginput_container input,
.contact-form.sample-form .gfield .ginput_container select{
	 height: 60px;
}

.contact-form .gfield .ginput_container textarea{
    height: 153px;
    font-family: 'Space Grotesk',sans-serif;
       border-radius: 20px;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: left;
color: #5c5c5c;
    padding-top: 25px;
    padding-left: 30px;
    resize: none;
}



.contact-form .gfield .ginput_container select{
    padding-top:25px;
    
}



.contact-form .gform_fields {
    row-gap: 20px !important;
    column-gap: 20px !important;
}


.contact-form .gfield .ginput_container select:focus,
.contact-form .gfield .ginput_container input:focus,
.contact-form .gfield .ginput_container textarea:focus{
    outline: none;
    border-color: #222;
}

.contact-form button#gform_submit_button_1{
    padding: 17px 88px 17px 68px;
        background-color: #222222;
        border: 2px solid #222222;
        color: #fff;
        border-radius: 20px;
        font-family: "Space Grotesk", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        position: relative;
}

.contact-form button#gform_submit_button_1:hover{
    background-color: transparent;
    color: #222222;
}

.contact-form button#gform_submit_button_1 span{
    position: relative;
}

.contact-form button#gform_submit_button_1 span::before{
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 23.5L0.25 21.05L17.05 4.25H2V0.75H23V21.75H19.5V6.7L2.7 23.5Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: auto;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}



.contact-form button#gform_submit_button_1:hover span::before{
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 23.5L0.25 21.05L17.05 4.25H2V0.75H23V21.75H19.5V6.7L2.7 23.5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}




#gform_1_validation_container{
    display: none !important;
}


/* Ol padding css for normal text editor */
.normal-paragraph p{
	word-break:break-all !important;
}
.normal-paragraph ol{
    padding: 0px;
    padding-left: 33px;
}

.normal-paragraph ol li{
    margin-bottom: 30px;
}




/* media query */


/* @media only screen and (min-width: 1201px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
} */




@media screen and (max-width:1500px){
    .contact-form .gfield .ginput_container select,
.contact-form .gfield .ginput_container input{
    height:60px;
}
.contact-form .gfield .ginput_container select{
    padding-top:15px;
    
}
}



@media screen and (max-width:1200px){
    .contact-form .gfield .ginput_container select,
.contact-form .gfield .ginput_container input{
    height:60px;
}
.contact-form .gfield .ginput_container select{
    padding-top:15px;
    
}

}


@media screen and (max-width:1024px) {
    .top-right{
          --r: 30px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 20px; /* horizontal offset (no percentage) */
  --y: 20px; /* vertical offset (no percentage) */
    }

    .bottom-left{
         --r: 30px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 20px; /* horizontal offset (no percentage) */
  --y: 20px; /* vertical offset (no percentage) */
    }
}

@media screen and (max-width:767px){
.bottom-right {
        --r: 30px;
        --s: 30px;
        --x: 13px !important;
        --y: 17px !important;
    }

    .top-left {
        --r: 15px;
        --s: 15px;
        --x: 15px;
        --y: 15px;
    }

    .top-right {
        --r: 16px;
        /* the radius */
        --s: 20px;
        /* size of inner curve */
        --x: 3px;
        /* horizontal offset (no percentage) */
        --y: 3px;
        /* vertical offset (no percentage) */
    }

    .bottom-left {
               --r: 16px;
        --s: 20px;
        --x: 3px;
        --y: 3px;
    }

        .global-btn .elementor-button-icon {
            font-size: 14px;
        }



            .contact-form .gfield .ginput_container select,
.contact-form .gfield .ginput_container input{
    height:40px;
    border-radius:5px;
    padding-left:20px;
    font-size:15px;
}
.contact-form .gfield .ginput_container select{
    padding-top:4px;
  
}
.contact-form .gfield .ginput_container textarea{
    padding-left:20px;
    padding-top:20px;
    font-size:15px;
    border-radius:5px;
}

.contact-form .gform_fields {
    row-gap: 7px !important;
    column-gap: 20px !important;
}

.contact-form button#gform_submit_button_1{
    padding:10px 30px 10px 20px;
    font-size:15px;
    width:100%;
    
}
.contact-form button#gform_submit_button_1 span::before{
    height:10px;
    width:10px;
    background-size:contain;
    right:-15px;
}


.normal-paragraph ol{
    padding-left: 20px;
}


}

