
@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: 18px;
}

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: calc(100vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    /*background-image: url(image/File15-min.png);*/
}


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

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

.alignment {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
}





.services {
    display: flex;
    flex-direction: row; /* Change to row to display in a row */
    justify-content: center;
    align-items: center;
}

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

.service-list p {
    margin-right: 20px; /* Adjust as needed for horizontal spacing */
    text-align: center;
}

/* Remove the vertical margin from p to avoid extra space between rows */
.service-list p:last-child {
    margin-right: 0;
}


.contact-info {
       margin-top: 30px;
    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-right: 10px;
}

.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%;
}


/* Add this to your existing CSS styles */
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 {
    text-align: center;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}


h1 {
    margin: 0px;
    font-size: 2.5em;
}

h2 {
    margin: 10px;
    font-size: 1.5em;
}


#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: 10px;
    place-self: center;
    place-content: center;
}

#menu {
    text-transform: uppercase;
    position: fixed;
    bottom: 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-items: center;
}

#menu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 10px;
}

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

.separator {    
    place-self: center;
    color: white;
    
}

.separator1 {    
    place-self: center;
    color: #333;
    
}


.image {
        width: 77%;
    /*border-radius: 20px;*/
    /*margin: 20px;*/
}



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


        .image-gallery img {
            width: 46%;
            border-radius: 20px;
            margin-bottom: 4px;
             border-radius: 42px;
        }
        

.left-top {
    top: 0;
    right: 0;
    padding: 20px;
    margin-top: 250px;
}

.right {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40% !important;
    padding: 20px;
}

.left-bottom {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80% !important;
    padding: 20px;
}

.bgh1 {
    background: #0000006e;
}

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

footer {
    padding: 20px;
}



