* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

html, body{
    overflow-x: hidden;
 
    
}

.swiper-container {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}


.swiper-button-next, .swiper-button-prev{
    color: gray;
    font-size: 15px;
}

a {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Keeps the text color unchanged */
}

.container{
    width: 1200px;
}

header{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

/* .flex{
    display: flex;
} */

.space-between{
    display: flex;
    justify-content: space-between;
}

.logo img{
    width: 100px;
}

nav{
    display: flex;
    align-items: center;
}

nav ul{
    display: flex;
    gap: 50px;
    list-style: none;
    align-items: center;
    font-size: 18px;
    
}

nav ul li .active{
    color: #ff7f50;
    font-weight:600
}
nav ul li a{
    transition: transform 0.5s ease, background-color 0.5s ease;
}
nav ul li a:hover{
    padding: 6px 15px;
    border-radius: 10px;
    background-color: #ff7f50;
    color: #fff;
}
.nav-btn{
    color: #fff;
    background-color: #008080;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.nav-btn:hover{
    background-color: #ff7f50;
    transform: scale(1.1);
}

.nav-drawer{
    display:none;
    position:relative;
    top:60px;left:0;right:0;
    background:#fff;
    border-bottom:3px solid var(--amber);
    box-shadow:0 8px 28px rgba(0,0,0,.13);
    z-index:399;
    flex-direction:column;
    animation:drawerIn .22s ease
}
@keyframes drawerIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.nav-drawer.is-open{display:flex}
.nav-drawer a{display:block;padding:13px 28px;text-decoration:none;color:#333;font-weight:500;font-size:.95rem;border-bottom:1px solid #f3f3f1;transition:background .18s,color .18s}
.nav-drawer a:hover{background:rgba(252,180,49,.08);color:var(--amber-d)}
.nav-drawer a:last-child{border-bottom:none}
.nav-drawer .drawer-cta{margin:10px 20px 14px;border-radius:7px;text-align:center;background: #ff7f50;color:#fff!important;font-weight:700!important;border-bottom:none!important}
.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:8px;border:none;background:none;width:40px;height:40px}
.nav-burger span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}
.nav-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger.is-open span:nth-child(2){opacity:0}
.nav-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:990px){
  .nav-menu{display:none}
  .nav-burger{display:flex;margin-right: 20px;}
}
/* Banner */

.banner{
    display: flex;
    justify-content: center;
    font-family: "Open Sans", serif;
    margin-top: 50px;
}

.banner-flex{
    display: flex;
    height: fit-content;
}

.banner-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-hlite{
    font-size: 30px;
    font-weight: 800;
    color: #fbb531;
    margin-top: 10px;
}

.banner-brief{
    background-color: #FCB43129;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 5px;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 25px;
}

.banner-content h1{
    
    font-size: 58px;
    color: #008080;
    line-height: 65px;
}

.banner-content h2{
    font-size: 28px;
    margin: 10px 0;
    width: fit-content;
}


.yellow{
    color: #ff7f50;
}

.banner-content p{
    font-size: 18px;
    margin-top: 20px;
    line-height: 32px;
}

.cert{
    margin-top: 10px;
}

.banner-content ul{
    font-size: 20px;
    margin-top: 20px;
}

.banner-contact{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}



.nav-btn-yellow{
    background-color: #fbb531;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    margin-left: 50px;
}

.banner-img{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img img{
    width: 100%;
    height: 100%;
    margin-left: 50px;
}

.aboutus-banner-img{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-banner-img img{
    width: 100%;
    height: 100%;
    margin-left: 50px;
    margin-top: -50px;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.banner-img img {
    animation: floatAnimation 4s ease-in-out infinite;
}


footer{
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
    margin-top: 100px;
    background: #008080;
}

footer img{
    width: 200px;
    height: 200px;
    margin-top: -40px;
}

.footer-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10px; */
}

.footer-certificate{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 30px 0;
    background: #fbb531;
}

.cert-img{
    width: 100px;
    
}

.footer-flex{
    display: flex;
    justify-content: space-between;
}

.footer-link{
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-link h3{
    font-size: 26px;
    color: #ff7f50;
}

.footer-link hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 0;
    padding: 0;
  }

.footer-sub-link{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-sub-link hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 0;
    padding: 0;
  }

footer ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    /* font-weight: bold; */
}

.social-media {
    font-size: 20px;
    display: flex;
    gap: 25px;
    justify-content: center;
    margin: 10px 0;
    color: #fff;
}

.learnnthrive{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 100px 0;
    
}

.learnnthrive p{
    font-size: 20px;
    margin-top: 20px;
}

.lowerfooter{
    border-top: 1px solid rgba(3, 3, 3, 0.442);
    text-align: center;
    padding: 10px 0;
    background: #008080;
}

.hamburger{
    display: none;
}

.nav-menu {
    position: fixed;
    z-index: 1000;
    left: -100%;
    height: 100vh;
    top: 4rem;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 0 10px 10px 0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding-top: 2rem;
}

.nav-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    list-style: none;
}


/* Courses */

.courses{
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

.course-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 100px;
    margin: 50px 0;
}

.course{
    background: #fff;
    border-radius: 30px;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.course-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.course-img img {
    width: 100%;
    display: block;
}

/* Shining effect */
.course-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    opacity: 0; /* Initially hidden */
}

/* Automatic shine every 10 seconds */
@keyframes shine {
    0% { left: -100%; opacity: 1; }
100% { left: 100%; opacity: 1; }
    
}

/* Apply animation every 10 seconds */
.course-img.shining::before {
    animation: shine 1.5s infinite;
}

/* Trigger shine on hover */
.course-img:hover::before {
    animation: shine 1.5s infinite;
}



.courses h1,h2{
    text-align: center;
    font-weight: bolder;
}

.course .course-details
{
    list-style: none;
    /* padding: 8px; */
    line-height: 1.8;
    font-size: 18px;
    float: left;
}

.course .course-details .language-item
{
    display: flex;
    align-items: flex-start;
}

.course .course-details .language-item svg
{
    margin-top: 7px;
}

.course .course-details .language-item .label{
    min-width: 110px; /* adjust if needed */
    flex-shrink: 0;
}

.course .course-details .language-item .value
{
    line-height: 1.5;
}


.course button
{
    font-size: 18px;
}

.courses h1{
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 500;
    color: #008080;
}

.courses h2{
    font-size: 40px;
    color: #ff7f50;
    margin-bottom: 20px;
    font-weight: 500;
}

.courses p{
    line-height: 30px;
    font-size: 18px;
}

.stars{
    margin-top: 10px;
}

.python {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    left: -100px;
    animation: moveAround 6s infinite ease-in-out;
}

.js {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 70vh;
    right: -100px;
    animation: moveAround 6s infinite ease-in-out;
}

@keyframes moveAround {
    0% {
      transform: translate(0px, 0px);
    }
    25% {
      transform: translate(50px, -25px);
    }
    50% {
      transform: translate(0px, -50px);
    }
    75% {
      transform: translate(-50px, -25px);
    }
    100% {
      transform: translate(0px, 0px);
    }
}
  

.course h2{
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.viewallplace{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.viewallplace button{
    font-size: 16px;
    padding: 20px 50px;
    color: #fff;
    background: #008080;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.viewallplace button:hover{
    background-color: #ff7f50;
    transform: scale(1.1);
}

/* Clients */

.clients-carousel-container{ 
    text-align: center;
}

.clients-carousel-container h2{
    color: #ff7f50;
    font-size: 32px;
    margin: 30px 0;
}

.clients-carousel-container p{
    color: #000000;
    margin: 30px 130px;
    line-height: 170%;
}

.owl-c-wrapper{
    background: #D9D9D930;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.owl-carousel{
    display: flex;
 align-items: center;
 justify-content: center;
}

.owl-stage{
    display: flex;
    align-items: center;
}

.clients-carousel .owl-item img{
    width: 190px;
}

/* Testimonials */

.testimonials{
    display: flex;
    justify-content: center;
}

.testimonial-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.testimonial-head h2,h3{
    text-align: start;
}

.rating-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.google-logo {
    width: 50px;
}
.rating-text {
    font-size: 18px;
    font-weight: bold;
    color: #6A6A6A;
    margin-bottom: 8px;
}
.stars {
    display: flex;
    align-items: center;
}
.stars img {
    width: 24px;
    margin-right: 4px;
}
.review-link {
    font-size: 14px;
    color: gray;
}

.test-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials h2{
    font-size: 24px;
    font-weight: 400;
    color: #008080;
}

.testimonials h3{
    font-size: 28px;
    color: #ff7f50;
    margin: 20px 0;
    
}

.testimonial p{
    line-height: 170%;
    margin-bottom: 20px;
}

.testimonial-grid{
    margin: 50px 0;
}

.testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 10px 10px;
    width: 350px;
    height: 460px;
    
    
}

.commentor{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.commentor span{
    color: #ff7f50;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-grid .owl-item img{
    width: 50px;
    margin-bottom: 10px;
}


.owl-carousel .owl-item .commentor img{
    width: 80px;
}

/* Why us */

.whyus{
    display: flex;
    justify-content: center;
}

.whyus h2{
    font-size: 48px;
    color: #ff7f50;
    margin-top: 50px;
    margin-bottom: 20px;
}

.whyus p{
    line-height: 170%;
    margin-top: 20px;
}

.why-us-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin: 50px 0;
    box-sizing: border-box;
}

.why-us-single{position: relative;
    /* padding: 20px; */
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 43px;
    
}

.why-us-single img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

/* Shining effect */
.why-us-single::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    opacity: 0; /* Initially hidden */
}

/* Automatic shine every 10 seconds */
@keyframes shine {
    0% { left: -100%; opacity: 1; }
100% { left: 100%; opacity: 1; }
    
}

/* Apply animation every 10 seconds */
.why-us-single.shining::before {
    animation: shine 1.5s infinite;
}

/* Trigger shine on hover */
/* .why-us-single img:hover::before {
    animation: shine 1.5s infinite;
} */



/* voices */

.voice{
    display: flex;
    justify-content: center;
}

.voice h2{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}

.voice p{
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    
}




.voice-carousel img {
    transition: transform 0.3s ease-in-out; /* Smooth animation */
}

.voice-carousel img:hover {
    transform: translateY(-5px) scale(1.02); /* Moves up & slightly enlarges */
}




/* Placement */

.placement{
    display: flex;
    justify-content: center;
    margin: 120px 0;
}

.placement h2{
    font-size: 40px;
    color: #008080;
}

.placement-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 30px;
}

.placement-img img{
    width: 100%;
}



@media screen and (min-width: 320px) and (max-width: 990px) {
    .container{
        width: 90%;
    }
     .banner{
        margin-top: 20px;
    }

    .banner-flex{
        flex-direction: column;
    }

    .banner-content{
        width: 100%;
        order: 1;
        text-align: center;
        align-items: center;
    }

    .banner-img{
        width: 100%;
        order: 2;
        margin-top: 30px;
    }

    .banner-img img{
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .banner-content h1{
        margin-top: 30px;
        font-size: 28px;
        line-height: 45px;
    }

    .banner-content p{
        font-size: 12px;
        line-height: 28px;
        text-align: left;
        padding: 10px;
    }

    .banner-brief{
        width: 100%;
        box-sizing: border-box;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 13px;
    }


    
    .nav-menu.active {
        left: 0;
    }
    
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .banner-contact{
        margin-top: 50px;
    }
    
    

    .logo img {
        width: 120px;
        height: 110px;
        padding-left: 20px;
    }

    nav{
        display: none;
    }

    .hamburger{
        display: block;
    }

    .container{
        width: 100%;
    }

    .banner-img{
        display: flex;
    }

    .banner-flex{
        height: fit-content;
    }

    .nav-btn{
        display: flex;
        align-items: center;

        font-size: 14px;
        padding: 5px 10px;
        width: fit-content;
    }

    .nav-btn-yellow{
        margin-left: 0;
        font-size: 14px;
    }

    /* .banner-content h1 {
        font-size: 35px;
    }

    .banner-content h2 {
        font-size: 20px;
        width: fit-content;
        text-align: left;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-content ul {
        font-size: 14px;
    } */

    

    .courses{
        margin: 40px 0;
    }

    .courses h1{
        font-size: 26px;
        text-align: center;
        margin-top: 20px;
    }

    .courses h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }

    .courses p{
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        padding: 0 15px;
    }

    .course-grid{
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px 0;
    }

    .course{
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

    .course-img img{
        width: 100%;
        height: auto;
    }

    .course h2{
        font-size: 20px;
        margin-top: 15px;
    }

    .course-details{
        width: 90%;
        font-size: 14px;
    }

    .course-details li{
        margin: 8px 0;
    }

   

    .clients-carousel-container{
        padding: 0 15px;
    }

    .clients-carousel-container h2{
        font-size: 28px;
        margin: 20px 0;
        line-height: 40px;
    }

    .clients-carousel-container p{
        margin: 20px 0 35px;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }

    .owl-c-wrapper{
        width: 100%;
    }

    .clients-carousel .item{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clients-carousel .item img{
        width: 150px;
        max-width: 100%;
        height: auto;
        margin: auto;
    }



    

    .placement{
        margin: 60px 0;
        padding: 20px;
    }

    .placement h2{
        font-size: 30px;
        text-align: center;
        line-height: 42px;
    }

    .placement-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
        margin-top: 25px;
    }

    .placement-img img{
        width: 100%;
        height: auto;
        display: block;
    }

    .viewallplace{
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }

    .viewallplace button{
        width: 220px;
        padding: 14px 20px;
        font-size: 16px;
    }

    

    .testimonials{
        margin: 60px 0;
    }

    .testimonial-head{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .testimonial-head h2,
    .testimonial-head h3{
        text-align: center;
    }

    .testimonials h2{
        font-size: 22px;
    }

    .testimonials h3{
        font-size: 32px;
        line-height: 42px;
        margin: 15px 0;
    }

    .rating-card{
        width: 100%;
        max-width: 330px;
        padding: 15px;
        gap: 12px;
        justify-content: center;
    }

    .google-logo{
        width: 45px;
    }

    .rating-text{
        font-size: 16px;
    }

    .review-link{
        font-size: 13px;
    }

    .testimonial-grid{
        margin: 40px 0;
    }

    .testimonial{
        width: 100%;
        max-width: 320px;
        height: auto;
        min-height: 420px;
        padding: 20px;
        margin: 10px auto;
    }

    .testimonial p{
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .owl-carousel svg{
        width: 20%;
    }
    .commentor img{
        width: 70px !important;
    }

    .commentor span{
        font-size: 20px;
    }

    .commentor p{
        font-size: 16px;
    }

    .testimonial-grid .owl-item img{
        width: 50px;
    }

    .owl-carousel .owl-item .commentor img{
        width: 70px;
    }

    

    .whyus{
        margin: 60px 0;
    }

    .whyus h2{
        font-size: 34px;
        text-align: center;
        margin: 20px 0;
    }

    .whyus > .container > p{
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        padding: 0 15px;
        margin-top: 15px;
    }

    .why-us-grid{
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px 0;
        padding: 20px;
    }

    .why-us-single{
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .why-us-single img{
        width: 100%;
        height: auto;
        display: block;
    }

    .whyuscontent{
        padding: 20px !important;
    }

    .whyuscontent p{
        font-size: 15px;
        line-height: 28px;
        margin: 0;
        text-align: left;
    }



    footer{
        margin-top: 20px;
        padding: 40px 20px;
    }

    .footer-flex{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        text-align: center;
    }

    .footer-logo{
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    footer img{
        width: 170px;
        height: auto;
        margin-top: 0;
    }

    .social-media{
        justify-content: center;
        gap: 20px;
        font-size: 24px;
    }

    .footer-link{
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-link h3{
        font-size: 28px;
    }

    .footer-link hr{
        width: 220px;
        margin: 15px auto;
    }

    footer ul{
        align-items: center;
        gap: 15px;
    }

    footer ul li{
        font-size: 18px;
        line-height: 1.7;
    }

    .footer-sub-link{
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .footer-sub-link a,
    .number li{
        font-size: 18px;
        line-height: 1.8;
        word-break: break-word;
    }

    .number ul{
        padding: 0;
    }

    .lowerfooter{
        padding: 15px;
    }

    .lowerfooter p{
        font-size: 15px;
        line-height: 1.7;
    }



}


@media screen and (min-width: 881px) and (max-width: 1200px){
 .container{
    width: 90%;
 }

 .swiper-container{
    height: fit-content;
 }

 .banner-flex{
    height: fit-content;
}
}

