/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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 */

.form-group input, .form-group select, .form-group textarea {
    border: 1px solid #fc6c2d;
    padding: 10px 12px;
    margin-bottom: 0;
    height: 44px;
    font-size: 12px;
}

.error {
    color: red;
    font-size: 12px;
}
.form-group textarea {
    height: 90px;
    resize: none;
}
button#submit_btn {
    width: 46% !important;
    border-radius: 50px;
    background: #fc6c2d !important;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
    padding: 11px 15px;
    margin-top: 0px; 
    width: 100%;
    max-width: 100%;
}

.conact-custom .elementor-element.elementor-element-b08efc6.elementor-widget.elementor-widget-heading {
    width: 100%;
    display: inline-block;
}

.conact-custom .elementor-element {
    width: 100%;
}

.conact-custom .elementor-element .form-group {
    margin-bottom: 12px;
}
    
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	background-color: #f3f3f8;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #fc6c2d;
}

.elementskit-section-title > span {
    color: #FC6C2D;
    padding: 0px 0px 0px 0px;
    font-size: inherit !important;
}
.contact_form_items p {
    width: 100%;
}
body{
	overflow-x:hidden;
}
.elementskit-post-body .entry-title a, 
.elementor-post__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-slide a.elementor-button {
    background: transparent !important;
}
.swiper-slide a.elementor-button:hover{
	background-color: #FC6C2D !important;
	color: #fff !important;
}
footer .box-body a:hover {
    color: #FC6C2D !important;
}

.workflow_item {
    border: 4px solid transparent;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #fc6c2d, #171624) border-box;
}
.workflow_item:first-child {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0;
    z-index: 1;
}
.workflow_item:nth-child(2) {
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    z-index: 2;
    border-right: 0;
}
.workflow_item:nth-child(3) {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0;
}
.workflow_item:last-child {
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 20px 20px;
}
.workflow_item:first-child:before, 
.workflow_wrap:before {
    content: '';
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    bottom: 0;
    top: auto;
    outline: 3px solid #fc6c2d;
}
.workflow_wrap:last-child:before {
    bottom: auto;
    top: 0;
    left: auto;
    right: 5px;
    z-index: 1;
    outline: 3px solid #171624;
}
.workflow_item:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/processing.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
.workflow_item:nth-child(2):after, 
.workflow_item:last-child:after{
    bottom: -27px;
    top: auto;
}
.workflow_item:nth-child(2):before, 
.workflow_item:last-child:before, 
.workflow_item:nth-child(3):before {
    content: '';
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 0px 0 0px 20px;
    left: -4px;
    position: absolute;
    bottom: -4px;
    top: auto;
    border: 4px solid #171624;
    border-top: 0;
    border-right: 0;
    outline: none;
}
.workflow_item:nth-child(3):before {
    left: -25px;
    z-index: 2;
    border-radius: 0px 0 20px 0px;
    bottom: -18px;
    border-left: 0;
    border-right: 4px solid #fc6c2d;
}

.meta_verse_item .ekit-heading--title {
    background: linear-gradient(134deg, #000, #000 10%, #000 16%, #fc6c2d 20%, #fc6c2d 26%, #f25700 42%, #f1c304 51%, #181717 86%, #181817 96.403%);
    -webkit-background-clip: text;
    background-clip: text; /* Add standard support */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; /* Add standard support */
    background-size: 200% auto;
    animation: 7s cubic-bezier(0.65, 0.05, 0.36, 1) infinite gradient-text;
}

@keyframes gradient-text {
    0%, 100% {
        background-position: 0 100%;
    }

    50% {
        background-position: 200% 0;
    }
}

.elementor-post__read-more-wrapper .elementor-post__read-more {
    background: transparent;
    border: 1px solid #FC6C2D;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
    line-height: 1.2em;
}
nav.elementor-pagination>* {
    background: transparent;
    border: 1px solid #FC6C2D;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
    line-height: 1.2em;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FC6C2D !important;
}
.elementor-post__read-more-wrapper .elementor-post__read-more:hover, 
nav.elementor-pagination>*:hover, 
nav.elementor-pagination>*.current {
    background: #FC6C2D;
    border: 1px solid #FC6C2D;
    color: #fff !important;
}
.elementor-post-date {
    font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
}
.wpcf7-not-valid-tip{
 font-size: 14px !important;   
}

h2.elementor-heading-title.elementor-size-default span{
        color: #fc6c2d;
}

.tabs-sec p {
    font-family: "Poppins", Sans-serif;
}
.tabs-sec h3 {
    font-family: "Poppins", Sans-serif;
}

.case-study-tabs button.tab-button:focus {
    border-bottom: 2px solid #fc6c2d;
    color: #fc6c2d !important;
    background: transparent;
}
.workflow_item-five {
    border: 4px solid transparent;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #fc6c2d, #171624) border-box;
}
.workflow_item-five:first-child {
    border-radius: 0px 0px 20px 20px;
    border-top: 0;
    z-index: 1;
    border-right: 0;
}
.workflow_item-five:first-child::before {
    content: '';
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    bottom: auto;
    top: 0;
    outline: 3px solid #fc6c2d;
}


/*.workflow_item-five:nth-child(2)::before {*/
/*    content: '';*/
/*    background: #fff;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    border-radius: 20px 0px 0px 0px;*/
/*    left: -4px;*/
/*    position: absolute;*/
/*    top: -11px;*/
/*    border: 4px solid #171624;*/
/*    border-top: 0;*/
/*    border-right: 0;*/
/*    outline: none;*/
/*}*/


/*.workflow_item-five:nth-child(2):before, .workflow_item-five:last-child:before, .workflow_item-five:nth-child(3):before {*/
/*    content: '';*/
/*    background: #fff;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    border-radius: 0px 0 0px 20px;*/
/*    left: -4px;*/
/*    position: absolute;*/
/*    bottom: -4px;*/
/*    top: auto;*/
/*    border: 4px solid #171624;*/
/*    border-top: 0;*/
/*    border-right: 0;*/
/*    outline: none;*/
/*}*/
.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    font-size: 15px;
    color: #000;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.workflow_wrap-five.e-con.e-child::after {
    top: 0;
    right: 5px;
    z-index: 1;
    outline: 3px solid #171624;
    content: '';
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
   
    position: absolute;
    bottom: 0;
    outline: 3px solid #fc6c2d;
}

.workflow_item-five:last-child {
    border-top: 0;
    border-radius: 0px 0px 20px 20px;
}


.workflow_item-five:nth-child(2) {
    border-bottom: 0;
    border-radius: 20px 20px 0px 0px;
    z-index: 2;
    border-right: 0;
}
.workflow_item-five:nth-child(2)::after, .workflow_item-five:nth-child(4):nth-child(4)::after {
    z-index: 2;
    content: '';
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 0px 0 20px 0px;
    position: absolute;
    bottom: -18px;
    border: 4px solid #fc6c2d;
    outline: none;
    left: -25px;
    border-top: 0;
    border-right: 0;
    outline: none;
    content: '';
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 0px 0 0px 20px;
    left: -4px;
    position: absolute;
    bottom: -4px;
    top: auto;
    border: 4px solid #171624;
    border-top: 0;
    border-right: 0;
    outline: none;
    left: -25px;
    z-index: 2;
    border-radius: 0px 0 20px 0px;
    bottom: -18px;
    border-left: 0;
    border-right: 4px solid #fc6c2d;
}

.workflow_item-five:nth-child(3):after, .workflow_item-five:last-child::after {
    content: "";
    background: #fff;
    border: 4px solid #fc6c2d;
    position: absolute;
    top: 0px;
    left: -24px;
    width: 24px;
    height: 24px;
    z-index: 2;
    overflow: hidden;
    outline: none;
    border-radius: 0px 20px;
    border-top: 4px solid #171624 !important;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
}

.workflow_item-five:nth-child(3)::before,
.workflow_item-five:last-child::before{
    content: "";
    height: 17px;
    width: 4px;
    position: absolute;
    left: -4px;
    background: #fff;
}
.workflow_item-five:first-child {
    margin-bottom: 0;
}

.workflow_item-five:nth-child(3) {
    border-top: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    border-right: 0;
}

.workflow_item-five:nth-child(4) {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0;
    border-right: 0;
}

.workflow_item-five:nth-child(3) {
    border-radius: 0px 0px 20px 20px;
}

.workflow_item-five:last-child {
    margin-bottom: 0;
}
.android-sec .ekit-heading__description p {
    margin-bottom: 12px !important;
}

@media (max-width:767px){
    .turning-sec img.elementskit-testimonial-client-logo {
    width: 100%;
}
    .workflow_wrap-five.e-con.e-child::after {
    display: none;
}

.workflow_item-five:first-child::before {
    display: none;
}

.workflow_item-five {
    border: 0px;
    border-radius: 0px !important;
}

.workflow_item-five:nth-child(2) {
    border-radius: 0px;
}

.workflow_item-five:first-child {border-radius: 0;}

.workflow_item-five:nth-child(2)::after, .workflow_item-five:nth-child(4):nth-child(4)::after {
    border: 0px;
}

.workflow_item-five:nth-child(3):after, .workflow_item-five:last-child::after {
    display: none;
}
    .workflow_item:nth-child(2):before, .workflow_item:last-child:before, .workflow_item:nth-child(3):before {
    display: none;
}

.workflow_item {
    border: 0;
    background: no-repeat;
    padding: 10px;
}

.workflow_item:after {
    display: none;
}

.workflow_item:first-child:before, .workflow_wrap:before {
    display: none;
}
.elementskit-section-title > span {
    display: inline !important;
}
    .turning-sec .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next, .turning-sec .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
        display: grid !important;
    }
}

/*.contact_form_flex {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-left: -15px;*/
/*}*/
/*.contact_form_flex .contact_item {*/
/*    width: 50%;*/
/*    padding-left: 15px;*/
/*}*/


@media (min-width:767px) and (max-width:1024px){
    .ekit-heading__description p {
    margin-bottom: 12px !important;
}

.workflow_wrap-five {
    flex-wrap: wrap;
    display: flex;
}

.workflow_wrap-five .workflow_item-five {
    border: 0px;
    width: 50%;
    border-radius: 0px !important;
}

.workflow_wrap-five.e-con.e-child::after, .workflow_item-five:first-child::before, .workflow_item-five:nth-child(2)::after, .workflow_item-five:nth-child(4):nth-child(4)::after, .workflow_item-five:nth-child(3):after, .workflow_item-five:last-child::after {
    display: none;
}
.elementskit-section-title > span {
    display: inline !important;
}
}
