

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #29ca8e;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }
  #team{
    position: center;
  }


  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #29ca8e;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
    height: 80px;
    overflow: visible;
  }

  .custom-navbar .navbar-brand {
    height: 145px;
    position: relative; top: -30px;
    object-fit: contain;
    
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 15em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #29ca8e;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #29ca8e;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #29ca8e;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

/* ====== NAVBAR MOBILE FIX ====== */
@media (max-width: 767px) {

  .custom-navbar .navbar-collapse {
    background: #ffffff;      /* biar menu keliatan jelas di atas konten */
  }

  .custom-navbar .navbar-nav {
    float: none !important;   /* jangan pisah kiri/kanan */
    margin: 0;
  }

  .custom-navbar .navbar-nav > li {
    float: none;              /* tiap item jadi 1 baris */
    display: block;
  }

  .custom-navbar .navbar-nav.navbar-right {
    float: none !important;
    margin-top: 10px;         /* kasih jarak dikit dari menu utama */
  }
}
/* Logo default */
.navbar-brand img {
  max-height: 110px;
  width: auto;
}

/* Logo di mobile lebih kecil */
@media (max-width: 767px) {
    .navbar-brand img {
        max-height: 80px; /* ukuran ideal */
        width: auto;
    }

    /* Biar logo dan hamburger align secara vertikal */
    .navbar-header {
        padding: 10px 0;
    }

    .custom-navbar {
        padding: 5px 0;
    }
}


  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
	  background-position: center top;
  }

  .home-slider .item-second {
    background-image: url(../images/slider-2.JPG);
    background-position: center bottom;
  }




  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #29ca8e;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .about-gallery {
    display: flex;
    flex-direction: column; /* Mengubah layout gambar menjadi vertikal */
    gap: 20px; /* Jarak antara gambar */
    align-items: center; /* Mengatur gambar agar berada di tengah */
  }

.about-photo {
    width: 400px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-photo:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .about-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  /* .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  } */
  /* Styling untuk setiap mentor */
#team .team-thumb {
    text-align: center; /* Menjaga teks dan gambar di tengah */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#team .team-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

#team .team-image img {
    width: 100%;
    height: auto;
    border-radius: 50%; /* Membuat gambar menjadi bulat */
}

/* Styling untuk portofolio dan pengalaman */
.team-details {
    text-align: left;
    margin-top: 15px;
    font-size: 0.9rem;
}

.team-details ul {
    list-style-type: none;
    padding-left: 0;
}

.team-details ul li {
    margin-bottom: 5px;
}

.team-details strong {
    font-weight: 600;
}

/* Styling untuk icon media sosial */
.social-icon {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.social-icon li {
    display: inline;
    margin: 0 10px;
}

.social-icon li a {
    font-size: 1.5rem;
    color: #333;
    transition: color 0.3s;
}

.social-icon li a:hover {
    color: #25D366; /* Hijau, sesuai tema */
}


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-thumb img {
    width: 100%;
    height: 250px; 
    object-fit: cover; 
    object-position: center ; 
  }

  .courses-image {
    height: 250px;
    background-position: center center;
    background-size: cover; 
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #3f51b5;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 120px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #29ca8e;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #29ca8e;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #29ca8e;
    color: #ffffff;
  }

/* =======================================
    alur ajar
  ======================================== */
  #learning-path {
    background-color: #f9f9f9; /* Latar belakang cerah */
    padding: 50px 0;
}

#learning-path .section-title h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

#learning-path .section-title small {
    font-size: 1.2em;
    color: #777;
}

.learning-step {
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.learning-step:hover {
    transform: translateY(-10px);  /* Efek hover untuk mengangkat kotak */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.learning-step .icon {
    font-size: 40px;
    color: #29ca8e;  /* Warna hijau untuk ikon */
    margin-bottom: 20px;
}

.learning-step h4 {
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.learning-step p {
    font-size: 1.1em;
    color: #757575;
    margin-bottom: 0;
}

/* Responsif untuk perangkat mobile */
@media (max-width: 768px) {
    .learning-step {
        margin-bottom: 20px;
    }

    .learning-step .icon {
        font-size: 50px; /* Menambah ukuran ikon di mobile */
    }
}


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

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


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  
  /* ============= FLOATING WHATSAPP BUTTON ============= */
.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;   /* warna khas WhatsApp */
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wa-icon {
    font-size: 30px;
}

.wa-float:hover {
    background-color: #20b557;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

/* Sedikit penyesuaian di layar HP */
@media (max-width: 767px) {
    .wa-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
    }

    .wa-icon {
        font-size: 28px;
    }
}

/* ===================== WHATSAPP POPUP =====================*/
.wa-popup {
    position: fixed;
    bottom: 90px; /* muncul di atas tombol floating */
    right: 20px;
    background: #ffffff;
    width: 270px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 99999;
    display: none;   /* default hidden */
    animation: fadeInUp .4s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.wa-popup-text p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.wa-popup-btn {
    display: block;
    background-color: #25D366;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.wa-popup-btn:hover {
    background-color: #1eb24f;
}

.wa-popup-close {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #777;
}

.wa-popup-close:hover {
    color: #333;
}

/* Responsif untuk mobile */
@media (max-width: 767px) {
    .wa-popup {
        width: 85%;
        right: 7%;
        bottom: 85px;
    }
}

/*benefit dan learning path*/
#benefits h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#learning-path ol li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

#learning-path ol li strong {
    font-weight: 600;
    color: #333;
}

#benefits .col-md-4 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#learning-path ol li {
    padding-left: 20px;
    position: relative;
}

#learning-path ol li::before {
    content: "✔"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #25D366; 
    font-size: 1.2rem;
}

#benefits .col-md-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}


#benefits .wa-popup-btn:hover {
    background-color: #1EB24F;
    transition: all 0.2s ease;
}

#benefits {
    background-color: #f9fafb; 
}

#learning-path {
    background-color: #e8f9e8; 
}

#benefits h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

#learning-path ol li {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    color: #333;
}

/* Styling untuk bagian "Apa yang Kamu Dapatkan" */
#benefits .col-md-4 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 8px;
}

#benefits .col-md-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Styling untuk "Alur Ajar" */
#learning-path ol li {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

#learning-path ol li span {
    color: #25D366; 
    font-size: 1.4rem;
}

/* Styling untuk thumbnail di bawah carousel */
.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.1); 
}


.thumbnail.active {
    border: 2px solid #007bff;
}


@media (max-width: 767px) {
    #galleryCarousel .carousel-inner img {
        max-height: 300px;  
    }
}

/* Style untuk Pop-up */
.promo-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 1000; 
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    width: 60%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.promo-popup .promo-image {
    max-width: 100%;    
    max-height: 340px;  
    width: auto;        
    height: auto;       
    object-fit: contain; 
}


.promo-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.promo-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

#promoPopup .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

#promoPopup .btn:hover {
    background-color: #00b31e;
}

#promoPopup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 9999; 
}

#promoPopup .close-btn:hover {
    color: #ff3b30; 
}




/* Styling untuk section gallery */
#gallery {
    background-color: #f1f1f1;
    padding: 60px 0;
}

#gallery .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
}

#gallery .swiper-container {
    margin-top: 20px;
}

#gallery .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-photo {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.swiper-button-next, .swiper-button-prev {
    color: #29ca8e;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #29ca8e;
    color: #fff;
}

/* Responsif untuk mobile */
@media (max-width: 767px) {
    .swiper-container {
        width: 100%;
    }

    .gallery-photo {
        height: 250px;  
    }
}

#partnership .section-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

#partnership .section-title p {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    text-align: center;
}

.partner-photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 15px; /* Menambahkan jarak antara gambar dan teks */
}

/* Styling teks keterangan */
.partner-photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);  /* Semitransparan background */
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px; /* Ukuran font untuk keterangan */
    font-weight: bold;
}

/* Flexbox untuk tata letak gambar dan keterangan */
.partner-photo-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.partner-photo:hover {
    transform: scale(1.05);
}

a[data-lightbox="partners"] {
    cursor: pointer;
}

.swiper-pagination {
    bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #29ca8e;
}

@media (max-width: 767px) {
    .partner-photo {
        width: 180px; 
        height: 250px; 
        object-fit: cover; 
    }

    .partner-photo-caption {
        font-size: 12px; 
        padding: 5px; 
    }
}


@media (max-width: 480px) {
    .partner-photo {
        height: 200px;
    }

    .partner-photo-caption {
        font-size: 10px;
        padding: 3px;
    }
}

