.uk-navbar-left {
    overflow: visible;
    max-width: 150px;
    white-space: nowrap;
    scrollbar-width: thin;
    width: 150px;
    margin-left: calc((100% - 150px) / 2);
    position: relative;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.uk-logo {
    font-size: 1.5rem;
    font-family: 'Outfit', sans-serif;
    color: #0e071d;
    text-decoration: none;
    position: absolute;
    top: 10px;
}
.uk-logo:after {
    content: '';
    width: 170px;
    height: 170px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    margin: 0 -10px;
    display: inline-block;
    top: -35px;
    border-radius: 25px;
    z-index: -1;
}
.uk-navbar-container:after {
    content: '';
    width: 174px;
    height: 174px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    display: inline-block;
    top: -35px;
    border-radius: 25px;
    z-index: -9;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1), 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.uk-button {
    padding: 0 25px;
    line-height: 40px;
}
.uk-button-secondary {
    border: 1px solid;
    line-height: 35px;
}

#calltoaction-section {
    margin-top: -4rem;
    position: relative;
    background-color: transparent;
}
#calltoaction-section .uk-grid {
    gap: 1rem;
    margin-left: 0px !important;
}
#calltoaction-section .uk-grid .uk-width-1-3\@m {
    width: calc(((100% - (2 *1rem)) / 3));
}

#calltoaction-section .box--c2a-phone a {
    background-color: #005B99;
}
#calltoaction-section .box--c2a-phone a:hover {
    background-color: #124775;
    color: #ffffff;
}

#calltoaction-section .box--c2a-whatsapp a {
    background-color: #FFA420;
}
#calltoaction-section .box--c2a-whatsapp a:hover {
    background-color: #c17e1f;
    color: #ffffff;
}

#calltoaction-section .box--c2a-email a {
    background-color: #CC0605;
}
#calltoaction-section .box--c2a-email a:hover {
    background-color: #9c1509;
    color: #ffffff;
}

@media (max-width: 425px) {
    h1, h2, h3, h4 {
        hyphens: none;
    }
    h1.uk-heading-medium {
        font-size: 1.875rem;
    }
    p.uk-text-large {
        font-size: 20px;
    }
    
    #calltoaction-section {
        margin-top: -107rem;
    }
    #calltoaction-section .uk-grid .uk-width-1-3\@m {
        width: calc(((100% - (2 *1rem)) / 1));
        display: flex;
        flex-direction: column;
    }
}

.no--margin--bottom p {
    margin-bottom: 0;
}

.uk-text-large {
    font-weight: 100;
    font-size: 24px;
}