html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
.maintenance {
    background-image: url(https://demo.wpbeaveraddons.com/wp-content/uploads/2018/02/main-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.maintenance__image {
    background-image: url(https://dl.dropboxusercontent.com/s/9xyenoh1ztvt0v3/construction-simple.svg?dl=0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;  
    width: 600px;
    min-height: 300px;
    animation: move 5s infinite alternate; 
}


@keyframes move {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-10px); 
    }
    100% {
        transform: translateY(0); 
    }
}

.maintenance_contain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;  
    padding: 15px;  
}
.maintenance_contain img {
    width: auto;
    max-width: 100%;
}
.pp-infobox-title-prefix {
    font-weight: 500;
    font-size: 20px;
    color: #074f8a; 
    margin-top: 30px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.pp-infobox-title {
    color: #074f8a; 
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    word-break: break-word;  
}

.pp-infobox-description {
    color: #097258; 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.pp-infobox-copyright {
    color: #000; 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.title-text.pp-primary-title {
    color: #2b879e; 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 0px;
}

.pp-infobox-description p {
    margin: 0;
}


.pp-social-icon {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.pp-social-icon a {
    display: inline-block;
    height: 60px;
    width: 60px;
   
    text-align: center; 
}

.pp-social-icon a i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px; 
    text-align: center;
    margin: auto; 
    border-radius: 0; 
}

.pp-social-icon:nth-child(1) a i {
    color: #4b76bd;
}
.pp-social-icon:nth-child(1) a i {
    border: 2px solid #4b76bd;
}
.pp-social-icon:nth-child(2) a i {
    color: #139b45; 
}
.pp-social-icon:nth-child(2) a i {
    border: 2px solid #139b45;
}
.pp-social-icon:nth-child(3) a i {
    color: #fb5245;
}
.pp-social-icon:nth-child(3) a i {
    border: 2px solid #fb5245;
}
.pp-social-icon:nth-child(4) a i {
    color: #158acb;
}
.pp-social-icon:nth-child(4) a i {
    border: 2px solid #158acb;
}

.pp-social-icons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.countdown {
    display: flex;
    justify-content: center;
    margin: 25px auto;
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
}

.time-entry {
    background: rgba(255, 255, 255, 0.8); 
    border: 1px solid #ccc; 
    border-radius: 8px; 
    padding: 20px; 
    margin: 0 10px; 
    text-align: center; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    transition: transform 0.2s; 
}

.time-entry:hover {
    transform: scale(1.05); 
}

.time-entry span {
    display: block; 
    font-size: 2rem; 
    font-weight: bold; 
    color: #333; 
}

.time-entry div {
    font-size: 1rem; 
    color: #666; 
}

.logo {
    margin-bottom: 5px; 
    text-align: center; 
}

.logo img {
    width: auto; 
    max-width: 100px; 
    height: auto; 
    display: block; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}