/* Hero Section Styles  */
.hero-section {
   position: relative;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-container {
   height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    padding-top: 30px;
}

.hero-content {
   position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
}

.hero-black-bg {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 10px;
}


.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero-title {
   font-size: 120px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 0.9;
}

.hero-text{
        font-size: 30px;
        margin-top: 10px;
         color: #fff;
}

.hero-card-label{
    font-size: 22px;
    font-weight: 300;
    background: #ff5757;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
}

.hero-flag{

}

.hero-flag img{
    width: 100px;
    height: auto;
}

@media (max-width: 1400px) {
.hero-section {
   position: relative;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
}

.hero-title {
    font-size: 100px;
}
}

@media (max-width: 1100px) {
.hero-title {
    font-size: 90px;
}

 .hero-content {
    width: 70%;
}

}

@media (max-width: 767px) {
    .hero-title {
        font-size: 60px;
        margin-bottom: 0;
    }

    .hero-content {
    width: 80%;
}

.hero-flag img {
    width: 60px;
    margin-bottom: 10px;
}
}

@media (max-width: 500px) {
    .hero-card-label {
    font-size: 18px;
}

  .hero-title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .hero-text {
    font-size: 25px;
    }

}

 /* Upcoming Course batches section */

.upcoming-section{
      position: relative;
   height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
}      

.upcoming-title{
     font-size: 80px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.upcoming-card-container{
 display: grid;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}

.upcoming-card{
  background: #003374ab;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
}

.upcoming-card-top{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr;
    gap: 10px;
    font-size: 22px;
    color: #fff;
    align-items: center;
}

.upcoming-card-btn {
    text-align: center;
}

.upcoming-btn {
    text-align: center;
}

.upcoming-text {
    color: #fff;
    text-align: center;
    margin: 30px 0;
     font-size: 22px;
}

@media (max-width: 1350px) {
.upcoming-card-container {
    width: 90%;
}

.upcoming-title {
    font-size: 50px;
}

.upcoming-card-top {
    font-size: 20px;
}

.upcoming-text {
     font-size: 20px;
}
}

@media (max-width: 970px) {
.upcoming-section {
    padding: 50px 0;
}

    .upcoming-title {
        font-size: 40px;
    }

.upcoming-card-container {
        width: 50%;
    }

    .upcoming-card-top {
        place-content: center;
        text-align: center;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .upcoming-card-container {
        width: 80%;
    }

        .upcoming-text {
        font-size: 18px;
        padding: 0 10px;
    }

}


/* Why Choose ELS section  */

.wc-section{
        position: relative;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        padding: 100px 0;
}

.wc-card-container{
       display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 20px;
    width: 70%;
    margin: 0 auto;
}

.wc-title{
        font-size: 100px;
    font-weight: 400;
    color: #003374;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

.wc-card{
    background: linear-gradient(135deg,
        #2fd6d4 0%,
        #0e86c9 45%,
        #044bb8 100%
    );
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.wc-icon img{
width: auto;
    height: 150px;
    margin: 0 auto;
}

.wc-card-title{
 font-size: 25px;
    color: #fff;
    position: relative;
    font-weight: 600;
    height: 80px;
    display: grid;
    place-content: center;
}

.wc-card-desc{
 font-size: 16px;
    color: #fff;
    padding-top: 20px;
    height: 70px;
}

.wc-btn{
     font-weight: 400;
}

@media (max-width: 1250px) {
.wc-card {
    padding: 20px;
}


}

@media (max-width: 1150px) {
.wc-section{
        padding: 50px 0;
}

.wc-card-container{
    width: 90%;
}

.wc-title {
    font-size: 60px;
}

.wc-card-title {
    font-size: 20px;
    height: 70px;
}

.wc-card-desc {
    padding-top: 10px;
    height: 80px;
}
}

@media (max-width: 767px) {
    .wc-card-container {
        width: 50%;
        grid-template-columns: 1fr;
    }

        .wc-card-title {
        font-size: 20px;
        height: auto;
        padding-bottom: 15px;
    }

    .wc-title {
    font-size: 50px;
}

.wc-icon img {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.wc-btn {
    font-weight: 400;
    font-size: 14px;
}

     .wc-card-desc {
        padding: 10px 0;
        height: auto;
    }

        .wc-card-title {
        padding-bottom: 0;
    }
}

@media (max-width: 550px) {
  .wc-card-container {
        width: 90%;
    }

   
}

/* Who this course  */
.wtc-section{
        position: relative;
        height: 100%;
        overflow: hidden;
        background: linear-gradient(45deg,
        #000 0%,
        #030f4e 45%,
        #030f4e 100%
    );
    padding: 100px 0;
}


.wtc-title{
        font-size: 100px;
        font-weight: 400;
        color: #fff;
        text-align: center;
}

.wtc-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 70%;
   margin: 40px auto 20px;
}

.wtc-left{
        position: relative;
  
}

.wtc-left-title{
    font-size: 35px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.wtc-left-img img{
  width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px 0;
    background: #fff;
}

.lecturer-name{
font-size: 25px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.lecturer-desc{
    font-size: 18px;
    color: #fff;
    position: relative;
    font-weight: 400;
}


.wtc-right{
       position: relative;
}

.wtc-right-title {
    font-size: 25px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.wtc-list{
 font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.wtc-list li{
margin: 10px 0;
}

.wtc-btn{
    text-align: center;
    margin-top:30px;
}

@media (max-width: 1150px) {
.wtc-section{
        padding: 50px 0;
}

.wtc-container{
    width: 90%;
}

.wtc-title {
    font-size: 60px;
}
}

@media (max-width: 767px) {
.wtc-container {
    grid-template-columns: 1fr;

}

.wtc-section {
    padding: 50px 30px;
}

    .wtc-title {
        font-size: 40px;
    }

    .wtc-left-title {
    font-size: 25px;
    }

    .lecturer-name {
    font-size: 20px;
    }

    .wtc-right-title {
    font-size: 20px;
    }

    .wtc-list {
    font-size: 18px;
    }

        .wtc-container {
        width: 100%;
    }
}


 /* ROADMAP Section  */

.roadmap-section{
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 50px 0px;
}

.roadmap-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}


.roadmap-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.5); 
}

.roadmap-title{
        font-size: 40px;
        font-weight: 400;
        color: #fff;
        text-align: center;
}

.roadmap-title2{
    margin: 30px 0;
}

.roadmap-container{
        padding: 50px;
        position: relative;
        z-index: 2;
        width: 60%;
        padding-left: 150px;
}

.roadmap-cards-container{
        display:grid;
        grid-template-columns: 1fr;
        gap: 20px;
}

.roadmap-card{
        
}

.roadmap-card-inner{
       align-items: center;
    color: #fff;
    font-weight: 400;
    display: grid;
    grid-template-columns: 150px 0.5fr 1fr;
}

.roadmap-week{
      font-size: 35px;
}

.week-no{
 font-size: 30px;
}

.roadmap-card-content{
    font-size: 16px;
}

.roadmap-btn {
    text-align: center;
}

.roadmap-1{
    position: relative;
    
}

.roadmap-2{
    position: relative;

}

.roadmap-special-note{
  position: absolute;
    bottom: 15%;
    right: 5%;
    color: #fff;
    z-index: 5;
    width: 20%;
}

.week-no-mobile{
    display:none;
}


@media (max-width: 1300px) {
.roadmap-container{
        padding: 30px;
        width: 70%;
        padding-left: 100px;
}

.roadmap-card-content {
    font-size: 14px;
}

.roadmap-special-note{
    right: 3%;
    font-size: 14px;
}
}

@media (max-width: 1024px) {
    .roadmap-container {
        padding: 30px 0;
         padding-left: 50px;
    }

    .roadmap-title {
    font-size: 30px;
    }

        .roadmap-special-note {
        right: 1%;
        font-size: 12px;
        bottom: 0%;
    }

}


@media (max-width: 780px) {
.roadmap-title {
    font-size: 30px;
}

.roadmap-week {
    font-size: 20px;
}

.week-no {
    font-size: 16px;
}

    .roadmap-special-note {
        position: relative;
        width: 100%;
        text-align: center;
    }

.roadmap-card-inner {
    grid-template-columns: 70px 100px 1fr;
}

.roadmap-btn {
    text-align: center;
    margin-top: 30px;
}
}

@media (max-width: 500px) {
    .roadmap-section {
        padding: 30px;
    }

    .roadmap-container {
        padding: 30px 0;
         padding-left: 0px;
    }

    .roadmap-card-inner {
    grid-template-columns: 1fr;
}

.week-no-mobile{
    display:block;
    font-size: 18px;
        font-weight: 600;
}

    .roadmap-week {
         display:none;
    }

        .week-no {
        display:none;
    }
}

/* PRICING section  */
.price-section{
    position: relative;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.price-container {
    width: 80%;
    margin: 0 auto;
}

.price-title{
    font-size: 70px;
    font-weight: 400;
    color: #003374;
    text-align: center;
    line-height: 1;
}

.price-details{
    font-size: 20px;
    font-weight: 400;
    color: #003374;
    text-align: left;
    line-height: 1.5;
}

.price-text{
    font-size: 20px;
    font-weight: 600;
    color: #003374;
    text-align: center;
    line-height: 1;
    margin: 20px 0;
}

.price-card-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.price-card{
    background: linear-gradient(135deg,
        #2fd6d4 0%,
        #0e86c9 45%,
        #044bb8 100%
    );
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
   display: grid;
    height: 200px;
    place-content: center;
    width: 250px;

}

.price-icon img{
    width: auto;
    height: 80px;
    margin: 0 auto;

}

.price-card-title{
 font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 600;

}

.price-card-desc{
 font-size: 16px;
    color: #fff;
    padding-top: 5px;
}

.price-btn {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 1500px) {
.price-card{
    width: 200px;
}

.price-icon img {
    width: auto;
    height: 70px;
}
}

@media (max-width: 1100px) {
.price-section{
        padding: 50px 0;
}

.price-title {
    font-size: 50px;
}

}

@media (max-width: 650px) {
    .price-title {
    font-size: 40px;
}

.price-container {
    width: 90%;
    margin: 0 auto;
}

    .price-card {
        width: 250px;
    }
}




 /* Review section  */
 .review-section{
        position: relative;
        padding: 50px 200px;
        background: #005293;
}

.review-container {
    position: relative;
    z-index: 2;
}

.review-title{
    font-size: 50px;
font-weight: 400;
}

.review-content {
    text-align: center;
    color: #fff;
}

.review-cards{
        /* display: flex; */
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
}

.review-card {
        background: #fff;
    border: 3px solid #c8c7c7;
    border-radius: 10px;
    padding: 20px;
    margin:10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* height: 250px; */
    display: grid;
    align-items: center;
    justify-content: center;
}

.review-info {
        height: 100%;
        display: grid;
}

.review-title-area {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap:20px;
}

.review-name {
    text-align: left;
}

.review-initials {
        background: #003374;
        color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-right: 10px;
        font-size:30px;
}

.review-name h3 {
        margin: 0;
        font-size: 18px;
        color: #003374;
        font-weight: bold;
}

.review-position {
        font-size: 14px;
        color: #003374;
}

.review-desc {
           margin: 10px 0;
    font-size: 16px;
    color: #003374;
    padding: 10px 0;
    border-top: 1px solid #aaaaaa7a;
    border-bottom: 1px solid #aaaaaa7a;
}

.review-rating-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
}

.review-rate {
        font-size: 25px;
        color: #003374;
        font-weight: bold;
}

.review-no{
         font-size: 16px;
        color: #003374;
         font-weight: bold;
}

.review-time {
        font-size: 16px;
        color: #003374;
}

@media (max-width: 1400px) {
.review-section {
    padding: 50px 100px;
}

}

@media (max-width: 1100px) {
        .review-section {
    padding: 50px;
}
}


@media (max-width: 768px) {
    .review-section {
        padding: 30px 20px;
    }

    .review-content{
         padding: 0px 10px;
    }

    .review-card {
    height: auto;
}
}

@media (max-width: 400px) {
.review-rating-area {
       flex-direction: column;
}

.review-rate {
       font-size:20px;
}
}

/* Faq section */
.faq-section {
     position: relative;
        height: 100%;
        overflow: hidden;
        background: linear-gradient(45deg,
        #000 0%,
        #030f4e 45%,
        #030f4e 100%
    );
        padding: 50px;
}

.faq-title{
        font-size: 50px;
        font-weight: 400;
        color: #fff;
        z-index: 2;
        text-align:center;
        margin-bottom:30px;
}

    .faq-container {
    position: relative;
    z-index: 2;
    width: 60%;
    margin: 0 auto;
    }

    .accordion {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    }

    .accordion-header {
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    color: #003374;
    padding: 20px;
    padding-right: 60px;
    border-radius: 15px;
    outline: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #4fd5dd, #004cac);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 5px solid transparent;
    }


.accordion-header::after {
    content: '+';
    position: absolute;
    bottom: 0%;
    right: 3%;
    font-size: 50px;
    color: #003374;
    font-weight: 400;
    height: 100%;
    display: grid;
    place-content: center;
}

    .accordion.active .accordion-header{
     background: #4fd5dd;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding: 0 20px;
     background: transparent;
    font-size: 18px;
    color: #fff;
    }

    .accordion-content p {
      padding: 15px 0;
      margin: 0;
    }

    @media (max-width: 1200px) {
        .faq-section {
    padding: 50px 100px;
}

.faq-container {
    width: 80%;
}
}

    @media (max-width: 990px) {
        .faq-section {
    padding: 50px;
}


}

@media (max-width: 767px) {
  .faq-section {
    padding: 30px;
}

.accordion-header {
     padding: 10px;
     padding-right: 50px;
    font-size: 16px;
    }

     .accordion-content {
      font-size: 14px;
    }

    .faq-container {
    width: 100%;
    }

     .accordion-header::after {
    right: 3%;
    font-size: 30px;
}
}

@media (max-width: 550px) {
        .accordion-header {
        padding-right: 30px;
    }
}

