.footer-content{
    display: flex;
    padding:10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-section.about{
    margin-bottom: 20px;
    flex: 1 1 200px;
    text-align: center;
}
.map-container-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.map-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    padding-top: 25%; 
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.info{
    display: flex;
    flex-wrap: wrap; 
    gap: 30px;
    margin-bottom: 20px;
    flex: 3; 
    justify-content: space-evenly;
}

.grid{
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.grid_1{
    flex: 1 1 200px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    text-align:left;
}

.image{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.section{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Link{
    margin: 0; 
    font-size: 12px; 
    text-align: left; 
    color: inherit; 
    text-decoration: none;
}

.paragraf{
    margin: 0;
    font-weight: bold; 
    font-size: 14px;
}

.paragraf_1{
    margin: 0; 
    font-size: 12px;
}

.Link_1{
    margin: 0 0 2px 0; 
    font-size: 12px; 
    display: block; 
    color: black; 
    text-decoration: none;
}

.copyright {   
    font-size: 1rem;
    text-align: center;
}

/* Responsif Tablet */
@media (max-width: 768px) {
    .copyright {
        font-size: 0.9rem;
        margin-top: 18px;
    }
}

/* Responsif Smartphone */
@media (max-width: 576px) {
    .copyright {
        font-size: 0.8rem;
    }
}

/* Responsif Smartphone kecil */
@media (max-width: 400px) {
    .copyright {
        font-size: 0.75rem;
    }
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; 
    padding: 10px 20px;
}

.Logo_footer {
    margin-left: 0; 
    height: 50px;
    width: auto;
}

.logo-text_footer {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.gki-text_footer {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kosambi-text_footer {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: -2px;
}

/* Responsif untuk layar kecil */
@media (max-width: 576px) {
    .footer-logo-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .Logo_footer {
        height: 40px;
    }

    .gki-text_footer {
        font-size: 12px;
    }

    .kosambi-text_footer {
        font-size: 18px;
    }
}
