/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

span.blue {
    display: inline-block;
    background: #0036AF;
    padding: 0 10px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 45%);
    font-weight: 700;
}
span.white {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0px 9px 5px rgb(0 0 0 / 15%);
    position: relative;
}
span.white:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -110px;
    background: url(/wp-content/uploads/2024/08/love-1.png)no-repeat center;
    width: 50%;
    height: 100%;
    background-size: contain;
}
div#banner-sub .elementor-heading-title {
    position: relative;
    display: inline-block;
}
div#banner-sub .elementor-heading-title:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -50px;
    border: 1px solid #870ca5;
    width: 40px;
}
.sticky_btn a {
    writing-mode: vertical-lr;
    transform: rotate(
180deg
);
    font-size: 20px;
    background-color: #870ca5;
    color: #fff !important;
    display: inline-block;
    height: 220px;
    text-align: center;
    width: 48px;
    padding: 13px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    font-family: 'Inter';
    transition: .4s all ease;
    font-weight: 600;
}
.sticky_btn {
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}
.sticky_btn a:hover {
	background: #0036af;
}
.sec-2:hover img {
    transform: scale(1.5);
}
div#referral-sec label.wpforms-field-label {
    color: #000;
    font-size: 18px !important;
    font-weight: 500;
}
div#referral-sec h2 {
    color: #0036af;
    font-size: 32px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 26px !IMPORTANT;
}
div#referral-sec input, div#referral-sec textarea {
    border-color: #000 !important;
    border-radius: 0 !important;
}
div#referral-sec input::placeholder, div#referral-sec textarea::placeholder, div#referral-sec label.wpforms-field-label-inline {
    color: #000 !important;
}
div#referral-sec button#wpforms-submit-319 {
    background-color: #870ca5;
    color: #fff !important;
    display: block;
    margin: 0 auto;
    border-color: #870ca5;
    width: 200px !important;
    height: 60px !IMPORTANT;
    letter-spacing: 2px;
    border-radius: 50px !important;
    text-transform: uppercase;
    margin-top: 30px !important;
}
div#referral-sec button#wpforms-submit-319:hover {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
div#referral-inner {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 50px;
}
div#hover-sec .animated-slow:hover {
    background: #870ca5;
}
div#hover-sec .animated-slow:hover h4 {
    color: #fff;
}
div#hover-sec .animated-slow:hover img {
    filter: brightness(0) invert(1);
}
div#hover-sec .animated-slow:hover p {
    color: #fff;
}
div#hover-sec .animated-slow:hover a {
    color: #fff;
}
.link-hover:hover {
    box-shadow: 0 0 15px #0000004d;
    transition: .6s ease all;
}
.link-hover {
    padding: 5px 20px;
}
@media screen and (max-width: 1000px) {
  .sticky_btn a {
		font-size: 14px !important;;
		height: 140px !important;
		width: 38px !important;
		padding: 8px !important;
		transform: rotate(360deg);
	}
	.sticky_btn {
		right: 0 !important;
		transform: translate(92%) !important;
	}
	div#nav-mob .rkit-responsive-mobile {
    	width: 420px !important;
    	left: -38px !important;
	}
	div#referral-sec h2 {
    	font-size: 18px !important;!I;!;
	}
	div#referral-sec label.wpforms-field-label {
    	font-size: 14px !important;
	}
}