.header-wrapper {
    width: 100%;
    background-image: url('meandr_top.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}

.main-card {
    background-color: rgba(240, 248, 255, 0.7) !important; 
    border: none !important;
    border-radius: 0;
}

.card-header {
    background-color: transparent !important;
    border-bottom: none;
    padding: 15px 0;
}

/* 2. Стиль карточек (nav-pills) */
.nav-pills .nav-link {
    background-color: #F0F8FF !important;
    color: #333 !important;
    margin: 0 10px;
    border: 1px solid #dcdcdc !important;
    transition: 0.3s ease;
}

.nav-pills .nav-link:hover {
    background-color: #B0E0E6 !important; 
    border-color: #99c2c7 !important;
}

.nav-pills .nav-link.active {
    background-color: #B0E0E6 !important;
    font-weight: bold;
}

.custom-dropdown {
    position: static; 
}

.mega-menu {
    display: none; 
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #F0FFFF; 
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    border-top: 1px solid #dcdcdc;
}

.custom-dropdown:hover .mega-menu {
    display: block;
}

.mega-menu-inner {
    max-width: 800px; 
    margin: 0 auto;
    display: flex;
    justify-content: center; 
    padding: 3px 0;
}

.mega-menu-inner a {
    text-decoration: none;
    color: #333;
    padding: 10px 25px;
    font-size: 0.95rem;
    transition: 0.2s;
}

.mega-menu-inner a:hover {
    background-color: #B0E0E6;
    border-radius: 5px;
}

.content-area {
    max-width: 800px;
    margin: 0 auto;
    background-color: white; 
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* old */
body {
    width: 1200px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    background-color: rgb(230, 230, 250, 0.5);
}

.inline-photo {
    float: right;
    width: 27%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.navbar {
    background-color: #F0F8FF;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.menu > li {
    position: static;
}

.menu a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.menu a:hover {
    background-color: #B0E0E6;
}

.submenu-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;

    position: absolute;
    left: 0;
    width: 100%;
    background-color: #F0FFFF;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.05);
    border-top: 1px solid #e0e0e0;
}

.dropdown:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.submenu a {
    font-size: 0.89em;
    padding: 10px 20px;
    border-bottom: none;
}


.container {
    padding-top: 20px;
}

.content {
    padding: 20px 0;
}
