
body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, #EEEEEE 100%);
}
a, .nav-link {
    color: inherit;
    text-decoration: none;
}
.pattaya {
    font-family: 'Pattaya', sans-serif;
}
.hero-bg {
    background-image: url('../img/hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150vh;
    width: 100%;
}
h1, h2, h3 {
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
}
.bg-success {
    background-color: #3F7D20 !important;
    border-color: #3F7D20 !important;
}
.navbar-pill {
    display: flex;
    align-items: center;
    background: #454955;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
}
.navbar-logo {
    background: #72B01D;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.navbar-logo img {
    max-height: 50px;
    width: auto;
}
.navbar-nav-section {
    flex: 1;
    padding: 1rem 2rem 1rem 350px;
}
.navbar-nav-section .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav-section .nav-link {
    color: white;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    transition: opacity 0.2s;
}
.navbar-nav-section .nav-link:hover {
    opacity: 0.8;
}
.navbar-contact {
    background: url('../img/bg-navbar-call.webp') no-repeat center left;
    width: 300px;
    height: 80px;
    padding: 1rem 0rem 1rem 6.5rem;
}
@media (max-width: 991px) {
    .navbar-pill {
        flex-direction: column;
        border-radius: 20px;
    }
    .navbar-logo,
    .navbar-nav-section,
    .navbar-contact {
        width: 100%;
        border-radius: 0;
    }
    .navbar-nav-section .nav {
        flex-direction: column;
        gap: 1rem;
    }
    .navbar-contact {
        justify-content: center;
    }
    .display-4 {
        font-size: 2rem;
    }
    .bg-with-car {
        background-position: right !important;
        min-height: 555px !important;
    }
    .bg-part-2 {
        min-height: 555px !important;
    }
}
.btn-success {
    background-color: #72B01D !important;
    border-color: #72B01D !important;
}
.btn-warning {
    background-color: #FFCB59 !important;
    border-color: #FFCB59 !important;
}
.bg-part-1 {
    background-image: url('../img/bg-part-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 670px;
    padding-top: 150px;
}
@media (max-width: 991px) {
    .bg-part-1 {
        min-height: auto;
        padding-top: 100px;
    }
}
.bg-part-2 {
    background-image: url('../img/bg-part-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 875px;
}
.bg-trust {
    background-image: url('../img/bg-trust.webp');
    background-size: 50% 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.feature-wrap {
    background: #F2F2F2;
    width: 47%;
    padding-top: 5rem !important;
}
.bg-with-car {
    background-image: url('../img/bg-with-car.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 856px;
    display: flex;
    align-items: center;
}

.form-half {
    width: calc(50% - 3px) !important;
    display: inline-block;
}
.form-half:nth-child(odd) {
    padding-right: 1rem;
}
.form-control,
.form-control:focus {
    padding-left: 40px;
    position: relative;
    background: transparent;
    border: none;
    border-bottom: 1px solid #72738E;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
form > div {
    position: relative;
    margin-bottom: 2rem;
}
form > div::before {
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    background-size: contain;
    left: 5px;
    top: 10px;
}
.form-name::before {
    background: url('../img/form-name.webp') no-repeat;
}
.form-email::before {
    background: url('../img/form-email.webp') no-repeat;
}
.form-phone::before {
    background: url('../img/form-phone.webp') no-repeat;
}
.form-location::before {
    background: url('../img/form-location.webp') no-repeat;
}
.form-subject::before {
    background: url('../img/form-subject.webp') no-repeat;
}
.gpr-overlay {
    top: 50%; left: 4rem; transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
    .gpr-overlay {
        top: 50%; transform: translate(0, -50%);
        left: 2rem !important; 
    }
    .gpr-overlay * {
        font-size: 1rem !important;
        margin-bottom: 5px !important;
    }
    .gpr-overlay .btn {
        padding: .5rem !important;
        font-size: .8rem !important;
    }
    .bg-trust {
        background-size: cover;
    }
    .feature-wrap {
        width: 100%;
    }
}