body {
    margin-bottom: 0px;
    background-color: #ffffff;
}

.social-media-widget {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 200;
    padding-left: 10px;
    width: 3em;
    background-color: #ededed78;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
}

.social-media-widget a {
    margin-top: 4px;
    margin-bottom: 4px;

}

.social-media-widget a:hover {
    background-color: #FF2424;
    width: 36px;
}

.social-media-widget-top {
    margin-top: 9px;
}

.social-media-widget-bottom {
    margin-bottom: 9px;
}


@media (max-width: 768px) {
    .social-media-widget {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        z-index: 200;
        padding-left: 8px;
        width: 30px;
        background-color: #ededed78;
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    background-color: white;

}

.navbar-brand img {
    height: 75px;
}

.text-white {
    color: white;
}

.navbar-toggler {
    border-color: white;
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 50px;
        text-align: center;
    }

    .image-responsive {
        display: none;
    }
}

@media (max-width: 880px) {
    .header-name {
        width: 880px;
    }
}

.navbar-nav .nav-item:hover {
    background-color: #FF552E;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.menu-active {
    background-color: #FF552E;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.nav-menu-header {
    background-color: #181746;
    color: white;
}

.carousel-item img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.news {
    height: 40px;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.news h2 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 39px;
    font-size: 18px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
}

.news h2 span {
    width: 0;
    position: absolute;
    right: -30px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0px 30px;
    border-color: transparent transparent transparent #FF2424;
}

.news-slider {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 50;
    color: white;
    font-size: 18px;
}


.image-container1 {
    position: relative;
    display: inline-block;
}

.image-container1:hover {
    border: 3px solid #FF2424;
}

.image-container1 img {
    height: 518px;
    object-fit: cover;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container:hover {
    border: 3px solid #FF2424;
}

.image-container img {
    height: 250px;
    width: 800px;
    object-fit: cover;
}

.title-overlay {
    position: absolute;
    bottom: 0px;
    height: 23%;
    width: 100%;
    background: rgba(255, 255, 255, 0.788);
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
}

.title-overlay a {
    color: black;
    text-decoration: none;
}


.tabs-pane {
    position: relative;
    padding-top: 50px;
}

.tabs-pane .card {
    border-radius: 0px;
}

.background-tabs-pane {
    background: rgb(255, 255, 255);
    background: #9ED8F5;
}

.nav-tabs {
    border-bottom: none;
}

.menu-tabs {
    width: 120px;
}

.menu-tabs a {
    color: white;
}

.menu-tabs-layer-1 a {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 149, 215, 1) 0%);
    z-index: 3;
    position: relative;
    padding-left: 30px;
}

.menu-tabs-layer-2 a {
    background: rgb(255, 255, 255);
    background: #37ABDD;
    z-index: 2;
    position: relative;
    right: 15px;
    padding-left: 30px;
}

.menu-tabs-layer-3 a {
    background: rgb(255, 255, 255);
    background: #008BD5;
    z-index: 1;
    right: 31px;
    position: relative;
    padding-left: 30px;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: rgb(255, 255, 255);
    background: #9ED8F5;
    color: white;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.img-tab-pane {
    position: relative;
    display: inline-block;
}

.img-tab-pane img:hover {
    border: 3px solid #FF2424;
}

.img-tab-pane img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.title-img-tab-pane {
    position: absolute;
    bottom: 0px;
    height: 70%;
    width: 100%;
    padding: 5px 10px;
    font-size: 19px;
    font-weight: bold;
}

.title-img-tab-pane a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.title-img-category {
    position: relative;
    background: #1151d3;
    width: 22%;
}

.title-img-category p {
    color: white;
    font-size: 10px;
    margin: 0px;
    padding: 3.3px;
    text-align: center;
}

.berita-detail {
    position: relative;
    display: inline-block;
}

.widget-berita {
    height: 40px;
    position: relative;
    /* z-index: 100; */
    background-color: #202F5B;
    width: 180px;
    font-weight: bold;
    margin: -16px -16px 16px -16px;
}

.widget-berita h2 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 39px;
    font-size: 18px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
}

.widget-berita h2 span {
    width: 0;
    position: absolute;
    right: -30px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0px 30px;
    border-color: transparent transparent transparent #202F5B;
}

.footer {
    background-color: #181746;
    color: white;
    padding: 15px;
}

.footer-information {
    background-color: #202F5B;
    margin-top: 0px;
    color: white;
}

.search-widget {
    display: flex;
    align-items: center;
    margin: 0;
}

.search-input-widget {
    padding: 6px;
    border: 1px solid #999999;
    border-right: none;
    border-radius: 4px 0 0 4px;
    flex: 1;
}

.search-input-widget:hover {
    border: 2px solid #202F5B;
}

.search-button-widget {
    padding: 11px 23px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-color: #202F5B;
    color: white;
    cursor: pointer;
}

.search-button-widget:hover {
    background-color: rgb(6, 75, 121);
}

.button-kategori-widget {
    background-color: rgb(6, 75, 121);
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #202F5B;
}


.button-kategori-widget:hover {
    background-color: rgb(69, 111, 139);
    border: 0px;
}

.berita-terbaru-widget {}

.berita-terbaru-widget ul {
    list-style: none;
    padding: 3px 3px 3px 3px;
}

.berita-terbaru-widget ul li {
    border-width: 0 0 1px 0;
    border-style: solid;
    line-height: 20px;
    margin: 10px 10px 20px;
    display: block;
    letter-spacing: 0.3px;
    border-color: #d5d5d5;
    padding-bottom: 10px;
}


.text-widget-berita {
    color: black;
    text-decoration: none;
}


.berita-container {
    position: relative;
    margin-bottom: 50px;
}

.bkk-container {
    position: relative;
    margin-bottom: 50px;
    background-color: white;
}

.bkk-title {
    text-align: center;
    padding-bottom: 30px;
}

.bkk-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #0f394c;
}

.bkk-title p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .artikel img {
        width: 100% !important;
        height: initial !important;
    }
}


.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 10px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #49b5e7;
}

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

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

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

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

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #bdc6ca;
    border-left: 3px solid #bdc6ca;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #bdc6ca;
    border-right: 3px solid #bdc6ca;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #0f394c;
    font-weight: 600;
}

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

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

.portfolio .portfolio-wrap .portfolio-links a {
    color: #49b5e7;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #8dd0f0;
}

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

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

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

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

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

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

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

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

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

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(15, 57, 76, 0.08);
}

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

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

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

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

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

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

.a-decoration {
    text-decoration: none;
    color: black;
}

.profile-sma {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(161, 160, 160, 0.5);
    background-blend-mode: overlay;
}

.title-profile {
    position: relative;
    background-color: #FF552E;
    width: 410px;
    height: 64px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-profile p {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 3.3px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.foto-kepsek img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    max-height: 80rem;
    object-fit: contain;
    order: 2;
}

@media only screen and (max-width: 600px) {
    .foto-kepsek img {
        max-width: 30em;
        /* For very small screens, allow the image to take up the full width */
        max-height: 30em;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .foto-kepsek img {
        max-width: 30em;
        /* For medium screens, use the 90% limit */
        max-height: 30em;
    }
}

@media only screen and (min-width: 1201px) {
    .foto-kepsek img {
        max-width: 30em;
        /* For large screens, you might want to use a different size */
        max-height: 30em;
    }
}


.sambutan-kepsek {
    padding-top: 20px;
    padding-left: 20px;
    order: 1;
}

.profile-sambutan {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    font-weight: bold;
}

.profile-sambutan-paragraf {
    text-indent: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    font-weight: bold;
}

.profile-sma-informasi {
    position: relative;
    padding-left: 30px;
    background: rgb(74, 163, 207);
    background: linear-gradient(174deg, rgba(74, 163, 207, 1) 0%, rgba(3, 71, 159, 1) 100%);
    height: auto;
    padding-bottom: 30px;
}

.profile-tab-pane {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


.profile-tab-item {
    background-color: #181746;
    font-size: 16px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: 3px;
    margin-bottom: 5px;
}

.profile-tab-link {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 10em;
    text-align: center;
}

.profile-tab-item .active {
    background-color: #FF552E;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.profile-tab-item .profile-tab-link:hover {
    background-color: #FF552E;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tab-content {
    background-color: #181746;
    color: white;
    height: auto;
    margin-top: -5px;
    margin-left: 3.4px;

}

.latar-belakang-profile {
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    padding-top: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-align: center;

}

.isi-latar-belakang-profile {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 1.6;
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px;

}

.body-profil-isi {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
}

/*Glightbox*/
.gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow: hidden;
}

.gallery img {
    border-radius: 8px;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.1);
}

.glightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff5c5c;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

.glightbox-close:hover {
    background-color: #ff0000;
}

/*Glightbox*/


.col-foto-guru {
    margin:0 auto;
    margin-top:4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto-back-guru {
    z-index: 1;
    position: relative;
    background: rgb(74, 163, 207);
    background: linear-gradient(174deg, rgba(74, 163, 207, 1) 0%, rgba(3, 71, 159, 1) 100%);
    width: 180px;
    height: 230px;
    border-top-left-radius: 100px;
    margin-top: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto-guru {
    z-index: 2;
    position: absolute;
    bottom: -1px;
    left: 46%;
    transform: translateX(-50%);
}

.nama-guru {
    z-index: 3;
    position: absolute;
    background-color: #FF552E;
    width: 210px;
    transform: translateX(-7%);
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.nama-guru p {
    margin: 7px;
}
