.u-section-2 {
    background-color: #ffffff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.u-list-item-image {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
}

.u-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.u-repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.u-list-item {
    flex-basis: calc(25% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
}

.u-list-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.u-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.u-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.u-text-2, .u-text-4, .u-text-6, .u-text-8, .u-text-10, .u-text-12, .u-text-14, .u-text-16 {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding-top: 47px;
    background-color: #ffffff;
    color: #333;
}
main{
background-image: url('enerjiservislogo.png');
    background-size: cover;
    background-position: center;
padding: 0px;
}

header, footer{
    padding: 0px;
}

header {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.with-background {
    background-image: url();
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
}

nav1 {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

nav1 ul1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav1 ul1 li1 {
    display: inline-block;
    margin: 0 20px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

nav1 ul1 li1:hover {
    transform: scale(1.1);
}

nav1 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    position: relative;
    transition: color 0.3s;
}

nav1 a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    bottom: -5px;
    left: 0;
}

nav1 a:hover::after {
    width: 100%;
}

main {
    padding: 20px;
    background: #fff;
}

main h2 {
    color: #333;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: #333;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.wp {
    width: 50px;
    height: auto;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}

@media (max-width: 800px) {
    body {
        padding-top: 50px;
    }

    nav1 {
        padding-bottom: 20px;
    }

    .wp {
        margin-top: 20px;
        max-width: 100%;
    }

    nav1 ul1 li1 {
        display: inline-block;
        margin: 0 5px;
    }

    nav1 a {
        font-size: 0.9em;
    }

    img {
        max-width: 100%;
    }

    .u-text {
        font-size: 15px;
    }

    .u-text-2, .u-text-4, .u-text-6, .u-text-8, .u-text-10, .u-text-12, .u-text-14, .u-text-16 {
        font-size: 14px;
    }

    .u-list-item-image {
        width: 40%;
        margin: 0 auto;
    }

    .u-list-item {
        flex-basis: 70%;
    }
}