/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Template: kadence

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

@font-face {
    font-family: 'BDO-Grotesk';
    font-style: normal;
    font-weight: 300;
    src: local('BDO-Grotesk-Light'), url('./assets/fonts/bdo-grotesk/Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BDO-Grotesk';
    font-style: normal;
    font-weight: 400;
    src: local('BDO-Grotesk-Regular'), url('./assets/fonts/bdo-grotesk/Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BDO-Grotesk';
    font-style: normal;
    font-weight: 500;
    src: local('BDO-Grotesk-Medium'), url('./assets/fonts/bdo-grotesk/Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BDO-Grotesk';
    font-style: normal;
    font-weight: 600;
    src: local('BDO-Grotesk-DemiBold'), url('./assets/fonts/bdo-grotesk/DemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BDO-Grotesk';
    font-style: normal;
    font-weight: 800;
    src: local('BDO-Grotesk-Bold'), url('./assets/fonts/bdo-grotesk/Bold.ttf') format('truetype');
    font-display: swap;
}

:root {
    --font-family: "BDO-Grotesk", Sans-Serif !important;
    --white-color: #FFFFFF;
    --primary-color: #370077;
    --secondary-color: #1DC1F6;
    --secondary-color-light: #8100ff;
    --heading-bright-color: #001A54;
    --text-color: #131313;
    --light-bg: #F5F0FF;
}

body {
    font-family: unset !important;
    background: var(--white-color) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
}

p,
span,
b,
a,
label,
input,
textarea,
ul li,
div,
select {
    font-family: var(--font-family);
}

.entry-content-wrap {
    padding: 0rem !important;
}

.entry.single-entry {
    box-shadow: unset !important;
}

.spacer-200 {
    height: 200px;
}

.spacer-100 {
    height: 100px;
}

.spacer-50 {
    height: 50px;
}

.spacer-30 {
    height: 30px;
}

.content-bg, body.content-style-unboxed .site {
    background: unset !important;
}

.kadence-sticky-header.item-at-start .main-navigation .primary-menu-container > ul > li:not(.current-menu-item) > a {
    color: var(--white-color);
}

.kadence-sticky-header.item-at-start .main-navigation .primary-menu-container > ul > li:not(.current-menu-item) > a:hover {
    color: var(--primary-color);
}

.kadence-sticky-header.item-at-start .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    color: var(--primary-color);
}


/* when header is sticky */

.kadence-sticky-header.item-is-stuck .site-header-main-section-right .header-button {
    color: var(--white-color) !important;
    background: var(--secondary-color) !important;
}

#clead-hero {
    padding-top: 100px;
}

.clead-hero-style {
    background: 
        url('/wp-content/uploads/2024/12/hero_top_right.png') no-repeat,
        url('/wp-content/uploads/2024/12/hero_bot_left.png') no-repeat,
        linear-gradient(90deg, rgba(129, 0, 255, 1) 100%, rgba(29, 193, 246, 1) 100%);
    background-position: top right, bottom left;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, no-repeat;
}

/* .clead-hero-style {
    position: relative;
    background: linear-gradient(90deg, rgba(129, 0, 255, 1) 0%, rgba(29, 193, 246, 1) 100%);
    background-size: cover;
    overflow: hidden;
}

.clead-hero-style::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('/wp-content/uploads/2024/12/hero_top_right.png') no-repeat;
    background-size: contain;
    pointer-events: none;
}

.clead-hero-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: url('/wp-content/uploads/2024/12/hero_bot_left.png') no-repeat;
    background-size: contain;
    pointer-events: none;
} */

.clead-hero-style-smaller {
    background-size: 15%, 15%, cover;
}

.secondary-color-text {
    color: var(--secondary-color) !important;
}

.footer-widget-area p {
    font-size: 14px;
    color: var(--text-color);
}

.footer-widget-area h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-bright-color);
}

.footer-widget-area ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px !important;
}

.footer-widget-area ul li {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-widget-area ul li a {
    text-decoration: none;
    color: var(--text-color) !important;
}

.footer-widget-area ul li a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.clead_lists {
    margin-top: 30px;
}

.clead_lists ul {
    list-style: none;
    padding: 0;
    margin-left: 0px;
}

.clead_lists ul li {
    background-image: url('/wp-content/uploads/2024/12/list_arrow.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 0 9px;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 20px;
}

.clead_lists ul li span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.carousel-slider .carousel-slider__item {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 60px;
}

/* .carousel-slider .owl-item {
    height: 60px;
} */

.carousel-slider .carousel-slider__item img {
    object-fit: scale-down;
}

.outreach-box .fl-col-content {
    height: 290px;
}

.reviews_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.reviews_container .review_item {
    background-color: var(--light-bg);
    border-radius: 24px;
    padding: 20px;
}

.reviews_container .review_item .reviewer {
    display: flex;
}

.reviews_container .review_item .reviewer div:nth-child(1) {
    height: 48px;
    width: 48px;
}

.reviews_container .review_item .reviewer div:nth-child(1) img {
    border-radius: 50%;
}

.reviews_container .review_item .reviewer div:nth-child(2) {
    padding-top: 5px;
    margin-left: 10px;
}

.reviews_container .review_item h6 {
    font-size: 16px;
    color: var(--heading-bright-color);
    font-weight: 600;
    line-height: 10px;
}

.reviews_container .review_item span {
    font-size: 12px;
    color: var(--text-color);
    font-weight: 400;
}


.reviews_container .review_item p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 24px;
}

.faq_container .faq_item {
    border: 1px solid #EDEDF7;
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.faq_container .faq_item.active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.faq_container .faq_item .faq_answer {
    display: none;
}

.faq_container .faq_item.active .faq_answer {
    display: block;
}

.faq_container .question_head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq_container .question_head h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-bright-color);
}

.faq_container .question_head div:nth-child(1) {
    width: calc(100% - 40px);
}

.faq_container .question_head div:nth-child(2) {
    width: 30px;
}

.faq_container .question_head div:nth-child(2) img {
    width: 24px;
    height: 24px;
}

.faq_container .faq_item .faq_answer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);
}

.slider_navs {
    display: flex;
}

.slider_nav_inactive {
    display: none;
}

.team_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.team_container .team_item {
    background-repeat: no-repeat !important;
    border-radius: 16px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.team_container .team_item .team_content {
    padding: 20px 15px 30px 15px;
}

.team_container .team_item .person_name h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 10px;
    color: var(--white-color);
}

.team_container .team_item .person_designation {
    display: none;
}

.team_container .team_item.active .person_designation {
    display: unset;
}


.person_designation p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white-color);
}

.pricing_switch {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pricing_switch span {
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
}

.pricing_switch div {
    height: 30px;
}

.pricing_switch div:not(:last-child) {
    margin-right: 15px;
}

.pricing_switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.pricing_switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 48px;
	height: 24px;
	background: var(--white-color);
	display: block;
	border-radius: 24px;
	position: relative;
    margin-top: -24px;
}

.pricing_switch label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: var(--secondary-color-light);
	border-radius: 20px;
	transition: 0.3s;
}

.pricing_switch input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.pricing_switch label:active:after {
	width: 28px;
}

.price-box-container .price-box h4 span.time-indicator {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color) !important;
}

/* pricing plan */

.price-box-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 30px;
}

.price-box-container .price-box {
    border: 1px solid #EDEDF7;
    border-radius: 16px;
    padding: 20px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding: 16px;
}

.price-box-container .price-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
}

.price-box-container .price-box:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.price-box-container .price-box h4 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: var(--secondary-color);
}

.price-box-container .price-box p.plan-desc {
    margin-top: 0px;
}

.price-box-container .price-box h4 span.time-indicator{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color) !important;
}

.price-box-container .price-box .price-box-features {
    padding-top: 5px;
}

.price-box-container .price-box ul {
    list-style: none;
    padding: 0;
    margin-left: 0px;
    margin-top: 20px;
}

.price-box-container .price-box ul li {
    background-image: url('/wp-content/uploads/2024/12/check.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 6px;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.price-box-container .price-box ul li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
}

.price-box-container .price-box ul li:not(:last-child) {
    border-bottom: 1px solid #EDEDF7;
}

.price-box-container .price-box .price-box-button {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 32px;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.price-box-container .price-box .price-box-button a {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.price-box-container .price-box .price-box-button:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

.price-box-container .price-box .price-box-button:hover a {
    color: var(--white-color);
}

/* plan compare */

.plan-compare-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.plan-compare-container .plan-compare {
    border: 1px solid #EDEDF7;
    border-radius: 16px;
    padding: 20px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding: 16px;
}

.plan-compare-container .compare-image {
    border-color: transparent;
    grid-template-rows: auto;
}

.plan-compare-container .compare-image .compare-info {
    display: flex; /* Enable flexbox */
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    height: 100%; /* Ensure it fills the parent height */
}

.plan-compare-container .plan-compare p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
}

.plan-compare-container .plan-compare:not(.compare-image):hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.plan-compare-container .plan-compare h4 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: var(--secondary-color);
}

.plan-compare-container .plan-compare .plan-compare-button {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 32px;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.plan-compare-container .plan-compare .plan-compare-button a {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.plan-compare-container .plan-compare .plan-compare-button:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

.plan-compare-container .plan-compare .plan-compare-button:hover a {
    color: var(--white-color);
}

.compare_table {
    margin-top: 30px;
}

.compare_table table {
    border-collapse: collapse;
    width: 100%;
}

.compare_table table tr {
    width: 100%;
    height: 80px;
}

.compare_table table tr th,
.compare_table table tr td {
    border: 1px solid #EDEDF7;
    padding: 10px;
    width: 25%;
}

.compare_table table tr td span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.compare_table table tr td:not(:first-child) div.feature-indicator {
    display: flex;
    justify-content: center;
}


.compare_table table tr:nth-child(odd){
    background-color: #FBFBFB;
}

.compare_table table tr:hover {
    background-color: #FBFBFB;
}

.mobile-compare-head-row {
    display: none;
}

.clead-form {
    width: 100%;
}

.clead-form .form-row {
    display: flex;
    justify-content: space-between;
}

.clead-form .form-row div {
    width: 49%;
}

.clead-form .full-row div {
    width: 100%;
}

.clead-form .form-row div label,
.clead-form .form-row div label input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.clead-form .form-row div label input {
    height: 56px;
}

.clead-form .form-row div label textarea {
    height: 130px;
}

.clead-form .form-row div label input,
.clead-form .form-row div label textarea {
    border: 1px solid #EDEDF7;
    border-radius: 8px;
    margin-top: 8px;
}

.clead-form .submit-row input {
    width: 150px;
    height: 56px;
    border-radius: 32px;
    background-color: var(--secondary-color-light);
    color: var(--white-color);
    border-color: var(--secondary-color-light);
    font-size: 16px;
    font-weight: 400;
}

.clead-form .submit-row input:hover {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
