.page-title-law {
    background: #111820;
    color: #fff;
    padding: 150px 0 90px;
}

.page-title-law h1 {
    color: #fff;
    margin-bottom: 12px;
}

.header.style-18,
.header.style-18.header-sticky,
.header.style-18.bg-secondary-color {
    background: #111820 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 9999;
}

.header.style-18 .header-inner,
.header.style-18 .main-menu,
.header.style-18 .navigation {
    opacity: 1 !important;
    visibility: visible !important;
}

.header.style-18 .navigation > li > a,
.header.style-18 .navigation > li > a span,
.header.style-18 .header-contact,
.header.style-18 .header-contact span,
.header.style-18 .header-contact div {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.header.style-18 .law-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #fff !important;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
}

.header.style-18 .law-nav-link:hover,
.header.style-18 .law-nav-link.is-active {
    color: #caa46a !important;
}

.header.style-18 .main-menu,
.header.style-18 .navigation,
.header.style-18 .navigation > li {
    pointer-events: auto !important;
}

.header.style-18 .mobile-button .burger span {
    background: #fff !important;
}

.tf-slider-7,
.tf-slider-7 .swiper,
.tf-slider-7 .swiper-wrapper,
.tf-slider-7 .swiper-slide,
.tf-slider-7 .tp-showcase-slider-bg,
.tf-slider-7 .hero-banner-19 {
    min-height: 720px;
}

.tf-slider-7 .tp-showcase-slider-bg {
    background-color: #111820;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tf-slider-7 .tp-showcase-slider-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 24, 32, 0.88), rgba(17, 24, 32, 0.42), rgba(17, 24, 32, 0.18));
    z-index: 1;
}

.tf-slider-7 .hero-banner-19 .content-inner {
    min-height: 720px;
    display: flex;
    align-items: center;
    padding-top: 95px;
    position: relative;
    z-index: 2;
}

.tf-slider-7 .hero-banner-19 .h1,
.tf-slider-7 .hero-banner-19 p,
.tf-slider-7 .hero-banner-19 a,
.tf-slider-7 .hero-banner-19 span {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.tf-slider-7 .hero-banner-19 .h1 {
    color: #fff !important;
    max-width: 760px;
    line-height: 1.05;
}

.tf-slider-7 .hero-banner-19 p {
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 620px;
}

.effect-item,
.effect-left,
.effect-right,
.effect-scale,
.split-text,
.wow {
    opacity: 1 !important;
    visibility: visible !important;
}

.section-service-16 .service-item.style-9 h5,
.section-service-16 .service-item.style-9 h5 a,
.section-service-16 .service-item.style-9 .content h5,
.section-service-16 .service-item.style-9 .content h5 a {
    color: #fff !important;
}

.section-service-16 .service-item.style-9 h5 a:hover {
    color: #caa46a !important;
}

.admin-shell {
    min-height: 100vh;
    background: #f5f2ec;
    color: #1d252c;
}

.admin-header {
    background: #111820;
    color: #fff;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.admin-header a,
.admin-header button {
    color: #fff;
}

.admin-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    min-height: calc(100vh - 72px);
}

.admin-sidebar {
    background: #1d252c;
    padding: 24px;
}

.admin-sidebar a {
    display: block;
    color: #d8d3c8;
    padding: 10px 0;
}

.admin-main {
    padding: 32px;
}

.admin-card {
    background: #fff;
    border: 1px solid #e5dfd4;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.admin-form {
    display: grid;
    gap: 16px;
}

.admin-form label {
    display: grid;
    gap: 7px;
    font-weight: 600;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.law-form input,
.law-form textarea,
.law-form select {
    width: 100%;
    border: 1px solid #d9d0c2;
    padding: 13px 14px;
    border-radius: 0;
    background: #fff;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid #e5dfd4;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.notice {
    padding: 13px 16px;
    background: #ecf7ee;
    border-left: 4px solid #3b8f4f;
    margin-bottom: 20px;
}

.notice.error {
    background: #fff0f0;
    border-left-color: #b93b3b;
}

.law-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.law-card {
    background: #fff;
    border: 1px solid rgba(29, 37, 44, 0.12);
    padding: 28px;
    height: 100%;
}

.law-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 18px;
}

.map-frame {
    width: 100%;
    min-height: 360px;
    border: 0;
}

@media (max-width: 1199px) {
    .header.style-18 .mobile-button {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 900px) {
    .admin-layout {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        display: flex;
        gap: 14px;
        overflow-x: auto;
    }

    .tf-slider-7,
    .tf-slider-7 .swiper,
    .tf-slider-7 .swiper-wrapper,
    .tf-slider-7 .swiper-slide,
    .tf-slider-7 .tp-showcase-slider-bg,
    .tf-slider-7 .hero-banner-19,
    .tf-slider-7 .hero-banner-19 .content-inner {
        min-height: 620px;
    }
}
