/**
* Template Name: FlexStart - v1.2.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  color: #444444;
}

a {
  color: #0f4c81;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #0f4c81;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
  padding-bottom: 30px;
}


.section-header .idea{
  margin: 10px 0 0 0;
  padding-bottom: 20px;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    background-color: #636363;
    color: white;
    padding: 40px 60px 30px 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-section:nth-child(1) {
    flex: 1.3;
  }

  .footer-section:nth-child(2) {
    flex: 1.6;
  }

  .footer-section:nth-child(3) {
    flex: 1; /* Our Programs - geser ke kanan, lebih ke tengah */
  }

  .footer-section:nth-child(4) {
    flex: 1.1;
  }

  .footer-section {
    padding: 0 60px;
    min-width: 250px;      /* ✅ agar fleksibel */
  }

  .footer h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }

  .footer p, .footer li {
    max-width: 280px;
    margin: 8px 0;
    line-height: 1.5;
    font-size: 15px;
    color: white;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .contact-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .lokasi-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    max-width: 370px;
    gap: 5px
  }

  .contact-item img, .lokasi-item img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }

  .contact-item a, .lokasi-item a{
    color: white;
    text-decoration: none;
  }

  .contact-item a:hover {
    text-decoration: none;
  }

  .logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .logo img {
    height: 100px;
    mix-blend-mode: multiply;
  }

  @media (max-width: 992px) and (min-width: 600px) {
  .footer {
    flex-wrap: wrap;
  }

  .footer-section {
    flex: 0 0 50%;   /* Dua kolom (2 section) per baris */
    max-width: 50%;
    padding: 20px;   /* Perkecil padding agar muat */
  }
}


/*--------------------------------------------------------------
# WhatsApp Konsultasi
--------------------------------------------------------------*/
.wa-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(135deg, #25D366, #1EBEA5);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}

.wa-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.wa-button img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #0f4c81;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #0F4C81;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3a6386;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Arial", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #0099FF;
  font-weight: 700;
}

.navbar .getstarted {
  background: #0099FF;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #0F4C81;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0f4c81;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0f4c81;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0f4c81;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 75vh;
  background: #0f4c81;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  color: #FABA18;
  padding-bottom: 30px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #0f4c81;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
  border-radius: 50%;
}

.istockphoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/home/istockphoto.jpg)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.articlephoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/IdeaLamp/idea.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.programphoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/Program/program.jpg)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.programphoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/Program/program.jpg)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.aboutphoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/About/Daftar-Perusahaan-BUMN.jpg)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.contactphoto-x {
  position: relative;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50px;
  background: url(../img/contact/vads-outbound-and-voice-ai.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
  border-radius: 50%;
}

.headerittr {
  display: flex;
  align-items: center;
  justify-content:space-between;
  background-color: #0d4c91;
  color: white;
  padding: 40px 7%;
  gap: 20px;
  flex-wrap: wrap; /* Membuat elemen turun ke bawah saat tidak cukup ruang */
  padding-top: 120px;
}

.headerittr h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.headerittr h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.headerittr h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #FABA18;
  padding-bottom: 30px;
}

.headerittr h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #74d1ea;
  padding-bottom: 30px;
}

.textittr {
  flex: 1;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  text-align: left;
}
.image-containerittr {
  width: 300%;
  max-width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}
.image-containerittr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerittr .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 30px;
  transition: 0.5s;
  color: #0f4c81;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.headerittr .btn-get-started span {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.headerittr .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.headerittr .btn-get-started:hover i {
  transform: translateX(5px);
}

/* Saat layar kecil, teks & gambar tetap di tengah */
@media (max-width: 768px) {
  .headerittr {
      justify-content: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #fff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0f4c81;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #0f4c81;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.keuntungan {
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  align-items: center;
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
}

.flex-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex-row3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
}

.checkmark {
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 60px;
  background: url(../img/checkmark.png)
    no-repeat center;
  background-size: cover;
  z-index: 77;
  align-items: center;
  align-self: center;
}

.fun-activity-learning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 445px;
  height: 54px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  z-index: 63;
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.containerittrcontact {
  padding: 20px;
  text-align: center;
}

.containerittrcontact h2 {
  color: #000030;
  font-size: 24px;  /* Menyesuaikan ukuran font */
  font-weight: bold;
  margin-bottom: 35px; 
}

/* Map Styling */
#map {
  width: 80%;
  height: 300px;
  margin: auto;
  border-radius: 10px;
}

/* Location Info Styling */
.location-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; 
  width: 80%; 
  margin: 25px auto 0; /* Posisi tengah */
}

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 32%;
  text-align: left;
  padding: 0 20px;
}

.location-item img {
  width: 35px;
  height: auto;
}

.location-item p {
  font-size: 16px;
  line-height: 1.6; 
  margin: 5px 0;
  color: #0F4C81;
}

.loc-name{
  font-size: 18px;
  font-weight: bold;
  color: #0F4C81;
  margin: 0;
}

/* Contact Section */
.contactour {
  background-color: #0F4C81;
  color: white;
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* Pusatkan seluruh konten */
  margin-top: 40px;
}

.contactour h2 {
  color: white;
  font-size: 24px;  /* Menyesuaikan ukuran font */
  font-weight: bold;
  margin-bottom: 35px; /* Menambahkan jarak antara judul dan daftar kontak */
}

/* Kontainer daftar kontak */
.contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Rata kiri */
  text-align: left; /* Pastikan teks sejajar */
  width: fit-content; /* Sesuaikan dengan konten */
}

.contactour {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contactour img {
  width: 30px;
  height: 30px;
}

.contactour p {
  font-size: 16px;
  margin: 0;
}

.contactour a {
  color: white;
  text-decoration: none;
}

.contactour a:hover {
  text-decoration: underline;
}

/* Working Hours Styling */
.working-hours {
  text-align: center;
  margin-top: 70px;
}

.working-hours h2 {
  color: #0F4C81;
  font-size: 28px;  /* Menyesuaikan ukuran font */
  font-weight: bold;
  margin-bottom: 25px; 
}

.working-icon {
  width: 60px;
  height: auto;
  margin: 10px 0 30px;
}

.working-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  color: #000030;
  margin-bottom: 5px;
}

.working-row .day {
  font-weight: bold;
}


/* Saat layar kecil, buat elemen menjadi satu kolom */
@media (max-width: 768px) {
  .location-info {
      display: flex;
      flex-direction: column; /* Susun ke bawah */
      align-items: center;
      justify-content: center;
      text-align: center;

  }
  .location-item {
      max-width: 350px;
      margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/


.values .kotak1{
  margin-left: 130px;
}

.values .kotak2{
  margin-left: 300px;
  padding-top: 50px;
}

.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  background: #FABA18;
  text-align: center;
  transition: 0.3s;
  height: 200px;
  width: 254px;
  border-radius: 15px;
}

.values .box img {
  padding: 0 50px 10px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# whyittr
--------------------------------------------------------------*/

.whyittr .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  background: #E9EBF2;
  text-align: center;
  transition: 0.3s;
  border-radius: 15px;
  height: 100%;
}

.whyittr .box img {
  padding: 0 50px 2px;
  transition: 0.5s;
  transform: scale(0.5);
}

.whyittr .box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.whyittr .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.whyittr .box:hover img {
  transform: scale(0.6);
}

/*--------------------------------------------------------------
# benefit
--------------------------------------------------------------*/


.benefit .flex-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
  margin-bottom: 20px;
}

.benefit .flex-row2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
  margin-bottom: 20px;
}

.benefit .flex-row3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
}

.benefit .checkmark {
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 60px;
  background: url(../img/checkmark.png)
    no-repeat center;
  background-size: cover;
  z-index: 77;
}

.benefit .fun-activity-learning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 445px;
  height: 54px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  z-index: 63;
}

/*--------------------------------------------------------------
# visimisi
--------------------------------------------------------------*/

.containervm {
  max-width: 650px; /* Sesuaikan dengan kebutuhan */
  margin: auto; /* Pusatkan kontennya */    
}

.visimisi {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: justify;
}
.visimisi img {
  width: 125px; /* Sesuaikan ukuran ikon */
  padding-right: 20px;
}
.title {
  font-size: 20px;
  font-weight: bold;
  color: #0099FF;
  text-align: justify;
  padding-bottom: 10px;
}


.visimisi p {
  margin: 0; /* Hilangkan margin default */
  padding-left: 0; /* Hilangkan padding agar sejajar */
}

.visimisi ol {
  margin: 0; /* Hilangkan margin default */
  padding-left: 20px; /* Sesuaikan angka ini agar sejajar */
}

/*--------------------------------------------------------------
# layanan
--------------------------------------------------------------*/


.layanan .flex-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 523px;
  height: 60px;
  z-index: 77;
  text-align: center;
  cursor: pointer;
}

.layanan .box {
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  width: 755px;
  height: 246px;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.layanan .pict {
  flex-shrink: 0;
  position: relative;
  width: 300px;
  height: 150px;
  background: url(../img/Program/pngtree.png)
    no-repeat center;
  background-size: cover;
  z-index: 77;
  cursor: pointer;
}

.layanan .pictcareer {
  flex-shrink: 0;
  position: relative;
  width: 300px;
  height: 150px;
  background: url(../img/career/body.png)
    no-repeat center;
  background-size: cover;
  z-index: 77;
  cursor: pointer;
}

.layanan .fun-activity-learning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 405px;
  height: 150px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  z-index: 63;
  cursor: pointer;
}

.bodycareer {
  background: #fff;
  font-family: sans-serif;
}

.containercareer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  padding: 20px;
}

.containercareer img {
  flex: 0 0 calc(28% - 10px);
  max-width: calc(28% - 10px);
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.containercareer img:hover {
  transform: scale(1.02);
}

/* Popup/modal style */
.popupcareer {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popupcareer img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.popupcareer:target {
  display: flex;
}

/* Close button */
.popupcareer-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* Ubah jadi 1 gambar per baris di layar kecil dan sedang */
@media (max-width: 768px) {
  .containercareer img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


  .bodyprogram {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #ffffff;
  }

  .containerprogram {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  max-width: 1000px;
  margin: 0 auto;
  }

  /* Styling untuk KARTU */
  .cardprogram {
  background-color: #FABA18;
  width: 220px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.2s ease;
  padding: 10px;
  margin: 0px 12px;
  }

  /* Efek Hover */
  .cardprogram:hover {
  transform: scale(1.05);
  }

  /* Styling untuk ICON */
  .cardprogram-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 8px;
  }

  /* Styling untuk TEKS */
  .cardprogram-text {
  color: #0F4C81;
  max-width: 145px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  word-wrap: break-word;
  }

  @media (max-width: 992px) {
      .cardprogram {
          width: 35%; /* Dua card per baris pada tablet */
      }
  }

  @media (max-width: 600px) {
    .cardprogram {
      width: 90%; /* Satu card per baris pada perangkat mobile */
    }
  }



.headerdetail {
    background-color: #0F4C81;
    color: white;
    padding: 100px 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 300px;
}

.headerdetail-text {
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    line-height: 1.6;
}

.headerdetail-image-wrapper {
    position: absolute;
    right: 100px;
    top: 100%;
    transform: translateY(-50%);
    width: 310px;
    height: 310px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    background-color: white;
    z-index: 2;
}

.headerdetail-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentdetail {
  margin-bottom: 50px;
  padding: 0 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.programdetail-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 40px;
  position: relative;
}

.programdetail-text {
  flex: 1 1 60%;
  max-width: 600px;
}

.subdetail-heading, h1, .description, .left-aligned {
  text-align: left;
  max-width: 500px; /* Batas lebar agar tetap proporsional */
  margin-left: 0; 
}
.subdetail-heading {
  color: orange;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

h1 {
  color: #0764C0;
  font-size: 18px;
  width: 350px;
}

p.descriptiondetail{
  color: black;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.programdetail-button {
  text-align: center;
  margin-top: 170px; 
}

.programdetail-button h3 {
  color: #0F4C81;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.btndetail-program {
  background-color: #FABA18;
  color: white;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
}

.btndetail-program:hover {
  background-color: #e69500;
}

.administrationdetail {
  color: #0764C0;
  font-size: 16px;
  margin-top: 50px; 
  margin-bottom: 25px; 
  text-align: center;
}

.sectiondetail-detail {
  text-align: center;
  color: orange;
  font-size: 18px;
  font-weight: bold;
  margin: 25px; 
}
  
.studydetail-day {
  color: orange;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px; 
  margin-bottom: 25px;
  text-align: center;
}

.tabledetail-container {
  width: 100%;
  display: flex;
  overflow-x: auto; /* agar bisa digeser kalau tabel terlalu lebar */
}

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}

thead {
  background-color: #0F4C81;
  color: white;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
  
th {
  background-color: #E9EBF2; 
  color: #0764C0; 
  padding: 10px;
  font-size: 16px;
}

td {
  color: #0F4C81;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}
  
.scheduledetail {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  flex-wrap: wrap;
}
  
.scheduledetail h3{
  color: orange;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

p{
  color: #0F4C81;
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
  font-size: 16px;
}

.pricedetail-question {
  color: #0F4C81; /* Warna teks */
  font-size: 16px; /* Ukuran teks */
  font-weight: bold; /* Ketebalan teks */
  margin-top: 50px; /* Jarak ke elemen di atasnya */
  text-align: center; /* Posisi teks di tengah */
}
  
.btndetail-register {
  display: block;
  width: 240px;
  margin: 10px auto;
  padding: 10px;
  background-color: #74D1EA;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
}
  
.btndetail-register:hover {
  background-color: #0099FF;
  color: white;
}
 
.notedetail {
  font-size: 13px;
  margin-top: 5px;
  color: #000030;
  text-align: center;
}
  
.notedetail a{
  font-size: 13px;
  font-weight: 600;
  color: #0764C0;
  text-decoration: none;
}
  
.notedetail a:hover {
  text-decoration: underline; /* Garis bawah saat hover */
}

.programdetail-button {
  text-align: center;
  margin-top: 170px; 
}

.programdetail-button h3 {
  color: #0F4C81;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.btn-programdetail {
  background-color: #FABA18;
  color: white;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
}

.btn-programdetail:hover {
  background-color: #e69500;
  color: white;
}

@media (max-width: 992px) {
  .headerdetail {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 15px;
  }

  .programdetail-button {
    display: flex;
    flex-direction: column; /* agar teks & button tetap urut vertikal */
    align-items: center;
    text-align: center;
    margin-top: 50px; 
    margin-bottom: 10px;
    order: 2; /* Posisikan di bawah program-text */
  }

  .headerdetail-text {
    margin-bottom: 50px;
  }

  .headerdetail-image-wrapper {
    position: static;
    transform: none;
    margin-top: 0;
  }

  .contentdetail {
    margin-top: 60px;
    padding: 0 20px;
  }

  .scheduledetail {
    flex-direction: column;
    align-items: center;
  }

  .programdetail-section {
    flex-direction: column;
    align-items: stretch;
  }

  .tabledetail-container {
    padding: 0 10px;
  }
}

.headertoefl {
  background-color: #0F4C81;
  color: white;
  padding: 90px 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
}

.headertoefl-text {
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
  line-height: 1.6;
}

.headertoefl-image-wrapper {
  position: absolute;
  right: 100px;
  top: 100%;
  transform: translateY(-50%);
  width: 310px;
  height: 310px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  background-color: white;
  z-index: 2;
}

.headertoefl-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenttoefl {
  margin-top: 0px;
  margin-bottom: 50px;
  max-width: 100%;
  line-height: 1.6;
}

.programtoefl-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
}

.programtoefl-text {
    flex: 1 1 60%;
    max-width: 600px;
}

.subtoefl-heading, h1, .description, .left-aligned {
    text-align: left;
    max-width: 100%; /* Batas lebar agar tetap proporsional */
    margin-left: 0; 
}
.subtoefl-heading {
    color: orange;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.programtoefl-label {
    display: inline-block;
    background-color: #74D1EA; /* warna biru terang */
    color: white;  
    font-weight: bold;
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 12px;
    margin-bottom: 24px;
}

h1 {
    color: #0764C0;
    font-size: 18px;
    width: 350px;
}

p.descriptiontoefl{
    color: black;
    font-size: 16px;
    text-align: justify;
}

.programtoefl-price {
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

.programtoefl-price .label {
    color: #FABA18;
    font-weight: bold;
}

.programtoefl-price .amount {
    color: #0F4C81;
}

.programtoefl-button {
    text-align: center;
    margin-top: 130px; 
}

.programtoefl-button h3 {
    color: #0F4C81;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.btntoefl-program {
    background-color: #FABA18;
    color: white;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
}

.btntoefl-program:hover {
    background-color: #e69500;
}

.administrationtoefl {
    color: #0764C0;
    font-size: 16px;
    margin-top: 50px; 
    margin-bottom: 25px; 
    text-align: center;
}

.sectiontoefl-detail {
    text-align: center;
    color: orange;
    font-size: 18px;
    font-weight: bold;
    margin: 25px; 
}

.tabletoefl-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    overflow-x: auto; /* agar bisa digeser kalau tabel terlalu lebar */
}

table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

thead {
    background-color: #0F4C81;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
    
th {
    background-color: #E9EBF2; 
    color: #0764C0; 
    padding: 10px;
    font-size: 16px;
}

td {
    color: #0F4C81;
    padding: 8px;
    text-align: center;
    font-size: 16px;
}

.learningtoefl-info{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.studytoefl-day {
    color: orange;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px; 
    margin-bottom: 25px;
    text-align: center;
}
    
.scheduletoefl {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}
    
.scheduletoefl h3{
    color: orange;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
}

p{
    color: #0F4C81;
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
    font-size: 16px;
}

.firsttoefl-dropdown {
    width: 100%; /* Memastikan tombol dropdown juga mengikuti lebar penuh */
    margin-top: 0px; /* Atur jarak dari header */
}

.dropdowntoefl-btn {
    background-color: #74D1EA;
    color: white;
    cursor: pointer;
    padding: 15px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    justify-items: center;
}

.dropdowntoefl-btn:hover {
    background-color: #249cbd;
}

.dropdowntoefl-content {
    display: none;
    padding: 20px;
    border-top: none;
    animation: fadeIn 0.3s ease-in-out;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 0 40px;
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

.arrowtoefl {
transition: transform 0.3s ease;
}

.arrowtoefl.rotate {
transform: rotate(180deg);
}

.pricetoefl-question {
    color: #0F4C81; /* Warna teks */
    font-size: 16px; /* Ukuran teks */
    font-weight: bold; /* Ketebalan teks */
    margin-top: 50px; /* Jarak ke elemen di atasnya */
    text-align: center; /* Posisi teks di tengah */
}
    
.btntoefl-register {
    display: block;
    width: 240px;
    margin: 10px auto;
    padding: 10px;
    background-color: #74D1EA;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
}
    
.btntoefl-register:hover {
    background-color: #0099FF;
    color: white;
}
   
.notetoefl {
    font-size: 13px;
    margin-top: 5px;
    color: #000030;
    text-align: center;
}
    
.notetoefl a{
    font-size: 13px;
    font-weight: 600;
    color: #0764C0;
    text-decoration: none;
}
    
.notetoefl a:hover {
    text-decoration: underline; /* Garis bawah saat hover */
}

.programtoefl-button {
  text-align: center;
  margin-top: 130px; 
}

.programtoefl-button h3 {
  color: #0F4C81;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.btn-programtoefl {
  background-color: #FABA18;
  color: white;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
}

.btn-programtoefl:hover {
  background-color: #e69500;
  color: white;
}

@media (max-width: 992px) {
  .headertoefl {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 15px;
  }

  .headertoefl-text {
    margin-bottom: 50px;
  }

  .headetoeflr-image-wrapper {
    position: static;
    transform: none;
    margin-top: 0;
  }

  .contenttoefl {
    margin-top: 60px;
    padding: 0 20px;
  }

  .scheduletoefl {
    flex-direction: column;
    align-items: center;
  }

  .programtoefl-section {
    flex-direction: column;
    align-items: stretch;
  }

  .programtoefl-text{
    max-width: 450px;
  }

  .programtoefl-button {
    display: flex;
    flex-direction: column; /* agar teks & button tetap urut vertikal */
    align-items: center;
    text-align: center;
    margin-top: 50px; 
    margin-bottom: 10px;
    order: 2; /* Posisikan di bawah program-text */
  }

  .programtoefl-text {
    order: 1;
  }

  .tabletoefl-container {
    padding: 0 3px;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #0f4c81;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #0f4c81;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #0f4c81;
  border-bottom: 3px solid #0f4c81;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #0f4c81;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #0f4c81;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #0f4c81;
}

.pricing .btn-buy:hover {
  background: #0f4c81;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0f4c81;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #0f4c81;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0f4c81;
  border-color: #0f4c81;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #0f4c81;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0f4c81;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f4c81;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #0F4C81;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  color: #fff;
}

.testimonials .ourgallery-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #0F4C81;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  color: #fff;
}

.testimonials .ourgallery-item p{
  color: #fff;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .ourgallery-item .stars {
  margin-bottom: 15px;
}

.testimonials .ourgallery-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .ourgallery-item .ourgallery-img {
  width: 100%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #FABA18;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ebebeb;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #fff;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0F4C81;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FABA18;
}

.testimonials .swiper-slide {
  opacity: .3;
}

.testimonials .swiper-slide p{
  color: fff;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.profile-container {
  position: relative;
  cursor: pointer;
}

.profile-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.instructorsnew-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 50px 50px;
    }
.instructornew {
      flex: 0 0 15%; /* Maks 5 per baris (100 / 5 = 20, beri sedikit margin) */
      width: 160px;
    }

    .instructornew img {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .namenew-box {
      background-color: #E9EBF2;
      color: #000030;
      padding: 10px;
      border-radius: 20px;
      margin-top: 10px;
      font-weight: 600;
      font-size: 14px;
      text-align: center;
    }

    @media (max-width: 992px) {
      .instructornew {
        flex: 0 0 20%;
      }
    }

    @media (max-width: 768px) {
      .instructornew {
        flex: 0 0 35%;
      }
    }

    @media (max-width: 480px) {
      .instructornew {
        flex: 0 0 50%;
      }
    }



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}


.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 10px 15px;
  background: #e8ebf2;
  border-radius: 30px;
  color: #000033;
  font-family: Inter, var(--default-font-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info h5 {
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

.programlayanan{
  background: #fff;
  padding: 60px 0;
}

.flex-row-af {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 948px;
  height: 162px;
  margin: 0 0 0 0;
  z-index: 39;
}
.rectangle-3 {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  height: 162px;
  cursor: pointer;
  background: #f9ba17;
  border: none;
  z-index: 32;
  border-radius: 15px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
}
.book {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 17px 0 0 90px;
  background: url(../img/book.png)
    no-repeat center;
  background-size: cover;
  z-index: 110;
}
.english-for-young-learners {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 155px;
  height: 47px;
  margin: 8px 0 0 50px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.205px;
  text-align: center;
  z-index: 33;
}
.rectangle-4 {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  height: 162px;
  cursor: pointer;
  background: #f9ba17;
  border: none;
  z-index: 34;
  border-radius: 15px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
}
.book-5 {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 17px 0 0 89px;
  background: url(../img/book.png)
    no-repeat center;
  background-size: cover;
  z-index: 35;
}
.english-for-young-adults {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 172px;
  height: 47px;
  margin: 8px 0 0 41px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.205px;
  text-align: center;
  z-index: 36;
}
.rectangle-6 {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  height: 162px;
  cursor: pointer;
  background: #f9ba17;
  border: none;
  z-index: 39;
  border-radius: 15px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
}
.book-7 {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 17px 0 0 89px;
  background: url(../img/book.png)
    no-repeat center;
  background-size: cover;
  z-index: 40;
}
.english-professionals {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 207px;
  height: 47px;
  margin: 8px 0 0 23px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.205px;
  text-align: center;
  z-index: 44;
}
.flex-row-ef {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 603px;
  height: 162px;
  margin: 0 0 0 0;
  z-index: 41;
}
.rectangle-btn {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  height: 162px;
  cursor: pointer;
  background: #f9ba17;
  border: none;
  z-index: 41;
  border-radius: 15px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
}
.book-8 {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 23px 0 0 94px;
  background: url(../img/book.png)
    no-repeat center;
  background-size: cover;
  z-index: 42;
}
.conversation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 207px;
  height: 23px;
  margin: 14px 0 0 26px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;
  z-index: 43;
}
.rectangle-btn-9 {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  height: 162px;
  cursor: pointer;
  background: #f9ba17;
  border: none;
  z-index: 37;
  border-radius: 15px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
}
.book-a {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 23px 0 0 90px;
  background: url(../img/book.png)
    no-repeat center;
  background-size: cover;
  z-index: 38;
}
.specific-test {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 188px;
  height: 47px;
  margin: 8px 0 0 33px;
  color: #0f4c81;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.205px;
  text-align: center;
  z-index: 45;
}

.ceoittr{
  width: 100%;
  background: #FFF;
  background-size: cover;
  margin: auto;
}

.containerceoittr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative; /* Menjadikan container sebagai referensi posisi absolut */
  width: 100%;
  background-color: #0F4C81;
  padding: 45px;
  color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.5; /* Menambah jarak antar baris */
  flex-wrap: wrap;
}
.profileceoittr {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
}
.profileceoittr img {
  width: 75%;
  max-width: 360px;
  border-radius: 10px;
}
.profileceoittr .name {
  display: flex;
  background-color: #FABA18;
  color: white;
  padding: 8px 5px;
  border-radius: 10px;
  margin-top: 10px;
  width: 70%; 
  max-width: 360px; 
  min-width: 200px; 
  text-align: center; 
  font-weight: bold;
  font-size: 18px; 
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.contentceoittr {
  position: relative;
  max-width: 1000px;
  text-align: justify;
  font-size: 14px;
  padding: 0px 45px;
  color: white;
}

.contentceoittr p{
  color: white;
}

.titleceoittr {
  position: absolute;
  top: -55px; 
  left: 0;
  background-color: #FABA18; 
  color: white;
  padding: 13px 35px;
  font-weight: bold;
  font-size: 20px;
  border-top-right-radius: 20px;
  z-index: 50; /* Pastikan tetap di atas elemen lain */
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0f4c81;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f4c81;
}


.rectangle-b {
  flex-shrink: 0;
  position: relative;
  width: 290px;
  height: 400px;
  background: #e8ebf2;
  z-index: 47;
  border-radius: 20px;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  text-align: center;
  transition: 0.3s;
}
.innovation {
  position: relative;
  width: 90px;
  height: 90px;
  justify-content: center;
  margin: 10px 0 0 70px;
  background: url(../img/MengapaKursus-HalamanHome/innovation.png)
    no-repeat center;
  background-size: cover;
  z-index: 59;
}
.experienced-instructors {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 232px;
  height: 17px;
  margin: 10px 0 0 0;
  color: #0099ff;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  z-index: 58;
}
.professional-instructors {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 235px;
  height: 119.275px;
  margin: 22px 0 0 0;
  color: #0763c0;
  font-family: Inter, var(--default-font-family);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  z-index: 48;
}

.open-book{
  position: relative;
  width: 90px;
  height: 90px;
  justify-content: center;
  margin: 10px 0 0 70px;
  background: url(../img/MengapaKursus-HalamanHome/open-book.png)
    no-repeat center;
  background-size: cover;
  z-index: 59;
}

.list{
  position: relative;
  width: 80px;
  height: 80px;
  margin: 10px 0 0 70px;
  background: url(../img/MengapaKursus-HalamanHome/list.png)
    no-repeat center;
  background-size: cover;
  z-index: 62;
}

.loyalty-program{
  position: relative;
  width: 85px;
  height: 85px;
  margin: 10px 0 0 70px;
  background: url(../img/MengapaKursus-HalamanHome/loyalty-program.png)
    no-repeat center;
  background-size: cover;
  z-index: 61;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 90%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #0f4c81;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #0f4c81;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0f4c81;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #0f4c81;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
p .truncate {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 

.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #000000;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #0f4c81;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #0f4c81;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #0f4c81;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px; }
  .card .card-header, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px; }
  .card .navbar {
    position: static; }
  .card .card-body {
    padding-top: 20px;
    padding-bottom: 20px; }
    .card .card-body .section-title {
      margin: 30px 0 10px 0;
      font-size: 16px; }
      .card .card-body .section-title:before {
        margin-top: 8px; }
    .card .card-body .section-title + .section-lead {
      margin-top: -5px; }
    .card .card-body p {
      font-weight: 500; }
  .card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center; }
    .card .card-header .btn {
      margin-top: 1px;
      padding: 2px 15px; }
      .card .card-header .btn:not(.note-btn) {
        border-radius: 30px; }
      .card .card-header .btn:hover {
        box-shadow: none; }
    .card .card-header .form-control {
      height: 31px;
      font-size: 13px;
      border-radius: 30px; }
      .card .card-header .form-control + .input-group-btn .btn {
        margin-top: -1px; }
    .card .card-header h4 {
      font-size: 16px;
      line-height: 28px;
      color: #6777ef;
      padding-right: 10px;
      margin-bottom: 0; }
      .card .card-header h4 + .card-header-action,
      .card .card-header h4 + .card-header-form {
        margin-left: auto; }
        .card .card-header h4 + .card-header-action .btn,
        .card .card-header h4 + .card-header-form .btn {
          font-size: 12px;
          border-radius: 30px !important;
          padding-left: 13px !important;
          padding-right: 13px !important; }
          .card .card-header h4 + .card-header-action .btn.active,
          .card .card-header h4 + .card-header-form .btn.active {
            box-shadow: 0 2px 6px #acb5f6;
            background-color: #6777ef;
            color: #fff; }
        .card .card-header h4 + .card-header-action .dropdown,
        .card .card-header h4 + .card-header-form .dropdown {
          display: inline; }
        .card .card-header h4 + .card-header-action .btn-group .btn,
        .card .card-header h4 + .card-header-form .btn-group .btn {
          border-radius: 0 !important; }
        .card .card-header h4 + .card-header-action .btn-group .btn:first-child,
        .card .card-header h4 + .card-header-form .btn-group .btn:first-child {
          border-radius: 30px 0 0 30px !important; }
        .card .card-header h4 + .card-header-action .btn-group .btn:last-child,
        .card .card-header h4 + .card-header-form .btn-group .btn:last-child {
          border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .form-control,
        .card .card-header h4 + .card-header-form .input-group .form-control {
          border-radius: 30px 0 0 30px !important; }
          .card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn,
          .card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
            border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control,
        .card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
          border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
        .card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
          margin-top: -1px;
          border-radius: 30px 0 0 30px !important; }
  .card .card-footer {
    background-color: transparent;
    border: none; }
  .card.card-mt {
    margin-top: 30px; }
  .card.card-progress:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99; }
  .card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px; }
  .card.card-progress.remove-spinner .card-progress-dismiss {
    top: 50%;
    transform: translate(-50%, -50%); }
  .card.card-progress:not(.remove-spinner):after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center; }
  .card.card-primary {
    border-top: 2px solid #6777ef; }
  .card.card-secondary {
    border-top: 2px solid #cdd3d8; }
  .card.card-success {
    border-top: 2px solid #47c363; }
  .card.card-danger {
    border-top: 2px solid #fc544b; }
  .card.card-warning {
    border-top: 2px solid #ffa426; }
  .card.card-info {
    border-top: 2px solid #3abaf4; }
  .card.card-dark {
    border-top: 2px solid #191d21; }
  .card.card-hero .card-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block; }
    .card.card-hero .card-header h4 {
      font-size: 40px;
      line-height: 1;
      color: #fff; }
    .card.card-hero .card-header .card-description {
      margin-top: 5px;
      font-size: 16px; }
    .card.card-hero .card-header .card-icon {
      float: right;
      color: #8c98f3;
      margin: -60px; }
      .card.card-hero .card-header .card-icon .ion, .card.card-hero .card-header .card-icon .fas, .card.card-hero .card-header .card-icon .far, .card.card-hero .card-header .card-icon .fab, .card.card-hero .card-header .card-icon .fal {
        font-size: 140px; }
  .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block; }
  .card.card-statistic-1 .card-header h4,
  .card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad; }
  .card.card-statistic-1 .card-body,
  .card.card-statistic-2 .card-body {
    padding-top: 0; }
  .card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #34395e;
    padding-bottom: 0; }
  .card.card-statistic-1, .card.card-statistic-2 {
    display: inline-block;
    width: 100%; }
  .card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: left;
    margin-right: 15px; }
    .card.card-statistic-1 .card-icon .ion, .card.card-statistic-1 .card-icon .fas, .card.card-statistic-1 .card-icon .far, .card.card-statistic-1 .card-icon .fab, .card.card-statistic-1 .card-icon .fal, .card.card-statistic-2 .card-icon .ion, .card.card-statistic-2 .card-icon .fas, .card.card-statistic-2 .card-icon .far, .card.card-statistic-2 .card-icon .fab, .card.card-statistic-2 .card-icon .fal {
      font-size: 22px;
      color: #fff; }
  .card.card-statistic-1 .card-icon {
    line-height: 90px; }
  .card.card-statistic-2 .card-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 25px; }
  .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding-bottom: 0;
    padding-top: 25px; }
  .card.card-statistic-2 .card-body {
    padding-top: 20px; }
  .card.card-statistic-2 .card-header + .card-body,
  .card.card-statistic-2 .card-body + .card-header {
    padding-top: 0; }
  .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px; }
  .card.card-statistic-1 .card-header h4 {
    margin-bottom: 0; }
  .card.card-statistic-2 .card-header h4 {
    text-transform: none;
    margin-bottom: 0; }
  .card.card-statistic-1 .card-body {
    font-size: 20px; }
  .card.card-statistic-2 .card-chart {
    padding-top: 20px;
    margin-left: -9px;
    margin-right: -1px;
    margin-bottom: -15px; }
    .card.card-statistic-2 .card-chart canvas {
      height: 90px !important; }
  .card .card-stats {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -6px; }
    .card .card-stats .card-stats-title {
      padding: 15px 25px;
      background-color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .3px; }
    .card .card-stats .card-stats-items {
      display: flex;
      height: 50px;
      align-items: center; }
    .card .card-stats .card-stats-item {
      width: calc(100% / 3);
      text-align: center;
      padding: 5px 20px; }
      .card .card-stats .card-stats-item .card-stats-item-label {
        font-size: 12px;
        letter-spacing: .5px;
        margin-top: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card .card-stats .card-stats-item .card-stats-item-count {
        line-height: 1;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 700; }
  .card.card-large-icons {
    display: flex;
    flex-direction: row; }
    .card.card-large-icons .card-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 150px;
      border-radius: 3px 0 0 3px; }
      .card.card-large-icons .card-icon .ion, .card.card-large-icons .card-icon .fas, .card.card-large-icons .card-icon .far, .card.card-large-icons .card-icon .fab, .card.card-large-icons .card-icon .fal {
        font-size: 60px; }
    .card.card-large-icons .card-body {
      padding: 25px 30px; }
      .card.card-large-icons .card-body h4 {
        font-size: 18px; }
      .card.card-large-icons .card-body p {
        opacity: .6;
        font-weight: 500; }
      .card.card-large-icons .card-body a.card-cta {
        text-decoration: none; }
        .card.card-large-icons .card-body a.card-cta i {
          margin-left: 7px; }
  .card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff; }
  .card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9; }

@media (max-width: 575.98px) {
  .card.card-large-icons {
    display: inline-block; }
    .card.card-large-icons .card-icon {
      width: 100%;
      height: 200px; } }

@media (max-width: 767.98px) {
  .card .card-header {
    height: auto;
    flex-wrap: wrap; }
    .card .card-header h4 + .card-header-action,
    .card .card-header h4 + .card-header-form {
      flex-grow: 0;
      width: 100%;
      margin-top: 10px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-stats .card-stats-items {
    height: 49px; }
    .card .card-stats .card-stats-items .card-stats-item {
      padding: 5px 7px; }
      .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
        font-size: 16px; }
  .card.card-sm-6 .card-chart canvas {
    height: 85px !important; }
  .card.card-hero .card-header {
    padding: 25px; } }


.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}



.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #0f4c81;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #0f4c81;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #0f4c81;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #0f4c81;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #0f4c81;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #0f4c81;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #000000;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #0f4c81;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #0f4c81;
  background: #0f4c81;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

h2 {
      color: orange;
      font-size: 16px;
      margin-bottom: 35px;
    }
.levels {
      display: flex;
      justify-content: center;
      gap: 50px;
      flex-wrap: wrap;
    }

    .level {
      max-width: 280px;
    }

    .level-title {
      font-weight: bold;
      color: orange;
      margin-bottom: 12px;
    }

    .level-desc {
      color: #004080;
      font-size: 14px;
      line-height: 1.5;
    }

    @media (max-width: 600px) {
      .levels {
        flex-direction: column;
        align-items: center;
      }

      .level {
        margin-bottom: 20px;
      }
    }

    .instructorsnew-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 50px 50px;
      text-align: center;
    }

    .instructornew {
      flex: 0 0 16%;
      width: 160px;
    }

    .instructornew img {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .infonew-card {
      background-color: #E9EBF2;
      color: #000030;
      padding: 10px;
      border-radius: 15px;
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.4;
    }

    .namenew {
      font-weight: bold;
      font-size: 15px;
    }

    .jabatannew, .experiencenew, .handlenew {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      margin-top: 3px;
    }

    @media (max-width: 992px) {
      .instructornew {
        flex: 0 0 30%;
      }
    }

    @media (max-width: 600px) {
      .instructornew {
        flex: 0 0 48%;
      }
    }

    @media (max-width: 400px) {
      .instructornew {
        flex: 0 0 100%;
      }
    }
