  body {
            font-family: Arial;
            margin: 0;
            background-color: #f5f5f5;
        }
        

        
        .header {
            display: flex;
            justify-content: space-between;
            padding: 20px 50px;
            background-color: white;
        }
       .page-title {
    display: flex;               
    justify-content: space-between; 
    align-items: center;         
    padding: 30px 10%;   
     background-color:#eeeeee;       
    
}

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

.page-title nav {
    font-size: 14px;
}
.home-link {
    text-decoration: none;       
    color: #888;
    transition: 0.3s;
}

.home-link:hover {
    color: #d8b67e;              
}
          
          
        .container {
            display: flex;
            padding: 20px 50px;
        }

       .color{
            background-color: #d8b478 ;
             color: white;
        
             border: 6px  solid #d8b478;
             display: inline-block;
             border-radius: 0px;
             padding: 20px;

    
    
                transition: background-color .3s;
                    position: relative;
                        display: block;
       }
       .color:hover{
        background-color:black ;
         border: 6px  solid black;
       }
       .c1 img{
    
    width: 100%;
    border-radius: 0px;
    padding-bottom: 20px;
    
   
   
       }
       .c1{
        
         border: 2px solid #eeeeee;
    border-radius: 0px;
    margin-bottom:  40px;
    
    
       }
     
       .p{
        padding-left: 10px;
       }
       .h2{
        padding-left: 10px;
        padding: 20px;
       }
       .h2:hover {
        color: #d8b478 ;
       }
       #color p{
        color: gray !important;
       }
      .p3{
          padding-left: 10px;
      }
      .p3:hover{
        color: #d8b478 ; 
      }
      .p1{
          padding-left: 10px;
          color: gray;
      }
      .sidebar{
        flex-direction: column;
      }
      body {
  font-family: Arial;
  margin: 0;
  background-color: #f5f5f5;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  background-color: white;
}

/* Layout */
.container {
  display: flex;
  gap: 40px;
  padding: 40px 50px;
  max-width: 1200px;
  margin: auto;
}


.content {
  flex: 3;
}


.text {
  background-color: white;
  border: 1px solid #eee;
  margin-bottom: 40px;

}

.text img {
  width: 100%;
}

.h2 {
  padding-left: 15px;

}

.h2:hover {
  color: #d8b478;
}

.p,
.p1,
.p3 {
  padding-left: 15px;
}

.p1 {
  color: gray;
}

.p3:hover {
  color: #d8b478;
}




.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.sidebar input {
  width: 100%;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}


.sidebar h4 {
  margin-top: 20px;
}

.sidebar ul {
  padding-left: 15px;
  list-style: none;
}
.list{
  padding: 10px 0;
  margin: 5px;
}
.list:hover{
  color: #d8b478;

}
.my-list  {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.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;
    }}
   

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


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