/* General Styles */
body {
    font-family: Montserrat, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    min-height: 100vh;
    overflow: visible;
}
.blogcontainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogcontainerdiv{
    width: 88%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.containerdiv {
    width: 68%;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
}
.containerdiv img{
width: 100%;
margin-top: 10px;
}
header {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-size: 2em;
    color: #0a5300;  /* ExitClean green */
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
}

h2 {
    font-size: 1.6em;
    color: #0a5300;  /* ExitClean green */
    margin-top: 30px;
    text-align: left;
    font-weight: 600;
}
header{
    margin: 0;
}
h3 {
    font-size: 1.5em;
    color: #444;
    margin-top: 20px;
}

p {
    font-size: 1em;
    line-height: 1.6;
    font-weight: 500;
}

ul li {
    font-size: 1m;
    margin-bottom: 15px;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px
}

.quick-checklist ul {
    padding-left: 20px;
}

strong {
    color: #0a5300;  /* ExitClean green */
}

a {
    color: #0a5300;  /* ExitClean green */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section {
    margin-bottom: 40px;
}

.cta {
    background-color: #e0f7fa;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.cta h2 {
    font-size: 2em;
}

.cta p {
    font-size: 1.1em;
}


footer {
    text-align: center;
    padding: 20px;
    background-color: #0a5300;  /* ExitClean green */
    color: white;
    font-size: 1.1em;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Adding icons and more UI elements */
.icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

header .fa {
    font-size: 3em;
    color: #0a5300;
}

.blogtext{
font-size: 12px;
font-weight: 600;
color: #444;
}
.blogtext a{
    color: #444;
}
.blogtext a:hover{
    color: #0a5300;
    text-decoration: none;
}
.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    background-color: #063500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.cta-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.cta-title:hover {
    color: white;
}

.cta-button-wrapper {
    display: inline-block;
    animation: fadeIn 1s ease-in-out;
}

.cta-button {
    display: inline-block;
    padding: 18px 30px;
    background-color: white;
    color: #15b100;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #15b100;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Sticky Form Styles */
.formcontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 32%;
    position: sticky;
    top: 140px;
    right: 10px;
    z-index: 100;
}
.formcontainerdiv{
width: 90%;
display: flex;
flex-direction: column;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
align-items: center;
justify-content: center;
border: 1px solid #0000002a;
padding: 10px;
}
.form-heading h4 {
    text-align: center;
    font-size: 18px;
    color: black;
}

.sticky-quote-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.form-fields{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.form-fields .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

.form-group input,
.form-group select {
    border-radius: 50px;
    margin-bottom: 12px;
    border: 1px solid #057501 !important;
    color: black;
    font-size: 15px;
    padding: 10px;

}
.form-group input {
    width: 80%;
}

.form-group select{
width: 80%;
}
.form-group input:focus,
.form-group select:focus {
    border-color: #0a5300;
    outline: none;
}
.form-submit{
    display: flex;
    justify-content: right;
    width: 80%;
}
.submit-button {
    background-color: #0a5300;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #0a5300;
}
nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
}

nav a:hover{
text-decoration: none;
}
@media (max-width: 768px) {
    .blogcontainerdiv, .containerdiv {
        flex-direction: column;
        width: 95%;
    }
    .containerdiv, .formcontainer {
        width: 100%;
    }
    .formcontainer {
        position: relative;
        top: auto;
    }
}
@media (max-width: 1024px) {
    .formcontainer {
        position: relative;
        width: 100%;
        align-items: center;
    }
    .formcontainerdiv {
        width: 90%;
    }
}
.form-heading h4{
    color: #063500;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin-top: 10px;
}