/* Custom styling for hello-child website */

html,
body {
	overflow-x:hidden;
}


.btn-style .elementor-button-icon svg {
    font-size: 16px;
    margin: 0 auto;
}
.btn-style span.elementor-button-icon {
    width: 42px;
    height: 42px;
    border-radius: 50px;
}
.btn-style span.elementor-button-content-wrapper {
    align-items:center;
}
.btn-style a.elementor-button.elementor-button-link.elementor-size-sm span.elementor-button-icon {
    transition: transform 0.5s ease;
}
.btn-style a.elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-icon {
    transform: rotate(-33deg);
}
.ar-yellow-btn span.elementor-button-icon{
	background: #fff;
}
.ar-yellow-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: #FAC96A;
}
span.guide-heading-1 {
    font-size: 126px;
    line-height: 100px;
    color: #111921;
}
span.us-flag img {
    padding-left: 12px;
    padding-right: 8px;
}
span.guide-heading-2 {
    font-size: 176px;
    line-height: 160px;
    color: #111921;
}
.ar-transprent-btn span.elementor-button-icon{
	background: #111921;
}
.ar-transprent-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: #111921;
	color:#fff;
}
.ar-transprent-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-icon {
    background:#46474D;
}
.ar-background-green:after {
    content: '';
    background: url(https://financialenabler.com/wp-content/uploads/2025/06/Frame-1597881715.png);
    background-repeat: no-repeat;
    right: -110px;
    width: 707px;
    top: -100px;
    height: 1080px;
    z-index: -1;
    position: absolute;
}
.yellow-text{
	color:#F7B51E;
}
.ar-back-goal ul.elementor-icon-list-items li {
    background: #111921;
    border-radius: 1234px;
    padding: 12px 30px 12px 30px;
    color: #fff;
}
.ar-testimonial .elementor-testimonial:before {
    content:'';
    background: url(https://financialenabler.com/wp-content/uploads/2025/06/unnamed-file.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 38px;
    position: absolute;
    top: 30px;
}
.ar-yellow-btn.btn-style .elementor-button-icon svg path {
    fill: #1E5631;
}
.ar-sec-form textarea {
    height: 230px;
    resize: none;
    padding-top:20px !important;
}
.ar-sec-form input#form-field-name::placeholder {
    opacity: 1;
}
input#form-field-field_00fec6b::placeholder {
    opacity: 1;
}
input#form-field-email::placeholder {
    opacity: 1;
}
textarea#form-field-message::placeholder {
    opacity: 1;
}
.ar-sec-form input {
    padding-left: 1px !important;
}
.ar-sec-form input:focus {
    outline: none !important;
    box-shadow:none !important;
}
.ar-sec-form textarea:focus {
    outline: none !important;
    box-shadow:none !important;
}
.contact-section-home{
    background: linear-gradient(to bottom, #1E5631 80%, transparent 80%);
}
.subscribe-form input#form-field-email {
    width: 557px;
    padding-left: 20px !important;
    padding-bottom: 10px;
    height: 69px;
}
.subscribe-form .e-form__buttons {
    position:absolute;
    right: -3px;
    top: 5px;
    width: auto !important;
}
.subscribe-form input#form-field-email::placeholder {
    opacity: 1;
}
.copy-right:before {
    content: '' !important;
    width: 1760px !important;
    height: 1px !important;
    background: #D5D4D6;
    top: -10px !important;
}
.copy-right p {
    margin-bottom:0px;
}

.ar-sec-form button.elementor-button span.elementor-button-icon {
    transition: 0.5s;
}
.ar-sec-form.btn-style button.elementor-button.elementor-size-sm:hover span.elementor-button-icon {
    transform: rotate(-33deg) !important;
}

.banner-circle {
  transition: all 0.3s ease;
  animation: rotateImage 7s linear infinite;
}
.image-con {
    overflow: hidden !important;
}
.yotu-playlist .yotu-wrapper-player{
	width: 100% !important;
}
.yotu-player iframe,
img.yotu-video-thumb {
    border-radius: 20px;	
}
a.yotu-video.ytef-grow:hover {
    transform: scale(1) !important;
}
img.yotu-video-thumb,
body .yotu-videos .yotu-video .yotu-video-thumb{
    border-radius: 20px;
}

a.yotu-pagination-next {
    background: #f7b51e;
    color: #1e5631;
    /* border-radius: 0; */
}

span.yotu-pagination-current {
    font-size: 15px;
    color: #1e5631;
    font-weight: bold;
}

span.yotu-pagination-total {
    color: #1e5631;
    font-size: 15px;
    font-weight: bold;
}

h3.yotu-video-title {
    font-size: 20px !important;
    text-align: center;
}
a.yotu-pagination-prev.yotu-button-prs:hover {
    background: #f7b51e;
    color: #1e5631;
}
.cntct-btn a.elementor-item {
    display: none;
}
.yotu-player{
	box-shadow:none !important;
}
.yotu-pagination-top {
    display: none !important;
}
.yotu-videos.yotu-mode-grid h3{
	    color: #1e5631 !important;
}
@keyframes rotateImage {
  0% {
    transform: rotate(0deg); 
  }
  50% {
    transform: rotate(-180deg); 
  }
  100% {
    transform: rotate(-360deg);
  }
}


/* Page Loader Styles */
#page-loader {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;  
    display: flex;
    justify-content: center;
    align-items: flex-end;  
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease, visibility 1s ease; 
	
}

#logo-loader {
    width: 413px;
    height: auto;
    opacity: 0;  
    transform: translateY(0px); 
    animation: logoFadeUp 2s ease forwards;  
    position: relative;
	left: -32.8%;
	transition: transform 0.5s ease, opacity 0.5s ease;  
}


@keyframes logoFadeUp {
    0% {
		left: 0%;
        opacity: 1;
        transform: translateY(0%);  
		transition:0.5s;
    }
    50% {
		left: 0%;
		 width: 413px; 
		 top: -50%;
        opacity: 1;
        transform: translateY(0%);  
		transition:0.5s;
    }
    100% {
		top: -90%;
		width: 168px;
        opacity: 1;
        transform: translateY(0%);  
		
		
    }
}

.financial-icon-1, .financial-icon-2, .financial-icon-3 {
    opacity: 0;
    position: absolute;
    transition: left 0.4s ease;
}

.financial-icon-3 {
    left: 0;
    opacity: 1; 
}
.financial-icon-1 {
    left: -80px; 
}

.financial-icon-2 {
    left: -32px; 
}
.ar-financial-row:hover .financial-icon-3 {
    left: 40px;
    opacity: 1;
}

.ar-financial-row:hover .financial-icon-2 {
    opacity: 1;
    left: 40px !important; 
    transition-delay: 0.2s; 
}

.ar-financial-row:hover .financial-icon-1 {
    opacity: 1;
    left: 0px !important; 
    transition-delay: 0.2s;
}
.ar-financial-row .financial-icon-3 {
    opacity: 1;
    left: 0;
    transition-delay: 0s; 
}

.ar-financial-row .financial-icon-2 {
    opacity: 0;
    left: -32px; 
    transition-delay: 0.2s; 
}

.ar-financial-row .financial-icon-1 {
    opacity: 0;
    left: -80px; 
    transition-delay: 0.4s; 
}
.elementor-widget-theme-post-content .elementor-widget-container p {
  display: -webkit-box;
  -webkit-line-clamp: 9; /* sirf 3 lines dikhaye */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.test-container {
    min-height: 450px !important;
}

/* .elementor-element.elementor-element-c6a141a.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-8b34fca.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-ea76e31.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-4046e21.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-72734be.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-8e14938.e-con-full.e-flex.e-con.e-child  {
    overflow: hidden;
} */
.elementor-location-header ul li a:after {
    max-width: 64% !important;
    margin: 0 auto !important;
    display: block !important;
    right: 0;
    bottom: 5px !important;
}
.ar-financial-row img {
    max-width: 26px !important;
}


.ar-inner-background-green:after {
    content: '';
    background: url(https://financialenabler.com/wp-content/uploads/2025/07/Frame-1597881715-1.png);
    background-repeat: no-repeat;
    right: -50px;
    width: 562px;
    top: -100px;
    height: 567px;
    z-index: 0;
    position: absolute;
}
.ar-marquee h3 {
   
}
.ar-marquee h3 {
    display: inline-block;
    margin: 15px 10px;
    color: #1E5631;
    margin-bottom: 10px;
}
body .yotu-videos .yotu-video .yotu-video-thumb {
    border-radius: 0px;
}

.yotu-video-thumb-wrp {
    border-radius: 25px;
    overflow: hidden;
}