/*!
Theme Name: Candid-data
Theme URI: http://underscores.me/
Author: Vishal Kumar
Author URI: https://www.linkedin.com/in/vishal-kumar-599266b7/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: candid-data
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Candid-data is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body {
    overflow-x: hidden;
    overflow-y: auto !important;
    scroll-behavior: smooth;
}

body {
    position: relative;
}

.elementor-section,
.elementor-container,
.elementor-widget-wrap {
    overflow: visible !important;
}

.home4-banner-section {
 
  padding: 108px 0 80px;
}
.sericon {
    width: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}
.team-card .team-img .emoji-area .emoji {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    height: 50px !important;
}
.home2-feature-slider-section .feature-content-wrap, .home2-feature-slider-section .feature-content-wrap h1, .home2-feature-slider-section .feature-content-wrap h2, .home2-feature-slider-section .feature-content-wrap h3, .home2-feature-slider-section .feature-content-wrap h4 {
	color:#fff;
}
.home2-feature-slider-section.f-wrappwe .feature-content-wrap h1, .home2-feature-slider-section.f-wrappwe  .feature-content-wrap h2, .home2-feature-slider-section.f-wrappwe  .feature-content-wrap h3,  .home2-feature-slider-section.f-wrappwe .feature-content-wrap h4, .home2-feature-slider-section.f-wrappwe .feature-content-wrap p{
	color:#000;
}
.home2-feature-slider-section.f-wrappwe  .feature-content-wrap ul{
	margin-bottom:10px;margin-left:15px;
}
.home2-feature-slider-section.f-wrappwe  .feature-content-wrap ul li{
	list-style: disc;
    display: list-item;
    margin-bottom: 6px;
    font-size: 15px;
}
.feature-card3 .feature-content h4{
	font-size: 20px;font-weight: 600;
}
.home6-banner-section .banner-wrapper .banner-content h1{font-size:60px;}
.wpforms-form .wpforms-container .wpforms-form * input[type=text] {
    background: transparent;
    border-style: solid;
    border-width: 0px 0px 2px 0;
    border-color: #ffffff61;
    border-radius: 0;
}
div#wpforms-371, #wpforms-371{margin:0;}
button#wpforms-submit-371, button#wpforms-submit-371 {
    background: #000;
    padding: 0 25px;
}

/* ---------custom style------------ */
.hero-section{
    min-height:100vh;
    padding:70px;
    position:relative;
	background: #fafcfe;
}

.hero-section::before{
    content:'';
    position:absolute;
    width:900px;
    height:900px;
    background:radial-gradient(circle,#ebf8ff 0%,transparent 70%);
    top:-250px;
    right:-250px;
    z-index:-1;
}

.main-wrapper{
    display:flex;
    justify-content:space-between;
    gap:40px;
/*     max-width:1450px; */
    margin:auto;
}

/* LEFT SIDE */

.left-content{
    width:42%;margin-top: 60px;
}

.sub-title{
    font-size:18px;
    letter-spacing:0px;
    color:#16A085;
    font-weight:700;
    margin-bottom:30px;
}

.main-heading{
    font-size:45px;
    line-height:1.08;
    font-weight:700;
    margin-bottom:20px;
}

.main-heading span{
    color:#18B892;
}

.description{
    font-size:18px;
    line-height:1.8;
    color:#000;
    margin-bottom:30px;
}

.cta-area{
    display:flex;
    align-items:center;
    gap:25px;
    margin-bottom:25px;
}

.cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90deg, #1E6BFF, #1DD1A1);
    color: #fff;
    padding: 12px 26px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(32, 108, 255, .25);
}

.grow-text{
    color:#16A085;
    font-size:26px;
    font-family:cursive;
}

.outreach-title{
    font-size:28px;
    margin-bottom:30px;
    font-weight:700;
}

.outreach-grid{
    display:flex;
    gap:25px;
    margin-bottom:30px;
}

.outreach-card{
    width:150px;
    background:#fff;
    border-radius:24px;
    padding:18px 20px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.outreach-card i{
    font-size:35px;
    margin-bottom:8px;
}

.outreach-card:nth-child(1) i{
    color:#0A66C2;
}

.outreach-card:nth-child(2) i{
    color:#18B978;
}

.outreach-card:nth-child(3) i{
    color:#5D7DFF;
}

.outreach-card h4{
    font-size:14px;margin: 0;
}

.feature-box{
    display:flex;
    justify-content:space-between;
    gap:20px;
    background:#fff;
    border-radius:28px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.feature-item{
    flex:1;
    text-align:center;
}

.feature-item .icon{
    width:62px;
    height:62px;
    margin:auto auto 15px;
    border-radius:50%;
    background:#f2fffb;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-item i{
    color:#18B892;
    font-size:24px;
}

.feature-item p{
    font-size:15px;
    line-height:1.1;
}

/* RIGHT SIDE */

.right-content{
    width:62%;
    position:relative;
}

.top-process{
    display:flex;
    justify-content:space-between;
    margin-bottom:40px;
}

.process-card{
    width:180px;
    background:#fff;
    border-radius:24px;
    padding:26px;
    text-align:center;
    position:relative;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.process-card::after{
    content:'';
    position:absolute;
    width:90px;
    border-top:2px dashed #63B3ED;
    top:50%;
    right:-90px;
}

.process-card:last-child::after{
    display:none;
}

.process-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    margin:auto auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.process-card:nth-child(1) .process-icon{
    background:#238BE6;
}

.process-card:nth-child(2) .process-icon{
    background:#17A673;
}

.process-card:nth-child(3) .process-icon{
    background:#6C5CE7;
}

.process-card:nth-child(4) .process-icon{
    background:#16B57A;
}

.process-card h4{
    font-size:14px;
    line-height:1.4;margin:0;
}

.revenue-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:180px;
}

.revenue-circle{
    width:95px;
    height:95px;
    border-radius:50%;
    border:4px solid #2FC48D;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.revenue-circle i{
    font-size:42px;
    color:#2FC48D;
}

.revenue-box h3{
    font-size:14px;
    text-align:center;
    line-height:1.3;
}
.most-popular-badge.badge.bg-primary {
    position: relative;
    top: -48px;
    left: 30%;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
	.hero-section .left-content{
		width:100% !important;
	}
	.hero-section .main-wrapper .right-content{display:none !important;}
	/* Hero */

    .hero-section{
        text-align:center;
    }

    .hero-section h1{
        font-size:42px;
    }

    .company-logos{
        justify-content:center;
    }

    .feature-box{
        text-align:left;
    }

    /* Impact */

    .impact-title{
        font-size:34px;
    }

    /* What You Get */

    .feature-item{
        border-right:0;
        border-bottom:1px solid #eceff5;
        padding:25px 0;
    }

    .section-heading{
        font-size:38px;
    }

    /* Who For */

    .who-card{
        padding:18px;
    }

    /* CTA */

    .cta-box{
        text-align:center;
        padding:45px 30px;
    }

    .cta-img{
        margin-bottom:30px;
    }

    .cta-box h2{
        font-size:36px;
    }

    .cta-box p{
        font-size:18px;
    }

    .cta-btn{
        min-width:100%;
    }

}
@media (max-width:768px){

    .section-title{
        font-size:22px;
    }

    .training-card{
        width:250px;
        flex-shrink:0;
    }
	 .breadcrumb-section .banner-content h1 {
        font-size: 27px;
        margin-bottom: 25px;
    }
    .hero-section{
        padding:30px;
    }

    .main-heading{
        font-size:35px;
    }

    .description{
        font-size:20px;
    }

    .top-process{
        flex-wrap:wrap;
        gap:20px;
    }

    .process-card{
        width:48%;
    }

    .process-card::after{
        display:none;
    }

    .analytics{
        grid-template-columns:1fr;
    }

    .outreach-grid{
        flex-wrap:wrap;
    }

/*     .feature-box{
        flex-direction:column;
    } */
	.home4-process-section{
		margin-top:50px;
	}
	.home4-video-section{
		height:auto;
		min-height:fit-content;
	}
	.home4-video-section video{
		min-height:fit-content;
		height:auto;
	}

}
@media only screen and (max-width: 767px) {
	.main-heading{
		font-size:35px;
	}
	.sub-title {
		font-size: 15px;
		letter-spacing: 0px;
	}
	.feature-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .feature-content h5{
        font-size:22px;
    }

    .feature-content p{
        font-size:16px;
    }

    .section-heading{
        font-size:30px;
    }

    .who-card span{
        font-size:16px;
    }

}
@media(max-width:600px){
	.feature-item {
    /* flex: 1; */
    text-align: center;
    float: left;
    width: 50%;
}
	.feature-box {
        display: inline-block;
    }
}
@media (max-width:576px){

    .hero-section{
        padding:50px 0;
    }

    .hero-section h1{
        font-size:30px;
    }

    .consultation-card{
        padding:25px;
    }

    .cta-box{
        padding:30px 20px;
    }

    .cta-box h2{
        font-size:30px;
    }

    .cta-btn{
        height:64px;
        font-size:18px;
    }

}

@media (min-width: 992px) {
    .mt-lg-30 {
        margin-top: 55px !important;
    }
}

.home4-team-section {
	background:#fff !important;

}