body {
    font-family: "Roboto", sans-serif;
}

/* header 4 text design */
.tab-sec h4 {
    margin-top: 0px !important;
    padding: 80px 0px !important;

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* Bold font weight */
    font-size: 36px;
    /* Adjust the font size based on your design */
    color: #333;
    /* Text color */

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    /* Subtle text shadow for depth */

    background: linear-gradient(45deg, #1c9488, #02fcfc);
    /* Gradient background */
    -webkit-background-clip: text;
    /* Apply gradient to text */
    color: transparent;
    /* Set text color to transparent */
    /* Additional styles */
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}

/* Design for vehicle names  */
.hidden {
    display: none;
}

.class-description-box {
    background-color: #1c9488;
    /* Blue background color */
    color: #ffffff;
    /* White text color */
    padding: 10px;
    border-radius: 5px;
    /* Rounded corners */
}

/* Design for vehicle names ENDs */

/* The i icon image design  */
.toll-img-position {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
}

/* the form design  */
.toll-form-section {
    background: #f1f1f1;
    margin-top: 70%;
    max-width: 83%;
    margin: 0 auto;
    border: 0px solid #ccc;

}

/* The dropdowns and the text inside the form */
.toll-inner-section {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 60px;
    padding-bottom: 50px;

}

form label {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #5e5e5e;
    margin-bottom: 9px;
    display: block;
    padding-top: 8px;

}

/* button  */

.btn-primary {
    color: #353535;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    /* margin-bottom: 37px; */
    margin-top: 23px;
    padding: 1em 3em;
    width: 234px;
    border: none;
    border-radius: 0px;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #1c9488;
}
