.banner {
    position: relative;
    background-image: url('https://web.archive.org/web/20250510112330im_/https://disdikbudpapua.net/assets/images/asset_baru/banner_main.png'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Full viewport height */
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}

.banner-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: left; /* Align text to the left */
    margin-left: 32px;
}

.banner h1 {
    font-size: 3rem;
    font-weight: 400;
}

.banner h3 {
    font-size: 1.5rem;
    color: black; /* Black text color */
    background-color: #FFCC00; /* Yellow background */
    border-top-left-radius: 32px; /* Rounded corners */
    border-top-right-radius: 32px; /* Rounded corners */
    border-bottom-right-radius: 32px; /* Rounded corners */
    padding: 16px; /* Padding for better readability */
    display: inline-block; /* Ensures proper spacing */
}

.banner p {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .banner-overlay{
        display: block;
    }
    .banner h1 {
        font-size: 2rem;
    }

    .banner p {
        font-size: 1rem;
    }
    .banner-content{
        margin-left: 0;
    }
}

#calendar{
    padding: 24px;
    border: 2px solid white;
    outline-style: solid;
    outline-color: white;
    border-radius: 12px;
    color: black;
}

.fc-view-harness{
    background: white;
}

.fc-scrollgrid{
    border-color: #3FBFF0 !important;
}

.fc-col-header-cell{
    border: 1px solid #3FBFF0;
    outline-style: solid;
    outline-color: #3FBFF0;
}

.fc-daygrid-day-frame{
    border: 1px solid #3FBFF0;
    outline-style: solid;
    outline-color: #3FBFF0;
}


.fc .fc-button-primary {
    background-color: #FFCC00; !important;
    border-radius: 20px; !important;
    border: none; !important;
    color: black !important;
}
.fc .fc-button-primary:hover {
    background-color: #FFCC00; !important;
}
.fc .fc-button-primary:disabled {
    background-color: #FFCC00; !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.card {
    width: 300px;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    margin-left: 18px;
}

.top {
    position: relative;
    width: 100%;
    height: 250px;
    background: url('https://web.archive.org/web/20250510112330im_/http://localhost:8000/assets/images/asset_baru/banner_main.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.bottom {
    position: relative;
    width: 100%;
    margin-top: -40px;
}

.content {
    z-index: 2;
    position: relative;
    padding: 20px;
}

.bottom::after,
.bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 1;
}

.bottom::after {
    background: #fff;
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
}

.bottom:before {
    height: 80px;
    width: 40px;
    background: transparent;
    bottom: 100%;
    left: 0;
    border-bottom-left-radius: 40px;
    box-shadow: 0 40px 0 #fff;
}

/* Glider.js container styling */
.glider-contain {
    margin: 0 auto;
    padding: 20px;
}

.glider {
    display: flex;
    gap: 20px;
}

/* Individual news card styles */
/* Individual news card styles */
.news-card {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 16px; /* Rounded corners for the card */
    overflow: hidden; /* Ensure the image and content fit within the card shape */
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 250px; /* Set the card width */
    margin-left: 14px;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Image styles inside the card */
.news-card img {
    width: 100%; /* Full width of the card */
    height: auto;
    display: block; /* Ensures no extra spacing around the image */
}

/* Card content (title and description) */
.news-card h3 {
    font-size: 18px;
    margin: 15px 10px 5px;
    color: #333;
}

.news-card p {
    font-size: 14px;
    margin: 0 10px 15px;
    color: #666;
}

/* Dots styling */
.dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Glider arrows styling */
.glider-prev, .glider-next {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.glider-prev:hover, .glider-next:hover {
    background-color: #0056b3;
}
/*
     FILE ARCHIVED ON 11:23:30 May 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:29:12 Oct 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.592
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.04
  esindex: 0.024
  cdx.remote: 273.67
  LoadShardBlock: 839.897 (3)
  PetaboxLoader3.datanode: 615.83 (5)
  PetaboxLoader3.resolve: 1616.435 (2)
  load_resource: 1762.534
  loaddict: 179.61
*/