/* --------- Hero Section --------- */
#ml-hero-section {
    padding: 65px 0px;
    position: relative;
}
#ml-hero-section .heading {
    width: 100%;
    max-width: 990px !important;
}
#ml-hero-section .heading h1 {
    font-size: 56px;
    margin-bottom: 32px;
}
#ml-hero-section .description {
    margin-bottom: 40px;
}
#ml-hero-section .description p {
    font-size: 18px;
    padding-bottom: 32px;
}

/* --------- Logo Section --------- */
#ml-logo-section {
    padding: 30px 0px;
    position: relative;
}

/* --------- Mastermind Section --------- */
#ml-mastermind-section .inner-heading h1 {
    padding: 18px 0px 10px;
    text-align: center;
    background-color: #F1F8FF;
}
#ml-mastermind-section .ml-row {
    padding: 65px 0px 100px;
}
#ml-mastermind-section .ml-list-item {
    margin-bottom: 30px;
}
#ml-mastermind-section .ml-list-item:last-child {
    margin-bottom: unset !important;
}

/* --------- What you get Section --------- */
#ml-whatyou-get-section {
    position: relative;
    padding: 65px 0px;
}
#ml-whatyou-get-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75%;
    background: #f1f8ff; 
}
#ml-whatyou-get-section .ml-list-item {
    margin-bottom: 40px;
}
#ml-whatyou-get-section .ml-image-module {
    max-width: 100%;
    margin: auto;
    max-width: 600px;
}

/* --------- Mastermind Plan Section --------- */
#ml-membership-plan-section {
    padding: 65px 0px;
    position: relative;
}
#ml-membership-plan-section .ml-plan-box {
    background-image: repeating-linear-gradient(180deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(270deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(0deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(90deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
    padding: 65px 40px;
    text-align: center;
}
#ml-membership-plan-section .ml-list-items {
    padding: 40px 0px;
} 
#ml-membership-plan-section .ml-list-item {
    margin-bottom: 30px;
}
#ml-membership-plan-section .pricing-plan-amount {
    font-size: 36px;
}

/* --------- Testimonial Section --------- */
#ml-testimonial-section {
    padding: 65px 0px;
    position: relative;
}
#ml-testimonial-section .row:nth-child(3) {
    padding: 65px 0px;
}
#ml-testimonial-section .row:nth-child(4) {
    flex-direction: row-reverse;
}
#ml-testimonial-section .description p {
    padding-bottom: 15px;
}
#ml-testimonial-section .ml-image-module {
    position: relative;
}
#ml-testimonial-section .ml-image-module::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 146px;
    z-index: 2;
    left: -45px;
    top: -45px;
    background-image: url(/wp-content/uploads/2023/08/image-removebg-preview-10.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* --------- FAQ Section --------- */
#ml-faq-section {
    padding: 65px 0px;
    position: relative;
}
#ml-faq-section .ml-faq-items {
    width: 100%;
    max-width: 1050px;
    margin: auto;
}
#ml-faq-section .accordion{
    width: 100%;
    padding: 0 5px;
    border: 2px solid #F1F8FF;
    cursor: pointer;
    display: flex;
    margin: 10px 0 0px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #F1F8FF;   
}
#ml-faq-section .accordion i {
    color: #33639B;
    transition: all .5s ease-in;
}
#ml-faq-section .accordion .fa-chevron-up{
    display: none;
}
#ml-faq-section .active, .accordion:hover{
    background-color: #F1F8FF;
    color: #33639B;
    transition: all .5s ease-in;
}
#ml-faq-section .active .fa-chevron-up{
    display: block;
}
#ml-faq-section .active .fa-chevron-down{
    display: none;
}
#ml-faq-section .accordion h3{
    font-size: 24px;
    margin: 0;
    color: #33639B;
    padding-left: 5px;
}
#ml-faq-section .panel p {
    font-size: 16px;
}
#ml-faq-section .active i, #ml-faq-section .active h2 , #ml-faq-section .accordion:hover i , #ml-faq-section .accordion:hover h2{
    color: #33639B;
}
#ml-faq-section .panal {
    border: 2px solid #F1F8FF;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
}
#ml-faq-section .ml-faq-item {
    margin-bottom: 30px;
}
#ml-faq-section .ml-faq-item:last-child {
    margin-bottom: unset;
} 

/* --------- About Bella Section --------- */
#ml-about-bella-section {
    padding: 65px 0px;
    position: relative;
    margin-bottom: 100px;
}
#ml-about-bella-section .ml-heading {
    position: relative;
}
#ml-about-bella-section .ml-heading h3 {
    top: -10px;
    left: 0px;
}
#ml-about-bella-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    background: #f1f8ff;
}
#ml-about-bella-section .ml-image-module {
    position: relative;
}
#ml-about-bella-section .ml-image-module::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 146px;
    z-index: 2;
    left: -45px;
    top: -45px;
    background-image: url(/wp-content/uploads/2023/08/image-removebg-preview-10.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ml-about-bella-section p {
    padding-bottom: 15px;
}

/* --------- Marketing Section --------- */
#ml-marketing-section .inner-heading h1 {
    padding: 18px 0px 10px;
    text-align: center;
    background-color: #F1F8FF;
}
#ml-marketing-section .ml-row {
    padding: 65px 0px;
}
#ml-marketing-section .ml-list-content {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    text-align: center;
}
#ml-marketing-section .ml-list-item:first-child .ml-image {
    width: 70px;
    margin-bottom: 30px;
}
#ml-marketing-section .ml-list-item:first-child {
    margin-bottom: 80px;
}

/*  --------- Social Media Section CSS Code Start  --------- */
#ml-social-media-section {
    padding: 0px 0px 65px;
    position: relative;
}
#ml-social-media-section .ml-list-content img {
    width: 48px;
    margin: 28px 0px;
}

/* --------- Marketing Plan Section CSS Code Start --------- */
#ml-marketing-plan-section {
    padding: 0px 0px 100px;
    position: relative;
}
#ml-marketing-plan-section .ml-plan-box {
    background-image: repeating-linear-gradient(180deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(270deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(0deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px), repeating-linear-gradient(90deg, #e83dc1, #e83dc1 25px, transparent 25px, transparent 31px, #e83dc1 31px);
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
    padding: 65px 40px;
    text-align: center;
}
#ml-marketing-plan-section .ml-list-items {
    padding: 40px 0px;
} 
#ml-marketing-plan-section .ml-list-item {
    margin-bottom: 30px;
}
#ml-marketing-plan-section .pricing-plan-amount {
    font-size: 36px;
}
#ml-marketing-plan-section h5.pricing-plan-discount-amount {
    text-decoration: line-through #e83dc1;
    color: #fac60e;
    margin-bottom: 8px;
    font-size: 26px !important;
    font-weight: 500;
}
#ml-membership-plan-section .pricing-box-card, #ml-marketing-plan-section .pricing-box-card {
    padding: 0px 50px !important;
}

/* --------- Jump and Scale Section CSS Code Start --------- */
#ml-jump-scale-section .inner-heading h1 {
    padding: 18px 0px 10px;
    text-align: center;
    background-color: #F1F8FF;
}
#ml-jump-scale-section .ml-inner-row {
    padding: 65px 0px;
}

/* --------- Training Registration Section CSS Code Start --------- */
#ml-registration-section {
    padding: 65px 0px;
    position: relative;
}
#ml-registration-section .ml-list-item:nth-child(1), #ml-registration-section .ml-list-item:nth-child(2) {
    margin-bottom: 45px;
}


/* --------- Left to Right Image Section CSS COde Start --------- */
#ml-left-right-image-section #ml-inner-section {
    padding: 65px 0px;
    position: relative;
}
#ml-left-right-image-section #ml-inner-section h2 {
    color: #121212;
    margin-bottom: 30px;
}
#ml-left-right-image-section #ml-inner-section p {
	padding-bottom: 15px;
}
#ml-left-right-image-section #ml-inner-section:nth-child(2n)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    background: #f1f8ff;
}
#ml-left-right-image-section #ml-inner-section:nth-child(2n) .row {
    flex-direction: row-reverse;
}

/* --------- CTA Section CSS COde Start --------- */
#ml-cta-section {
    padding: 65px 0px;
    position: relative;
    margin-bottom: 80px;
}
#ml-cta-section h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}


/* ------ 1-1 Intensive Section CSS Code Start --------- */
#ml-intensive-section .inner-heading h1 {
    padding: 18px 0px 10px;
    text-align: center;
    background-color: #F1F8FF;
}
#ml-intensive-section .ml-inner-row {
    padding: 80px 0px 0px;
}
#ml-intensive-section .ml-list-item {
    margin-bottom: 30px;
}
#ml-intensive-section .pricing-plan-amount {
    font-size: 36px;
}
#ml-intensive-section .ml-discount-price {
    text-decoration: line-through;
    color: #e83dc1;
}


#ml-intensive-section .ml-image-module {
    position: relative;
    max-width: 600px;
    margin: auto;
}
#ml-intensive-section .ml-image-module::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 146px;
    z-index: 2;
    left: -45px;
    top: -45px;
    background-image: url(/wp-content/uploads/2023/08/image-removebg-preview-10.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ml-intensive-section .ml-heading h3 {
    top: -10px;
    left: -50px;
}

#ml-intensive-section .ml-inner-description {
    margin-bottom: 30px;
}
#ml-intensive-section .ml-inner-description h2, #ml-intensive-section .ml-inner-description p {
	padding-bottom: 15px;
}
#ml-intensive-section .ml-inner-description li {
	padding-bottom: 10px;
}
#ml-intensive-section .ml-inner-row:nth-child(2n) .row {
    flex-direction: row-reverse;
}
#ml-intensive-section .ml-inner-row:nth-child(2n) {
	padding: 80px 0px 15px;
}
/* ------ Session with Bella Section CSS Code Start --------- */
#ml-session-bella-section {
    padding: 100px 0px;
    position: relative;
    background-color: #f1f8ff;
}
#ml-session-bella-section  .ml-image-module {
    position: relative;
    max-width: 600px;
    margin: auto;
}
#ml-session-bella-section  .ml-image-module::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 146px;
    z-index: 2;
    right: -45px;
    top: -45px;
    background-image: url(/wp-content/uploads/2023/08/image-removebg-preview-10.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ml-session-bella-section h2 {
    margin-bottom: 30px;
}
#ml-session-bella-section .inner-content {
    background-color: #fff;
    padding: 42px 100px;
}


/* ------ Calendly Section CSS Code Start --------- */
#ml-calendly-section {
    padding: 40px 0px 65px;
    position: relative;
}


/* -------- Master Landing Pages Product Section Code Start ------------- */
#ml-product-section {
    padding: 65px 0px;
	position: relative;
}
#ml-product-section .row {
	flex-wrap: unset !important;
	padding: 0px 15px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
#ml-product-section .row .col-lg-4 {
	box-shadow: 0 0 10px rgb(0 0 0/10%);
	margin: 0px 15px;
    padding: 0px;
    margin-bottom: 30px !important;
}
#ml-product-section .product-boxes {
    padding: 15px;
}
#ml-product-section .product-thumbnail {
    margin: 0 0 20px;
    padding-bottom: 60%;
    position: relative;
}
#ml-product-section .product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .8;
    object-position: top;
}
#ml-product-section .product-cart-btn {
    margin: -50px 0 17px;
    position: relative;
    text-align: end;
}
#ml-product-section .product-content {
    text-align: center;
}
#ml-product-section .product-content h3 a {
    color: #2563a0 !important;
    text-transform: uppercase;
}
#ml-product-section .product-content h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
#ml-product-section .product-content span.price {
    font-size: 28px;
	font-weight: 600;
    color: #2563a0;
}
#ml-product-section .buy-now-button {
	color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 16px 25px;
    display: inline-block;
    border-radius: 9px 0;
    transition: .4s all;
    background-image: url(../img/brush-shape-pink.png);
    background-size: 100% 100%;
	border: unset !important;
    background-color: unset !important;
}

/* ------ Global Left/Right Content Section CSS Code Start --------- */
#ml-global-lr-section {
	padding: 65px 0px;
	position: relative;
}
#ml-global-lr-section h2 {
	padding-bottom: 15px;
}
#ml-global-lr-section p{
	padding-bottom: 15px;
}
.content-reverse {
	padding: 65px 0px 100px !important;
}
.content-reverse .row {
    flex-direction: row-reverse;
}
#ml-global-lr-section .ml-heading h3 {
    top: -10px;
    left: -50px;
}
#ml-global-lr-section .ml-image-module {
	max-width: 600px;
	width: 100%;
	margin: auto;
}

/* ------ Media Query CSS Code Start -------------- */
@media(max-width: 1400px){
	#ml-product-section .row {
		flex-wrap: wrap !important;
		margin-right: -15px !important;
    	margin-left: -15px !important;
	}
	#ml-product-section .row .col-lg-4 {
		box-shadow: unset !important;
		margin: unset !important;
		padding: 0px 15px !important; 
		margin-bottom: 30px !important;
	}
	#ml-product-section .product-boxes {
    	padding: 15px;
		box-shadow: 0 0 10px rgb(0 0 0/10%);
		margin-bottom: 30px !important;
	}
}
@media(max-width: 992px){
	#ml-hero-section .heading h1 {
		font-size: 48px;
	}
	#ml-whatyou-get-section::before {
		width: 100%;
	}
	#ml-testimonial-section img.ml-testimonial-image {
    	height: unset !important;
	}
	#ml-testimonial-section .row:nth-child(3) {
		padding: 40px 0px;
	}
	#ml-about-bella-section::before {
		width: 100%;
	}
	#ml-about-bella-section {
		margin-bottom: unset !important;
		padding: 40px 0px;
	}
	#ml-about-bella-section img.ml-about-image {
		height: unset !important;
		margin-bottom: 40px;
	}
	#ml-membership-plan-section .pricing-box-card, #ml-marketing-plan-section .pricing-box-card {
    	margin-bottom: 50px !important;
	}
	
	#ml-left-right-image-section #ml-inner-section:nth-child(2n)::before {
        width: 100%;
    }
    #ml-cta-section {
        margin-bottom: 0px !important;
    }
	#ml-jump-scale-section iframe {
		width: 100%;
		height: 450px;
	}
	#ml-registration-section .inner-list-content {
    	flex-direction: column;
	}
	#ml-registration-section img.ml-image-item {
    	margin-bottom: 25px;
	}
	#ml-registration-section .ml-list-item {
    	padding: 0px !important;
	}
	#ml-registration-section .ml-list-item .col-lg-2, .ml-list-item .col-lg-10 {
    	padding: 0px !important;
	}
	#ml-registration-section .ml-list-item {
		margin-bottom: 40px;
	}
	#ml-registration-section .ml-list-item:last-child {
		margin-bottom: 0px !Important;
	}
	#ml-cta-section h2 {
    	font-size: 34px;
    	margin-bottom: 20px;
	}
	#ml-intensive-section .ml-image-module {
		width: 100%;
		max-width: unset !important;
		margin-bottom: 40px;
	}
	#ml-session-bella-section .inner-content {
		padding: 40px !important;
	}
	#ml-session-bella-section .ml-image-module {
    	width: 100%;
    	max-width: unset !important;
	}
	#ml-intensive-section .inner-heading h1 {
    	font-size: 36px;
	} 
}

@media(max-width: 767px){
	#ml-hero-section .heading h1 {
		font-size: 28px;
	}
	#ml-faq-section .accordion h3 {
		font-size: 18px !important;
	}
	#ml-jump-scale-section iframe {
		height: 400px;
	}
	#ml-cta-section h2 {
    	font-size: 24px;
	}
	#ml-intensive-section .inner-heading h1 {
    	font-size: 24px;
	}
	#ml-product-section .product-content span.price {
    	font-size: 25px !important;
	}
}

@media(max-width: 571px){
	#ml-jump-scale-section iframe {
    	height: 250px;
	}
	#ml-product-section .product-content span.price {
    	font-size: 22px !important;
	}
}