.jds-page-title {
    background: url("../images/bg/7.jpg") center/cover no-repeat;
    padding: 130px 0 90px;
    position: relative;
}

.jds-page-title:before,
.jds-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 32, .72);
}

.jds-page-title .container,
.jds-hero .container {
    position: relative;
    z-index: 1;
}

.jds-page-title h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    margin: 0 0 15px;
}

.jds-page-title p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.jds-hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    background: center/cover no-repeat;
    position: relative;
}

.jds-hero h6,
.jds-hero h1,
.jds-hero p {
    color: #fff;
}

.jds-hero h1 {
    font-size: 76px;
    line-height: 1.02;
    margin-bottom: 24px;
}

.jds-hero p {
    max-width: 650px;
    font-size: 20px;
    margin-bottom: 34px;
}

.jds-feature-card,
.jds-admin-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.jds-text-logo {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    padding-top: 10px;
}

.jds-admin-brand img {
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.jds-feature-card {
    padding: 38px 30px;
    min-height: 250px;
}

.jds-feature-card i {
    color: #f39200;
    font-size: 48px;
    margin-bottom: 22px;
}

.jds-service-card,
.jds-project-card,
.jds-blog-card {
    margin-bottom: 30px;
}

.jds-service-card img,
.jds-project-card img,
.jds-blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.jds-placeholder {
    height: 240px;
    background: #102f45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.jds-content-pad {
    padding: 32px;
}

.jds-contact-list p {
    margin-bottom: 16px;
}

.jds-contact-list i {
    color: #f39200;
    margin-right: 10px;
}

.jds-admin-body {
    background: #f4f6f7;
}

.jds-admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
}

.jds-admin-sidebar {
    background: #081e2c;
    color: #fff;
    padding: 28px 22px;
}

.jds-admin-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    margin-bottom: 34px;
}

.jds-admin-brand span {
    background: #f39200;
    color: #081e2c;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.jds-admin-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    color: rgba(255, 255, 255, .78);
    border-left: 3px solid transparent;
}

.jds-admin-sidebar nav a:hover,
.jds-admin-sidebar nav a.active {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-left-color: #f39200;
}

.jds-admin-main {
    min-width: 0;
}

.jds-admin-topbar {
    background: #fff;
    padding: 26px 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.jds-admin-topbar span {
    color: #f39200;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.jds-admin-topbar h1 {
    margin: 4px 0 0;
    font-size: 32px;
}

.jds-admin-content {
    padding: 34px;
}

.jds-admin-card {
    padding: 28px;
    margin-bottom: 28px;
}

.jds-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.jds-admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.jds-admin-table th,
.jds-admin-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e6ecef;
    vertical-align: top;
}

.jds-admin-table th {
    background: #081e2c;
    color: #fff;
}

.jds-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.jds-form-field-full {
    grid-column: 1 / -1;
}

.jds-admin-content input,
.jds-admin-content textarea,
.jds-admin-content select {
    width: 100%;
    border: 1px solid #d9e1e5;
    padding: 12px 14px;
    border-radius: 4px;
}

.jds-admin-content label {
    font-weight: 700;
    color: #081e2c;
    margin-bottom: 7px;
    display: block;
}

@media (max-width: 991px) {
    .jds-admin-shell {
        grid-template-columns: 1fr;
    }

    .jds-admin-sidebar {
        position: relative;
    }

    .jds-hero {
        min-height: 560px;
    }

    .jds-hero h1,
    .jds-page-title h1 {
        font-size: 42px;
    }

    .jds-form-grid {
        grid-template-columns: 1fr;
    }
}
