/**
 * Disnaker Theme CSS Override
 * Primary Color: #15406a (Blue)
 * Secondary Color: #fff (White)
 * Accent Color: #0d2a47 (Dark Blue)
 */

/* ==================== CSS VARIABLES ==================== */
:root {
    /* Primary Colors - Disnaker Blue */
    --color-primary: #15406a !important;
    --color-secondary: #15406a !important;
    --bs-primary: #15406a !important;
    --bs-primary-rgb: 21, 64, 106 !important;

    /* Secondary Colors */
    --blue-secondary: #0d2a47 !important;
    --accent-color: #0ea5e9 !important;

    /* Navigation */
    --swiper-theme-color: #ffffff !important;
}

/* ==================== HEADER NAVIGATION ==================== */
.navbar-nav .nav-link {
    color: #15406a !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d2a47 !important;
}

/* Mega Menu */
.hs-mega-menu .hs-has-sub-menu .nav-link::after {
    border-color: #15406a !important;
}

/* Dropdown */
.dropdown-menu {
    border-color: #e5e7eb;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
    color: #15406a !important;
}

/* ==================== BUTTONS ==================== */
.btn-primary {
    background-color: #15406a !important;
    border-color: #15406a !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-primary i,
.btn-primary .bi {
    margin-left: 6px !important;
    margin-right: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0d2a47 !important;
    border-color: #0d2a47 !important;
}

.btn-soft-primary {
    background-color: rgba(21, 64, 106, 0.1) !important;
    color: #15406a !important;
}

.btn-soft-primary:hover {
    background-color: rgba(21, 64, 106, 0.2) !important;
    color: #0d2a47 !important;
}

.btn-outline-primary {
    border-color: #15406a !important;
    color: #15406a !important;
}

.btn-outline-primary:hover {
    background-color: #15406a !important;
    border-color: #15406a !important;
    color: #fff !important;
}

/* ==================== CARDS ==================== */
.card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.card.card-transition:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(21, 64, 106, 0.15);
}

.card-title {
    color: #15406a !important;
}

.card-link {
    color: #15406a !important;
}

.card-link:hover {
    color: #0d2a47 !important;
}

/* Service Cards with Background */
.card.bg-primary {
    background-color: #15406a !important;
}

.card.bg-img-start {
    background-size: cover;
    background-position: center;
}

/* ==================== BADGES & TAGS ==================== */
.badge-primary,
.btn-xs.badge-primary {
    background-color: #15406a !important;
    color: #fff !important;
}

.badge-soft-primary {
    background-color: rgba(21, 64, 106, 0.1) !important;
    color: #15406a !important;
}

/* ==================== LINKS ==================== */
a {
    color: #15406a;
}

a:hover {
    color: #0d2a47;
}

.link,
.card-link {
    color: #15406a !important;
}

.link:hover,
.card-link:hover {
    color: #0d2a47 !important;
}

/* ==================== SLIDER/HERO SECTION ==================== */
.gradient-y-overlay-sm-white-900 {
    background: linear-gradient(180deg, rgba(21, 64, 106, 0.3), rgba(21, 64, 106, 0.7));
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: #15406a !important;
}

/* ==================== ICONS & ILLUSTRATIONS ==================== */
.bi,
.iconify {
    color: #15406a;
}

/* White icons for blue backgrounds */
.card-icon .bi,
.card-icon .iconify,
.modern-card .card-icon .bi,
.modern-card .card-icon .iconify,
.jatim-card-icon .bi,
.jatim-card-icon .iconify,
.social-icon .bi,
.social-icon .iconify,
.sektor-icon .bi,
.sektor-icon .iconify,
.sektor-icon span.iconify,
.bg-primary .bi,
.bg-primary .iconify,
.btn-primary .bi,
.btn-primary .iconify {
    color: #fff !important;
}

.text-primary {
    color: #15406a !important;
}

.bg-primary {
    background-color: #15406a !important;
}

/* ==================== STEP INDICATORS ==================== */
.step-icon-soft-primary {
    background-color: rgba(21, 64, 106, 0.1) !important;
    color: #15406a !important;
}

.step-icon {
    background-color: #15406a !important;
    color: #fff !important;
}

/* ==================== FOOTER ==================== */
.modern-footer {
    background: #15406a;
    color: #fff;
    padding: 60px 0 0;
    margin-top: 80px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
}

.footer-title {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-links span {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 8px;
    filter: brightness(1.2);
}

.footer-links a:hover::after {
    width: 100%;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.footer-contact li i {
    color: #fff;
    font-size: 1rem;
    margin-right: 10px;
    margin-top: 3px;
    min-width: 20px;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.footer-contact a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
    filter: brightness(1.2);
}

/* Social Links */
.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15406a !important;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.social-link:hover {
    background: #fff;
    color: #0d2a47 !important;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4);
}

/* Footer Bottom */
.footer-bottom {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text,
.powered-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.powered-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.powered-text a:hover {
    opacity: 0.8;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .modern-footer {
        padding: 40px 0 0;
        margin-top: 60px;
    }

    .footer-widget {
        margin-bottom: 35px;
    }

    .footer-title {
        font-size: 1.1rem;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .col-md-6 {
        margin-bottom: 10px;
    }
}

/* ==================== CUSTOM SECTIONS ==================== */
/* Parallax Background */
.parallax {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpath d='M0 0h100v100H0z' fill='%2315406a'/%3E%3Cpath d='M0 0L50 50L0 100z' fill='%230d2a47' opacity='.1'/%3E%3C/svg%3E") !important;
}

/* Hover Effects for Interactive Elements */
.hover-shadow:hover {
    box-shadow: 0 8px 20px rgba(21, 64, 106, 0.2) !important;
}

/* Timeline Steps */
.timeline-step {
    border-color: #15406a !important;
}

.timeline-content .inner-circle {
    background-color: #15406a !important;
}

/* ==================== FORM ELEMENTS ==================== */
.form-check-input:checked {
    background-color: #15406a !important;
    border-color: #15406a !important;
}

.form-control:focus {
    border-color: #15406a !important;
    box-shadow: 0 0 0 0.25rem rgba(21, 64, 106, 0.25) !important;
}

.form-select:focus {
    border-color: #15406a !important;
    box-shadow: 0 0 0 0.25rem rgba(21, 64, 106, 0.25) !important;
}

/* ==================== NAVIGATION TABS ==================== */
.nav-tabs .nav-link.active {
    color: #15406a !important;
    border-bottom-color: #15406a !important;
}

.nav-tabs .nav-link:hover {
    color: #15406a !important;
}

/* ==================== BLOCKQUOTES ==================== */
blockquote,
.blockquote {
    border-left-color: #15406a !important;
}

.blockquote-footer {
    color: #6b7280;
}

/* ==================== CUSTOM ANIMATIONS ==================== */
@keyframes pulse-primary {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(21, 64, 106, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(21, 64, 106, 0);
    }
}

.pulse-primary {
    animation: pulse-primary 2s infinite;
}

/* ==================== LOBSTER FONT HEADINGS ==================== */
.lobster {
    font-family: 'Lobster', cursive;
    color: #15406a !important;
}

/* ==================== HEADER TOP STYLING ==================== */
header.header-top {
    background: linear-gradient(135deg, #e8eef5 0%, #f5f7fa 50%, #edf1f7 100%) !important;
    box-shadow: 0 4px 20px rgba(21, 64, 106, 0.15) !important;
    padding: 15px 0 !important;
    border-bottom: 4px solid #15406a !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Decorative Pattern Background */
header.header-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2315406a' fill-opacity='0.06'%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3Ccircle cx='50' cy='50' r='2'/%3E%3Ccircle cx='70' cy='70' r='2'/%3E%3Ccircle cx='90' cy='90' r='2'/%3E%3Ccircle cx='10' cy='50' r='2'/%3E%3Ccircle cx='50' cy='10' r='2'/%3E%3Ccircle cx='70' cy='30' r='2'/%3E%3Ccircle cx='30' cy='70' r='2'/%3E%3Ccircle cx='90' cy='50' r='2'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

/* Decorative Corner Elements */
header.header-top::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(21, 64, 106, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

header.header-top .container {
    position: relative;
    z-index: 1;
}

header.header-top .container {
    max-width: 1200px !important;
}

header.header-top .row {
    margin: 0 !important;
}

header.header-top .col-lg-8,
header.header-top .col-lg-4 {
    padding: 0 15px !important;
}

header.header-top .d-flex {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

header.header-top .logo {
    width: 85px !important;
    height: auto !important;
    max-width: 85px !important;
    min-width: 85px !important;
    margin-right: 20px !important;
    display: block !important;
    flex-shrink: 0 !important;
    filter: drop-shadow(0 2px 8px rgba(21, 64, 106, 0.15));
    transition: all 0.3s ease;
}

header.header-top .logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(21, 64, 106, 0.25));
}

header.header-top .title {
    flex: 1 !important;
    min-width: 0 !important;
}

header.header-top .title h1,
header.header-top .title h2,
header.header-top .title h3 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    display: block !important;
}

header.header-top .title h2 {
    color: #15406a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 3px !important;
}

header.header-top .title h1 {
    color: #15406a !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

header.header-top .title h3 {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

header.header-top .title h3 i {
    color: #15406a !important;
    margin-right: 8px !important;
}

header.header-top .kanan {
    text-align: right !important;
    display: block !important;
}

header.header-top .kanan h3#date {
    color: #15406a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 5px 0 !important;
    display: block !important;
}

header.header-top .kanan h1#jam {
    color: #15406a !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    display: block !important;
}

header.header-top .kanan p {
    background: linear-gradient(135deg, #15406a 0%, #0d2a47 100%) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    display: inline-block !important;
    box-shadow: 0 4px 12px rgba(21, 64, 106, 0.25);
    transition: all 0.3s ease;
}

header.header-top .kanan p:hover {
    box-shadow: 0 6px 16px rgba(21, 64, 106, 0.35);
    transform: translateY(-2px);
}

header.header-top .kanan p a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 0 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline !important;
}

header.header-top .kanan p a:first-child {
    padding-left: 0 !important;
}

header.header-top .kanan p a:last-child {
    border-right: none !important;
    padding-right: 0 !important;
}

header.header-top .kanan p a:hover {
    opacity: 0.8 !important;
}

header.header-top .kanan p a i {
    margin-right: 6px !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header.header-top {
        padding: 12px 0 !important;
    }

    header.header-top .logo {
        width: 65px !important;
        max-width: 65px !important;
        min-width: 65px !important;
        margin-right: 15px !important;
    }

    header.header-top .title h1 {
        font-size: 16px !important;
    }

    header.header-top .title h2 {
        font-size: 11px !important;
    }

    header.header-top .title h3 {
        font-size: 11px !important;
    }

    header.header-top .kanan {
        text-align: left !important;
        margin-top: 15px !important;
    }

    header.header-top .kanan h1#jam {
        font-size: 22px !important;
    }

    header.header-top .kanan p {
        padding: 8px 15px !important;
    }

    header.header-top .kanan p a {
        font-size: 10px !important;
        padding: 0 8px !important;
    }
}

/* ==================== NAVIGATION MENU STYLING ==================== */
#header.navbar {
    position: relative !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    z-index: 999 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#header.navbar .container {
    margin-top: 0 !important;
    padding: 8px 15px !important;
}

#header.navbar-absolute-top {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

#header .navbar-nav {
    align-items: center !important;
}

#header .navbar-nav .nav-item {
    margin: 0 2px !important;
}

#header .navbar-nav .nav-link {
    color: #15406a !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 14px !important;
    transition: all 0.2s ease !important;
    border-radius: 5px !important;
}

#header .navbar-nav .nav-link:hover {
    color: #0d2a47 !important;
    background: rgba(21, 64, 106, 0.06) !important;
}

#header .navbar-nav .nav-link.active {
    color: #15406a !important;
    background: rgba(21, 64, 106, 0.08) !important;
}

/* Dropdown Toggle Arrow */
#header .navbar-nav .dropdown-toggle::after {
    margin-left: 6px !important;
    vertical-align: middle !important;
}

/* Dropdown Menu Container */
#header .hs-sub-menu,
#header .dropdown-menu {
    margin-top: 0 !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    min-width: 240px !important;
    z-index: 1001 !important;
    background: #fff !important;
    overflow: hidden !important;
}

/* Dropdown Items */
#header .dropdown-item {
    color: #333 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    background: transparent !important;
    display: block !important;
}

#header .dropdown-item:hover {
    background: rgba(21, 64, 106, 0.08) !important;
    color: #15406a !important;
    padding-left: 25px !important;
}

/* Dropdown Header */
#header .dropdown-header {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 10px 20px 5px !important;
    margin: 0 !important;
    background: #15406a !important;
    display: block !important;
    border-radius: 4px !important;
    margin-bottom: 4px !important;
}

/* Dropdown Divider */
#header .dropdown-divider {
    height: 0 !important;
    margin: 8px 0 !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Mobile Toggle */
#header .navbar-toggler {
    border: 2px solid #15406a !important;
    border-radius: 5px !important;
    padding: 8px 10px !important;
}

#header .navbar-toggler i {
    color: #15406a !important;
}

/* Button Kesan */
#header .btn-primary {
    background: #15406a !important;
    border-color: #15406a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
}

#header .btn-primary:hover {
    background: #0d2a47 !important;
    border-color: #0d2a47 !important;
}

/* ==================== HERO SLIDER / BANNER SECTION ==================== */
.js-swiper-main {
    width: 100% !important;
    max-width: 1430px !important;
    height: 500px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 0 !important;
}

.js-swiper-main .swiper-wrapper {
    height: 500px !important;
}

.js-swiper-main .swiper-slide {
    height: 500px !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.js-swiper-main .swiper-slide .container {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

/* Slider Content */
.js-swiper-main .slider-content {
    max-width: 700px !important;
    padding: 30px !important;
}

.js-swiper-main .slider-subtitle {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
}

.js-swiper-main .slider-title {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/* Navigation Arrows */
.js-swiper-main .swiper-button-prev,
.js-swiper-main .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15) !important;
}

.js-swiper-main .swiper-button-prev::after,
.js-swiper-main .swiper-button-next::after {
    font-size: 18px !important;
    color: #15406a !important;
    font-weight: 700 !important;
}

.js-swiper-main .swiper-button-prev:hover,
.js-swiper-main .swiper-button-next:hover {
    background: #15406a !important;
}

.js-swiper-main .swiper-button-prev:hover::after,
.js-swiper-main .swiper-button-next:hover::after {
    color: #fff !important;
}

/* Slider Text */
.js-swiper-main .swiper-slide h2,
.js-swiper-main .swiper-slide h3 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
}

/* Responsive Banner */
@media (max-width: 1430px) {
    .js-swiper-main {
        max-width: 100% !important;
        height: 400px !important;
    }

    .js-swiper-main .swiper-wrapper,
    .js-swiper-main .swiper-slide {
        height: 400px !important;
    }
}

@media (max-width: 992px) {

    .js-swiper-main,
    .js-swiper-main .swiper-wrapper,
    .js-swiper-main .swiper-slide {
        height: 350px !important;
    }

    .js-swiper-main .slider-title {
        font-size: 2rem !important;
    }

    .js-swiper-main .slider-subtitle {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 768px) {

    .js-swiper-main,
    .js-swiper-main .swiper-wrapper,
    .js-swiper-main .swiper-slide {
        height: 280px !important;
    }

    .js-swiper-main .slider-content {
        padding: 20px !important;
    }

    .js-swiper-main .slider-title {
        font-size: 1.5rem !important;
    }

    .js-swiper-main .slider-subtitle {
        font-size: 1rem !important;
    }

    .js-swiper-main .swiper-button-prev,
    .js-swiper-main .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }

    .js-swiper-main .swiper-button-prev::after,
    .js-swiper-main .swiper-button-next::after {
        font-size: 14px !important;
    }
}

/* ==================== RESPONSIVE ADJUSTMENTS ==================== */
@media (max-width: 768px) {
    .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .card {
        margin-bottom: 1rem;
    }
}

/* ==================== UTILITIES ==================== */
.text-disnaker-primary {
    color: #15406a !important;
}

.bg-disnaker-primary {
    background-color: #15406a !important;
}

.border-disnaker-primary {
    border-color: #15406a !important;
}

.text-disnaker-dark {
    color: #0d2a47 !important;
}

.bg-disnaker-dark {
    background-color: #0d2a47 !important;
}

/* ==================== BUTTONS ==================== */
.btn-primary {
    background-color: #15406a !important;
    border-color: #15406a !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.btn-primary i,
.btn-primary .bi {
    margin: 0 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0d2a47 !important;
    border-color: #0d2a47 !important;
}

.btn-primary:hover i,
.btn-primary:hover .bi {
    color: #fff !important;
}

/* ==================== CARDS ==================== */
.modern-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 170px;
    display: flex;
    flex-direction: column;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(21, 64, 106, 0.15);
    border-color: #15406a;
}

.modern-card .card-icon {
    width: 100px;
    height: 55px;
    background: #15406a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.modern-card .card-icon i,
.modern-card .card-icon .iconify {
    font-size: 1.5rem;
    color: #fff !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.modern-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #15406a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.modern-card p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
}

/* ==================== JATIM-STYLE MODERN LAYOUT ==================== */

/* Modern Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #15406a;
    margin-bottom: 0.75rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

/* Modern Card Enhancements */
.modern-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(21, 64, 106, 0.15);
    border-color: #15406a;
}

.modern-card .card-icon {
    width: 100px;
    height: 55px;
    background: #15406a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.modern-card .card-icon i,
.modern-card .card-icon .iconify {
    font-size: 1.5rem;
    color: #fff !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.modern-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #15406a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.modern-card p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
}

/* ==================== JATIM-STYLE LAYANAN SECTION ==================== */
.layanan-jatim-style {
    background: #15406a;
    position: relative;
    overflow: hidden;
}

.layanan-jatim-style .section-header h2,
.layanan-jatim-style .section-header p {
    color: #fff !important;
}

/* Jatim-Style Service Cards */
.jatim-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 180px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jatim-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.jatim-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.jatim-card-header h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0d2a47;
    margin: 0;
    flex: 1;
    line-height: 1.3;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.6em;
}

.jatim-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(21, 64, 106, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jatim-card-icon .iconify {
    color: #15406a !important;
    font-size: 22px;
}

.jatim-card p {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 40px;
}

.jatim-wave-pattern {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.15' fill='%2315406a'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' opacity='.25' fill='%2315406a'/%3E%3Cpath d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z' fill='%2315406a'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom center;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

/* Service Grid Layout */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .service-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Quick Links / Pranala Section */
.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.quick-link-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.quick-link-box:hover {
    border-color: #15406a;
    background: #f8fafc;
    transform: translateY(-3px);
}

.quick-link-box .icon {
    font-size: 2.5rem;
    color: #15406a;
    margin-bottom: 15px;
}

.quick-link-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #15406a;
    margin-bottom: 8px;
}

.quick-link-box p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* News & Agenda Modern Cards */
.news-card-modern {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(21, 64, 106, 0.12);
}

.news-card-modern img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

.news-card-modern .card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-modern .badge {
    background: #15406a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.news-card-modern h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e2022;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-card-modern .meta {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 12px;
}

.news-card-modern .excerpt {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.news-card-modern .read-more {
    color: #15406a;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.news-card-modern .read-more:hover {
    gap: 10px;
}

/* Stats/Counter Section */
.stats-section {
    background: #15406a;
    padding: 60px 0;
    color: #fff;
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-box .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-box .stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Improved Parallax Section */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 64, 106, 0.05);
}

.parallax .container {
    position: relative;
    z-index: 2;
}

/* Slider Improvements */
.swiper-slide {
    position: relative;
}

.gradient-y-overlay-sm-white-900 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Better Spacing Utilities */
.section-py {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-py-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Lobster Font Enhancement */
.lobster {
    font-family: 'Lobster', cursive;
    color: #15406a !important;
    line-height: 1.3;
}

/* Hover Effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

/* Responsive Text */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
    }

    .stat-box .stat-number {
        font-size: 2.5rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
a:focus,
button:focus,
.card:focus {
    outline: 2px solid #15406a;
    outline-offset: 2px;
}

/* ==================== PRANALA WEB (JATIM STYLE) ==================== */
.pranala-card {
    display: flex;
    align-items: center;
    background: #15406a;
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pranala-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(21, 64, 106, 0.4);
}

.pranala-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
}

.pranala-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pranala-content {
    flex-grow: 1;
}

.pranala-content h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.pranala-arrow {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.pranala-arrow i {
    color: #fff;
    font-size: 1.2rem;
}

.pranala-card:hover .pranala-arrow {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .pranala-card {
        padding: 16px;
    }

    .pranala-icon {
        width: 50px;
        height: 50px;
    }

    .pranala-content h5 {
        font-size: 0.9rem;
    }
}

/* ==================== UNIT KERJA SECTION ==================== */
.unit-kerja-card {
    display: block;
    background: #15406a;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 160px;
}

.unit-kerja-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(21, 64, 106, 0.4);
}

.unit-kerja-content {
    margin-bottom: 16px;
}

.unit-kerja-content h5 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.unit-kerja-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.unit-kerja-button .btn {
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.unit-kerja-button .btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

/* ==================== VIDEO YOUTUBE SECTION ==================== */
.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
}

.video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==================== SOCIAL MEDIA CARDS ==================== */
.social-media-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-height: 180px;
}

.social-media-card.instagram {
    background: #15406a;
}

.social-media-card.facebook {
    background: #15406a;
}

.social-media-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.social-media-card .social-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.social-media-card .social-icon i {
    font-size: 3rem;
    color: #fff;
}

.social-media-card .social-content {
    flex-grow: 1;
    color: #fff;
}

.social-media-card .social-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.social-media-card .social-content .handle {
    font-size: 1.1rem;
    margin-bottom: 10px;
    opacity: 0.95;
}

.social-media-card .social-content .description {
    font-size: 0.95rem;
    margin: 0;
    opacity: 0.9;
}

.social-media-card .social-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.social-media-card .social-arrow i {
    font-size: 1.5rem;
    color: #fff;
}

.social-media-card:hover .social-arrow {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .social-media-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        min-height: auto;
    }

    .social-media-card .social-icon {
        width: 70px;
        height: 70px;
    }

    .social-media-card .social-icon i {
        font-size: 2.5rem;
    }
}

/* ==================== SVG BACKGROUND PATTERNS ==================== */
.bg-pattern-dots {
    background-image: url("data:image/svg+xml,%3Csvg width=20 height=20 xmlns=http://www.w3.org/2000/svg%3E%3Cg fill=%23ffffff fill-opacity=0.05 fill-rule=evenodd%3E%3Ccircle cx=3 cy=3 r=3/%3E%3Ccircle cx=13 cy=13 r=3/%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-grid {
    background-image: url("data:image/svg+xml,%3Csvg width=40 height=40 xmlns=http://www.w3.org/2000/svg%3E%3Cpath d=M0 40L40 0H20L0 20M40 40V20L20 40 fill=%23ffffff fill-opacity=0.03/%3E%3C/svg%3E");
}

.bg-pattern-waves {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 1200 120 preserveAspectRatio=none%3E%3Cpath d=M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z fill=%23ffffff fill-opacity=0.05/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pattern-circles {
    background-image: url("data:image/svg+xml,%3Csvg width=60 height=60 xmlns=http://www.w3.org/2000/svg%3E%3Cg fill=none fill-rule=evenodd%3E%3Cg fill=%23ffffff fill-opacity=0.04%3E%3Cpath d=M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-hexagon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=28 height=49 viewBox=0 0 28 49%3E%3Cg fill-rule=evenodd%3E%3Cg fill=%23ffffff fill-opacity=0.04%3E%3Cpath d=M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ==================== LOWONGAN KERJA SECTION ==================== */
.sektor-card {
    display: block;
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sektor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(21, 64, 106, 0.15);
    border-color: #15406a;
}

.sektor-icon {
    width: 60px;
    height: 60px;
    background: #15406a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}

.sektor-card h6 {
    color: #0d2a47;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.sektor-card:hover h6 {
    color: #15406a;
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* ==================== SUBTLE BACKGROUND PATTERNS ==================== */
.bg-pattern-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.bg-pattern-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.015' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.bg-pattern-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40' fill='%23000000' fill-opacity='0.01'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

/* Container positioning to ensure content is above patterns */
section.section-py>.container,
section.section-py>.bg-pattern-light+.container,
section.section-py>.bg-pattern-dots+.container,
section.section-py>.bg-pattern-grid+.container {
    position: relative;
    z-index: 1;
}

/* Fix sektor card sizing - CORRECTED */
.sektor-card {
    min-height: 160px !important;
    height: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
}

.sektor-card h6 {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    word-wrap: break-word !important;
}

.sektor-icon {
    width: 56px !important;
    height: 56px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}