/* -------------------- */
/*  Page Styling Start */
/* ------------------ */

#ser-icon-section {
    display: none;
}

#footer {
    margin-top: 0 !important;
}

#page-title-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    --offset: var(--space);
    top: var(--offset);
    position: sticky;
    max-height: 100vh;
    height: 100vh;
}

.overlay {
    background-color: #4770c266;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#page-content-section {
    /* grid-template-rows: auto 1fr auto; */
    /* display: grid; */
    /* position: absolute; */
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
}

#page-content-section::-webkit-scrollbar {
    /* display: none; */
    direction: rtl;
}

#page-content-section {
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
    direction: rtl;
}

.page-content-box {
    margin-bottom: 50px;
    direction: ltr;
}

.title-block {
    border-left: 5px solid #4770c2;
    background-color: #02123a;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    color: white;
    z-index: 99;
}

.page-title {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
    color: #373a3c;
}

.page-text {
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    color: gray;
}

.page-bullets {
    margin-left: 20px;
    font-size: 18px;
    color: gray;
}

.color-block {
    background-color: #4770c2;
}

.color-block * {
    color: white !important;
}

.map-canvas {
    height: 100%;
}

.page-text i {
    background-color: #4770c23b;
    border-radius: 5px;
    margin-right: 5px;
    color: #4770c2;
    padding: 5px 8px;
    font-size: 12px;
}

.solid-container {
    height: 100vh;
}
