
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


body{
    padding-top:95px;
    font-family:Poppins, sans-serif;
}


.container{
    width:90%;
    max-width:1472px;
    margin:0 auto;
}


.logo-img{
    height:42px;
}


.nav-link{
    font-weight:500;
    margin:0 12px;
    transition:0.3s;
}

.nav-link:hover{
    color:#FF5C2A !important;
}


.get-btn{
    background:#FF5C2A;
    color:#fff;
    padding:10px 22px;
    border:none;
    transition:0.3s;
}

.get-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}



.about-hero{
    background:#FFFFFF;
    padding:80px 0 60px;
}

.about-sub{
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:10px;
}

.about-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:30px;
}

.about-line{
    margin:30px 0;
    opacity:0.3;
}

.about-text-row p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}

.about-img{
    margin-top:40px;
}

.about-img img{
    width:100%;
    border-radius:4px;
}



.unique-section{
    background:#FFFFFF;
    padding:90px 0;
}

.unique-sub{
    font-size:12px;
    letter-spacing:2px;
}

.unique-title{
    font-size:42px;
    font-weight:700;
    margin-top:10px;
}

.unique-img{
    width:90%;
    border-radius:8px;
}

.course-box{
    background:#FFFFFF;
    padding:30px 25px;
    border:1px solid #ff6a3d;
    border-radius:8px;
    text-align:left;
    height:100%;
    transition:0.3s;
}

.course-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 25px rgba(0,0,0,0.1);
}

.course-box img{
    width:40px;
    margin-bottom:15px;
}

.course-box h5{
    font-weight:700;
    margin-bottom:8px;
}

.course-box p{
    font-size:13px;
    color:#666;
}



.dark-section{
    background:#000000;
    color:#fff;
    padding:90px 0;
}

.dark-title{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
}

.dark-title span{
    color:#FFDB21;
}

.dark-desc{
    color:#ACACB4;
    width:55%;
    margin-top:20px;
    font-size:14px;
}

.dark-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.dark-middle{
    background:#8A8A8A;
    padding:40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.read-btn{
    background:none;
    border:1px solid #fff;
    color:#fff;
    padding:10px 20px;
    width:120px;
    transition:0.3s;
}

.read-btn:hover{
    background:#fff;
    color:#000;
    transform:translateY(-3px);
}


.stat-box{
    background:#e6e1d7;
    color:#000;
    padding:30px;
    transition:0.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 25px rgba(0,0,0,0.1);
}

.stat-box h1{
    font-size:48px;
    font-weight:700;
}

.stat-box h6{
    font-weight:700;
}

.stat-box p{
    font-size:13px;
    color:#555;
}



.orange-strip{
    background:#FF5C2A;
    color:#fff;
    padding:18px 0;
    font-size:18px;
}

.orange-strip span{
    margin:0 20px;
}


@media only screen and (max-width: 600px) {
  .orange-strip {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {

  .orange-strip span {
    display: block;     
    margin-bottom: 14px; 
  }


}


.team-section{
    background:#F0F0F0;
    padding:90px 0;
}

.team-title{
    font-size:32px;
    font-weight:700;
}

.team-desc{
    color:#8E8D87;
    width:70%;
}

.team-card{
    transition:0.3s;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 25px rgba(0,0,0,0.1);
}

.team-card img{
    width:100%;
    border-radius:4px;
}

.team-card h6{
    margin-top:10px;
    font-weight:700;
}

.team-card span{
    font-size:13px;
    color:#777;
}



.newsletter-section{
    background:#FFDB21;
    padding:40px 0;
}

.news-title{
    font-weight:700;
}

.news-form{
    display:flex;
    gap:10px;
}

.news-form input{
    flex:1;
    padding:12px;
    border:none;
}

.news-form button{
    background:#FF5C2A;
    color:#fff;
    border:none;
    padding:12px 20px;
    transition:0.3s;
}

.news-form button:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.agree{
    font-size:12px;
    margin-top:8px;
}


.footer{
  background:#050517;
  color:#fff;
  padding-top:70px;
}

.footer-container{
  width:90%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}

.footer-col{
  flex:1;
  min-width:180px;
}

.logo{
  color:#ffd400;
  margin-bottom:15px;
}

.footer-about p{
  font-size:13px;
  color:#FFFFFF;
  width:80%;
  line-height:1.6;
}
.footer-title{
  margin-bottom:20px;
  font-size:18px;
  letter-spacing:1px;
  font-weight:600;
  color:#fff;
  position:relative;
}

.footer-title::after{
  content:"";
  width:0;
  height:2px;
  background:#ffd400;
  position:absolute;
  left:0;
  bottom:-6px;
  transition:0.3s ease;
}

.footer-title:hover::after{
  width:40px;
}

.footer-nav{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.footer-nav a{
  text-decoration:none;
  color:#cfcfcf;
  font-size:13px;
  transition:all 0.3s ease;
  position:relative;
}

.footer-nav a:hover{
  color:#fff;
  padding-left:6px;
}

.footer-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:1px;
  background:#ffd400;
  transition:0.3s;
}

.footer-nav a:hover::after{
  width:100%;
}

.social-links{
  margin-top:20px;
}

.social-links a{
  margin-right:18px;
  font-size:12px;
  color:#cfcfcf;
  text-decoration:none;
  transition:all 0.3s ease;
  display:inline-block;
}

.social-links a:hover{
  color:#ffd400;
  transform:translateY(-3px);
}

.subscribe{
  font-size:12px;
  color:#cfcfcf;
  margin-top:10px;
}

.footer-bottom{
  border-top:1px solid #2a2a40;
  text-align:center;
  padding:20px 0;
  margin-top:50px;
}

.footer-bottom p{
  font-size:13px;
  color:#cfcfcf;
}

.footer-bottom a{
  color:#fff;
  text-decoration:none;
  transition:0.3s;
}

.footer-bottom a:hover{
  color:#ffd400;
  text-decoration:underline;
}


@media(max-width:992px){
    .about-title{font-size:36px;}
    .unique-title{font-size:32px;}
    .dark-title{font-size:32px;}
    .dark-desc{width:100%;}
    .team-desc{width:100%;margin-bottom:30px;}
}

@media(max-width:768px){
    .about-title{font-size:28px;}
    .unique-section{padding:70px 0;}
    .unique-title{font-size:26px;}
    .dark-section{padding:70px 0;}
    .dark-title{font-size:26px;}
    .team-section{text-align:center;padding:70px 0;}
    .news-form{flex-direction:column;}
}

@media (max-width:1200px){

  .container{
    width:92%;
  }

  .about-title{
    font-size:42px;
  }

  .unique-title{
    font-size:38px;
  }

  .dark-title{
    font-size:38px;
  }

}



@media (max-width:992px){

  body{
    padding-top:85px;
  }

  .about-title{
    font-size:36px;
  }

  .unique-title{
    font-size:32px;
  }

  .unique-img{
    width:100%;
    margin-bottom:30px;
  }

  .dark-title{
    font-size:32px;
  }

  .dark-desc{
    width:100%;
  }

  .team-desc{
    width:100%;
    margin-bottom:30px;
  }

  .footer-col{
    flex:45%;
  }

}



@media (max-width:768px){

  body{
    padding-top:80px;
  }

  .about-hero{
    padding:60px 0;
    text-align:center;
  }

  .about-title{
    font-size:28px;
  }

  .unique-section{
    padding:70px 0;
    text-align:center;
  }

  .unique-title{
    font-size:26px;
  }

  .course-box{
    text-align:center;
  }

  .dark-section{
    padding:70px 0;
    text-align:center;
  }

  .dark-title{
    font-size:26px;
  }

  .orange-strip{
    text-align:center;
    font-size:15px;
  }

  .team-section{
    padding:70px 0;
    text-align:center;
  }

  .news-form{
    flex-direction:column;
  }

  .footer-container{
    flex-direction:column;
    gap:35px;
  }

}


@media (max-width:576px){

  .container{
    width:94%;
  }

  .about-title{
    font-size:24px;
  }

  .unique-title{
    font-size:22px;
  }

  .dark-title{
    font-size:22px;
  }

  .stat-box h1{
    font-size:36px;
  }

  .news-form input,
  .news-form button{
    width:100%;
  }

}



@media (max-width:480px){

  .about-title{
    font-size:22px;
  }

  .footer-col h3{
    font-size:15px;
  }

  .footer-nav a{
    font-size:12px;
  }

  .footer-bottom p{
    font-size:12px;
  }

}