﻿
ul {
    list-style: none;
    display: flex;
}


body {
   
    justify-content: center;
    align-items: center;
    background-image: url('../images/mbg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    body {
        background-image: url('../images/mbg1.png'); /* Change background image for mobile */
    }
}
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-right: 10px; /* Adjust as needed */
    }

.transparent-box {
    background-color: rgba(255, 255, 255, 0.7); /* Adjust the opacity as needed */
    padding: 10px; /* Adjust as needed */
    margin-top: 10px; /* Adjust as needed */
}

.survey-text {
    color: black;
    display: block;
    text-align: center;
    padding-top: 60px;
}
.transparent-box {
    position: fixed;
    left: 50%; /* Move the box to the middle of the screen horizontally */
    transform: translateX(-50%); /* Center the box horizontally */
    bottom: 0;
    width: 83%;
    background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
    text-align: center;
    color: black;
    font-size: 14px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
}

.footer-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 14px;
   
    padding: 62px; /* Add padding for better visibility */
}

    .footer-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-box ul li {
            display: inline-block;
            margin-right: 10px; /* Adjust the spacing between icons */
        }
.container{
    margin-top:4%;
}
