* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* MA-27 Hero Section ---STARTS--- */
.header__wrapper {   
  display: flex;   
  justify-content: space-between;   
  align-items: center;   
  padding: 49px 119px;   
  width: 100%;   
  z-index: 10; 
}  
.header__logo {   
  display: flex;   
  align-items: center;   
  gap: 10px;   
}  
.header__wrapper .navbar {   
  display: flex;   
  gap: 20px; 
}  
.navbar ul {   
  display: flex;   
  list-style: none;   
  align-items: center;   
  gap: 54px; 
}  
.navbar ul a {   
  color: #F9F9F9;   
  font-weight: 400;   
  font-size: 20px;   
  line-height: 100%; 
  text-decoration: none;
} 
.navbar .contact__btn { 
  padding: 20px 30px; 
  border-radius: 50px; 
  border: 1px solid #FE6839; 

}  
.menu-toggle {
  display: none;
  cursor: pointer;
  font-weight: 400;   
  font-size: 20px;
  line-height: 100%;   
  text-decoration: none;   
  color: #FFFFFF;
}
.menu-checkbox {
  display: none;
}
.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #1E1E1E;
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 20px;
}
.side-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.side-menu-list {
  list-style: none;
  margin-top: 50px;
}
.side-menu-list li {
  margin-bottom: 20px;
}
.side-menu-list a {
  color: #F9F9F9;
  text-decoration: none;
  font-size: 18px;
}
.side-menu-contact {
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #FE6839;
  color: #FE6839;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.menu-checkbox:checked ~ .side-menu {
  right: 0;
}

@media(max-width:1400px){

  .header__wrapper{
    padding: 60px 60px;
  
  }
}


@media(max-width:1200px){

  .header__wrapper{
    padding: 40px 40px;
  }

  .contact__btn{
    padding: 20px;
  }

  .header__logo{
    max-width: 250px;
  }

  .logo__img {
    width: 30px;
  }
  
  .title__logo{
    width: 70%;
  }

  .navbar ul{
    gap: 44px;
  }
  
  
}

@media(max-width:992px){

  .header__wrapper .navbar{
    display: none;
  }
  .header__bar{
    display: block;
  }

  .header__bar{
   font-size: 45px;
  }
.menu-toggle {
    display: block;
}
  
}


@media(max-width:768px){

  .header__wrapper{
    padding: 20px 20px;
  }

  .header__logo{
    max-width: 250px;
  }

  .logo__img {
    width: 30px;
  }
  
  .title__logo{
    width: 70%;
  }
  
  .header__bar{
    font-size: 30px;
   }

}





.hero__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #282828;
  margin-top: 0; 
  padding-bottom: 100px;
}
.hero__wrapper .left__line {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 200px;
}
.hero__wrapper .right__circle {
  position: absolute;

  bottom: 0;
  right: 0;
  width: 150px;
}
.hero__wrapper .middle__circle {
  position: absolute;
  z-index: -1;
  bottom: -75px;
  top: 0; 
  right: -75px;
  width: 150px;
}
.hero__wrapper .middle__line {
  position: absolute;

  width: 200px;
  left: 35%;
}
.hero__wrapper .right__line {
  position: absolute;

  width: 300px;
  bottom: 0;
  right: 0;
}
.hero__wrapper .bg-1 {
  position: absolute;

  top: -80px;
  left: 0;
  width: 200px;
}
.hero__wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; 
  width: 100%;
  margin-block-start: 100px;
}
.hero__wrapper .left__images {
  width: 40%;
  position: relative;
  z-index: 3;
}
.hero__wrapper .hero__img {
  width: 100%;
}

.hero__wrapper .right__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 50%;
}
.hero__wrapper .hero__title {
  font-weight: 600;
  color: #f9f9f9;
  font-size: 58px;

  letter-spacing: 0%;
  max-width: 70%;
  line-height: normal;
  text-wrap: wrap;
  font-family: "Syne", sans-serif;
}
.hero__wrapper .hero_title_text {
  font-weight: 600;
  color: #fe6839;
  font-size: 58px;
  line-height: 70px;
  letter-spacing: 0%;
  font-family: "Syne", sans-serif;
}
.hero__wrapper .hero__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #f9f9f9;
  letter-spacing: 0%;
  max-width: 50%;
  font-family: "Poppins", sans-serif;
}
.hero__wrapper .hero__btn {
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;

  border-radius: 50px;
  border: 1px solid #fe6839;
  color: #f9f9f9;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  width: fit-content;
}
/* MA-27 Hero Section ---Finish--- */
@media (max-width: 1440px) {
  .hero__wrapper .bg-1 {
    width: 160px;
  }
  .hero__wrapper .middle__circle {
    width: 120px;
    bottom: -60px;
    right: -60px;
  }
  .hero__wrapper .hero__title,
  .hero__wrapper .hero_title_text {
    font-size: 44px;
  }
  .hero__wrapper .left__line {
    width: 180px;
  }
  .hero__wrapper .middle__line {
    left: 540px;
  }
  .hero__wrapper .right__line {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .hero__wrapper .bg-1 {
    width: 140px;
  }
  .hero__wrapper .middle__circle {
    width: 100px;
    bottom: -50px;
    right: -50px;
  }
  .hero__wrapper .right__content {
    gap: 25px;
  }
  .hero__wrapper .hero__title,
  .hero__wrapper .hero_title_text {
    font-size: 36px;
  }
  .hero__wrapper .hero__text {
    font-size: 16px;
  }
  .hero-cta-btn {
    font-size: 18px;
  }
  .hero__wrapper .left__line {
    width: 150px;
  }
  .hero__wrapper .middle__line {
    left: 440px;
  }
  .hero__wrapper .right__line {
    width: 230px;
  }
  .hero__wrapper .right__circle {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .hero__wrapper {
    height: calc(60dvh - 100px);
  }
  .hero__wrapper .bg-1 {
    width: 110px;
  }
  .hero__wrapper .container {
    gap: 50px;
  }
  .hero__wrapper .left__images {
    width: 55%;
  }
  .hero__wrapper .right__content {
    width: 45%;
  }
  .hero__wrapper .middle__circle {
    width: 80px;
    bottom: -40px;
    right: -40px;
  }
  .hero__wrapper .right__content {
    width: 50%;
  }
  .hero__wrapper .hero__title,
  .hero__wrapper .hero_title_text {
    font-size: 28px;
    max-width: 100%;
  }
  .hero__wrapper .hero__text {
    max-width: 100%;
  }
  .hero__wrapper .hero_title_text {
    line-height: 0;
  }
  .hero__wrapper .left__line {
    width: 120px;
  }
  .hero__wrapper .middle__line {
    left: 340px;
  }
  .hero__wrapper .right__line {
    width: 200px;
  }
  .hero__wrapper .right__circle {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .hero__wrapper {
    padding: 80px 20px 20px;
    min-height: 600px;
    height: auto;
  }
  .hero__wrapper .container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin: 30px 0 0;
  }
  .hero__wrapper .left__images {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .hero-image {
    width: 100%;
  }
  .hero__wrapper .right__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
  }
  .hero__wrapper .hero__title,
  .hero__wrapper .hero_title_text {
    font-size: 24px;
    text-align: center;
  }
  .left__line,
  .middle__line,
  .right__line,
  .middle__circle,
  .bg-1,
  .right__circle {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero__wrapper .hero__title,
  .hero__wrapper .hero_title_text {
    font-size: 20px;
  }
  .hero__wrapper .hero__text {
    font-size: 14px;
  }
  .hero__wrapper .hero__btn {
    font-size: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.news__wrapper {
  width: 100%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 120px;
  height: 100vh;
  padding-block: 100px;
  height: auto;
}
.news__wrapper .news__titles {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}
.news__wrapper .news__titles .rod {
  width: 202px;
  border: 1.5px solid #f9f9f9;
  rotate: -0deg;
}
.news__wrapper .container .news__card {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
}
.news__wrapper .news__titles .news__title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f9f9f9;
}
.news__wrapper .container {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 35px;
  padding-left: 250px;
}
.news__wrapper .container .news__card .date-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 120px;
  padding: 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 70%,
    transparent 100%
  );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  font-family: "Syne", sans-serif;
}
.news__wrapper .container .news__card .date-box .day {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f9f9f9;
}
.news__wrapper .container .news__card .date-box .month {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f9f9f9;
}
.news__wrapper .container .news__card .date-box .year {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f9f9f9;
}
.news__wrapper .container .news__card .news__image {
  position: relative;
  height: 300px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.news__wrapper .container .news__card .news__image img {
  border-radius: 20px;
  color: #c7c7c7;
  margin-bottom: 20px;
}
.news__wrapper .container .news__card .news-content .category {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f9f9f9;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  opacity: 70%;
  margin-top: 30px;
}
.news__wrapper .container .news__card .news-content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f9f9f9;
  padding-block: 20px;
  width: 100%;
  max-width: 375px;
  font-family: "Syne", sans-serif;
}
.news__wrapper .container .news__card .news-content .arrow-btn {
  width: 54px;
  height: 54px;
  background-color: #282828;
  border-radius: 50px;
  font-size: 24px;
  border: 1.5px solid #f9f9f9;
  color: #f9f9f9;
}
@media (max-width: 1536px) {
  .news__wrapper {
    height: auto;
  }
  .news__wrapper .container {
    display: flex;
    padding-left: 0;
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .news__wrapper .container .news__card .news-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .news__wrapper {
    height: auto;
  }
  .news__wrapper .container {
    padding-left: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news__wrapper .container .news__card {
    width: 90%;
    max-width: 600px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news__wrapper .container .news__card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news__wrapper .container .news__card .news-content {
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .news__wrapper .news__titles .news__title {
    font-size: 36px;
    text-align: center;
  }
  .news__wrapper .news__titles .rod {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .news__wrapper {
    padding: 40px 20px;
  }
  .news__wrapper .news__titles {
    margin-bottom: 40px;
    display: block;
  }
  .news__wrapper .news__titles .news__title {
    font-size: 30px;
    text-align: left;
    margin-left: 24px;
  }
  .news__wrapper .news__titles .rod {
    width: 70%;
    margin-bottom: 20px;
    margin-left: 24px;
  }
  .news__wrapper .container .news__card {
    flex-direction: column;
    align-items: center;
  }
  .news__wrapper .container .news__card .news__image img {
    width: 100%;
    max-width: 407px;
    max-height: 307px;
  }
  .news__wrapper .container .news__card .news-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .news__wrapper .container .news__card .news__image {
    width: unset;
  }
  .news__wrapper .container .news__card .news-content h3 {
    font-size: 20px;
  }
  .news__wrapper .container .news__card .news-content .arrow-btn {
    width: 40px;
    height: 40px;
  }
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .container__benefits {
    max-width: 1550px;
    margin: 50px auto;
    text-align: left;
  }
  
  .benefits {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-left: 2px solid #000;
    padding-left: 15px;
    max-width: 50%;
  }
  
  .number {
    font-size: 96px;
    font-weight: bold;
    color: #ff6b35;
  }
  
  .benefits__container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  .benefit-item p {
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
  }
  
  @media (max-width: 1550px) {
    .container__benefits {
      margin: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .container__benefits {
      padding: 10px 20px;
    }
  
    .benefits {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
  
    .benefits__container {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }
  
    .number {
      font-size: clamp(24px, 10vw, 46px);
    }
  
    .benefit-item {
      max-width: 100%;
    }
  
    .benefit-item h3 {
      font-size: clamp(18px, 5vw, 26px);
    }
  
    .benefit-item p {
      font-size: clamp(16px, 4vw, 30px);
    }
  }

.about__wrapper {
  width: 100%;
  position: relative;
  height: auto;
}

.images__vector {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
  top: 10%;
}

.images__vector .left__vector {
  rotate: -3deg;
  position: relative;
  top: 10%;
}
.about__wrapper .container .text__content .about__style {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about__wrapper .container .text__content .about__style img {
  color: #8d8d8d;
  rotate: 45deg;
  width: 12px;
  height: 12px;
}

.about__wrapper .container .text__content .about__style .about__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0%;
  line-height: 100%;
  color: #8d8d8d;
}
.about__wrapper .container .text__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 67px 119px;
  align-items: flex-start;
  background-color: #eaeaea;
}

.about__wrapper .container .text__content hr {
  background-color: #282828;
  border: 1.5px solid #282828;
  rotate: 0deg;
  width: 284px;
}

.about__wrapper .container .text__content .top__content {
  display: flex;
  flex-direction: column;

  max-width: 1047px;
  width: 100%;
  gap: 30px;
}

.about__wrapper .container .text__content .top__content .main__title {

  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #282828;
  display: flex;
}
.about__wrapper .container .text__content .top__content .about__btn {
  padding: 20px 19px 20px 25px;
  max-width: 190px;

  border-radius: 50px;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  cursor: pointer;
}

.cards {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.about__wrapper .card {
  position: relative;
  width: 100%;
  max-width: 424px;
  height: 474px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 2;
}

.card__1 .card__content h3 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #282828;
  max-width: 285px;
  width: 100%;
  margin: 40px;
}

.card__2 .card__content h3 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #282828;
  max-width: 285px;
  width: 100%;
  margin-left: 40px;
  margin-top: 140px;
}

.card__2 .card__logo {
  margin-left: 40px;
  margin-top: 40px;
}

.card__1 .card__content .card-btn__1 {
  max-width: 190px;
  border-radius: 50px;
  padding: 20px 19px 20px 25px;
  border: 1px solid #282828;
  cursor: pointer;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Poppins", sans-serif;
  color: #282828;
  margin-top: 36%;
  margin-left: 40px;
  display: flex;
}

.card__2 .card__content .card-btn__2 {
  max-width: 205px;
  border-radius: 50px;
  padding: 20px 30px;
  border: 1px solid #f9f9f9;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  margin-top: 40px;
  margin-left: 40px;
}

.card__1 {
  background-color: #eaeaea;
}

.card__1 .card__graphic {
  position: absolute;
  bottom: 120px;
  right: 6px;
  flex-wrap: wrap;
  z-index: 1;
}

.card__2 {
  background-color: #fe6839;
}

.card__2 .card__logo img {
  width: 78px;
  height: 78px;
}
.card__2 .card__2__graphic {
  position: absolute;
}

.card__3 .card__content h3 {
  color: #f9f9f9;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 285px;
  width: 100%;
  position: absolute;
  margin-top: 60px;
  margin-left: 60px;
}

.card__3 .card__content .card__person img {
  border-radius: 20px;
}

.card__3 .card__content .card-btn__3 {
  max-width: 205px;
  border-radius: 50px;
  padding: 20px 30px;
  gap: 10px;
  border: 1px solid #fe6839;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  margin-top: auto;
  top: 353px;
  left: 40px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.card__3 .card__3__graphic {
  position: absolute;
  z-index: 2;
}

@media (max-width: 1540px) {
  .about__wrapper .container .text__content .top__content .main__title {
    font-size: 38px;
    line-height: 110%;
  }

  .about__wrapper .container .text__content {
    padding: 50px 80px;
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .images__vector .right__vector {
    right: 0;
    position: absolute;
  }

  .about__wrapper .container .text__content .about__style .about__title {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .left__vector,
  .right__vector {
    display: none;
  }

  .about__wrapper .container .text__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about__wrapper .container .text__content .top__content .main__title {
    font-size: 26px;
  }
  .about__wrapper .container .text__content .top__content .about__btn {
    max-width: 100%;
  }
  .about__wrapper .container .text__content hr {
    width: 100%;
  }
}
@media (max-width: 556px) {
  .about__wrapper .container .text__content {
    gap: 40px;
    text-align: left;
    padding: 40px 20px;
    align-items: flex-start;
  }

  .about__wrapper .container .text__content .top__content {
    max-width: 100%;
    text-align: left;
  }
  .card__2 .card__2__graphic img {
    max-width: 100%;
  }

  .card__3 .card__content .card__person img {
    max-width: 100%;
  }
  .card__3 .card__3__graphic img {
    max-width: 100%;
  }

  .card__3 .card__content .card-btn__3 {
    bottom: 70px;
  }
}


.expert-coaching-section {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #E9E9E9 35%, white 35%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}
.expert-coaching-section .expert-coaching-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width:1440px;

}
.expert-coaching-section .expert-top-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.expert-coaching-section .label-content {
  display: flex;
  gap: 10px;
  color:#8D8D8D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins",sans-serif;
}


.expert-coaching-section .label-content img {
    width: 12px;
    height: 12px;
    transform: rotate(-45deg); 
    background-color: #8D8D8D; 
    margin-top: 10px;
  
}

.expert-coaching-section .top-text-content {
 display: flex;
 flex-direction: column;
 gap: 30px;

}

.expert-coaching-section .top-text-content h2 {
  max-width: 700px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: normal;
}

.expert-coaching-section .top-text-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.expert-coaching-section .top-text-content button {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 20px 19px;
  color:#282828;
  font-family: 'Poppins', sans-serif; 
  font-weight: 500; 
  font-size: 20px; 
  cursor: pointer;
  background-color: transparent;
  width: fit-content;
}


.expert-coaching-section .green-box3 {
  width: 1px;
 background-color: #282828;
  height: 200px;
  margin-top: 10px;
}

.expert-coaching-section .yellow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  
}
.expert-coaching-section .yellow-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 350px;
}

.expert-coaching-section .yellow-text .line {
  width: 100%;
  height: 1px;
  background-color: #282828;
}
.expert-coaching-section .icon-text {
  display: flex;
  gap: 32px;
}
.expert-coaching-section .icon-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.expert-coaching-section .yellow-image {
    max-width: 1000px;
    width: 70%;
    height: auto;
    object-fit: contain;
}

.expert-coaching-section .purple-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.expert-coaching-section .cards-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between; 
}

.expert-coaching-section .card {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 8px;
}

.expert-coaching-section .card img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.expert-coaching-section .card-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.expert-coaching-section .card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}

.expert-coaching-section .card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}



@media screen and (max-width: 1024px) {
  .expert-coaching-section .expert-coaching-section {
      padding: 60px 15px;
  }

  .expert-coaching-section .expert-top-container {
      flex-direction: column;
  }

  .expert-coaching-section .top-text-content h2 {
      font-size: 32px;
  }

  .expert-coaching-section .top-text-content p {
      font-size: 16px;
  }

  .expert-coaching-section .green-box3 {
      display: none; 
  }

  .expert-coaching-section .yellow-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .expert-coaching-section .yellow-text {
      max-width: 100%;
  }

  .expert-coaching-section .yellow-image {
      width: 90%;
  }

  .expert-coaching-section .purple-container {
      align-items: center;
      padding: 20px;
  }

  .expert-coaching-section .cards-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .expert-coaching-section .card {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .expert-coaching-section .card img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .expert-coaching-section  {
      background: white; 
  }

  .expert-coaching-section .top-text-content h2 {
      font-size: 28px;
  }

  .expert-coaching-section .top-text-content p {
      font-size: 14px;
      line-height: 24px;
  }

  .expert-coaching-section .top-text-content button {
      font-size: 16px;
      padding: 15px 16px;
  }

  .expert-coaching-section .icon-text {
      gap: 16px;
  }

  .expert-coaching-section .icon-text p {
      font-size: 16px;
  }

  .expert-coaching-section .yellow-image {
      width: 100%;
  }

  .expert-coaching-section .card h3 {
      font-size: 24px;
  }

  .expert-coaching-section .card p {
      font-size: 16px;
      line-height: 26px;
  }
}
/* Event Schedule Section Start */
.events-schedule-section {
    padding: 90px 20px;
  }
  .events-schedule-container {
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .event-schedule {
    display: flex;
    align-items: center;
    gap: 10px;
    height: fit-content;
  }
  .event-schedule-title {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #8D8D8D;
  
  }
  .event-cards-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 950px;
    width: 100%;
  }
  
  .event-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    border-top: 1px solid black;
    padding-top: 10px;
  }
  .event-date {
    display: flex;
    gap: 10px;
  }
  .date-day {
    color:#fe6839;
    font-family:"Syne",sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
  }
  
  .date-month-year {
    font-family: "Poppins",sans-serif;
    font-size:  18px;
    font-weight:400;
    line-height: 30px;
    width: 50px;
  }
  .event-info-title {
      font-family: "Syne",sans-serif;
      font-size: 40px;
      font-weight: 600;
      line-height: normal;
    
  }
  .event-info-desc{
    font-family:"Poppins",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.5;
  }
  .event-button {
      margin: 10px 0;
      font-size: 20px;
      font-weight: 500;
      font-family: "Poppins",sans-serif;
      min-width: fit-content;
      text-decoration: none;
  
      color:#282828;
      border: 1px solid #282828;
  
      cursor: pointer;
      width: fit-content;
      padding: 10px 20px;
      border-radius: 30px;
      background-color: transparent;
  }
  
  
  @media(max-width: 1200px) {
    .event-info-title {
      font-size: 26px;
    }
  
    .date-day {
      font-size: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .event-info-title {
      font-size: 24px;
    }
  
    .date-day {
      font-size: 36px;
    }
  }
  
  @media (max-width: 768px) {
    .events-schedule-container {
      flex-direction: column;
    }
  
    .event-cards-container {
      gap: 40px;
    }
  
    .event-card {
      flex-direction: column;
    }
  
    .date-day {
      font-size:28px;
    }
  
    .date-month-year {
      font-size: 18px;
      width: fit-content;
    }
  
    .event-info{
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
  
    .event-info-title {
      font-size: 20px;
    }
  
    .event-button {
      font-size: 16px;
      margin-left: auto;
    }
  }
  
  @media (max-width: 576px) {
    .event-button{
      width: 100%;
      
    }
  }

  .footer {
    color: white;
    width: 100%;
    background-color: #282828;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
  }
  .footer .poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .footer .divider {
    height: 1px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .footer.footer-section {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  }
  .footer .footer-section h2 {
  font-family: "Syne",sans-serif;
  color: #F9F9F9;
  font-size: 32px;
  font-weight: 600;
  }
  .footer .footer-section li {
  font-family: "Poppins",sans-serif;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0%;
  
  }
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer .logo img {
    max-width: 180px;
  }
  
  .footer .footer-content {
    display: flex;
    flex-grow: 1;
    text-align: left;
    flex-wrap: wrap;
    gap: 80px;
  }
  
  
  .footer .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  } 
  
  .footer .logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .footer .logo-section img {
    width: 50px;
  }
  
  .footer .footer-section ul li {
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  .footer .footer-section ul li:hover {
    color: #ff6b35;
  }
  @media (max-width: 1250px) {
  .footer {
    flex-direction: column;
    gap: 50px;
  }
  }
  /* Responsive */
  @media (max-width: 768px) {
    .footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
  
    .footer .footer-content {
        flex-direction: column;
        align-items: center;
    }
  
    .footer .footer-section {
        text-align: center;
    }
  }
  
  /* Event Schedule Section End */
  .more-banner-section {
    display: flex;
    flex-direction: column;
  }
  .more-banner-section .container {
    background-color: #fe6839;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 70px 120px;
    gap: 10px;
  }
  
  .more-banner-section .term {
    gap: 58px;
    display: flex;
    align-items: flex-start;
  }
  .more-banner-section .term hr {
    width: 202px;
    height: 2px;
    border: none;
    background-color: #f9f9f9;
  }
  .more-banner-section .term h3 {
    color: #f9f9f9;
    font-weight: 600;
    font-size: 45px;
    line-height: 100%;
    font-family: "Syne", sans-serif;
  }
  .more-banner-section .more-banner-image-container {
    width: 100%;
  }
  .more-banner-section .more-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
  }
  .more-banner-section .btn {
    width: 190px;
    height: 70px;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    background-color: #fe6839;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #f9f9f9;
  }
  .more-banner-section .btn span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #f9f9f9;
   font-family: "Poppins",sans-serif;
  }
  
  @media (max-width: 1200px) {
    .more-banner-section .term {
      flex-direction: column;
      gap: 20px;
    }
    .more-banner-section .container {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
  }
  
  @media (max-width: 992px) {
    .more-banner-section .container {
      padding: 60px 40px;
    }
  }
  
  @media (max-width: 576px) {
    .more-banner-section .container {
      padding: 30px 20px;
    }
    .more-banner-section .btn {
      width: 100%;
      height: auto;
    }
    .more-banner-section .term h3 {
      font-size: 30px;
    }
  }