/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-box {
    border: 5px solid #EB5406;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    background-color: #ffffff;
}

#form-submit {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: none;
    box-sizing: border-box; 
    font-weight: 600;
    background-color: red;
    color: #fff;
}
#form-submit:hover {
    background-color: #e60000; /* Slightly darker shade of red for a subtle hover effect */
    cursor: pointer;           /* Changes the cursor to a hand pointer when hovering */
    transition: background-color 0.3s ease; /* Smooth transition effect for background color change */
}
#call-submit {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: none;
    box-sizing: border-box; 
    font-weight: 600;
    background-color: red;
    color: #fff;
}
#call-submit:hover {
    background-color: #e60000; /* Slightly darker shade of red for a subtle hover effect */
    cursor: pointer;           /* Changes the cursor to a hand pointer when hovering */
    transition: background-color 0.3s ease; /* Smooth transition effect for background color change */
}
.custom-dropdown::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 10px 30px 10px 10px; 
    margin-bottom: 10px;
}
.spaced-image{
    margin-left: 50px;
    margin-right: 50px;
}
.btn:hover {
    background-color: #0056b3;
    transition: background-color 0.3s ease;
}

.bg-image {
    background-image: url(../images/homepages/HomepageImageHVac.jpeg);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.estimate-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.contact-form-section {
    margin-top: 20px;
}

.submit-btn {
    margin-top: 10px;
    font-size: 18px;
}

/* Additional styling to make labels more legible */
label {
    font-weight: 600;
    margin-bottom: 5px;
}

/* Styling for the dropdown arrow to make it more centered */
.custom-dropdown::after {
    transform: translateY(0%);
    font-size: 14px;
}

/* Added styles for focus state to improve accessibility */
.form-control:focus {
    outline: none;
    border: 1px solid #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.promo-section {
    font-family: 'Roboto', sans-serif;
    color: white;
}

.promo-price {
    font-size: 96px;
    margin: 0;
    margin-bottom: 10px;
    color: white;
}

.promo-service {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    color: white;
}

.promo-benefits {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: white;
}

.promo-benefits li {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.promo-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #ffc107; /* Adjust this to match the color of your checkmarks */
}

.promo-note {
    font-size: 18px;
    font-style: italic;
    color: white;
}
.promo-offer {
    display: flex;
    align-items: center;
}

.price {
    font-size: 96px;   /* Adjust font-size as needed */
    margin-right: 15px;  /* Spacing between price and details */
    color: white;
}

.details h2 {
    font-size: 36px;  /* Adjust font-size as needed */
    margin-bottom: 5px !important;
    color: white;
}

.subtext {
    font-size: 12px;  /* Adjust font-size as needed */
    color: white;  /* Adjust color as needed */
}
.little{
    padding-top: 30px !important;
    padding-bottom: 30px !important; 
}
.reviews-section {text-align: center;padding: 50px 0;}.review-card {display: inline-block;border: 1px solid #ccc;padding: 20px;margin: 0 20px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);max-width: 300px;vertical-align: top;}.review-card img {width: 50px;height: 50px;border-radius: 50%;margin-bottom: 10px;}.review-date {font-size: 14px;color: gray;}.review-platform {display: flex;align-items: center;justify-content: center;margin-top: 20px;}.review-platform2 {flex-direction: column;}@media (max-width: 768px) {.review-card {display: block;margin: 20px auto;}}.stars {color: gold;}