body {
            margin: 0;
            padding: 0px 0px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #fff;
        }

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

.home-link {
    text-decoration: none;       
    color: #888;
    transition: 0.3s;
}

.home-link:hover {
    color: #d8b67e;              
}


        .page-container {
            display: grid;
            grid-template-columns: 1.5fr 1fr; 
            gap: 60px; 
            max-width: 1100px;
            margin: 0 auto; 
        }

        h2 {
            font-weight: 400;
            margin-bottom: 30px;
            margin-top: 30px;
        }

       
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        input, textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #eeeeee;
            background-color: #fafafa;
            box-sizing: border-box; 
            font-size: 14px;
        }

        input { margin-bottom: 20px; }

        .send-btn {
            background-color: #d8b67e;
            color: white;
            border: none;
            padding: 12px 35px;
            cursor: pointer;
            border-radius: 2px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        
        .info-text {
            color: #777;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 14px;
            color: #444;
        }

        .icon-box {
            background-color: #d8b67e;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            flex-shrink: 0; 
        }

        




        
        .sowar {
    padding: 50px 0 100px;
}

.sowar .slider-wrapper {
    width: 100%;
    margin: 0 60px 50px;
    overflow: hidden;
}

.sowar-title {
    text-align: center;
    margin-bottom: 50px;
    text-decoration: underline;
    text-decoration-color: #dcb38a;
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
    margin-left: 30px;
}

.sowar .slider-item {
    display: flex;
    padding: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.sowar .slider-item .sora {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 50%;
    margin-right: 150px;
}

.sowar .slider-item .name {
    font-size: var(--font-size-medium);
    margin-bottom: 16px;
    margin-right: 150px;
}

.sowar .slider-item .description {
    line-height: 25px;
    margin-right: 150px;
}

.sowar .swiper-pagination-bullet {
   width: 15px;
   height: 15px;
   opacity: 1;
   background-color: #dcb38a;
}

.sowar .swiper-slide-button {
    margin-top: -50px;
    color: #dcb38a;
    transition: color 0.3s ease;
}

.sowar .swiper-slide-button:hover {
    color: #3b3936;
}
        
        
        
        
        
        
        
        
        
        
        
        
        .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;
    }

        @media (max-width: 800px) {
            .page-container {
                grid-template-columns: 1fr; 
            }
        }
    }
