.blog-page-modern {
    background: #f1f5f9;
    font-family: 'Inter', sans-serif;
    color: #23242b;
    padding-top: 105px !important;
}

.blog-page-modern .site-header {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.03);
}

.blog-page-modern .main-nav a {
    color: #2f3137 !important;
    font-weight: 500;
}

.blog-page-modern .main-nav a:hover,
.blog-page-modern .main-nav a.active {
    color: #004b8d !important;
}

.blog-page-modern .main-nav a::after {
    background: #004b8d !important;
}

.blog-page-modern .dropdown-menu {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.10) !important;
}

.blog-page-modern .dropdown-menu li a {
    color: #555d69 !important;
}

.blog-page-modern .dropdown-menu li a:hover {
    color: #004b8d !important;
    background: #f0f7ff !important;
}

.blog-hero-wrap {
    padding: 0 0 10px;
}

.blog-hero {
    position: relative;
    height: 480px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; animation: heroFloat 20s ease-in-out infinite alternate;
    display: block;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 75, 141, 0.92) 0%,
        rgba(0, 50, 94, 0.75) 33%,
        rgba(255, 255, 255, 0.00) 65%
    );
    z-index: 1;
}

.blog-hero-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
}

.blog-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 58px;
    line-height: 1.03;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -1px;
    margin: 0;
}

.blog-content-section {
    padding: 46px 0 80px;
}

.blog-layout {
    display: block !important;
}

.blog-main-card {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 32px;
    padding: 38px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.05);
}

.section-eyebrow {
    display: block;
    color: #004b8d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-bottom: 18px;
}

.blog-main-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.05;
    font-weight: 500;
    color: #23242b;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.blog-feature-image,
.blog-promo-image {
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    background: #fff;
}

.blog-feature-image img,
.blog-promo-image img {
    width: 100%;
    display: block;
}

.blog-text p {
    color: #666d78;
    font-size: 15px;
    line-height: 1.95;
    margin-bottom: 16px;
}

.blog-sections {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 8px;
}

.blog-section-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.blog-section-card h3,
.blog-section-card h4 {
    font-family: 'Poppins', sans-serif;
    color: #23242b;
    margin-bottom: 10px;
}

.blog-section-card h3 {
    font-size: 26px;
    font-weight: 500;
}

.blog-section-card h4 {
    font-size: 22px;
    font-weight: 500;
}

.blog-section-card p {
    color: #666d78;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 8px;
}

.blog-section-card p:last-child {
    margin-bottom: 0;
}

.blog-side-card {
    display: none !important;
}

.blog-side-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #23242b;
    margin-bottom: 18px;
}

.blog-side-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-side-card li {
    margin-bottom: 12px;
}

.blog-side-card li:last-child {
    margin-bottom: 0;
}

.blog-side-card a {
    display: block;
    text-decoration: none;
    color: #2f3137;
    background: #f8f6f2;
    border-radius: 16px;
    padding: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.blog-side-card a:hover {
    background: linear-gradient(135deg, #004b8d, #22b14c);
    color: #fff;
}

.service-contact-section {
    padding: 20px 0 100px;
    background: #f1f5f9;
}

.contact-cta-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start;
}

.blog-page-modern .contact-form-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    padding: 30px 24px;
    width: 100%;
    max-width: 320px;
}

.blog-page-modern .contact-form-box h2,




