.footer-seo {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #000; /* solid black background */
    color: #bbb;
    padding: 40px 20px 50px; /* reduced top padding */
    font-size: 1rem;
    text-align: center;
    line-height: 1.8;
    border-top: 1px solid rgba(0, 230, 113, 0.1);
    box-shadow: 0 -6px 20px rgba(0, 230, 113, 0.05);
}

.footer-links {
    margin-bottom: 25px;
}

.footer-links p {
    margin-bottom: 10px; /* pull links closer to the title */
}

.footer-seo a {
    color: #ccc;
    text-decoration: none;
    margin: 0 6px;
    position: relative;
    top: -3px; /* moves links upward slightly */
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-seo a:hover {
    color: #00e671;
    text-shadow: 0 0 8px rgba(0, 230, 113, 0.6);
}

.footer-seo strong {
    color: #fff;
}
.footer-seo small {
    display: block;
    margin-top: 25px;
    color: #968b8b;
    font-size: 1rem;
    text-align: center;
}
/* Long1.php css */
/* Long1.php css */
/* Long1.php css */
.long-haul-page {
    width: 100%;
    padding: 60px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fdfb 100%);
    border-top: 3px solid #27c067;
    color: #111;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.8;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/* Center content container */
.long-haul-page .container {
    max-width: 900px;
    margin: 0 auto;
}

/* Headings */
.long-haul-page h1,
.long-haul-page h2 {
    font-family: "Montserrat", serif; /* added font */
    letter-spacing: 0.5px;
}

/* Main title */
.long-haul-page h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
    border-left: 2px solid #27c067; /* subtle accent line */
    padding-left: 12px;
}

/* Secondary headings */
.long-haul-page h2 {
    font-size: 2.5rem;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    border-left: 1px solid #00e671; /* smaller accent line */
    padding-left: 10px;
}

/* Paragraphs */
.long-haul-page p {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #111;
}

.long-haul-page p span.highlight {
    color: #27c067; /* green highlight for key phrases */
    font-weight: 600;
}

/* Benefits list */
.long-haul-benefits {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.long-haul-benefits li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

/* Steps list */
.long-haul-steps {
    margin: 25px 0;
    padding-left: 25px;
}

.long-haul-steps li {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

/* Green CTA button */
.long-haul-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 18px 40px;
    background: #27c067;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 204, 103, 0.3);
    transition: all 0.3s ease;
}

.long-haul-btn:hover {
    background: #00e671;
    box-shadow: 0 0 25px rgba(0, 230, 103, 0.6);
    transform: translateY(-3px);
}
/* Adjust Long Haul section spacing for mobile */
@media screen and (max-width: 768px) {
    .long-haul-page {
        padding-top: 40px; /* reduce space above */
        margin-top: -50px; /* pull section upward */
    }

    .long-haul-page .container {
        padding: 10px 15px; /* tighten inner spacing */
    }
}
