body {
    font-family: 'Montserrat';
    background-color: #F7F7F7;
    margin: 0;
    padding: 60px 25px 100px 25px;
    text-align: center;
}

main {
    max-width: 1200px;
    margin: auto;
}

img {
    width: 250px;
    margin-bottom: 10px;
    max-width: 100%;
}

.container {
    padding: 8px 0 0 0;
    background-color: #f2f2f2;
    margin: 0;
    text-align: center;
}

.button-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #FF8912, #FF4400);
    color: white;
    margin: 5px 0;
    border: 3px solid #FF8912;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-radius: 20px 3px 20px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-primary img {
    padding-top: 7px;
    width: 20px;
    height: 20px;
}

.button-primary:hover {
    background-color: #e07b00;
}

.grid-container {
    align-items: center;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    gap: 25px;
    padding-top: 20px;
    max-width: 1200px;
    margin: auto;
}

.grid-kotak {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    /* max-width: 250px; */
}

.grid-judul {
    background: linear-gradient(135deg, #FF8912, #FF4400);
    border-radius: 8px 8px 0 0;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-cabang {
    background-color: white;
    padding: 12px;
    border-radius: 0 0 8px 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
}

.grid-item {
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
}

.logo-container {
    width: 100%;
    height: 100%;
    max-width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-maps {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.button-container {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    /* margin-top: 10px; */
}

.button-hijau, .button-biru {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* Membuat kedua tombol memiliki ukuran yang sama */
    /* padding: 10px; */
    text-decoration: none;
    color: white;
    /* margin-top: 10px; */
    padding: 7px;
    font-family: 'Montserrat';
    font-size: 12px;
    border-radius: 10px 3px 10px 3px;
    border: 3px solid;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-hijau {
    background: linear-gradient(170deg, #3FB046 10%, #3FB046 40%, #008245 100%);
    border-color: #3FB046;
}

.button-biru {
    background: linear-gradient(170deg, #4285F4 10%, #4285F4 40%, #005DD6 100%);
    border-color: #4285F4;
}

.icon-WA {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.icon-Maps {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 15px;
    height: 20px;
}

.logo-shopee {
    width: auto;
    height: 50%;
    margin: 25px 0 20px 0;
}

.logo-tokopedia {
    width: auto;
    height: 50%;
    margin: 25px 0 20px 0;
}

.logo-tiktok {
    width: auto;
    height: 50%;
    margin: 25px 0 20px 0;
}

.logo-khusus {
    width: auto;
    height: 45%;
    margin: 10px 0 10px 0;
}

.logo-instagram {
    width: auto;
    height: 50%;
    margin: 25px 0 20px 0;
}

.logo-youtube {
    width: auto;
    height: 45%;
    margin: 30px 0 10px 0;
}

.button-hitam {
    display: inline-block;
    background: linear-gradient(170deg, #616161 10%, #616161 40%, #262626 100%);
    color: white;
    margin: 0;
    padding: 7px;
    border: 3px solid #616161;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-shopee {
    display: inline-block;
    background: linear-gradient(170deg, #F75521 10%, #F75521 40%, #CF0000 100%);
    color: white;
    margin: 0;
    padding: 7px;
    border: 3px solid #F75521;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-tokopedia {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(170deg, #3FB046 10%, #3FB046 40%, #008245 100%);
    color: white;
    margin-top: 10px;
    padding: 7px;
    border: 3px solid #3FB046;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-tiktok {
    display: inline-block;
    background: linear-gradient(170deg, #616161 10%, #616161 40%, #262626 100%);
    color: white;
    margin-top: 10px;
    padding: 7px;
    border: 3px solid #616161;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-instagram {
    display: inline-block;
    background: linear-gradient(170deg, #E93287 10%, #E93287 40%, #9900CC 100%);
    color: white;
    margin: 0;
    padding: 7px;
    border: 3px solid #E93287;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.button-youtube {
    display: inline-block;
    background: linear-gradient(170deg, #EB3237 10%, #EB3237 40%, #B50006 100%);
    color: white;
    margin: 0;
    padding: 7px;
    border: 3px solid #EB3237;
    cursor: pointer;
    width: 100%;
    /* max-width: 200px; */
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 10px 3px 10px 3px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup {
    background: white;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 400px;
    text-align: center;
}

.popup input, .popup textarea {
    width: 90%;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.klaim {
    padding: 15px;
    background: #FF8912;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 20px 0 0;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
}

.close {
    background: #FFFFFF;
    font-weight: bold;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.button-form {
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    background: linear-gradient(135deg, #FF8912, #FF4400);
    color: white;
    margin: 30px;
    padding: 7px;
    border: 3px solid #FF8912;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    max-width: 200px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s;
    box-sizing: border-box;
}

.diskon {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.kupon {
    font-size: 12px;
    font-family: 'Montserrat';
}

/* Responsive Grid */
@media (min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .grid-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .grid-section {
        grid-template-columns: repeat(2, 1fr);
    }
    .icon-WA {
        display: none;
    }
    .icon-Maps {
        display: none;
    }
}