:root {
    --sj-primary: #1357a6;
    --sj-primary-dark: #0b3970;
    --sj-accent: #e51b2b;
    --sj-text: #172033;
    --sj-muted: #667085;
    --sj-border: #dce2ea;
    --sj-surface: #ffffff;
    --sj-soft: #f3f5f7;
    --sj-shadow: 0 8px 22px rgba(15, 42, 76, 0.05);
}

body {
    background: var(--sj-soft);
    color: var(--sj-text);
    overflow-x: hidden;
}

.switch-box {
    display: none !important;
}

a {
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

a:hover,
a:focus {
    color: var(--sj-primary);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(15, 95, 183, 0.25);
    outline-offset: 3px;
}

.top-header {
    background: var(--sj-primary-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-header,
.top-header a,
.top-header .city-temperature,
.top-header .header-date {
    color: rgba(255, 255, 255, 0.92);
}

.top-header .top-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.top-header .top-social li a:hover {
    background: #ffffff;
    color: var(--sj-primary-dark);
}

.studyandjobs24-nav {
    background: var(--sj-surface);
    box-shadow: 0 6px 16px rgba(15, 42, 76, 0.06);
}

.studyandjobs24-mobile-nav {
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(15, 42, 76, 0.06);
}

.studyandjobs24-nav .navbar-brand img,
.studyandjobs24-mobile-nav .logo img {
    max-height: 64px;
}

.studyandjobs24-nav .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    border-top: 3px solid transparent;
    border-radius: 0;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: rgba(15, 95, 183, 0.06);
    color: var(--sj-primary) !important;
}

.nav-link-sky-blue,
.dropdown-item-sky-blue:hover,
.dropdown-item-sky-blue:focus {
    border-color: #24a6d9;
}

.nav-link-green,
.dropdown-item-green:hover,
.dropdown-item-green:focus {
    border-color: #2ca55c;
}

.nav-link-blue,
.dropdown-item-blue:hover,
.dropdown-item-blue:focus {
    border-color: #1357a6;
}

.nav-link-red,
.dropdown-item-red:hover,
.dropdown-item-red:focus {
    border-color: #dd2a2a;
}

.nav-link-yellow,
.dropdown-item-yellow:hover,
.dropdown-item-yellow:focus {
    border-color: #d6a300;
}

.nav-link-orange,
.dropdown-item-orange:hover,
.dropdown-item-orange:focus {
    border-color: #df6b1d;
}

.nav-link-purple,
.dropdown-item-purple:hover,
.dropdown-item-purple:focus {
    border-color: #8f4fa8;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    border-top-color: currentColor;
}

.nav-search-button,
.nav-search-close-button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

.nav-search form {
    border: 1px solid var(--sj-border);
    box-shadow: var(--sj-shadow);
}

.nav-search-inner input {
    width: min(420px, 82vw);
}

.dropdown-menu {
    border: 1px solid var(--sj-border);
    border-radius: 8px;
    box-shadow: var(--sj-shadow);
}

.dropdown-item {
    font-weight: 600;
    white-space: normal;
}

.breaking-news {
    background: linear-gradient(90deg, var(--sj-accent), #ff6b35);
}

.breaking-news-content {
    background: transparent;
    border-radius: 0;
}

.breaking-news-content .breaking-title,
.breaking-news-content .single-breaking-news p a {
    color: #ffffff;
}

.breaking-news-slides,
.breaking-news-slides .single-breaking-news,
.breaking-news-content .owl-stage-outer {
    background: transparent !important;
}

.breaking-news-content .single-breaking-news p {
    margin: 0;
}

.breaking-news-content .single-breaking-news p a {
    display: block;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.default-news-area,
.popular-news-area,
.all-news-area,
.news-details-area,
.category-news-area {
    background: var(--sj-soft);
}

.homepage-hero-area {
    padding: 24px 0 34px;
}

.homepage-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 320px);
    gap: 22px;
    align-items: start;
}

.homepage-main {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.homepage-sidebar {
    /* position: sticky; */
    top: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    align-self: start;
}

.homepage-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 18px;
    height: 640px;
    align-items: start;
}

.homepage-lead-column,
.homepage-middle-column {
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.homepage-middle-column {
    display: grid;
    gap: 16px;
    align-content: start;
}

.homepage-lead-story .news-image img,
.homepage-lead-story .story-placeholder {
    display: block;
    width: 100%;
    min-height: 360px;
}

.homepage-lead-story .news-image img {
    height: 360px;
    object-fit: cover;
}

.homepage-lead-story .news-content {
    padding: 22px 24px;
}

.homepage-lead-story .news-content h3 {
    font-size: 29px;
    line-height: 1.25;
}

.homepage-highlight-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.homepage-mini-story {
    padding: 14px 15px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: none;
}

.homepage-mini-story span {
    color: var(--sj-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.homepage-mini-story h3 {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.homepage-mini-story h3 a {
    color: var(--sj-text);
}

.homepage-links-card {
    padding: 18px;
}

.homepage-link-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.homepage-link-pills a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--sj-border);
    border-radius: 999px;
    background: #f8fbff;
    color: var(--sj-primary-dark);
    font-size: 13px;
    font-weight: 700;
}

.homepage-link-pills a:hover {
    background: rgba(15, 95, 183, 0.08);
}

.homepage-feature-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

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

.homepage-view-all {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.homepage-category-list .homepage-cat-extra {
    display: none;
}

.homepage-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border: 1px solid var(--sj-primary);
    border-radius: 999px;
    background: var(--sj-surface);
    color: var(--sj-primary-dark);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: var(--sj-shadow);
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.homepage-load-more:hover,
.homepage-load-more:focus {
    background: var(--sj-primary);
    border-color: var(--sj-primary);
    color: #ffffff;
}

/* Sections index page (/sections) */
.sections-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sections-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-left: 4px solid var(--sj-accent);
    border-radius: 6px;
    box-shadow: var(--sj-shadow);
    color: var(--sj-text);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.sections-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(15, 42, 76, 0.1);
    border-left-color: var(--sj-primary);
}

.sections-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 95, 183, 0.08);
    color: var(--sj-primary);
    font-size: 16px;
    flex-shrink: 0;
}

.sections-card-name {
    flex: 1;
    min-width: 0;
    font-weight: 800;
    color: var(--sj-text);
}

.sections-card-arrow {
    font-size: 12px;
    font-weight: 800;
    color: var(--sj-primary);
    white-space: nowrap;
}

@media (max-width: 991px) {
    .sections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .sections-grid {
        grid-template-columns: 1fr;
    }
}

.category-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
    gap: 22px;
    align-items: start;
}

.category-content-column {
    min-width: 0;
}

.category-hero {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
    padding: 18px 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.category-hero-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(19, 87, 166, 0.08);
    color: var(--sj-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.category-hero h1 {
    margin: 8px 0 0;
    color: var(--sj-primary-dark);
    font-size: 32px;
}

.category-hero p {
    margin: 0;
    max-width: 760px;
    color: var(--sj-muted);
}

.single-health-lifestyle-news,
.single-default-inner-news,
.fashion-news,
.international-news-list,
.news-details,
.widget,
.content-panel,
.category-news-area .card,
.sidebar-widget {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border) !important;
    border-radius: 4px !important;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.single-health-lifestyle-news,
.homepage-stack-list,
.feature-card {
    height: 100%;
}

.fashion-news,
.international-news-list,
.content-panel {
    padding: 18px;
}

.homepage-main-slider .single-health-lifestyle-news {
    display: flex;
    flex-direction: column;
}

.homepage-main-slider,
.homepage-main-slider .health-lifestyle-news-slides,
.homepage-main-slider .owl-stage-outer,
.homepage-main-slider .owl-stage,
.homepage-main-slider .owl-item {
    height: 100%;
}

.homepage-main-slider .health-lifestyle-news-slides {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.homepage-main-slider .news-image {
    overflow: hidden;
}

.homepage-main-slider .news-image img {
    height: 280px;
    transition: transform 0.28s ease;
}

.homepage-main-slider .single-health-lifestyle-news:hover .news-image img {
    transform: scale(1.035);
}

.homepage-main-slider .owl-nav {
    position: absolute;
    right: 14px;
    top: 14px;
    margin-top: 0 !important;
}

.homepage-main-slider .owl-theme .owl-nav [class*="owl-"] {
    width: 34px;
    height: 34px;
    margin: 0 0 0 8px;
    border-radius: 4px;
    background: rgba(11, 57, 112, 0.78);
    color: #ffffff;
    line-height: 34px;
}

.homepage-main-slider .owl-theme .owl-nav [class*="owl-"]:hover,
.homepage-main-slider .owl-theme .owl-nav [class*="owl-"]:focus {
    background: var(--sj-accent);
    color: #ffffff;
}

.homepage-main-slider .news-content {
    flex: 1;
    padding: 20px;
    overflow: hidden;
}

.homepage-main-slider .news-content h3 {
    margin: 6px 0 10px;
    font-size: 24px;
}

.story-placeholder {
    display: grid;
    align-content: end;
    min-height: 280px;
    padding: 24px;
    background:
        linear-gradient(
            180deg,
            rgba(11, 57, 112, 0.18),
            rgba(23, 32, 51, 0.88)
        ),
        linear-gradient(135deg, #cfd7e3, #eef2f6);
    color: #ffffff;
}

.story-placeholder span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(229, 27, 43, 0.88);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-placeholder strong {
    max-width: 92%;
    font-size: 26px;
    line-height: 1.25;
}

.story-fallback-card {
    display: grid;
    align-content: end;
    width: 100%;
    min-height: 220px;
    padding: 22px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.92)
        ),
        linear-gradient(135deg, #f4efe8, #e8edf5);
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
}

.story-fallback-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--sj-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-fallback-card strong {
    display: block;
    max-width: 95%;
    color: var(--sj-primary-dark);
    font-size: 24px;
    line-height: 1.3;
}

.story-fallback-card-small {
    min-height: 154px;
    padding: 18px;
}

.story-fallback-card-small strong {
    font-size: 18px;
}

.category-fallback-card {
    min-height: 220px;
}

.category-fallback-card strong {
    font-size: 20px;
}

.story-placeholder-small {
    min-height: 154px;
    padding: 18px;
}

.story-placeholder-small strong {
    font-size: 18px;
}

.category-placeholder {
    min-height: 220px;
}

.category-placeholder strong {
    font-size: 21px;
}

.mini-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 62px;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    background: #eef2f6;
    color: var(--sj-primary-dark);
    font-size: 16px;
    font-weight: 800;
}

.news-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--sj-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.panel-title {
    margin: 0 0 14px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.panel-title::after {
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 8px;
    background: var(--sj-accent);
    border-radius: 999px;
    content: "";
}

.homepage-stack-list {
    height: 640px;
    padding: 18px;
    overflow: auto;
}

.homepage-stack-list .single-food-inner-news {
    padding: 10px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-stack-list .single-food-inner-news:first-of-type {
    padding-top: 4px;
}

.homepage-stack-list .single-food-inner-news:last-child {
    border-bottom: 0;
}

.homepage-stack-list .single-food-inner-news h3 {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.homepage-stack-list .single-food-inner-news h3 a {
    color: var(--sj-text);
}

.resource-search-card {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px 20px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.resource-search-card h3 {
    margin: 0;
    color: var(--sj-primary-dark);
    font-size: 20px;
    line-height: 1.35;
}

.resource-search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.resource-search-form input,
.resource-search-form select {
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    background: var(--sj-surface);
    color: var(--sj-text);
}

.resource-filters {
    flex: 1 1 320px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-width: 0;
}

.resource-filters select {
    flex: 1 1 140px;
    min-width: 0;
}

.resource-search-form button {
    flex: 0 0 auto;
}

.resource-table-wrap {
    margin-bottom: 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 8px;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.resource-table-wrap .panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 15px 20px;
    color: var(--sj-primary-dark);
    font-size: 16px;
    border-bottom: 1px solid var(--sj-border);
}

.resource-table-wrap .panel-title::after {
    display: none;
}

.resource-table-wrap .resource-count {
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    border-radius: 999px;
    background: var(--sj-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}

.resource-table-scroll {
    overflow-x: auto;
}

.resource-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.resource-table th,
.resource-table td {
    padding: 13px 16px;
    text-align: left;
    border-right: 1px solid var(--sj-border);
    border-bottom: 1px solid var(--sj-border);
    vertical-align: middle;
}

.resource-table th:last-child,
.resource-table td:last-child {
    border-right: 0;
}

.resource-table thead th {
    background: var(--sj-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-right-color: rgba(255, 255, 255, 0.18);
    border-bottom: 2px solid var(--sj-primary-dark);
}

.resource-table tbody tr:nth-child(even) td {
    background: var(--sj-soft);
}

.resource-table tbody tr:hover td {
    background: rgba(229, 27, 43, 0.05);
}

.resource-table tbody tr:hover td:first-child {
    box-shadow: inset 3px 0 0 var(--sj-accent);
}

.resource-table tbody tr:last-child td {
    border-bottom: 0;
}

.resource-table td a {
    color: var(--sj-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.resource-table td a:hover {
    color: var(--sj-accent);
    text-decoration: underline;
}

.resource-table .empty-row {
    text-align: center;
    color: var(--sj-muted);
    padding: 30px 18px;
}

.article-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--sj-border);
}

.article-share-label {
    font-weight: 700;
    color: var(--sj-primary-dark);
    font-size: 15px;
}

.article-share-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(15, 42, 76, 0.12);
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.share-btn:hover,
.share-btn:focus {
    color: #fff;
    transform: translateY(-2px);
    opacity: 0.95;
}

.share-fb { background: #1877f2; }
.share-tw { background: #000000; }
.share-wa { background: #25d366; }
.share-li { background: #0a66c2; }
.share-tg { background: #229ed9; }
.share-copy { background: var(--sj-muted); }
.share-copy.copied { background: #2bb673; }

.fb-comments-wrap {
    margin-top: 30px;
    padding: 20px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 8px;
    box-shadow: var(--sj-shadow);
}

.fb-comments-wrap .comments-title {
    margin: 0 0 14px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.fb-comments-wrap .fb-comments,
.fb-comments-wrap .fb-comments span,
.fb-comments-wrap .fb-comments iframe {
    width: 100% !important;
}

/* ===== About page ===== */
.about-hero {
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 8px 12px 4px;
    text-align: center;
    color: var(--sj-text);
}

.about-hero .about-eyebrow {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 14px;
    background: rgba(19, 87, 166, 0.1);
    color: var(--sj-primary);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero h1 {
    margin: 0 0 14px;
    color: var(--sj-primary-dark);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
}

.about-hero .about-lead {
    max-width: 640px;
    margin: 0 auto;
    color: var(--sj-muted);
    font-size: 17px;
    line-height: 1.6;
}

.about-page { color: var(--sj-text); }

.about-mission {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
}

.about-mission p { margin: 0 0 16px; }

.about-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    max-width: 880px;
    margin: 0 auto 52px;
    padding: 24px 28px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-left: 4px solid var(--sj-accent);
    border-radius: 10px;
    box-shadow: var(--sj-shadow);
}

.about-band-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(19, 87, 166, 0.1);
    color: var(--sj-primary);
    font-size: 30px;
}

.about-band-text h2 {
    margin: 0 0 6px;
    color: var(--sj-primary-dark);
    font-size: 22px;
}

.about-band-text p { margin: 0; line-height: 1.7; }

.about-section-title {
    text-align: center;
    color: var(--sj-primary-dark);
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
}

.about-section-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 12px auto 30px;
    background: var(--sj-accent);
    border-radius: 999px;
}

.provide-card {
    height: 100%;
    padding: 26px 24px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 12px;
    box-shadow: var(--sj-shadow);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.provide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 42, 76, 0.1);
}

.provide-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--sj-primary), var(--sj-primary-dark));
    color: #fff;
    font-size: 26px;
}

.provide-card h3 {
    margin: 0 0 4px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.provide-note {
    margin: 0 0 14px;
    color: var(--sj-muted);
    font-size: 13px;
}

.provide-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.provide-list li {
    position: relative;
    padding: 6px 0 6px 22px;
    border-bottom: 1px dashed var(--sj-border);
    line-height: 1.5;
}

.provide-list li:last-child { border-bottom: 0; }

.provide-list li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    width: 5px;
    height: 9px;
    border: solid var(--sj-accent);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.about-quote {
    max-width: 880px;
    margin: 52px auto 8px;
    padding: 32px;
    background: var(--sj-soft);
    border-radius: 12px;
    text-align: center;
}

.about-quote .icofont-quote-left {
    display: block;
    margin: 0 auto 12px;
    color: var(--sj-accent);
    font-size: 30px;
}

.about-quote p {
    margin: 0;
    font-size: 17px;
    font-style: italic;
    line-height: 1.8;
    color: var(--sj-text);
}

.signature-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    max-width: 720px;
    margin: 40px auto 0;
    padding: 24px 28px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 12px;
    box-shadow: var(--sj-shadow);
}

.signature-avatar {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sj-primary), var(--sj-primary-dark));
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

.signature-body h3 {
    margin: 0 0 2px;
    color: var(--sj-primary-dark);
    font-size: 20px;
}

.signature-role {
    margin: 0 0 6px;
    color: var(--sj-muted);
    font-size: 14px;
}

.signature-mail { margin: 0; font-size: 14px; }

.signature-mail a {
    color: var(--sj-primary);
    text-decoration: none;
}

.signature-mail a:hover {
    color: var(--sj-accent);
    text-decoration: underline;
}

.signature-mail span {
    margin: 0 6px;
    color: var(--sj-muted);
}

@media (max-width: 575.98px) {
    .about-hero h1 { font-size: 30px; }
    .about-hero .about-lead,
    .about-mission { font-size: 15px; }
    .about-section-title { font-size: 24px; }
}

.resource-search-form button {
    height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--sj-accent);
    color: #ffffff;
    font-weight: 800;
}

.sidebar-card,
.notice-card {
    padding: 16px 18px 18px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.notice-card {
    color: var(--sj-text);
}

.notice-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--sj-accent);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.notice-card h3 {
    margin: 0 0 10px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    line-height: 1.35;
}

.notice-card p {
    margin: 0 0 14px;
    color: var(--sj-muted);
    line-height: 1.7;
}

.notice-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 4px;
    background: var(--sj-accent);
    color: #ffffff;
    font-weight: 800;
}

.notice-action:hover {
    background: #bf1320;
    color: #ffffff;
}

.quick-links-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
    font-weight: 700;
}

.quick-links-card a:last-child {
    border-bottom: 0;
}

.quick-links-card a::after {
    color: var(--sj-accent);
    content: ">";
    font-weight: 900;
}

.homepage-recent-card {
    display: grid;
    gap: 0;
}

.homepage-recent-story {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-recent-story:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.homepage-recent-story > a,
.homepage-recent-story .content a {
    padding: 0;
    border: 0;
}

.homepage-recent-story > a {
    display: block;
}

.homepage-recent-story > a::after,
.homepage-recent-story .content a::after {
    content: none;
}

.homepage-recent-story img {
    display: block;
    width: 76px;
    height: 62px;
    border-radius: 4px;
    object-fit: cover;
}

.homepage-recent-story .content {
    min-width: 0;
}

.homepage-recent-story .content a {
    display: block;
    color: var(--sj-text);
    font-weight: 700;
    line-height: 1.45;
}

.category-feature-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.1fr);
    margin-bottom: 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
    overflow: hidden;
}

.category-feature-image {
    display: block;
}

.category-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
}

.category-feature-body {
    padding: 22px 24px;
}

.category-feature-body h2 {
    margin: 8px 0 12px;
    font-size: 30px;
    line-height: 1.3;
}

.category-feature-body h2 a {
    color: var(--sj-text);
}

.category-feature-body p {
    margin: 0;
    color: var(--sj-muted);
}

.category-listing-grid {
    display: grid;
    gap: 18px;
}

.category-sidebar-rail {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 18px;
    align-content: start;
}

.category-sidebar-links {
    display: grid;
    gap: 10px;
}

.category-sidebar-links a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--sj-border);
    color: var(--sj-text);
    font-weight: 700;
}

.category-sidebar-links a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.facebook-plugin-frame {
    overflow: hidden;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    background: #ffffff;
}

.facebook-plugin-frame iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 260px !important;
}

.feature-card .news-content {
    padding: 14px 15px 16px;
}

.feature-card .news-content h3 {
    margin-top: 6px;
    font-size: 17px;
}

.feature-card .news-content h3 a {
    color: var(--sj-text);
}

.homepage-ad-card {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 16px 18px 18px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-top: 3px solid var(--sj-accent);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.homepage-ad-card span {
    color: var(--sj-primary-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.homepage-ad-card img {
    width: 100%;
    border-radius: 4px;
}

.news-image img,
.single-fashion-news img,
.article-img img,
.category-news-area .card img,
.international-news-list img {
    width: 100%;
    object-fit: cover;
}

.single-health-lifestyle-news .news-image img,
.single-default-inner-news .news-image img {
    aspect-ratio: 16 / 10;
}

.single-fashion-news img {
    aspect-ratio: 16 / 11;
}

.fashion-news {
    height: 100%;
}

.fashion-news .section-title {
    margin-bottom: 16px;
}

.fashion-news .section-title h2 {
    margin: 0;
    font-size: 21px;
}

.fashion-news .section-title a {
    padding: 6px 10px;
    border: 1px solid var(--sj-primary);
    border-radius: 4px;
    font-size: 12px;
}

.single-fashion-news {
    border-radius: 4px;
    overflow: hidden;
}

.single-fashion-news .story-fallback-card,
.feature-card .story-fallback-card {
    min-height: 100%;
}

/* Category card: image then title below (no text overlay on the image) */
.single-fashion-news.cat-card::before {
    display: none;
}

.single-fashion-news.cat-card .cat-card-body {
    padding: 12px 4px 0;
}

.single-fashion-news.cat-card .cat-card-meta {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    color: var(--sj-primary);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.single-fashion-news.cat-card .cat-card-meta li {
    display: inline-block;
}

.single-fashion-news.cat-card .cat-card-body h3 {
    margin: 0;
    color: var(--sj-text);
    font-size: 18px;
    line-height: 1.35;
    text-shadow: none;
}

.single-fashion-news.cat-card .cat-card-body h3 a {
    color: inherit;
}

.single-fashion-news.cat-card .cat-card-body h3 a:hover {
    color: var(--sj-accent);
}

.fashion-inner-news .single-fashion-inner-news {
    padding: 13px 0;
    border-bottom: 1px solid var(--sj-border);
}

.fashion-inner-news .single-fashion-inner-news:last-child {
    border-bottom: 0;
}

.homepage-sidebar .news-media {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--sj-border);
}

.homepage-sidebar .news-media:last-child {
    border-bottom: 0;
}

.homepage-sidebar .news-media a img {
    width: 76px;
    height: 62px;
    border-radius: 4px;
}

.homepage-sidebar .content p {
    margin: 0;
    line-height: 1.45;
}

.homepage-sidebar .content p a {
    color: var(--sj-text);
    font-weight: 700;
}

.article-img img {
    max-height: 520px;
}

.section-title {
    border-bottom: 2px solid var(--sj-border);
    padding-bottom: 10px;
}

.section-title h2,
.category-title h2,
.widget-title {
    color: var(--sj-primary-dark) !important;
}

.section-title a,
.btn-outline-primary {
    border-color: var(--sj-primary);
    color: var(--sj-primary);
    font-weight: 700;
}

.section-title a:hover,
.btn-outline-primary:hover {
    background: var(--sj-primary);
    color: #ffffff;
}

.news-content h3,
.article-content h3,
.card-title {
    line-height: 1.35;
}

.news-content p,
.article-content p,
.news-body,
.content-panel p {
    color: var(--sj-muted);
    line-height: 1.75;
}

.food-inner-news,
.default-video-news,
.popular-section-ads {
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.default-video-news .title {
    color: var(--sj-primary-dark);
}

.post-controls-buttons a,
.tagcloud a,
.news-details .article-content .category li a {
    border-radius: 999px;
}

.contact-card {
    display: grid;
    gap: 4px;
    margin: 22px 0;
    padding: 18px;
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    background: #f8fbff;
}

.contact-card span {
    color: var(--sj-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-card a {
    color: var(--sj-primary-dark);
    font-size: 20px;
    font-weight: 800;
}

.listing-grid {
    align-items: stretch;
}

.listing-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 4px;
    box-shadow: var(--sj-shadow);
}

.listing-card-image {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.listing-card-image img {
    width: 100%;
    height: 100%;
    min-height: 118px;
    object-fit: cover;
}

.listing-card-body {
    min-width: 0;
}

.listing-card-body h3 {
    margin: 6px 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.listing-card-body h3 a {
    color: var(--sj-text);
}

.listing-card-body p {
    margin: 0;
    color: var(--sj-muted);
    line-height: 1.6;
}

.listing-date {
    color: var(--sj-primary);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Listing/tag sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 3rem;
}

.sidebar-list {
    margin: 0;
    padding: 0;
}

.sidebar-list li {
    padding: 9px 0;
    border-bottom: 1px solid var(--sj-border);
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-list li:first-child {
    padding-top: 0;
}

.sidebar-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-list a {
    display: block;
    color: var(--sj-text);
    text-decoration: none;
    transition: color 0.15s ease;
}

.sidebar-list a:hover {
    color: var(--sj-accent);
}

.sidebar-list-empty {
    color: var(--sj-muted);
}

/* Sidebar tag cloud */
.sidebar .tagcloud,
.homepage-sidebar .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.sidebar .tagcloud a,
.homepage-sidebar .tagcloud a {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid var(--sj-border);
    border-radius: 999px;
    background: #f5f8ff;
    color: var(--sj-primary-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.sidebar .tagcloud a:hover,
.homepage-sidebar .tagcloud a:hover {
    background: var(--sj-accent);
    border-color: var(--sj-accent);
    color: #ffffff;
}

.cms-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.empty-state {
    padding: 32px;
    color: var(--sj-muted);
    text-align: center;
}

.footer-area {
    background: #08192c;
    padding: 0;
    /* background: var(--sj-primary-dark); */
}

.footer-area,
.footer-area a,
.footer-area p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-area a:hover {
    color: #ffffff;
}

.footer-shell {
    /* padding: 42px 0 0; */
}

.footer-brand,
.footer-links-block {
    display: grid;
    gap: 12px;
}

.footer-logo img {
    max-height: 58px;
    width: auto;
}

.footer-links-block h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.footer-links-block p,
.footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.footer-contact a {
    color: #ffffff;
}

.footer-bottom {
    /* margin-top: 26px; */
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

@media (max-width: 991px) {
    .homepage-hero-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .homepage-lead-column,
    .homepage-middle-column,
    .homepage-main-slider,
    .homepage-main-slider .health-lifestyle-news-slides,
    .homepage-main-slider .owl-stage-outer,
    .homepage-main-slider .owl-stage,
    .homepage-main-slider .owl-item {
        height: auto;
    }

    .homepage-stack-list {
        overflow: visible;
    }

    .homepage-stack-list {
        height: auto;
    }

    .homepage-highlight-strip,
    .homepage-feature-main,
    .homepage-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-feature-card {
        grid-template-columns: 1fr;
    }

    .category-feature-image img {
        min-height: 240px;
    }

    .category-layout-grid {
        grid-template-columns: 1fr;
    }

    .category-sidebar-rail {
        position: static;
    }

    .top-header .text-end {
        text-align: left !important;
    }

    .homepage-lead-story .news-image img,
    .homepage-lead-story .story-placeholder {
        min-height: 300px;
    }

    .homepage-lead-story .news-image img {
        height: 300px;
    }

    .homepage-lead-story .news-content h3 {
        font-size: 26px;
    }

    .homepage-shell {
        grid-template-columns: 1fr;
    }

    .homepage-sidebar {
        position: static;
    }

    .fashion-news,
    .international-news-list,
    .content-panel {
        padding: 18px;
    }

    .footer-nav {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .top-header {
        padding: 6px 0 10px;
    }

    .top-header .row {
        row-gap: 8px;
    }

    .top-header .city-temperature,
    .top-header .header-date,
    .top-header .top-nav,
    .top-header .top-social {
        justify-content: center;
        text-align: center;
    }

    .top-header .top-nav {
        display: none;
    }

    .top-header .top-social {
        gap: 8px;
        margin-top: 2px;
    }

    .header-date {
        display: inline-flex;
        margin-top: 8px;
        padding: 6px 10px;
        border-radius: 999px;
        background: var(--sj-accent);
    }

    .homepage-hero-area {
        padding-top: 20px;
    }

    .breaking-news-content {
        padding: 8px 10px;
    }

    .breaking-news-content .breaking-news-slides {
        margin-top: 8px;
    }

    .breaking-news-content .breaking-news-slides .owl-nav {
        display: none;
    }

    .breaking-news-content .single-breaking-news p {
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .homepage-lead-story .news-image img,
    .homepage-lead-story .story-placeholder {
        min-height: 240px;
    }

    .homepage-lead-story .news-image img {
        height: 240px;
    }

    .homepage-lead-story .news-content {
        padding: 18px;
    }

    .homepage-lead-story .news-content h3 {
        font-size: 22px;
    }

    .story-placeholder {
        min-height: 210px;
        padding: 20px;
    }

    .story-placeholder strong {
        font-size: 21px;
    }

    .story-placeholder-small,
    .category-placeholder {
        min-height: 180px;
    }

    .story-fallback-card {
        min-height: 180px;
        padding: 18px;
    }

    .story-fallback-card strong {
        font-size: 19px;
    }

    .homepage-highlight-strip,
    .homepage-feature-main,
    .homepage-category-list {
        grid-template-columns: 1fr;
    }

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

    .category-hero h1 {
        font-size: 26px;
    }

    .category-feature-body {
        padding: 18px;
    }

    .category-feature-body h2 {
        font-size: 22px;
    }

    .navbar-nav .nav-link {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .facebook-plugin-frame iframe {
        height: 220px !important;
    }

    .notice-card,
    .sidebar-card,
    .homepage-stack-list,
    .fashion-news,
    .international-news-list {
        padding: 18px;
    }

    .sidebar {
        margin-top: 0;
    }

    .listing-card {
        grid-template-columns: 1fr;
    }

    .listing-card-image img {
        aspect-ratio: 16 / 10;
    }

    .contact-card a {
        font-size: 16px;
        word-break: break-word;
    }

    .post-controls-buttons {
        gap: 12px;
    }

    .footer-shell {
        /* padding-top: 34px; */
    }
}

/* =========================================================================
   Contact page
   ========================================================================= */
.contact-page { background: var(--sj-soft); }

.contact-hero {
    max-width: 760px;
    margin: 0 auto 40px;
    padding: 8px 12px 4px;
    text-align: center;
    color: var(--sj-text);
}

.contact-hero .contact-eyebrow {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 14px;
    background: rgba(19, 87, 166, 0.1);
    color: var(--sj-primary);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-hero h1 {
    margin: 0 0 14px;
    color: var(--sj-primary-dark);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
}

.contact-hero .contact-lead {
    margin: 0 auto;
    max-width: 600px;
    color: var(--sj-muted);
    font-size: 17px;
    line-height: 1.6;
}

/* info column */
.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 22px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 14px;
    box-shadow: var(--sj-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 42, 76, 0.1);
}

.contact-info-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(19, 87, 166, 0.1);
    color: var(--sj-primary);
    font-size: 24px;
}

.contact-info-email .contact-info-icon {
    background: rgba(229, 27, 43, 0.1);
    color: var(--sj-accent);
}

.contact-info-reply .contact-info-icon {
    background: rgba(22, 145, 96, 0.12);
    color: #16915e;
}

.contact-info-card h3 {
    margin: 2px 0 8px;
    color: var(--sj-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.contact-info-card address {
    margin: 0;
    font-style: normal;
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--sj-text);
}

.contact-email-line a {
    font-size: 17px;
    font-weight: 700;
    color: var(--sj-primary);
    word-break: break-word;
}

.contact-info-note {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--sj-muted);
}

/* form card */
.contact-form-card {
    height: 100%;
    padding: 32px 30px;
    background: var(--sj-surface);
    border: 1px solid var(--sj-border);
    border-radius: 16px;
    box-shadow: var(--sj-shadow);
}

.contact-form-title {
    margin: 0 0 6px;
    color: var(--sj-primary-dark);
    font-size: 26px;
    font-weight: 800;
}

.contact-form-sub {
    margin: 0 0 22px;
    color: var(--sj-muted);
    font-size: 15px;
}

.contact-form .form-label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sj-text);
}

.contact-form .form-control {
    padding: 11px 14px;
    border: 1px solid var(--sj-border);
    border-radius: 9px;
    font-size: 15px;
    color: var(--sj-text);
    background: #fbfcfe;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-form .form-control::placeholder { color: #9aa4b2; }

.contact-form .form-control:focus {
    border-color: var(--sj-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(19, 87, 166, 0.12);
}

.contact-form textarea.form-control { resize: vertical; min-height: 130px; }

.contact-field-error {
    margin-top: 5px;
    font-size: 13px;
    color: var(--sj-accent);
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    border: none;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--sj-primary), var(--sj-primary-dark));
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    box-shadow: 0 10px 22px rgba(19, 87, 166, 0.28);
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(19, 87, 166, 0.36);
}

.contact-submit:active { transform: translateY(0); }

/* alerts */
.contact-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14.5px;
    line-height: 1.5;
    background: rgba(22, 145, 96, 0.1);
    border: 1px solid rgba(22, 145, 96, 0.3);
    color: #0c6b45;
}

.contact-alert i { font-size: 20px; line-height: 1; }

.contact-alert-error {
    background: rgba(229, 27, 43, 0.09);
    border-color: rgba(229, 27, 43, 0.3);
    color: #b3161f;
}

@media (max-width: 767.98px) {
    .contact-hero { margin-bottom: 28px; }
    .contact-hero h1 { font-size: 30px; }
    .contact-hero .contact-lead { font-size: 15px; }
    .contact-form-card { padding: 24px 18px; }
    .contact-submit { width: 100%; justify-content: center; }
}

