/* ==========================================================================
   UZya Theme - Green Header Style
   Version: 1.0.0
   ========================================================================== */

/* Hero Section with Green Gradient */
.journal_index {
    background: linear-gradient(135deg, #1B7A3D 0%, #145F2F 50%, #1B5E20 100%);
    position: relative;
}

.journal_index::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Green Navigation Active State */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1B7A3D;
    background: rgba(27, 122, 61, 0.08);
}

.navbar-default .navbar-nav > .active > a::after {
    background: #1B7A3D;
}

/* Green Dropdown Hover */
.navbar-default .dropdown-menu > li > a:hover {
    background: #E8F5E9;
    color: #1B7A3D;
}

.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
    background: #1B7A3D;
}

/* Green Button Styles */
.btn-primary {
    background: #1B7A3D;
    border-color: #145F2F;
}

.btn-primary:hover {
    background: #2A9D4F;
    border-color: #1B7A3D;
}

/* Green Panel Headers */
.pkp_block .title,
.pkp_block h2 {
    background: linear-gradient(135deg, #1B7A3D, #2A9D4F);
}

/* Green Section Dividers */
.page-header {
    border-bottom-color: #1B7A3D !important;
}

/* Green Accents */
.text-primary {
    color: #1B7A3D !important;
}

.bg-primary {
    background-color: #1B7A3D !important;
}

/* Green Links */
a {
    color: #1B7A3D;
}

a:hover {
    color: #2A9D4F;
}

/* Green Form Focus */
.form-control:focus {
    border-color: #1B7A3D;
    box-shadow: 0 0 0 3px rgba(27, 122, 61, 0.1);
}

/* Green Pagination */
.pagination > .active > a,
.pagination > .active > a:hover {
    background: #1B7A3D;
    border-color: #1B7A3D;
}

/* Green Announcement Border */
.announcement_summary {
    border-left-color: #1B7A3D;
}

/* Green Article Hover */
.article-summary::before {
    background: #1B7A3D;
}

.article-summary:hover {
    border-color: rgba(27, 122, 61, 0.2);
}

/* Green Alert */
.alert-success {
    background: #E8F5E9;
    color: #145F2F;
    border-left-color: #1B7A3D;
}

/* Green Footer Gradient */
footer[role="contentinfo"] {
    background: linear-gradient(135deg, #1a3a1a 0%, #0d2b0d 100%);
}

footer .footer-section h4 {
    border-bottom-color: #1B7A3D;
}

footer .social-links a:hover {
    background: #1B7A3D;
}

/* Green Badges */
.badge-primary {
    background: #1B7A3D;
}

/* Green Tags */
.label-primary {
    background: #1B7A3D;
}

/* Green Progress Bar */
.progress-bar {
    background: #1B7A3D;
}

/* Green Well */
.well {
    background: #E8F5E9;
    border-color: #C8E6C9;
}
