:root {
    --primary: #f70843;
    --secondary: #f83a69;
    --black: #0f1514;
    --white: #ffff;
    --grey: #666;
    --light-grey: #edeff1;

    --border-color: #f2f2f2;

    --font-1: "Nunito", sans-serif;

    --transition: all 0.2s ease;
    --shadow: 0 10px 30px rgba(0, 0, 0, 10%);
}

/* Utilities (kebutuhan yang berdiri sendiri tanpa section) */
.fab-wa {
    width: 64px;
    height: 64px;
    object-fit: contain;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
}

.collapse:not(.show) {
    display: block !important;
}

.btn {
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    transition: var(--transition);
    border: 1px solid transparent !important;
    font-size: 16px;
}

.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}

.btn-primary:hover {
    background-color: var(--secondary);
}

.btn-primary:focus {
    background-color: var(--primary) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    border-color: var(--primary) !important;
    color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

.header-1,
.header-2 {
    font-family: "Libre Bodoni", sans-serif;
}

html,
body {
    line-height: normal !important;
    font-family: var(--font-1);
}

.content-wrapper {
    margin-top: 80px;
}
/* End Utilities */

/* Navbar */
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar.animate {
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
}

.navbar.animate .collapse .navbar-nav .nav-item .nav-link {
    color: var(--grey);
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
    color: var(--white);
}

.navbar .container .navbar-brand img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

/* End Navbar */

/* Footer */
.footer {
    background: linear-gradient(to right, #7b0422, #f70843);
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.footer .container .footer-brand img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.footer .container .footer-info {
    margin-top: 28px;
    margin-bottom: 28px;
    color: var(--white);
}

.footer .container .footer-info div {
    margin-bottom: 11px;
}

.footer .container .footer-social a {
    margin: 0 8px;
    text-decoration: none;
}

.footer .container .footer-copyright {
    margin-top: 63px;
    color: var(--white);
    font-size: 14px;
}
/* End Footer */

@media (max-width: 767.98px) {
    /* Utilites */
    .fab-wa {
        width: 48px;
        height: 48px;
    }
    /* End Utilities */
    .navbar .container .navbar-brand {
        margin-right: 0;
    }

    .navbar .container .navbar-brand img {
        width: 180px;
        height: 50px;
    }

    .navbar .container .collapse {
        margin: 0;
    }

    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .container .footer-info div {
        font-size: 14px;
    }

    .footer .container .footer-copyright {
        font-size: 12px;
    }
}

@media (max-width: 997.98px) {
    /* Utilities */
    #layoutDefault,
    #layoutDefault_footer {
        overflow-x: hidden;
    }
    /* End Utilities */
}

@media (min-width: 768px) and (max-width: 998px) {
    /* Utilities */
    .fab-wa {
        width: 48px;
        height: 48px;
    }
    /* End Utilities */

    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .container .footer-info div {
        font-size: 16px;
    }

    .footer .container .footer-copyright {
        font-size: 14px;
    }
}
