.nav-link {
  display: inline-block;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent; ;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
}


.nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  background-color: #281e1e;
  transition: 0.3s;
  box-sizing: border-box;
}

.navbar.scrolled {
  background-color: #281e1e !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  display: inline-block;
  padding: 1px;

}

.navbar a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.nav-logo {
    text-decoration: none;
}

.logo-text {
    margin: 0;
    color: white;
}

        .page-title {
    display: flex;               
    justify-content: space-between; 
    align-items: center;         
    padding: 120px 10% 40px;
    background-color: #eeeeee;
    margin-top: 0;
}

.page-title h1 {
    font-family: 'Georgia', serif; 
    font-size: 28px;
    font-weight: 400;                
}

.page-title nav {
    font-size: 14px;
}
* {
    box-sizing: border-box;
}

body {
           font-family: 'Alegreya', serif;
           -webkit-font-smoothing: antialiased;
            font-size: 18px;
            background-color: #fff;
            font-weight: 400;
            line-height: 33.48px;
           
        
}

.header{
    height: 200px;
    background-color:#f7f7f7;
    padding-top: 20px;
    padding-bottom:100px;
    text-align: center;
   
}
.page-title {
    font-size: 40px;
    font-weight:lighter;
    letter-spacing: 1px;
    
    color: rgb(45, 45, 45);
}
.bar{
    list-style:none;
    display: flex;
    justify-content: center;
    text-align: center;
     padding: 0;
}

.bar li a {
    justify-content: center;
     text-align: center;
     text-decoration: none;
     color: rgb(81, 81, 81);
     gap: 10px;
    
}

.slash {
     margin: 0 10px;
}

.container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 70px 79px;
    margin: 0px 120px;
   
    
}
.image-wrapper{
     width: 400px;
     height: 400px;
     overflow: hidden;
     position: relative;
}
.image-wrapper img{
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease; 
      object-fit: cover;
      display: block;

}  

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}
.image-wrapper:hover .overlay {
    opacity: 1; 
}
.image-wrapper:hover img {
        transform: scale(1.1); 
    }

    .modal{
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
       opacity: 3;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
            max-width: 85%;
            max-height: 85%;
            box-shadow: 0 0 20px rgba(255,255,255,0.2);
           
        } 
        .close-btn {
                    position: absolute;
                    top: 30px;
                    right: 50px;
                    color: white;
                    font-size: 60px;
                    font-weight: lighter;
                    cursor: pointer;
                    line-height: 1;
                }
/* --- Footer Main --- */
 
.container {
   width: 100% ;
    max-width: 1500px;
    margin: 0 auto ;
    padding: 0  40px ;
    box-sizing: border-box ;
}

footer {
    background-color: #3b3936;
    color: #aaa;
    padding: 60px 0 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.footer-top {
   display: flex;                
    justify-content: space-between;
    padding: 50px 0;              
    margin-bottom: 30px;
}

.footer-top::after {
    content: "";
    display: table;
    clear: both;
}

.footer-col {
    flex: 1;
    margin-right: 40px;
}

.footer-col.last-col {
    margin-right: 0; 
}

.footer-col h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;;
    text-transform: capitalize;
    padding-left: 0px;
    text-align: left;
}

.footer-col p {
    line-height: 1.8;
}

.hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hours-list li {
    padding: 10px 0;
    border-bottom: 1px solid #4a4845;
}

.hours-list li:before {
    content: "› ";
    margin-right: 8px;
    color: #dcb38a;
    font-weight: bold;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li {
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    text-align: left;
    padding-top: 20px;
}

.footer-icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #888;
    padding-top: 22px;
}

.icon-red { color: #ff5e6c; }
.icon-blue { color: #5bc0de; }

.footer-bottom {
    text-align: center;
    border-top: 1px solid #4a4845;
    padding-top: 20px;
    clear: both;
}

.footer-logo {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
    font-style: italic;
}

.social-icons {
    margin-top: 25px;
}

.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #2b2b2b;
    color: #666;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #dcb38a;
    color: #fff;
}

@media (max-width: 768px) {
    .footer-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-top {
        flex-direction: column;
        padding: 30px 0;
    }}
