.content-wrapper {
    margin-top: 50px;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* Align the form to the left */
}

.form-group label {
    flex: 1;
    margin-bottom: 0;
    /* Remove margin for label */
    text-align: left;
    /* Align text to the left */
    padding-right: 10px;
}

.form-group input,
.form-group textarea,
.form-group select {
    flex: 2;
    max-width: 400px;
    /* Set a maximum width for the input */
}

/* select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20width="10"%20height="10"%20viewBox="0%200%2010%2010"><polygon%20points="0,0%205,5%2010,0"%20style="fill:%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px top 60%;
    background-size: 12px;
    padding-right: 30px;
} */

form {
    /*max-width: 600px;*/
    /* Optional: Set a maximum width for the form */
}

.form-control {
    background: #e6eaee;
    border-radius: 20px;
}

form button {
    float: right;
    background-color: #6c000a !important;
    border-color: #6c000a !important;
}

.container h1 {
    font-style: italic;
}

label {
    font-style: italic;
}

.page-title {
    display: flex;
    align-items: center;
}

.page-title span {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    /* Adjust size as needed */
    margin-right: 10px;
    /* Space between icons and heading */
    color: #6c000a;
}

.phone-icon {
    transform: rotate(-50deg);
    display: inline-block;
    /* Ensures the transform works correctly */
    margin-top: 20px;
}

.envelope-icon {
    margin-bottom: 20px;
}

.divider {
    width: 40px;
    height: 2px;
    background-color: #6c000a;
    transform: rotate(-45deg);
    margin: -10px;

}

.page-title h1 {
    margin-left: 20px;
}

.carousel-indicators {
list-style-type: none; /* Remove default list styling */
padding: 0; /* Remove default padding */
margin: 0; /* Remove default margin */
text-align: center; /* Center align indicators */
}

.carousel-indicators li {
display: inline-block; /* Display indicators in a row */
width: 15px; /* Width of the indicator */
height: 15px; /* Height of the indicator */
margin: 0 5px; /* Space between indicators */
border-radius: 50%; /* Make them circular */
border: 2px solid rgb(224, 224, 224); /* Border color for inactive indicators */
background-color: transparent; /* No fill color */
cursor: pointer; /* Show pointer cursor on hover */
margin-bottom: 30px;
}

.carousel-indicators .active {
background-color: rgb(224, 224, 224); /* Border color for the active indicator */
}
#government-links.get-in-touch #govt-link-items a {
    max-width: 20%;
    flex: 1;
}
#government-links.get-in-touch #govt-link-items .govt-item a:nth-child(2) {
    margin-right: 30px;
    margin-left: 30px;
}
#government-links.get-in-touch #govt-link-items a img {
    width: 100%;
}
#government-links.get-in-touch #govt-link-items .govt-item {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: none;
}

form#get-in-touch .row {
    margin-bottom: 15px;
}
form#get-in-touch #recaptcha-submit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}
form#get-in-touch #recaptcha-submit #submit-form {
    margin-top: 15px;
}