/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Style Start */

html, body {
	overflow-x: hidden !important;
}

p {
	margin-bottom: 0px !important;
}

.general_sans,.general_sans h2, .general_sans span.elementor-icon-list-text, .general_sans h3, .elementor-headline-dynamic-text, .general_sans .elementor-headline-text-wrapper, .general_sans p, .general_sans .elementor-widget-text-editor  {
	font-family: 'General Sans' !important;
}


/* Header Style Start */

.top_menu ul li {
    border-left: 1px solid #ffffff47;
}

.right_menu ul li.menu-item-28 {
    background: #6600F5;
    border-radius: 0 0 20px 0;
}

/* Home Page Style Start */

.swiper-marquee-right-to-left {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-marquee-right-to-left .swiper-wrapper{
	-webkit-transition-timing-function:linear!important;    
	transition-timing-function:linear!important; 
	position: relative;
}
.swiper-marquee-right-to-left .swiper-slide {
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

@keyframes line-slide {
	0% {
		background-position: -5% 0;
	}
	100% {
		background-position: 100% 0;
	}
}

.marquee_row {
	overflow: hidden;
}

.swiper-marquee-right-to-left .swiper-slide {
    color: #FFF;
    font-family: "General Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.36px;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
}

.icon_border_shadow ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    border: 2px solid #fff;
    box-shadow: 0 4px 4px rgba(50, 39, 66, 0.10);
    border-radius: 50px;
}

.btn_row_shadow {
    position: relative;
}

.btn_row_shadow::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    opacity: 0.4;
    background: #6600F5;
    filter: blur(200px);
    left: unset;
    right: 180px;
}

.colum_col {
	position: relative;
}

.colum_col::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 80%;
    background: #000;
    z-index: -1;
    transform: rotate(2deg);
    bottom: -7px;
    top: unset;
    left: unset;
    right: 6px;
	opacity: 0;
	transition: .3s ease-in;
}
.colum_col:hover {
    background: #6600F4 !important;
}

.colum_col:hover h2.elementor-heading-title {
    color: #FFF !important;
}

.colum_col:hover::before{
	opacity: 1;
	transition: .3s ease-in;
}

.swiper-testimonial-left-to-right .swiper-slide {
    border-radius: 20px;
    background: #FFF;
    padding: 70px 30px 30px 30px;
    position: relative;
}

.swiper-testimonial-left-to-right .swiper-slide > p {
    color: #171717;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    margin-bottom: 67px !important;
}

.swiper-testimonial-left-to-right .swiper-slide .details h3 {
    color: #090014;
    font-family: "General Sans";
    font-size: 16.363px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.545px; /* 150% */
    margin-bottom: 0;
}

.swiper-testimonial-left-to-right .swiper-slide .details p {
    color: #090014;
    font-family: "General Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    margin: 0;
}

.swiper-testimonial-left-to-right .swiper-slide img.star {
    margin-bottom: 10px;
}

.swiper-testimonial-left-to-right .swiper-slide::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 65px;
    background: url(https://profitpedal.com/wp-content/uploads/2025/08/Group-1321314435.png);
    top: -31px;
}

.swiper-testimonial-left-to-right {
    padding-top: 30px !important;
}

.swiper-testimonial-left-to-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-testimonial-left-to-right .swiper-wrapper, .swiper-testimonial-right-to-left .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}


@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}


/* Swiper Bottom */

.swiper-testimonial-right-to-left .swiper-slide {
    border-radius: 20px;
    background: #FFF;
    padding: 70px 30px 30px 30px;
    position: relative;
}

.swiper-testimonial-right-to-left .swiper-slide > p {
    color: #171717;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    margin-bottom: 67px !important;
}

.swiper-testimonial-right-to-left .swiper-slide .details h3 {
    color: #090014;
    font-family: "General Sans";
    font-size: 16.363px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.545px; /* 150% */
    margin-bottom: 0;
}

.swiper-testimonial-right-to-left .swiper-slide .details p {
    color: #090014;
    font-family: "General Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    margin: 0;
}

.swiper-testimonial-right-to-left .swiper-slide img.star {
    margin-bottom: 10px;
}

.swiper-testimonial-right-to-left .swiper-slide::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 65px;
    background: url(https://profitpedal.com/wp-content/uploads/2025/08/Group-1321314435.png);
    top: -31px;
}

.swiper-testimonial-right-to-left {
    padding-top: 30px !important;
}

/* Faq */

.faq .e-n-accordion-item-title-text {
    font-family: 'General Sans' !important;
}

.faq details[open] summary, .faq details[open] div[role="region"]  {
    background: #0B001D !important;
}

.faq details[open] summary .e-n-accordion-item-title-text, .faq details[open] div[role="region"] p {
    color: #fff;
}


.faq details[open] div[role="region"] {
    padding-top: 0;
    border-radius: 0 0 20px 20px;
}

.faq details[open] summary {
    padding-bottom: 0;
    border-radius: 20px 20px 0 0;
}

/* Footer Menu Style Start */

.footer_menu ul.elementor-icon-list-items li.elementor-icon-list-item a {
    position: relative;
}

.footer_menu ul.elementor-icon-list-items li.elementor-icon-list-item a::before {
    content: "";
    position: absolute;
    border-radius: 40px;
    background: #6600F5;
    width: 35px;
    height: 4px;
    top: unset;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: .3s ease-in;
}

.footer_menu ul.elementor-icon-list-items li.elementor-icon-list-item a:hover::before {
    opacity: 1;
    transition: .3s ease-in;
}

.footer_menu ul.elementor-icon-list-items li.elementor-icon-list-item {
    width: max-content;
}