@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


.main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}

.section-heading-1 {
    text-align: center;
    margin-bottom: 30px;
}
.section-heading-1 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.section-heading-1 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.section-heading-1 .kode-icon {
    font-size: 30px;
    color: #1c1b1b;
    margin-top: 5px;
}


.bb-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.bb-item:first-child {
    display: block;
}


.bb-custom-side h3 {
    color: #b04a1a;
    font-size: 24px;
    margin: 0 0 12px 0;
    font-weight: bold;
}

.bb-custom-side p {
    font-size: 16px;
    color: #3b3b3b;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

/* --- Navigasyon Okları --- */
.bb-custom-wrapper > nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
    gap: 14px;
}
.bb-custom-wrapper > nav a {
    border-radius: 8px;
    color: #b04a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #fff;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 10px #ececec;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: none;
    outline: none;
}
.bb-custom-wrapper > nav a:hover {
    background: #f8e5d4;
    color: #a53c0b;
}

@media (max-width: 1024px) {
    .bb-custom-wrapper, .bb-bookblock {
        min-width: 98vw !important;
        max-width: 100vw !important;
    }
    .bb-custom-side {
        height: auto;
        min-height: 300px;
        padding: 24px 10px 15px 10px;
    }
}

@media (max-width: 820px) {
    .bb-custom-wrapper {
        min-width: 99vw;
        padding: 4vw 0 60px 0;
    }
    .bb-bookblock {
        min-width: 99vw !important;
        max-width: 100vw !important;
    }
    .bb-custom-side {
        padding: 10px 2vw 8px 2vw;
        font-size: 14px;
        min-height: 180px;
        border-radius: 0;
    }
}
