/* 
Theme Name: Hello Elementor Child (DLP & Website)
Theme URI: https://github.com/elementor/hello-theme/
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: 1.4.2
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
*/

/*
 *  oom_cc
*/

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
}

/* General */

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

.oom-widget-chat-content-message{
	width: 100% !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
}

.elementor-button-wrapper{
    position: relative;
    display: flex;
    height: 60px;
    background: #C3A44F;
    overflow: hidden;
    align-items: center;
}

.elementor-button-wrapper .elementor-button{
    z-index: 20;
    
}

.elementor-button-wrapper::after {
    content: '';
    background: #C3A44F url(/wp-content/uploads/2023/04/right-up-1-1.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    display: flex;
    height: 100%;
    width: 60px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 30px;
    transform: rotate(0deg);
    z-index: 10;
    transition: .3s ease;
	min-width: 60px;
}

.elementor-button-wrapper:hover::after{
    transform: rotate(45deg);
}


/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

/* Footer */

.site-footer {
    display: none !important;
}

.contact-item .elementor-icon-box-title{
	margin-top: 0 !important;
}

/* Banner */

.meta-hover-animation .meta-img{
    transition: 1s ease;
}

/* Layer 1 */

.meta-hover-animation .meta-layer1 .meta-img1{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer1 .meta-img1{
    transform:  rotate(45deg);
}

.meta-hover-animation .meta-layer1 .meta-img2{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer1 .meta-img2{
    transform:  rotate(-45deg);
}

.meta-hover-animation .meta-layer1 .meta-img3{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer1 .meta-img3{
    transform:  rotate(45deg);
}

.meta-hover-animation .meta-layer1 .meta-img4{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer1 .meta-img4{
    transform:  rotate(45deg);
}

.meta-hover-animation .meta-layer1 .meta-img5{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer1 .meta-img5{
    transform:  rotate(65deg);
}

/* Layer 2 */




/* Layer 3 */

.meta-hover-animation .meta-layer3 .meta-img1{
    transform:  scale(1);
}

.meta-hover-animation:hover .meta-layer3 .meta-img1{
    transform:  scale(1.1);
}

.meta-hover-animation .meta-layer3 .meta-img2{
    transform:  translate(0px, 0px) rotate(0);
}

.meta-hover-animation:hover .meta-layer3 .meta-img2{
    transform:  translate(20px, -20px) rotate(25deg);
}

.meta-hover-animation .meta-layer3 .meta-img3{
    transform:  translate(0px, 0px) rotate(0);
}

.meta-hover-animation:hover .meta-layer3 .meta-img3{
    transform:  translate(0px, 10px) rotate(-25deg);
}

.meta-hover-animation .meta-layer3 .meta-img4{
    transform:  scale(1);
}

.meta-hover-animation:hover .meta-layer3 .meta-img4{
    transform:  scale(1.1);
}

.meta-hover-animation .meta-layer3 .meta-5{
    transform:  rotate(0);
}

.meta-hover-animation:hover .meta-layer3 .meta-img5{
    transform:  rotate(90deg);
}

/* Read More */

.more-content{
	display: none;
}

.read-more-btn{
	color: var( --e-global-color-secondary ) !important;
	font-weight: 500 !important;
	display: block !important;
	margin-top: 20px !important;
}



/* Subjects */

@media (min-width: 1025px){
	
	
    .subjects-tab .e-n-tabs-heading{
    	z-index: 20;
		padding-top: 5%;
		padding-bottom: 5%;
    }
    
    .subjects-tab .e-n-tabs-content{
    	z-index: 10;
    	margin-left: -95px;
    }
    
    .e-n-tab-title{
        min-width: 357px;
        box-shadow: 7px 4px 19.4px 0px #0000001A;
    }
    
    .e-n-tab-title:nth-child(1){
        border-top-left-radius: 54px !important;
    }
    
    .e-n-tab-title:last-child{
        border-bottom-left-radius: 54px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1025px){
    .e-n-tab-title{
        min-width: 220px;
    }
    
}

.subjects-tab #preprimary, .subjects-tab #preprimary:hover{
	background-color: #435766 !important;
}

.subjects-tab #primary, .subjects-tab #primary:hover{
	background-color: #D8AC37 !important;
}

.subjects-tab #secondary, .subjects-tab #secondary:hover{
	background-color: #FF6A6D !important;
}

.subjects-tab #elessons, .subjects-tab #elessons:hover{
	background-color: #10BA5D !important;
}

.subjects-tab #codingclassse, .subjects-tab #codingclassse:hover{
	background-color: #B693D4 !important;
}

.subjects-tab .e-n-tab-icon {
    width: 62px;
    height: 62px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 7px 14px 0px #0000001A;
}


@media (max-width: 1440px) {

    .subjects-tab .e-n-tab-icon {
        width: 50px;
        height: 50px;
    }
}


@media (max-width: 1025px) {

    
    .subjects-tab .e-n-tab-icon {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 1024px){
    .subjects-tab .e-n-tabs-content{
    	margin-left: 0px;
    }
}






/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 45% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
		transform-origin: left;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
}



@media (max-width: 1920px) {
	
}

@media (max-width: 1440px){
    .elementor-button-wrapper{
        height: 58px;
    }
    
    .elementor-button-wrapper::after{
        background-size: 25px;
        line-height: 20px;
    }
}

@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
	.elementor-button-wrapper{
        height: 48px;
    }
    
    .elementor-button-wrapper::after{
        background-size: 20px;
        line-height: 20px;
        width: 50px;
		min-width: 50px;
    }
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {


}

@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
	
	.elementor-button-wrapper{
        height: 40px;
    }
    
    .elementor-button-wrapper::after{
        background-size: 18px;
        line-height: 20px;
        width: 40px;
		min-width: 40px;
    }
	
	 .elementor-field-group.elementor-field-type-submit {
        align-items: center !important;
		 justify-content: center;
    }
}



@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

