.fullbodycontainer {
    max-width: 100%;
    padding: 0;
}

.headermarquee {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    color: #fff;
    font-size: 1.2rem;
}

.nav-link {
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.banner {
    background-image: url("../Images/Guide-To-Finding-The-Right-Car-Insurance.jpg");
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}

.textbanner {
    /* You can adjust the styles based on your design preferences */
}

.formforhsrp {
    background-color: #ccebf5 !important;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

form {
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

label {
    margin-bottom: 5px;
    display: block;
    color: #324B96;
    font-size: 1rem;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #324B96;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

button {
    display: block;
    width: 100%;
    border: none;
    background-color: #324B96;
    color: #fff;
    padding: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #1F306E;
}

.formforhsrp:hover,
form:hover {
    transform: translateX(-3px);
}

.formforhsrp:focus-within,
form:focus-within {
    transform: translateX(0);
}

/* Adjustments for smaller screens (mobile devices) */
@media (max-width: 768px) {
    .fullbodycontainer {
        padding: 0;
    }

    .headermarquee {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem;
    }

    .nav-link {
        font-size: 1rem;
    }

    .banner {
        padding: 30px 0;
    }

    .formforhsrp {
        padding: 15px;
    }

    label {
        font-size: 0.9rem;
    }

    input,
    select,
    textarea {
        padding: 10px;
        margin-bottom: 10px;
    }

    button {
        padding: 12px;
        font-size: 1rem;
    }
}
