#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; /* or any color */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999; /* stays on top of all content */
}



/* Phone Screen Correction */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .gallery-reviews {
        grid-template-columns: 1fr;
    }
    .contact-info {
    flex-direction: column; /* Stacks vertically for smaller screens */
  }
  .contact-item {
    justify-content: center; /* Centers the items for smaller screens */
  }
}
#top-background{
    position: fixed;
    background-color: white;
    width: 100%;
    height: 16%;
}
#ci1{
    top: 15px;
}
#ci2{
    top: 41px
}
#ci3{
    top: 66px;
}

.contact-info {
  position: fixed;
  padding: 12px;
  display: flex;
  flex-direction: column; /* Keeps each section stacked vertically */
  gap: 10px; /* Reduced space between each contact item */
}

.contact-item {
  position: fixed;
  display:flex;
  align-items: center; /* Aligns the SVG and the text vertically */
  gap: 10px; /* Adds spacing between the icon and the text */
}

.contact-text {
  left: 30px;
  position: fixed;
  display:flex;
  text-decoration: none; /* Removes the underline */
  color: #333; /* You can adjust text color here */
  font-size: 16px; /* Adjust font size as needed */
}

.contact-item svg {
  width: 20px; /* Icon width */
  height: 20px; /* Icon height */
}

#contact{
    color: lightgray;
    text-decoration: underline;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: hidden;
    background-color: white;
}

a{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    
}

.contact-info{
    position: absolute;
    top: -5px;
    padding-left: 10px;
    color: black;
    text-decoration: none;
}
.contact-text{
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
}
.contact-text:hover{
    text-decoration: underline;
}
.contact-text:active{
    text-decoration: underline;
    color: #333;
}

#redirect{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
}

.banner-logo{
    display: flex;
    justify-content: center;
}
#banner{
    position: fixed;
    display: block;
    align-content: center;
    text-align: center;
    max-width: 27%;
    
}

/* Full-width, full-top gray bar */
.top-bar {
    width: 100%;
    background: #333;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 5px;
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar a:hover {
    text-decoration: underline;
}

.top-bar a:first-child {
    text-align: left; /* align address left */
}

.top-bar a:nth-child(2) {
    text-align: center; /* center phone */
}

.top-bar a:last-child {
    text-align: right; /* align email right */
}

.contact-form{
    position: absolute;
    top: 180px;
    margin: auto;
    padding: 15px;
    align-content: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-family: sans-serif;
    border-radius: 15px;
    border: black solid 7px;
    width: auto;
}
#suam{
    position: relative;
    top: -10px;
}
label{
    font-size: 18px;
}
input{
    width: 25vw;
    border: black solid 4px;
    border-radius: 20px;
    padding: 7px;
    background-color: lightgray;
    font-size: 16px;
    font-family: sans-serif;
}
textarea{
   width: 25vw;
    border: black solid 4px;
    border-radius: 20px;
    padding: 7px;
    background-color: lightgray; 
    background-color: lightgray;
    font-size: 16px;
    font-family: sans-serif;
}
#submit{
    color: black;
    font-size: 20px;
    font-weight: 700;
    width: 13vw;
    border: black solid 5px;
    border-radius: 25px;
    padding: 10px;
    background-color: lightgray;
}
#submit:hover{
    background-color: gray;
}
#submit:active{
    background-color: gray;
    text-decoration: underline;
}



.text{
    position: absolute;
    margin: auto;
    padding: 10px;
    max-width: 35%;
    text-align: center;
    align-content: center;
    top: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: sans-serif;
}