:root {
    --warnars1: #a8d55e;
    --warnars2: #22bab1;
    --warnars3: #2586b0;
    --warnars4: #129fa9;
    --warnars5: #f46e00;
    --warnars6: #d7dce0;

    --youtube1: #FF0000;
    --youtube2: #CD201F;
    --youtube3: #bb0000;
    --youtube4: #c4302b;

    --whatsapp1: #4FCE5D;
    --whatsapp2: #25D366;
    --whatsapp3: #128C7E;
    --whatsapp4: #075E54;
    --whatapp5: #28a745;

    --instagram11: #DD2A7B;
    --instagram12: #8134AF;
    --instagram13: #515BD4;
    --instagram14: #FD355C;
    --instagram15: #e83e8c;

    --twitter1: #00b9ff;
    --twitter2: #00acee;
    --twitter3: #18a1d6;
    --twitter4: #008abe;
    --twitter5: #00bfff;
    --twitter6: #2bc4ff;

    --facebook: #3C5898;
    --facebook2: #1778F2;
    --facebook3: #3b5998;
    --facebook4: #4267B3;
}

body {
    background: #edf6ee;
    font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden;
    position: relative;
}

.image-content {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    background-color: #edf6ee;
    border-radius: 100px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 2px #333333;
}

.heading {
    text-align: center;
}

.heading span {
    text-align: center !important;
    font-size: 28px;
    color: #22bab1;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #28a745, #22bab1, #a6d65e);
    border-image-slice: 2%;
}

.heading p {
    font-size: 12px;
    color: #373737;
    font-style: italic;
    margin-bottom: 10px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

/*START STYLE TOMBOL-TOMBOL UTAMA*/
.kontak-wrapper {
    width: 100%;
}
.kontak-item {
    width: 100%;
    margin-bottom: 10px;
}

.kontak-item a {
    text-decoration: none;

}

.kontak-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; /* tengah secara horizontal */
    padding: 16px 20px 16px 50px;
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.morpotlink i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #22bab1;
    transition: transform 0.4s ease, color 0.4s ease;
}
.morpotlink span {
    font-size: 18px;
    color: #22BAB1;
    flex: 1;
    text-align: center;
}

.morpotlink:hover span {
    color: #22bab1;
}
.morpotlink:hover {
    background-color: #f6f6f6;
    color: #22BAB1;
    transform: scale(1.03);
    box-shadow: 0 0 1px #f6f6f6, 0 0 5px #f6f6f6;
}
.morpotlink:hover i {
    transform: translateY(-50%) translateX(10px);
    color: #22bab1;
    /*color: #a8d55e;*/
}
.rapatlink i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #28a745;
    transition: transform 0.4s ease, color 0.4s ease;
}
.rapatlink span {
    font-size: 18px;
    color: #28a745;
    flex: 1;
    text-align: center;
}
.rapatlink:hover span {
    color: #28a745;
}
.rapatlink:hover {
    background-color: #f6f6f6;
    color: #28a745;
    transform: scale(1.03);
    box-shadow: 0 0 1px #f6f6f6, 0 0 5px #f6f6f6;
}
.rapatlink:hover i {
    transform: translateY(-50%) translateX(10px);
    color: #28a745;
}
/*END STYLE TOMBOL-TOMBOL UTAMA*/
/*START STYLE SOSMED DAN KONTAK KAMI*/
.rsp-sosmed-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 10px;
}

.rsp-sosmed-wrapper a {
    text-decoration: none;
}

.rsp-sosmed-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s, box-shadow 0.4s;
    will-change: transform, box-shadow;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.rsp-sosmed {
    font-size: 22px;
    transition: color 0.4s ease-in-out;
    color: #fff;
}

.rsp-sosmed-box:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.rsp-igsatu {
    background-color: #e1306c;
}

.rsp-igsatu:hover {
    background-color: #ffffff;
}

.rsp-igsatu:hover .rsp-sosmed {
    color: #e1306c;
}

.rsp-ttsatu {
    background-color: #000000;
}

.rsp-ttsatu:hover {
    background-color: #ffffff;
}

.rsp-ttsatu:hover .rsp-sosmed {
    color: #000000;
}

.rs-fbsatu {
    background-color: #1877f2;
}

.rs-fbsatu:hover {
    background-color: #ffffff;
}

.rs-fbsatu:hover .rsp-sosmed {
    color: #1877f2;
}

.rsp-ytsatu {
    background-color: #ff0000;
}

.rsp-ytsatu:hover {
    background-color: #ffffff;
}

.rsp-ytsatu:hover .rsp-sosmed {
    color: #ff0000;
}

.rsp-websatu {
    background-color: #a8d55e;
}

.rsp-websatu:hover {
    background-color: #ffffff;
}

.rsp-websatu:hover .rsp-sosmed {
    color: #a8d55e;
}

.rsp-googlesatu {
    background-color: #28a745;
}

.rsp-googlesatu:hover {
    background-color: #ffffff;
}

.rsp-googlesatu:hover .rsp-sosmed {
    color: #28a745;
}

/*END STYLE SOSMED DAN KONTAK KAMI*/
/*START SETTINGAN MEDIA LAYOUT*/
@media (max-width: 768px) {
    .rsp-sosmed-box {
        width: 45px;
        height: 45px;
    }

    .rsp-sosmed {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .rsp-sosmed-box {
        width: 40px;
        height: 40px;
    }

    .rsp-sosmed {
        font-size: 16px;
    }

    .heading p {
        font-size: 16px;
        margin-bottom: 1px;
    }
}

@media (min-width: 768px) {
    .kontak-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

/*START SETTINGAN MEDIA LAYOUT*/