.gform_footer.top_label {
    position: relative;
    padding-right: 0;
    display: inline-block;
    gap: 0;
    width: auto;
}
section#postlayout {
    overflow: visible!important;
}
.gform_footer.top_label::after {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #000;
    right: -22px;
    content: url("/wp-content/uploads/2026/03/Icon-17.png");
}

div#gform_2_validation_container {
    display: none;
}
input#input_2_1 {
    background: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 20px;
}
.meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 0;
}
ul.oph-cat-list {
    padding-left: 0px;
}
#blog-banner {
    background: linear-gradient(135deg, #0F172B 0%, #0C4A6E 50%, #075985 100%);
}
.featured-card-wrapper {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin: 20px 0;
    min-height: 400px;
    font-family: sans-serif; 
}

.featured-card-image {
    flex: 1.2;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 300px;
}


.featured-card-image:empty {
    background-image: radial-gradient(#ccc 10%, transparent 10%);
    background-size: 20px 20px;
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
}

.featured-card-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.featured-card-content h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 32px!important;
    line-height: 120%;
    letter-spacing: 0%;
	color: #101828;
}
section#blogsection {
    background: linear-gradient(135deg, rgb(240, 249, 255) 0%, rgb(240, 253, 250) 100%);
}
.featured-excerpt {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
}
.featured-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #718096;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #0F172B 0%, #0C4A6E 50%, #075985 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featured-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-btn {
    display: inline-block;
    color: white !important;
    padding: 16px 30px;
    border-radius: 16px;
    text-decoration: none!important;
    align-self: flex-start;
    transition: transform 0.2s ease;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
}

.featured-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.oph-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #fff;
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    color: #334155;
}


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

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

.oph-cat-list { list-style: none; padding: 0; margin: 0; }
.cat-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 20px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: 0.2s;
    color: #101828;
}
.cat-item.active {
    color: white;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
}
.cat-item:hover:not(.active) { background: #f1f5f9; }
.count.gray {
    color: #101828;
}
.cat-item.active span.count.gray {
    color: #fff;
}

.oph-newsletter {
    background: #ecfeff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}
.news-title { font-size: 0.9rem; font-weight: 700; margin: 0 0 5px 0; }
.news-sub {
    color: #4A5565;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0%;
}
.news-input {
    width: 100%; padding: 10px; border: 1px solid #cbd5e1;
    border-radius: 6px; font-size: 0.85rem; margin-bottom: 10px;
}
input#gform_submit_button_2 {
    background: none;
    border: none;
    color: #101828;
    cursor: pointer;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    box-shadow: none;
    padding: 0px;
}
input#gform_submit_button_2:hover, input#gform_submit_button_2:focus{    
	    box-shadow: none;
	background: none;
    border: none;
    color: #101828;
    cursor: pointer;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;}

.oph-main { flex: 3; min-width: 60%; }
.oph-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

/* Card Styling */
.oph-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.card-thumb { height: 200px; position: relative; }
.card-thumb.checkerboard img {
    position: absolute;
    width: 100%;
    height: 200px;
    aspect-ratio: 2/1;
    object-fit: cover;
}
.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
    line-height: 20px;
    letter-spacing: 0px;
}
.card-body { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.card-body h2 { font-size: 1.25rem; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.card-body p {
    color: #4A5565;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
}

.card-footer {
    margin-top: auto; padding-top: 15px; border-top: 1px solid #f1f5f9;
    display: flex; justify-content: space-between; align-items: center;
}
.meta {
	gap: 12px;
    display: flex;
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0%;
    background: linear-gradient(135deg, #0F172B 0%, #0C4A6E 50%, #075985 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.read-more {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none!important;
    background: linear-gradient(180deg, #0369A1 0%, #0D9488 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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%;
}


@media (max-width: 768px) {
.featured-card-content h2 {
    font-size: 20px!important;
}	
    .featured-card-wrapper { flex-direction: column; }
    .featured-card-content { padding: 30px; }
}