

h1 {
    font-family: 'SegoeUI'!important;
}
p,li,h3,h4 {
    font-family: 'SegoeUIregular'!important;
}
h2 {
    font-family: 'SegoeUI'!important;
}
.oph-container {
    display: grid;
    grid-template-columns: 30% 68%;
    gap: 20px 2%;
    background-color: #fff;
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    color: #334155;
}
input#wpforms-22986-field_2 {
    border-radius: 16px;
    border: 0px;
}
button#wpforms-submit-22986:after {
    content: url(/wp-content/uploads/2026/02/expand_less.png);
    position: absolute;
    top: 7px;
    bottom: 0;
    left: unset;
    right: -16px!important;
}
button#wpforms-submit-22986 {
    background: transparent;
    color: #1C2B58!important;
    border-bottom: 2px solid #1C2B58;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    margin: 0;
    height: 30px;
}
.card-thumb.checkerboard a:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, rgba(0, 0, 0, 0.48) 100%);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.et_pb_row.et_pb_row_1.et_hover_enabled {
    margin: 0 auto;
}

.oph-sidebar { flex: 1; min-width: 280px; }
.oph-filter-card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 20px;
    background: #EAF2F7;
}

.oph-side-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }

.oph-cat-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0px 0em!important;
    line-height: 26px!important;
}
.cat-item {
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: 0.2s;
}
.cat-item.active {
    background: #1C2B58;
    color: white;
}
li.cat-item.active a {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}
li.cat-item a {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #0c0c0c;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
li.cat-item.active .count.gray {
    color: #ffff;
}
.cat-item:hover:not(.active) { background: #f1f5f9; }
.count.gray { color: #94a3b8; }

.oph-newsletter {
    background: #70AACB;
    padding: 24px;
    border-radius: 8px;
    margin-top: 20px;
}
.news-title { font-size: 0.9rem; font-weight: 700; margin: 0 0 5px 0; }
.news-sub {
    color: #0c0c0c;
    margin-bottom: 15px;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}
.news-input {
    width: 100%; padding: 10px; border: 1px solid #cbd5e1;
    border-radius: 6px; font-size: 0.85rem; margin-bottom: 10px;
}
.news-btn {
    background: none; border: none; color: #088395;
    font-weight: 700; font-size: 0.85rem; cursor: pointer;
}


.oph-main { flex: 3; min-width: 60%; }
element.style {

}

/* Card Styling */
.oph-card {
    background: white;
    border-radius: 0;
    border: 0px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.card-thumb { height: 210px; position: relative; }
.card-thumb.checkerboard img {
    position: absolute;
    width: 100%;
    height: 210px;
    aspect-ratio: 2/1;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
}
.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #088395;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.card-body {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}
.card-body h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: left;
}
.card-body p {
    color: #4A5565;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: left;
}
#category-post{
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px 4%;
}
#oph-posts {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px 4%;
}
.card-footer {
    margin-top: auto;
    padding-bottom: 10px;
    border-top: 0px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meta {
    gap: 12px;
    display: flex;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #67718F;
}
.read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none!important;
    border-bottom: 2px solid #1C2B58;
    padding-bottom: 3px;
    color: #1C2B58;
    position: relative;
}
span.arrow {
    position: absolute;
    right: -18px;
    top: 1px;
}
.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px auto 0;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
}

.energy-cat-grid {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 25px 3%;
}

.energy-cat-card {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.energy-overlay {
    background: rgba(255,255,255,0.75);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease;
}

.energy-overlay h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.energy-cat-card:hover .energy-overlay {
    background: rgba(255,255,255,0.55);
}
.archive-header {
    background-image: url(/wp-content/uploads/2026/02/unsplash_yETqkLnhsUI-1.png);
    padding: 5% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/* Responsive */
@media(max-width:1100px){
.et_pb_row.et_pb_row_1.et_hover_enabled, .et_pb_row.et_pb_row_2.et_hover_enabled, .et_pb_row.et_pb_row_3.et_hover_enabled {
    margin: 0 auto;
    max-width: 100%!important;
    width: 95%;
}
}

@media(max-width: 992px){
.oph-container {
    display: flex;
    grid-template-columns: 32% 65%;
    gap: 20px 2%;
    background-color: #fff;
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    color: #334155;
    flex-direction: column;
}	
.card-body h2 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    text-align: left;
}	
.energy-cat-grid {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 25px 3%;
}
}

@media (max-width: 768px) {
    .featured-card-wrapper { flex-direction: column; }
    .featured-card-content { padding: 30px; }
}

@media(max-width: 600px){
#category-post {
    display: flex;
    grid-template-columns: 48% 48%;
    gap: 20px 4%;
    flex-direction: column;
}	
    .energy-cat-grid {
        grid-template-columns: 100%;
    }
}
