/*
Theme Name: HeyCoco Base
Author: Davin
Description: Minimal WP theme with bottom navbar for Elementor
Version: 1.0
*/

body {
    margin: 0;
    font-family: sans-serif;
}

/* Bottom navbar */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #f2703f, #fcb045);
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
    z-index: 999;
}

.bottom-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-nav ul li {
    margin: 0 15px;
}

.bottom-nav ul li a {
    background: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.bottom-nav ul li a.inquiry {
    border: 2px solid #d35400;
    color: #d35400;
}
