/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body{
	background: #F8F8FA !important;
}
.liner-btn-hov a{
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     background-size: 120% 100%;
}

.liner-btn-hov a:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dark body{
	background-color: #020224 !important;
}
.dark .dialog-widget-content {
	background-color: #020224 !important;
}
.dark .logo svg path:first-child, .dark .logo svg path:nth-child(3) {
    fill: #fff;
}
.dark .main-menu .elementor-item:hover{
	color: #17EAD9 !important;
}
.main-menu .elementor-item.elementor-item-active,
.dark .main-menu .elementor-item.elementor-item-active{
	color: #17EAD9 !important;
}
.nocturne-dark-mode-trigger svg {
    transform: rotate(45deg);
}
.dark .elementor-nav-menu--main .elementor-item {
    color: #fff !important;
    fill: #fff !important;
}
.main-menu .elementor-item::after{
	background-color: #17EAD9 !important;
	bottom: -7px !important;
	width: 0 !important;
	transition: all 0.3s ease-in-out;
} 
.main-menu .elementor-nav-menu--main .elementor-item:hover::after{
	width: 10px !important;
}
.main-menu .elementor-item-active::after,
.dark .main-menu .elementor-item-active::after{
	width: 10px !important;
}
.dark .srch-icn svg path {
    fill: white;
}
.dark .drk-btn span.elementor-button-text {
    fill: #fff;
    color: #fff;
}
.dark .banner {
    background-color: #020224 !important;
}
.dark .banner .elementor-shape .elementor-shape-fill {
    fill: #020224;
}

.grdnt-ttl .elementor-heading-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgba(23, 234, 217, 1) 0%, rgba(96, 120, 234, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.benefits-slider-bx .main-ic-bx{
	height: 100% !important;
}
.dark .benefits-slider-bx .main-ic-bx .elementor-widget-icon-box svg path{
	transition: all 0.3s;
}
.dark .benefits-slider-bx .main-ic-bx .elementor-widget-icon-box:hover svg path{
	fill: #fff !important;
}
.srt-btn a{
	display: block;
	padding: 12px;
}
.benefits-slider-bx .elementor-widget-icon-box{
	height: 100% !important;
}
.benefits-slide .elementor-icon{
	position: relative;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.benefits-slide .elementor-icon:hover{
	opacity: 1;
	box-shadow: 0px 10px 30px rgba(200, 200, 200, 0.2);
}
.benefits-slide .elementor-icon:hover::after{
	opacity: 0 !important;
}

.benefits-slide .elementor-icon::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="27" cy="27" r="26.5" transform="matrix(-1 0 0 1 54 0)" stroke="url(%23paint0_linear_75_227)"/><defs><linearGradient id="paint0_linear_75_227" x1="0" y1="0" x2="57.549" y2="4.09237" gradientUnits="userSpaceOnUse"><stop stop-color="%2317EAD9"/><stop offset="1" stop-color="%236078EA"/></linearGradient></defs></svg>');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    z-index: -1;
    background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.dark .benefits-slider-bx h4,
.dark .benefits-slider-bx p{
	color: #fff !important;
}
.dark .benefits-slider-bx .elementor-widget-icon-box:hover .elementor-widget-container{
	box-shadow: none !important;
} 
.dark .benefits-slider-bx .elementor-widget-icon-box .elementor-widget-container{
	position: relative;
} 

.dark .benefits-slider-bx .elementor-widget-icon-box .elementor-widget-container::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	display: block;
	background: linear-gradient(180deg, #17EAD9 0%, #6078EA 99.89%);
	box-shadow: 0px 60px 60px rgba(165, 173, 187, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
	z-index: -1;
} 
.dark .benefits-slider-bx .elementor-widget-icon-box .elementor-widget-container:hover::after{
	width: 100%;
	height: 100%;
}
.terms-sing-box{
	position: relative;
}
.terms-sing-box a{
    width: 100% !important;
	position: relative;
	overflow: hidden;
}

.terms-sing-box a .elementor-button-text{
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, rgba(23, 234, 217, 1) 0%, rgba(96, 120, 234, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
}
.terms-sing-box{
	position: relative;
	z-index: 1;
}

.terms-sing-box::after{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	background: linear-gradient(152.95deg, #6078EA 0.51%, #3250DB 69.54%);
	box-shadow: 0px 10px 25px #CCD9FF;
	border-radius: 12px;
	transition: all 0.5s ease;
/* 	top: 50%; */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.terms-sing-box:hover:after{
	width: 100%;
	height: 100%;
}
.terms-sing-box h3,
.terms-sing-box h4,
.terms-sing-box .pricing-bx-txt .elementor-widget-container{
	transition: all 0.3s ease;
}
.terms-sing-box:hover h3,
.terms-sing-box:hover h4,
.terms-sing-box:hover .pricing-bx-txt .elementor-widget-container{
	color: #fff !important;
}

.terms-sing-box:hover a{
	background: linear-gradient(94.07deg, #17EAD9 0%, #6078EA 100%);
}
.terms-sing-box:hover a .elementor-button-text{
	-webkit-text-fill-color: unset !important;
    background: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
	color: #fff !important;
}
.terms-sing-box:hover .elementor-icon-list-text{
	color: #fff !important;
}
.terms-sing-box .pricing-ic-bx path{
	transition: all 0.3s ease;
}
.terms-sing-box:hover .pricing-ic-bx path{
	fill: #173EAD !important;
}
.dark .terms-sing-box::after{
	box-shadow: none !important;
}
.faq-bx svg{
    fill: transparent !important;   
}

.faq-bx .e-n-accordion .e-n-accordion-item:not(:last-child){
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.dark .faq-bx .e-n-accordion .e-n-accordion-item:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.faq-bx .e-n-accordion .e-n-accordion-item[open]{
	border-bottom: 1px solid transparent;
}
.faq-bx a{
	color: #7a7a7a;
	text-decoration: underline !important;
}

.dark .faq-bx a{
	color: #fff;
}
.dark .faq-bx .e-n-accordion .e-n-accordion-item-title-text,
.dark .faq-bx .e-n-accordion p{
    color: #fff !important;
}
.dark .about-ic-bx h4,
.dark .about-ic-bx p{
	color: #fff !important;
}

.dark #search-24456cd:focus,
.dark #search-53754ed:focus,
.dark #search-24456cd:placeholder{
	color: #fff !important;
	opacity: 1 !important;
}

.dark #search-24456cd{
	color: #fff !important;
}

/*  Contact Form */

.contact-frm-style input,
.contact-frm-style textarea{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 26px;
	color: rgba(9, 8, 8, 0.50);
    padding: 0 30px 18px 0 !important;
    border-color: #F2F2F2 !important;
    border-width: 0 0 2px 0 !important;
	border-radius: 0 !important;
}
#input_1_1_3_container{
	padding-right: 10px !important;
	margin-bottom: 0 !important;
}
#input_1_1_6_container{
	padding-left: 10px !important;
	margin-bottom: 0 !important;
}
.contact-frm-style input:focus,
.contact-frm-style textarea:focus{
	color: rgba(9, 8, 8, 1) !important;
}
.contact-frm-style textarea{
    height: 91px !important;
    resize: none !important;
}
.contact-frm-style input::placeholder,
.contact-frm-style textarea::placeholder{
    color: #616161 !important;
}
.contact-frm-style input:focus-visible,
.contact-frm-style textarea:focus-visible{
    outline: none !important;
}
.contact-frm-style .gform_heading{
   display: none !important; 
}
.contact-frm-style .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 20px !important;
    grid-row-gap: 28px !important;
}
.contact-frm-style .ginput_container--name span{
    padding: 0 !important;
    margin: 0 !important;
}
.contact-frm-style .ginput_container--name{
/*     gap: 28px !important; */
}

.contact-frm-style .button{
	font-family: 'Inter' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important; 
	line-height: 1 !important;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	width: 100%;
	display: block !important;
	padding: 18px 20px !important;
	background: linear-gradient(94.07deg, #17EAD9 0%, #6078EA 100%);
	border: none !important;
	border-radius: 54px !important;
	margin-bottom: 0 !important;
	    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     background-size: 120% 100%;
}
.contact-frm-style .button:focus{
	color: #fff !important;
}
.contact-frm-style .button:hover{
	    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.contact-frm-style .gform_footer{
	margin-top: 11px !important;
	padding-bottom: 0 !important;
}
.contact-frm-style .gfield {
    position: relative;
}
.contact-frm-style .validation_message {
    position: absolute;
    top: 2px;
    right: 10px;
/*     transform: translateY(-50%); */
    z-index: 1;
    width: 30px !important;
	min-height: 25px !important;
    border-radius: 50px;
    padding: 5px 35px 5px 10px !important;
    overflow: hidden;
    font-size: 0 !important;
    background-color: #fff !important;
	line-height: 1.2 !important;
	cursor: help;
	background: url(https://blogfinbotica.wpcomstaging.com/wp-content/uploads/2024/09/form-alert-ic.png) right center no-repeat #fff !important;
	background-size: 25px !important;
	margin: 0 !important;
	border: 1px solid transparent !important;
	
}
.contact-frm-style .validation_message:hover {
	font-size: 10px !important;
	max-width: calc(100% - 20px) !important;
	width: auto !important;
	border: 1px solid #c02b0a !important;
	transition: all 0.3s ease-in-out;
}
.contact-frm-style .gform_validation_errors{
    border-radius: 30px !important;
    margin-bottom: 30px !important;
}
.contact-frm-style .gform_validation_errors{
	border-radius: 8px !important;
}
.contact-frm-style .gform_ajax_spinner {
	display: none !important;
}
/*  Contact Form*/

.blog-list-bx .elementor-posts-container .elementor-post{
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 20px 15px 8px 15px;
} 
.blog-list-bx .elementor-post__text{
	position: relative;
}
.blog-list-bx .rt-reading-time{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 26px;
	color: #898989;
	padding-left: 20px;
	position: absolute;
	top: 0;
	background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.49396 8.23642L7.54197 6.77244V3.79027C7.54197 3.49042 7.2996 3.24805 6.99975 3.24805C6.69989 3.24805 6.45752 3.49042 6.45752 3.79027V7.04358C6.45752 7.21437 6.53777 7.37542 6.67441 7.47736L8.84326 9.10401C8.93686 9.1745 9.05088 9.21257 9.16805 9.21246C9.33343 9.21246 9.49609 9.13816 9.60238 8.99502C9.78244 8.75587 9.73363 8.41591 9.49396 8.23642Z" fill="%23898989"/><path d="M7 0C3.13996 0 0 3.13996 0 7C0 10.86 3.13996 14 7 14C10.86 14 14 10.86 14 7C14 3.13996 10.86 0 7 0ZM7 12.9156C3.73857 12.9156 1.08443 10.2614 1.08443 7C1.08443 3.73857 3.73857 1.08443 7 1.08443C10.262 1.08443 12.9156 3.73857 12.9156 7C12.9156 10.2614 10.2614 12.9156 7 12.9156Z" fill="%23898989"/></svg>');
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 14px;
}
.blog-list-bx .elementor-post__title{
	padding-top: 36px;
	padding-bottom: 9px;
}
.blog-list-bx .page-numbers{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.blog-list-bx .page-numbers::after{
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: linear-gradient(94.07deg, #17EAD9 0%, #6078EA 100%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.blog-list-bx .page-numbers:hover::after{
	width: 28px;
	height: 28px;
}
.blog-list-bx .page-numbers:hover{
	color: #fff !important;
}
.blog-list-bx .page-numbers.current{
    background: linear-gradient(94.07deg, #17EAD9 0%, #6078EA 100%);
	color: #fff !important;
}
.blog-list-bx .page-numbers.prev,
.blog-list-bx .page-numbers.next{
	font-size: 0;	
}
.blog-list-bx .elementor-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-list-bx .page-numbers.prev::after,
.blog-list-bx .page-numbers.next::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 16px;
}
.blog-list-bx .page-numbers.prev::after{
	background-image: url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.64471 0.420946C7.75733 0.553514 7.84669 0.710979 7.90765 0.884327C7.96862 1.05768 8 1.2435 8 1.43118C8 1.61885 7.96862 1.80468 7.90765 1.97802C7.84669 2.15137 7.75733 2.30884 7.64471 2.4414L2.93089 8.00125L7.64471 13.5611C7.87187 13.829 7.99949 14.1924 7.99949 14.5713C7.99949 14.9502 7.87187 15.3136 7.64471 15.5816C7.41755 15.8495 7.10945 16 6.7882 16C6.46695 16 6.15886 15.8495 5.9317 15.5816L0.35529 9.00431C0.242664 8.87175 0.153311 8.71428 0.0923452 8.54093C0.0313797 8.36758 0 8.18175 0 7.99408C0 7.80641 0.0313797 7.62058 0.0923452 7.44724C0.153311 7.27389 0.242664 7.11642 0.35529 6.98385L5.9317 0.406617C6.39336 -0.137904 7.1709 -0.137904 7.64471 0.420946Z" fill="url(%23paint0_linear_77_1268)"/><defs><linearGradient id="paint0_linear_77_1268" x1="8" y1="0" x2="-0.55807" y2="0.304287" gradientUnits="userSpaceOnUse"><stop stop-color="%2317EAD9"/><stop offset="1" stop-color="%236078EA"/></linearGradient></defs></svg>');
}
.blog-list-bx .page-numbers.next::after{
background-image: url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.355291 0.420947C0.242666 0.553514 0.153312 0.710979 0.0923468 0.884328C0.0313812 1.05768 0 1.2435 0 1.43118C0 1.61885 0.0313812 1.80468 0.0923468 1.97802C0.153312 2.15137 0.242666 2.30884 0.355291 2.44141L5.06911 8.00125L0.355291 13.5611C0.128132 13.829 0.000514428 14.1924 0.000514428 14.5713C0.000514428 14.9502 0.128132 15.3136 0.355291 15.5816C0.582451 15.8495 0.890546 16 1.2118 16C1.53305 16 1.84114 15.8495 2.0683 15.5816L7.64471 9.00431C7.75734 8.87175 7.84669 8.71428 7.90765 8.54093C7.96862 8.36758 8 8.18176 8 7.99408C8 7.80641 7.96862 7.62058 7.90765 7.44724C7.84669 7.27389 7.75734 7.11642 7.64471 6.98385L2.0683 0.406617C1.60664 -0.137904 0.829104 -0.137904 0.355291 0.420947Z" fill="url(%23paint0_linear_77_1267)"/><defs><linearGradient id="paint0_linear_77_1267" x1="0" y1="0" x2="8.55807" y2="0.304287" gradientUnits="userSpaceOnUse"><stop stop-color="%2317EAD9"/><stop offset="1" stop-color="%236078EA"/></linearGradient></defs></svg>');
}
.blog-list-bx article{
/* 	pointer-events: none !important; */
}
.dark .blog-list-bx .page-numbers{
	color: #fff !important;
}

.dark .blog-list-bx ul li,
.dark .blog-list-bx ol li{
	color: #fff;
}

.light-ic, .dark-ic{
	cursor: pointer;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark ol li,
.dark ul li{
	color: #fff !important;
}

.dark .terms-sing-box h3,
.dark .terms-sing-box h4{
	color: #191D23 !important;
}

.dark .terms-sing-box .year-bx h4{
	color: #4B5768;
}
.dark .elementor-post__excerpt p{
	color: #353535 !important;	
}

.dark .e-fas-bars path{
	fill: #fff !important;
}
.dark .terms-sing-box:hover h3,
.dark .terms-sing-box:hover h4{
	color: #fff !important;
}
.dark .terms-sing-box:hover .year-bx h4{
	color: #F7F8F9;
}
.dark .banner .elementor-shape-fill{
	fill: #020224 !important;; 
}
/* Responsive */
@media(min-width: 1025px){
.benefits-slider-bx{
/* 	padding-left: calc((100% - 1164px) / 2) !important;	 */
}
}

@media(max-width: 767px){
	.faq-bx .e-n-accordion .e-n-accordion-item:last-child{
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.dark .faq-bx .e-n-accordion .e-n-accordion-item:last-child{
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
	.benefits-slide .elementor-icon{
    padding: 12px !important;
}
	
/* Contcat Form */
    .contact-frm-style .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 20px !important;
    }
    .contact-frm-style .ginput_container_name {
        gap: 15px !important;
    }
	
    .contact-frm-style .gform_footer.before{
        margin: 0 !important;
        padding: 0 0 !important;
    }
    .contact-frm-style input, 
    .contact-frm-style textarea{
		border-radius: 0 !important;
		padding: 0 15px 15px 0 !important;
    }
    .contact-frm-style .button{
    width: 100%;
    display: block;
    }
    .contact-frm-style .gform_validation_errors {
        border-radius: 15px !important;
        margin-bottom: 20px !important;
    }
	#input_1_1_3_container{
	padding-right: 0 !important;
}
#input_1_1_6_container{
	padding-left: 0 !important;
}
/* Contact Form */
	.blog-list-bx .elementor-post__title {
    padding-top: 30px;
    padding-bottom: 5px;
}
}