/*
Theme Name: JDB Statyba
Theme URI: https://jdbstatyba.lt
Author: SOLIDUSKODAS
Author URI: https://soliduskodas.lt
Description: Custom theme for JDB Statyba
Version: 1.0
*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0 !important;
    font-family: 'Bai Jamjuree', sans-serif !important;
}

* {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}