.section_bg--white{
	background-color:#fff;	
}
.fl-col-content:has(.overlay_logo) {
    position:relative;
}
.overlay_logo{
	    position: absolute;
    top: -20px;
    right: 20px;
    width: 125px !important;
	z-index:1;
}

.overlay_video {
    position: relative; 
    width: 100%; 
    height: 100%;
}
.overlay_video::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.overlay_block{
	position:relative;
}
.overlay_block .fl-module-photo::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.fl-builder-edit .overlay_block .fl-module-heading {
    position: static !important;
}
.overlay_block .fl-module-heading{
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:1;
}

.bg-img1{
	    position: absolute;
    top: -70px;
    left: -20px;
    width: 300px;
    height: 300px;
}

.bg-img2{
	    position: absolute;
    bottom: -70px;
    right: -20px;
    width: 250px;
    height: 250px;
}

.btn--link .fl-button {
  transition: all 0.1s;
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
  border-radius: none;
  cursor: pointer;
}
.btn--link .fl-button span, .btn--link .fl-button i {
  color: var(--theme-palette-color-1) !important;
  font-size: 16px;
	text-decoration:underline;
}
.btn--link .fl-button:hover span {
  color: #9c4bd1;
}

.fl-button-lightbox-content{
	padding:0 !important;	
}
 .review-container {
	 background-color: #a566cc;
	 color: white;
	 padding: 20px;
	 max-width: 600px;
	 box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	 max-height: 350px;
	 overflow: scroll;
}
.review-container h2 {
	font-size: 24px;
	color:#fff;
}
.review-container .review {
	margin-bottom: 20px;
}
.review-container.review p {
	font-size: 16px;
}
.review-container .stars {
	color: gold;
	font-size: 20px;
}
.btn-group .fl-button-group-buttons .fl-button-group-button{
	width:50%;
}
.btn-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap{
	width:100%;
}

.btn-group .fl-button-group-buttons .fl-button{
	padding:12px 5px;	
}
	.list-tvshow{
		width:100%;
	}

@media (max-width: 767.98px) {
	.section--padxy-lg{
		padding:inherit;
	}
  .bg-img1, 
	.bg-img2{
    display: none !important;
  }
	.heading_banner .fl-heading {
  font-size: 40px;
  line-height: 40px;
}

.heading_h1 .fl-heading {
  font-size: 36px;
  line-height: 40px;
}

.heading_h2 .fl-heading {
  font-size: 26px;
  line-height: 30px;
}

.heading_h3 .fl-heading {
  font-size: 18px;
  line-height: 20px;
}

.heading_h4 .fl-heading {
  font-size: 16px;
  line-height: 20px;
}

.basetext {
  font-size: 16px;
  line-height: 20px;
}
.basetext-sm {
  font-size: 14px;
}
.basetext-md {
  font-size: 18px;
  line-height: 20px;
}
	.list-tvshow{
		padding-bottom:80px;
		overflow:hidden;
	}
	.list-tvshow .fl-list-item{
		margin:0 20px;
	}
	.list-tvshow .fl-list-item .item_block{
		gap:20px;
		flex-direction:column;
	}
	.list-tvshow .fl-list-item .item_block .item1,
	.list-tvshow .fl-list-item .item_block .item2{
		width:100%;
	}
	.list-tvshow .fl-list-item .item_block .item2_content_title{
		font-size:26px;
		line-height:30px;
	}
	
/* Testimonial	 */
	.list-testimonials .fl-list-item .item_block{
		flex-direction:column;
		gap:20px;
		margin-bottom:0;
	}
	.list-testimonials .fl-list-item .item_block .item1,
	.list-testimonials .fl-list-item .item_block .item2{
		width:100%;
		display:flex;
		justify-content:center;
	}
	.btn-group .fl-button-group-buttons .fl-button-group-button{
	width:100%;
}
}

/* NEWS */
.post-type-archive-news .page-title{
font-size:40px;	
}
.news-room .post-header-section .content-section .news-room-list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.news-room .content-section .news-room-list_item:nth-last-child(2) 
{
  border-bottom:none;
}
.news-room .post-header-section .content-section .news-room-list_item .heading {
  padding: 40px 20px;
	display:flex;
	align-items:center;
	gap:20px;
		width:80%;
}
.news-room .post-header-section .content-section .news-room-list_item .heading a img {
  width: 100px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    height: 100px;
}
.news-room .post-header-section .content-section .news-room-list_item .heading h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -2%;
  color: #031729;
	width: calc(100% - 300px);
}
.news-room .post-header-section .content-section .news-room-list_item .meta {
  width: 20%;
	text-align:right;
}
.news-room .post-header-section .content-section .news-room-list_item .meta span {
  display: block;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #8A9EB0;
}
.news-room .sf-pagination {
	text-align:center;
	margin-top:100px;
}
.news-room .sf-pagination .page-numbers {
	background:#f2f2f2;
	color:#383636;
	margin:0 5px;
	padding:10px 20px;
	border-radius:5px;
}
.news-room .sf-pagination .page-numbers:hover {
	background:#b45de7;
	color:#fff;
}
.news-room .sf-pagination .page-numbers.current {
	background:#b45de7;
	color:#fff;
}

@media (max-width: 767.98px) {
	.news-room .post-header-section .content-section .news-room-list_item{
    flex-direction: column;
		align-items: flex-start;
	}
	.news-room .post-header-section .content-section .news-room-list_item .meta{
		    width: 100%;
    padding: 20px 0px;
		text-align:right;
	}
	.news-room .post-header-section .content-section .news-room-list_item .heading{
		padding: 40px 0px 0px 0px;
    align-items: center;
    gap: 10px;
    width: 100%;
	}
	.news-room .post-header-section .content-section .news-room-list_item .heading h2{
		        width: calc(100% - 50px);
		font-size:16px;
		line-height:20px
	}
	.news-room .post-header-section .content-section .news-room-list_item .heading a img {
  width: 50px;
  height: 50px;
}
}

/* Community */
.blog .page-title{
font-size:40px;	
}
.community-room .ct-container{
max-width:800px;	
}
.community-room .community-room-list_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
	flex-direction: column;
	    margin-bottom: 20px;
    padding-bottom: 20px;
}

.community-room .community-room-list_item .head h2{
font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #031729;
	padding:20px 0;
}
.community-room .community-room-list_item .content{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-room .community-room-list_item .content .heading{
	width:80%;
	
    display: flex;
    align-items: center;
    gap: 20px;
}
.community-room .community-room-list_item .content .heading a img{
	width: 100px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    height: 100px;
}
.community-room .community-room-list_item .content .heading .expert{
	margin:0;
	width:calc(100% - 100px);
}
.community-room .community-room-list_item .content .heading .expert p{
	margin:0;
}
.community-room .community-room-list_item .content .meta{
width:20%;
	text-align:right;
}



.community-room .content-section .community-room-list_item:nth-last-child(2) 
{
  border-bottom:none;
}


.community-room .sf-pagination {
	text-align:center;
	margin-top:100px;
}
.community-room .sf-pagination .page-numbers {
	background:#f2f2f2;
	color:#383636;
	margin:0 5px;
	padding:10px 20px;
	border-radius:5px;
}
.community-room .sf-pagination .page-numbers:hover {
	background:#b45de7;
	color:#fff;
}
.community-room .sf-pagination .page-numbers.current {
	background:#b45de7;
	color:#fff;
}
.community-char-left{
	background-image:url('https://educators.miaandcodie.com/wp-content/uploads/2025/11/community-char-left.png');
	background-repeat:no-repeat;
        width: 300px;
    height: 300px;
    background-size: cover;
    position: absolute;
    top: 200px;
    left: -122px;
}
.community-char-right{
	background-image:url('https://educators.miaandcodie.com/wp-content/uploads/2025/11/community-char-right.png');
	background-repeat:no-repeat;
    width: 550px;
    height: 550px;
    background-size: contain;
    position: fixed;
    top: 200px;
    right: 0px;
}

@media (max-width: 767.98px) {
.community-room .community-room-list_item .content {
	flex-direction: column;
}
	.community-room .community-room-list_item .content .heading,
	.community-room .community-room-list_item .content .meta{
	width:100%;
}
	.community-room .community-room-list_item .content .heading .expert span{
		display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	}
	.community-room .community-room-list_item .content .heading a img{
		width:75px;
		height:75px;
	}
	.community-char-left,
	.community-char-right{
		display:none;
	}
}


/*  */
/* .fl-node-j045kopcaivy,
.fl-node-35edkwaqp4lg,
.fl-node-a0qw72m8n3ly{
	justify-content: normal !important;
}

.fl-node-k9y1lwpqbhm5 .fl-button-center{
	text-align:left !important;
}
.fl-node-k2fq6jynv4pd p{
	text-align:left !important;
}
.fl-node-qasdizvp0x5t{
	display:none;
} */

.section_bg--pruple{
	background-color:#d5b9ff;	
}

.side-peak{
	position:relative;
}
.side-peak_img{
	position: absolute;
  right: -160px;
}

/* FAQ page */


.faq-block{
	  max-width: 900px;
    border-radius: 20px;
	    padding-top: 20px;
    padding-bottom: 20px;
    
}
.faq-block--right{
	margin-left: auto;
}
.faq-block--left{
	margin-right: auto;
}

.faq-block .fl-heading{
	padding-left: 20px !important;
  color: #fff;
  padding-right: 20px !important;
padding-bottom: 20px !important;
}
.faq-block--right .fl-heading{
	text-align:right;
}
.faq-block--left .fl-heading{
	text-align:left;
}


.faq-block .fl-module-content{
	margin: 0;
}

.faq-block .fl-accordion .fl-accordion-item{
	    border: 0;
    
	padding-left:0px;
	padding-right:0px;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-button a{
	color:#fff;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-button{
	margin-left:20px;
	margin-right:20px;
	padding-left:0;
	padding-right:0;
	border-bottom: 1px solid #fff;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-button a {
    color: #fff;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-button-label:focus{
outline-width:0;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-content{
	color:#fff;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.faq-block .fl-accordion .fl-accordion-item .fl-accordion-content a{
	color:#fff;

}
.faq-block--purple{
	background-color:#b45ce7;
}
.faq-block--blue{
	background-color:#3375C7;
}
.faq-block--red{
	background-color:#dd2e37;
}
.faq-block--green{
	background-color:#54B53E;
}
.faq-block--yellow{
	background-color:#E08F3E;
}
.faq-block--purple .fl-accordion .fl-accordion-item .fl-accordion-content {
	background-color:#c993e9;
}
.faq-block--blue .fl-accordion .fl-accordion-item .fl-accordion-content {
	background-color:#5b94dc;
}
.faq-block--red .fl-accordion .fl-accordion-item .fl-accordion-content {
	background-color:#dc797e;
}
.faq-block--yellow .fl-accordion .fl-accordion-item .fl-accordion-content {
	background-color:#e49f5a;
}
.faq-block--green .fl-accordion .fl-accordion-item .fl-accordion-content {
	background-color:#85da73;
}


@media (max-width: 767.98px) {
.faq-block--right .fl-heading{
	text-align:center;
}
.faq-block--left .fl-heading{
	text-align:center;
}
}

/* Partner logo section */
.list_partner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list_partner .slick-track{
  display: flex;
  align-items: center;
}
.list_partner .fl-list-item img {
  max-width:140px;
	object-fit:contain;
}
.list_partner .fl-list-item-3 img{
	max-width:210px;
}
.list_partner .fl-list-item-0 img{
  max-width:100px;
	object-fit:contain;
}
.list_partner .fl-list-item-4 img{
  max-width:130px;
	object-fit:contain;
}

.list_partner .fl-list-item:last-child img {
/*   width:400px; */
}

.list_partner .slick-track {
  display: flex !important;
  justify-content: center; 
  gap: 40px;             
}

.list_partner .slick-slide {
  float: none !important;
  display: flex !important;
  align-items: center; 
}

/* @media (max-width: 767.98px) {
.list_partner .fl-list-item img {
  width:150px;
}

.list_partner .fl-list-item-3 img {
  width:300px;
}
} */

/* Pricing page */
.pricing_list .cross-line{
text-decoration:line-through;	
}
.pricing_list .checklist {
    list-style: none;
    padding-left: 0;
  }

.pricing_list  .checklist > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
		color:gray;
  }

 .pricing_list .checklist > li::before {
		font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #b45ce7;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }

.pricing_list  .checklist ul {
    list-style: disc;
    color: gray; 
		padding-left:0px;
	
  }

/* QR Show/Hide */
body:not(.fl-builder-edit) #block_dock_section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

body:not(.fl-builder-edit) #block_dock_section.active {
  max-height: 15000px; 
  opacity: 1;
}
#block_dock_section_control{
	cursor:pointer;
}
#block_dock_section_control i {
  display: inline-block;
  margin-left: 10px;
	font-size:26px;
  transition: transform 0.3s ease;
}

#block_dock_section_control.active i {
  transform: rotate(180deg);
}


/* 09 - 09 - 2025 */
.btn--dark .fl-button{
	background: #33c800 !important;
}
.btn--dark .fl-button:hover{
	background: #7fcb65 !important;
}
.btn--dark .fl-button span, .btn--dark .fl-button i{
/* 	font-size:22px; */
}
.section_bg--purple{
	background-color:#EEE9FF !important;
}

.video_radius_20 .fl-video{
	border-radius:10px;
	overflow:auto;
}

  .checklist ul li {
    margin-bottom:10px;
  }
  .checklist > li > ul {
   	margin-top:10px;
  }

.checklist .arrow {
	display:none;
}

/* Hide inner lists on mobile */
@media (max-width: 768px) {
  .checklist ul {
    display: none;
    margin-left: 20px;
  }

  .checklist li {
    position: relative;
    cursor: pointer;
  }

  .checklist .arrow {
		display:block;
    float: right;
    font-size: 20px;
		margin-top:-2px;
    transition: transform 0.3s;
  }

  /* When active */
  .checklist li.active > .arrow {
    transform: rotate(180deg);
  }

  .checklist li.active > ul {
    display: block;
  }
}



@media (max-width: 767.98px) {
    .heading_h1 .fl-heading {
        font-size: 32px;
    }
}
.btn--dark_purple .fl-button{
	background-color:#b45ce7 !important;
}
.btn--dark_purple .fl-button:hover{
	background-color:#bb6cee !important;
}

/* Logo on video */
.pos-relative{
	position:relative;
}
.logo-rightTop{
	position: absolute;
  top: -40px;
  right: -40px;
  z-index: 9;
}
.logo-rightTop img{
   width:100px;
    border-radius: 100%;
    
}
@media (max-width: 767.98px) {
.logo-rightTop{
  top: -20px;
  right: -20px;

}
.logo-rightTop img{
    width: 70px;
    
}
	.naecy-peekimg{
	right:-100px;
	width:200px;
}
}

.naecy-peekimg{
position:absolute;
	right:-180px;
	width:600px;
}
@media (max-width: 767.98px) {
	.naecy-peekimg{
	right:-60px;
	width:200px;
}
}
.naecy-peekimg1{
	position:absolute;
	right:-240px;
	width:800px;
	top:400px;
}
.naecy-peekimg2{
	position:absolute;
	left:-150px;
	width:600px;
}