*{font-family: Sahel,Dubai,Tahoma !important}
.services,.services .swiper-slide{
    height: auto;
}
.nav-item:hover .big-menu {
    display: block; 
    max-height: 500px; 
}
.big-menu {
    width: 100%;
    height: auto;
    background: white;
    opacity: 0.95;
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 3;
    display: none;
    padding: 30px 40px;
    justify-content: center; 
    align-items: flex-start; 
    overflow: hidden;
    transition: max-height 1.5s ease-out;
}


.menu-columns {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.menu-col{
    margin: 0 auto;
}
.menu-col h3 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}

.menu-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-col ul li {
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.menu-col ul li:hover {
    color: #0071ff;
}

@media (max-width:1200px){
    .big-menu{display:none !important;}
}

img.logo{
    height: 60px;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; 
  z-index: 4;
}

.opentable {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    margin: 20px 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.opentable .title {
    background: #f5f5f5;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
}

.panel {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    overflow: hidden;
}

.panel-default {
    border-color: #dcdcdc;
}

.panel-heading {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.panel-body {
    padding: 20px 16px;
}

.panel-body h3.text-center {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.panel-body .side {
    display: block;
    transition: color .2s;
}

.panel-body .side:hover {
    color: #23527c;
    text-decoration: underline;
}
