.elementor-189 .elementor-element.elementor-element-7449004{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-189 .elementor-element.elementor-element-cdfe192{--display:flex;}.elementor-189 .elementor-element.elementor-element-210af5b{margin:-36px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-210af5b *//* Prefix 'sh-' used to prevent conflict with your theme's existing styles */

.sh-blog-section {
    padding: 60px 20px;
    background: #f3f7fb;
    color: #1f2933;
}

.sh-container {
    max-width: 1200px;
    margin: auto;
}

.sh-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.sh-section-header h1 {
    font-size: 40px;
    color: #0c3c66;
    font-weight: 600;
    margin-bottom: 10px;
}

.sh-section-header p {
    font-size: 17px;
    color: #5f7285;
}

.sh-blog-item {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: center;
}

.sh-blog-item.sh-reverse {
    flex-direction: row-reverse;
}

.sh-blog-link {
    display: block;
    width: 50%;
    text-decoration: none;
    overflow: hidden; 
    border-radius: 18px;
}

.sh-blog-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(12, 60, 102, 0.15);
    cursor: pointer;
}

.sh-blog-link:hover .sh-blog-image {
    transform: scale(1.03);
    box-shadow: 0 25px 50px rgba(12, 60, 102, 0.25);
}

.sh-blog-content {
    width: 50%;
}

.sh-tag {
    display: inline-block;
    background: #e6f1fb;
    color: #0c3c66;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.sh-blog-content h2 {
    font-size: 32px;
    color: #092c4c;
    margin-bottom: 18px;
    line-height: 1.2;
}

.sh-intro {
    font-size: 16px;
    color: #4a5d70;
    margin-bottom: 22px;
    line-height: 1.6;
}

.sh-list {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.sh-list li {
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #334e68;
}

.sh-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1c6ed5;
    font-weight: bold;
}

.sh-cta {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1c6ed5;
    transition: color 0.3s ease;
}

.sh-cta:hover {
    color: #0c3c66;
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .sh-blog-item, .sh-blog-item.sh-reverse {
        flex-direction: column;
        gap: 30px;
    }

    .sh-blog-link, .sh-blog-content {
        width: 100%;
    }

    .sh-blog-image {
        height: 300px;
    }

    .sh-section-header h1 {
        font-size: 32px;
    }
}/* End custom CSS */