/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#home .home-modern {
    margin-top: 15px;
}

.home-hero-accent {
    height: 26px;
    background: linear-gradient(90deg, #0e5077 0%, #006687 55%, #00a7c2 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#footer .footer-modern-text {
    color: #95a3b3;
    font-size: 13px;
    letter-spacing: 0.2px;
}

#home-banner {
    background: linear-gradient(135deg, #0c3858 0%, #0e5077 45%, #006687 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#home-banner h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
}

#home-banner .input-group-lg .form-control {
    border-radius: 8px 0 0 8px;
    border: 0;
    box-shadow: 0 8px 24px rgba(5, 30, 52, 0.2);
}

#home-banner .input-group-lg .btn.search,
#home-banner .input-group-lg .btn.transfer {
    border: 0;
    font-weight: 600;
}

#home-banner .input-group-lg .btn.search {
    background: #00b0d7;
    color: #fff;
}

#home-banner .input-group-lg .btn.transfer {
    background: #eef6fb;
    color: #0e5077;
}

#home-banner .input-group-lg .btn.search:hover,
#home-banner .input-group-lg .btn.search:focus {
    background: #009bc0;
    color: #fff;
}

#home-banner .input-group-lg .btn.transfer:hover,
#home-banner .input-group-lg .btn.transfer:focus {
    background: #dcecf7;
    color: #0a4669;
}

.home-shortcuts {
    border-bottom: 1px solid #e8eef6;
}

.home-shortcuts ul li a {
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-shortcuts ul li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(14, 80, 119, 0.12);
}

@media (max-width: 767px) {
    .home-hero-accent {
        height: 16px;
    }

    #home .home-modern-section {
        padding: 18px;
    }

    #home .home-modern-head h2 {
        font-size: 24px;
    }
}

#home .home-modern-section {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(14, 80, 119, 0.06);
    padding: 24px;
    margin-bottom: 24px;
}

#home .home-modern-head h2 {
    margin: 0 0 6px;
    font-size: 28px;
}

#home .home-modern-head p {
    color: #687684;
    margin-bottom: 18px;
}

#home .home-modern-card {
    background: #f8fbff;
    border: 1px solid #e8eef6;
    border-radius: 8px;
    padding: 18px;
}

#home .home-announcement-item {
    padding: 12px 0;
    border-bottom: 1px solid #e9eff5;
}

#home .home-announcement-item:last-child {
    border-bottom: 0;
}

#home .home-announcement-item h3 {
    margin-top: 0;
}

#home .value-card {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e8eef6;
    border-radius: 10px;
    padding: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#home .value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(14, 80, 119, 0.12);
}

#home .value-card i {
    font-size: 20px;
    color: #0e5077;
    margin-bottom: 10px;
}

#home .value-card h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

#home .value-card p {
    color: #5f6f80;
    margin-bottom: 0;
}

#home .home-cta {
    background: linear-gradient(135deg, #0e5077 0%, #006687 100%);
    border: 0;
    color: #fff;
}

#home .home-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

#home .home-cta-content h3 {
    margin: 0 0 6px;
    color: #fff;
}

#home .home-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

#home .home-cta-actions .btn-primary {
    background: #fff;
    color: #0e5077;
    border-color: #fff;
}

#home .home-cta-actions .btn-default {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    background: transparent;
}

#home .home-cta-actions .btn-link {
    color: #fff;
}

#header {
    border-bottom: 1px solid #e8eef5;
    background: #ffffff;
}

#header .top-nav > li > a {
    color: #5f6f80;
    font-weight: 600;
}

#header .top-nav > li.primary-action .btn {
    border-radius: 6px;
    background: #0e5077;
    border-color: #0e5077;
    color: #fff;
}

#header .logo img {
    max-height: 48px;
}

#main-menu .navbar-main {
    border: 0;
    box-shadow: 0 4px 14px rgba(10, 54, 85, 0.06);
}

#main-menu .navbar-main .navbar-nav > li > a {
    font-weight: 600;
    letter-spacing: 0.1px;
}

#footer {
    background: #0f1e2d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .back-to-top {
    background: #0e5077;
    border-radius: 8px;
}

#footer .footer-modern-text {
    color: rgba(227, 236, 247, 0.78);
}

#home .home-announcement-item .label-default {
    background-color: #0e5077;
}

#home .home-announcement-item .label-warning {
    background-color: #00a7c2;
}

#home .home-modern-card a {
    color: #0c5e8b;
}

#home .home-modern-card a:hover {
    color: #084c70;
}

#home .home-cta-actions .btn {
    border-radius: 6px;
    font-weight: 600;
}

#home .home-cta-actions .btn + .btn {
    margin-left: 8px;
}

@media (max-width: 767px) {
    #home .home-cta-actions .btn {
        margin-bottom: 8px;
    }

    #home .home-cta-actions .btn + .btn {
        margin-left: 0;
    }
}

#home .home-shortcuts p.lead {
    color: #33475b;
    font-weight: 600;
}

#home .home-shortcuts ul li a p {
    font-weight: 600;
}

#home .home-shortcuts ul li a span {
    color: #0c5e8b;
}

#home .home-modern {
    margin-top: 10px;
}

#home .home-modern-section {
    position: relative;
    overflow: hidden;
}

#home .home-modern-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at top right, rgba(0, 167, 194, 0.12), transparent 70%);
    pointer-events: none;
}

#home .home-modern-section > * {
    position: relative;
    z-index: 1;
}

#home .home-value .row > [class*="col-"] {
    margin-bottom: 12px;
}

#home .home-value .row > [class*="col-"]:last-child {
    margin-bottom: 0;
}
