.hero-image {
    background-image: url(https://storage.capsandplugsusa.com/public/editor/image/product/navigate_6a42b4b44c91f.png);
    background-size: cover;
    background-position: center;
    height: 450px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


    section .hero-image {
        padding-top: 20px;

}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    list-style: none;
}

.contact-item i {
    font-size: 28px;
    color: #333;/* Change to your brand color */
    width: 32px;
    flex-shrink: 0;
    margin-top: 3px;
}

.contact-item h6 {
    margin: 0 0 5px;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
}

.map iframe {
    width: 100%;
    height: 500px;   /* Adjust as needed */
    border: 0;
    border-radius: 8px;
}

.contact-form-card {
    background: #fff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.contact-form-card label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form-card .form-control {
    height: 52px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 16px;
    transition: all .25s ease;
    box-shadow: none;
}

.contact-form-card textarea.form-control {
    height: 180px;
    padding-top: 14px;
    resize: vertical;
}

.contact-form-card .form-control:focus {
    border-color: #333;
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.18);
}

.contact-form-card .col-md-6,
.contact-form-card .col-md-12 {
    margin-bottom: 24px;
}

.contact-form-card .btn-solid {
    background: #333;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 8px;
    transition: .25s;
}

.contact-form-card .btn-solid:hover {
    background: #333;
    transform: translateY(-2px);
}

.contact-form-card .g-recaptcha {
    margin: 10px 15px 30px;
}

.font-lato {
    font-family: "Lato", sans-serif;
}