/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       Your Name
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
.wrap {
    display: block !important;
}
#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-bottom: 20px !important;
}
#ast-scroll-top {
    background-color: #2ec4b6 !important;
}
svg.ast-arrow-svg {
    margin-top: 13px !important;
}
.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-join-link {
    background: #32b69e !important;
    border-radius: 31px !important;
}
/* body .ld-course-status.ld-course-status-not-enrolled {
    display: none !important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    display: none;
} */

    .ast-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
body.single.single-sfwd-courses .ld-course-status.ld-course-status-enrolled {
    display: none !important;
}
/* Your custom CSS starts below this line */
#page .site-content {
    background-color: white;
}
header.elementor.elementor-201.elementor-location-header {
    background-color: white;
}
       /* --- LINGUABOX CUSTOM EXTERNAL CSS STYLE --- */

        /* Sidebar Styling */
        .lb-sidebar {
            width: 280px;
            background: var(--white);
            border-right: 1px solid var(--border-color);
            height: 100vh;
            position: fixed;
            left: 0;
            top: 0;
            display: flex;
            flex-direction: column;
            z-index: 50;
        }

        .sidebar-header { padding: 32px; }

        .lb-nav-group { padding: 0 24px; margin-bottom: 32px; }

        .lb-nav-label {
            font-size: 11px;
            font-weight: 700;
            color: var(--primary-teal);
            text-transform: uppercase;
            letter-spacing: 1.2px;
            margin-bottom: 16px;
            padding: 0 12px;
        }

        .lb-nav-item {
            display: flex;
            items-center: center;
            gap: 12px;
            padding: 12px;
            color: var(--sidebar-text);
            font-size: 14px;
            font-weight: 500;
            border-radius: 12px;
            transition: all 0.2s ease;
            cursor: pointer;
            margin-bottom: 4px;
            border: 1px solid transparent;
        }

        .lb-nav-item:hover {
            color: var(--dark-teal);
            background: #f1f5f9;
        }

        .lb-nav-item.active {
            color: var(--active-text);
            background: transparent;
            border: 1px solid var(--border-color);
        }

        .lb-nav-item svg { width: 20px; height: 20px; stroke-width: 2; }

        /* Content Area */
        .lb-main {
            margin-left: 280px;
            padding: 48px;
            width: calc(100% - 280px);
        }

        /* Cards and Components */
        .lb-card {
            background: var(--white);
            border: 1px solid #f1f5f9;
            border-radius: 24px;
            padding: 24px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
        }

        .lb-stat-icon {
            background: #f0fdfa;
            color: var(--primary-teal);
            padding: 8px;
            border-radius: 10px;
        }

        .lb-welcome-banner {
            background: #f0fdfa;
            border-radius: 24px;
            padding: 32px;
            margin-bottom: 40px;
        }

        /* Responsive Mobile Fix */
        @media (max-width: 768px) {
            .lb-sidebar { transform: translateX(-100%); transition: 0.3s; }
            .lb-sidebar.open { transform: translateX(0); }
            .lb-main { margin-left: 0; width: 100%; padding: 24px; }
        }

        /* Tab switching */
        .content-tab { display: none; }
        .content-tab.active { display: block; animation: fadeIn 0.3s ease; }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

/* woocommerce color changes */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
    color: #000000;
}
.woocommerce button.button {
    background-color: #2bb5a8;
    border-color: #2bb5a8;
}
.woocommerce button.button:hover {
    background-color: #2bb5a8;
    border-color: #2bb5a8;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #2bb5a8 !important;
}

/* Courses archive cards: hide category + author/date only */
.post-type-archive-sfwd-courses .ast-taxonomy-container.cat-links,
.post-type-archive-sfwd-courses .entry-meta {
  display: none !important;
}
.post-meta,
.entry-meta,
.author,
.post-author,
.posted-on {
    display: none !important;
}
/* Eski metni gizle */
.ld-course-list-items .ld-status {
    display: none;
}

/* New Style Css 01-04-26 */
.hero-title .elementor-heading-title {
	width: 100% !important;
	max-width: 96% !important;
}
.iconBoxGrid{
	padding-left:0;
}
.title-magenta em {
	color: #2EC4B6;
}
.sectiontitle p{
	margin-bottom: 15px !important;
}

/* =========================
   WRAPPER FIX (CENTER)
========================= */
.linguaHeader-Menu .wpr-nav-menu-container {
    display: flex;
    justify-content: center;
}

/* =========================
   MAIN MENU DESIGN
========================= */
.linguaHeader-Menu .wpr-nav-menu {
    display: inline-flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-right: 30px;
    padding-left: 30px;
    background: #f2f2f2;
    border-radius: 999px;
    align-items: center;
}

/* =========================
   MENU LINKS
========================= */
.linguaHeader-Menu .wpr-nav-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 6px 10px;
    font-family: 'DM Sans';
    font-size: 16px;
    transition: 0.3s;
}

/* HOVER */
.linguaHeader-Menu .wpr-nav-menu li a:hover {
    color: #2EC4B6;
}
.elementor-393 .elementor-element.elementor-element-ad4ef38.linguaHeader-Menu .wpr-nav-menu .wpr-menu-item{
	padding:0;
}
.footer-icon .elementor-grid .elementor-icon{
    border: 1px solid #2EC4B640;
    border-radius: 40px;
    margin-right: 8px;
    width: 35px;
    height: 35px;
}
.footer-Secondicn .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg{
	    fill: #fff;
}
.footer-Secondicn .elementor-icon-box-title{
	margin-top:0;
}
/* Remove bullet + spacing */
.footer-menuSection ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List item spacing */
.footer-menuSection ul.menu li {
  margin-bottom: 7px;
}

/* Link styling (main design) */
.footer-menuSection ul.menu li a {
  text-decoration: none;
  color: #cfcfcf; /* light grey */
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
	font-family: 'Inter';
}

/* Hover effect */
.footer-menuSection ul.menu li a:hover {
  color: #00c4b4; /* teal hover */
}
@media (min-width: 557px) and (max-width: 767px){
	.footer-firstSec .footermenusGrid {
		display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
	
    .footer-firstSec .footermenusGrid > div:nth-child(3) {
        display:grid;
		grid-column: span 2;		
    }
	
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
	.footer-firstSec{
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width: 767px) {
	.linguaHeader-Menu.wpr-nav-menu-bp-mobile .wpr-nav-menu-container{
		display: none !important;
	}	

}

/*Krunal bhai css*/
.langImageBox.elementor-element {
	width: fit-content;
	max-width: fit-content;
}
.langImageBox.elementor-element .elementor-image-box-content {
	display: flex;
    gap: 5px;
}
.entry-content p {
    margin-bottom: 0px !important;
}
.testimonialSlider .premium-carousel-wrapper .premium-carousel-inner .slick-track .elementor-element .elementor-image-box-content h3.elementor-image-box-title {
    margin-bottom: 5px;
}
.titleDesign .elementor-heading-title span {
    background: url(/wp-content/uploads/2026/04/Hero-Section-Titile-Design.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    padding: 0 10px;
}
.titleDesignWorks .elementor-heading-title span {
    background: url(/wp-content/uploads/2026/04/Hero-Section-Titile-Design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    padding: 20px 10px;
}
.adultsWrap.elementor-element .elementor-element.adultsWrapRight .elementor-element {
    height: 100%;
}
.adultsWrap.elementor-element .elementor-element.adultsWrapRight .elementor-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.translateWrap .gtranslate_wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 6px;
    width: fit-content;
    position: relative;
}
.translateWrap .gtranslate_wrapper::after {
    content: '';
    width: 100%;
    height: 4px;
    background: rgba(118, 118, 118, 0.19);
    display: block;
    margin-top: 4px;
}
.translateWrap .gtranslate_wrapper a.glink {
    color: #000000;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
}
.translateWrap .gtranslate_wrapper a.glink img {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    object-fit: cover;
}
.translateWrap .gtranslate_wrapper a.glink.gt-current-lang {
    border-color: rgba(46, 196, 182, 0.19);
    background: rgba(46, 196, 182, 0.19);
}

.abSeconSec .e-con-inner{
	  border: 1px solid #00000040;
    padding: 70px;
    border-radius: 20px
}
.sub-title {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(46, 196, 182, 1) 50%, 
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 2px; 
}
.ourteacherSec {
	left:0;
	right:0;
	text-align:center;
	}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
	.sub-title {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(46, 196, 182, 1) 50%, 
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 2px; 
}
}
@media only screen and (max-width: 767px) {

.sub-title {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(46, 196, 182, 1) 50%, 
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 2px; 
}
}


.faqSec .e-n-accordion-item-title{
	  border-top-left-radius: 4px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.faqSec .wpr-particle-no{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 16px;
}
.faqSec .e-n-accordion-item summary{
	box-shadow: 0px 1px 4px 0px #19213D0F;
}
/* Open state (IMPORTANT FIX) */
/*.faqdescription{
	    box-shadow: 0px 5px 0px 0px #4A3AFF0F;
}*/
footer#colophon {
    display: none !important;
}
@media only screen and (max-width: 767px){
	.contact-Mainsec {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
	.abSeconSec .e-con-inner{
		 padding: 15px;
	}
	.langImageBox .elementor-image-box-wrapper {
	  display: inline-flex;
	  gap:5px;	
	}
	.ourteacherSec {
		left:0;
		right:0;
	}
	
	.FeatureMainsec .e-con-inner{
	   max-width: 100%;
       margin: 0 auto; 
	   padding-left:20px;
	   padding-right:20px;
	}
	.NotSureSec .e-con-inner{
   		max-width: 100%;
   		margin: 0 auto;
   		padding-left: 20px;
   		padding-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.abSeconSec .e-con-inner{
		padding: 30px;
		width: 94%;
	}
	.homecourseSec{
	 display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 20px;
     padding-left: 20px;
     padding-right: 20px;
	}
	.ourTeacherSec{	
	 display: grid;
     grid-template-columns: repeat(2, 1fr);
	}
	.NotSureSec .e-con-inner{
   		max-width: 1200px;
   		width: 100%;
   		margin: 0 auto;
   		padding-left: 20px;
   		padding-right: 20px;
	}
	
	.adultsMainSec .e-con-inner{   
	   margin: 0 auto;
      max-width: 100%;
	  padding-left:20px;
	  padding-right:20px;	
	}
	.FeatureMainsec .e-con-inner{
 		max-width: 100%;
       margin: 0 auto; 
	   padding-left:20px;
	   padding-right:20px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px){
	.eBelieveSec .wpr-parallax-no .e-con-inner{
		gap:0;
	}
	.eBelieveSec {
		padding-left: 40px;
    padding-top: 140px;
    padding-right: 40px;
   
	}
	.smartBoxTitle{
	  width: 50% !important;
	}
	.abSeconSec .e-con-inner{
	width: 97%;
    padding-left: 50px;
    padding-right: 10px;
	}
	.WhoBoxSec{
		width: 27%;
	}
	.WhoAreSec{
		width: 30%;
	}
	.contact-Mainsec .e-con-inner{
		gap:30px;
		width: 100% !important;	
	}
	
	.contact-Mainsec {
	margin-left: 1.5rem;
    margin-right: 1.5rem;
	width: fit-content !important;
	}
	.linguabox-form input[type="text"],
	.linguabox-form input[type="email"],
	.linguabox-form input[type="tel"],
	.linguabox-form textarea{
		width:100% !important;
		min-width:100% !important;
	}
	.wpcf7-form input[type="submit"].wpcf7-submit{
		width: 100% !important;
   		min-width: 347px !important;
	}
	.right-sidebtn {
		width:40% !important;
	}
	.contact-arrow {
	left: 56% !important;
    top: 65% !important;
	}
	.contact-arrow img{
	 width: 50px !important;
     max-width: 50px !important;
	}
	.linguaHeader-Menu .wpr-nav-menu{
	    padding: 12px;
        gap: 12px;
	}
	.headerbtnsec {
		padding: 0;
		width:35% !important;
	}
	.headerlogoSec {
		margin-top:auto;
		margin-bottom:auto;
	}
	.headerlogoSec .elementor-widget-image img{
		max-width:90% !important;
	}
	.heroRightclmn{
	  width: 100%;
	}
	.herolefttclmn{
      width: 65%;
	}
	.adultsWrap {
	  width: 100%;
      margin-left: 20px;
	}
	.adultsMainSec .adultsWrapp{
	  width: 100% !important;
      margin-right: 20px !important;
	}
	.adultsMainSec .e-con-inner{
		gap:10px;
	}
	.adultsTitle .elementor-heading-title {
	  font-size: 28px !important;
	}
	.coursesBtn .elementor-button{
		 font-size: 12px !important;
		 padding: 13px 10px 13px 11px !important;
	}
	.smartTitlesec {
		width:60% !important;
	}
	.smartSubTitlesec {
		width:50% !important;
	}
	.NotSureSec .e-con-inner{
   		max-width: 1200px;
   		width: 100%;
   		margin: 0 auto;
   		padding-left: 20px;
   		padding-right: 20px;
	}

	.OurTeacherSubSec {
		width:100%;
	}
	.ourTeacherSec {
	 display: grid;
     grid-template-columns: repeat(3, 1fr);
	}
	.ourTeacherSubTitle {
		width: 45% !important;
	}
	.OurMethodSubSec {
	 padding-left: 20px;
     padding-right: 20px;
	}
	.notSureTitle .elementor-heading-title {
		font-size:45px !important;
	}
	.notSureSubTitle {
	  width: 89% !important;
	}
	.NotSecArrow {
	  left: 57% !important;
	}
		.FeatureMainsec .e-con-inner{
	   max-width: 1200px;
       width: 100%;
       margin: 0 auto; 
	   padding-left:20px;
	   padding-right:20px;
	}
	.FeatureMainsec .e-con-inner .wpr-particle-no{
		gap:10px;
	}
	.ourmethodtitle {
		width:60% !important;
	}
	
}
@media (min-width: 1200px) and (max-width: 1600px){
	 .CrSubtitle{
		width: 100% !important;
   		max-width: 51% !important;
	}
	    .NotSecArrow {
        left: 63% !important;
    }
		.NotSureSec .e-con-inner{
   		max-width: 1200px;
   		width: 100%;
   		margin: 0 auto;
   		padding-left: 20px;
   		padding-right: 20px;
	}
		.smartTitlesec {
		width:50% !important;
	}
	.smartSubTitlesec {
		width:42% !important;
	}
		.coursesBtn .elementor-button{
		 font-size: 15px !important;
		 padding: 13px 10px 13px 10px !important;
	}
		.adultsWrap {
	  width: 100%;
      margin-left: 1.5rem;
	}
	.adultsMainSec .adultsWrapp{
	  width: 100% !important;
      margin-right: 1.5rem !important;
	}
	.OurMethodSubSec {
	 padding-left: 1.5rem;
     padding-right: 1.5rem;
	}
	.FeatureMainsec .e-con-inner{
	   max-width: 1200px;
       width: 100%;
       margin: 0 auto; 
	   padding-left:20px;
	   padding-right:20px;
	}
	.FeatureMainsec .e-con-inner .wpr-particle-no{
		gap:10px;
	}
	.eBelieveSec .wpr-parallax-no .e-con-inner {
		gap:60px;
	}
		.WhoBoxSec{
		width: 27%;
	}
	.WhoAreSec{
		width: 27%;
	}
	.LevelSec{
		width: 50%;
	}
	.abSeconSec .e-con-inner{
		width:98%;
		padding: 60px;
	}
		.smartBoxTitle{
	  width: 50% !important;
	}
		.contact-Mainsec .e-con-inner{
		gap:30px;
		width: 100% !important;	
	}
	
	.contact-Mainsec {
	margin-left: 1.5rem;
    margin-right: 1.5rem;
	width: fit-content !important;
	}
	.linguabox-form input[type="text"],
	.linguabox-form input[type="email"],
	.linguabox-form input[type="tel"],
	.linguabox-form textarea{
		width: 100% !important;
        min-width: 455px !important;
	}
	.wpcf7-form input[type="submit"].wpcf7-submit{
   	   min-width: 456px !important;
	}
	.right-sidebtn {
		width:40% !important;
	}
	.contact-arrow {
	  left: 62% !important;
	}
	.headerbtnsec{
		padding:0;
	}
}


.legal_Menusec .eael-simple-menu li > a.eael-item-active {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600 !important;
    border-left: 3px solid #2EC4B6;
    line-height: 24px;
}
.header-title-magenta em{
    font-style: normal;
    color: #2EC4B6;
}
.buletitle span{
	color: #2EC4B6;
}
.linguabox-form {
	width: 100%;
	max-width: 554px;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 9px 0px 0px rgba(46, 196, 182, 0.34);
border: 1px solid rgba(46, 196, 182, 0.2);
	border-radius: 22px;
}

.form-group label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: flex;
    height: auto;
	  padding-bottom: 8px !important;
}
.linguabox-form input::placeholder,
.linguabox-form textarea::placeholder {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #767676 !important;
    opacity: 1;
}

.linguabox-form input[type="text"],
.linguabox-form input[type="email"],
.linguabox-form input[type="tel"],
.linguabox-form textarea {
    
    width: 100%; 
    min-width: 494px; 
    height: 50px;
    
    /* Spacing */
    padding: 15px 20px 15px 20px;
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 28px;
    opacity: 1;
    outline: none;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}
.linguabox-form textarea {
    height: auto;
    max-height: 100px !important;
	width: 494px;
	border-radius: 20px !important;
}

.linguabox-form input:focus,
.linguabox-form textarea:focus {
    box-shadow: none !important;
}
.iti__flag-container, 
.selected-flag,
.iti.separate-dial-code .iti__selected-dial-code {
    background-color: transparent !important;
    background: transparent !important;
}


.selected-flag:hover {
    background-color: transparent !important;
}

.phone-input input {
    background-color: transparent !important;
}

.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

.wpcf7-form input[type="submit"].wpcf7-submit {
    display: block !important;
    width: 100% !important;
	min-width:494px;
    height: 48px !important;
    margin: 20px auto !important;
    padding: 10px 30px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 99px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}


.wpcf7-form input[type="submit"].wpcf7-submit:hover {
    background-color: #fff!important;
	border: 1px solid #000000 !important;
	color: #000000 !important;
}
.linguabox-form label {
    display: block !important;
    margin-bottom: 10px !important; 
    font-weight: 500; 
}


.linguabox-form .form-group label{
	margin-top: 15px !important;
	margin-bottom: 8px !important;
}
.linguabox-form .wpcf7 input:focus,
.linguabox-form .wpcf7 textarea:focus,
.linguabox-form input:focus,
.linguabox-form textarea:focus {
    border-color: #EDEDED !important;
    box-shadow: none !important;
    outline: none !important;
}
@media only screen and (max-width: 767px) {

.wpcf7-form input[type="submit"].wpcf7-submit,
.linguabox-form input[type="text"],
.linguabox-form input[type="email"],
.linguabox-form input[type="tel"],
.linguabox-form textarea{
		width: 100% !important;
		min-width: 100% !important;
	}
	.linguabox-form{
	width: 100%;
    max-width: 100%;
	}
	
}

.policy-list li::marker {
  color: #000; 
}

.policy-list strong {
  color: #000; 
}
.LanguageSec {
   width: fit-content;
}
.LanguageSec .e-con-inner{
	padding-top:10px;
	padding-bottom: 18px;
}
.LanguageSec::after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgba(118, 118, 118, 0.19);
    display: block;
    margin-top: 6px;
    position: relative;
    top: -13px;
}
.LanguageIcon img{
	border-radius:20px;
}
.LanguageSec .elementor-image-box-title a {
  text-decoration: none !important;
}

/* ===== SWIPER CORE FIX ===== */
.teacher-slider {
  width: 100%;
  overflow: hidden;
}

.teacher-slider .swiper-wrapper {
  display: flex !important; /* 🔥 GRID REMOVE */
}

.teacher-slider .swiper-slide {
  height: auto !important;
  display: flex;
}

/* ===== CARD ===== */
.teacher-card {
  width: 100%;
  height: 100%;
}

/* ===== IMAGE ===== */
.teacher-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.teacher-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

/* ===== PLAY ICON ===== */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  transition: 0.3s ease;
}

.play-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.teacher-image:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.15);
}

/* ===== CONTENT ===== */
.teacher-content {
  margin-top: 10px;
}

.teacher-tag {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    font-weight: 800;
    font-family: 'Inter';
	line-height:normal;
}

.teacher-desc {
    font-size: 16px;
    color: #767676;
    margin-top: 6px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Inter';
}


/* ===== MODAL ===== */
.video-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-y: auto;
}

.video-box{
    background: #ffffff;
    width: 100%;
	max-width: 860px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 20px;
    position: relative;
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
}

.video-box{
    position: relative;
}

.close-video{
    position: absolute;
    top: 44px;
    right: calc(50% - 421px);
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.close-video-teacher {
    position: absolute;
    top: 137px;
    right: calc(50% - 421px);
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
#videoContainer{
    width: 100%;
}

#videoContainer video,
#videoContainer iframe{
    width: 100% !important;
    height: 500px;
    border-radius: 15px;
    display: block;
    background: #000;
}

.teacher-popup-details{
    margin-top: 0px;
}

.teacher-popup-details h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000000;
    font-family: 'DM Sans';
    line-height: 34px;
}

.popup-section{
    margin-bottom: 10px;
}


.popup-section p,
.popup-section li,
.popup-section div{
    font-size: 15px;
    line-height: 26px;
    color: #767676;
    font-family: 'Inter';
    font-weight: 400;
}

.popup-section ul{
    padding-left: 22px;
    margin: 0;
}

.popup-section li{
    margin-bottom: 5px;
}

.teacher-desc{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* SCROLLBAR */
.video-box{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.video-box::-webkit-scrollbar{
    display: none;
}
@media only screen and (max-width: 767px){
	.close-video {
		top: 39px;
    	right: calc(50% - 44%);
	}
	.close-video-teacher {
        top: 8%;
        right: 4%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.close-video {
		top: 4%;
    	right: calc(50% - 47%);
	}
	.teacher-image img {
    	height: 500px;
  }

  	#videoContainer iframe,
  	#videoContainer video {
   	 height: 500px;
  }
	.close-video-teacher {
		 top: 9%;
   		 right: calc(50% - 47%);
	}
}
@media (min-width: 1025px) and (max-width: 1199px){
	.close-video {
		top: 4%;
	}
	.close-video-teacher {
		top: 9%;
    	
	}
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .teacher-image img {
    height: 450px;
  }
	.play-icon {
	 top:14%;
	}
}

@media (max-width: 480px) {
  .teacher-image img {
    height: 500x;
  }

}



.lingua-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	row-gap: 60px;
}

.lingua-card {
    width: 100%;
}

.lingua-img {
    position: relative;
}

.lingua-content {
    padding: 15px;
}

.lingua-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lingua-name {
	border-radius: 20px;
    font-size: 16px;
    border: 1px solid #000000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 800;
    color: #000000;
    font-family: 'Inter';
	line-height:normal;
}

.lingua-flag-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lingua-flag-box img {
    width: 18px;
}

.lingua-desc {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    line-height: normal;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top:8px;
}
.lingua-lang {
	margin-top:8px;
}
.lingua-lang span {
    background: #76767633;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 26px;
    font-size: 10px;
    margin-right: 5px;
	color: #000000;
	font-family: 'inter';
	line-height:normal;
}
.lingua-flag-box span{
	color: #767676;
    font-size: 12px;
    font-family: 'Inter';
    line-height: normal;
    font-weight: 500;
}
.lingua-btn button {
	background-color: #000000;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    transition-duration: 0.3s;
    border-radius: 31px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
	margin-top:20px;
	text-align: center;
}
.lingua-btn button:hover {
  background-color: #2EC4B6;
}

@media only screen and (max-width: 767px) {
	.lingua-wrapper{
	grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	}
	.tutor-filter-bar{
	    flex-flow: wrap;
	}
}


@media (min-width: 768px) and (max-width: 1024px){
	.lingua-wrapper{
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	}
}

.tutor-filter-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

/* Search */
.tutor-search {
	position: relative;
    width: 100%;
   
}

.tutor-search input {
    width: 100%;
    padding: 11px 14px 11px 14px;
    border: 1px solid #0000001A;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    color: #767676;
    font-family: 'Inter';
    font-weight: 400;
    line-height: normal;
	box-shadow:none;
}


.tutor-search input:focus {
  border-color: #ccc;
}

/* Search Icon */
.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* Dropdown */
.select-wrapper {
  position: relative;
  display: inline-block;
}

/* SELECT */
.tutor-select,
.tutor-select-ac {
    padding-left: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: #767676;
    font-family: 'Inter';
    font-weight: 400;
    line-height: normal;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;	
}

/* WIDTH */
.tutor-select {
  width: 143px;
}

.tutor-select-ac {
  width: 119px;
}
.select-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000000;
  pointer-events: none;
}

/* HOVER */
.tutor-select:hover,
.tutor-select-ac:hover {
  border-color: none;
}

/* FOCUS */
.tutor-select:focus,
.tutor-select-ac:focus {
  outline: none;
  border-color: none;
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.lingua-wrapper{
		display: grid !important;
    	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    	gap: 20px;
	}
	.lingua-btn button {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.HomeSText {
		font-size: 14px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1600px){
		.lingua-btn button {
		padding-left: 50px;
    	padding-right: 50px;
	}
	.close-video {
		top: 4%;
	}
	.close-video-teacher {
		top:9%;
	}
}


@media only screen and (max-width: 767px){

	.CourseIcon .elementor-image-box-wrapper{
		display:flex;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){

	.Coursestaticlmn {
		width:100% !important;
	}
	.Course-img img{
	  height: 400px;
  	  object-fit: cover;
	}
	.YungCourse-img img{
	  height: 400px;
  	  object-fit: cover;
	}
}


.LanguageSec .elementor-widget-image-box {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
}

/* DEFAULT ACTIVE */
.LanguageSec .elementor-widget-image-box.default-active {
  background-color: #2EC4B61C;
  padding: 6px 9px 6px 7px;
  border: 1px solid #2EC4B630;
  border-radius: 10px;
}

/* CLICK ACTIVE */
.LanguageSec .active-lang {
  background-color: #2EC4B61C;
  padding: 6px 9px 6px 7px;
  border: 1px solid #2EC4B630;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}


.Course-img img{
	border-bottom-right-radius: 20px !important;
}
.YungCourse-img img{
	border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.CourseBullet ul{
	 margin-bottom: 0;
    margin-top: 0;
}

.CourseIcon {
    position: relative;
    padding-right: 40px;
}

.CourseIcon::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 18px;
    color: #2EC4B6;
}
/*.CourseIcon:hover {
    background: #2EC4B6;
    color: #000000;
	border: none;
	transition: all 0.4s ease; 
}*/
.LanguageButton .elementor-image-box-content{
	width:auto;
}
#ast-scroll-top {
	bottom: 168px;
}

.sub-titleCr::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 23%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(46, 196, 182, 1) 50%, rgba(255, 255, 255, 1) 100%);
    border-radius: 2px;
	
}
.adultsTitle {
	position: relative;
    padding-right: 40px;
}
.adultsTitleEn::after{
	content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000000;
    left: 74px;
}
.adultsTitleTr::after{
	content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000000;
    left: 110px;
}
.adDescription ul{
	margin-top:25px;
	margin-bottom:0;
}
.adDescription li{
	margin-bottom:15px;
} 
@media (min-width: 1025px) and (max-width: 1199px) {
	.Chooseimg img{
		height: 361px;
   		object-fit: cover;
   		border-radius: 10px
	}
	.CrMainimg img{
		height: 470px;
   		object-fit: cover;
     	border-radius: 10px;
	}
	.chooseBox{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.CrSubtitle{
		width: 100% !important;
   		max-width: 70% !important;
	}
	.StrGroupSec {
		width:100% !important;
	}
	.StrGroupmainSec{
		padding:40px;
	}
	.GroupTitle .elementor-heading-title{
		font-size:37px !important;
		text-align: left;
	}
	.Group-img img{
		width: 100%;
   	 	height: 320px;
    	object-fit: cover;
    	border-radius: 20px;
	}
	.CourseSBox {
	padding-left:8px !important;
	padding-right:8px !important;
	}
}
@media (min-width: 1300px){
	.adcontainer{
	  column-gap: 8px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1299px){
	
	.Chooseimg img{  
		 height: 314px;
    	object-fit: cover;
    	border-radius: 10px;
	}
		.chooseBox{
		padding-left:17px !important;
		padding-right:17px !important;
	}
	.StrGroupSec {
		width:100% !important;
	}
	.StrGroupmainSec{
		padding:40px;
	}
	.CwlSlider {
	   padding-left:20px !important;
	   padding-right:20px !important;
	}
	.ClassShImg img{
		height: 372px;
	}
	.schedule-MainCn {
		padding-left:20px !important;
		padding-right:20px !important;
	}

}



.contactTitle em{
	font-style:normal;
	color:#2EC4B6;
}
@media (min-width: 1200px) and (max-width: 1272px){
	.CourseSBox {
	padding-left:15px !important;
	padding-right:15px !important;
	}
	.GroupTitle .elementor-heading-title{
		    font-size: 47px !important;
	}
	
}




@media (min-width: 1025px) and (max-width: 1199px) {
	.Private-Lesson-btn .elementor-button{
		padding: 15px 110px 15px 110px !important;
	}
	.Private-Lesson-btn2 .elementor-button{
		padding: 15px 157px 15px 157px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1314px){
	.Private-Lesson-btn .elementor-button{
		padding: 15px 160px 15px 160px !important;
	}
	.Private-Lesson-btn2 .elementor-button{
		padding: 15px 208px 15px 207px !important;
	}
}
.whoAresec p{
	margin-bottom:12px !important;
}

.testimonial-wrapper {
 
  width: 100%;             
  margin: 0 auto;
  overflow: hidden;  
}

.testimonial-grid {
  display: flex;
  gap: 20px;
  width: 100%;
}

.testimonial-card {
   width: 100%;  
  min-width: 100%;
  flex: 0 0 auto;
  border: 1px solid #2EC4B699;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box; 
}

.testimonial-card .top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
}

.testimonial-card .top img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-card .info {
  display: flex;
  flex-direction: column;
}

.testimonial-card .stars {
  margin-left: auto;
  color: #FFB829;
}

.testimonial-card h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color:#000000;
  font-family:'inter';
  line-height:normal;
	
}

.testimonial-card span {
  font-size: 17px;
  color: #767676;
  font-family:'inter';
  font-weight:500;
  line-height:normal;
  margin-top:4px;
  
}

.testimonial-card hr {
  border: none;
  border-top: 1px solid #2EC4B65E;
}

.testimonial-card p {
  font-size: 16px;
  color: #767676;
  margin-top: 20px;
  font-family:'inter';
  font-weight:400;
  line-height:26px;
  min-height: 105px;	
 
}
@media (max-width: 767px) {
    .testimonial-wrapper {
        overflow: hidden;
        padding: 0 10px;
    }
	.PriceImgBox .elementor-image-box-wrapper{
		display:flex;
		gap:5px;
	}
	.OurMethodBox .elementor-image-box-wrapper {
		display:flex;
		gap:5px;
		align-items:center;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.testimonial-wrapper {
        overflow: hidden;
        padding: 0 10px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .testimonial-wrapper {
        overflow: hidden;
        padding: 0 10px;
    }
	.ClassSacheduleSec {
		width:50% !important;
	}
	.ClassSBoXsec {
		padding-left:12px !important;
		padding-right:12px !important;
	}
	.Secheduleicn .elementor-image-box-title{
		font-size:15px !important;
	}
	 .Secheduleicn .elementor-image-box-description{
		font-size:13px !important;
	}
	.classGDec .elementor-image-box-description{
		font-size:15px !important;
	}
}

.CourseBorder a{
	text-decoration:none !important;
}

/* Default icon color */
.coursesBtn .elementor-button-icon svg path {
    stroke: #2EC4B6;
    transition: stroke 0.3s ease;
}

/* Hover par black icon */
.coursesBtn:hover .elementor-button-icon svg path {
    stroke: #000;
}
.Schedulbtn .elementor-button-icon svg path {
    stroke: #2EC4B6;
    transition: stroke 0.3s ease;
}

/* Hover par black icon */
.Schedulbtn:hover .elementor-button-icon svg path {
    stroke: #000;
}
.lingua-desc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.lingua-desc li {
    list-style: none;
    margin-left: 0;
}
.classSIcon  .elementor-image-box-wrapper .elementor-image-box-title {
	margin-bottom:0!important;
}

.classSIcons  .elementor-image-box-wrapper .elementor-image-box-title {
	margin-bottom:0!important;
}
.classSIcons .elementor-image-box-wrapper{
	align-items:center !important;
}
.classSIcon .elementor-image-box-wrapper{
	align-items:center !important;
}
.classSIcon .elementor-image-box-img img{
	background: #2EC4B624;
    padding: 4px;
    border-radius: 10px;
}
.CourseSBox a{
	 text-decoration: none !important;
    color: #000;
}


.ld-registration-order{
	border: 1px solid #2EC4B633 !important;
    padding: 20px !important;
    border-radius: 22px;
	box-shadow: 0px 5px 15px 0px #4A3AFF0F;
}

.ld-registration-order__heading{
	font-size: 24px;
    color: #000000;
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}
.ld-registration-order__item-type{
    color: #767676;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 10px;
}
.ld-registration-order__item-title ,
.ld-registration-order__item-price {
	color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    font-family: 'Inter';
}
.ld-registration-order__total {
	border-top: 1px solid #0000001A;
}
.ld-registration-order__total-title{
	 font-size: 22px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 32px;
}
.ld-registration-order__total-price {
	color: #2EC4B6;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: normal;
}
.ld-registration-order__checkout-button {
	text-align:center;
}
.ld-registration-order__checkout-button button{
    background: #2EC4B6;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 207px;
    padding-right: 207px;
    text-align: center;
    border-radius: 31px;
    font-family: 'DM sans';
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
	
}
.ld-registration-order__return {
	border: none;
    padding-left: 20px;
    padding-top: 20px;
}
.ld-registration-order__return a{
	text-decoration: none !important;
    font-size: 16px;
    color: #000;
    background: #2EC4B6;
    padding: 7px;
    border-radius: 5px;
	font-family: 'Inter';
}
.entry-header .entry-title{
	 font-weight: 600;
    font-size: 32px !important;
    text-align: center;
    color: #000000;
    line-height: 42px;
    font-family: 'DM Sans';
}
@media only screen and (max-width: 767px) {
	.ld-registration-order__checkout-button button{
		padding-left:50px;
		padding-right:50px;
	}
	.ld-registration-order {
		margin-left:20px;
		margin-right:20px;
	}
}


.success-order-box{
    background: #f6fffd;
    border: 1px solid #2EC4B699;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.success-order-box h3{
	color: #000000;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 38px;
}

.success-order-box p{
    font-size:18px;
    color:#334155;
    margin:0;
}

.success-order-box strong{
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'DM Sans';
    font-weight: 500;
    line-height: 32px;
}