footer {
    font-family: Arial, Helvetica, sans-serif;
    --headerColor: #ffffff; /* Change this to your desired header color */
    --bodyTextColor: #cccccc; /* Change this to your desired body text color */
    --secondary: #0066ff; /* Change this to your desired secondary color */
    --bodyTextColorWhite: #ffffff; /* Change this to your desired dark mode body text color */
    background-image: linear-gradient(
        rgba(139, 0, 0, 1) 0%, /* Dark red */
        rgba(255, 0, 0, 0.8) 50%, /* Red */
        rgba(139, 0, 0, 1) 100% /* Dark red */
    );
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-footer-1292 {
        padding-top: 100px;
        padding-bottom: 10px;
        padding-bottom: 1.25rem;
        padding-right: 40px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        z-index: 10;
        background-color: #912626;
        /* Navigation Links */
    }
    #cs-footer-1292 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        column-gap: 1.5rem;
        row-gap: 2.25rem;
        padding-left: 30px;
        
    }
    #cs-footer-1292 .cs-logo-group {
        width: 100%;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically if needed */
        padding-top: 50px;
        margin: 0;
        margin-left: 6.5%;
    }
   
    #cs-footer-1292 .cs-logo-img {
        width: auto;
        height: 18rem;
        margin: 0;
        padding: 0;
        align-self: center;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        border-radius: 70px; 
        text-align: center;
    }

    #cs-footer-1292 .cs-logo-img.dark {
        display: none;
    } 

    #cs-footer-1292 .cs-link {
        font-size: 0.875rem;
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--headerColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.75rem;
        transition: color 0.3s;
    }
    #cs-footer-1292 .cs-link:hover {
        color: var(--primary);
    }
    #cs-footer-1292 .cs-nav {
        width: 45%;
        max-width: 11.25rem;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        text-align: left;
    }
    #cs-footer-1292 .cs-nav-li {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: left;
    }
    #cs-footer-1292 .cs-header {
        font-size: 1rem;
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: var(--headerColor);
        position: relative;
        display: block;
    }
    #cs-footer-1292 .cs-nav-link {
        font-size: 0.875rem;
        text-decoration: none;
        line-height: 1.5em;
        width: auto;
        color: rgb(219, 218, 218);
        position: relative;
        display: inline-block;
        transition: color 0.3s;
    }
    #cs-footer-1292 .cs-nav-link:before {
        /* underline */
        content: "";
        width: 0%;
        height: 0.125rem;
        background: currentColor;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: -0.125rem;
        left: 0;
        transition: width 0.3s;
    }
    #cs-footer-1292 .cs-nav-link:hover {
        color: var(--primary);
    }
    #cs-footer-1292 .cs-nav-link:hover:before {
        width: 100%;
    }
    #cs-footer-1292 .cs-bottom {
        max-width: 80rem;
        margin: auto;
        /* 48px - 100px */
        margin-top: clamp(3rem, 9vw, 6.25rem);
        /* 20px - 32px */
        padding: clamp(1.25rem, 3vw, 2rem) 0 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 2.25rem;
        row-gap: 0.75rem;
    }
    #cs-footer-1292 .cs-copyright,
    #cs-footer-1292 .cs-copyright-link {
        font-size: 0.875rem;
        line-height: 1.5em;
        color: rgb(255, 255, 255);
        padding-left: 30px;
    }
    #cs-footer-1292 .cs-copyright {
        text-align: center;
        width: 100%;
    }
    #cs-footer-1292 .cs-copyright-link {
        text-decoration: none;
        transition: color 0.3s;
    }
    #cs-footer-1292 .cs-copyright-link:hover {
        color: var(--secondary);
    }
    #cs-footer-1292 .cs-copyright-link2 {
        font-size: 0.875rem;
        line-height: 1.5em;
        color: gray;
        padding-left: 30px;
        display: none;
    }
   
    #cs-footer-1292 .cs-copyright-link2 {
        text-decoration: none;
        transition: color 0.3s;
    }
    #cs-footer-1292 .cs-copyright-link2:hover {
        color: var(--secondary);
    }
    .cs-bottom {
        display: flex;
        align-items: center; /* Aligns items vertically */
        justify-content: center; /* Center the content horizontally */
    }

    hr{
        width: 90%;
        border:0;
        border-bottom: 1px solid #ccc;
        margin-top: 40px;
        align-self: center;
    }
    
    .create {
        display: flex;
        align-items: center; /* Align items vertically */
        padding-top: 10px;
        text-align: center;
    }
    
    .create a {
        list-style: none;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.643);
        display: flex;
        align-items: center; /* Align items vertically */
        padding-left: 0;
        margin-left: 38%;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .create img {
        height: 70px;
        width: auto;
        margin-left: -4px; /* Adjust space between text and image */
        vertical-align: middle;
    }
    
    .cs-copyright {
        font-size: 0.875rem; /* Adjust the font size if needed */
        line-height: 1.5em; /* Ensure a consistent line height */
        display: flex;
        align-items: center; /* Align items vertically */
        color: #ffffff; /* Text color */
    }
    
    .cs-copyright-link {
        margin-left: 20px; /* Add space between the text and links */
        color: #ffffff; /* Color for the links */
        text-decoration: none;
    }
    
    #cs-footer-1292 .cs-floater {
        width: 31.625rem;
        height: 31.625rem;
        margin-left: 34.375rem;
        border-radius: 50%;
        border: 2px solid var(--primary);
        opacity: 0.1;
        display: none;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: -1;
    }
    #cs-footer-1292 .cs-floater:before {
        content: "";
        width: 44.6875rem;
        height: 44.6875rem;
        border: 2px solid var(--primary);
        border-radius: 50%;
        opacity: 0.6;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #cs-footer-1292 .cs-floater:after {
        content: "";
        width: 60.1875rem;
        height: 60.1875rem;
        border: 2px solid var(--primary);
        border-radius: 50%;
        opacity: 0.3;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-footer-1292 .cs-container {
        row-gap: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 5.5rem;
        row-gap: 2.5rem;
    }
    #cs-footer-1292 .cs-nav {
        width: auto;
    }
    #cs-footer-1292 .cs-bottom {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    #cs-footer-1292 .cs-copyright {
        text-align: left;
        width: auto;
        margin-right: auto;
    }
    #cs-footer-1292 .cs-floater {
        display: block;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-footer-1292 .cs-container {
        max-width: 80rem;
        flex-wrap: nowrap;
        /* align everything to the right */
        justify-content: center;
        column-gap: clamp(2.5rem, 6vw, 5.25rem);
    }
    #cs-footer-1292 .cs-logo-group {
        width: 100%;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically if needed */
        padding-top: 50px;
        margin: 0;
        padding-left: 1.5%;
    }
   
    #cs-footer-1292 .cs-logo-img {
        width: auto;
        height: 18rem;
        margin: 0;
        padding: 0;
        align-self: center;
        padding-right: 10px;
    }
    #cs-footer-1292 .cs-logo-img.dark {
        display: none;
    }
    #cs-footer-1292 .cs-text {
        width: 100%;
    }
    #cs-footer-1292 .cs-graphic {
        display: block;
    }
}

@media only screen and (min-width: 125rem) {
    #cs-footer-1292 {
        padding-top: 200px;
        padding-bottom: 20px;
        padding-left: 80px;
        padding-right: 80px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    #cs-footer-1292 .cs-container {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        column-gap: 3rem;
        row-gap: 3rem;
    }

    #cs-footer-1292 .cs-logo-group {
        width: 100%;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically if needed */
    }

    #cs-footer-1292 .cs-logo {
        width: 35rem;
        height: auto;
        display: block;
        margin: 0 0 2rem 0;
    }

    #cs-footer-1292 .cs-logo-img {
        width: 100%;
        height: auto;
        align-items: center;
    }

    #cs-footer-1292 .cs-logo-img.dark {
        display: none;
    }

    #cs-footer-1292 .cs-text {
        font-size: 1.125rem;
        line-height: 1.8em;
        margin: 0 0 2.5rem;
        width: 80%;
        max-width: 20rem;
        color: var(--bodyTextColor);
    }

    #cs-footer-1292 .cs-link {
        font-size: 1.125rem;
        line-height: 1.8em;
        text-decoration: none;
        margin: 0;
        color: var(--headerColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        transition: color 0.3s;
    }

    #cs-footer-1292 .cs-link:hover {
        color: var(--primary);
    }

    #cs-footer-1292 .cs-nav {
        width: 30%;
        max-width: 15rem;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    #cs-footer-1292 .cs-nav-li {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #cs-footer-1292 .cs-header {
        font-size: 1.25rem;
        line-height: 1.4em;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: var(--headerColor);
        position: relative;
        display: block;
    }

    #cs-footer-1292 .cs-nav-link {
        font-size: 1.125rem;
        text-decoration: none;
        line-height: 1.8em;
        width: auto;
        color: var(--bodyTextColor);
        position: relative;
        display: inline-block;
        transition: color 0.3s;
    }

    #cs-footer-1292 .cs-nav-link:before {
        content: "";
        width: 0%;
        height: 0.125rem;
        background: currentColor;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: -0.125rem;
        left: 0;
        transition: width 0.3s;
    }

    #cs-footer-1292 .cs-nav-link:hover {
        color: var(--primary);
    }

    #cs-footer-1292 .cs-nav-link:hover:before {
        width: 100%;
    }

    #cs-footer-1292 .cs-bottom {
        max-width: 90rem;
        margin: auto;
        margin-top: 7rem;
        margin-bottom: 0;
        padding: 3rem 0 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
    }

    #cs-footer-1292 .cs-copyright,
    #cs-footer-1292 .cs-copyright-link {
        font-size: 1.125rem;
        line-height: 1.8em;
        color: var(--bodyTextColor);
    }

    #cs-footer-1292 .cs-copyright {
        text-align: center;
        width: 100%;
    }

    #cs-footer-1292 .cs-copyright-link {
        text-decoration: none;
        transition: color 0.3s;
    }

    #cs-footer-1292 .cs-copyright-link:hover {
        color: var(--secondary);
    }

    #cs-footer-1292 .cs-copyright2 {
        display: none;
    }

    #cs-footer-1292 .cs-floater {
        width: 40rem;
        height: 40rem;
        margin-left: 40rem;
        border-radius: 50%;
        border: 2px solid var(--primary);
        opacity: 0.1;
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: -1;
    }

    #cs-footer-1292 .cs-floater:before {
        content: "";
        width: 55rem;
        height: 55rem;
        border: 2px solid var(--primary);
        border-radius: 50%;
        opacity: 0.6;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #cs-footer-1292 .cs-floater:after {
        content: "";
        width: 70rem;
        height: 70rem;
        border: 2px solid var(--primary);
        border-radius: 50%;
        opacity: 0.3;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 500px) {
    #cs--1292 .cs-logo-group {
        width: 100%;
        align-content: center;
        margin: 20px;
    }
    .cs-copyright {
        margin-bottom: 10px; /* Space below copyright text */
    }
    .cs-copyright a {
        display: none;
    }
    .cs-copyright-link {
        margin-left: 0;
        margin-bottom: 10px; /* Space between links */
    }
    .create a {
        font-size: .8rem;
        margin-left: 20%;
    }
    .create img {
        height: 40px;
        width: auto
    }
    hr {
        margin-left: 10%;
    }
}

@media (max-width: 370px) {
    .create a {
        font-size: .8rem;
        margin-left: 15%;
    }
}

@media (max-width: 350px) {
    .create a {
        font-size: .7rem;
    }
}


