@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic");

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    height: 100%;
}

body {
    background: #000000;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    animation: none !important;
    transition: none !important;
}

body, input, select, textarea {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    font-weight: 400;
    line-height: 1.75em;
}

a {
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    color: #4eb980;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
}

strong, b {
    font-weight: 600;
    color: #ffffff;
}

em, i {
    font-style: italic;
}

p, ul, ol, dl, table, blockquote, form {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #fcf5f5;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.75em;
    margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.75);
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em rgba(255, 255, 255, 0.75);
    font-style: italic;
    padding: 1em 0 1em 2em;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 100%;
    width: 51em;
}

.container.medium {
    width: 38.25em;
}

/* Section/Article */
section.special, article.special {
    text-align: center;
}

header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header h1 {
    color: #ffffff;
}

header p {
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

header.major {
    border-bottom: solid 1px rgba(255, 255, 255, 0.75);
    border-top: solid 1px rgba(255, 255, 255, 0.75);
    margin-bottom: 6em;
    padding: 4em 0;
    position: relative;
}

header.major:before, header.major:after {
    background: rgba(255, 255, 255, 0.75);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

header.major:before {
    top: 10px;
}

header.major:after {
    bottom: 10px;
}

header.major h2 {
    margin: 0;
}

header.major p {
    margin: 1.5em 0 0 0;
    padding: 1.5em 1.5em 0 1.5em;
    font-size: 1.5em;
    line-height: 1.75em;
    border-top: solid 1px rgba(255, 255, 255, 0.75);
    display: inline-block;
}

header.major.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

header.major.last:after {
    display: none;
}

header.major.last h2 {
    margin-bottom: 1em;
}

footer {
    text-align: center;
}

footer.major {
    border-bottom: solid 1px rgba(255, 255, 255, 0.75);
    border-top: solid 1px rgba(255, 255, 255, 0.75);
    margin-top: 6em;
    padding: 4em 0;
    position: relative;
}

footer.major:before, footer.major:after {
    background: rgba(255, 255, 255, 0.75);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

footer.major:before {
    top: 10px;
}

footer.major:after {
    bottom: 10px;
}

/* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon > .label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

/* List */
ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

/* Table */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.75);
}

table.default tbody tr:nth-child(2n - 1) {
    background: rgba(255, 255, 255, 0.15);
}

table.default td {
    padding: 0.5em 1em;
}

table.default th {
    color: #ffffff;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.75em;
    padding: 0.5em 1em;
    text-align: left;
    text-transform: uppercase;
}

table.default thead {
    border-bottom: solid 1px rgba(255, 255, 255, 0.75);
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    appearance: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: #ffffff;
    border-radius: 4px;
    border: 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 3.25em;
    min-width: 15em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background: #cccccc;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
    background: #e5e5e5;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
    background: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    color: #ffffff;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
    background: rgba(255, 255, 255, 0.15);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
    background: rgba(255, 255, 255, 0.35);
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}

/* Box */
.box {
    background: #000000;
    border: solid 1px rgba(255, 255, 255, 0.75);
    margin-bottom: 6em;
    padding: 3.5em;
}

.box.alt {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

/* Feature */
.feature {
    position: relative;
    height: 20em;
    margin-bottom: 2em;
}

.feature:last-child {
    margin-bottom: 0;
}

.feature:after {
    clear: both;
    content: '';
    display: block;
}

.feature h3, .feature h4, .feature h5, .feature h6 {
    text-align: inherit;
}

.feature .image {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50%;
    background: #000000;
}

.feature .image img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.feature:before {
    background: #000000;
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.feature .content {
    background-color: #000000;
    display: inline-block;
    padding: 2em;
    vertical-align: middle;
    width: 48%;
}

.feature .content h3 {
    margin-bottom: 0.5em;
}

.feature .content :last-child {
    margin: 0;
}

.feature.left {
    text-align: left;
}

.feature.left .image {
    float: left;
}

.feature.left .image img {
    right: 0;
    top: 0;
}

.feature.right {
    text-align: right;
}

.feature.right .image {
    float: right;
}

.feature.right .image img {
    left: 0;
    top: 0;
}

.feature.right .content {
    padding-left: 0;
}

.feature.long .content {
    padding-top: 0;
}

/* Modal Feature Adjustments */
#serviceList .feature {
    height: auto;
    min-height: 80px;
    margin-bottom: 1em;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5em;
}

#serviceList .feature .content {
    width: 100%;
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: none;
}

#serviceList .feature .content h3 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

#serviceList .feature .content button.addService {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.85em;
    transition: background-color 0.3s ease;
    width: fit-content;
}

#serviceList .feature .content button.addService:hover {
    background-color: #cccccc;
}

/* Tree and Stump Removal Feature Image in Modal */
#serviceList .feature.tree-stump {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 80px;
    padding: 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
}

#serviceList .feature.tree-stump .image {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-right: 1em;
}

#serviceList .feature.tree-stump .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#serviceList .feature.tree-stump .content {
    flex: 1;
    padding: 1em 0;
    text-align: center;
}

/* Header */
#header {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/solarlander.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
}

.header-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.header-logo {
    display: none; /* Hidden by default on desktop */
    max-width: 150px; /* Slightly larger for prominence */
    height: auto;
}

.header-text {
    position: relative;
    z-index: 2;
}

#header h1 {
    font-size: 5em;
    margin: 0;
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #fff8f8;
   
}

#header h2 {
    font-size: 2em;
    font-weight: 700;
    color: #fdf9f9;

}

#header input[type="submit"],
#header input[type="reset"],
#header input[type="button"],
#header .button {
    background: #ffffff;
    color: #e8e1e1;
}

#header input[type="submit"]:hover,
#header input[type="reset"]:hover,
#header input[type="button"]:hover,
#header .button:hover {
    background: #cccccc;
}

/* Footer */
#footer {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    padding: 2em 0 4em 0;
    position: relative;
    text-align: center;
}

.serviceareas img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 1.5em auto;
}

#footer a {
    color: #ffffff;
}

#footer strong, #footer b {
    color: #ffffff;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffffff;
}

#footer header p {
    color: rgba(255, 255, 255, 0.5);
}

#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer .button {
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #000000;
}

#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer input[type="button"]:hover,
#footer .button:hover {
    background: #cccccc;
    color: #000000;
}

#footer input[type="text"]:focus,
#footer input[type="password"]:focus,
#footer input[type="email"]:focus,
#footer select:focus,
#footer textarea:focus {
    border-color: #ffffff;
}

#footer .formerize-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

#footer form {
    margin: 3em 0;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    line-height: 1em;
    margin: 3em 0 0 0;
}

#footer .copyright li {
    border-left: dotted 1px;
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
}

#footer .copyright li:first-child {
    padding: 0;
    margin: 0;
    border: 0;
}

#footer .copyright li a, #footer .copyright li span {
    color: inherit;
}

#footer .copyright li a:hover, #footer .copyright li span:hover {
    color: #ffffff;
}

/* Service Areas List */
.service-areas-list {
    text-align: center;
    margin-top: 2em;
    color: #ffffff;
}

.service-areas-list h3 {
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: 1em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

.service-areas-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
}

.service-areas-list ul li {
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 1em;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-align: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.service-areas-list ul li .counties {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: #ffffff;
    padding: 0.75em;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    font-size: 0.9em;
    line-height: 1.4em;
    width: 200px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.service-areas-list ul li:hover .counties {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}

/* Main */
#main {
    padding: 3em 0 2.5em 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

#main header.major,
#main footer.major {
    background: #000000;
}

/* Modal */
.modal {
    display: none;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.6);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
}

div#myModal.modal.is-active {
    display: flex;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.modal-content {
    background-color: #000000;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    width: 90%;
    max-width: 500px;
    max-height: 85%;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
}

.modal-content h2 {
    color: #ffffff;
    font-size: 1.75em;
    margin-bottom: 1em;
}

#serviceList {
    margin-bottom: 1.5em;
}

#quoteForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#quoteForm label {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.5em;
    width: 100%;
    text-align: left;
}

#quoteForm input[type="text"],
#quoteForm input[type="tel"],
#quoteForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    font-size: 0.9em;
}

#quoteForm textarea {
    height: 100px;
    resize: vertical;
}

#quoteForm input[type="submit"] {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    max-width: 200px;
    transition: background-color 0.3s ease;
    margin-top: 1em;
}

#quoteForm input[type="submit"]:hover {
    background-color: #cccccc;
}

#quoteForm p {
    color: #ffffff;
    font-size: 0.85em;
    margin-top: 1em;
}

.clear {
    clear: both;
}

.modal-content .close {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-content .close:hover {
    color: #cccccc;
}

#selectedServicesLists {
    color: #ffffff;
    font-weight: bold;
    margin: 1em 0 0.5em;
    display: block;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#selectedServicesList {
    list-style: disc;
    color: #ffffff;
    margin: 0 0 1.5em 1.5em;
    text-align: left;
    width: 100%;
    max-width: 400px;
}

#selectedServicesList li {
    color: #ffffff;
    margin: 0.25em 0;
}

/* Form Styling */
input[type="text"],
input[type="tel"],
textarea {
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #cccccc;
    outline: none;
}

/* Footer Button */
.footer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-button h3 {
    font-family: Arial, sans-serif;
}

.footer-button p {
    font-family: Arial, sans-serif;
}

.request-button {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.request-button:hover {
    background-color: #cccccc;
}

/* Feature Images */
.box.alt.container .feature .image img {
    width: 100%;
    height: auto;
}

/* Social Links */
.social-links {
    text-align: center;
}

.social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-size: cover;
}

#facebook {
    background-image: url('images/2021_facebook_icon.png');
}

#instagram {
    background-image: url('path/to/instagram-icon.png');
}

#linkedin {
    background-image: url('path/to/linkedin-icon.png');
}

#email {
    background-image: url('path/to/email-icon.png');
}

.social-link img {
    width: 50px;
    height: 50px;
}

/* Contact Section */
.contact-section {
    display: flex;
    flex-direction: column;
    margin-top: 175px;
    padding: 20px;
    justify-content: center;
}

.contact-section h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.contact-section ul {
    list-style-type: none;
    margin-right: 135px;
    padding: 0;
}

.contact-section ul li {
    margin-bottom: 5px;
    color: #ffffff;
}

/* Center Wrapper */
.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.Process img {
    max-width: 100%;
    height: auto;
}

/* Navigation Buttons */
.nav-button {
    background-color: #040000;
    color: #f9f2f2;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.nav-button:hover {
    background-color: #333333;
    color: #000000;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6);
}

.nav-button-mobile {
    background-color: #040000;
    color: #f9f2f2;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.nav-button-mobile:hover {
    background-color: #333333;
    color: #000000;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6);
}

.phone {
    margin-right: 25px;
}

.contact-div {
    margin-left: 135px;
}

/* Navigation and Hamburger Menu */
.mobile-text {
    display: none;
    color: #ffffff;
}

.hamburger-menu {
    display: none;
}

.custom-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 75px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
}

.custom-container {
    display: flex;
    align-items: center;
}

.custom-container img {
    max-width: 60px;
    height: auto;
    padding: 5px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

li {
    display: inline-block;
    margin-left: 20px;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
}

.menu li a:hover {
    color: rgb(74, 155, 225);
}

.dropdown-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: rgb(74, 155, 225);
}

/* Request Button Header */
.request-button-header {
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    margin-right: 10px;
}

.request-button-header:hover {
    background-color: #cccccc;
}

.scroll-down-container {
    display: flex;
    justify-content: space-around;
}

.arrow-container {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 75px;
    width: 100%;
}

.arrow-side {
    flex: 1;
}

.scroll-down-container {
    text-align: center;
    color: #ffffff;
}

/* Map Container */
.map-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 10px;
    color: #ffffff;
}

/* Media Queries */
@media screen and (max-width: 1680px) {
    body, input, select, textarea {
        font-size: 14pt;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.25em;
    }
    header.major p {
        font-size: 1.25em;
    }
    #header h1 {
        font-size: 4.5em;
        margin-bottom: 0.5em;
        font-weight: 700;
        color: #f3e9e9;
        
    }
    #header h2 {
        font-size: 1.5em;
        font-weight: 700;
        color: #f0e8e8;
      
    }
}

@media screen and (max-width: 1280px) {
    body, input, select, textarea {
        font-size: 13pt;
    }
    h2 {
        font-size: 1.35em;
    }
    h3 {
        font-size: 1.15em;
    }
    header.major {
        margin-bottom: 4em;
        padding: 3em 0;
    }
    header.major p {
        font-size: 1.15em;
    }
    footer.major {
        margin-top: 4em;
        padding: 3em 0;
    }
    .box {
        padding: 2.5em;
        margin-bottom: 4em;
    }
    .feature {
        height: 18em;
    }
    .feature .content {
        padding: 2.5em;
    }
    #serviceList .feature {
        min-height: 70px;
        padding: 0 1em;
    }
    #footer {
        background-color: #000000;
        margin-top: 0;
        padding: 2em 0 4em 0;
    }
    #main {
        padding: 2em 0 1.5em 0;
    }
    .service-areas-list h3 {
        font-size: 1.5em;
    }
    .service-areas-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
    .service-areas-list ul li {
        font-size: 1.1em;
        padding: 0.75em;
    }
    .service-areas-list ul li .counties {
        width: 180px;
        font-size: 0.85em;
    }
}

@media screen and (max-width: 800px) {
    #header {
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    #header {
        background-color: #000000;
        background-attachment: scroll;
        height: 100vh;
    }
    .header-background {
        background-image: none;
        background-color: #000000;
    }
    .header-logo {
        display: block;
    }
    .header-text {
        display: none;
    }
    .contact-section, ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
    }
    .big-screen-logo {
        height: 900px;
    }
    .modal-content {
        width: 95%;
        padding: 15px;
        max-height: 90%;
    }
    #serviceList .feature {
        border: none;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
    #serviceList .feature .content {
        padding: 0.5em;
    }
    #quoteForm {
        max-width: 100%;
    }
    #quoteForm input[type="submit"] {
        margin-top: 1em;
    }
    #selectedServicesLists,
    #selectedServicesList {
        max-width: 100%;
        margin-left: 1em;
    }
    .clear {
        clear: both;
    }
    .mobile-text {
        display: flex;
    }
    .social-icons {
        margin-right: 45px;
    }
    .big-screen-logo {
        display: none;
    }
    .menu {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .hamburger-icon {
        width: 30px;
        height: 20px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bar {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #000000;
        width: 100%;
        padding: 10px;
    }
    .dropdown-menu li {
        list-style-type: none;
    }
    .modal {
        width: 100%;
    }
    .scroll-down-container {
        display: flex;
        font-size: 40px;
        flex-direction: column;
        align-items: center;
        margin: 1.5rem 0;
    }
    .text-to-scroll {
        font-size: 1px;
        margin-bottom: 1rem;
    }
    .arrow-container {
        display: flex;
        justify-content: center;
    }
    .arrow.down {
        font-size: 2rem;
        animation: downarrow 1s infinite alternate;
    }
    @keyframes downarrow {
        from { transform: translateY(0); }
        to { transform: translateY(10px); }
    }
    .service-areas-list {
        margin-top: 1.5em;
    }
    .service-areas-list h3 {
        font-size: 1.3em;
    }
    .service-areas-list ul {
        grid-template-columns: 1fr;
        gap: 0.75em;
    }
    .service-areas-list ul li {
        font-size: 1em;
        padding: 0.5em;
        cursor: default;
        transition: none;
    }
    .service-areas-list ul li:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: none;
    }
    .service-areas-list ul li .counties {
        display: none !important;
    }
}

@media screen and (max-width: 736px) {
    h2, h3 {
        font-size: 1em;
    }
    footer.major {
        margin-top: 2em;
    }
    footer.major br {
        display: none;
    }
    .box {
        padding: 2em;
        margin-bottom: 2em;
    }
    .feature {
        background: #000000;
        display: block;
        height: auto;
        margin-bottom: 2em;
    }
    .feature:last-child {
        margin-bottom: 0;
    }
    .feature:before, .feature:after {
        display: none;
    }
    .feature .image {
        float: none;
        height: 15em;
        width: 100%;
    }
    .feature .content {
        border: solid 1px rgba(255, 255, 255, 0.75);
        padding: 2em;
        text-align: center;
        width: 100%;
    }
    #footer {
        background-color: #000000;
        margin-top: 0;
        padding: 1em 0 2em 0;
    }
    #main {
        padding: 1em 0 1em 0;
    }
    .logo-head {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {
    header.major {
        padding-left: 1em;
        padding-right: 1em;
    }
    footer.major {
        padding-left: 1em;
        padding-right: 1em;
    }
    input[type="submit"], input[type="reset"], input[type="button"], .button {
        display: block;
        width: 100%;
    }
    .box {
        padding: 2em 1em;
    }
    .feature {
        margin-bottom: 1em;
    }
    .feature .content {
        padding: 2em 1em;
    }
    #main {
        padding: 1em;
    }
    #footer {
        margin-top: 0;
        padding: 1em;
    }
    #footer .copyright li {
        border: 0;
        display: block;
        margin: 0;
        padding: 0.75em 0 0 0;
    }
    .header-logo {
        max-width: 400px;
        width: 100%;
        display: block;
        margin: 0 auto 150px auto; /* Center horizontally + bottom spacing */
    }
    
    .service-areas-list {
        margin-top: 1em;
    }
    .service-areas-list h3 {
        font-size: 1.1em;
    }
    .service-areas-list ul {
        gap: 0.5em;
    }
    .service-areas-list ul li {
        font-size: 0.9em;
        padding: 0.5em;
    }
}

@media (max-width: 720px) {
    .footer {
        text-align: left;
        padding: 5%;
    }
    .footer .row ul li {
        display: block;
        margin: 10px 0;
        text-align: left;
    }
    .footer .row a i {
        margin: 0 3%;
    }
    .footer .row .social-icon {
        margin: 10px 0;
    }
    .modal:not(.is-active) {
        display: none;
        visibility: hidden;
        pointer-events: none;
    }
    .modal-content {
        padding: 10px;
        width: 95%;
        max-width: 500px;
        max-height: 95%;
    }
    .custom-footer {
        text-align: left;
        padding: 5%;
    }
    .social-link,
    .additional-links ul li {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
}



.review-link a {
    font-weight: bold;
    color: #007BFF;
    text-decoration: none;
}

.review-link a:hover {
    text-decoration: underline;
}


nav.custom-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s ease;
    z-index: 9999;
  }
  











  /* Hide by default */
.modal-close-mobile {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    color: #333;
  }
  
  /* Show only on mobile (adjust max-width as needed) */
  @media (max-width: 768px) {
    .modal-close-mobile {
      display: block;
    }
    
    /* Optional: hide the original .close span on mobile */
    .close {
      display: none;
    }
  }
  