/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1762582277
Updated: 2025-11-08 06:11:17

*/
/*  
 	font-family:Fredoka, sans-serif;
	font-family:Rubik, sans-serif;
	font-family:Sniglet, sans-serif; 
*/
/*==================================
General CSS
===================================*/
:root {
	--primary-color:#ea4b80;
	--secondary-color:#3a3f74;
	--heading-color:#3a3f74;
	--text-color:#858687;
	--yellow-color:#f8ac19;
}
.subtitle, 
.subtitle .elementor-heading-title{ font-family:Sniglet, sans-serif; font-size:24px; font-weight:400; line-height:1.1; color:var(--primary-color); }
.site-title .elementor-heading-title { color: var(--heading-color); }
.site-title h2.elementor-heading-title { font-size: 44px; line-height: 1.2; font-weight: 600; color: var(--heading-color); margin-bottom: 10px; }
.site-title span.text-grey { color: #a6a6a4;}
.section-space { padding: 100px 20px 100px 20px;}
a { transition:0.3s all ease-in-out; }
a:focus { outline:none; }
.pt-0 { padding-top: 0 !important; }
h1, h2, h3, h4, h5, h6 { font-family:Fredoka, sans-serif; }
p { color: var(--text-color); }
.text-white,
.text-white p { color:#ffffff; }
/*==================================
Button
===================================*/
.site-button .elementor-button { padding: 18px 30px; font-size: 18px; line-height: 1.3; font-weight: 400; font-family: Fredoka, sans-serif; background-color: var(--yellow-color); border-radius: 50px; color: #ffffff; }
.site-button .elementor-button:hover { background-color:var(--primary-color); color:#ffffff; }

/*==================================
List Style
===================================*/
.bullet_list { padding-left:0; }
.bullet_list li { list-style:none; position:relative; padding-left:24px; line-height: 1.5; }
.bullet_list li:not(:last-child) { margin-bottom: 10px;}
.bullet_list li:before {content: ''; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; border-radius: 100%; }
.bullet_list.white_list li:before { background-color:#ffffff; }
.bullet_list.blue_list li:before { background-color:var(--secondary-color); }

/*==================================
Header
===================================*/

/* .hl-menu { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; padding: 20px;} */
.hl-menu { background-color:#ffffff; min-height:90px; padding-left: 20px; padding-right: 20px; }
/* .hl-menu.is-sticky { animation: slideDown 0.35s ease-in-out; background-color:#131313; position: fixed; padding: 10px 20px; } */
.hl-menu .elementor-nav-menu li a { font-family:Rubik, sans-serif; font-size: 16px; color:var(--text-color); font-weight: 500; line-height: 1.3; padding: 10px 20px; position: relative;}  
.hl-menu .elementor-nav-menu li a:hover,
.hl-menu .elementor-nav-menu li.current-menu-item a { padding: 10px 20px; color: var(--primary-color); }

.hl-menu .elementor-nav-menu li:not(.menu-button) a:before { content: ''; position: absolute; bottom: 8px; left: 50%; background-color: var(--primary-color); width: calc(100% - 40px); height: 1px; transform: translateX(-50%) scale(0) ; opacity: 0; transition: 0.3s all ease-in-out;}
.hl-menu .elementor-nav-menu li a:hover:before,
.hl-menu .elementor-nav-menu li.current-menu-item a:before { transform: translateX(-50%) scale(1) ; opacity: 1;}

.hl-menu .elementor-nav-menu li.menu-button a { padding: 18px 34px; font-size: 18px; line-height: 1.3; font-weight: 400; font-family: Fredoka, sans-serif; background-color: var(--yellow-color);
    border-radius: 50px; color: #ffffff; margin-left: 20px;  }
.hl-menu .elementor-nav-menu li.menu-button a:hover,
.hl-menu .elementor-nav-menu li.menu-button.current-menu-item a { background-color:var(--primary-color); }

/* @keyframes slideDown {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0); }
}
 */


/*==================================
Hero Section
===================================*/
.hero-section { min-height: calc(100vh - 90px); }
.hero-title h1.elementor-heading-title { font-size: 60px; line-height: 1.1; font-weight: 600; margin-bottom: 15px; color:var(--secondary-color); }

/*==================================
About Section
===================================*/
.img-holder { max-width: 510px; margin-left: auto; }
.children-counter { width: 180px; height: 180px; background-color: var(--primary-color); color: #ffffff; border-radius: 50%; position: absolute; bottom: 0; left: -30px; }
.children-counter .elementor-counter { height: 100%; padding:15px; }
.children-counter .elementor-counter .elementor-counter-number-wrapper { font-size:45px; font-family:Fredoka, sans-serif; font-weight:600; line-height:1.2; flex:0; }
.children-counter .elementor-counter .elementor-counter-title { font-size:20px; font-family:Sniglet, sans-serif; line-height:1.3; font-weight:400; text-align:center; flex:0; padding-inline:10px; }

/*==================================
Play, learn, laugh section
===================================*/
.play-inner { display: flex; flex-flow: wrap; justify-content: space-between; }
.play-iconbox { max-width: 150px !important; width: 100%; }
.play-iconbox .elementor-icon-box-icon svg { fill:#ffffff; width: 60px; height: auto;}
.play-iconbox .elementor-icon-box-icon { width: 150px; height: 150px; min-width: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-inline: auto; }
.play-iconbox.bg-yellow .elementor-icon-box-icon { background-color:var(--yellow-color); }
.play-iconbox.bg-pink .elementor-icon-box-icon { background-color:var(--primary-color); }
.play-iconbox.bg-blue .elementor-icon-box-icon { background-color:var(--secondary-color); }
.play-iconbox .elementor-icon-box-content .elementor-icon-box-title { font-size:18px; color:var(--text-color); line-height:1.3; font-weight:500; font-family:Rubik, sans-serif; }
.play-iconbox .elementor-icon-box-content .elementor-icon-box-title:hover { color: var(--secondary-color); }
/*==================================
Tab Section
===================================*/
.tab-section .e-n-tabs .e-n-tabs-heading { background-color: #faf5f0; width: fit-content; padding: 5px; border-radius: 50px; margin-inline: auto;} 
.tab-section .e-n-tabs .e-n-tabs-heading .e-n-tab-title { border-radius: 50px; background-color: transparent; color:var(--secondary-color); }
.tab-section .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.tab-section .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover { background-color:var(--yellow-color) !important; color:#ffffff; }
.tab-section .e-n-tabs .e-n-tabs-content { margin-top:40px; }
.tab-section .e-n-tabs .e-n-tabs-content .site-button { margin-top:40px; }
.tab-section .e-n-tabs .e-n-tabs-content ul li { color:var(--secondary-color); font-weight:500; line-height:1.5; position:relative; }

/*==================================
image block section
===================================*/
.img-block { height: 100%; position: absolute; left: 0; top: 0; }
.img-block img { height: 100%; object-fit: cover; }

.shared-experiences { }
.experience-grid { display:flex; flex-flow:wrap; gap:20px; }
.experience-grid .experience-card { flex:0 0 calc((100% - 40px)/3); max-width:calc((100% - 40px)/3); width:100%;  border-radius:15px; background-color:#ffffff;  }
.experience-grid .experience-card figure { margin-bottom:0 !important;  }
.experience-grid .experience-card .elementor-image-box-content { padding: 30px; text-align: left; }
.experience-grid .experience-card .elementor-image-box-content .elementor-image-box-title  { margin-top:0; font-size:24px; color:var(--secondary-color); font-family:Rubik, sans-serif; 
	line-height: 1.3; }
.experience-grid .experience-card .elementor-image-box-content .elementor-image-box-title:hover { color:var(--primary-color); }
    
/*==================================
Testimonais Section
===================================*/

.testimonial { display: inline; column-count: 3; column-gap: 20px; }
.testimonial .elementor-widget-testimonial { display: inline-block; width: 100%; box-sizing: border-box; padding:30px; border-radius:15px; color:#ffffff; margin-bottom:20px !important;  }
.testimonial .elementor-widget-testimonial:nth-child(odd) { background-color: var(--primary-color); }
.testimonial .elementor-widget-testimonial:nth-child(even) { background: var(--secondary-color); }
.testimonial .elementor-widget-testimonial .elementor-testimonial-wrapper { text-align:left !important; }
.testimonial .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content { font-size:15px; line-height:1.5; font-weight:400;  }
.testimonial .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-name { font-size:24px; line-height:1.3; font-weight:600; font-family:Fredoka, sans-serif; margin-bottom: 5px; }
.testimonial .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-job { font-size:16px; line-height:1.3; font-weight:400; }

/*==================================
News Section
===================================*/
.news-grid article .elementor-post__thumbnail__link { margin-bottom:30px ; }
.news-grid article .elementor-post__thumbnail__link .elementor-post__thumbnail { border-radius:15px; }
.news-grid article .elementor-post__text { display:flex; }
.news-grid article .elementor-post__text .elementor-post__title { font-size:24px; ; font-weight:600; margin-bottom:15px; }
.news-grid article .elementor-post__text .elementor-post__title a { color:var(--secondary-color) }
.news-grid article .elementor-post__text .elementor-post__title a:hover { color:var(--primary-color); }
.news-grid article .elementor-post__text .elementor-post__meta-data { order:3; font-size:16px; line-height:1.5; color:var(--secondary-color); margin-bottom:0; margin-top:15px; }
.news-grid article .elementor-post__text .elementor-post__excerpt { margin-bottom:0; }

/*==================================
Footer
===================================*/
footer p { color:#ffffff; }
.about-us p:not(:last-child){ margin-bottom:30px; }
.ft-widget h3.elementor-heading-title { font-size:18px; font-weight:600; line-height:1.5; color:#ffffff; margin-bottom:15px; }
.ft-widget ul {list-style:none; margin:0; padding-left: 0; }
.ft-widget ul li,
.ft-widget ul li a { font-size: 16px; font-weight: 400; line-height: 1.5 ; color: #ffffff; position: relative;  }
.ft-widget ul li a:hover, 
.ft-widget ul li a:focus,
.ft-widget ul li.current-menu-item a { color:var(--primary-color); }
.ft-widget ul li:not(:last-child) { margin-bottom:15px; }
.proud-member .elementor-widget-container { display:flex; align-items:center; gap: 15px;}
.footer-menu .elementor-nav-menu--main .elementor-nav-menu a { padding: 0; line-height:1.5; }
.footer-menu .elementor-nav-menu--main .elementor-nav-menu a:hover { padding:0; }

.copyright p { margin-bottom: 0;}

/* ----------------------------------------------------------------------------------------------- */

/*==================================
Blog Details Page
===================================*/
.blog-header { max-width:530px; margin-inline:auto; } 
.blog-header .blog-title .elementor-heading-title { font-size:38px; font-weight:600; line-height:1.4; color:var(--secondary-color); }
.blog-header .elementor-widget-post-info ul li time {  font-size:16px; font-weight:400; line-height:1.5; color:var(--secondary-color); }
.blog-content { max-width:530px; margin-inline:auto; }
.blog-content .elementor-widget-author-box a { font-size:18px; line-height:1.3; color:var(--secondary-color); font-weight:600; }
.blog-content .elementor-widget-author-box a:hover { color:var(--primary-color); }


/* ----------------------------------------------------------------------------------------------- */

/*==================================
Contact Page
===================================*/
.contact-inner { max-width: 460px; margin-inline: auto; width: 100%; }
.contact-inner ul { list-style:none; }
.contact-inner ul li a,
.contact-inner ul li span { width:100%; min-height:60px; display:flex; align-items:center; justify-content:center;  color:#ffffff; font-size:18px; line-height:1.2; font-weight:600; font-family:Fredoka, sans-serif; border-radius:50px; }
.contact-inner ul li:not(:last-child) a { margin-bottom:15px; }
.contact-inner ul li:nth-child(1) a { background-color:var(--yellow-color); }
.contact-inner ul li:nth-child(2) a { background-color:var(--primary-color); }
.contact-inner ul li:nth-child(3) span { background-color:var(--secondary-color); }


/* ----------------------------------------------------------------------------------------------- */

/*==================================
Impressum
===================================*/
.mx-width-830 { max-width:830px; width:100%; margin-inline:auto; }
.impressum-section h6 { margin-bottom: 5px;  }

.impressum-section p { word-wrap: break-word; }



/*==================================
Responsive
===================================*/
@media only screen and (max-width:1365px) {
	
}
@media only screen and (max-width:1279px) {
	.play-iconbox { max-width: 130px !important; }
	.play-iconbox .elementor-icon-box-icon { width: 120px; height: 120px; }
	.play-iconbox .elementor-icon-box-icon svg { width:50px;  }
	.play-iconbox .elementor-icon-box-content .elementor-icon-box-title { font-size: 16px; }
}
@media only screen and (max-width:1169px) {
	.hero-title h1.elementor-heading-title { font-size: 50px; }
	.subtitle, .subtitle .elementor-heading-title { font-size: 22px; }
	.site-title h2.elementor-heading-title { font-size: 40px; }
	.play-inner { justify-content: center; }
}
@media only screen and (max-width:1024px) {
	.hl-menu .elementor-menu-toggle { font-size: 30px; background-color: transparent; }
	.hl-menu .elementor-menu-toggle .e-font-icon-svg { fill:var(--secondary-color)}
	.hl-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container { margin-top: 22px; box-shadow: 0px 30px 20px 0px rgba(0 0 0 / 10%); }   
	/* .hl-menu .elementor-nav-menu--dropdown { border-top: 1px solid #dbdbdb;  } */
	/* .hl-menu .elementor-nav-menu--dropdown li:not(:last-child) a { border-bottom: 1px solid #dbdbdb; }	 */
	.hl-menu .elementor-nav-menu--dropdown li{ border-top: 1px solid #dbdbdb; }	
	.hl-menu .elementor-nav-menu--dropdown li a { padding: 20px; font-size: 16px; font-weight: 500;  }
	.hl-menu .elementor-nav-menu--dropdown li.menu-button a { margin: 15px 0;}
	.hl-menu .elementor-nav-menu--dropdown li a:hover,
	.hl-menu .elementor-nav-menu--dropdown li a:focus,
	.hl-menu .elementor-nav-menu--dropdown li.current-menu-item a  { background-color: var(--primary-color) !important; color: #ffffff;  padding: 20px ;}
	.hl-menu .elementor-nav-menu li.menu-button a { margin-left: 0; max-width: 200px; margin-inline: auto; }

	.img-holder { margin-inline: auto; margin-bottom: 30px; padding-left: 30px; }
	.children-counter { left: 0; }
	.section-space { padding: 70px 20px; }

	.img-block { position: relative; }
	.img-block .elementor-widget-image { width: 100%;}
	.img-block img { height: 100%; object-fit: cover; max-height: 500px; object-position: center; width: 100%; }
	.experience-grid .experience-card { flex:0 0 calc((100% - 20px)/2); max-width:calc((100% - 20px)/2); }
	.testimonial { column-count: 2; }
	
}
@media only screen and (max-width:767px) {
	.tab-section .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=false] { border:1px solid var(--secondary-color)}
	.section-space { padding: 50px 20px; }
	.children-counter .elementor-counter .elementor-counter-title { font-size: 17px; }
	.children-counter .elementor-counter .elementor-counter-number-wrapper { font-size: 36px; }
	
}
@media only screen and (max-width:639px) {
	.testimonial { column-count: 1; }
	.site-title h2.elementor-heading-title { font-size: 36px; }
	.subtitle, .subtitle .elementor-heading-title { font-size: 20px; }
}
@media only screen and (max-width:575px) {
	.hero-title h1.elementor-heading-title { font-size: 40px; }
	.site-title h2.elementor-heading-title { font-size: 32px; }
	.experience-grid .experience-card { flex: 0 0 100%; max-width: 400px !important; margin-inline: auto; }
}
@media only screen and (max-width:479px) {
	.subtitle, .subtitle .elementor-heading-title { font-size: 18px; }
	.hero-title h1.elementor-heading-title { font-size: 32px; }
	.site-title h2.elementor-heading-title { font-size: 28px; }		
	
	.children-counter { width: 120px; height: 120px; }	
	.children-counter .elementor-counter { padding: 5px;}	
	.children-counter .elementor-counter .elementor-counter-title { font-size: 16px; }
	.children-counter .elementor-counter .elementor-counter-number-wrapper { font-size: 24px; }
	.testimonial .elementor-widget-testimonial { padding: 20px;}
	.testimonial .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-name { font-size: 20px; }
	.contact-inner ul li a, 
	.contact-inner ul li span { font-size: 16px; font-weight: 400; }
	
	
}


