body{
     font-family: "Manrope", sans-serif;
    overflow-x: clip !important; 
    color:#292929 ;
}
html{
    overflow-x: clip !important;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Manrope", sans-serif;
   color:#000;
   
}
img{
    height:auto;
    max-width:100%; 
}
 
p{
    font-size: 15px;
    font-weight: 500;
   color: #474747;
    letter-spacing: 0.3px;
    line-height: 1.6;
}
a{
    text-decoration:none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}


/*section-title-start*/


.section-title.text-center {
   margin-bottom: 60px;
}

.sec-small-title {
      position: relative;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    color: #ff9600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 30px;
}
.sec-small-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/bg/mitrinschool.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto 0;
}
.sec-big-title {
        position: relative;
    font-size: 33px;
   line-height: 1.4;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    font-weight: 800;
}

.bottom-line {
  display: inline-block;
    position: relative;
}

/*.bottom-line::before {*/
/*      content: '';*/
/*    position: absolute;*/
/*    background-color: rgba(255, 114, 58, 0.2);*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    bottom: 8px;*/
/*        left: 0;*/
/*         z-index: 1;*/
/*}*/

/*section-title-end*/

.our-why-chooseus{
    position: relative;
    padding: 4rem 0 4rem;
       /*background: #fcf5f1;*/
    /*background: linear-gradient(rgba(255, 114, 58, 0.04) 0%, rgba(241, 77, 93, 0.02) 100%);*/
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
     
    z-index: 1;
}
.our-why-chooseus::after {
       content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 40%;
    background: #2d4fb3;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: -1;
}
.our-why-chooseus .row{
    margin-bottom: 70px;
}
   
.why-choose-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(140, 171, 193, 0.15);
  border-radius: 20px;
  padding: 35px 30px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.why-choose-box::after {
  content: "";
  width: 135px;
  height: 135px;
  background-color:#F6C757;
  position: absolute;
  right: -100%;
  border-radius: 50%;
  top: -100%;
  transition: all 0.25s;
}
.why-us-content h5 {
       font-size: 16px;
    font-weight: 700;
    margin-bottom: 2rem;
    transition: all 0.25s;
    max-width: 85%;
    line-height: 1.4;
}
.why-choose-box p {
     font-weight: 500;
    margin-bottom: 0;
    transition: all 0.25s;
    font-size: 13px;
}
.why-choose-box .why-us-icon {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.25s;
}
.why-choose-box:hover {
  background-color:#ff9600;
}
.why-choose-box:hover .why-us-icon img{
        filter: brightness(0) invert(1);
    transition: 0.3s;
}

.why-choose-box:hover h5 {
  color: #fff;
}
.why-choose-box:hover p {
  color: #fff;
  opacity: 0.8;
}
.why-choose-box:hover::after {
  right: -70px;
  top: -70px;
}
.mt-3{
margin-top: 3rem !important;
    
}


.list-style2 {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
   justify-content:center;
}
.list-style2 li {
  background-color:#f4d501;
  padding: 13px 25px 13px 50px;
  font-size: 16px;
  color:#001c61;
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
.list-style2 li::before {
  content: "";
  background-image: url(../images/bg/check.svg);
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  transition: transform 0.25s ease;
  background-size: 100%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .list-style2 li {
    padding: 10px 20px 10px 45px;
    font-size: 14px;
  }
  .list-style2 li::before {
    left: 20px;
    width: 16px;
    height: 16px;
  }
}


.our-languages-section {
        position: relative;
    padding: 5rem 0;
}
.our-languages-section .row{
   row-gap: 60px;
}

.languages-card {
  position: relative;
    z-index: 1;
    padding-left: 1px;
    display: block;
    margin-bottom: 1.5rem;
}

.languages-card::before {
       content: "";
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    width: 96%;
    background-color: #FF9600;
    border-radius: 14px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.languages-card:hover::before {
    transform: rotate(-6deg);
}

.languages-images {
    border-radius: 10px;
    overflow: hidden;
}

.languages-images img {
    border-radius: 10px;
    width: 100%;
    object-fit:cover;
    border-radius: 14px;
    transition: all 0.3s 0s ease-out;
}
.languages-card h4{
    position: absolute;
    left: 10px;
    right: 10px;
        bottom: -25px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
     border-radius: 10px;
    display: inline-block;
    padding: 14px 20px 15px;
    background-color: #ffffff;
    box-shadow: 0 16px 12px 2px rgba(0, 0, 0, 0.05);
    max-width: fit-content;
    margin: auto;
  
}
.languages-title h4 a{
       color: #000;
    font-size: 15px;
    font-weight: 700;
}

.our-forgin-section {
    position: relative;
    padding: 5rem 0 8rem;
        /*background-color: #f8e7c9;*/
        /*background-color: rgb(250, 246, 243);*/
        /*background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);*/
    background: #f2f4fa;

}
.our-forgin-section .row{
    row-gap:50px;
    justify-content: center;
}
.primary-btn1{
    margin: unset !important;
    border: 1px solid #ff9600;
    background-color: transparent;
    color: #1E1E2F;
    border-radius: 50px;
    box-shadow: none;
    transition: 0.3s;
    position: relative;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    display: inline-flex
}
.primary-btn1:hover {
    background: #ff9600;
    color: #fff;
}
.primary-btn2{
    display: inline-block;
    margin: unset !important;
    background-color: #ff9600;
    color: #1E1E2F;
    border-radius: 50px;
    box-shadow: none;
    transition: 0.3s;
    padding: 12px 23px;
    font-size: 14px;
    font-weight: 600;
    transition:0.3s;
}
.primary-btn2:hover{
    background:#072654;
    color:#fff;
}
.primary-btn3 {
    position: relative;
    padding: 13px 23px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    transition: all 0.8s ease-in-out;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    max-width: fit-content;
    border-radius: 100px;
    color: #fff;
    background-color:#ff9600;
   
    overflow: hidden;
}
.primary-btn3:hover {
    color: #ffffff;
    background:#000000;
}



.corporate-training{
      position: relative;
    padding: 5rem 0 5rem;
}

.corporate-training-flex {
   position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 3rem;
    /*align-items: center;*/
}
.corporate-training-flex .section-title{
    max-width:70%;
}

.corporate-training-flex p{
    max-width: 75%;
}
.corporate{
    max-width:50%;
}

.training-card {
    background: #ffedd5;
    border-radius: 20px;
    padding: 2rem 2rem 1.5rem;
    height: 100%;
}
.training-list {
    margin: 0;
    padding-left: 0;
}

.training-list li {
   list-style: none;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 28px;
}
.training-list li:last-child{
    margin:0;
}
.training-list li::before {
      position: absolute;
    content: "\f1af";
    font-family: "flaticon_normal-icon";
    font-weight: 800;
    left: 0;
    top: 0.8rem;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}

.training-images img{
    border-radius: 20px; 
}


.training-images-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

/* main image */
.training-images-wrapper .main-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-right: 1px;
}
.training-images-wrapper::before {
    content: "";
       position: absolute;
       right: -40px;
    top: -34px;
    z-index: -1;
    transform: translateY(-50%);
    width: 279px; 
    height: 190px; 
    background-image: url('../images/bg/1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
    opacity: 0.3;
    filter: brightness(0.5);
}
@keyframes left-image-bounce{
0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

}

.training-images-wrapper .experience-badge {
   position: absolute;
    bottom: 20px;
    right: -17px;
    background-color: #FF9600;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 7px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 32%;
    margin: auto;
    text-align: center;
    font-size: 20px;
   -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
}


.take-free-concepts{
    text-align:center;
}
.take-free-concept{
    height: 100%;
}
.take-free-trial{
    position:relative;
        padding: 1rem 0 5rem;
}
.take-free-title h4{
       font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.015em;
    color: #303030;
}

.take-free-image{
 display: block;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    background: #ffe0a8;
    border-radius: 150px 150px 20px 20px;
    padding: 2rem 0 1rem;
}
.take-free-title {
        margin: 2rem 0 0;
}
.take-free-title p{
    margin:0;
}

.take-free-trial .sec-big-title {
    font-size:39px;
}
   

.stayconec{
   font-size: 20px;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.testimonial-section{
    position:relative;
       padding: 5rem 0 4rem;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
}
.testimonial-section .section-title p{
       max-width: 700px;
}

.testimonial-card{
    position: relative;
    padding: 40px 30px 30px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
}

.testimonial-card::before{
    content: "\f157";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    top: -15px;
    right: 29px;
    font-size: 34px;
    color: #ff9600;
    padding: 0 10px;
    border-radius: 50%;
    width: 48px;
    height: 36px;
    min-width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(179deg);
}

.testimonial-card h4{
   font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
   color: #0686c7;
}

/*.review-client{*/
/*    margin-bottom: 15px;*/
/*}*/

.testimonial-card::after{
    
    position: absolute;
    content: "\f150 \f150 \f150 \f150 \f150";
    top: 2rem;
    font-family: flaticon_normal-icon !important;
    display: inline-block;
    font-size: 18px;
    color: #ff9600;
    letter-spacing: 6px;
    background-size: contain;
}

.testimonial-card p{
      font-size: 14.5px;
    line-height: 1.6;
    margin: 2rem 0 0;
    text-align:justify;
}

.read-more{
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.testimonial-images{
       display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.testimonial-images img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-images strong{
       color: #000;
    font-size: 17px;
    letter-spacing: 0.4px;
}

.testimonial-images span{
    font-size: 14px;
    color: #ff9600;
}
.mySwiper-testimonial .swiper-wrapper {
    transition-timing-function: linear !important;
    margin-bottom:6rem;
}
.mySwiper-testimonial .swiper-slide {
    display: flex;
    height: auto !important;
}
.our-testimonial-btn{
	position: absolute;
    bottom: 1rem;
	width: 100%;
	right: 0;
	display: flex;
	align-items: center;
	
	justify-content: center;
	z-index: 1;
}
.our-testimonial-sec .swiper-button-next,
.our-testimonial-sec .swiper-button-prev{
	position: relative;
    width: 30px;
    height: 30px;
    background-color: #072654;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.our-testimonial-sec .swiper-button-next{
	margin-left: 30px;
}
.mySwiper-testimonial .swiper-button-prev:after, 
.mySwiper-testimonial .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 10px;
    color: #fff;
}
.mySwiper-testimonial .swiper-button-next:after, 
.mySwiper-testimonial .swiper-rtl .swiper-button-prev:after {
    font-size: 10px;
    color: #fff;
}
.mySwiper-testimonial .swiper-wrapper{
    margin-top:2rem;
}




.our-header-section  {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.our-header-logo img{
    width:100px;
    height:100px;
}
.our-header-section .primary-btn3{
   margin: unset !important;
    border: 1px solid #ff9600;
    background-color: transparent;
    color: #1E1E2F;
    border-radius: 50px;
    box-shadow: none;
    transition:0.3s;
}
.our-header-section .primary-btn3:hover{
    background:#ff9600;
    color:#fff;
}
.header-sec-top {
    position: relative;
    width: 100%;
    z-index: 99;
}
.header-sec-top .container, .hero .container{
    padding-right: 15px;
    padding-left: 15px;
}
.our-navigation{
    margin-left: -2.5rem;
}
.mega-menu-list  {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap:20px;
}
.mega-menu-list > li > a {
       position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: .2s linear;
    letter-spacing: 0.7px;
    display: inline;
    padding: 0;
}
.sticky.our-header-section {
    background: #fff;
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    transform: translateY(0%);
    
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

.drop-menu-lanugane .drop-menulist {
    position: absolute;
    background-color: #ffffff;
    padding: 19px 18px;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    left: 0;
    top: 3rem;
    min-width: 220px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 9px;
    text-align: left;
    transition: all 300ms ease;
    transform-origin: top;
    transform: scaleY(0);
    
}
.drop-menulist li {
    white-space: nowrap;
}
.drop-menu-lanugane:hover .drop-menulist{
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}

.drop-menu-lanugane .drop-menulist li {
    position: relative;
}
.drop-menu-lanugane  {
    position: relative;
    list-style: none;
    padding-right: 17px;
}
.drop-menu-lanugane .dropn-btnmobile i {
    color: #000;
    font-size: 14px;
}
.drop-menu-lanugane .drop-menulist li a {
       position: relative;
    display: flex;
    line-height: initial;
    padding: 9px 0;
    color: #292929;
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 1;
    border-radius: 50px;
    transition: all 0.5s ease-out;
    font-weight: 500;
    gap: 10px;
    color: #000000;
    transition: all 0.5s;
    text-align: start;
    align-items: center;
    cursor: pointer;
}

.mega-menu-list li.drop-menu-lanugane > a{
    padding:37px 0;
}
.dropn-btnmobile {
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto 0;
}

.drop-menulist li:hover a{
     padding-left:20px;
    color:#ff9600;
}
.header-btn {
    text-align:end;
}




/*banner*/
.our-banner-section{
       position: relative;
    background-image: url(../images/bg/banner-bg.webp);
    overflow: hidden;
    padding-top: 140px;
}
.banner-heading{
    text-align:center;
        margin: 0 auto 6rem;
}
.banner-heading h1{
  font-size: 41px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.banner-catch-content{
        position: relative;
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
}
.our-banner-section .banner-heading p{
     margin: 1rem 0;
}
.banner-btn{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 2.5rem;
}
.bottom-banners{
    position:relative;
    text-align:center;
}
.our-banner-section::before{
        position: absolute;
    content: "";
    background-image: url(../images/bg/round-dot.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: rotate(85deg);
    width: 153px;
    height: 147px;
    left: 10%;
    /* bottom: 137px; */
    top: 40%;
    z-index: 1;
}

@keyframes rotation{
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


.our-banner-section::after{
    position: absolute;
    content: "";
    background-image: url(../images/bg/shape-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    transform: rotate(85deg);
    width: 101px;
    height: 116px;
    right: 10%;
    top: 45%;
}

@keyframes float-bob-y{
    0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
}

.primary-btn3.primary-btn4{
    background-color: unset;
}
.primary-btn3.primary-btn4:hover{
    color:#000;
}
.primary-btn4 {
        border: 1px solid #ff9600;
    color: #000000;
}

/*key numbers*/

.our-keynumber-sec{
    position:relative;
}
.our-keynumber-sec .row{
    padding: 50px 0;
    background: #fff;
    position: relative;
    align-items: center;
}
.our-couter-item {
   display: flex;
    gap: 30px;
    align-items: center;
}

.couter-icons {
       width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    min-width: 60px;
       background: none; 
}

.row .col-lg-3:nth-child(1) .couter-icons {
    background: #eef4ff; 
}

.row .col-lg-3:nth-child(2) .couter-icons {
       background: #fee2e2;
}

.row .col-lg-3:nth-child(3) .couter-icons {
    background:#cffafe;
}

.row .col-lg-3:nth-child(4) .couter-icons {
    background:#f3e8ff;
}


.row .col-lg-3:nth-child(1) .couter-icons img{
    filter: invert(29%) sepia(51%) saturate(2799%) hue-rotate(193deg) brightness(93%) contrast(96%);
}

.row .col-lg-3:nth-child(2) .couter-icons img{
   filter: invert(14%) sepia(71%) saturate(6227%) hue-rotate(359deg) brightness(106%) contrast(73%);
}
.row .col-lg-3:nth-child(3) .couter-icons img{
  filter: invert(32%) sepia(66%) saturate(2348%) hue-rotate(168deg) brightness(97%) contrast(94%);
}
.row .col-lg-3:nth-child(4) .couter-icons img{
   filter: invert(61%) sepia(83%) saturate(6107%) hue-rotate(248deg) brightness(100%) contrast(94%);
}


.couter-icons img{
    width: 31px;
    position: relative;
}

.our-couter-item:hover .couter-icons img{
    -webkit-animation: wobble 1s ease-in-out;
    animation: wobble 1s ease-in-out;
    -webkit-animation: wobbles 1s ease-in-out;
    animation: wobbles 1s ease-in-out;
}
.couter-detail h4,
.couter-detail h2,
.couter-detail h3{
    font-size: 40px;
    font-weight: 700;
    display: inline-block;

}
.couter-detail p{
    margin:auto;
     font-size: 14px;
}

@keyframes wobbles {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.our-cat-outer {
    background-color: #072654;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    align-items: center;
        display: flex;
    justify-content: space-between;
    gap: 70px;
    padding-right: 50px;
}
.our-cat-outer .sec-big-title{
    margin-bottom:1.5rem;
}

.cat-section-btn {
    text-align:center;
}

.our-cat-section{
    position:relative;
}
.our-cat-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: #f2f4fa;
}

.mega-menu-list li.active > a{
    color: #ff9600;
}


.french-courses-section {
  background-color: #f4f6f9; 
 padding: 4rem 0;
}


.french-courses-section .swiper-slide { height: auto; }


.french-courses-section .course-card {
  display: flex;
  gap: 30px; 
  width: 100%;
  align-items: stretch;
}


.french-courses-section .course-image {
  flex: 0 0 45%; 
  border-radius: 12px;
  overflow: hidden;
      padding-left: 2px;
}
.french-courses-section .course-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  /*height: 440px;*/
}


.french-courses-section .course-content {
  flex: 1;
  background: #ffffff; 
  padding: 40px;
  border-radius: 12px;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center; */
}


.tick-listing li{
        line-height: 2;
        position:relative;
        padding-left: 2rem;
        text-align:justify;
}

.tick-listing li::before {
    position: absolute;
    content: "\f1af";
    font-family: flaticon_normal-icon !important;
    left: 0px;
    top: 9px;
    line-height: 18px;
    text-align: center;
    color: #ff9000;
    font-size: 19px;
}


.french-courses-section .course-content h3{
       font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 9px;
}

.french-courses-section .course-meta li{
    display: flex;
    align-items: center;
    margin: 0 0 20px;

}
    


.french-courses-section .btn-book { 
    order: 4; 
background: #072654;
color: #fff; 
padding: 12px 24px;
border-radius: 8px; 
text-decoration: none; 
width: max-content; 
margin-top: 15px;
}


.french-courses-section .swiper-pagination { 
    position: relative;
    margin-top: 40px; 
    
}
.french-courses-section .swiper-pagination-bullet { 
    width: 12px; 
    height: 12px; 
    background: #ccc;
    opacity: 1; 
    
}
.french-courses-section .swiper-pagination-bullet-active {
    background: #ff9000; 
    width: 30px;
    border-radius: 6px;
}

.whychoose-box p{
    text-align: justify;
}


.founders-rows{
    margin-bottom: 3rem;
}

.instructors-section .row{
    display: flex;
    justify-content: center;
}

.learn-speak-confident .image-layout-container {
  display: flex;
  gap: 30px;
  max-width: 400px;
  justify-self: center;
}

.learn-speak-confident .layout-col-1,
.learn-speak-confident .layout-col-2 {
  display: flex;
  /*flex-direction: column;*/
  gap: 20px;
  flex: 1;
}

/*.learn-speak-confident .layout-col-2 {*/
/*  margin-top: 50px;*/
/*}*/

.learn-speak-confident .rect-shape {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 16px;
  overflow: hidden;
}

.learn-speak-confident .circle-shape {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.learn-speak-confident .image-layout-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.french-courses-section .custom-course-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
    padding-bottom: 10px; /* Space for scrollbar */
    /* Optional: Hide scrollbar for cleaner look */
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}
.french-courses-section .custom-course-tabs-wrapper::-webkit-scrollbar {
    display: none; 
}

/* Flex container for the buttons */
.french-courses-section .custom-course-tabs {
    display: flex;
    gap: 15px;
    width: max-content; /* Forces container to fit all buttons in a single row */
    margin: 0 auto; /* Centers the tabs if there are only a few */
}

/* Default Button Style (Dark Blue) */
.french-courses-section .course-tab-btn {
    background-color: #0c2340; /* Dark blue from your image */
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; /* Required to contain the pseudo-elements */
    z-index: 1;
}

/* Active Button Style (Orange) */
.french-courses-section .course-tab-btn.active {
    background-color: #ffb86c; /* Light orange from your image */
    color: #000; /* Dark text for contrast */
}

/* The exact pseudo-element styling you requested, adapted to the new classes */
.french-courses-section .course-tab-btn.active::before {
    position: absolute;
    left: 50%;
    bottom: -60px;
    content: "";
    height: 100px;
    width: 100px;
    background: #ffffff;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.15;
}

.french-courses-section .course-tab-btn.active::after {
    position: absolute;
    left: 50%;
    top: -60px;
    content: "";
    height: 100px;
    width: 100px;
    background: #ffffff;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.15;
}


.french-courses-section .custom-course-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
    padding-bottom: 15px; 
    scrollbar-width: thin;
    scrollbar-color: #0c2340 #f1f1f1;
}

.french-courses-section .custom-course-tabs-wrapper::-webkit-scrollbar {
    height: 8px; 
}

.french-courses-section .custom-course-tabs-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

.french-courses-section .custom-course-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #0c2340;
    border-radius: 10px;
    cursor: pointer;
}
.links{
 color: #ff9600;
}

.our-socialmedia li i{
    font-size:17px;
}

/* Mobile View (Stacks image on top of card) */
@media (max-width: 768px) {
  .french-courses-section .course-card {
      flex-direction: column; 
      gap: 20px; 
      
  }
  .french-courses-section .course-image {
      flex: auto; 
      height: 250px;
      }
  .french-courses-section .course-content { 
      padding: 25px;
      }
  .french-courses-section .swiper-button-next, 
  .french-courses-section .swiper-button-prev { 
      display: none; 
  }
}