/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.kbl-pars-home {
    background-image: url('https://drewmueller.club/kibro/wp-content/uploads/2026/02/imgi_25_world-map.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
    padding: 4rem 1.5rem;
    color: #222;
}

.kbl-pars-home .pars-status {
    text-align: center;
}

.kbl-pars-home__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 1rem;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1.1;
}

.kbl-pars-home__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
    margin: 0 0 3rem;
}

.list-reviews li {
    margin-top: 25px;
    text-align: center;
    padding: 20px;
    width: 100%;
    background: #f7f7f7;
    list-style-type: none;
}

.list-reviews li a {
    color: #525252;
    font-size: 18px;
}

.pars-status-form {
    padding: 40px 0 80px;
    text-align: center;
}

.error-message {
    color: #ff0000;
    text-align: center;
    padding: 0;
}

@media (max-width: 768px) {
    .pars-status-form {
        padding: 30px 0;
    }
}

.pars-status-form .field {
    width: 100%;
}

.pars-status-form .field label {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pars-status-form .field input[type=text] {
    background: #f7f7f7;
    height: 65px;
    line-height: 65px;
    width: calc(100% - 440px);
}
.bar-code-box {
    padding-bottom: 15px;
}

#lnkCA {
    display: block;
    width: 220px;
    height: 50px;
    background-color: #004f98;
    border-color: #004f98;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.pars-detail {
    margin-bottom: 60px;
}

.list-reviews{
    padding: 0;
}

@media (max-width: 767px) {
    .pars-status-form .field input[type=text] {
        width: 100%;
        display: inline-block;
        margin: 15px 0;
    }
    .kbl-pars-home__title {
        font-size: 35px;
    }
    .kbl-pars-home__subtitle{
        margin: 0 0 1.5rem;
    }
    .kbl-pars-home{
        padding: 3rem 1.5rem;
    }
}

.pars-status-form .field input[type=submit] {
    width: 250px;
    height: 65px;
    margin: 0 0 0 8px;
    background-color: #004f98;
    border-color: #004f98;
    border-radius: 0px;
    color: #fff;
}

@media (max-width: 767px) {
    .pars-status-form .field input[type=submit] {
        margin: 0px;
        width: 100%;
    }
}

.container-powered-by p {
    text-transform: uppercase;
}

.error-message {
    color: #f00;
    padding: 15px 0;
    text-align: center;
}

.kbl-pars-home__powered-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #333;
    margin: 0 0 0.75rem;
    font-weight: 500;
}
.container-powered-by {
    text-align: center;
}