* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body{
    /* max-width: 1440px; */
      /* font-size: 5.2rem; */
      /* font-family: "Poppins", serif; */
      /* min-height: 3000px; */
      overflow-x: hidden;
  }

.wrapper, footer {
    font-family: 'Poppins', serif;
}

.wrapper{
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
    margin-left: 70px;
}

.wrapper #sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #0e223e;
    justify-content: space-between;
    height: 100vh; 
    position: fixed; 
    top: 0;
    left: 0;
}

.wrapper #sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.wrapper #sidebar #toggle-btn{
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.wrapper #sidebar #toggle-btn i{
    font-size: 1.5rem;
    color: #fff;
}

.wrapper #sidebar .sidebar-logo {
    margin: auto 0;
}

.wrapper #sidebar .sidebar-logo a{
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
}

.wrapper #sidebar:not(.expand) .sidebar-logo a,
.wrapper #sidebar:not(.expand) a.sidebar-link span{
    display: none;
}

.wrapper #sidebar .sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

.wrapper #sidebar .sidebar-footer form {
    margin: 0;
    padding: 0;
}

.wrapper #sidebar .sidebar-footer .logout-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0.652rem 1.625rem;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

.wrapper #sidebar .link-text {
    display: none;
    transition: opacity 0.3s, margin 0.3s;
}

.wrapper #sidebar .sidebar-footer {
    margin-top: auto; 
    padding-bottom: 1rem;
}

/* saat sidebar punya class .expanded */
.wrapper #sidebar.expand ~ .main {
    margin-left: 260px; 
}

.wrapper #sidebar.expand .link-text {
    display: inline;
    opacity: 1;
    margin-left: 0.5rem;
}

.wrapper #sidebar a.sidebar-link{
    padding: 0.652rem 1.625rem;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.wrapper #sidebar a.sidebar-link.active{
    background-color: #fff;
    color: #0e2238;
}

.wrapper #sidebar a.sidebar-link i,
.wrapper #sidebar .sidebar-footer .logout-btn i{
    font-size: 1.1rem;
    margin-right: 0.75rem;
}

.wrapper #sidebar a.sidebar-link:hover,
.wrapper #sidebar .sidebar-footer .logout-btn:hover{
    background-color: rgba(255, 255, 255, 0.075) !important;
    border-left: 3px solid #3b7ddd !important;
}

.wrapper #sidebar .sidebar-item {
    position: relative;
}

.wrapper #sidebar:not(.expand) .sidebar-item .sidebar-dropdown{
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

.wrapper #sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown{
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

.wrapper #sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}

.wrapper #sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

footer.admin{
  margin-top: auto;
  padding: 10px;
  text-align: center;
  background: #0e223e;
  color: #fff;
  font-size: 0.9rem;
}

/* Form Login */

.login-container {
    display: flex;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    position: relative;
    padding: 0;
    overflow: hidden
}

/* Decorative blob shapes */
.login-container::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50% 60% 70% 50%;
    z-index: 1;
}

.login-container::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 60% 50% 50% 70%;
    z-index: 1;
}

/* Left Side - Login Form */
.login-form-wrapper {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    z-index: 3;
    position: relative;
}

.login-form-card {
    background: #ffffff;
    padding: 98px 45px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    max-height: 550px;
    max-width: 580px;
    margin-right: -40px; /* Overlap dengan gambar */
    position: relative;
    z-index: 3;
}

.login-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 35px;
    text-align: left;
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 10px;
    display: inline-block;
}

/* Form Groups */
.form-group {
    margin-bottom: 25px;
}

/* Custom Input Styling */
.custom-input {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

/* Wrapper khusus password */
.password-wrapper {
    position: relative;
}

/* Tombol eye */
.toggle-password {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 0 8px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.toggle-password:hover {
    color: #0052cc;
}

.toggle-password svg {
    transition: transform 0.2s ease;
}

.toggle-password:active svg {
    transform: scale(0.9);
}

.custom-input::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #003d99 0%, #0052cc 100%);
    border-radius: 8px 0 0 8px;
}

.custom-input:focus-within {
    border-color: #0052cc;
    box-shadow: 0 6px 16px rgba(0, 82, 204, 0.15);
}

.input-icon {
    color: #666;
    margin-left: 8px;
    flex-shrink: 0;
}

.input-divider {
    width: 2px;
    height: 24px;
    background: #d0d0d0;
    margin: 0 15px;
    flex-shrink: 0;
}

.form-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #1a1a1a;
    background: transparent;
}

.form-input::placeholder {
    color: #999;
    font-weight: 500;
}

.error-message {
    color: #dc3545;
    font-size: 13px;
    margin-top: 8px;
    margin-left: 5px;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* Custom Checkbox */
.remember-me {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
    user-select: none;
}

.remember-me input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.remember-me:hover input ~ .checkmark {
    border-color: #0052cc;
}

.remember-me input:checked ~ .checkmark {
    background-color: #0052cc;
    border-color: #0052cc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.remember-me input:checked ~ .checkmark:after {
    display: block;
}

/* Forget Password Link */
.forget-password {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.forget-password:hover {
    color: #0052cc;
}

/* Login Button */
.login-btn {
    width: 100%;
    background: linear-gradient(135deg, #003d99 0%, #0052cc 100%);
    color: #ffffff;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 82, 204, 0.3);
}

.login-btn:hover {
    background: linear-gradient(135deg, #002d7a 0%, #003d99 100%);
    box-shadow: 0 6px 16px rgba(0, 82, 204, 0.4);
    transform: translateY(-2px);
}

.login-btn:active {
    transform: translateY(0);
}

/* Right Side - Welcome Image */
.login-image-wrapper {
    flex: 0 0 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 40px 40px 0;
    z-index: 2;
    position: relative;
}

.login-image {
    width: 64%;
    height: 85vh;
    background-image: url('/storage/gambar_login.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-left: -45px;
}

/* Alternative: If you want to use the uploaded image */
/* .login-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, 
                rgba(0, 61, 153, 0.5) 0%, 
                rgba(0, 82, 204, 0.6) 50%, 
                rgba(0, 61, 153, 0.7) 100%);
} */

.active-link {
    background-color: white;
    color: #0e223e; /* Tailwind 'blue-600' */
}

.inactive-link {
    background-color: #0e223e;
    color: white;
}
  
  .timeline .container,
  .fasilitas .container,
  .guru .container,
  /* .prestasi .container, */
  /* .berita2 .container, */
  .karyawan .container{
      max-width: 1140px;
  }
  
  .artikel .container{
    /* width: 1260px; */
  }
  
  
  .hero,.visimisi,.penghargaan,.kelebihan,.berita,.unit,.info,.alumni,.testimoni,.kontak,footer{
      font-family: "Poppins", serif;
  }
  
  .faq,.jadwal,.syarat,.unduhan,.ppdb,.prestasi,.ekskul,.fasilitas,.banner,.timeline,.tab-tab,.pimpinan,.guru,.karyawan,.berita2,.kalender_table,.unit_fasilitas,.unit_kegiatan,.penjelasan_guru,.penjelasan_unit,.menuju_ppdb,.artikel,.pengumuman,.loker{
      font-family: "Poppins", serif;
  }

  .mobile-announcement {
      display: none;
  }
  
  .navbar-fixed{
      /* transform: translateY(-100%); */
      /* opacity: 0; */
      backdrop-filter: blur(1px);
      /* color: #000; */
      /* position: absolute !important; */
      /* top: -100%; */
      background-color: rgba(0,0,0,.5);
      /* width: 90%; */
      /* margin: auto; */
  }
  
  header.navbar{   
      /* transition: 0.5s ease-in-out; */
      background-color: rgba(0,0,0,.5);
      backdrop-filter: blur(1px);
  }
  
  .header{
      border-bottom: 1px solid #fff;
  }
  
  .header,.navbar-top{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.2rem;
      /* background-color: #000; */
      width: 100%;
  }
  
  .header .navbar-top-left a{
      text-decoration: none;
  }
  
  .navbar .navbar-top-left a,
  .navbar .navbar-top-right a{
      color: #fff;
  }
  
  .navbar .navbar-top-left a,
  .navbar .navbar-top-right a,
  .navbar-bottom .navbar-nav a{
      display: inline-block;
      font-size: 1rem;
      margin: 0 0.5rem;
  }
  
  
  .navbar .navbar-top-right a:hover{
      color: #808080;
  }
  
  .navbar-bottom .navbar-brand{
      /* background-color: #000; */
      width: 600px;
      margin-right: 0;
  }
  
  .navbar-bottom .navbar-brand img{
    width: 300px;
    margin-left: -2rem;
  }
  
  .navbar .navbar-bar nav .offcanvas{
    margin-top: 1.5rem;
  }
  
  .navbar-bottom .navbar-nav a{
      font-family: "Poppins", serif;
      font-weight: 400;
      font-style: italic;
      color: #fff;
      margin: 0 1rem;
      font-size: 1.1rem;
      
  }
  
  .navbar-bottom .navbar-nav .nav-link:hover{
      /* color: #808080; */
  }

  .navbar-bottom .navbar-nav .nav-link.active{
    color: #fff;
  }
  
  .navbar-bottom .navbar-nav .dropdown-menu{
      padding: 10px;
  }
  
  .navbar-bottom .navbar-nav .dropdown-item{
      color: #000;
      margin: auto;
  }
  
  .navbar-bottom .navbar-nav .dropdown-item:hover{
      background-color: #111F86;
      opacity: 80%;
      color: #fff;
  }
  
  .navbar-bottom .navbar-nav .nav-link::after,
  .banner .breadcrumb-item a::after{
      content: '';
      display: block;
      padding-bottom: 0.5rem;
      border-bottom: 0.2rem solid #111F86;
      transform: scaleX(0);
      transition: 0.2s linear;
  }
  
  .navbar-bottom .navbar-nav .nav-link:hover::after,
  .banner .breadcrumb-item a:hover::after{
      transform: scaleX(1);
  }

  /* Modal Pop Up 1 Kolom */
  #popupHomeModal {
    z-index: 99999;
  }

  #popupHomeModal .modal-dialog {
      max-width: 700px;
      width: 100%;
      margin: 1rem auto;
  }

  #popupHomeModal .modal-content {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      background: transparent;
      position: relative;
      box-shadow: 0 15px 50px rgba(0,0,0,0.35);
  }

  #popupHomeModal .popup-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
  }

  #popupHomeModal .custom-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 10;

      background-color: #fff;
      border-radius: 50%;

      width: 32px;
      height: 32px;

      opacity: 1;
      padding: 8px;
  }

  .modal-backdrop.show {
      opacity: 0.6;
  }

  /* Modal Pop Up 2 Kolom */
  /* #popupHomeModal {
      z-index: 99999;
  }

  #popupHomeModal .modal-dialog {
      max-width: 1050px;
      width: 100%;
      margin: 1rem auto;
  }

  #popupHomeModal .modal-content {
      border: none;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      position: relative;
      box-shadow: 0 15px 50px rgba(0,0,0,0.35);
  }

  #popupHomeModal .modal-body {
      padding: 20px;
  }

  #popupHomeModal .popup-card {
      overflow: hidden;
      border-radius: 14px;
      height: 100%;
  }

  #popupHomeModal .popup-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease;
  }

  #popupHomeModal .popup-card:hover .popup-image {
      transform: scale(1.03);
  }

  #popupHomeModal .custom-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 20;

      background-color: #fff;
      border-radius: 50%;

      width: 34px;
      height: 34px;

      opacity: 1;
      padding: 8px;
  }

  .modal-backdrop.show {
      opacity: 0.6;
  } */
  
  .hero #carousel-hero{
    height: 100vh;
  }
  
  #hero .carousel-item img{
      /* height: 930px; */
      height: 100vh;
      object-fit: cover;
      width: 100%;
  }
  
  .hero .hero_{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f5f5f5;
    width: 1000px; */
    /* height: 900px;
    box-shadow: 0 30px 50px #dbdbdb; */
    width: 90%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  
  
  .hero_ .slide .item{
    width: 120px;
    height: 170px;
    position: absolute;
    bottom: 20%;
    left: 0;
    transform: translate(0, 50%);
    border-radius: 20px;
    box-shadow: 0 10px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
  }
  
  .slide .item:nth-child(1),
  .slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  
  .slide .item:nth-child(3){
    left: calc(50% + 270px);
    /* bottom: 45%; */
  }
  .slide .item:nth-child(4){
    left: calc(50% + 420px);
    /* bottom: 45%; */
  }
  .slide .item:nth-child(n + 5){
    left: calc(50% + 570px);
    /* bottom: 45%; */
  }
  /* .slide .item:nth-child(n + 6){
    left: calc(50% +440px);
  } */
  
  .hero .slide .item:nth-last-child(1) {
    width: 0;
    overflow: hidden;
    opacity: 0;
    animation: show 0.5s linear 1 forwards;
  }
  
  @keyframes show{
    to {
      width: 120px;
      opacity: 1;
    }
  }
  
  .hero_ .content {
    padding: 2rem;
  }
  
  .hero_ .item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    color: #eee;
    transform: translate(0, -50%);
    display: none;
  }
  
  .hero_ .slide .item:nth-child(2) .content{
    display: block;
  }
  
  .hero_ .content .name{
    /* font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    width: 500px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.7s 1 forwards; */
    font-size: 2rem;
    font-weight: bold;
    color: #0e223e;
    text-align: center;
  }
  
  .hero_ .content .deskripsi{
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 1s 1 forwards;
  }
  
  .hero_ .button{
    width: 65%;
    text-align: center;
    position: absolute;
    bottom: 2.1rem;
  }
  
  @keyframes animate{
    from{
      opacity: 0;
      transform: translate(0, 100px);
      filter: blur(33px);
    }
  
    to{
      opacity: 1;
      transform: translate(0);
      filter: blur(0);
    }
  }
  
  .hero .button button{
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #fff;
    transition: 0.3s;
    background: transparent;
    color: #fff;
  }
  
  .hero .button button:hover{
    background: #111F86;
  }
  
  body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
  
  .modal {
    z-index: 99998 !important;
  }

  /* #modalLowongan {
      z-index: 1060 !important;
  } */
  
  .modal-backdrop {
    /* position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important; */
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 1055 !important;
  }
  
  .modal-backdrop.show {
    /* position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 99997 !important; */
    opacity: 1 !important;
  }
  
  .visimisi .badan .ucapan{
    padding-top: 9rem;
  }
  
  .visimisi .badan .ucapan .ucapan-badan{
    text-align: justify;
    width: 90%;
    /* text-indent: 2em; */
  }
  
  .visimisi .badan .ucapan .ucapan-badan p{
    color: #58595b;
  }
  
  .visimisi .badan .ucapan .ucapan-badan p span{
    color: #000;
  }
  
  .visimisi .badan .ucapan .button_{
    padding-top: 2rem;
  }
  
  .visimisi .badan .ucapan .button_ a{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: -0.5px;
    color: #111F86;
    text-decoration: none;
    border: 1px solid #111F86;
    padding: 0.7rem 1.2rem;
    z-index: 1;
    transition: 1s;
    overflow: hidden;
  }
  
  .visimisi .badan .ucapan .button_ a:hover{
    color: #fff;
  }
  
  .visimisi .badan .ucapan .button_ a::before{
    content: '';
    position: absolute;
    top: 0;
    left: -2%;
    width: 0;
    height: 100%;
    background: #111F86;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
  }
  
  .visimisi .badan .ucapan .button_ a:hover:before{
    width: 100%;
  }
  
  .visimisi .badan .ucapan .button_ span{
    letter-spacing: -0.5px;
  }
  
  .visimisi .tentang_visimisi{
    border: 0.0625rem solid #eaeaea;
    border-radius: 1rem;
    margin-top: 3.125rem;
    overflow: hidden;
  }
  
  .visimisi .tentang_visimisi .visi_{
    background: #111F86;
    color: #fff;
    display: flex;
    font-weight: 500;
  }
  
  .visimisi .tentang_visimisi .visi_ .content{
    /* flex: 3; */
    font-size: 1.5rem;
    padding: 2.1875rem;
  }
  
  .visimisi .tentang_visimisi .visi_ .content .info{
    width: 31.25rem;
  }
  
  .visimisi .tentang_visimisi .visi_ .content .info .title{
    color: #D24C16;
    font-size: 1.5rem;
  }
  
  .visimisi .misi_ .nav-tabs{
    border: 1px solid #cdcdd8;
  }
  
  .visimisi .misi_ .nav-tabs .nav-item{
    background: #f8f8f8;
    border-radius: unset;
    flex: 1;
  }
  
  .visimisi .misi_ .nav-tabs .nav-item .nav-link.active{
    text-align: center;
    background: #fff;
    border: unset;
    border-top: 6px solid #D24C16;
    color: #111F86;
    font-weight: 600;
    height: 70px;
    padding-top: 0.8rem;
    font-size: 1.5rem;
  }
  
  .visimisi .misi_ .info {
    width: 37.25rem;
  }
  
  .visimisi .misi_ .info .tab-pane{
    color: #58595b;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1.8125rem 2.1875rem;
  }

  /* Penghargaan */
  .penghargaan {
    background: #f8f9fa;
  }

  .award-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
    height: 100%;
  }

  .award-card:hover {
    transform: translateY(-5px);
  }

  .award-card img {
    height: 180px;
    object-fit: contain;
    transition: 0.3s;
  }

  .award-card h6 {
    font-weight: 600;
    font-size: 16px;
  }

  .badge-award {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #ffc107;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
  }

  .custom-award-modal {
    max-width: 90% !important;
  }

  .award-modal-img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
  }

  #awardModal .modal-content{
    transition: all .3s ease;
  }
  
  /* Kelebihan */
  
  .kelebihan #carousel__ .carousel-inner{
    width: 1110px;
    height: 448px;
  }
  
  .kelebihan #carousel__ .carousel-inner .carousel-item{
    width: 100%;
    height: 95%;
    object-fit:cover;
  }

  .kelebihan #carousel__ .carousel-inner .carousel-item img.kelebihan-img{
    object-fit: cover;     
    object-position: 50% 50%;
    height: 450px;
  }
  
  .kelebihan #carousel__ .carousel-inner .carousel-item .carousel-caption h5{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .kelebihan #carousel__ .carousel-inner .caption{
    position: absolute;
    bottom: 10px;
  }
  
  .kelebihan #carousel__ .carousel-inner .caption h1,
  .kelebihan #carousel__ .carousel-inner .caption p  {
    color: #fff;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1); /* ubah ikon putih jadi hitam */
  }
  
  @keyframes moving {
    0%{
      width: 0;
    }
    100%{
      width: 100%;
    }
    
  }

  
  .berita #prestasi-tab-pane .card .carousel-clickable {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0;
    cursor: pointer;
  }

  .berita #prestasi-tab-pane .card .carousel-clickable.active-pause {
    transform: scale(0.98);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  }

  /* Overlay icon */
  .berita #prestasi-tab-pane .card .carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.28s ease;
    z-index: 2;
    pointer-events: none; 
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .berita #prestasi-tab-pane .card .carousel-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }

  .berita #prestasi-tab-pane .card .carousel-overlay .carousel-icon {
    font-size: 3rem;
    color: white;
    opacity: 0.9;
    pointer-events: none;
  }
  
  .berita .nav .nav-item .nav-link{
      color: #58595b;
  }
  
  .berita .nav .nav-item .nav-link.active{
      color: #000;
      font-weight: 500;
  }
  
  .berita .card{
    border: none;
    border-radius: 0px;
    /* box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.15); */
  }
  
  .berita .card_img{
    /* margin-left: 100px; */
    margin: auto;
    position: relative;
  }
  
  .berita .card_img .img-container{
    height: 450px;
    width: 100%;
    /* max-width: 536px; */
    overflow: hidden;
    /* border-radius: 10px; */
  }
  
  .berita .card_img .img-container img{
    object-fit: cover;
    object-position: 50% 20%;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
  }
  
  .berita .card_img .img-container:hover img{
    transform: scale(1.1);
  }
  
  .berita .card_img .card-img-overlay{
    top: 320px;
    left: 20px;
  }

  .berita .card_img .card-text small,
  .berita .card_img .card-title {
    color: #fff;
    text-shadow: 1px 3px 10px #000;
  }
  
  /* .berita .card .card-text{
      font-weight: 300;
      font-size: 0.9rem;
      color: #808080;
      margin-bottom: 0.5rem;
  } */
  
  /* .berita .card .card-link{
      text-decoration: none;
      font-size: 0.8rem;
      font-weight: 500;
      color: #53721d;
  } */

  .berita .card-sub {
    width: 100%;
    margin-left: 0 !important;
  }
  
  .berita .card .card_kanan{
    height: 162px;
    align-items: stretch;
  }
  
  .berita .card .card_img_kanan{
    height: 162px;
    overflow: hidden;
  }
  
  .berita .card .card_img_kanan img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .berita .card .card-link:hover{
    text-decoration: underline;
  }
  
  .berita .card .card-link i{
    padding-left: 0.5rem;
  }
  
  /* .berita .card_box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
  }
  
  .berita .card_{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    border-radius: 10px;
  }
  
  .berita .card_ .img-box{
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .berita .card_:hover{
    height: 400px;
  }
  
  .berita .card_ img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .berita .card_:hover .img-box{
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  }
  
  .berita .card_box .content{
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
  }
  
  .berita .card_box .card_:hover .content{
    top: 130px;
    height: 250px;
  }
  
  .berita .card_ .content h5{
    font-size: 1.1rem;
    font-weight: 700;
    color: #808080;
    padding-bottom: 1rem;
  }
  
  .berita .card_ .content h2{
    color: #333;
    margin-top: 10px;
  }
  
  .berita .card_ .content a{
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    color: #53721d;
  }
  
  .berita .card_ .content a:hover{
    text-decoration: underline;
  }
  
  .berita .card_ .content a i{
    padding-left: 0.5rem;
  } */

  .berita #berita-tab-pane .card-sub .card-body {
    padding: 1rem;
  }
  
  .berita #berita-tab-pane .card-sub .card-body .card-title{
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .berita #prestasi-tab-pane .card .card-body .card-title .judul,
  .berita #berita-tab-pane .card .card-body .card-title .judul{
    text-decoration: none; 
    color: #000;
  }

  .berita #prestasi-tab-pane .card .card-body .card-title .judul:hover,
  .berita #berita-tab-pane .card .card-body .card-title .judul:hover{
    color: #111F86;
  }

  .berita #berita-tab-pane .card-sub .card-text {
      font-size: 0.85rem;
      font-weight: 300;
  }
  
  /* Unit Sekolah */
  
  
    .unit .judul{
      margin-top: 200px;
      color: #000;
    }
  
    .unit .card_ {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 200px;
      /* display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem; */
    }
  
    .unit .card_ .card{
      border-radius: 0;
      border-style: none;
      /* width: 100%;
      max-width: 300px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
    }
  
    .unit .card_ .card .card-img{
      width: 100%; 
      display: block; 
      width: 330px; 
      height: 500px; 
      border-radius: 0; 
      object-fit: cover; 
      object-position: 30% center;
      /* display: block;
      border-radius: 0;
      object-position: 30% center;
      width: 100%;
      height: auto;
      object-fit: cover; */
    }
  
    .unit .card_ .card .card-img-overlay{
      display: flex;
      flex-direction: column;
      justify-content: end;
      border-radius: 0;
      background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 80%);
      border-style: none;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi h4,
    .unit .card_ .card .card-img-overlay .text-deskripsi a{
      color: #fff;
      text-decoration: none;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi a:hover{
      text-decoration: underline;
      color: #f5f5f5d7;
    }
    
    .unit .card_ .card .card-img-overlay .text-deskripsi a span{  
      padding-right: 0.5rem;
    }

    .card-img.unit-smp{
      object-position: 10% center !important;
    }

    .card-img.unit-sma{
      object-position: 55% center !important;
    }
  
    /* info */
  
    #info{
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .info .badan h1{
      /* font-size: 2rem; */
      padding-top: 1rem;
      color: #111F86;
    }
  
    .info .vertical-line{
      position: absolute;
      top: 10%;
      right: 0;
      width: 2px;
      height: 80%;
      background-color: #000;
      z-index: 1;
    }
  
  
    /* swiper slider */
  
    .alumni{
      position: relative;
      height: 100%;
    }
  
    /* .alumni .swiper .swiper-judul{
      display: flex;
      align-items: center;
      justify-content: center;
    } */
  
    .alumni .swiper .swiper-judul .judul h3{
      font-size: 1.5rem;
    }
  
    .alumni .swiper {
      height: 320px;
      width: 100%;
      max-width: 1000px;
      margin: auto;
      padding: 1rem;
    }
  
    .alumni .swiper .swiper-wrapper{
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      box-sizing: content-box;
    }
  
    .alumni .swiper .swiper-slide {
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      height: 240px;
    }
  
    .alumni .swiper .swiper-slide img {
      display: block;
      height: 100%;
      object-fit: cover;
    }

    .alumni-11, .alumni-12 {
      transform: scale(0.6) !important;
    }
    .alumni-16, .alumni-19 {
      transform: scale(0.35) !important;
    }
    .alumni-18 {
      transform: scale(0.5) !important;
    }


    /* .special-alumni-img{
      transform: scale(0.6) !important;
    } */
  
  /* Testimoni */
  
  .testimoni .deskripsi ul{
    border-style: none;
    margin-bottom: 40px;
  }
  
  .testimoni .deskripsi ul li{
    border-style: none;
  }
  
  .testimoni .deskripsi ul li a{
    border-style: none;
    border-radius: 0;
    text-decoration: none;
    margin-right: 50px;
    color: #111F86;
    font-weight: 400;
    transition: opacity 0.4s ease, font-weight 0.4s ease;
  }
  
  .testimoni .deskripsi ul li .nav-tab.active{
    font-weight: 600;
    opacity: 1 !important;
  }
  
  .testimoni .deskripsi .tab-content .tab-pane{
    transition: opacity 0.5s ease-in-out, transform 0.5s ease;
  }
  
  .testimoni .deskripsi .tab-content .tab-pane.show{
    opacity: 1;
    transform: translateY(0);
  }
  
  .testimoni .deskripsi .tab-content .tab-pane:not(.show){
    opacity: 0;
    transform: translateY(10px);
  }
  
  .testimoni .deskripsi .tab-content .kiri,
  .testimoni .deskripsi .tab-content .kanan{
    padding: 10px 10px;
  }
  
  .testimoni .deskripsi .tab-content .kiri img,
  .testimoni .deskripsi .tab-content .kanan img{
    width: 100%;
  }
  
  .testimoni .deskripsi .tab-content .kiri .atas,
  .testimoni .deskripsi .tab-content .kanan .atas{
    margin-bottom: 20px;
  }
  
  .testimoni .deskripsi .tab-content .kiri .atas .judul,
  .testimoni .deskripsi .tab-content .kanan .atas .judul{
    margin-bottom: 12px;
  }
  
  
  /* Kalender */
  
  :root {
    --primary-clr: #111F86;
  }

  .kalender{
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }

  /* nice scroll bar */
  #kalender ::-webkit-scrollbar {
    width: 5px;
  }
  #kalender ::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
  }
  #kalender ::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
    border-radius: 50px;
  }
  
  /* body {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
  } */

  #kalender{ 
    background-color: #e4e4e4;
    background-size: cover;
  }

  #kalender .container.tanggal {
    position: relative;
    width: 100%;
    min-height: 850px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
  }
  #kalender .left {
    width: 60%;
    padding: 20px;
  }
  #kalender .calendar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
  }
  /* set after behind the main element */
  #kalender .calendar::before,
  #kalender .calendar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 97%;
    border-radius: 0 5px 5px 0;
    background-color: #d3d4d6d7;
    transform: translateY(-50%);
  }
  #kalender .calendar::before {
    height: 94%;
    left: calc(100% + 12px);
    background-color: rgb(153, 153, 153);
  }
  #kalender .calendar .month {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  #kalender .calendar .month .prev,
  #kalender .calendar .month .next {
    cursor: pointer;
  }
  #kalender .calendar .month .prev:hover,
  #kalender .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  #kalender .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  #kalender .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #kalender .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  #kalender .calendar .days .day.holiday.sunday, 
  #kalender .calendar .days .day.holiday {
    background: #dc3545;
    color: #fff;
    font-weight: 600;
  }
  #kalender .calendar .days .day.holiday:hover {
      background-color: #dc3545 !important;
      border: 2px solid #dc3545;
  }
  #kalender .calendar .days .day.sunday {
    border: 2px solid #dc3545;
    color: #dc3545;
    font-weight: 600;
  }
  #kalender .calendar .days .day.sunday:hover {
      background-color: #dc3545 !important;
      color: #fff !important;
  }
  #kalender .calendar .days .day.active.sunday {
    background-color: #dc3545 !important;
    color: #fff;
    box-shadow: 0 0 10px rgba(220,53,69,0.6);
  }
  #kalender .calendar .days .day.prev-date.sunday,
  #kalender .calendar .days .day.next-date.sunday {
      background: transparent;
      border: 2px dashed #dc3545;
      color: #dc3545;
      opacity: 0.9;
  }
  #kalender .calendar .days .day {
    width: 14.28%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-clr);
    border: 1px solid #f5f5f5;
  }
  #kalender .calendar .days .day:nth-child(7n + 1) {
    /* border-left: 2px solid #f5f5f5; */
  }
  #kalender .calendar .days .day:nth-child(7n) {
    /* border-right: 2px solid #f5f5f5; */
  }
  #kalender .calendar .days .day:nth-child(-n + 7) {
    /* border-top: 2px solid #f5f5f5; */
  }
  #kalender .calendar .days .day:nth-child(n + 29) {
    /* border-bottom: 2px solid #f5f5f5; */
  }
  
  #kalender .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: var(--primary-clr);
  }
  #kalender .calendar .days .prev-date:not(.sunday),
  #kalender .calendar .days .next-date:not(.sunday) {
      color: #878895;
  }
  #kalender .calendar .days .active.sunday {
    background-color: #dc3545 !important;
    box-shadow: 0 0 10px rgba(220,53,69,0.6);
  }
  #kalender .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: var(--primary-clr);
  }
  #kalender .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px var(--primary-clr);
  }
  #kalender .calendar .days .today {
    font-size: 2rem;
  }
  #kalender .calendar .days .event {
    position: relative;
  }
  /* #kalender .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 23%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  } */
  #kalender .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  #kalender .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  #kalender .calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  #kalender .calendar .goto-today .goto {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--primary-clr);
  }
  #kalender .calendar .goto-today .goto input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  #kalender .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: var(--primary-clr);
  }
  #kalender .calendar .goto-today button:hover {
    color: #fff;
    background-color: var(--primary-clr);
  }
  #kalender .calendar .goto-today .goto button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }
  #kalender .container .right {
    position: relative;
    width: 40%;
    min-height: 100%;    
    padding: 20px 0;

  }
  
  #kalender .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  #kalender .right .today-date .event-day {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
  }
  #kalender .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
  }
  #kalender .events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  #kalender .events .event {
    position: relative;
    width: 95%;
    min-height: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, var(--event-color) 0%, rgba(255,255,255,0.15) 100%);
    cursor: pointer;
  }
  /* even event */
  /* #kalender .events .event:nth-child(even) {
    background: transparent;
  } */
  #kalender .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  #kalender .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  #kalender .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 0.4rem;
  }
  #kalender .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  #kalender .events .event:hover i {
    color: #fff;
  }
  #kalender .events .event .event-time, 
  #kalender .events .event .event-location {
    font-size: 0.8rem;
    font-weight: 400;
    /* color: #878895; */
    margin-left: 1.5rem;
    pointer-events: none;
  }
  #kalender .events .event:hover .event-time, 
  #kalender .events .event:hover .event-location {
    color: #fff;
  }
  /* add tick in event after */
  #kalender .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  #kalender .events .event:hover::after {
    display: flex;
  }
  #kalender .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  #kalender .add-event:hover {
    opacity: 1;
  }
  #kalender .add-event i {
    pointer-events: none;
  }
  #kalender .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
  }
  #kalender .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  #kalender .add-event-wrapper.active {
    max-height: 300px;
  }
  #kalender .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  #kalender .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  #kalender .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  #kalender .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #kalender .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  #kalender .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  #kalender .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  #kalender .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  #kalender .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  #kalender .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  #kalender .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  #kalender .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  #kalender .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }

  .event-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
  }

  .event-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  #kalender .calendar .days .today {
    font-size: 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
  }

  /* SPMB */

  .spmb-hero {
      position: relative;
      min-height: 600px;
      display: flex;
      align-items: flex-end;
      padding-bottom: 80px;
      background: url('/storage/banner/DSC05236.webp') center / cover no-repeat !important;
      /* background: linear-gradient(135deg, #0a1628 0%, #111F86 60%, #1a3a8f 100%); */
      overflow: hidden;
  }

  .spmb-hero__overlay {
      position: absolute;
      inset: 0;
      background:
          radial-gradient(ellipse 60% 80% at 80% 50%, rgba(17,31,134,0.4) 0%, transparent 70%),
          radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255,193,7,0.08) 0%, transparent 60%);
  }

  /* Floating geometric particles */
  .spmb-hero__particles span {
      position: absolute;
      border-radius: 50%;
      opacity: 0.07;
      background: #fff;
      animation: spmb-float linear infinite;
  }
  .spmb-hero__particles span:nth-child(1) { width:180px; height:180px; top:-40px; left:15%; animation-duration:18s; }
  .spmb-hero__particles span:nth-child(2) { width:90px;  height:90px;  top:60%;  left:70%; animation-duration:14s; animation-delay:-5s; }
  .spmb-hero__particles span:nth-child(3) { width:60px;  height:60px;  top:20%;  left:85%; animation-duration:20s; animation-delay:-9s; }
  .spmb-hero__particles span:nth-child(4) { width:120px; height:120px; bottom:-20px; left:45%; animation-duration:16s; animation-delay:-3s; }
  .spmb-hero__particles span:nth-child(5) { width:40px;  height:40px;  top:40%;  left:5%;  animation-duration:12s; animation-delay:-7s; }
  .spmb-hero__particles span:nth-child(6) { width:200px; height:200px; top:-60px; right:-40px; opacity:0.04; animation-duration:22s; }

  @keyframes spmb-float {
      0%   { transform: translateY(0)   rotate(0deg); }
      50%  { transform: translateY(-30px) rotate(180deg); }
      100% { transform: translateY(0)   rotate(360deg); }
  }

  .spmb-hero__content {
      position: relative;
      z-index: 2;
      padding-top: 120px;
  }

  .spmb-hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #ffc107;
      border: 1px solid rgba(255,193,7,0.35);
      color: #fff;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 20px;
  }

  .spmb-hero__badge-dot {
      width: 7px;
      height: 7px;
      background: #fff;
      border-radius: 50%;
      animation: spmb-pulse 1.8s ease-in-out infinite;
  }

  @keyframes spmb-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.4; transform: scale(0.7); }
  }

  .spmb-hero__title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 12px;
      letter-spacing: -0.02em;
  }
  .spmb-hero__title em {
      font-style: normal;
      color: #ffc107;
  }

  .spmb-hero__sub {
      color: #fff;
      font-size: 0.95rem;
      margin-bottom: 16px;
      letter-spacing: 0.03em;
  }

  .spmb-breadcrumb {
      margin: 0;
  }
  .spmb-breadcrumb .breadcrumb-item a {
      color: #fff;
      text-decoration: none;
      font-size: 0.85rem;
      transition: color .2s;
  }
  .spmb-breadcrumb .breadcrumb-item a:hover { color: #fff; font-weight: 600;}
  .spmb-breadcrumb .breadcrumb-item.active,
  .spmb-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #fff;
      font-size: 0.85rem;
  }

  .spmb-actions {
      padding: 0 0 60px;
      margin-top: -56px;
      position: relative;
      z-index: 10;
  }

  .spmb-action-card {
      border-radius: 20px;
      padding: 32px;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 0;
      box-shadow: 0 20px 60px rgba(0,0,0,0.12);
      transition: transform .3s ease, box-shadow .3s ease;
      opacity: 0;
      transform: translateY(20px);
  }
  .spmb-action-card.spmb-revealed {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .5s ease, transform .5s ease, box-shadow .3s;
  }
  .spmb-action-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 30px 70px rgba(0,0,0,0.18);
  }

  .spmb-action-card--primary {
      background: linear-gradient(135deg, #111F86 0%, #1a3aaa 100%);
      color: #fff;
  }
  .spmb-action-card--dark {
      background: linear-gradient(135deg, #0a1628 0%, #0e223e 100%);
      color: #fff;
  }

  .spmb-action-card__icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
  }
  .spmb-action-card__icon svg {
      width: 24px;
      height: 24px;
      stroke: #fff;
  }

  .spmb-action-card__label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      display: block;
      margin-bottom: 6px;
  }

  .spmb-action-card__title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.3;
  }

  .spmb-action-card__desc {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.55);
      line-height: 1.6;
      flex: 1;
      margin-bottom: 24px;
  }

  .spmb-action-card__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #ffc107;
      color: #0a1628;
      font-weight: 700;
      font-size: 0.88rem;
      padding: 11px 22px;
      border-radius: 100px;
      text-decoration: none;
      transition: background .2s, transform .2s;
      align-self: flex-start;
  }
  .spmb-action-card__btn:hover {
      background: #ffca2c;
      transform: translateX(3px);
      color: #0a1628;
  }

  .spmb-action-card__btn--outline {
      background: rgba(255,255,255,0.08);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.2);
      font-weight: 600;
  }
  .spmb-action-card__btn--outline:hover {
      background: rgba(255,255,255,0.15);
      color: #fff;
      transform: translateX(3px);
  }

  .spmb-action-card__btns {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
  }

  /* -- Section Header -- */
  .spmb-section-header {
      text-align: center;
      margin-bottom: 52px;
  }
  .spmb-section-header__tag {
      display: inline-block;
      background: #eef0fc;
      color: #111F86;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
  }
  .spmb-section-header__title {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      color: #0a1628;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
  }
  .spmb-section-header__sub {
      color: #888;
      font-size: 0.93rem;
  }

  /* -- Jadwal -- */
  .spmb-jadwal {
      padding: 80px 0;
      background: #f8f9fc;
  }

  .spmb-gelombang-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
  }

  .spmb-gelombang-card {
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 24px rgba(0,0,0,0.06);
      transition: transform .3s ease, box-shadow .3s ease;
      opacity: 0;
      transform: translateY(24px);
  }
  .spmb-gelombang-card.spmb-revealed {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .6s ease, transform .6s ease, box-shadow .3s;
  }
  .spmb-gelombang-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  }

  .spmb-gelombang-card--1 .spmb-gelombang-card__header { background: linear-gradient(135deg, #111F86, #1a3aaa); }
  .spmb-gelombang-card--2 .spmb-gelombang-card__header { background: linear-gradient(135deg, #0a1628, #0e223e); }
  .spmb-gelombang-card--3 .spmb-gelombang-card__header { background: linear-gradient(135deg, #4a5568, #718096); }

  .spmb-gelombang-card__header {
      padding: 28px 28px 24px;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      position: relative;
  }

  .spmb-gelombang-card__number {
      font-size: 3.5rem;
      font-weight: 900;
      color: rgba(255,255,255,0.15);
      line-height: 1;
      flex-shrink: 0;
      margin-top: -6px;
      letter-spacing: -0.04em;
  }

  .spmb-gelombang-card__name {
      font-size: 1.15rem;
      font-weight: 700;
      color: #fff;
      margin: 0 0 6px;
  }

  .spmb-gelombang-card__period {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.8rem;
      color: rgba(255,255,255,0.6);
      margin: 0;
  }
  .spmb-gelombang-card__period svg { flex-shrink: 0; }

  .spmb-gelombang-card__badge {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #ffc107;
      color: #0a1628;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 100px;
  }

  .spmb-gelombang-card__body {
      padding: 24px 28px 28px;
  }

  .spmb-potongan__section-title {
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #000;
      margin: 0 0 14px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #eee;
  }

  .spmb-potongan {
      display: flex;
      gap: 0;
  }
  .spmb-potongan__col { flex: 1; }
  .spmb-potongan__divider {
      width: 1px;
      background: #f0f0f5;
      margin: 0 20px;
      flex-shrink: 0;
  }

  .spmb-potongan__label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      margin-bottom: 12px;
      padding: 4px 10px;
      border-radius: 6px;
      display: inline-block;
  }
  .spmb-potongan__label--normal { background: #eef0fc; color: #111F86; }
  .spmb-potongan__label--alumni { background: #fff8e1; color: #d97706; }

  .spmb-potongan__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
  }
  .spmb-potongan__list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
  }
  .spmb-potongan__unit {
      font-size: 0.78rem;
      font-weight: 700;
      color: #0a1628;
      min-width: 32px;
  }
  .spmb-potongan__amount {
      font-size: 0.78rem;
      color: #444;
      font-variant-numeric: tabular-nums;
  }

  .spmb-gelombang-card__no-discount-note {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #fff8e1;
      border: 1px solid #fde68a;
      border-radius: 8px;
      padding: 9px 13px;
      font-size: 0.78rem;
      color: #92400e;
      margin-bottom: 18px;
      line-height: 1.5;
  }
  .spmb-gelombang-card__no-discount-note svg {
      fill: #d97706;
      flex-shrink: 0;
  }

  /* .spmb-gelombang-card__no-discount {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 16px 0;
      gap: 12px;
      color: #888;
  }
  .spmb-gelombang-card__no-discount svg { stroke: #bbb; }
  .spmb-gelombang-card__no-discount p {
      font-size: 0.88rem;
      line-height: 1.6;
      margin: 0;
  } */

  /* -- Syarat -- */
  .spmb-syarat {
      padding: 80px 0 100px;
      background: #fff;
  }

  .spmb-syarat-tabs {
      max-width: 760px;
      margin: 0 auto;
  }

  .spmb-syarat-tabs__nav {
      display: flex;
      gap: 8px;
      background: #f0f2f8;
      padding: 6px;
      border-radius: 14px;
      margin-bottom: 32px;
  }
  .spmb-syarat-tabs__btn {
      flex: 1;
      border: none;
      background: transparent;
      color: #666;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 10px 16px;
      border-radius: 10px;
      cursor: pointer;
      transition: all .25s ease;
  }
  .spmb-syarat-tabs__btn.active {
      background: #111F86;
      color: #fff;
      box-shadow: 0 4px 16px rgba(17,31,134,0.25);
  }
  .spmb-syarat-tabs__btn:not(.active):hover {
      background: rgba(17,31,134,0.07);
      color: #111F86;
  }

  .spmb-syarat-tabs__pane {
      display: none;
      animation: spmb-tab-in .3s ease;
  }
  .spmb-syarat-tabs__pane.active {
      display: block;
  }

  @keyframes spmb-tab-in {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
  }

  .spmb-syarat-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
  }
  .spmb-syarat-list__item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: #f8f9fc;
      border-radius: 12px;
      padding: 16px 20px;
      border-left: 3px solid #111F86;
      font-size: 0.93rem;
      color: #333;
      line-height: 1.5;
      transition: background .2s, transform .2s;
  }
  .spmb-syarat-list__item:hover {
      background: #eef0fc;
      transform: translateX(4px);
  }
  .spmb-syarat-list__item em {
      color: #888;
      font-style: normal;
  }
  .spmb-syarat-list__num {
      font-size: 0.72rem;
      font-weight: 800;
      color: #111F86;
      background: #e8ebfc;
      border-radius: 6px;
      padding: 3px 8px;
      flex-shrink: 0;
      margin-top: 1px;
      letter-spacing: 0.05em;
  }

  
  /* Kontak */
  
  .kontak{
      font-size: 0.9rem;
  }
  
  .kontak .table td{
      padding: 20px 15px;
  }
  
  .kontak .table a{
      color: #000;
      text-decoration: none;
      font-style: normal;
      /* font-weight: 400; */
  }
  
  .kontak form label{
      font-weight: 600;
      text-transform: uppercase;
  }
  
  
  .banner{
      /* content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; */
      background: url('/storage/banner/DSC05511.webp') rgba(14, 49, 74, 0.5);
      background-size: cover;
      background-blend-mode: multiply;
      background-position: 50% 65%;
      /* background-position: center; */
      height: 600px;
      width: 100%;
      overflow: hidden;
  }

  .banner.hero-banner {
    background: url('/storage/banner/DSC05245.webp') center / cover no-repeat !important;
    height: 600px;
  }
  
  .banner .d-flex {
    height: 600px;
    padding-bottom: 5rem;
    align-items: flex-end;
  }
  
  .banner .banner-content{
      margin-left: 2rem;
      text-shadow: 1px 1px 10px #000;
  }
  
  .banner h1{
      margin-top: 8rem;
      margin-bottom: 1.5rem;
      text-align: left;
      font-size: 2.3rem;
  }
  
  .banner .breadcrumb-item,
  .banner .breadcrumb-item a {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
  }
  
  /* Sejarah */
  
  .timeline .container{
      margin: 8rem auto;
  }
  
  .timeline .carousel{
      position: relative;
  }
  
  .timeline .carousel .carousel-indicators{
      top: 50px;
      width: 75%;
      margin-left: 14%;
      position: static;
      margin-bottom: 40px;
  }
  
  .timeline .carousel .carousel-indicators button{
      text-indent: 0 !important;
      background: 0 0;
      border: none;
      margin: 0 !important;
      position: relative;
      width: 25% !important;
  }
  
  .timeline .carousel .carousel-indicators button::before{
      content: "";
      position: absolute;
      border-top: 4px solid rgba(14, 49, 74, 0.5);
      width: 100%;
      left: 0;
  }
  
  .timeline .carousel .carousel-indicators button h4{
      position: absolute;
      margin-top: -41px;
      left: 52%;
      transform: translateX(-50%);
  }
  
  .timeline .carousel .carousel-indicators button i{
      position: absolute;
      margin-top: -8px;
      margin-left: -2px;
  }
  
  .timeline .carousel .carousel-indicators button.active i{
      font-size: 20px;
      margin-top: -12px;
      margin-left: -5px;
  }
  
  .timeline .carousel .carousel-indicators button.active h4{
      position: absolute;
      font-size: 29px;
      text-align: center;
      margin-top: -49px;
  }
  
  .timeline .carousel .slide-one{
      padding: 0px 50px;
  }
  
  .timeline .carousel .carousel-item .slide-text{
      padding-left: 2rem;
      padding-right: 2rem;
  }
  
  .timeline .carousel .carousel-item .slide-text h3{
      margin-bottom: 1.9rem;
      font-size: 2rem;
      font-weight: 600;
      color: #242B55;
  }
  
  
  .timeline .carousel .carousel-control-next,
  .timeline .carousel .carousel-control-prev {
      width: 2%;
      opacity: 0.8;
  } 
  
  .timeline .carousel .carousel-control-next-icon i,
  .timeline .carousel .carousel-control-prev-icon i {
      font-size: 2rem;
      color: #333;
  }
  
  /* Struktur Organisasi */
  
  .tab-tab .nav-tabs {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
  }
  
  .tab-tab .nav-tabs .nav-item{
      background: #f8f8fb;
      border-radius: unset;
      flex: 1;
  }
  
  .tab-tab .nav-tabs .nav-item .nav-link{
      align-items: center;
      /* border-top: 0.6rem solid #eaeaea;
      border-bottom: 0.6rem solid #eaeaea; */
      border-radius: unset;
      color: #58595b;
      display: flex;
      font-size: 1.06rem;
      font-weight: 500;
      height: 6.25rem;
      justify-content: center;
      text-align: center;
      width: 100%;
  }
  
  .tab-tab .nav-tabs .nav-item .nav-link.active{
      background: #fff;
      border: unset;
      border-top: 6px solid #D24C16;
      color: #111F86;
      font-weight: 600;
  }
  
  .tab-tab .nav-tabs .nav-item .nav-link:hover{
      background-color: #58595b;
      color: #fff;
  }
  
  .tab-tab .nav-tabs .nav-item .nav-link.active:hover{
      background-color: #fff;
      color: #111F86;
  }
  
  .pimpinan,
  .guru,
  .karyawan,
  .fasilitas,
  .prestasi,
  .visimisi,
  .penghargaan,
  .unit_fasilitas,
  .unit_kegiatan,
  .kelebihan,
  .ppdb,
  .berita,
  .unit,
  .berita2,
  .kalender_table,
  .penjelasan_unit,
  .penjelasan_guru,
  .alumni,
  .testimoni,
  .menuju_ppdb,
  .faq,
  .jadwal,
  .syarat,
  .unduhan,
  .artikel,
  .loker,
  #kontak{
      padding-top: 5rem;
      padding-bottom: 5rem;
  }
  
  .pimpinan .container .row,
  .guru .container .row
  .fasilitas .container .row,
  .berita2 .container .row,
  .prestasi .container .row,
  .artikel .container .row,
  .kalender_table .container .row{
      display: flex;
      flex-wrap: wrap;
  }
  
  .pimpinan .card{
      margin-top: 3rem;
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-bottom: 2.18rem;
      text-align: center;
      border: 0;
  }
  
  .pimpinan .card .card-img{
      margin-bottom: 1.2rem;
      position: relative;
      overflow: hidden;
      border-radius: 100%;
  }

  /* Custom card image */

  .pimpinan .card.card-mt{
    margin-top: 0.8rem;
  }
/* 
  .pimpinan .card.card-sekretaris .card-img img {
    width: 190px;
  } */

  .pimpinan .card .card-img img.padding-wakasek_tk
  {
    padding-right: 1rem;
  }

  /*  */
  
  .pimpinan .card .card-img img{
      width: 168px;
  }
  
  .pimpinan .card .card-info .nama{
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.8rem;
  }
  
  .pimpinan .card .card-info .jabatan{
      margin-bottom: 0;
      margin-top: 0.5rem;
  }
  
  .pimpinan .guru .card .card-info .nama{
    font-size: 1.15rem;
  }
  
  .pimpinan .guru .card .card-info .jabatan{
    font-size: 0.95rem;
  }
  
  /* Guru */
  .guru,
  .karyawan,
  .fasilitas{
      padding-bottom: 8rem;
  }
  
  .guru .nav-pills .nav-link,
  .fasilitas .nav-pills .nav-link,
  .karyawan .nav-pills .nav-link{
      border-color: #e3e3e3;
      background-color: #ebebeb;
      color: #666;
      text-align: left;
      height: 4rem;
      font-size: 0.9rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  
  .guru .nav-pills .nav-link:hover,
  .fasilitas .nav-pills .nav-link:hover,
  .karyawan .nav-pills .nav-link:hover{
      background-color: #a2a2a2;
      color: #fff;
  }
  
  .guru .nav-pills .nav-link.active,
  .fasilitas .nav-pills .nav-link.active,
  .karyawan .nav-pills .nav-link.active{
      border-color: #f0f0f0;
      background-color: #f8f8f8;
      color: #666;
  }
  
  .guru .tab-pane .row,
  .karyawan .tab-pane .row{
    row-gap: 90px;
  }
  
  .guru .tab-pane .card,
  .karyawan .tab-pane .card{
      width: 22rem;
      height: 15rem;
  }
  
  .guru .tab-pane .card img,
  .karyawan .tab-pane .card img{
      height: 19rem;
  }

  .karyawan .tab-pane .card img.card-custom{
    object-fit: contain;
    transform: scale(1.3);
    height: 17rem;
  }
  
  .guru .tab-pane .card .card-img-overlay,
  .karyawan .tab-pane .card .card-img-overlay{
      padding: 0;
      /* top: 17rem; */
  }
  
  .guru .tab-pane .card .card-title,
  .karyawan .tab-pane .card .card-title{
      cursor: pointer;
      background-color: #fff;
      color: #000;
      padding: 0.8rem;
      border: none;
      margin-top: auto;
  }
  
  .guru .tab-pane .card .card-title:hover,
  .karyawan .tab-pane .card .card-title:hover{
      opacity: 1;
      padding-top: 2.5rem;
      transition: all 0.3s ease;
  }
    
  .karyawan .card-img-overlay .card-title span{
    font-size: 0.8rem;
    color: #111F86;
  }
  
  /* fasilitas */
  
  .fasilitas .tab-pane .card{
      width: 25.5rem;
      border: none;
      margin-bottom: 2rem;
  }
  
  .fasilitas .tab-pane .card img{
      height: 17rem;
  }
  
  .fasilitas .tab-pane .card .card-body{
      /* padding-top: 2rem; */
      padding-left: 0;
  }
  
  .fasilitas .tab-pane .card .card-title{
      font-size: 1rem;
  }
  
  /* Prestasi */

  .prestasi-wrapper{
      /* max-width: 1000px; */
  }
  
  .prestasi .judul,
  .berita2 .judul
  {
    padding-bottom: 1.5rem;
  }
  
  .prestasi .card,
  .berita2 .card {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }
  
  .prestasi .card .card-body .card-title,
  .berita2 .card .card-body .card-title{
    color: #111F86;
  }
  
  
  .prestasi .card .card-body,
  .berita2 .card .card-body,
  .artikel .card .card-body  {
    padding: 2rem 2rem;
  }
  
  .prestasi .card .card-body .card-title,
  .prestasi .card .card-body .card-text,
  .berita2 .card .card-body .card-title,
  .berita2 .card .card-body .card-text  {
    padding-bottom: 0.25rem;
  }
  
  .prestasi .card .card-body .card-text a,
  .berita2 .card .card-body .card-text a
  {
    color: #000;
    text-decoration: none;
  }
  
  .prestasi .card .card-body .card-text a:hover,
  .berita2 .card .card-body .card-text a:hover
  {
    color: #111F86;
  }
  
  .prestasi .img-prestasi,
  .berita2 .img-berita{
    width: 100%;
    height: 232px;     
    object-fit: cover; 
    object-position: 50% 20%;
  }

  .prestasi .card .card-body ul.arsip a,
  .berita2 .card .card-body ul.arsip a,
  .artikel .card .card-body ul.arsip a {
    color: #000;
    text-decoration: none;
  }

  .prestasi .card .card-body ul.arsip a:hover,
  .berita2 .card .card-body ul.arsip a:hover,
  .artikel .card .card-body ul.arsip a:hover{
    color: #111F86;
    text-decoration: underline;
  }

  .artikel .carousel-container .carousel-indicators{
    z-index: 5;
  }

  .artikel .carousel-container .carousel-control-prev,
  .artikel .carousel-container .carousel-control-next{
    z-index: 10;
  }
  
  /* Ekstrakulikuler */
  
  .ekskul .carousel-item img{
    width: 636px;
    height: 400px;
  }
  
  .ekskul .detail .judul{
    color: #111F86;
    margin-bottom: 40px;
  }
  
  .ekskul .detail .badge{
    background: #111F86;
    padding: 0.7rem 1rem;
    margin-right: 0.7rem;
  }
  
  .ekskul .detail .badge:hover{
    opacity: 0.5;
    cursor: default;
  }
  
  /* kalender_table */
  
  .kalender_table .event-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .kalender_table .event-container .event-item{
    display: flex;
    background: #e4e4eb;
    border-radius: 5px;
    overflow: hidden;
    height: 60px;
  }
  
  .kalender_table .event-container .event-item .date-box{
    background: #111F86;
    color: #fff;
    display: inline-block;
    min-width: 150px;
    padding: 12px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 5px;
    flex-shrink: 0;
  }
  
  .kalender_table .event-container .event-item .content-box{
    color: #111F86;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
  }

  .kalender_table .event-container .event-item .content-box p{
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    display: block;
  }
  
  /* Penjelasan Unit */
  
  .penjelasan_unit .gambar,
  .penjelasan_guru .gambar{
    background-size: cover;
    /* max-height: 392px; */
    height: 392px;
  }
  
  .penjelasan_guru .gambar{
    background-position: center;
  }
  
  .penjelasan_unit .ket_gambar p,
  .penjelasan_guru .ket_gambar p{
    color: #fff;
    margin-bottom: 0px;
    padding: 20px 24px 24px 20px;
  }
  
  .penjelasan_unit .ket,
  .penjelasan_guru .ket{
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .penjelasan_unit .ket h1,
  .penjelasan_guru .ket h1{
    color: #000;
  }
  
  /* Unit Fasilitas */
  
  .unit_fasilitas #carouselFasilitas,
  .unit_kegiatan #carouselKegiatan{
    height: 471px;
  }
  
  .unit_kegiatan #carouselKegiatan .carousel-inner .carousel-item img{
    z-index: -1;
    object-fit: cover;
    background-image: url(image/default-image.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .unit_fasilitas #carouselFasilitas .carousel-inner .carousel-item img{
    z-index: -1;
    object-fit: cover;
  }

  .unit_fasilitas #carouselFasilitas .carousel-inner .carousel-item img.img-custom-fill{
    object-fit: fill !important;
  }
  
  .unit_fasilitas #carouselFasilitas .carousel-inner .flex-fill,
  .unit_kegiatan #carouselKegiatan .carousel-inner .flex-fill{
    padding-top: 0px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
  
  .unit_fasilitas #carouselFasilitas .carousel-inner .flex-fill h1,
  .unit_kegiatan #carouselKegiatan .carousel-inner .flex-fill h1{
    color: #fff;
    text-shadow: 1px 3px 5px #000;
  }
  
  /* Menuju PPDB */
  
  .menuju_ppdb{
    background: #D24C16;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  
  .menuju_ppdb .socialmedia a{
    text-decoration: none;
  }
  
  .menuju_ppdb .socialmedia a span{
    padding-right: 26.2rem;
  }
  
  .menuju_ppdb .socialmedia a i:hover{
    color: gray;
  }
  
  .menuju_ppdb .tombol a.atas{
    margin-bottom: 16px;
    padding: 10px 20px;
    background-color: #111F86;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
  }
  
  .menuju_ppdb .tombol a.atas:hover{
    background-color: #D24C16;
    border: 1px solid;
    border-color: #fff;
  }
  
  .menuju_ppdb .tombol a.bawah{
    border-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
  }
  
  .menuju_ppdb .tombol a i{
    padding-left: 0.5rem;
  }
  
  .banner.faq-banner {
    background: url('/storage/banner/DSC02694_.webp') center / cover no-repeat !important;
    height: 600px;
  }
  
  .faq .judul{
    text-align: left;
    color: #000;
  }
  
  .faq .accordion-item{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .faq .accordion-button,
  .faq .accordion-collapse{
    background: #cfe2ff;
    color: #000;
  }
  
  .alur_ppdb h2{
    color: #111F86;
  }
  
  .alur_ppdb .timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 40px;
  }
  .alur_ppdb .timeline::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #111F86;
  }
  .alur_ppdb .timeline-step {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .alur_ppdb .timeline-step.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .alur_ppdb .timeline-step::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #111F86;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 4px #111F86;
  }
  
  .alur_ppdb .timeline-step h5,
  .alur_ppdb .timeline-step p{
    /* padding-left: 1rem; */
  }
  
  .alur_ppdb .icon {
    color: #111F86;
    margin-right: 0.3rem;
  }
  
  .alur_ppdb .step-track {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    position: relative;
    padding: 2rem 0;
  }
  
  .alur_ppdb .step-card {
    width: 260px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: relative;
    z-index: 2;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background-color: #fff;
  }
  
  .alur_ppdb .step-card.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .alur_ppdb .step-track .step-card:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: -1.2rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #111F86;
    z-index: 3;
    background: white;
    padding: 0 0.25rem;
  }

  
  @media (max-width: 768px) {
    .alur_ppdb .step-track {
      flex-direction: row;
      flex-wrap: wrap;
      /* justify-content: space-between; */
    }
  
    .alur_ppdb.step-card {
      width: 48%;
    }
  
    .alur_ppdb .step-track::before {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
    }
  
    .alur_ppdb .step-track .step-card:not(:last-child)::after {
      /* content: "\2193"; */
      right: 0%;
      top: 30%;
      bottom: -1.5rem;
      transform: translateX(50%);
      background: none;
    }
  }
  
  @media (min-width: 1200px) {
    .step-card {
      width: 32%;
    }
  }
  
  .syarat .judul{
    color: #111F86;
  }
  
  .syarat .accordion{
    --bs-accordion-active-bg: #111F86;
    --bs-accordion-active-color: #fff;
  }
  
  .unduhan .card{
    border-radius: 1rem;
    border-style: none;
    background: #E4E4Eb;
  }
  
  .unduhan .card .isi{
    padding: 40px 40px;
  }
  
  .unduhan .card .isi button{
    border-style: none;
    background: #111F86;
  }
  
  .unduhan .card .isi_cp{
    padding:  5rem 4rem 5rem;
  }
  
  .unduhan .card .isi_cp span,
  .unduhan .card .isi_cp a{
    font-size: 1.2rem;
  }
  
  .info_ {
    margin: 0;
    padding: 0;
    background-color: #f4f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
  }
  
  .pengumuman {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 500px;
  } 
  .pengumuman h1 {
    color: #003d99;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  .pengumuman p {
    font-size: 1rem;
    color: #333;
  }
  
  /* artikel prestasi */
  
  .artikel .meta-info {
    background-color: #f8f9fa;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 2rem 0;
    flex-wrap: wrap;
    gap: 15px;
  }
  .artikel .meta-info .icon {
    color: #111F86;
    margin-right: 0.5rem;
  }
  .artikel .meta-info .text-muted {
    margin-right: 5rem;
  }
  
  .artikel .carousel-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    /* height: 670px; */
    margin: 3rem auto 5rem;
    overflow: visible;
  }

  .artikel #carouselPrestasi {
      width: 100%;
      overflow: visible;
  }

  .artikel .carousel-inner {
      width: 100%;
      overflow: hidden;
      border-radius: 12px;
  }

  .artikel .carousel-item {
      width: 100%;
  }
  
  .artikel .carousel-inner img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 12px;
  }
  
  .artikel .carousel-indicators {
    bottom: -55px !important;
    margin-bottom: 0;
}

.artikel .carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #000 !important;
    border: none !important;
}
  
  .artikel .carousel-control-prev,
  .artikel .carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    opacity: 0 !important;
    transition: all 0.5s ease-in-out !important;
    color: #000 !important;
    width: 10% !important;
    height: 10% !important;
  }
  
  .artikel .carousel-control-prev-icon,
  .artikel .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 1rem;
  }
  
  .artikel .carousel-control-prev {
    left: 10px !important;
    transform: translateY(-50%) translateX(-100%) !important;
  }
  
  .artikel .carousel-control-next {
    right: 10px !important;
    transform: translateY(-50%) translateX(100%) !important;
  }
  
  .artikel .carousel-container:hover .carousel-control-prev,
  .artikel .carousel-container:hover .carousel-control-next {
    transform: translateY(-50%) translateX(0) !important;
    opacity: 1 !important;
  }
  
  .artikel .text_deskripsi .text{
    line-height: 2rem;
  }

  .carousel-scroll-container {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    border-radius: 12px;
    width: 100%;
  }

  .carousel-scroll {
    display: flex;
    gap: 16px;
    transition: none;
    will-change: transform;
  }

  .carousel-scroll img {
    flex: 0 0 auto;
    width: 100%;
    width: 500px;
    border-radius: 12px;
    object-fit: cover;
    cursor: grab;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    -webkit-user-drag: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    object-position: center;
  }

  .carousel-scroll img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }

  .carousel-scroll.dragging {
    cursor: grabbing !important;
  }

  .carousel-scroll.dragging img {
    cursor: grabbing;
    transform: scale(0.98);
  }

  .text_deskripsi {
    line-height: 1.8;
    margin-top: 50px;
    padding-top: 50px;
  }

  .text_deskripsi h1 {
    color: #2c3e50;
    border-left: 4px solid #0d6efd;
    padding-left: 15px;
  }

  .text_deskripsi p {
    color: #555;
    text-align: justify;
  }
  
  /* floating menu */
  
  .yspp-floating-menu{
    /* bottom: 0; */
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    position: fixed;
    right: 0.5rem;
    top: 10.9375rem;
    z-index: 90;
  }
  
  .yspp-floating-menu .action{
    align-items: center;
    background: #fff;
    border: 0.0625rem solid #eaeaea;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    height: 4rem;
    justify-content: center;
    width: 4rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .yspp-floating-menu .title{
    font-size: 0.6rem;
    font-weight: 500;
  }
  
  /* Loker */

  .banner.loker-spmb-banner {
    background: url('/storage/banner/DSC05236.webp') center / cover no-repeat !important;
    height: 600px;
  }
  
  .loker .card-wrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .loker .card-wrapper.active {
    display: block;
    opacity: 1;
  }
  
  .loker .container {
    max-width: 1265px;
    margin: auto;
  }
  
  .loker .card {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    align-items: center;
    overflow: hidden;
    border: none;
    width: 100%;
    max-width: 100%;
  }
  
  .loker .card img {
    /* padding-left: 2rem;
    width: 180px;
    height: auto;
    object-fit: cover; */
    width: 180px;
    min-width: 180px;
    height: 160px;
    object-fit: cover;
    padding-left: 2rem;
  }
  
  .loker .card .card-body {
    padding: 1rem 2rem;
  }
  
  .loker .card .card-body h5 {
    /* margin-top: 0; */
    color: #111F86;
    font-weight: 600;
    font-size: 1.4rem;
  }
  
  .loker .card .card-body span {
    font-weight: 400;
    color: #757575;
    display: block;
  }
  
  .loker .card .card-body p {
    font-size: .95rem;
    margin-top: .4rem;
  }

  .loker .btn-sm {
    font-size: 0.85rem;
  }

  /* MODAL */

  /* dialog */
  #modalLowongan .modal-dialog {
    max-width: 850px;
    width: 100%;
    margin: 1.75rem auto;
    position: relative;
    z-index: 1061;
}

  /* content */
  #modalLowongan .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  }

  /* header */
  #modalLowongan .modal-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eee;
  }

  #modalLowongan .modal-title {
    font-size: 1rem;
    font-weight: 600;
  }

  /* body */
  #modalLowongan .modal-body {
    padding: 1rem;
    text-align: center;
    background: #fff;
  }

  /* image */
  #modalLowongan #modalImage {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
  }
  
  /* .loker .card .card-content .btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #003d99;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9rem;
  } */
  
  /* .loker .card-group {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  } */
  
  /* .loker .card-group.horizontal .card {
    flex: 1 1 calc(50% - 0.75rem);
  } */
  
  /* .loker.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  } */
  
  /* .loker .pagination a {
    margin: 0 5px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #003d99;
    color: white;
    border-radius: 4px;
    font-size: 0.9rem;
  } */

  /* CUSTOM PAGINATION */

  .custom-pagination-wrapper {
      margin-top: 40px;
      display: flex;
      justify-content: left;
  }

  .custom-pagination {
      gap: 10px;
      flex-wrap: wrap;
  }

  .custom-pagination .page-item {
      list-style: none;
  }

  .custom-pagination .page-link {
      width: 42px;
      height: 42px;
      border: 1.5px solid transparent;
      border-radius: 10px;
      background: transparent !important;
      color: #111F86;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      box-shadow: none !important;
      transition: 0.3s ease;
  }

  /* HOVER */
  .custom-pagination .page-link:hover {
      border: 1.5px solid #0d6efd;
      background: transparent !important;
      color: #0d6efd;
  }

  /* ACTIVE */
  .custom-pagination .page-item.active .page-link {
      border: 1.5px solid #0d6efd;
      background: transparent !important;
      color: #0d6efd;
  }

  /* DISABLED DOTS */
  .custom-pagination .dots {
      border: none !important;
      pointer-events: none;
      color: #888;
      width: auto;
      padding: 0 6px;
  }
  
  
  /* Footer */
  
  footer{
      background-color: #111F86;
  }
  
  footer .widget-area-footer{
      padding-top: 2rem;
  }
  
  .widget-area-footer .kontak,
  .widget-area-footer .info{
      text-align: left;
      font-size: 0.8rem;
  }
  
  .widget-area-footer .kontak ul li,
  .widget-area-footer .kontak ul li a, 
  .widget-area-footer .info ul li, 
  .widget-area-footer .info ul li a {
      list-style: none;
      text-decoration: none;
      color: #fff;
      font-style: normal;
  }
  
  .widget-area-footer ul li a:hover{
      color: grey;
  }
  
  footer .border-bottom{
      width: 88%;
  }
  
  footer .copyright-socialmedia{
      padding-top: 1rem;
  }
  
  footer .copyright-socialmedia a i:hover{
      color: grey;
  }
  
  footer .logo p{
      padding-top: 2.5rem;
      text-align: left;
  }
  
  /* Admin */

  @media (max-width: 1919px) and (min-width: 1440px) {
    .login-form-card {
        max-width: 600px;
        max-height: 570px;
        padding: 100px 50px;
    }
    
    .login-image {
        width: 66%;
        height: 86vh;
    }
  }

  /* Standard Desktop (1200px - 1439px) */
  @media (max-width: 1439px) and (min-width: 1200px) {
    .login-form-card {
        max-width: 560px;
        max-height: 540px;
        padding: 90px 45px;
        margin-right: -35px;
    }
    
    .login-image {
        width: 62%;
        height: 84vh;
        margin-left: -40px;
    }
  }
  
  @media (min-width: 1400px) {
    .main .content .container {
      max-width: 1800px;
    }
  }

  @media (max-width: 1199px) and (min-width: 1024px) {
    .login-container {
        display: flex;
        flex-direction: row;
        height: 100vh;
        padding: 0;
        overflow: hidden;
    }
    
    /* Blob shapes tetap ada tapi lebih kecil */
    .login-container::before {
        width: 200px;
        height: 200px;
        top: -70px;
        left: -70px;
    }
    
    .login-container::after {
        width: 180px;
        height: 180px;
        bottom: -60px;
        right: -60px;
    }
    
    /* Form tetap di kiri */
    .login-form-wrapper {
        flex: 0 0 48%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0;
        z-index: 3;
    }
    
    .login-form-card {
        width: 100%;
        max-width: 450px;
        max-height: 500px;
        padding: 60px 35px;
        margin-right: -30px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }
    
    .login-title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    
    /* Image tetap di kanan */
    .login-image-wrapper {
        flex: 0 0 52%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 30px 30px 0;
        z-index: 2;
    }
    
    .login-image {
        width: 75%;
        height: 80vh;
        margin-left: -35px;
        border-radius: 22px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .custom-input {
        padding: 12px 16px;
    }
    
    .form-input {
        font-size: 14px;
    }
    
    .login-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
  }
  
  @media (max-width: 1024px){

    .login-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 30px 20px;
        overflow-y: auto;
    }
    
    .login-container::before,
    .login-container::after {
        display: none;
    }
    
    /* Form di atas gambar - centered */
    .login-form-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: auto;
        max-width: none;
        flex: none;
        padding: 0;
    }
    
    .login-form-card {
        width: 450px;
        max-width: 90vw;
        height: auto;
        max-height: none;
        padding: 45px 38px;
        margin: 0;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }
    
    .login-title {
        font-size: 26px;
        margin-bottom: 26px;
    }
    
    .login-image-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    
    .login-image {
        width: 100%;
        max-width: 700px;
        height: 75vh;
        margin: 0;
        border-radius: 25px;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .custom-input {
        padding: 12px 16px;
    }
    
    .form-input {
        font-size: 14px;
    }
    
    .form-options {
        margin-bottom: 25px;
    }
    
    .login-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
  
    .hero .hero_{
      height: 590px;
    }
  
    .hero_ .slide .item{
      width: 120px;
      height: 170px;
      bottom: 20%;
      left: 0;
      background-position: 50% 50%;
    }
  
    .slide .item:nth-child(1),
    .slide .item:nth-child(2){
      top: 0;
      left: 0;
      transform: translate(0, 0);
      border-radius: 0;
      width: 103%;
      height: 71%;
    }
  
    .slide .item:nth-child(3){
      left: calc(30% + 270px);
      bottom: 45%;
    }
    .slide .item:nth-child(4){
      left: calc(30% + 420px);
      bottom: 45%;
    }
    .slide .item:nth-child(n + 5){
      left: calc(30% + 570px);
      bottom: 45%;
    }
  
    .visimisi ol{
      font-size: 0.9rem;
    }
  
    .visimisi .logo img{
      width: 400px;
      position: absolute;
      top: 750px;
      right: 90px;
    }
  
    .berita .card_box{
      padding: 50px 0;
      margin-bottom: 100px;
      gap: 100px 30px;
    }
  
    .berita .card_{
      width: 292px;
      height: 300px;
    }
  
    .berita .card_ .img-box{
      width: 252px;
      height: 170px;
    }
  
    .berita .card_box .card_ .content{
      top: 217px;
    }
  
    .berita .card_img{
      /* margin-left: 0; */
      margin: auto;
    }
  
    .berita .card .card-img-overlay{
      top: 185px;
    }
  
    .berita .card .card_kanan{
      height: 139px;
    }
  
    .berita .card .card_img_kanan{
      height: 140px;
    }
  
    .berita .card .card-body{
      /* height: 140px; */
      padding-top: 11px;
    }
    
    .berita .card h5.card-title{
      font-size: 1.2rem;
    }
  
    .berita .card p.card-text{
      font-size: 0.85rem;
    }
  
    .berita .card p small{
      font-size: 0.7rem;
    }
  
    #kalender{
      width: 1055px;
    }
  
    /* #kalender .container.tanggal{
      min-height: 800px;
    }
  
    #kalender .tanggal .left{
      height: 750px;
    } */
  
    #kalender .calendar .month{
      height: 80px;
      margin-top: 30px;
    }
  
    #kalender .calendar .weekdays{
      height: 50px;
    }
  
    #kalender .right .today-date{
      margin-top: 25px;
    }
  
    #kalender .tanggal .right{
      height: 750px;
    }
  
    #kalender .calendar .days .day{
      height: 80px;
    }

    .spmb-gelombang-grid {
        grid-template-columns: 1fr 1fr;
    }
    .spmb-gelombang-card--3 {
        grid-column: 1 / -1;
    }
    .spmb-gelombang-card--3 .spmb-gelombang-card__no-discount {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
    }
  
    footer{
      /* width: 1141px; */
    }
  }
  
  @media (max-width: 992px) {
    .hero_ .content .name {
      font-size: 1.8rem;
    }
  
    .unit .card_ {
      gap: 0.5rem;
    }
  }
  
  @media (max-width: 768px) {

    .login-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        height: auto;
        padding: 25px 15px;
    }
    
    .login-container::before,
    .login-container::after {
        display: none;
    }
    
    .login-form-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: calc(100% - 40px);
        max-width: 420px;
        flex: none;
        padding: 0;
    }
    
    .login-form-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        padding: 40px 32px;
        margin: 0;
        box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
        border-radius: 18px;
    }
    
    .login-title {
        font-size: 24px;
        margin-bottom: 24px;
        padding-bottom: 8px;
        border-bottom-width: 2px;
    }
    
    .login-image-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    
    .login-image {
        width: 100%;
        max-width: 100%;
        height: 80vh;
        margin: 0;
        border-radius: 20px;
    }
    
    .form-group {
        margin-bottom: 16px;
    }
    
    .custom-input {
        padding: 11px 14px;
    }
    
    .custom-input::before {
        width: 3px;
    }
    
    .input-divider {
        height: 20px;
        margin: 0 12px;
    }
    
    .form-input {
        font-size: 14px;
    }
    
    .form-options {
        margin-bottom: 22px;
    }
    
    .forget-password {
        font-size: 13px;
    }
    
    .login-btn {
        padding: 13px 18px;
        font-size: 14px;
    }

    .mobile-announcement {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(90deg, #0d6efd, #0a58ca);
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        z-index: 9999;
        overflow: hidden;
        /* padding-top: 10px; */
    }

    .mobile-announcement .marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .mobile-announcement .marquee span {
        display: inline-block;
        white-space: nowrap;
        animation: marquee 10s linear infinite;
        padding-left: 100%;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100vw); 
        }
        100% {
            transform: translateX(-100%); 
        }
    }

    body {
        padding-top: 32px;
    }

    /* Pop Up 1 Kolom */
    /* #popupHomeModal .modal-dialog {
        max-width: 90%;
    }

    #popupHomeModal .custom-close {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 10px;
    } */

    /* Pop Up 2 Kolom */
    #popupHomeModal .modal-dialog {
        max-width: 92%;
    }

    #popupHomeModal .modal-body {
        padding: 16px;
    }

    #popupHomeModal .custom-close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }

    .hero .hero_ {
      width: 100%;
      box-shadow: none;
      border-radius: 0;
    }
  
    .hero_ .content {
      padding: 1rem;
    }
  
    .hero_ .content .name {
      font-size: 1.5rem;
    }

    .menuju_ppdb .ket h1 {
      font-size: 1.5rem !important;
    }

    .menuju_ppdb .socialmedia{
      font-size: 1.3rem;
    }

    .menuju_ppdb .socialmedia a {
      margin-right: 0 !important;
    }

    .menuju_ppdb .socialmedia a span {
      padding-right: 49rem;
    }

    .menuju_ppdb .tombol {
      margin-top: 2rem;
    }

    .menuju_ppdb .tombol a.atas{
      font-size: 1.5rem;
    }
  
    .berita .card_img .img-container {
      max-width: 100%;
    }
  
    .unit .card_ .card {
      max-width: 100%;
    }
  
    .alumni .swiper-slide {
      padding: 1rem;
    }

    .spmb-hero {
        min-height: 300px;
        padding-bottom: 70px;
    }
    .spmb-hero__content {
        padding-top: 90px;
    }
    .spmb-actions {
        margin-top: -40px;
    }
    .spmb-gelombang-grid {
        grid-template-columns: 1fr;
    }
    .spmb-gelombang-card--3 {
        grid-column: auto;
    }
    .spmb-potongan__divider { margin: 0 12px; }
    .spmb-jadwal,
    .spmb-syarat { padding: 60px 0; }

    .prestasi-wrapper,
    .berita-wrapper{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .prestasi .card,
    .berita2 .card {
      margin-bottom: 3rem !important;
    }

    .prestasi .col-12,
    .berita2 .col-12{
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }

    .berita .card_img .img-container {
        height: 350px;
    }

    .berita .card_img .card-img-overlay {
        top: auto;
        bottom: 20px;
        left: 20px;
    }

    .berita .card-sub {
        margin-bottom: 2rem;
    }

    .custom-pagination {
        gap: 6px;
    }

    .custom-pagination .page-link {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .artikel .container {
        overflow-x: hidden;
    }

    .artikel .carousel-container {
        margin: 2rem auto 4rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .artikel .carousel-inner {
        overflow: hidden;
        border-radius: 10px;
    }

    .artikel .carousel-inner img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .text_deskripsi {
        margin-top: 30px;
        padding-top: 30px;
    }

    .text_deskripsi h1 {
        font-size: 16px;
        line-height: 1.7;
    }

    .text_deskripsi ul {
        padding-left: 20px;
    }

    .karyawan {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .karyawan .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .fasilitas {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .fasilitas .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mobile-tab-wrapper {
        margin-bottom: 18px;
    }

    .mobile-tab-btn {
        width: 100%;
        border: none;
        background: #ebebeb;
        color: #444;
        text-align: left;
        padding: 16px 18px;
        font-size: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .mobile-tab-btn:hover {
        background: #dcdcdc;
    }

    .mobile-tab-btn.active {
        background: #f8f8f8;
    }

    .mobile-tab-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition:
            max-height 0.45s ease,
            opacity 0.35s ease,
            transform 0.35s ease;
    }

    .mobile-tab-content.show {
        max-height: 3000px;
        opacity: 1;
        transform: translateY(0);
        padding-top: 20px;
    }

    .karyawan .mobile-tab-content .card {
        width: 25rem;
        max-width: 100%;
        height: 17rem;
        margin-bottom: 100px;
    }

    .karyawan .mobile-tab-content .card img {
        height: 22rem;
        width: 100%;
    }

    .mobile-tab-content .card img.card-custom {
        object-fit: contain;
        transform: scale(1.15);
        height: 17rem;
    }

    .mobile-tab-content .card .card-img-overlay {
        padding: 0;
    }

    .mobile-tab-content .card .card-title {
        background: #fff;
        color: #000;
        padding: 0.8rem;
        margin-top: auto;
        font-size: clamp(15px, 3.8vw, 18px);
        line-height: 1.4;
    }

    .mobile-tab-content .card .jabatan {
        font-size: clamp(11px, 2.8vw, 14px) !important;
        color: #111F86;
    }

    .fasilitas .mobile-tab-content .card {
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }

    .fasilitas .mobile-tab-content .card img {
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .fasilitas .mobile-tab-content .card .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
    }

    .fasilitas .mobile-tab-content .card .card-title {
        font-size: 25px;
        line-height: 1.5;
    }

    .loker .container {
      padding: 1rem 2rem;
    }

    .loker .row {
        --bs-gutter-x: 12px;
    }

    .loker .card {
        flex-direction: row !important;
        min-height: 170px;
    }

    .loker .card img {
        width: 150px;
        min-width: 150px;
        height: 120px;
        padding-left: 2rem;
    }

    .loker .card .card-body h5 {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .loker .card .card-body span {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .loker .card .card-body p {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .loker .btn-sm {
        font-size: 10px;
        padding: 5px 8px;
    }

    #modalLowongan .modal-dialog {
        width: calc(100% - 24px);
        max-width: 100%;
        margin: 16px auto;
    }

    #modalLowongan .modal-content {
        border-radius: 10px;
    }

    #modalLowongan .modal-header {
        padding: 14px 16px;
    }

    #modalLowongan .modal-title {
        font-size: 15px;
    }

    #modalLowongan .modal-body {
        padding: 12px;
    }

    #modalLowongan #modalImage {
        width: 100%;
        max-height: 90vh;
    }

  }
  
  @media (max-width: 576px){

    .login-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        height: auto;
        padding: 15px;
    }
    
    .login-container::before,
    .login-container::after {
        display: none;
    }
    
    /* Form wrapper */
    .login-form-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: calc(100% - 30px);
        max-width: 340px;
        flex: none;
        padding: 0;
    }
    
    .login-form-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        padding: 28px 22px;
        margin: 0;
        box-shadow: 0 12px 45px rgba(0, 0, 0, 0.4);
        border-radius: 16px;
    }
    
    .login-title {
        font-size: 20px;
        margin-bottom: 18px;
        padding-bottom: 6px;
        border-bottom-width: 2px;
    }
    
    /* Image wrapper */
    .login-image-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    
    .login-image {
        width: 100%;
        max-width: 100%;
        height: 65vh;
        margin: 0;
        border-radius: 16px;
    }
    
    /* Form styling */
    .form-group {
        margin-bottom: 12px;
    }
    
    .custom-input {
        padding: 9px 12px;
    }
    
    .custom-input::before {
        width: 3px;
    }
    
    .input-icon {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }
    
    .input-divider {
        height: 16px;
        margin: 0 10px;
    }
    
    .form-input {
        font-size: 13px;
    }
    
    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 18px;
        font-size: 12px;
    }
    
    .remember-me,
    .forget-password {
        font-size: 11px;
    }
    
    .checkmark {
        height: 16px;
        width: 16px;
        margin-right: 7px;
    }
    
    .checkmark:after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 8px;
    }
    
    .login-btn {
        padding: 11px 14px;
        font-size: 13px;
        gap: 7px;
    }
    
    .login-btn svg {
        width: 16px;
        height: 16px;
    }
  
    .yspp-floating-menu{
      right: 3rem;
      top: 32rem;
    }
  
    .yspp-floating-menu .action{
      height: 7rem;
      width: 7rem;
      gap: 0.6rem;
    }
  
    .yspp-floating-menu .icon,
    .yspp-floating-menu .title{
      font-size: 1.1rem;
    }
  
  /* all{ */
  
    body{
      width: 1070px;
    }
  
    header .header{
      border-bottom: 0;
    }
  
    header.navbar{
      width: 1060px;
      height: 180px;
    }
  
    header .header .navbar-top{
      display: none;
    }
  
    .navbar .navbar-bar nav{
      padding-bottom: 1rem;
    }
  
    .navbar .navbar-bar .navbar-brand img{
      width: 100%;
    }

    /* Pop Up 1 Kolom */
    /* #popupHomeModal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }

    #popupHomeModal .modal-content {
        border-radius: 12px;
    }

    #popupHomeModal .custom-close {
        width: 26px;
        height: 26px;
        top: 8px;
        right: 8px;
    } */

    /* Pop Up 2 Kolom */
    #popupHomeModal .modal-dialog {
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    #popupHomeModal .modal-content {
        border-radius: 14px;
    }

    #popupHomeModal .modal-body {
        padding: 14px;
    }

    #popupHomeModal .custom-close {
        width: 28px;
        height: 28px;
        top: 8px;
        right: 8px;
    }

    #popupHomeModal .row {
        row-gap: 12px;
    }
    
    .hero{
      height: 2065px;
      width: 1070px;
    }
  
    .hero #carousel-hero{
      height: 100%;
    }
  
    .hero .carousel-inner .carousel-item img{
      object-fit: cover;
    }
  
    .hero .carousel-item .img1{
      object-position: 55% center;
    }
  
    .hero .carousel-item .img2{
      object-position: 75% center;
    }
  
    .hero .carousel-item .img3{
      object-position: 50% center;
    }
  
    .hero .carousel-item .img4{
      object-position: 60% center;
    }
  
    .hero .carousel-item .img5{
      object-position: 23% center;
    }
  
  
    .hero .hero_ .item{
      height: 1530px;
    }
  
    .slide .item:nth-child(1),
    .slide .item:nth-child(2){
      width: 1060px;
    }
  
    .slide .item:nth-child(3){
      left: calc(50% + 300px);
      width: 230px;
      height: 350px;
      top: 110%;
    }
    .slide .item:nth-child(4){
      left: calc(50% + 600px);
      width: 230px;
      height: 350px;
      top: 110%;
    }
    .slide .item:nth-child(n + 5){
      left: calc(50% + 900px);
      width: 230px;
      height: 350px;
      top: 110%;
    }
  
    .hero_ .item .content{
      top: 60%;
      left: 50px;
    }
  
    .hero_ .content .name{
      font-size: 50px;
      width: 800px;
    }
  
    .hero_ .button {
      width: 65%;
      top: 160%;
      left: 20%;
      text-align: center;
      position: absolute;
    } 
  
    .hero .button button {
      width: 70px;
      height: 65px;
    }
  
    .visimisi{
      padding-top: 7rem;
      padding-left: 5rem;
      padding-right: 3rem;
    }
  
    .visimisi .logo img {
      width: 600px;
      position: absolute;
      top: 2350px;
      left: 60%;
    }
  
    .visimisi .badan .ucapan .ucapan-badan{
      width: 95%;
    }
  
    .visimisi .tentang_visimisi .visi_ .content .info,
    .visimisi .misi_ .info {
      width: 90%;
      text-align: justify;
    }
  
    .visimisi .badan h2{
      font-size: 3rem;
    }
  
    .visimisi .badan h4{
      font-size: 2.5rem;
    }
  
    .visimisi .badan p,
    .visimisi .badan li{
      font-size: 1.5rem;
    }

    #awardModal {
        width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0 !important;
    }

    #awardModal .modal-dialog {
        width: 90% !important;
        max-width: 90% !important;
        margin: 0 !important;
        padding: 10px !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    #awardModal .modal-content {
        border-radius: 12px;
        width: 100% !important;
        max-height: 90vh;
        overflow-y: auto;
    }

    #awardModal .modal-body .row {
        flex-direction: column;
    }

    #awardModal .modal-body img {
        margin-bottom: 15px;
        max-height: 250px;
    }

    #awardModal .modal-body h3 {
        font-size: 1.2rem;
    }

    #awardModal .modal-body p {
        font-size: 0.9rem;
    }

    .modal {
        position: fixed !important;
    }

    .modal.show{
      padding-right: 0 !important;
    }

    .modal-backdrop {
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }

    #modalLowongan .modal-dialog {
        width: 92% !important;
        max-width: 92% !important;
        margin: 20px auto !important;
    }

    #modalLowongan .modal-content {
        border-radius: 8px;
        max-height: 100vh;
        overflow-y: auto;
    }

    #modalLowongan .modal-title {
        font-size: 14px;
    }

    #modalLowongan #modalImage {
        max-height: 90vh;
        width: 100%;
        object-fit: contain;
    }
  
    .kelebihan #carousel__ .carousel-inner .carousel-item .caption{
      padding-left: 5rem !important;
    }
  
    .kelebihan #carousel__ .carousel-inner .carousel-item img{
      height: 100%;
    }
  
    /* .ppdb #carouselPPDB .carousel-item{
      margin-left: 17.5rem !important;
    } */
  
    .berita .card_img {
        width: 100%;
        margin: 0;
    }

    .berita .card_img .img-container {
        height: 450px;
    }

    .berita .card_img .card-img-overlay {
        top: auto;
        bottom: 15px;
        left: 15px;
    }

    .berita .card_img .card-img-overlay p small {
        font-size: 1rem;
        color: #fff;
        text-shadow: 1px 3px 10px #000;
    }

    .berita .card_img .card-title {
        font-size: 1.3rem !important;
        color: #fff;
        text-shadow: 1px 3px 10px #000;
    }

    .berita .card-sub {
        position: relative;
        width: 100%;
        margin: 0 0 24px 0;
        overflow: hidden;
    }

    .berita .card-sub .card_img_kanan {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .berita .card-sub .card_img_kanan img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .berita .card-sub .card-img-overlay {
        top: auto;
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 16px;
    }

    .berita .card-sub .card-img-overlay p small {
        font-size: 1rem;
        color: #fff;
        text-shadow: 1px 3px 10px #000;
    }

    .berita .card-sub .card-img-overlay .card-title {
        font-size: 1.3rem;
        color: #fff;
        line-height: 1.4;
        text-shadow: 1px 3px 10px #000;
        margin-bottom: 0;
    }

    .berita .card-sub .card-body {
        display: none !important;
    }
  
    .berita .container .nav{
      width: 410px;
    }
  
    .berita .container .nav .nav-link{
      font-size: 1.5rem;
    }
  
    .berita #prestasi-tab-pane .card{
      padding-top: 3rem;
    }
  
    .berita #prestasi-tab-pane .card img,
    .berita #prestasi-tab-pane .card .card-body{
      width: 700px !important;
      margin-left: 140px;
    }
  
    .berita #prestasi-tab-pane .card .card-body h4{
      font-size: 1.7rem !important;
    }
  
    .berita #prestasi-tab-pane .card .card-body h4 span{
      font-size: 1.4rem !important;
    }
  
    .berita #prestasi-tab-pane .card .card-body h1{
      font-size: 1.3rem !important;
    }
  
    .berita #prestasi-tab-pane .card .card-body p{
      font-size: 1.1rem !important;
    }
  
    .unit .judul{
      font-size: 3rem !important;
      width: 75%;
      padding-bottom: 3rem;
    }
  
    .unit .card_ .card{
      width: 1060px;
      height: 1250px;
    }
  
    .unit .card_ .card .card-img{
      object-position: 30% center;
      width: 100%;
      height: 100%;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi{
      padding-bottom: 3rem;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi h4{
      padding-left: 2rem;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi a{
      padding-right: 2rem;
    }
  
    .unit .card_ .card .card-img-overlay .text-deskripsi h4,
    .unit .card_ .card .card-img-overlay .text-deskripsi a{
      font-size: 2.3rem !important;
    }
  
    .kontak {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  
    .kontak .container .row .col h2{
      font-size: 2rem;
      font-weight: 600;
    }
  
    .kontak .table{
      margin-bottom: 3rem;
    }
  
    .kontak .table td {
      font-size: 1.5rem;
    }
  
    .kontak .col-md-8 form label{
      font-size: 1.5rem;
    }
  
    .kontak .col-md-8 form select,
    .kontak .col-md-8 form input
    {
      font-size: 1.3rem;
      height: 4rem;
    }
  
    .kontak .col-md-8 form textarea{
      height: 8rem;
      font-size: 1.3rem;
      margin-bottom: 2.5rem;
    }
  
    .kontak .col-md-8 form button{
      font-size: 1.5rem;
    }
  
    .kontak-wa {
      width: 150px !important;
      border-radius: 55px 0 0 55px !important;
    }
  
    .kontak-wa div{
      margin-top: 45px !important;
      margin-bottom: 45px !important;
      margin-left: 28px !important;
    }
  
    .kontak-wa a img{
      width: 90px !important;
    }
  
    .info_ {
      height: 1500px;
    }
  
    footer .widget-area-footer{
      padding: 3rem;
    }
  
    footer .widget-area-footer .kontak h4,
    footer .widget-area-footer .info h4{
      font-size: 2.8rem;    
    }
  
    footer .widget-area-footer .kontak{
      padding-bottom: 2rem;
    }
  
    footer .widget-area-footer .kontak ul li,
    footer .widget-area-footer .info ul li{
      font-size: 1.3rem;
      padding-bottom: 0.5rem !important;
    }
  
    footer .copyright-socialmedia{
      padding-top: 2rem;
    }
  
    footer .copyright-socialmedia a{
      padding-left: 2rem;
      font-size: 2rem;
    }
  
    footer .copyright-socialmedia p{
      padding-top: 1.5rem !important;
      font-size: 1.4rem;
    }
  
    .penjelasan_unit .gambar,
    .penjelasan_guru .gambar{
      height: 650px;
    }

    .banner{
      /* width: 1141px; */
    }
  
    .spmb-hero{
      height: 800px;
      width: 1070px;
    }

    .spmb-action-card__btns {
        flex-direction: column;
    }
    .spmb-syarat-tabs__btn {
        font-size: 0.82rem;
        padding: 8px 10px;
    }
    .spmb-potongan {
        flex-direction: column;
        gap: 20px;
    }
    .spmb-potongan__divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
    .spmb-gelombang-card__header { padding: 22px 22px 18px; }
    .spmb-gelombang-card__body   { padding: 18px 22px 22px; }
    .spmb-section-header { margin-bottom: 36px; }
  
  }
  
  @media (max-width: 480px) {

    .login-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        height: auto;
        padding: 12px;
    }
    
    .login-container::before,
    .login-container::after {
        display: none;
    }
    
    .login-form-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: calc(100% - 24px);
        max-width: 320px;
        flex: none;
        padding: 0;
    }
    
    .login-form-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        padding: 25px 20px;
        margin: 0;
        box-shadow: 0 12px 45px rgba(0, 0, 0, 0.4);
        border-radius: 14px;
    }
    
    .login-title {
        font-size: 19px;
        margin-bottom: 16px;
        padding-bottom: 5px;
        border-bottom-width: 2px;
    }
    
    .login-image-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    
    .login-image {
        width: 100%;
        max-width: 100%;
        height: 60vh;
        margin: 0;
        border-radius: 14px;
    }
    
    .form-group {
        margin-bottom: 11px;
    }
    
    .custom-input {
        padding: 8px 11px;
    }
    
    .custom-input::before {
        width: 3px;
    }
    
    .input-icon {
        width: 17px;
        height: 17px;
        margin-left: 5px;
    }
    
    .input-divider {
        height: 15px;
        margin: 0 9px;
    }
    
    .form-input {
        font-size: 12px;
    }
    
    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        margin-bottom: 16px;
        font-size: 11px;
    }
    
    .remember-me,
    .forget-password {
        font-size: 11px;
    }
    
    .checkmark {
        height: 15px;
        width: 15px;
        margin-right: 6px;
    }
    
    .checkmark:after {
        left: 4px;
        top: 1px;
        width: 4px;
        height: 7px;
    }
    
    .login-btn {
        padding: 10px 13px;
        font-size: 12px;
        gap: 6px;
    }
    
    .login-btn svg {
        width: 15px;
        height: 15px;
    }
    
    .hero_ .content .name {
      font-size: 1.2rem;
    }
  
    .alumni .swiper-slide {
      font-size: 0.9rem;
    }
  }
  
  .yspp-navbar{
    position: fixed;
    top: 50px;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    color: #fff;
    transition: transform 0.5s ease opacity 0.5s ease;
  }
  
  .yspp-navbar__top{
    align-items: center;
    display: flex;
    font-size: 2.5rem;
    font-weight: 400;
    /* height: 13.5rem; */
    height: 8.5rem;
    justify-content: space-between;
    flex-direction: column;
    /* padding: 2rem; */
    padding: 3rem;
  }
  
  .yspp-navbar__top--left{
    align-items: center;
    display: flex;
    height: 3.75rem;
    gap: 1rem;
  }
  
  .yspp-navbar__top--left a,
  .yspp-navbar__top--right a{
    color: #fff;
    text-decoration: none;
  }
  
  .yspp-navbar__top--right{
    color: #fff;
    align-items: center;
    gap: 5.25rem;
    height: 2.75rem;
    display: flex;
  }
  
  .yspp-navbar__bottom{
    align-items: center;
    color: #111F86;
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
    height: 11.75rem;
    justify-content: space-between;
  }
  
  .yspp-navbar__bottom-logo{
    /* max-width: 40px; */
    height: 7.25rem;
  }
  
  .yspp-navbar__bottom .navbar-extra span{
    color: #fff;
    font-size: 5rem;
    margin: 0 1.5rem;
  }
  
  /* .yspp-navbar__bottom-menu .navbar-extra .hamburger-line{
    width: 30rem;
    height: 2px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    background: #fff;
  } */
  
  .yspp-navbar__bottom-menu{
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #fff;
    width: 45rem;
    height: 105rem;
    transition: 0.8s ease;
    padding: 2rem 3.5rem;
  }
  
  .yspp-navbar__bottom-menu.active{
    right: 0;
    z-index: 100;
  }
  
  .yspp-navbar__bottom-menu .nav-link{
    color: #000;
    display: flex;
    margin: 1.5rem;
    padding: 1rem;
    font-size: 2.5rem;
    justify-content: right;
    border-bottom: 0.2rem solid #111F86;
  }
  
  .yspp-navbar__bottom-menu .dropdown-item{
    color: #000;
    display: block;
    margin: 1.5rem;
    padding: 1rem;
    font-size: 2.5rem;
  }
  
  .yspp-navbar__bottom-menu a.dropdown-item:hover{
    background-color: #111F86;
    opacity: 80%;
    color: #fff;
  }

  @media (max-width: 319px) {
    .login-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        height: auto;
        padding: 10px;
    }
    
    .login-container::before,
    .login-container::after {
        display: none;
    }
    
    .login-form-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: calc(100% - 20px);
        max-width: 300px;
        flex: none;
        padding: 0;
    }
    
    .login-form-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        padding: 22px 18px;
        margin: 0;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
        border-radius: 13px;
    }
    
    .login-title {
        font-size: 18px;
        margin-bottom: 14px;
        padding-bottom: 5px;
        border-bottom-width: 2px;
    }
    
    .login-image-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    
    .login-image {
        width: 100%;
        max-width: 100%;
        height: 55vh;
        margin: 0;
        border-radius: 13px;
    }
    
    .form-group {
        margin-bottom: 10px;
    }
    
    .custom-input {
        padding: 7px 10px;
    }
    
    .custom-input::before {
        width: 2px;
    }
    
    .input-icon {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }
    
    .input-divider {
        height: 14px;
        margin: 0 8px;
    }
    
    .form-input {
        font-size: 11px;
    }
    
    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 14px;
        font-size: 10px;
    }
    
    .remember-me,
    .forget-password {
        font-size: 10px;
    }
    
    .checkmark {
        height: 14px;
        width: 14px;
        margin-right: 6px;
    }
    
    .checkmark:after {
        left: 4px;
        top: 1px;
        width: 3px;
        height: 6px;
    }
    
    .login-btn {
        padding: 9px 12px;
        font-size: 11px;
        gap: 5px;
    }
    
    .login-btn svg {
        width: 14px;
        height: 14px;
    }
  }
  