/**
 * #ea5924 - accent
 * #111517 - darker
 * #1f2020 - lighter
 * #e2ddc9 - text yellow
 * #d0d4d7 - light gray
 * #ea5924 - from
 * #d14512 - to
 */

body {
    background-color: #111517;
    color: #e2ddc9;
}
p {
    color: #111517;
}
.contact .contact-info .item .icon {
    color: #e2ddc9;
}
.contact p, .hero p, .works p, .team p, .blog p {
    color: #d0d4d7;
}
.hero .feat-item p {
    color: #111517;
}
.nav-scroll {
    background-color: #1f2020;
    box-shadow: none;
    border: none;
    outline: none;
}
.nav-scroll .navbar-nav .nav-link {
    color: #e2ddc9;
}
.navbar > .container,
.navbar > .container-fluid {
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar .nav-login-btn,
.nav-scroll .nav-login-btn {
    color: #fff !important;
}
.navbar .nav-login-btn:hover,
.navbar .nav-login-btn:focus,
.nav-scroll .nav-login-btn:hover,
.nav-scroll .nav-login-btn:focus {
    color: #fff !important;
}
.team .item {
    background-color: #fff;
    padding: 10px;
}
.team .item .info h6 {
    color: #111517;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    color: #ea5924;
    background-color: #ea5924;
}
.bg-yellow {
    background-color: #e2ddc9;
}
.tabs-section .tab-content .left .box-white {
    background-color: #1f2020;
}

.tabs-section .tab-content .left .title {
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .4px;
    color: #e2ddc9;
    margin-bottom: 14px;
}

.tabs-section .tab-content .left .sub-title {
    font-family: 'Repro', system-ui, sans-serif;
    color: #ea5924;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 12px;
}

.tabs-section .tab-content .left .tab-lead,
.tabs-section .tab-content .left .box-white > p,
.tabs-section .tab-content .left .tab-content p {
    color: #d0d4d7 !important;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.tabs-section .tab-content .left .coord-table-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    border: 1px solid #3a3f42;
    border-radius: 0;
    background: #171a1b;
}

.tabs-section .tab-content .left .coord-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 11px;
    color: #d0d4d7;
}

.tabs-section .tab-content .left .coord-table th,
.tabs-section .tab-content .left .coord-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #2c3033;
    border-right: 1px solid #2c3033;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.tabs-section .tab-content .left .coord-table th:last-child,
.tabs-section .tab-content .left .coord-table td:last-child {
    border-right: 0;
}

.tabs-section .tab-content .left .coord-table tbody tr:last-child td {
    border-bottom: 0;
}

.tabs-section .tab-content .left .coord-table thead th {
    background: #262a2c;
    color: #e2ddc9;
    font-weight: 500;
    letter-spacing: .2px;
}

.tabs-section .tab-content .left .coord-table tbody tr:nth-child(even) {
    background: #1a1d1e;
}

.tabs-section .tab-content .left .coord-table tbody tr:hover {
    background: #242829;
}

.tabs-section .nav-pills .nav-link {
    font-family: 'Repro', system-ui, sans-serif;
}

.tabs-section .nav-tabs .nav-link {
    font-family: 'Repro', system-ui, sans-serif;
    color: #d0d4d7;
    border-color: #3a3f42;
    background: #171a1b;
}

.tabs-section .nav-tabs .nav-link.active {
    color: #ea5924;
    background: #1f2020;
    border-color: #3a3f42 #3a3f42 #1f2020;
}

.tabs-section .nav-pills .nav-link {
    background-color: #111517;
    color: #e2ddc9;
    border-right-color: transparent;
}
.tabs-section .nav-pills .nav-link.active {
    background-color: #1f2020;
    border-top-color: #ea5924;
    color: #ea5924;
}
.why-us {
    background-color: #e2ddc9;
}
.why-us .item .cont h5 {
    color: #ea5924;
}
.curve.curve-top:after, .curve.curve-top:before {
    border-top-color: #111517;
}
.curve:after, .curve:before {
    border-bottom-color: #111517;
}
.hero .feat-item .text-center {
    background-color: #e2ddca;
}
.hero .feat-item h5 {
    color: #111517;
}
.contact .form input,
.contact .form textarea {
    background-color: #1f2020;
    color: #e2ddc9;
    border: 1px solid #3a3f42;
    caret-color: #ea5924;
}

.contact .form input::placeholder,
.contact .form textarea::placeholder {
    color: #9aa1a6;
    opacity: 1;
}

.contact .form input:focus,
.contact .form textarea:focus {
    outline: none;
    border-color: #ea5924;
    background-color: #262a2c;
    color: #e2ddc9;
}

.contact .form .butn,
.contact .form .butn-bg {
    background: #ea5924 !important;
    color: #fff !important;
    border-color: #ea5924 !important;
}

.contact .form .butn span,
.contact .form .butn-bg span {
    color: #fff !important;
}

.contact .form .butn:hover,
.contact .form .butn-bg:hover {
    background: #d14512 !important;
    color: #fff !important;
    border-color: #d14512 !important;
}

.contact .form .butn:hover span,
.contact .form .butn-bg:hover span {
    color: #fff !important;
}
.tabs-section .tab-content .left .feat li {
    color: #ea5924;
    background-color: #262626;
}
.tabs-section .tab-content .left .feat .icon {
    color: #ea5924;
}
.tabs-section .tab-content .left .feat li:hover {
    color: #fff;
    background-color: #ea5924;
}
.tabs-section .tab-content .left .feat li:hover .icon {
    color: #fff;
}
.hero .curve.curve-gray-b:after, .hero .curve.curve-gray-b:before {
    border-bottom-color: #e2ddca;
}
.process .curve.curve-top:after, .process .curve.curve-top:before {
    border-top-color: #e2ddca;
}
.curve {
    display: none;
}
.nav-scroll .icon-bar {
    color: #ea5924;
}
.nav-scroll .navbar-collapse .active {
    color: #ea5924 !important;
}
.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.equal-cols:before, .row.equal-cols:after {
    display: block;
}
.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog .item h6 a {
    font-size: 16px;
    font-family: 'Repro', system-ui, sans-serif;
    font-weight: 500;
}
.blog .item p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.blog .item .more:hover {
    color: #ea5924;
}
.blog.bg-img .item {
    background: rgba(17, 21, 23, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

/* Equal-height news tiles in the carousel */
.blog .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog .owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.blog .owl-carousel .owl-item > [class*="col-"] {
    display: flex;
    width: 100%;
}

.blog .owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog .owl-carousel .item .post-img .img {
    height: 200px;
    overflow: hidden;
}

.blog .owl-carousel .item .post-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog .owl-carousel .item .cont {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog .owl-carousel .item .cont p {
    flex: 1 1 auto;
}

.blog .owl-carousel .item .cont .more {
    margin-top: auto;
}

.blog.bg-img .section-head h4,
.blog.bg-img .section-head h4 span {
    color: #e2ddc9;
}
.blog.bg-img .section-head p {
    color: rgba(226, 221, 201, 0.75);
}

/* Cursor trail (stylus stroke) */
.cursor-trail {
    position: fixed !important;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    overflow: visible;
}

/* Back to top */
.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 9990;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #ea5924;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background-color .2s ease;
    box-shadow: none;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #d14512;
    color: #fff;
}

.back-to-top:focus {
    outline: 2px solid #e2ddc9;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .back-to-top {
        right: 16px;
        bottom: 20px;
        width: 44px;
        height: 44px;
    }
}

/* ---- Directions page ---- */
.page-header {
    padding: 160px 0 100px;
    background-size: cover;
    background-position: center;
}

.page-header h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-header p {
    color: #d0d4d7;
    font-size: 16px;
    line-height: 1.7;
}

.direction-explorer {
    position: relative;
    z-index: 40;
    margin: -56px auto 40px;
    max-width: 920px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(17, 21, 23, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(17, 21, 23, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.direction-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.direction-jump-item {
    position: relative;
    flex: 0 0 auto;
}

.direction-jump-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 1px solid #dde1e4;
    border-radius: 999px;
    background: #eef1f3;
    color: #1f2020;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 14px rgba(17, 21, 23, 0.04);
    transition:
        background-color .28s ease,
        border-color .28s ease,
        color .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
}

.direction-jump-trigger:hover {
    background: #e6eaed;
    border-color: rgba(234, 89, 36, 0.4);
    box-shadow: 0 8px 20px rgba(234, 89, 36, 0.12);
    transform: translateY(-1px);
}

.direction-jump-trigger:focus-visible {
    border-color: #ea5924;
    box-shadow: 0 0 0 3px rgba(234, 89, 36, 0.22);
}

.direction-jump-trigger i {
    color: #ea5924;
    font-size: 14px;
}

.direction-jump-caret {
    font-size: 11px !important;
    margin-left: 2px;
    opacity: 0.75;
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1);
}

.direction-jump-item.is-open .direction-jump-trigger {
    background-color: #ea5924;
    border-color: #ea5924;
    color: #fff;
    box-shadow: 0 10px 24px rgba(234, 89, 36, 0.28);
}

.direction-jump-item.is-open .direction-jump-trigger i {
    color: #fff;
}

.direction-jump-item.is-open .direction-jump-caret {
    transform: rotate(180deg);
}

.direction-jump-menu {
    display: none;
    min-width: 240px;
    max-width: min(320px, calc(100vw - 24px));
    max-height: min(340px, calc(100vh - 24px));
    padding: 8px;
    overflow-y: auto;
    border-radius: 14px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #ffffff;
    box-shadow:
        0 4px 10px rgba(17, 21, 23, 0.04),
        0 22px 48px rgba(17, 21, 23, 0.18);
    z-index: 9999;
    overscroll-behavior: contain;
}

.direction-jump-menu.is-floating {
    display: block;
    animation: direction-menu-in .28s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
}

.direction-jump-menu.is-floating.is-up {
    transform-origin: bottom center;
    animation-name: direction-menu-in-up;
}

@keyframes direction-menu-in {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes direction-menu-in-up {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.direction-jump-section {
    display: block;
    padding: 9px 12px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
    color: #8a9096;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.direction-jump-section:hover {
    color: #ea5924;
    background: rgba(234, 89, 36, 0.06);
    text-decoration: none;
}

.direction-jump-sub {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #1f2020;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: normal;
    transition: background-color .25s ease, color .25s ease;
}

.direction-jump-sub:hover {
    background: rgba(234, 89, 36, 0.1);
    color: #ea5924;
    text-decoration: none;
}

.direction-jump-empty {
    display: block;
    padding: 10px 12px;
    color: #7a7f84;
    font-size: 13px;
}

.direction-jump a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .direction-explorer {
        margin-top: -36px;
        padding: 14px 12px 12px;
        border-radius: 14px;
    }

    .direction-jump {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .direction-jump::-webkit-scrollbar {
        display: none;
    }

    .direction-jump-trigger {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.direction-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0;
    max-width: none;
    position: relative;
    z-index: 1;
}

.direction-filter-input {
    flex: 1 1 220px;
    min-width: 180px;
    max-width: 340px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2020 !important;
    -webkit-text-fill-color: #1f2020;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: 0 6px 18px rgba(17, 21, 23, 0.05);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.direction-filter-input::placeholder {
    color: #8a9096;
}

.direction-filter-input:focus {
    border-color: #ea5924;
    box-shadow: 0 0 0 3px rgba(234, 89, 36, 0.2);
}

.direction-firm-dd {
    position: relative;
    flex: 1 1 220px;
    min-width: 180px;
    max-width: 340px;
    text-align: left;
}

.direction-firm-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2020 !important;
    -webkit-text-fill-color: #1f2020;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    box-shadow: 0 6px 18px rgba(17, 21, 23, 0.05);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.direction-firm-trigger:focus,
.direction-firm-dd.is-open .direction-firm-trigger {
    border-color: #ea5924;
    box-shadow: 0 0 0 3px rgba(234, 89, 36, 0.2);
    color: #1f2020 !important;
    -webkit-text-fill-color: #1f2020;
}

.direction-firm-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f2020 !important;
    -webkit-text-fill-color: #1f2020;
}

.direction-firm-caret {
    font-size: 11px;
    color: #6a7176 !important;
    -webkit-text-fill-color: #6a7176;
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1);
    flex-shrink: 0;
}

.direction-firm-dd.is-open .direction-firm-caret {
    transform: rotate(180deg);
}

.direction-firm-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    min-width: 100%;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(17, 21, 23, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.98);
    transform-origin: top center;
    transition:
        opacity .32s cubic-bezier(0.22, 1, 0.36, 1),
        transform .32s cubic-bezier(0.22, 1, 0.36, 1),
        visibility .32s;
    z-index: 30;
    max-height: 260px;
    overflow-y: auto;
}

.direction-firm-dd.is-open .direction-firm-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.direction-firm-option {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #1f2020 !important;
    -webkit-text-fill-color: #1f2020;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .25s ease, color .25s ease;
}

.direction-firm-option:hover,
.direction-firm-option.is-active {
    background: rgba(234, 89, 36, 0.1);
    color: #ea5924 !important;
    -webkit-text-fill-color: #ea5924;
}

.direction-jump-firm {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #8a9096;
    white-space: normal;
}

.direction-jump-sub[hidden] {
    display: none !important;
}

.direction-jump-item.is-filter-empty {
    opacity: 0.45;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.directions-page .direction-block {
    scroll-margin-top: 100px;
    background-color: #1f2020;
    border: 1px solid #2c3033;
    border-radius: 10px;
    padding: 40px 36px;
    margin-bottom: 30px;
}

.directions-page .direction-sub {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.directions-page .direction-sub-card {
    scroll-margin-top: 110px;
    border: 1px solid #2c3033;
    background: #171a1b;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.directions-page .direction-sub-card:hover,
.directions-page .direction-sub-card.is-open {
    border-color: rgba(234, 89, 36, 0.45);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.directions-page .direction-sub-head {
    padding: 14px 16px;
    cursor: default;
}

.directions-page .direction-sub-title {
    display: inline-block;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #e2ddc9;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.directions-page .direction-sub-firms {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 4px;
}

.directions-page .direction-firm-tag {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(234, 89, 36, 0.12);
    color: #ea5924;
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.directions-page .direction-sub-card[hidden] {
    display: none !important;
}

.directions-page .direction-filter-empty {
    margin: 8px 0 0;
    color: #8a9096;
    font-size: 14px;
}

.directions-page .direction-sub-title:hover {
    color: #ea5924;
    border-bottom-color: rgba(234, 89, 36, 0.55);
}

.directions-page .direction-sub-lead {
    margin: 6px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #9aa1a6 !important;
}

/* Unroll panel */
.directions-page .direction-sub-roll {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s ease;
}

.directions-page .direction-sub-card:hover .direction-sub-roll,
.directions-page .direction-sub-card.is-open .direction-sub-roll,
.directions-page .direction-sub-card:focus-within .direction-sub-roll {
    grid-template-rows: 1fr;
}

.directions-page .direction-sub-roll-inner {
    overflow: hidden;
    min-height: 0;
    border-top: 1px solid transparent;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s, border-color 0.25s ease;
}

.directions-page .direction-sub-card:hover .direction-sub-roll-inner,
.directions-page .direction-sub-card.is-open .direction-sub-roll-inner,
.directions-page .direction-sub-card:focus-within .direction-sub-roll-inner {
    border-top-color: #2c3033;
    opacity: 1;
    transform: translateY(0);
}

.directions-page .direction-sub-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px 16px 0;
}

.directions-page .direction-sub-photos img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    border: 1px solid #2c3033;
}

.directions-page .direction-sub-mini {
    padding: 12px 16px 16px;
}

.directions-page .direction-sub-mini p {
    margin: 0 0 10px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #d0d4d7 !important;
}

.directions-page .direction-sub-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #ea5924;
    text-decoration: none;
    letter-spacing: 0.2px;
}

.directions-page .direction-sub-more:hover {
    color: #ff7a45;
}

.directions-page .direction-sub-more i {
    font-size: 10px;
}

@media (max-width: 575px) {
    .directions-page .direction-sub-photos {
        grid-template-columns: 1fr;
    }

    .directions-page .direction-sub-photos img {
        height: 140px;
    }
}

.directions-page .direction-aside {
    text-align: center;
}

.directions-page .direction-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #ea5924;
    color: #ea5924;
    font-size: 28px;
    margin-bottom: 16px;
}

.directions-page .direction-num {
    display: block;
    font-family: 'Ivar', Georgia, serif;
    font-size: 28px;
    color: #ea5924;
    opacity: 0.85;
    margin-bottom: 8px;
}

.directions-page .direction-aside h2 {
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #e2ddc9;
    margin: 0;
}

.directions-page .direction-body h3 {
    font-family: 'Repro', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .4px;
    color: #ea5924;
    margin: 22px 0 10px;
}

.directions-page .direction-body h3:first-child {
    margin-top: 0;
}

.directions-page .direction-body p,
.directions-page .direction-body li {
    color: #d0d4d7;
    font-size: 15px;
    line-height: 1.7;
}

.directions-page .direction-body ul {
    padding-left: 18px;
    margin: 0;
}

.directions-page .direction-body li {
    list-style: disc;
    margin-bottom: 6px;
}

.directions-page .placeholder-note {
    color: #8a9094 !important;
    font-style: italic;
    border-left: 3px solid #3a3f42;
    padding-left: 12px;
}

.directions-page .direction-block--extra {
    border-style: dashed;
    opacity: 0.95;
}

.directions-page .mt-50 {
    margin-top: 50px;
}

.directions-page .mb-30 {
    margin-bottom: 30px;
}

.page-directions .navbar.nav-scroll {
    background-color: #1f2020;
}

@media (max-width: 991px) {
    .page-header {
        padding: 130px 0 60px;
    }

    .page-header h1 {
        font-size: 32px;
    }

    .directions-page .direction-block {
        padding: 28px 22px;
    }
}