*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}
h1{
    font-size: 35px;
}









.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq {
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}

.faq summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.faq p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}












.partner-carousel {
  overflow: hidden;
  padding: 40px 20px;
  background-color: #f9f9f9;
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 40px;
  will-change: transform;
}

.company-logo {
  flex: 0 0 auto;
  width: 120px;
}

.company-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.company-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .carousel-track {
    gap: 24px;
  }
  .company-logo {
    width: 90px;
  }
}

@media (max-width: 480px) {
  .carousel-track {
    gap: 16px;
  }
  .company-logo {
    width: 70px;
  }
}













.testimonialsCreative {
  width: 100%;
  background: linear-gradient(to bottom, #faf7ff, #fff);
  padding: 4rem 2rem;
}

.testimonialContainerCreative {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.testimonialHeadingCreative {
  font-size: 3rem;
  color: #4c007f;
  margin-bottom: 3rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.testimonialHeadingCreative::after {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #9900ff;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 10px;
}

.videoGridCreative {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.videoCardCreative {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 30px rgba(153, 0, 255, 0.1);
  height: 400px;

}
.youtube-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 15px;
}


.videoCardCreative:hover {
  transform: scale(1.03) rotateZ(-0.5deg);
  box-shadow: 0 15px 40px rgba(153, 0, 255, 0.2);
}
.videoCardCreative iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

















.rightImageContainer{
    object-position: center !important;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}

/* Scrollbar thumb (handle) */
::-webkit-scrollbar-thumb {
  background: #b000eb;
  border-radius: 10px;
  border: 2px solid white; /* For spacing */
}
.achievements {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  top: -90px;
    }
    .cardsAchievements{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding:20px;
      background-color: white;
      border-radius: 10px;
      height:180px;
      margin: 0 2rem;
      text-transform: capitalize;
      border-bottom: 2px solid gold;
    }
    .cardsAchievements img{
      width:130px;
    }
    .cardsAchievements p{
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }

@media(max-width:749px){
  .cardsAchievements{
      margin: 0 1rem;
      text-align: center;
    }
}
@media(max-width:630px){
  .achievements {
  flex-direction: column;
  position: relative;
    top: 0px;
    }
    .cardsAchievements{
      width: 100%;
    }
    .courseCardsSection{
      padding: 0;
      
}

}
.google-icon{
    padding: 5px;
   margin-left: 30px;
}
/*forms*/
.imgLink{
            background-color: #6cdc2d;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        #closeForm{
             border-radius: 5px;
                        transition: 0.5s all ease-in-out;
            transition: 0.2s all ease-in-out;
            margin-top: 10px;
            width: 100%;
            margin-bottom: 20px;
  background: #f13236;
  background-size: 100% 200%;
  background-position: top;
            border: 1px solid #d7fff7;
            padding: 10px 20px;
            color: white;
            cursor: pointer;
            font-size: 16px;
}
        .formContainer{
            width: fit-content;
            height: 100%;
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
             align-items:center;
            background:
            radial-gradient(circle at top left, #a9fffb 5%, transparent 40%),
            radial-gradient(circle at top right, #ffa0e2 5%, transparent 40%),
            linear-gradient(to bottom, white,white);
            padding: 2rem;
            border: 1px solid #43b69b80;
            border-radius: 10px;
        }
       form p{
    font-size: 15px;
}
        form{
            width: 100%;
            margin: auto;
            max-width: fit-content;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .containerFormFields{
            width: 100%;
            max-width: 300px;
            margin: auto;
        }
        form input{
            width: 100%;
            margin-bottom: 20px;
            background-color: white;
            border: none;
            padding: 10px 20px;

            border: 1px solid #43b69b80;
                        border-left: 2px solid #43b69b;
            color: black;
            font-size: 16px;
        }
           form select{
            width: 100%;
            margin-bottom: 20px;
            background-color: white;
            border: none;
            padding: 10px 20px;

            border: 1px solid #43b69b80;
                        border-left: 2px solid #43b69b;
            color: black;
            font-size: 16px;
        }
        form option{
            background-color: white;
            color: black;
        }
        form h1{
            margin-bottom: 20px;
            text-align: center;
        }
        .checkboxSection{
            width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: capitalize;
        }
        .checkboxInput{
            width: 20px;
            padding: 0;
            margin: auto;
        }
        .submitButton{
                 
             border-radius: 5px;
                        transition: 0.5s all ease-in-out;
            transition: 0.2s all ease-in-out;
            margin-top: 10px;
            width: 100%;
            margin-bottom: 0px;
  background: linear-gradient(180deg, #ffffff, #d7fff7);
  background-size: 100% 200%;
  background-position: top;
            border: 1px solid #333;
            padding: 10px 20px;
            color: black;
            cursor: pointer;
            font-size: 16px;
        }
        .submitButton:hover{
            background-position: bottom;
        }
        .formContainer{
        z-index: 200000;
            position: fixed;
            width: 100%;
            height: 100%;
            padding-top: 0;
            padding: 0;
            border-radius: 0px;
            bottom: 0px;
            right: 0px;
        }
        form input{
            font-size: 15px;
        }
           form select{
            font-size: 15px;
        }
        form h1{
            margin-bottom: 20px;
        }
       .LinkNav{
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            z-index: 10000;
        }
        .navLinks{
            
            background-color: white;
                        width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-top: 10px;
        }
       .LinkNav img{
            width: 50px;
            height: 50px;


        }
        .imgLink img{
                        margin: auto;
                        width: 30px;
            height: 30px;
        }
        
        
        
        
        
        
        
        

/*Banner*/
.actualPrice{
  text-decoration: line-through;
}
.promotionContainer{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.award{
    display: flex;
    margin-left: 10px;
}
.award img{
    width: 20px;
    height: 20px;
}
.award span{
    font-size: 12px;
    color: orange;
}
.imagePromotion{
    width: 150px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}
.mainLandingPageBanner{
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    grid-gap: 20px;
    background-image: url(./banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1400px;
    width: 100%;
    margin: auto;
        padding: 40px 40px 130px 40px;
}
.mainHeading{
    color: white;
    padding-bottom: 20px;
}
.topMentor{
    background-color: rgba(255, 255, 255, 0.352);
    color: white;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.mainLandingPageBanner li{
    list-style: none;
    color: #e4e3e2;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.contentRight{
    width: 100%;
    height: 100%;
}
.chekmarkIcon{
    margin-top: 2px;
    width: 16px;
    height: 16px;
    color: white;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}
.imagesContainer{
    display: flex;
    padding: 20px 0 0 0;
}
@media(max-width:451px){
.containerInsideLeft{
    display: block !important;
}
}








.placementsandTools {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
    margin: auto;
    max-width: 1400px;
}
.placementsandTools p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.placementsandTools h2 {
    font-size: 2.5rem;
    color: #4b1864;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.imageontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.leftContainerImages,
.rightContainerImages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 40px 30px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leftContainerImages:hover,
.rightContainerImages:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.leftContainerImages img,
.rightContainerImages img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}
.leftContainerImages p,
.rightContainerImages p {
    font-size: 1.2rem;
    color: #4b1864;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0;
    font-weight: bold;
    color: white;
    background-color:#4b1864 ;
    padding: 10px 20px;
    border-radius: 25px;
}
.companies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 1;
    overflow: hidden;
}

.company-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.company-logo:hover img {
    transform: scale(1.1);
}
/* Mobile (up to 865px) */
@media (max-width: 865px) {
    .placementsandTools {
        padding: 40px 15px;
    }
    
    .placementsandTools h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .imageontainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .leftContainerImages,
    .rightContainerImages {
        min-width: 100%;
        padding: 30px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* FOMO Alert Styles */
.fomo-alert {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}
.fomo-alert-bottom{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}
.fomo-icon {
    font-size: 20px;
    animation: bounce 2s infinite;
}

.fomo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fomo-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fomo-subtitle {
    font-size: 12px;
    opacity: 0.9;
    font-weight: 400;
}

/* Animations */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

/* Responsive FOMO Alerts */
@media (max-width: 768px) {
    .fomo-alert {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .fomo-icon {
        font-size: 18px;
    }
    
    .fomo-title {
        font-size: 13px;
    }
    
    .fomo-subtitle {
        font-size: 11px;
    }
}

/* Companies Grid Responsive */
@media (max-width: 768px) {
    .companies-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 10px;
        padding: 15px;
    }
    
    .company-logo {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .companies-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 8px;
        padding: 10px;
    }
    
    .company-logo {
        padding: 8px;
    }
}






.imagesContainer img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -10px;
}
.imagesInside{
    display: flex;
    align-items: center;
    margin-right: 10px;
        margin-left: 10px;
}
.imagesContainer p{
    color:white;
    border-right: 1px solid #4e4e4e;
    padding-right: 10px;
}
.containerInsideLeft{
    display: flex;
    align-items: center;
}
.containerInsideLeft svg{
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.starsRating{
    padding: 5px;
    display: flex;
    align-items: center;
}
.containerInsideLeft span{
    color: white;
}

.starsRating{
    display: flex;
    flex-direction: row;
}
.contentRight img{
   width: 100%;
   height: 100%;
   max-height: 300px; 
   object-fit: contain;
    filter: 
    drop-shadow(0 0 0 white)
    drop-shadow(0 0 2px white)
    drop-shadow(0 0 4px white)
    drop-shadow(0 0 6px white);
}















/*Course Cards Container*/
.courseCardsSection{
  position: relative;
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 20px;
    max-width: 1400px;
    width: 100%;
    background-color: #f5f7ff;
    padding: 130px 40px 40px 40px;
    margin: auto;
    border-top: 5px solid gold;
}
.courseContainerLeft{
    display: flex;
    flex-direction: column;
}
.cards{
    border: 2px solid #333;
    border-radius: 20px;
    padding: 25px;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    border-bottom: 4px solid #333;
    border-right: 4px solid #333;
    background-color: white;
    grid-gap: 20px;
    margin-bottom: 20px;
}   
.cards h2{
    font-weight: 500;
    font-size: 21px;
}
.cards p{
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #57616d;
}
.starsRating svg{
    width: 17px;
    height: 17px;
}
.ratings{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.targetJobs{
    display: flex;
    align-items: center;
    padding: 10px 0 20px 0;
}
.targetJobs p{
    margin-top: 0;
}
.tag{
    padding: 6px 10px;
    border: 1px solid #333;
    color: #333;
    margin-left: 10px;
    border-radius: 20px;
    font-size: 12px;
}
.durations{
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #333;
    border-bottom: 5px solid #333;
    border-right: 5px solid #333;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: all 0.1s ease-in-out;
}
span .tag{
margin-left: 0;
margin-right: 10px;
}
.tagss{
  display: flex;
  width: 100%;
  padding: 10px 0 0 0;
}
.durations p{
  margin-top: 0;
}
.iconsDurations svg{
    width: 30px;
    height: 30px;
}
.iconsDurations{
    background-color: #f3f4f6;
    width: 50px;

height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conatinerDurations{
    display: flex;
}
.conatinerDurations p{
    margin-top: 5px;
}
.cardsDurationData{
    margin-left: 15px;
}
.buttons{
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    height: 60px;
}
.btnSecondary{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 3px solid #333;
    background-color: transparent;
border-radius: 5px;
height: 40px;
text-decoration: none;
text-align: center;
color: black;
cursor: pointer;
}
.btnPrimary{
      width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 3px solid #333;
border-radius: 5px;
    background-color: #40155c;
    color: white;
    height: 40px;
    text-align: center;
    text-decoration: none;
}
.courseCardsLeft{
    position: relative;
    height: 100%;
    width: 100%;
}
.courseCardsLeft img{
  position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;

    border-radius: 10px;
}
.trainer{
    position: absolute;
    bottom: 0;
    right: -70px;
     filter: drop-shadow(-6px 0px 10px rgba(0, 0, 0, 0.8));
}
.free-module-ad {
  width: 100%;
  height: fit-content;
  background: linear-gradient(135deg, #ff3c3c, #b1001b);
  color: white;
  padding: 20px 15px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
}

.free-module-ad .tag {
  background: #fff;
  color: #b1001b;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.free-module-ad h3 {
  font-size: 1.3rem;
  margin: 10px 0;
  line-height: 1.3;
}

.free-module-ad h3 span {
  font-size: 1.6rem;
  font-weight: 700;
}

.free-module-ad .desc {
  font-size: 0.8rem;
  margin: 15px 0;
  line-height: 1.4;
}

.free-module-ad .claim-btn {
  display: inline-block;
  background: #fff;
  color: #b1001b;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.free-module-ad .claim-btn:hover {
  background: #ffecec;
}
.internship-ad {
  width: 100%;
  height: fit-content;
  background: linear-gradient(135deg, #004aad, #007acc);
  color: white;
  padding: 20px 15px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.internship-ad .tag {
  background: #fff;
  color: #007acc;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.internship-ad h3 {
  font-size: 1.3rem;
  margin: 10px 0;
  line-height: 1.3;
}

.internship-ad h3 span {
  font-size: 1.6rem;
  font-weight: 700;
}

.internship-ad .desc {
  font-size: 0.8rem;
  margin: 15px 0;
  line-height: 1.4;
}

.internship-ad .apply-btn {
  display: inline-block;
  background: #fff;
  color: #007acc;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.internship-ad .apply-btn:hover {
  background: #e7f2ff;
}
.courseContainerRight{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: fit-content;
}
.workshop-ad {
  width: 100%;
  height: fit-content;
  background: linear-gradient(135deg, #0b8c56, #0ec178);
  color: white;
  padding: 20px 15px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.workshop-ad .tag {
  background: #fff;
  color: #0ec178;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.workshop-ad h3 {
  font-size: 1.3rem;
  margin: 10px 0;
  line-height: 1.3;
}

.workshop-ad h3 span {
  font-size: 1.6rem;
  font-weight: 700;
}

.workshop-ad .desc {
  font-size: 0.8rem;
  margin: 15px 0;
  line-height: 1.4;
}

.workshop-ad .join-btn {
  display: inline-block;
  background: #fff;
  color: #0ec178;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.workshop-ad .join-btn:hover {
  background: #ebfff4;
}
.course-sidebar {
  width: 100%;
  padding: 20px;
}
.sidebar-info {
  background: #fff8e1;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}
.sidebar-info h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.sidebar-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-info li {
  font-size: 14px;
  margin-bottom: 8px;
}
 .sidebar-cta {
  background: #f1f8ff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
}
.sidebar-cta h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.sidebar-cta p {
  font-size: 14px;
  color: #555;
}
.btn-cta {
  display: inline-block;
  background-color: #4285F4;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
}
.btn-cta:hover {
  background-color: #357ae8;
}
.addCardContainer{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.adImage{
    width:100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}




















/*cards Section*/
.placement-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  color: #0e1f3f;
  
}

.section-title .line {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #f94892, #0e1f3f);
  content: '';
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.stat-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #37155b;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #d9d9d9;
}

.icon-circle svg {
  width: 30px;
  height: 30px;
  object-fit: contain; /* assumes white icons */
}

.highlight {
  color: #b000eb;
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
.mode {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.mode-toggle {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.mode-toggle button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.mode-toggle button.active {
  background:#40155c;
  color: white;
  border-color: #40155c;
}

.pricing {
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 1.1rem;
}
.mode{
display: flex;
align-items: center;
}
.mode-toggle{
  margin-left: 10px;
}















/*Training*/
.training-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  max-width: 1400px;
  margin: auto;
}

.specs-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.specs-image {
  position: relative;
  flex: 1 1 400px;
  text-align: center;
}

.specs-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  height: 600px;
  object-fit: cover;
}

.download-btn {
  background-color: #b000eb;
  color: white;
  padding: 12px 25px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 25px;
}

.specs-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.specs-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.specs-content strong {
  font-weight: 700;
  color: #000;
}

.specs-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
  color: #000;
}

.specs-list li {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.specs-list li span {
  color: #fca311;
  margin-right: 10px;
  font-weight: 700;
}















/*section with bars*/
.audience-section {
    width: 100%;
    max-width: 1400px;
    margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.audience-left {
  flex: 1 1 400px;
  max-width: 600px;
}

.audience-left h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.audience-left p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.audience-left strong {
  color: #000;
}

.audience-right {
  flex: 1 1 400px;
  max-width: 600px;
}

.bar {
  margin-bottom: 20px;
}

.progress {
  background: #b000eb;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.fill {
  background-color: #37155b;
  height: 100%;
  width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0 10px;
  font-weight: bold;
  transition: width 2s ease;
}

.label {
  font-size: 0.9rem;
}

.percent {
  font-size: 0.9rem;
}

.demo-btn {
  margin-top: 30px;
  background: #b000eb;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border: 2px solid yellow;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.fill span {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.fill.reveal span {
  opacity: 1;
  transform: translateX(0);
}










/*testimonials*/
.why-best-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
  justify-content: center;
  background: #fff;
}

.why-left {
  flex: 1 1 500px;
  max-width: 700px;
}

.why-left h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 15px;
  border-bottom: 3px solid #37155b;
  display: inline-block;
  padding-bottom: 5px;
}

.why-left p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.why-left .highlight {
  color: #b000eb;
}

.features-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-size: 0.95rem;
}

.features-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #b000eb;
  font-weight: bold;
}

.why-right {
  flex: 1 1 350px;
  max-width: 500px;
}

.testimonial-box {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.quote-mark {
  font-size: 40px;
  color: #d88484;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.stars {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 20px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  object-fit: cover;
}
.why-right {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  position: relative;
}

.testimonial-box {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.testimonial-box.fade-out {
  opacity: 0;
}













/*Last footer Section*/
.learning-help-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  background-color: #f8f8f8;
  border-top: 2px solid #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  flex-wrap: wrap;
  gap: 10px;
}

.help-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin: 0;
}

.contact-btn {
  background-color: #b000eb;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: #8b0015;
}















@media(max-width:581px){
  .specs-image img {
    height: 300px;
}
.audience-section {
  padding: 20px;
}
.training-specs {
  padding: 20px;
}
.why-best-section {
  padding: 20px;
}
}
@media(max-width:1302px){
  .trainer{
    right: 10%;
  }
}
@media(max-width:881px){
.durations{
    grid-template-columns: 1fr;
}
}

@media(max-width:1010px){
.courseCardsSection{
    grid-template-columns: 1fr;
}
.courseContainerRight{
    display: none;
}
}
@media(max-width:700px){
.cards{
    grid-template-columns: 1fr;
}
.courseCardsLeft{
  display: none;
}


}
@media(max-width:510px){
.courseCardsSection{
    padding: 40px 20px;
}
.cards{
    padding: 15px;
}
.cards p{
    font-size: 13px;
    line-height: 18px;
}
.buttons a{
    font-size: 12px;
}
.durations {
    height: fit-content;
    border-radius: 5px;
}
}
@media(max-width:900px){
    .contentRight{
        display: none;
    }
    .mainLandingPageBanner{
    grid-template-columns: 1fr;
}
#b000eb
.containerInsideLeft{
    flex-direction: column;
    align-items: flex-start;
}
.starsRating{
padding-top: 10px;
}
.imagesContainer p{
    border-bottom: 1px solid #4e4e4e;
    padding: 10px 0;
    border-right: none;
}
}
@media(max-width:548px){
    .mainLandingPageBanner{
    padding: 40px 20px;
}
.promotionContainer{
    flex-direction: column;
    align-items: flex-start;
}
.award{
    margin-top: 10px;
        margin-left: 0px;
}

}
@media(max-width:369px){
  .courseCardsSection{
    padding: 0px;

}
.cards{
  border-radius: 0;
}
}