/*below is the default size and look of the website until the media queries that change the layout slightly
 * to optimize for different sized viewports*/

body {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0; /* Also good to reset default margin */
}

.wrapper {
    width: 1024px;
    margin: auto auto auto auto;
    background-color: #f6f6f6;
    display: flex;
    height: 150px;
    z-index: 1002;
}

.infobar {
    width: 100%;
    background-color: #2292a4;
    color: #f6f6f6;
    padding: 3px 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    align-content: center;
    text-align: center;
    display: block;
    position: relative;
    top: -190px;
}

.callus {
    display: none;
    float: left;
}

.login {
    display: none;
    float: right;
}

.logindesktop {
    font-weight: bolder;
    border: solid #2a3a5b;
    border-radius: 8px;
    padding: 10px;
    font-size: 22px;
    color: #2a3a5b;
}

.logindesktop:hover {
    background-color: #2a3a5b;
    color: #f6f6f6;
    transition: all 0.3s ease-in-out;
    border-color: #2a3a5b;
}

/*header and navigation-------------------*/

.logo {
    display: block;
    position: relative;
    width: 275px;
    padding: 0 25px 0 0;
}

.mobilelogo {
    display: block;
    position: relative;
    width: 275px;
    padding: 0 25px 0 0;
}

.logo-container-mobile {
    display: none;
}

header {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid #2292a4;
    width: 100vw;
}

header a {
    text-decoration: none;
    color: #2292a4;
}

#activedesk {
    color: #2a3a5b;
}

.upperindex {
    margin: auto auto auto auto;
}

nav a:hover {
    color: #2a3a5b;
    transition: all 0.3s ease-in-out;
}

.menubackground {
    display: none;
}

nav {
    text-align: right;
    font-family: sans-serif;
    background-color: transparent;
    display: block;
    margin-bottom: 70px;
    margin-top: 70px;
}

.navigation {
    display: block;
}

nav a {
    color: #2292a4;
    text-decoration: none;
    padding: 25px;
    font-size: 27px;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
}

.hamburger-btn {
    display: none;
}

.mobile-menu {
    display: none;
}

/*main content of page-------------*/

.middleindex {
    padding: 100px;
}

main {
    background-color: #f6f6f6;
    flex-grow: 1;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    display: flex;
}

p {
    font-family: p-22underground, sans-serif;
    font-size: 1.1em;
}

.legal {
    width: 1024px;
}

.privacy {
    width: 915px;
    display: flexbox;
}


#phonefooter {
    letter-spacing: .5px;
}

#emailfooter {
    font-size: 16px;
}
/* Hero Section Styling --------------------------------------*/
#hero-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f6f6f6;
}

#hero-section-consultation {
    text-align: center;
    padding: 60px 20px;
    background-color: #f6f6f6;
}

.hero-content h1 {
    font-size: 2.6em;
    margin-bottom: 15px;
    color: #444;
    font-family: sans-serif;
}

.path {
    font-size: 1em;
    margin-bottom: 15px;
    color: #2292a4;
    font-family: sans-serif;
}

.clear {
    font-weight: bolder;
    font-size: 0.97em;
}

.hero-content p {
    font-size: 1.2em;
    color: #444;
    max-width: 510px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    background-color: #2292a4;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
    font-family: sans-serif;
}

.cta-button:hover {
    background-color: #006666; /* A darker teal for hover effect */
}

#aboutus {
    width: auto;
    text-align: center;
}

.aboutus-content {
    font-size: 1.0em;
    color: #333;
    font-family: sans-serif;
    letter-spacing: .7px;
    padding: 0 0 50px 0
}

/* Process Section Styling--------------------------------------------- */
#process-section {
    padding: 10px 20px ;
    text-align: center;
    background-color: #f6f6f6; /* White background */
}

#process-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
    border-top: solid 2px #444;
    padding: 20px 0 0 0;
}

.process-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows steps to stack on smaller screens */
    gap: 30px; /* Adds space between the items */
}

.process-step {
    max-width: 300px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    background-color: #2292a4; /* Your site's teal color */
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    border-radius: 50%; /* Makes the container a circle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
}

.process-step h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
    font-family: sans-serif;
}

.process-step p {
    color: #555;
    line-height: 1.6; /* Adds some spacing for readability */
}

/* Testimonials Section Styling------------------------------------------ */
#testimonials-section {
    padding: 50px 20px;
    text-align: center;
}

#testimonials-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
    padding: 20px 0 0 0;
    border-top: solid 2px #444;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 0 10px 0;
}

.testimonial {
    max-width: 400px;
    border-left: 4px solid #2292a4; /* Teal accent line */
    padding: 0 20px 10px 20px;
    text-align: left;
}

.testimonial p {
    font-style: italic;
    color: #444;
    font-size: 1.1em;
}

.testimonial cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

/* Form Placeholder Section Styling-------------------------------------------- */
#form-section {
    padding: 50px 20px;
    background-color: #f6f6f6;
    text-align: center;
}

#form-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
    border-top: solid 2px #444;
    padding: 20px 0 0 0;
}

#form-section p {
    color: #555;
    line-height: 1.6;
}

#form-embed-placeholder {
    max-width: 600px;
    min-height: 350px; /* Adjust height as needed for your form */
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 1.2em;
    background-color: #f6f6f6;
    padding-bottom: 50px;
}

/*image--------------------------*/

.social {
    width: 50px;
    position: relative;
    top: 50px;
    float: left;
    margin-left: auto;
}

#tel {
    display: none;
}

/*media Query for tablet sized viewports------------------------------*/

@media only screen and (max-width: 1024px) {
    body {
        padding: 0;
        margin: 0;
    }

    .wrapper {
        flex-direction: column; /* Stack container items vertically */
        width: 720px;
        background-color: #f6f6f6;
        color: #f6f6f6;
    }

    main {
        width: 720px;
    }

    /*header and navigation----------------*/

    header {
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
        display: flex;
        justify-content: flex-start; /* Groups items to the left */
        align-items: center;
        gap: 30px; /* Creates space between the logo and the buttons */
        width: 720px;
        border-bottom: none;
    }

    .logo-container {
        display: none;
    }

    .logo {
        display: none;
    }

    .mobilelogo {
        display: block;
        position: relative;
        z-index: 1005;
    }

    .logo-container-mobile {
        width: 275px; /* Make the container full-width */
        display: flex; /* Enable flexbox for centering */
        position: relative;
        margin-top: 15px; /* Add some space above the logo */
        padding: 0 0 20px 0;
        z-index: 1005;
        transform: translateX(79%);
    }

    .navigation {
        display: none;
    }

    nav a:hover {
        font-size: 22px;
    }

    nav {
        width: 720px;
    }

    .legal {
        width: 720px;
    }

    .privacy {
        width: 670px;
        display: flexbox;
    }

    /* SHOW the container for the mobile menu buttons */
    .menubackground {
        display: flex;
        align-items: center;
        gap: 15px; /* <-- This adds a nice space between the buttons */
        border-bottom: solid #2292a4;
        width: 100vw;
    }

    .hamburger-btn {
        position: fixed;
        top: 40px;
        transform: translateX(0%);
        background-color: #f6f6f6;
        border: none;
        cursor: pointer;
        display: flex; /* Using flexbox for easy alignment */
        flex-direction: column;
        justify-content: space-around;
        width: 50px;
        height: 50px;
        padding: 0 0 0 0;
        z-index: 1001; /* Ensures button is above the menu */
    }

    .hamburger-btn span {
        width: 100%;
        height: 7px;
        background-color: #2292a4; /* Color of the hamburger lines */
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }

    .hamburger-btn:hover span {
        background-color: #2a3a5b;
    }
    #active {
        color: #2a3a5b;
        background-color: #2292a4;
    }
    /* --- Mobile Menu Styling --- */
    .mobile-menu {
        background-color: #f6f6f6;
        position: fixed; /* Stays in place when scrolling */
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
        z-index: 999;
        margin: 0;

        /* Hide the menu off-screen to the right by default */
        transform: translateX(200%);
        transition: transform 0.3s ease-in-out; /* Smooth slide animation */

        /* Center the menu items */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* This is the KEY class that JavaScript will toggle */
    .mobile-menu.is-active {
        transform: translateX(0); /* Slides the menu into view */
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .mobile-menu ul li {
        margin: 15px 0;

        border: solid;
        border-color: #2292a4;
        cursor: pointer;
    }

    .mobile-menu ul li a {
        font-size: 24px;
        color: #2a3a5b;
        display: block; /* Makes the link fill the horizontal space */
        padding: 15px 20px; /* Creates clickable space around the text */
        text-decoration: none;
    }

    .mobile-menu ul li:hover {
        background-color: #2292a4;
        color: #f6f6f6;
        transition: all 0.3s ease-in-out;
    }

    .mobile-menu ul li:hover a {
        color: #f6f6f6;
        background-color: #2292a4;
        font-size: 24px;
        transition: all 0.3s ease-in-out;
    }
    #activetext {
        color: #f6f6f6;
    }

    /*these are the classes that adjust the buttons at top of screen*/

    .callus {
        display: none;
    }

    .login {
        display: block;
        position: relative;
        width: 100px;
        height: 50px;
        border: solid;
        border-color: #2a3a5b;
        background-color: #f6f6f6;
        color: #2a3a5b;
        border-radius: 25px;
        font-size: larger;
        font-weight: bold;
        z-index: 1001;
        transform: translateX(350%);
        cursor: pointer;
    }

    .login:hover {
        color: #f6f6f6;
        background-color: #2a3a5b;
        transition: all 0.3s ease-in-out;
    }

    .callus:hover {
        color: #f6f6f6;
        background-color: #2292a4;
        transition: all 0.3s ease-in-out;
    }
}

a {
    font-size: large;
    background-color: transparent;
}
/*text element styles----------------*/

/*below is mobile queries that will not apply in this viewport*/

/* Hero Section Styling --------------------------------------*/
#hero-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f6f6f6;
}

#hero-section-consultation {
    text-align: center;
    padding: 60px 20px;
    background-color: #f6f6f6;
}

.hero-content h1 {
    font-size: 2.6em;
    margin-bottom: 15px;
    color: #444;
    font-family: sans-serif;
}

.path {
    font-size: 1em;
    margin-bottom: 15px;
    color: #2292a4;
    font-family: sans-serif;
}

.hero-content p {
    font-size: 1.2em;
    color: #444;
    max-width: 510px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    background-color: #2292a4;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
    font-family: sans-serif;
}

.cta-button:hover {
    background-color: #006666; /* A darker teal for hover effect */
}

/* Process Section Styling--------------------------------------------- */
#process-section {
    text-align: center;
    background-color: #f6f6f6; /* White background */
}

#process-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
}

.process-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows steps to stack on smaller screens */
    gap: 30px; /* Adds space between the items */
}

.process-step {
    max-width: 300px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    background-color: #008080; /* Your site's teal color */
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    border-radius: 50%; /* Makes the container a circle */
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.process-step p {
    color: #555;
    line-height: 1.6; /* Adds some spacing for readability */
}

/* Testimonials Section Styling------------------------------------------ */
#testimonials-section {
    padding: 50px 20px;
    text-align: center;
}

#testimonials-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    background-color: #f6f6f6;
}

.testimonial {
    max-width: 400px;
    border-left: 4px solid #2292a4; /* Teal accent line */
    padding: 0 20px 10px 20px;
    text-align: left;
    background-color: #fff;
}

.testimonial p {
    font-style: italic;
    color: #444;
    font-size: 1.1em;
}

.testimonial cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

/* Form Placeholder Section Styling-------------------------------------------- */
#form-section {
    padding: 50px 20px;
    background-color: #f6f6f6;
    text-align: center;
}

#form-section h2 {
    font-size: 2.2em;
    margin-bottom: 50px;
    font-family: sans-serif;
    color: #444;
}

#form-section p {
    color: #555;
    line-height: 1.6;
}

#form-embed-placeholder {
    width: auto;
    padding-bottom: 50px;
}

/*-----------------------------------------------------------------*/

/*below is the media query for smartphone sized viewports*/
@media only screen and (max-width: 767px) {
    body {
        width: 100%;
    }

    .wrapper {
        flex-direction: column; /* Stack container items vertically */
        width: 400px;
        background-color: #f6f6f6;
        color: #f6f6f6;
    }

    main {
        width: 400px;
    }

    .upperindex {
        width: 400px;
    }

    .middleindex {
        padding: 0;
        width: 400px;
    }

    .logo-container {
        width: 100%; /* Make the container full-width */
        display: block; /* Enable flexbox for centering */
        position: relative;
        margin: 125px auto 0 auto;
        padding: 20px 0;
        z-index: 400;
    }

    .logo {
        display: block;
        padding: 0;
        margin: 0 auto;
        z-index: 400;
    }

    .logo-container-mobile {
        display: none;
    }

    .mobilelogo {
        display: none;
    }

    .infobar {
        display: none;
    }

    header {
        margin-left: auto;
        margin-right: auto;
        background-color: #f6f6f6;
        width: 100%;
        padding: 0 0 20px 0;
        border-bottom: solid 2px #444;
    }

    .navigation {
        display: none;
    }

    nav a:hover {
        font-size: 26px;
    }

    #active {
        color: #2a3a5b;
        background-color: #2292a4;
    }

    .infobar {
        display: none;
    }

    tbody {
        box-sizing: border-box;
        display: block;
    }

    #tel {
        display: block;
        text-decoration: underline;
    }

    #desktop {
        display: none;
    }

    .legal {
        width: 400px;
        display: block;
    }

    .privacy {
        width: 350px;
        display: flexbox;
    }

    /*just testing out something not set in stone type shit--------------------------------*/

    .menubackground {
        display: block;
        width: 400px;
        background-color: #f6f6f6;
        position: fixed;
        padding: 0;
        margin: 0;
        height: 100px;
        z-index: 500;
        top: 0;
        border-bottom: solid #2292a4;
    }

    .hamburger-btn {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f6f6f6;
        border: none;
        cursor: pointer;
        display: flex; /* Using flexbox for easy alignment */
        flex-direction: column;
        justify-content: space-around;
        width: 50px;
        height: 50px;
        padding: 0 0 0 0;
        z-index: 1001; /* Ensures button is above the menu */
    }

    .hamburger-btn span {
        width: 100%;
        height: 7px;
        background-color: #2292a4; /* Color of the hamburger lines */
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }

    .hamburger-btn:hover span {
        background-color: #2a3a5b;
    }

    /* --- Mobile Menu Styling --- */
    .mobile-menu {
        background-color: #f6f6f6;
        position: fixed; /* Stays in place when scrolling */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;

        /* Hide the menu off-screen to the right by default */
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out; /* Smooth slide animation */

        /* Center the menu items */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* This is the KEY class that JavaScript will toggle */
    .mobile-menu.is-active {
        transform: translateX(0); /* Slides the menu into view */
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .mobile-menu ul li {
        margin: 15px 0;
        border: solid;
        border-color: #2292a4;
        cursor: pointer;
    }

    .mobile-menu ul li a {
        font-size: 24px;
        color: #2a3a5b;
        display: block; /* Makes the link fill the horizontal space */
        padding: 15px 20px; /* Creates clickable space around the text */
        text-decoration: none;
    }

    .mobile-menu ul li:hover {
        background-color: #2292a4;
        color: #f6f6f6;
    }

    .mobile-menu ul li:hover a {
        color: #f6f6f6;
        background-color: #2292a4;
        font-size: 24px;
    }
    #activetext {
        color: #f6f6f6;
    }

    /*these are the classes that adjust the buttons at top of screen*/

    .callus {
        display: block;
        position: fixed;
        top: 20px;
        width: 100px;
        height: 50px;
        border: solid;
        border-color: #2292a4;
        background-color: #f6f6f6;
        color: #2292a4;
        border-radius: 25px;
        font-size: larger;
        font-weight: bold;
        z-index: 751;
        cursor: pointer;
        transform: translateX(25%);
    }

    .login {
        display: block;
        position: fixed;
        top: 20px;
        width: 100px;
        height: 50px;
        border: solid;
        border-color: #2a3a5b;
        background-color: #f6f6f6;
        color: #2a3a5b;
        border-radius: 25px;
        font-size: larger;
        font-weight: bold;
        z-index: 751;
        transform: translateX(275%);
        cursor: pointer;
    }

    .login:hover {
        color: #f6f6f6;
        background-color: #2a3a5b;
        transition: all 0.3s ease-in-out;
    }

    .callus:hover {
        color: #f6f6f6;
        background-color: #2292a4;
        transition: all 0.3s ease-in-out;
    }

    /* Hero Section Styling --------------------------------------*/
    #hero-section {
        text-align: center;
        padding: 60px 20px;
        margin-top: 100px;
        background-color: #f6f6f6;
    }

    #hero-section-consultation {
        text-align: center;
        padding: 30px 20px;
        margin-top: 100px;
        background-color: #f6f6f6;
    }

    .hero-content h1 {
        font-size: 2.6em;
        margin-bottom: 15px;
        color: #444;
        font-family: sans-serif;
    }

    .path {
        font-size: 1em;
        margin-bottom: 15px;
        color: #2292a4;
        font-family: sans-serif;
    }

    .hero-content p {
        font-size: 1.2em;
        color: #444;
        max-width: 510px;
        margin: 0 auto 30px auto;
        line-height: 1.5;
    }

    .cta-button {
        display: inline-block;
        background-color: #2292a4;
        color: #ffffff;
        padding: 15px 35px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s;
        font-family: sans-serif;
    }

    .cta-button:hover {
        background-color: #006666; /* A darker teal for hover effect */
    }

    /* Process Section Styling--------------------------------------------- */
    #process-section {
        text-align: center;
        background-color: #f6f6f6; /* White background */
    }

    #process-section h2 {
        font-size: 2.2em;
        margin-bottom: 50px;
        font-family: sans-serif;
        color: #444;
    }

    .process-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap; /* Allows steps to stack on smaller screens */
        gap: 30px; /* Adds space between the items */
    }

    .process-step {
        max-width: 300px;
        text-align: center;
    }

    .step-number {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px auto;
        background-color: #008080; /* Your site's teal color */
        color: #ffffff;
        font-size: 1.8em;
        font-weight: bold;
        border-radius: 50%; /* Makes the container a circle */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .process-step h3 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .process-step p {
        color: #555;
        line-height: 1.6; /* Adds some spacing for readability */
    }

    /* Testimonials Section Styling------------------------------------------ */
    #testimonials-section {
        padding: 50px 20px;
        text-align: center;
    }

    #testimonials-section h2 {
        font-size: 2.2em;
        margin-bottom: 50px;
        font-family: sans-serif;
        color: #444;
    }

    .testimonial-container {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        background-color: #f6f6f6;
    }

    .testimonial {
        max-width: 400px;
        border-left: 4px solid #2292a4; /* Teal accent line */
        padding: 0 20px 10px 20px;
        text-align: left;
        background-color: #fff;
    }

    .testimonial p {
        font-style: italic;
        color: #444;
        font-size: 1.1em;
    }

    .testimonial cite {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        color: #333;
    }

    /* Form Placeholder Section Styling-------------------------------------------- */
    #form-section {
        padding: 15px 20px 50px 20px;
        background-color: #f6f6f6;
        text-align: center;
    }

    #form-section h2 {
        font-size: 2.2em;
        margin-bottom: 50px;
        font-family: sans-serif;
        color: #444;
    }

    #form-section p {
        color: #555;
        line-height: 1.6;
    }

    #form-embed-placeholder {
        width: auto;
        padding-bottom: 50px;
    }
}

/* === New Footer Styles === */

/* === Harmonious Footer Styles (Mobile-First) === */

.new-footer {
    background-color: #2a3a5b;
    color: #f6f6f6;
    display: block;
    width: auto;
    padding: 40px 20px;
    font-family: sans-serif;
}
.footer-container {
    display: flex;
    flex-direction: column; /* Stack columns vertically on mobile */
    align-items: center; /* Center content for a clean mobile look */
    text-align: center;
    max-width: 1024px;
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #4a5a7b;
}

.footer-column {
    width: 100%;
    max-width: 300px; /* Prevents stretching too wide on mobile */
    margin-bottom: 30px;
}

.footer-column h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 2px solid #2292a4;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-column p {
    margin: 10px 0;
    font-size: 1em;
}

.footer-column a {
    color: #f6f6f6;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #2292a4;
}

.social-links {
    margin-top: 15px;
}

.social-links img {
    width: 40px;
    transition: opacity 0.3s;
}

.social-links img:hover {
    opacity: 0.8;
}

.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 0.9em;
    color: #cccccc;
}

/* --- Media Query for Tablet and Desktop --- */
/* On screens 768px and wider, it becomes multi-column */
@media (min-width: 768px) {
    .footer-container {
        flex-direction: row; /* Side-by-side columns */
        justify-content: space-around;
        align-items: flex-start; /* Align columns to the top */
        text-align: left; /* Align text to the left */
    }

    .footer-column {
        width: auto;
        max-width: none;
    }
}

/* this may be temporary VVV*/
/* --- Form Styling --- */

/* This targets the container for your input fields if you wrap them. */
/* If you don't have a div, this won't apply, which is fine. */
.form-group {
    margin-bottom: 20px; /* Adds space between each field */
}

/* Styles the labels (First Name, Last Name, etc.) */
form label {
    display: block; /* Makes the label appear on its own line */
    margin-bottom: 6px; /* Adds a little space above the input box */
    color: #444; /* A dark gray for good readability */
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 1.5px;
}

/* General styles for all text-based input fields */
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
    width: 100%; /* Makes each field take up the full width of the form */
    padding: 12px; /* Adds comfortable spacing inside the field */
    border: 1px solid #ccc; /* A light, subtle border */
    border-radius: 5px; /* Rounds the corners slightly */
    box-sizing: border-box; /* Ensures padding doesn't affect the width */
    font-size: 16px;
}

/* Adds a blue highlight when a user clicks into a field */
form input:focus {
    border-color: #5dade2; /* A nice blue that matches your site */
    outline: none; /* Removes the default browser outline */
}

/* --- Submit Button Styling --- */
form button[type="submit"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #2292a4; /* Same blue as your other button */
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer; /* Changes the cursor to a hand on hover */
    transition: background-color 0.3s ease; /* Smooths the hover effect */
}

/* Makes the button slightly darker when you hover over it */
form button[type="submit"]:hover {
    background-color: #006666;
}

script formResponse {
    padding: 10px;
}

#submit-button.success {
    background-color: #28a745; /* A nice shade of green */
    border-color: #28a745;
    color: white;
    transition: 0.3s ease-in-out;
}