/* 
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 */

p:last-child {
	margin: 0 !important;
}

ul {
  margin: 0 0 20px 0;
}

.single-post ol {
  list-style: none;  
  padding-left: 0;
}

/* 1. Reset the LI to behave like a normal block of text */
.single-post ol > li {
    counter-increment: my-awesome-counter;
    position: relative;
    display: block; /* Changed from flex */
    padding-left: 44px; /* Space for the 32px circle + 12px gap */
    margin-bottom: 25px;
    line-height: 1.6;
}

/* 2. Position the circle absolutely so it doesn't interfere with text flow */
.single-post ol > li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 0; /* Aligns circle with the first line of text */
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: #e0f7f9;
    color: #00acc1;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* 3. Clean up margins for any internal tags */
.single-post ol > li > strong {
    display: inline; /* Keeps it on the same line as the following text */
}

.single-post ol > li > p {
    margin-top: 0;
    margin-bottom: 10px;
}

/* 4. Sub-list styling (adjusted for the new padding) */
.single-post ol ul {
    list-style: disc;
    padding-left: 20px; 
    margin-top: 10px;
}

.single-post ol ul li {
    display: list-item;
    margin-bottom: 8px;
}

ul li .has-submenu {
	cursor: pointer;
}

.italic {
	font-style: italic;
}

.elementor-image-box-img {
	display: block;
}

/* Video Hero */
.video_hero .elementor-background-video-embed,
.video_hero .elementor-background-video-hosted {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Fills the container, may crop sides */
    object-position: center center;
}

.main_header {
	backdrop-filter: blur(16px);
}

.address .elementor-icon-list-text {
	line-height: 1.4;
}

@media (min-width: 1024px) {
	.blue-btn a {
		background: #19B6C8;
		padding: 20px !important;
		border-radius: 12px;
		color: #FFF !important;
		font-size: 16px !important;
		text-decoration: none !important;
		line-height: 1 !important;
	}	
}

.blue-btn a:hover {
	background: rgba(25, 182, 200, 0.9);
}

.blue-text span, .blue {
	color: #19B6C8;
}

.grey {
	color: rgba(109, 114, 120, 0.5);
}

.logo_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.logo_slider .swiper-wrapper .elementor-carousel-image {
	width: 64px !important;	
}

@media (max-width: 1024px) {
	.logo_slider .swiper-wrapper .elementor-carousel-image {
		width: 80px !important;	
	}
	
	.single-post ol ul {
		padding-left: 60px !important;		
	}	
	
	.single-post ol ul li p, .single-post ol li p {		
		text-align: left;
		display: block;
	}
	
}

@media (max-width: 767px) {
	.logo_slider .swiper-wrapper .elementor-carousel-image {
		width: 100px !important;	
	}
	
	.single-post ul {
		list-style-position: inside;
	}
	
	.single-post ul {
		padding: 0;
	}
	
	.single-post ul li p {
		display: inline;		
	}
	
	.special_latest {
		background-image: linear-gradient(180deg, #FFF 50%, #E8FAFC33 100%) !important;
	}
	
	.single-news-press .wp-block-group {
		flex-wrap: wrap;
	}
	
	.single-news-press .wp-container-content-9dbf05af {
		flex-basis: 100%;
	}
	
	.single-news-press .wp-block-group .wp-block-image img {
		width: 100% !important;
	}
	
	.single-post .elementor-widget-theme-post-content img.alignleft {
		float: none;
	}
}

.impact_svg svg, .mapping_svg svg, .blog_sub svg {
	color: #19B6C8 !important;
}

.impact_svg .elementor-counter-title {
	text-align: center;	
}

.float:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	border-color: #19B6C8 !important;
	transition: .3s ease-in-out;
	transform: translateY(-.25rem);
}

.grayscale {	
    filter: grayscale(1);
    filter: sepia(0.25);  
    filter: grayscale(100%) sepia(25%);
    -webkit-filter: grayscale(100%) sepia(25%);
}

.marquee-content span {
	margin: 0 20px;
	font-size: 18px;
}

.marquee-container {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    z-index: 0;
    pointer-events: none;
	bottom: 200px;
}

.second {
	bottom: 150px !important;
}

.third {
	bottom: 100px !important;
}

.marquee-content {
    display: flex;
	color: #19B6C8;
    animation: scrolling 60s linear infinite;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4em;
}

.marquee-content.reverse {    
    animation: scrolling-reverse 60s linear infinite;
}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrolling-reverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.underline a {
	text-decoration: underline;
}

/** Footer Logo **/
@keyframes rotate-logo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.infinite-rotation img {
    animation: rotate-logo 12s linear infinite;
    transform-origin: center center; /* Ensures it spins on its axis */
    will-change: transform; /* Optimization for smoother movement */
}

/** CF7 **/
/* Container Spacing */
.custom-contact-form .form-row {
    margin-bottom: 20px;
}

/* Style for All Input Fields */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="email"],
.custom-contact-form select,
.custom-contact-form textarea {
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #ececec;
    border-radius: 16px;
    font-size: 16px;
    color: #666;
    outline: none;
	min-height: 50px;
    transition: border-color 0.3s ease;
}

/* Specific Style for Textarea (Message Box) */
.custom-contact-form textarea {
    border-radius: 20px; /* Less rounded for the large box */
    height: 120px;
}

/* Hover/Focus Effect */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #19b6c8;
}

/* Button Hover Effect */
.custom-contact-form .wpcf7-submit:hover {
    background: rgba(25, 182, 200, 0.9) !important;
	border-color: rgba(25, 182, 200, 0.9) !important;
}

/* Center the button on screens smaller than 767px */
@media (max-width: 767px) {
    .custom-contact-form .form-submit {
        display: flex;
        justify-content: center; /* Centers the button horizontally */
        width: 100%;
        margin-top: 10px;
    }

    .custom-contact-form .wpcf7-submit {
        width: auto; /* Keeps the button from stretching full-width */
        min-width: 200px; /* Optional: gives it a nice consistent size on small screens */
    }
	
	.wpcf7-spinner {
		display: none;
	}
}

/* For Clients Page */
.client_different h3 {
	margin: 0
}

.aspect-3-4 img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.aspect-4-3 img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.star_box {
	height: 56px !important;
	width: 56px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#talk_advisors {
	scroll-margin-top: 100px;
}

#parent_anchor .e-child {
	scroll-margin-top: 350px;
}

#anchor_links .elementor-nav-menu li a {
	border-radius: 30px;
	padding-left: 42px !important;
}

#anchor_links .elementor-nav-menu li a:hover {
	background: #E3E6E8;
}

#anchor_links .elementor-item-active,
#anchor_links .elementor-item-active:hover {
	background: #19B6C8 !important;
	color: #FFF !important;
}

#anchor_links .elementor-nav-menu li a:before {
	content: '';	
	width: 16px;
	height: 16px;
	background-size: cover;		
	position: absolute;
	left: 16px;
	opacity: 1;
}

#anchor_links .elementor-nav-menu li:first-child a:before {
	background-image: url('/wp-content/uploads/2026/03/life_planning-1.svg');	
}

#anchor_links .elementor-nav-menu li:nth-child(2) a:before {
	background-image: url('/wp-content/uploads/2026/03/cash_management.svg');	
}

#anchor_links .elementor-nav-menu li:nth-child(3) a:before {
	background-image: url('/wp-content/uploads/2026/03/life_planning.svg');	
}

#anchor_links .elementor-nav-menu li:nth-child(4) a:before {
	background-image: url('/wp-content/uploads/2026/03/tax-1.svg');	
}

#anchor_links .elementor-nav-menu li:nth-child(5) a:before {
	background-image: url('/wp-content/uploads/2026/03/tax.svg');	
}

#anchor_links .elementor-nav-menu li:last-child a:before {
	background-image: url('/wp-content/uploads/2026/03/legacy.svg');	
}

#anchor_links .elementor-item-active:before {
	filter: invert(100%);
}

.financial_advisors .e-n-accordion-item {
	border-radius: 16px;
	border: 1px solid #E3E6E8;
	padding: 20px;	
}

.news_press .elementor-post__text {
	display: flex;
	flex-flow: column;
}

article.news-press {
	border-bottom: 1px solid #e3e6e8;
	padding: 0 0 30px 0 !important;
}

.news-press:last-child {
	border: none !important;
}

.news_press .elementor-post__text .elementor-post__meta-data .elementor-post-date {
	order: 1;
}

.news_press .elementor-post__text .elementor-post__title {
	order: 2;
	margin: 0 0 15px 0;
}

.news_press .elementor-post__text .elementor-post__excerpt {
	order: 3;
}


.news_press .elementor-post__text .elementor-post__read-more {
	order: 4;
}

.podcast_box .e-con-inner {
	justify-content: flex-start !important;
}

.team_block {
	left: 0;
	right: 0;
	margin: auto;
}

/* podcast/blog navigation */

.page-id-2674 #content .elementor-pagination,
.blog .elementor-pagination {
	display: flex;
	justify-content: center;	
	flex-wrap: wrap;
}

.page-id-2674 #content .elementor-pagination .page-numbers,
.blog .elementor-pagination .page-numbers{
	background: #FFF !important;
	border-radius: 50% !important;
	width: 37px;
	height: 37px;
	display: flex;
	margin-top: 5px;	
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

.page-id-2674 #content .elementor-pagination .prev,
.page-id-2674 #content .elementor-pagination .next,
.blog .elementor-widget-container .elementor-pagination .prev,
.blog .elementor-widget-container .elementor-pagination .next{
	width: auto;
	height: auto;
	background: none !important;
	padding: 0 !important;
}

.page-id-2674 #content .elementor-widget-container .elementor-pagination .prev:hover,
.page-id-2674 #content .elementor-widget-container .elementor-pagination .next:hover,
.blog .elementor-widget-container .elementor-pagination .prev:hover,
.blog .elementor-widget-container .elementor-pagination .next:hover {
	background: none !important;
	color: #303336 !important;
}

.page-id-2674 #content .elementor-pagination .current,
.page-id-2674 #content .elementor-pagination .page-numbers:hover,
.blog .elementor-pagination .current,
.blog .elementor-pagination .page-numbers:hover {
	background: #19B6C8 !important;
	color: #FFF !important;
}

/* Blog or Podcast */
.single-podcast .elementor-widget-theme-post-content h2,
.single-podcast .elementor-widget-theme-post-content h3, 
.single-podcast .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3, 
.single-post .elementor-widget-theme-post-content h4,
.single-news-press .wp-block-heading {
	margin: 40px 0;
}

.no-margin h2, .elementor-author-box__name {
	margin: 0 !important;
}

.single-podcast .elementor-widget-theme-post-content img,
.single-post .elementor-widget-theme-post-content img {
	margin: 20px 0;
}

.single-post .elementor-widget-theme-post-content img.alignleft {
	margin: 20px;
}

.single-podcast .elementor-widget-theme-post-content a,
.single-post .elementor-widget-theme-post-content a {
	color: #6D7278;
	text-decoration: underline;
}

.disclosure-box ul .elementor-icon-list-item {
	padding: 5px 0; 
}

/* for advisor form */
.advisor-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.advisor-form .form-col {
    flex: 1;
}
.advisor-form .form-group {
    margin-bottom: 20px;
}
.resume {
    background-color: #E3E6E84D;
    border: 2px dashed #E3E6E8;
    border-radius: 10px !important;
    padding: 30px !important;
    color: #333 !important;
}

.resume .cf7-dragandrophandler {
	border: none;
}

.resume .cf7-text-drop {
	font-size: 14px;
}

.resume .cf7-text-browser a {
	font-weight: 400;
	color: #6D7278 !important;
	background: #FFF;
	font-size: 12px;	
	border-radius: 8px;
	line-height: 1;
}

.resume .cf7-dragandrophandler {
	height: 120px;
}

.upload-section {
	margin-bottom: 20px;
}

@media (max-width: 781px) {
    .mobile-image-first {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .mobile-image-first figure, 
    .mobile-image-first .wp-block-media-text__media {
        order: -1 !important;
    }
}