/*.email-subscription {*/
/*    position: fixed;*/
/*    left: 39%;*/
/*    bottom: 30px;*/
/*    width: 60%;*/
/*    max-width: 600px;*/
/*    transform: translateX(-50%);*/
/*    background-color: #555A4D; !* Example background color *!*/
/*    padding: 20px;*/
/*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*    border-radius: 25px;*/
/*}*/

/*.email-subscription p {*/
/*    color: white; !* Or any color you prefer *!*/
/*    margin-bottom: 20px;*/
/*}*/

/*#subscription-form {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*#subscription-form input[type="email"] {*/
/*    padding: 10px;*/
/*    margin-right: 10px;*/
/*    border: none;*/
/*    border-radius: 12px;*/
/*}*/

/*#subscription-form button {*/
/*    padding: 10px;*/
/*    border: none;*/
/*    border-radius: 12px;*/
/*    background-color: #68623A; !* Example button color *!*/
/*    color: white;*/
/*    cursor: pointer;*/
/*}*/

/*#subscription-form button:hover {*/
/*    opacity: 0.5;*/
/*}*/




@keyframes moveGradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.footer {
    display: flex;
    flex-direction: column; /* Make items stack vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
    padding: 20px;
    color: white;
    width: 100%;
    background: linear-gradient(45deg, #2E3D34, #C4B59D);
    background-size: 600% 600%;
    animation: moveGradient 20s ease infinite;
    height: 40vh;
    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: column; /* Stack the logo and contact info */
    justify-content: center;
    align-items: center;
    text-align: center;
    align-items: center;
}

.image-box {
    margin-bottom: 5px; /* Add space between logo and contact info */
    text-align: center;
    padding-right: 45px;
}

.image-box img {
    max-width: 300px; /* Resize the logo */
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}

.contact-info {
    padding: 0; /* Remove padding to make it more compact */
    text-align: center;
}

.copyright {
    text-align: right;
    position: absolute; /* Align copyright to the bottom right */
    bottom: 10px;
    right: 20px;
    margin-right: 50px;
}


/* Responsive adjustments */
@media (max-width: 1024px) {
    .image-box {
        margin-right: 0; /* Ensure no right shift for smaller screens */
    }
    .image-box img {
        max-width: 180px; /* Resize the logo for smaller screens */
    }
}




/*!* Form container within the footer *!*/
/*.email-subscription {*/
/*    margin-right: 2%; !* Adds space from the right edge *!*/
/*    padding: 20px;*/
/*    background-color: #555A4D; !* Your chosen form background color *!*/
/*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
/*    border-radius: 25px;*/
/*    text-align: center;*/
/*}*/

/*.email-subscription p {*/
/*    color: white; !* Text color within the form area *!*/
/*    margin-bottom: 20px; !* Spacing below the paragraph *!*/
/*}*/

/*!* Form styling *!*/
/*#subscription-form {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*#subscription-form input[type="email"] {*/
/*    padding: 10px;*/
/*    margin-right: 10px;*/
/*    border: none;*/
/*    border-radius: 12px;*/
/*}*/

/*#subscription-form button {*/
/*    padding: 10px;*/
/*    border: none;*/
/*    border-radius: 12px;*/
/*    background-color: #68623A; !* Button color *!*/
/*    color: white;*/
/*    cursor: pointer;*/
/*}*/

/*#subscription-form button:hover {*/
/*    opacity: 0.5;*/
/*}*/

/* Responsive adjustments */
/* Remove size adjustments for smaller screens */
/* Responsive adjustments for small screens */
/* Responsive adjustments for small screens */
@media (max-width: 767px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 20px; /* Increase padding to move content lower */
        padding-bottom: 30px; /* Add bottom padding if needed */
    }

    .image-box {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        padding-left: 40px;
        
    }

    .image-box img {
        max-width: 200px; /* Keep the same logo size */
        display: block;
        margin: 0 auto;
    }

    .footer-content h1 {
        font-size: 18px; /* Keep the same font size */
        margin-top: 10px;
        text-align: center;
    }

    .contact-info {
        max-width: 100%;
        text-align: center;
    }

    .copyright {
        max-width: 50%;
        text-align: center;
        position: relative;
        margin: 10px 0;
        padding-left: 40px;
    }
}

/* Responsive adjustments for medium screens */
@media (min-width: 768px) and (max-width: 1023px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 20px; /* Increase padding to adjust logo position */
        padding-bottom: 30px; /* Add bottom padding if needed */
    }
    .image-box {
        margin-top: 20px; /* Adjust the top margin to move the logo */
        margin-bottom: 10px;
        text-align: center;
        padding-left: 70px;
    }

    .image-box img {
        max-width: 300px; /* Keep the same logo size */
        display: block;
        margin: 0 auto;
    }

    .footer-content h1 {
        font-size: 28px; /* Keep the same font size */
        margin-top: 10px;
        text-align: center;
    }

    .contact-info {
        max-width: 90%;
        text-align: center;
    }
}




/* Responsive adjustments for larger screens (monitors) */
@media (min-width: 1024px) {
    .footer h1 {
        font-size: 28px; /* Adjust font size for larger screens */
    }

    .image-box img {
        max-width: 300px; /* Larger logo size for monitors */
    }

    .contact-info {
        max-width: 50%; /* Limit width of contact info */
        text-align: left; /* Align text to the left */
    }

    .footer-content {
        flex-direction: row; /* Align elements horizontally */
        justify-content: space-around; /* Space elements evenly */
    }

    .copyright {
        text-align: right; /* Keep copyright text on the right */
    }
}
