/*

Known Template

http://www.templatemo.com/tm-516-known

*/

  @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: #10305B; /* Diubah ke warna Navy Utama */
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #10305B; /* Diubah ke warna Navy Utama */
    font-size: 2em;
    padding-bottom: 10px;
  }

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

  h3,
  h3 a {
    color: #252525;
  }

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



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

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

  a {
    color: #10305B;
    -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: #F58220; /* Menggunakan Jingga Logo saat hover umum */
    outline: none;
  }

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

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

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

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
    color: #757575;
    font-size: 14px;
    margin-top: 8px;
  }

  .overlay {
    background: rgba(16, 48, 91, 0.4); /* Overlay dengan sentuhan navy transparan */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #10305B;
    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: #F58220; /* Tombol form menggunakan Jingga Logo */
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .entry-form .submit-btn:hover {
    background: #ffffff;
    color: #10305B;
  }

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

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

  #team,
  #testimonial {
    text-align: center;
  }

  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



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

  .section-btn {
    background: #F58220; /* Mengubah tombol default spanduk ke Jingga */
    border-radius: 50px;
    border: 1px solid #F58220;
    color: #ffffff !important;
    font-size: inherit;
    font-weight: bold;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    color: #10305B !important;
    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 #10305B;
    border-top-color: #F58220;
    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 #10305B; /* Garis atas navbar menjadi Navy Utama */
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand img{
    height:50px;
    width:auto;
    position: relative;
    top: -6px;
  }

  .custom-navbar .navbar-brand {
    color: #10305B;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

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

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

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #10305B;
    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;
    font-weight: 600;
  }

  .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: #10305B; /* Background menu menjadi Navy saat hover */
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #F58220; /* Menu aktif ditandai warna Jingga sorotan */
    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: #10305B;
    border-color: transparent;
  }



  /*---------------------------------------
      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(16, 48, 91, 0.4);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover !important;
    background-position: center center !important; /* Memastikan titik fokus gambar selalu di tengah */
    height: 650px;
  }

  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #F58220; }

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

  .home-slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }



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

  .feature-thumb {
    border: 1px solid #e2e8f0;
    padding: 5em 3em;
    border-radius: 12px;
    background: #ffffff;
  }

  .feature-thumb span {
    background: #10305B;
    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;
    color: #10305B;
  }



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

  .about-year{
    color:#777;
    margin-bottom:20px;
    font-size:18px;
  }

  .about-info p{
      line-height:30px;
      margin-bottom:30px;
  }

  .about-feature{
      display:flex;
      align-items:center;
      margin-bottom:18px;
  }

  .about-feature i{
      color:#F58220; /* Ikon keunggulan diubah ke Jingga */
      font-size:20px;
      margin-right:15px;
  }

  .about-feature span{
      font-size:16px;
      color:#555;
  }

  .about-image{
      border-radius:18px;
      box-shadow:0 15px 40px rgba(0,0,0,.15);
  }

  .section-label{
      color:#10305B;
      font-size:14px;
      font-weight:700;
      letter-spacing:2px;
      text-transform:uppercase;
      margin-bottom:10px;
  }

  .about-right{
      position:relative;
      display:flex;
      justify-content:center;
      align-items:center;
      min-height:450px;
  }

  .about-image{
      width:100%;
      height:420px;
      object-fit:cover;
      border-radius:20px;
      box-shadow:0 20px 50px rgba(0,0,0,.18);
  }

  .about-year-card{
      position:absolute;
      left:-30px;
      bottom:30px;

      width:160px;
      padding:22px;

      background:#10305B; /* Kartu tahun diubah ke Navy Utama */
      color:white;

      border-radius:18px;

      text-align:center;

      box-shadow:0 15px 40px rgba(0,0,0,.18);
  }

  .about-year-card h2{
      color:white;
      margin:0;
      font-size:42px;
  }

  .about-year-card p{
      color:white;
      margin-top:8px;
      font-size:13px;
      letter-spacing:2px;
      text-transform:uppercase;
  }

  #about{
      position:relative;
      overflow:hidden;
  }

  #about::before{
      content:"";
      position:absolute;

      width:300px;
      height:300px;

      background:#E7F0FD; /* Ornamen dekorasi diubah ke Biru Muda Lembut */

      border-radius:50%;

      top:-120px;
      right:-120px;

      opacity:.5;
  }

  #about::after{
      content:"";
      position:absolute;

      width:180px;
      height:180px;

      background:#fde68a;

      border-radius:50%;

      left:-80px;
      bottom:-80px;

      opacity:.25;
  }

  /*---------------------------------------
      LAYANAN KHUSUS
  -----------------------------------------*/
  .custom-vertical-card {
      background: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 16px !important;
      padding: 0 !important;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      position: relative;
      top: 0;
  }

  .custom-vertical-card:hover {
      top: -8px;
      border-color: #F58220; /* Border kartu layanan berkedip Jingga saat di-hover */
      box-shadow: 0 20px 40px rgba(245, 130, 32, 0.12);
  }

  .custom-vertical-card .card-image-wrapper {
      width: 100%;
      height: 180px;
      background: #f8f9fa;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .custom-vertical-card .card-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
  }

  .custom-vertical-card:hover .card-image-wrapper img {
      transform: scale(1.06);
  }

  .custom-vertical-card .card-body-text {
      padding: 25px 20px;
  }

  .custom-vertical-card .card-body-text h3 {
      font-size: 18px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px;
      color: #10305B;
  }

  .custom-vertical-card .card-body-text p {
      font-size: 13px;
      line-height: 20px;
      margin: 0;
      color: #555555;
  }


  /*---------------------------------------
      PORTFOLIO
  -----------------------------------------*/
  #portfolio {
      background: #f8fafc;
      padding: 80px 0;
  }

  .portfolio-section-title {
      text-align: center;
      margin-bottom: 40px;
  }

  .portfolio-grid-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: 100%;
  }

  .portfolio-card {
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      display: flex;
      flex-direction: column;
  }

  .portfolio-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 30px rgba(16, 48, 91, 0.08);
  }

  .card-large {
      flex: 1 1 45%;
      min-width: 320px;
  }

  .portfolio-sub-grid {
      flex: 1 1 50%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .card-large .portfolio-image-wrapper {
      height: 320px;
  }

  .portfolio-image-wrapper {
      position: relative;
      width: 100%;
      height: 160px;
      overflow: hidden;
      background: #e2e8f0;
  }

  .portfolio-image-wrapper img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
  }

  .portfolio-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #F58220; /* Badge portofolio menggunakan Jingga Sorotan */
      color: #ffffff;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
  }

  .portfolio-body {
      padding: 20px;
      flex-grow: 1;
  }

  .portfolio-category {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      color: #F58220;
      letter-spacing: 0.5px;
      display: block;
      margin-bottom: 6px;
  }

  .portfolio-body h3 {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      color: #10305B;
      line-height: 24px;
  }

  @media (max-width: 991px) {
      .portfolio-sub-grid {
          grid-template-columns: 1fr;
      }
  }

  /*---------------------------------------
      PORTFOLIO MODAL STYLING
  -----------------------------------------*/
  .portfolio-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 23, 42, 0.6);
      backdrop-filter: blur(4px);
      z-index: 99999;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      animation: fadeIn 0.2s ease-out;
  }

  .portfolio-modal-card {
      background: #ffffff;
      width: 100%;
      max-width: 650px;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      animation: slideUp 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .portfolio-modal-close {
      position: absolute;
      top: 15px;
      right: 20px;
      background: rgba(255, 255, 255, 0.85);
      border: none;
      font-size: 28px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #10305B;
      z-index: 10;
      transition: background 0.2s;
  }

  .portfolio-modal-close:hover {
      background: #10305B;
      color: #ffffff;
  }

  .portfolio-modal-img-box {
      width: 100%;
      height: 280px;
      background: #f1f5f9;
  }

  .portfolio-modal-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .portfolio-modal-content {
      padding: 30px;
  }

  .portfolio-modal-content h3 {
      font-size: 22px;
      color: #10305B;
      margin-top: 5px;
      margin-bottom: 12px;
      font-weight: 700;
  }

  .portfolio-modal-content p {
      font-size: 14px;
      color: #555555;
      line-height: 24px;
      margin-bottom: 25px;
  }

  .portfolio-modal-footer {
      border-top: 1px solid #e2e8f0;
      padding-top: 20px;
      display: flex;
      justify-content: flex-end;
  }

  .btn-modal-action {
      background: #F58220; /* Tombol aksi modal diganti Jingga */
      color: #ffffff !important;
      padding: 10px 24px;
      border-radius: 30px;
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      transition: background 0.2s;
  }

  .btn-modal-action:hover {
      background: #10305B;
  }

  @keyframes fadeIn {
      from { opacity: 0; } to { opacity: 1; }
  }
  @keyframes slideUp {
      from { transform: translateY(30px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
  }

  /*---------------------------------------
        FEATURE HIGHLIGHT (LANDSCAPE BANNER)
  -----------------------------------------*/
  #fitur-section {
      position: absolute;
      margin-top: -60px;
  }

  #feature-highlight {
      background: #10305B !important; /* Latar belakang diganti warna Navy Utama logo */
      position: relative;
      padding: 60px 0;
      color: #ffffff;
      clear: both;
  }

  .display-table {
      display: table;
      width: 100%;
  }

  .table-cell-middle {
      display: table-cell;
      vertical-align: middle;
      float: none;
  }

  .feature-highlight-image img {
      border-radius: 12px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      object-fit: cover;
      aspect-ratio: 16 / 9;
      border: 3px solid rgba(255, 255, 255, 0.15);
  }

  .feature-highlight-info {
      padding: 10px 0 10px 30px;
  }

  #feature-highlight h2 {
      color: #ffffff;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-top: 0;
      margin-bottom: 15px;
  }

  #feature-highlight p {
      color: #f3f4f6;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 25px;
  }

  #feature-highlight .section-btn {
      background: #F58220; /* Tombol diganti warna Jingga Sorotan */
      border-color: transparent;
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      padding: 12px 30px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(245, 130, 32, 0.3);
  }

  #feature-highlight .section-btn:hover {
      background: #ffffff;
      color: #10305B;
  }

  @media only screen and (max-width: 767px) {
      #feature-highlight {
          padding: 40px 0;
      }
      .display-table,
      .table-cell-middle {
          display: block;
          width: 100%;
          text-align: center;
      }
      .feature-highlight-image {
          margin-bottom: 25px;
      }
      .feature-highlight-info {
          padding: 0 15px;
      }
      #feature-highlight h2 {
          font-size: 24px;
      }
  }

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

  .team-thumb {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px !important;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
  }

  .team-thumb:hover {
    box-shadow: 0 10px 25px rgba(16, 48, 91, 0.06);
    border-color: #F58220; /* Border kartu pengajar berkedip Jingga saat di-hover */
  }

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

  .team-image img {
    width: 100% !important;
    height: 280px !important; /* Sedikit dinaikkan agar aspek rasio portrait guru lebih estetik */
    object-fit: cover !important;
    object-position: center !important;
  }

  .team-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #10305B;
    margin: 0 0 5px 0;
  }

  .team-info span {
    font-size: 13px;
    color: #F58220; /* Jabatan pengajar diubah ke Jingga */
    font-weight: 600;
  }

  /*---------------------------------------
        AJAKAN BERTINDAK (CTA ACTION)
  -----------------------------------------*/
  #action-section {
      position: absolute;
      margin-top: -80px;
  }

  #cta-action {
      background: #10305B !important;
      position: relative;
      padding: 60px 0;
      clear: both;
  }

  .cta-action-info {
      padding: 10px 30px 10px 0;
  }

  #cta-action h2 {
      color: #ffffff !important;
  }

  #cta-action p {
      color: #e2e8f0 !important;
  }

  #cta-action .section-btn {
      background: #F58220; /* Tombol diganti warna Jingga Sorotan */
      border-color: transparent;
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      padding: 12px 30px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(245, 130, 32, 0.25);
  }

  #cta-action .section-btn:hover {
      background: #10305B;
      color: #ffffff;
      box-shadow: 0 4px 15px rgba(16, 48, 91, 0.25);
  }

  .cta-action-image img {
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      width: 100%;
      max-width: 480px;
      height: 300px; /* Kunci tinggi gambar secara absolut agar konsisten */
      margin: 0 auto;
      object-fit: cover; /* Memotong otomatis bagian tengah gambar */
      object-position: center;
  }

  @media only screen and (max-width: 767px) {
      #cta-action {
          padding: 40px 0;
      }
      .cta-action-info {
          padding: 0 15px;
          text-align: center;
          margin-bottom: 30px;
      }
      .cta-action-image img {
          max-width: 100%;
      }
  }

  /*---------------------------------------
      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: #ffffff;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .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 a {
    color: #10305B;
  }

  .courses-detail h3 a:hover {
    color: #F58220;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .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: #F58220; /* Label harga diubah ke Jingga */
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
  }

  .courses-price.free span {
    background: #10305B; /* Kelas gratis diubah ke Navy */
  }

  .courses-image img {
    width: 100% !important;
    height: 220px !important; /* Mengunci tinggi wadah gambar kelas */
    object-fit: cover !important;
    object-position: center !important;
  }


  /*---------------------------------------
     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 a {
    color: #10305B;
  }

  .news-info h3 a:hover {
    color: #F58220;
  }

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



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

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    min-height: 350px;
  }

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

  #testimonial .item > p {
    font-size: 14px;
    line-height: 24px;
    color: #4b5563;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .tst-rating {
    margin-top: auto;
    padding-top: 10px;
  }

  .tst-rating .fa {
    color: #ffc107; /* Tetap kuning emas bintang bawaan */
    font-size: 14px;
    margin-right: 2px;
  }

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

  .tst-image img {
    border-radius: 50%;
    width: 55px !important;
    height: 55px;
    margin-right: 15px;
    object-fit: cover;
  }

  .tst-author h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #10305B;
  }

  .tst-author span {
    color: #F58220; /* Teks pencapaian alumni menggunakan Jingga */
    font-size: 13px;
    font-weight: 600;
  }



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

  #contact {
    background: #10305B; /* Section kontak utama diganti warna Navy */
  }

  #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'] {
    background: #F58220; /* Tombol Kirim diubah ke warna Jingga */
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid transparent;
  }

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




  /*---------------------------------------
      FOOTER (SEKALOKA STYLE)
  -----------------------------------------*/

  #footer {
    background: #10305B; /* Warna Navy Utama */
    padding: 80px 0 0 0;
    color: #e2e8f0;
    font-size: 14px;
  }

  #footer .footer-info {
    margin-bottom: 30px;
  }

  /* Penataan Judul Kolom dengan Garis Bawah Tipis */
  #footer .section-title h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
    letter-spacing: 0.5px;
  }

  #footer .section-title h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #F58220; /* Aksen Jingga BahasaKita */
  }

  #footer p {
    color: #cbd5e1;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* List Link Navigasi Menurun Rapi */
  #footer .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #footer .footer-links li {
    margin-bottom: 12px;
  }

  #footer .footer-links li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  #footer .footer-links li a:hover {
    color: #F58220; /* Berubah jingga saat diarahkan kursor */
    padding-left: 5px;
  }

  /* Informasi Kontak dengan Ikon Sejajar */
  #footer address p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #cbd5e1;
  }

  #footer address p .fa {
    color: #F58220; /* Warna ikon jingga */
    font-size: 16px;
    margin-right: 12px;
    width: 20px;
    margin-top: 3px;
    text-align: center;
  }

  /* Ikon Sosial Media Bulat Modern */
  #footer .social-icon {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
  }

  #footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
  }

  #footer .social-icon li a {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  #footer .social-icon li a:hover {
    background: #F58220;
    color: #ffffff;
    transform: translateY(-3px);
  }

  /* Hak Cipta Rata Tengah di Paling Bawah */
  #footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 50px;
    padding: 25px 0;
    text-align: center;
  }

  #footer .footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
  }



  /*---------------------------------------
     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: #F58220; /* Ikon sosial media default berwarna Jingga */
    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;
    background: rgba(255, 255, 255, 0.05);
  }

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



  /*---------------------------------------
     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.05);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
      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: #10305B;
      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;
    }
  }
