body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #98989826;
    position: relative;
    height: 60px; 
    line-height: 60px;
}

.menu-toggle-btn {
    position: absolute;
    left: 20px;
    font-size: 24px;
    cursor: pointer;
}
.lang-toggle-btn {
    position: absolute;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 36px;
    cursor: pointer;
    color: #942165;
}



.flag-icon {
    width: 20px;
    margin-right: 8px;
}

.side-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: left 0.3s ease;
    z-index: 1000;
    padding-top: 60px;
    display: flex;
    align-items: center;
}



.lang-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #f2f2f2;
    transition: left 0.3s ease;
    z-index: 1000;
    padding-top: 60px; 
}

.side-menu ul, .lang-menu ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: left;
    padding-left: 30px;
}



.side-menu li, .lang-menu li {
    padding: 10px 20px;
    text-align: left;

}




.side-menu ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    text-align: right;

}

.lang-menu li a {
    display: block;
    color: #212529;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}





.side-menu ul li a.active {
    color: #942165; 
}

.side-menu ul li a:hover {
    padding-left: 25px;
    color: #942165;

}



.logo-img {
    max-width: 100px; 
    height: auto; 
    display: block;
    margin: 0 auto; 
}

.logo-footer img {
    width: 140px;
    border-radius: 15px;
}



nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

/* nav ul li {
    margin-left: 20px;
} */

nav ul li a {
    text-decoration: none;
    color: #942165;
    font-weight: bold;
}


.banner {
    background-color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.swiper-container {
    width: 1280px;
    height: 486px;
    margin: 0 auto;
    padding: 20px 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.swiper-slide img {
    position: fixed;

}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.info {
    display: flex;
    justify-content: space-around;
    background-color: #98989826;
    padding: 20px 0;
}

.boxed {
    width: 80%;
    margin: 0 auto;
    
}

.info-item {
    text-align: center;
}

.info-item .icon {
    font-size: 40px;
}
.info-item .icon img{
    width: 50px;
}

.info-item h3 {
    margin: 5px 0;
}
.info-item p {
    margin: 5px 0;
}






.title{
    font-weight: bold;
    margin: 20px 0;
    text-align: right;

}


p {
    text-align: right;

}


/* blog */
.card-img-top {
    height: 250px;
    object-fit: cover;
  }




  .social-network {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background-color: #98989826; /* Background color */
  }
  .network {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s;
    color: white; /* Text color */
  }
  .network span {
    display: block;
    transition: transform 0.3s, opacity 0.3s;
    color: rgb(0, 0, 0); /* Text color */
    text-decoration: none; /* Remove underline */
    font-weight: bold;
  }
  .network i {
    display: none;
    transition: display 0.3s, opacity 0.3s;
    color: rgb(0, 0, 0); /* Icon color */
  }
  .network:hover span {
    transform: rotateY(180deg);
    opacity: 0;
  }
  .network:hover i {
    display: block;
    opacity: 1;
  }





  .img-container {
    overflow: hidden;
    margin: 10px;
    position: relative;
  }
  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .img-container:hover::before {
    opacity: 1;
  }




  .space{
    margin-top: 20px;
  }

  .site-footer{
    margin-top: 20px;
  }

  .widget_ohio_widget_logo{
    margin-top: 50px;
  }
  .widget_text {
    margin-top: 50px;
  }
  .widget-title {
    margin-top: 50px;
  }
  .site-footer-copyright {
    padding-bottom: 30px;
  }


  .nav-item:hover .nav-link {
    color: #942165 !important;
}
.mystickyelements-fixed {
    position: fixed;
    top: 50%; 
    transform: translateY(-50%);
    left: -32px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.mystickyelements-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #000000;
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
}

.mystickyelements-social-icon:hover {
    background: #333333;
}

.mystickyelements-social-icon i {
    color: white;
}

.mystickyelements-social-text {
    display: none;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    background: #26D367;
    padding: 10px;
    white-space: nowrap;
    z-index: 100;
    color: white;
    border-radius: 0 5px 5px 0;
}

.mystickyelements-social-icon:hover .mystickyelements-social-text {
    display: block;
}

.mystickyelements-minimize {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #000000;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 0 10px 0 0; 
    position: relative;
    color: white;
}

.mystickyelements-minimize i {
    color: white;
}

.mystickyelements-social-icon-li {
    margin: 0; 
    padding: 0; 
    list-style: none; 
}

.mystickyelements-social-phone .mystickyelements-social-icon {
    border-radius: 0 0 10px 0;
}




#mystickyelements-social-text-whatsapp {
    left: calc(100%) !important; 
    top: 75px !important;
}

#mystickyelements-social-text-phone {
    left: calc(100%) !important; 
    top: 125px !important;
}

.hero-image img{
    height: 70vh; 
    width: 100%;
    object-fit: cover;

}

.inoan{
    color: #942165;
    font-weight: 700;
}
.hr{
    color: rgba(71, 70, 70, 0.253);

}
.Sizlere{
    color: #d6cfd3;
    margin-top: 50px;
    text-align: right;
}







.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery a {
    position: relative;
    flex: 1 1 calc(50% - 10px); /* عرض كل صورة لنصف العرض المتاح */
    margin-bottom: 10px;
}

.gallery .image-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    font-size: 14px;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* CSS للـ lightbox */
.lightbox {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    display: none;
    overflow: hidden;
}

.lightbox img {
    width: 600px;
    height: 820px;
    display: block;
    margin: auto;
    transition: transform 0.3s ease-in-out;
    animation: fadeInOut 0.5s ease;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox:target {
    display: block;
}

.lightbox-content {
    margin-top: 30px;
    position: relative;
    text-align: center;
}



.lightbox .image-number {
    display: block;
    position: relative;
    color: white;
    font-size: 16px;
    margin-top: 10px;
}

.prev, .next, .close {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    color: white;
    font-size: 2em;
    text-decoration: none;
    padding: 10px;
}

.prev {
    right: 50px;
}

.next {
    right: 10px;
}

.close {
    top: 10px;
    left: 10px;
    font-size: 2em;
    transform: translateY(0);
}
