/*
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.3.0.1737543623
Updated: 2025-01-22 11:00:23

*/
@keyframes motionEffect {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.motion-start {
    display: inline-block;
    opacity: 1;
}

.motion-active {
    animation: motionEffect 2s ease-in-out infinite;
}

*{
	font-family: 'Helvetica Neue' !important;
}
.eicon-handle, .eicon-plus, .eicon-close, .eicon-edit {
    font-family: 'eicons' !important;
}
.explore-diverse-images .elementor-image-box-wrapper .elementor-image-box-img{
	display:flex;
	align-items:center;
}
.divider .elementor-divider .elementor-divider-separator{
	border-radius: 10px;
}
.contact-form-container-border {
    position: relative;
    border-radius: 20px;
    padding: 15px; /* Adjust padding as needed */
    background: white; /* Ensure inner content has a background */
}

.contact-form-container-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* Border thickness */
    border-radius: 20px;
    background: linear-gradient(#019BB733, #00455133);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.contact-form-section {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}
.contact-field {
    width: 100%;
}
.contact-field label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: start;
	color: #252525;
	width: 100%;
}
.contact-field input::placeholder{
    font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	text-align: start;
	color: #989898;
}
.contact-field select{
    font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	text-align: start;
	color: #989898;
	border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin: 9px 0 0 0;
	height: 50px;
}
.contact-field input{
   border: 1px solid #EBEBEB;
   border-radius: 10px;
   margin: 9px 0 0 0;
   height: 50px;
}
.contact-field textarea{
   border: 1px solid #EBEBEB;
   border-radius: 10px;
   margin: 9px 0 0 0;
}
.contact-form-btn input {
    width: 100%;
    background: #1EAFCB;
    color: #fff;
    border: solid #0A738F;
    border-width: 0 1px 2px 1px;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 16px 24px;
}

.footer-copyright {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: center;
    color: #fff;
}
.explore-diverse h3{
	margin:0 !important;
}
.hfe-nav-menu__layout-horizontal {
    background: #F2FAFB;
    border-radius: 50px;
    padding: 19px 40px;
}
.hfe-nav-menu__layout-horizontal a{
    padding: 0px !important;
}
.hfe-nav-menu__layout-horizontal ul{
   gap: 40px;
}
.current-menu-item a{
	border-bottom: solid 2.5px #019BB7;
}

/* Base styles for the menu item */
.menu-item a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

/* Create the underline effect using the ::after pseudo-element */
.menu-item a::after {
    content: "";
    position: absolute;
    bottom: -3px; 
    left: 0;
    width: 0; 
    height: 2px; 
    background-color: #019BB7 !important;
    transition: width 0.3s ease; 
}

/* On hover, expand the underline */
.menu-item:hover a::after {
    width: 100%;
}
.hfe-nav-menu__toggle {
    margin: 0 0 !important;
}

.empowering-mind-drop-shadow{
	box-shadow: 0px 0px 24px 0px #00000014;
}

.explore-diverse-main-section {
    background-image: url("https://moe-lms.tmitservices.com/wp-content/uploads/2025/01/Explore-bg-1.png"), 
                      url("https://moe-lms.tmitservices.com/wp-content/uploads/2025/01/Explore-bg-2.png");
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat; 
    background-size: 218px, 218px;
}

.our-tutors-shadow{
	box-shadow: 0px 6px 24px 0px #00000014;
}

@media (max-width: 362px) {
 .explore-diverse-main-section {
    background-size: 120px, 120px;
}
}
@media (max-width: 767px) {
 .explore-diverse-main-section {
      background-size: 146px, 146px;
}
	.contact-form-section {
    display: block;
}
}

@media (max-width: 1024px) {
.hfe-nav-menu__toggle{
	display: flex !important;
    justify-content: end;
}
}

