body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #63AFBD;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 16px;
    /* Tetapkan ukuran font dasar */
}

.bg-base-body {
    background: #63AFBD;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-homepage {
    width: 100%;
    max-width: 1360px;
    height: auto;
    padding: 20px 0px 35px 0px;
}

.bg-body-item {
    display: grid;
    grid-template-columns: 1fr;
    /* Default ke satu kolom */
    width: 100%;
    max-width: 1360px;
    padding: 20px;
    gap: 20px;
}

.nav {
    background-color: #63AFBD;
    padding: 10px 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-top: -1%;
}

.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    /* Adjust the gap as needed */
}

.navigation {
    display: flex;
    gap: 20px;
    /* Adjust the gap as needed */
}

.navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: normal;
    margin: 0 10px;
    /* Tambahkan margin antar elemen */
}

.navigation a p {
    margin: 0;
    padding: 0;
}

/* Hamburger Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 485px;
}

.menu-toggle span {
    display: block;
    background-color: white;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    transition: all 0.3s;
}
/* Hamburger Menu Animation */
.menu-toggle span:nth-child(2) {
    transform-origin: 0 0;
}

.menu-toggle span:nth-child(3) {
    transform-origin: 0 100%;
}

.menu-toggle input:checked~span:nth-child(2) {
    transform: rotate(45deg) translate(-10px, -10px);
}

.menu-toggle input:checked~span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.menu-toggle input:checked~span:nth-child(4) {
    opacity: 0;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFFEFE;
    background: #63AFBD;
    width: 65px;
    height: 20px;
    text-align: center;
}

.login a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: normal;
}

.login a p {
    margin: 0;
    padding: 0;
}

/* BUTTON USERNAME */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 0.5em 1em rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 0.5em 0 0 -2em;
    border-radius: 0.625em;
    /* 10px */
}

.dropdown-content a {
    color: #3EB9F7;
    padding: 0.5em 1em;
    text-decoration: none;
    display: block;
    height: 1em;
    /* 16px */
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 0.625em;
    /* 10px */
}

.show {
    display: block;
}

/* SIDEBAR */
.sidebar {
    width: 20%;
    max-width: 110px;
    /* fallback untuk ukuran layar besar */
    height: auto;
    min-height: 490px;
    /* fallback untuk ukuran layar besar */
    flex-shrink: 0;
    border-radius: 2.5em;
    /* 50px */
    border: 1px solid #FFF;
    margin-left: 3em;
    /* 60px */
    margin-top: 1em;
    /* 30px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625em;
    /* 10px */
}

.sidebar a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

.sidebar a img {
    height: 100%;
    width: 120%;
    object-fit: cover;
}

.perpustext,
.ebooktext,
.umkmtext {
    color: #FFF;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 0.8125em;
    /* 13px */
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

/* CONTENT */

.main-content {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* VILLAGE */

.isometric-village {
    max-width: 740px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: -1;
}

.content {
    position: absolute;
    top: 10.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.corner {
    position: absolute;
}

.corner-1 {
    margin: 150px 850px 0px 98px;
    position: absolute;
}

.corner-2 {
    margin: 215px 850px 0px 200px;
    position: absolute;
}

.corner-3 {
    margin: 130px 850px 0px 370px;
    position: absolute;
}

.corner-4 {
    margin: 30px 850px 0px 415px;
    position: absolute;
}

.corner-5 {
    margin: 140px 850px 0px 570px;
    position: absolute;
}

.cornerteks-1 {
    top: 100px;
    left: 90px;
}

.cornerteks-2 {
    top: 165px;
    left: 200px;
}

.cornerteks-3 {
    top: 80px;
    left: 370px;
}

.cornerteks-4 {
    top: -38px;
    left: 405px;
}

.cornerteks-5 {
    top: 75px;
    left: 563px;
}

.cornerteks-1,
.cornerteks-2,
.cornerteks-3,
.cornerteks-4,
.cornerteks-5 {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

/* PROFILE CIPSMART */
.btn-detail {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1em; /* Change to em for better responsiveness */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 210px;
    height: 50px;
    border-radius: 10px;
    background: #3EB9F7;
    cursor: pointer;
}

.profilecipsmart {
    background-image: url('../img/homepage/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; /* Change to 100% for responsiveness */
    height: auto;
    grid-template-columns: 3fr 1fr;
    display: grid;
    padding: 20px; /* Add padding to avoid content touching the edges */
}

.desc1 {
    padding: 0 60px;
}

.titlecipsmart {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tekscipsmart {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1em; 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.logocipsmart {
    width: 239px;
    height: 303px;
    margin-top: 75px;
    margin-left: 40px;
}

/* PROFILE CIPAKU */
.profilecipaku {
    width: 100%; /* Change to 100% for responsiveness */
    height: 360px;
    grid-template-columns: 1fr 3fr;
    display: grid;
    padding: 20px;
}

.desc2 {
    padding: 0 90px;
}

.logocipaku {
    width: 171px;
    height: 214px;
    margin-top: 60px;
    margin-left: 30px;
}

.titlecipaku {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tekscipaku {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 100px;
}

.detail-cipaku {
    margin-left: 815px;
}

/*  */
.titledocmitloc {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* DOC CIPSMART */
.documentation {
    background-image: url(../img/homepage/bg-2.png);
    background-size: cover; /* Ensure background image covers entire section */
    width: 100%; /* Make section full width */
    height: auto; /* Make height flexible */
    padding: 20px; /* Add padding for spacing */
}

.pic-doc-1 {
    margin-left: 50px;
    margin-bottom: 25px;
}

.pic-doc-3 {
    margin-bottom: 25px;
}

.back,
.next {
    margin-bottom: 100px;
}

/* corousel dokumentasi */
.carousel-container {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 400px;
    /* Set a fixed height for the carousel */
}

.carousel {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    max-height: 100%;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0.6;
}

.carousel img.middle {
    transform: scale(1);
    opacity: 1;
}

.carousel img.small {
    transform: scale(0.7);
}

.back,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    opacity: 0.7;
}

.back {
    left: 10px;
}

.next {
    right: 10px;
}

/* MITRA CIPSMART */
.mitra {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.title-mit {
    margin-top: 0;
    text-align: center;
}

.boxmit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 76px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.boxmit img {
    display: block;
    max-width: 200px;
    height: auto;
}

/* LOKASI CIPSMART */
.loc {
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/homepage/bg-3.png);
}

.maps iframe {
    width: 1000px;
    height: 323px;
    border-radius: 25px;
    border: 0;
}

/* FOOTER */
.footer {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin-top: 50px;
}

.linked {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    /* Adjust gap between columns as needed */
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    /* Space between columns and copyright */
    color: #FFF;
    font-family: Montserrat;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.linked a,
.linked p {
    margin: 5px 0;
}

.linked a {
    color: #FFF;
    text-decoration: none;
    /* Remove underline */
}

.linked a:hover {
    color: #FFF;
    /* Ensure hover color stays white */
    text-decoration: none;
    /* Optional: underline on hover */
}

.callfot img {
    width: 30px;
    /* Adjust icon size as needed */
}

.copyright {
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
}

.copy {
    margin: 0;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Media queries untuk responsivitas */

@media (max-width: 1024px) {
    .sidebar {
        width: 25%;
        margin-left: 2em;
    }
    .sidebar a img {
        height: 80%;
        width: 100%;
        object-fit: cover;
    }
    .corner {
        position: absolute;
        display: none;
    }
    .desc1 {
        padding: 0 30px;
    }
    .titlecipsmart {
        font-size: 1.6em;
    }
    .tekscipsmart {
        font-size: 0.85em;
        padding: 3em;
    }
    .desc2 {
        padding: 0 40px;
    }
    .titlecipaku {
        font-size: 1.5em;
    }
    .tekscipaku {
        font-size: 0.8em;
    }
    .detail-cipaku {
        margin-left: 500px;
    }
    .profilecipaku{
        padding: 20px;
    }
    .documentation {
        padding: 10px;
    }
    .carousel-container {
        width: 95%;
    }
    .mitra {
        padding: 10px;
    }
    .boxmit img {
        max-width: 190px;
    }
    .maps iframe {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 13px;
    }
    .head-homepage {
        padding: 10px;
    }
    .nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .sidebar {
        width: 30%;
        margin-left: 1em;
        margin-top: 1em;
        min-height: 390px;
    }
    .sidebar a img {
        height: 60%;
        width: 80%;
        object-fit: cover;
    }
    .isometric-village {
        margin-left: 2em;
        margin-bottom: 8em;
        width: 120%;
    }
    .dropdown-content {
        min-width: 100%;
        margin: 0.5em 0 0 -1em;
    }
    .dropdown-content a {
        padding: 0.5em;
        height: auto;
    }
    .corner {
        position: absolute;
        display: none;
    }
    .perpustext,
    .ebooktext,
    .umkmtext {
        font-size: 0.7em;
        /* Menyesuaikan ukuran teks */
    }
    .profilecipsmart {
        grid-template-columns: 1fr;
        text-align: center; /* Center text for smaller screens */
        padding: 20px;
        height: auto;
    }
    .logocipsmart {
        margin: -533px -90px auto;
        width: 180px;
        height: auto;
        position: absolute;
    }
    .titlecipsmart {
        font-size: 1.3em;
        text-align: center;
        margin-top: 200px;
    }
    .tekscipsmart {
        font-size: 0.7em;
        text-align: center;
        margin: 0;
        padding: 3em;
    }
    .desc1 {
        padding: 0;
    }
    .btn-detail {
        width: 180px;
        height: 50px;
        margin: 20px auto; /* Center button and add margin */
    }
    .profilecipaku {
        grid-template-columns: 1fr;
        text-align: center; /* Center text for smaller screens */
        padding: 20px;
        height: auto;
    }
    .logocipaku {
        margin: 0px auto; /* Center logo for smaller screens */
        width: 150px;
        height: auto;
    }
    .titlecipaku {
        font-size: 1.3em;
        text-align: center;
    }
    .tekscipaku {
        font-size: 0.7em;
        text-align: center;
        margin: 0;
        padding: 3em;
    }
    .desc2 {
        padding: 0;
    }
    .detail-cipaku {
        margin-left: 0;
        margin-top: 0px; /* Add margin-top for spacing */
    }
    .documentation {
        padding: 10px;
    }
    .titledocmitloc {
        text-align: center;
    }
    .title-doc {
        font-size: 1.3em;
        text-align: center;
    }
    .carousel-container {
        width: 100%;
        height: auto;
    }
    .carousel {
        justify-content: center; /* Center the images in the carousel */
    }
    .carousel img {
        width: auto;
        max-height: none;
        transform: scale(1); /* Reset scaling */
        opacity: 1; /* Make all images fully opaque */
    }
    .carousel img.middle {
        transform: scale(1); /* Ensure the middle image has the correct scale */
    }
    .carousel img.small {
        transform: scale(0.7); /* Scale down the smaller images */
    }
    .back, .next {
        top: auto;
        bottom: 10px;
        transform: translateY(0);
    }
    .mitra {
        padding: 10px;
    }
    .title-mit {
        font-size: 1.3em;
    }
    .boxmit {
        gap: 20px; /* Reduce gap for smaller screens */
    }
    .boxmit img {
        max-width: 180px;
    }
    .maps iframe {
        max-width: 80%;
        margin: 0px 70px;
    }
    .linked{
        font-size: 10px;
    }
    .linked div {
        margin-bottom: 20px;
    }
    .callfot img {
        width: 20px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 12px;
    }
    .nav {
        padding: 10px 7%;
    }
    .navigation a {
        font-size: 0.875em;
        /* Lebih kecil pada layar kecil */
        margin: 0 5px;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .navigation {
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        height: 50vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 3;
    }

    .navigation.slide {
        transform: translateX(0);
    }

    .navigation a {
        margin: 15px 0;
        font-size: 1em;
        color: #63AFBD;
    }

    .isometric-village {
        margin-left: -4em;
        margin-bottom: 19em;
        width: 150%;
    }

    .sidebar {
        width: 30%;
        margin-left: 13em;
        margin-top: 10em;
        margin-bottom: -10em;
        min-height: 450px;
        transform: rotateZ(-90deg);
        gap: 2em;
        z-index: 2;
    }
    .sidebar a img {
        height: 50%;
        width: 85%;
        object-fit: cover;
        transform: rotateZ(90deg);
    }
    .corner {
        position: absolute;
        display: none;
    }
    .perpustext{
        font-size: 0.7em;
        transform: rotateZ(90deg);
        margin: -45px 0px 0px -45px;
        position: absolute;
    }
    .ebooktext{
        font-size: 0.7em;
        transform: rotateZ(90deg);
        margin: -45px 0px 0px -25px;
        position: absolute;
    }
    .umkmtext {
        font-size: 0.7em;
        transform: rotateZ(90deg);
        margin: -45px 0px 0px -25px;
        position: absolute;
    }
    .titlecipsmart {
        font-size: 1.2em;
    }
    .tekscipsmart {
        font-size: 0.65em;
        padding: 3em;
    }
    .logocipsmart {
        margin: -533px -90px auto;
        width: 180px;
        height: auto;
        position: absolute;
    }
    .btn-detail {
        width: 160px;
        height: 50px;
    }
    .titlecipaku {
        font-size: 1.2em;
        text-align: center;
    }
    .tekscipaku {
        font-size: 0.65em;
        text-align: center;
    }
    .btn-detail {
        width: 160px;
        height: 35px;
    }
    .profilecipaku{
        padding: 20px;
        height: auto;
    }
    .documentation {
        padding: 10px;
    }
    .titledocmitloc {
        text-align: center;
    }
    .title-doc {
        font-size: 1.1em;
        text-align: center;
    }
    .maps iframe {
        max-width: 80%;
        margin: 0px 50px;
    }
    .carousel-container {
        width: 100%;
        height: auto;
    }
    .carousel {
        justify-content: center; /* Center the images in the carousel */
    }
    .carousel img {
        width: auto;
        max-height: none;
        transform: scale(1); /* Reset scaling */
        opacity: 1; /* Make all images fully opaque */
    }
    .carousel img.middle {
        transform: scale(1); /* Ensure the middle image has the correct scale */
    }
    .carousel img.small {
        transform: scale(0.7); /* Scale down the smaller images */
    }
    .back, .next {
        top: auto;
        bottom: 10px;
        transform: translateY(0);
    }
    .mitra {
        padding: 10px;
    }
    .title-mit {
        font-size: 1.1em;
    }
    .boxmit img {
        max-width: 125px;
    }
    .linked .copy{
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .navigation a {
        font-size: 0.8em;
        margin: 0px 5px;
    }
    .menu-toggle{
        left: 400px;
    }

    .sidebar {
        width: 20%;
        margin-left: 11em;
        margin-top: 12em;
        min-height: 400px;
        border-radius: 1em;
        margin-bottom: -9em;
    }
    .sidebar a img {
        height: 50%;
        width: 70%;
        object-fit: cover;
    }
    .perpustext{
        font-size: 0.7em;
        margin: -33px 0px 0px -37px;
    }
    .ebooktext{
        font-size: 0.7em;
        margin: -33px 0px 0px -17px;
    }
    .umkmtext {
        font-size: 0.7em;
        margin: -33px 0px 0px -15px;
    }
    .isometric-village {
        margin-left: -3em;
        margin-bottom: 13em;
    }
    
    .corner {
        position: absolute;
        display: none;
    }
    .logocipsmart {
        margin: -480px -71px auto;
        width: 150px;
        height: auto;
        position: absolute;
    }
    .logocipaku {
        margin: 4px auto;
        width: 120px;
        height: auto;
    }
    .titlecipsmart {
        font-size: 1.1em;
    }
    .tekscipsmart {
        font-size: 0.6em;
        padding: 3em;
    }
    .btn-detail {
        width: 140px;
        height: 50px;
    }
    .titlecipaku {
        font-size: 1.1em;
        text-align: center;
    }
    .tekscipaku {
        font-size: 0.6em;
        text-align: center;
        margin-left: 0;
        padding: 3em;
    }
    .btn-detail {
        width: 140px;
        height: 30px;
    }
    .profilecipaku{
        padding: 20px;
    }
    .documentation {
        padding: 10px;
    }
    .titledocmitloc {
        text-align: center;
    }
    .title-doc {
        font-size: 1em;
        text-align: center;
    }
    .maps iframe {
        max-width: 80%;
        margin: 0px 50px;
    }
    .carousel-container {
        width: 100%;
        height: auto;
    }
    .carousel {
        justify-content: center; /* Center the images in the carousel */
    }
    .carousel img {
        width: auto;
        max-height: none;
        transform: scale(0.8); /* Reset scaling */
        opacity: 1; /* Make all images fully opaque */
    }
    .carousel img.middle {
        transform: scale(0.8); /* Ensure the middle image has the correct scale */
    }
    .carousel img.small {
        transform: scale(0.5); /* Scale down the smaller images */
    }
    .back, .next {
        top: auto;
        bottom: 10px;
        transform: translateY(0);
    }
    .mitra {
        padding: 10px;
    }
    .title-mit {
        font-size: 1em;
    }
    .linked .copy{
        font-size: 0.5em;
    }
}

/* MOBILE */
@media (max-width: 360px){
    .menu-toggle{
        left: 285px;
    }
    .sidebar {
        width: 20%;
        margin-left: 8em;
        margin-top: 12em;
        min-height: 300px;
        border-radius: 1em;
        margin-bottom: -8em;
    }
    .sidebar a img {
        height: 50%;
        width: 70%;
        object-fit: cover;
    }
    .perpustext{
        font-size: 0.6em;
        margin: -33px 0px 0px -30px;
    }
    .ebooktext{
        font-size: 0.6em;
        margin: -33px 0px 0px -12px;
    }
    .umkmtext {
        font-size: 0.6em;
        margin: -33px 0px 0px -10px;
    }
    .isometric-village {
        margin-left: -3em;
        margin-bottom: 16em;
    }
    .carousel img.middle {
        transform: scale(0.5); /* Ensure the middle image has the correct scale */
    }
    .carousel img.small {
        transform: scale(0.1); /* Scale down the smaller images */
    }
    .boxmit img {
        max-width: 100px;
    }
    .logofot img{
        display: none;
    }
    .maps iframe {
        max-width: 80%;
        margin: 0px 35px;
    }
    .footer{
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 320px) {
    .user-dropdown {
        position: relative;
        display: inline-block;
        margin-left: 16px;
    }
    .menu-toggle{
        left: 252px;
    }
    .menu-toggle span {
        width: 35px;
        height: 6px;
    }
    .menu-toggle {
        left: 250px;
    }
    .navigation a {
        font-size: 0.6em;
        margin: 0px -5px;
    }
    .login a{
        font-size: 12px;
    }
    .login a p {
        margin: 2px;
        padding: 0;
    }
    .sidebar {
        width: 20%;
        margin-left: 7em;
        margin-top: 7em;
        min-height: 300px;
        border-radius: 1em;
    }
    .perpustext, .ebooktext, .umkmtext {
        font-size: 0.4em;
    }
    .sidebar {
        min-height: 245px;
    }
    .isometric-village {
        margin-left: -1em;
        margin-bottom: 18em;
        width: 130%;
        margin-top: -1em;
    }
    .logocipsmart {
        margin: -488px -65px auto;
        width: 130px;
    }
    .perpustext{
        margin: -27px 0px 0px -19px;
    }
    .ebooktext{
        margin: -27px 0px 0px -9px;
    }
    .umkmtext {
        margin: -27px 0px 0px -8px;
    }
    .titlecipsmart {
        font-size: 1.3em;
        text-align: center;
        margin-top: 130px;
    }
    .logocipaku {
        width: 100px;
    }
    .carousel-container {
        width: 80%;
        height: auto;
    }
    .carousel {
        justify-content: center; /* Center the images in the carousel */
    }
    .carousel img {
        width: auto;
        max-height: none;
        transform: scale(0.5); /* Reset scaling */
        opacity: 1; /* Make all images fully opaque */
    }
    .back, .next {
        bottom: 30px;
        width: 10%;
    }
    .title-doc {
        font-size: 0.5em;
        margin-top: 4em;
    }
    .mitra {
        padding: 10px;
        font-size: 0.5em;
        margin-top: 4em;
    }
    .title-mit {
        font-size: 1em;
    }
    .maps iframe {
        max-width: 80%;
        margin: 0px 30px;
    }
    .linked .copy{
        font-size: 0.5em;
    }
    .copyright{
        font-size: 10px;
    }
}