
.widget_jl_wrapper {
    float: left;
    width: 100%;
}

.jelly_homepage_builder {
    float: left;
    width: 100%;
}

.jellywp_about_us_widget_wrapper {
    text-align: center;
    float: left;
    width: 100%;
}

.social-icons-list-widget {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    float: left;
    width: 100%;
    text-align: left;
}
.social-icons-list-widget li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 6px;
}

.social-icons-list-widget li img {
    width: auto;
    max-height: 100%;
}

.cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kartu {
    display: flex;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 50%; /* Mengisi lebar maksimum */
    text-decoration: none;
    transition: background-color 0.3s;
    margin-bottom: 20px;
    align-items: center;
    overflow: hidden; /* Mengatur overflow untuk efek hover */
}

.kartu:hover {
    background-color: #f3f4f6;
}

/* CSS untuk Gambar Kartu */
.kartu-gambar {
    flex: 2; /* Lebar gambar sekitar 2/5 dari card */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s; /* Efek hover pada gambar */
}

.kartu:hover .kartu-gambar {
    transform: scale(1.1); /* Membesar saat dihover */
}

.kartu-gambar img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: #fff;
}

/* CSS untuk Konten Kartu */
.kartu-konten {
    flex: 3; /* Lebar konten sekitar 3/5 dari card */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* CSS untuk Judul Kartu */
.kartu-konten h2 {
    font-size: 1.5rem;
    margin-top: 0; /* Menghapus margin atas */
}

/* CSS untuk Teks Konten Kartu */
.kartu-konten p {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 5px; /* Menambahkan margin atas */
    margin-bottom: 10px; /* Menambahkan jarak bawah antara setiap teks */
}

/* CSS untuk Teks Konten Kartu yang berada dalam <span> */
.kartu-konten p span {
    color: #ff0000;
}

/* CSS untuk Tombol dalam Kartu */
.kartu-konten a {
    width: auto; /* Membuat tombol hanya seukuran teks */
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    align-self: flex-start; /* Memindahkan tombol ke bagian bawah kartu */
}
.icon__logo {
    width: 75px;
    height: auto;
}
.ads__logo {
    width: 150px;
    height: auto;
}

@media screen and (max-width: 1399.98px) {
    .ads__logo {
        width: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .ads__logo {
        width: 125px;
    }
}

@media screen and (max-width: 991.98px) {
    .ads__logo {
        width: 115px;
    }
}

@media screen and (max-width: 767.98px) {
    .ads__logo {
        width: 120px;
    }
}

@media screen and (max-width: 575.98px) {
    .ads__logo {
        width: 105px;
    }
}

.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
}

.social-circle:hover {
    transform: scale(1.1);
    opacity: 0.85;
}
