:root {
    --primary-color: #94D600;
    --primary-dark-color: #0A2E66;
}

.container {
    max-width: 1325px;
}

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
    height: 45px;
}

.pq-button .pq-button-block .fa-whatsapp {
    font-size: 22px;
    margin-right: 8px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
    font-size: 14px;
}

.pq-button-custom {
    padding: 12px 20px;
}

header#pq-header .pq-button-custom {
    margin-left: 20px;
}

@media (max-width: 1023px) {
    header#pq-header.pq-header-style-5 .pq-button-custom {
        margin-left: auto;
    }
}

.site-footer {
    background: #0a2e66;
    color: #fff;
    padding-top: 90px;
}

.site-footer-block {
    margin-bottom: 40px;
}

.site-footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 30px;
}

.site-footer-block p {
    color: #fff;
    line-height: 2;
    margin-bottom: 20px;
}

.site-footer-social {
    display: flex;
    gap: 10px;
}

.site-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.site-footer-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.site-footer-title {
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}

.site-footer-links,
.site-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-links li,
.site-footer-contact li {
    margin-bottom: 15px;
    color: #fff;
}

.site-footer-links a {
    color: #fff;
}

.site-footer-links a:hover {
    color: var(--primary-color);
}

.site-footer-contact li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-footer-contact a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.site-footer-contact a:hover {
    color: var(--primary-color);
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding: 16px 0;
}

.site-footer-copyright {
    color: #fff;
    text-align: center;
    margin: 0;
}

.hero-slide-darken {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 65%);
    z-index: 1;
}

.hero-slide-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3a80;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.hero-slide-heading {
    font-family: var(--title-fonts);
    color: #18100f;
    text-transform: capitalize;
}

.hero-slide-subheading {
    font-family: var(--body-fonts);
    color: #666;
}

.hero-slide-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 3px;
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-slide-btn-primary {
    background: var(--primary-color);
    color: #fff;
}

.hero-slide-btn-primary:hover {
    color: #fff;
    filter: brightness(0.92);
}

.pq-fancy-box.pq-style-5 {
    height: 100%;
}

.pq-section.pq-style-1 .pq-section-title {
    padding-bottom: 15px;
}

.testimonial {
    padding: 180px 0;
}

.visit img {
    height: 550px;
    object-fit: cover;
}

.visit {
    background-image: linear-gradient(90deg, #FFFFFF00 32%, var(--primary-dark-color) 0%);
}

@media (min-width: 1024px) {
    header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        width: max-content;
        max-width: 285px;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover > .sub-menu {
        width: max-content;
        max-width: 285px;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children > a {
        padding-right: 35px;
    }
}
