
@media only screen and (min-width: 600px) {
    .section {
        width: 600px;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 600px) {
    #menu {
        width: 600px;
        margin: 0 auto;
    }
}

html, body {
    overflow: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    overflow: hidden;
    scrollbar-width: none;
    font-size: 20px;
}

body::-webkit-scrollbar {
    display: none;
}

@media screen and (-webkit-touch-callout: none) {
    body {
        overflow: hidden;
    }
}

#container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    background-image: url('image/File203.png')
}

#section1, #section2, #section3, #section4, #section5, #section6 {
    background-size: cover;
    background-position: center;
}

.black-bg {
    background-color: #333;
}

.alignment {
    margin-bottom: 100px;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.service-list p {
    margin-right: 20px;
    text-align: center;
}

.service-list p:last-child {
    margin-right: 0;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    place-items: center;
}

.phone-number {
    font-size: 1.1em;
    margin: 0;
    text-decoration: none;
    color: inherit; 
}

.contact-icon {
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 6px;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
}

.assistant, .admin {
    text-align: center;
    margin: 20px;
}

.assistant img, .admin img {
    max-width: 100%;
    height: 100px;
    border-radius: 50%;
}



video {
    width: 80%;
    height: auto;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 20px;
}

ul.service-list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
    justify-content: space-between;
}

ul.service-list p {
    margin: 10px 0;
    text-align: center;
}

p {
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
}

h1, h2, h3, h4 {
    margin: 10px;
}

h2 {
    font-size: 22px;
}

h4 {
            text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
        text-align: -webkit-center;
}

#top-menu {
    text-transform: uppercase;
    position: fixed;
    top: 0;
    width: 100%; /* Reduce the width to 80% */
    background-color: #333;
    display: flex;
    justify-content: space-between; /* Updated to create space for arrows */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    place-content: center;
}


#top-menu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 3px;
    place-self: center;
    place-content: center;
    font-size: 15px;
}


#menu {
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}

#menu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    place-self: center;
    font-size: 12px;
}

#menu a.active {
    color: #008cfe;
}

.separator, .separator1 {    
    place-self: center;
}

.separator {
    color: white;
}

.separator1 {
    color: #333;
}

.image {
    width: 30%;
    border-radius: 4px;
    margin: 10px;
}

#built-by {
    font-size: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    color: inherit; 
    margin-top: -30px;
}




.sidesite {
    font-size: 12px;
    margin: 0;
    text-decoration: none;
    color: inherit; 
    padding: 20px;
}

footer {
    padding: 20px;
}



ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
    text-align: center; /* Optional: Center the text within each list item */
}



