/* Custom shared styles for AIOR website */

/* Hero sections with background image and gradient */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    z-index: 20;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
}

/* Floating cards overlap on главной */
.floating-cards-container-custom {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

/* Footer common paddings */
.footer-main {
    padding: 50px 0;
}

/* About page accordion wrapper to center like test-accordion */
.about-accordion-wrapper {
    max-width: 1024px;
    margin: 0 auto 60px auto;
    padding: 30px 20px;
}

.about-accordion-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

@media (max-width: 768px) {
    .about-accordion-wrapper {
        margin: 0 15px 40px 15px;
        padding: 20px 15px;
    }
}

/* Wrapper to центрировать аккордеон по странице */
.about-accordion-section {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

/* Floating mobile menu panel */
.mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.25rem;
    background-color: rgba(
        15,
        23,
        42,
        0.75
    ); /* более сильное затемнение фона */
}

.mobile-menu-panel-inner {
    width: 80%;
    max-width: 280px;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
}

.map-frame-container {
    background: white;
    border-radius: 0.75rem;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.hero-section--index {
    min-height: 300px;
    background:
        linear-gradient(
            90deg,
            rgba(30, 60, 114, 0.95) 0%,
            rgba(42, 82, 152, 0.8) 40%,
            rgba(42, 82, 152, 0) 100%
        ),
        url("../img/fon.png");
    background-size: cover;
    background-position: center;
}

.hero-section--tin {
    min-height: 100px;
    background:
        linear-gradient(
            90deg,
            rgba(30, 60, 114, 0.95) 0%,
            rgba(42, 82, 152, 0.8) 40%,
            rgba(42, 82, 152, 0) 100%
        ),
        url("../img/fon.png");
    background-size: cover;
    background-position: center;
}

.hero-section--about {
    min-height: 140px;
    background:
        linear-gradient(
            90deg,
            rgba(30, 60, 114, 0.95) 0%,
            rgba(42, 82, 152, 0.8) 40%,
            rgba(42, 82, 152, 0) 100%
        ),
        url("../img/fon.png");
    background-size: cover;
    background-position: center;
}
ul {
    list-style: "• " !important;
    margin-top: 10px !important;
    padding-block-end: 0;
    margin-bottom: 0 !important;
}
.text-xxl {
    font-size: 1.75rem;
    line-height: 2rem;
}
