.elementor-1008 .elementor-element.elementor-element-c6a7fcf{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1008 .elementor-element.elementor-element-c6a7fcf:not(.elementor-motion-effects-element-type-background), .elementor-1008 .elementor-element.elementor-element-c6a7fcf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-icon i{color:var( --e-global-color-ea16986 );font-size:14px;}.elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-icon svg{fill:var( --e-global-color-ea16986 );--e-icon-list-icon-size:14px;}.elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-icon{width:14px;}.elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-text, .elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-text a{color:var( --e-global-color-ea16986 );}.elementor-1008 .elementor-element.elementor-element-f7a854f .elementor-icon-list-item{font-family:"Inter", Sans-serif;font-size:15px;font-weight:500;}.elementor-1008 .elementor-element.elementor-element-f7a854f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for post-info, class: .elementor-element-f7a854f */.blog-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a1a2e;
    line-height: 1.85;
    font-size: 17px;
}

.blog-container h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #0d0d2b;
    margin-bottom: 20px;
}

.blog-container h2 {
    font-size: 26px;
    font-weight: 700;
    color: #16213e;
    margin-top: 45px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e94560;
}

.blog-container h3 {
    font-size: 21px;
    font-weight: 600;
    color: #0f3460;
    margin-top: 30px;
    margin-bottom: 12px;
}

.blog-container h4 {
    font-size: 18px;
    font-weight: 600;
    color: #533483;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-container p {
    margin-bottom: 16px;
    font-size: 17px;
}

.blog-container ul,
.blog-container ol {
    margin-bottom: 18px;
    padding-left: 22px;
}

.blog-container li {
    margin-bottom: 8px;
}

.blog-container strong {
    color: #0d0d2b;
}

.blog-container a {
    color: #e94560;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.blog-container a:hover {
    border-bottom-color: #e94560;
}

.blog-image {
    margin: 30px 0;
    text-align: center;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.image-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.blog-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
}

.blog-container table th {
    background: #16213e;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
}

.blog-container table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-container table tr:nth-child(even) td {
    background: #f8f9fa;
}

.blog-container table tr:hover td {
    background: #eef2ff;
}

.cta-section {
    background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
    color: #fff;
    padding: 40px 30px;
    border-radius: 14px;
    text-align: center;
    margin: 45px 0;
}

.cta-section h2 {
    color: #fff;
    border-bottom: none;
    margin-top: 0;
    font-size: 28px;
}

.cta-section p {
    color: #d0d0d0;
    font-size: 17px;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    background: #e94560;
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: none !important;
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.cta-button:hover {
    background: #c73e54;
    transform: translateY(-2px);
    border-bottom: none !important;
    color: #fff !important;
}

.highlight-box {
    background: #eef2ff;
    border-left: 4px solid #0f3460;
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    margin: 25px 0;
}

.numbered-strategy {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 22px;
    margin: 30px 0;
    border-left: 4px solid #e94560;
}

.numbered-strategy h3 {
    margin-top: 0;
    color: #16213e;
}

.comparison-block {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.comparison-block .old-way,
.comparison-block .new-way {
    flex: 1;
    padding: 18px;
    border-radius: 10px;
}

.comparison-block .old-way {
    background: #fff5f5;
    border: 1px solid #fecaca;
}

.comparison-block .new-way {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.comparison-block .old-way h4 {
    color: #dc2626;
    margin-top: 0;
}

.comparison-block .new-way h4 {
    color: #16a34a;
    margin-top: 0;
}

.faq-section {
    margin: 30px 0;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.faq-item h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #0f3460;
}

.faq-item p {
    margin-bottom: 0;
    color: #444;
}

@media (max-width: 768px) {
    .blog-container {
        padding: 15px 12px;
    }

    .blog-container h1 {
        font-size: 26px;
    }

    .blog-container h2 {
        font-size: 22px;
    }

    .blog-container h3 {
        font-size: 19px;
    }

    .cta-section {
        padding: 30px 20px;
    }

    .cta-section h2 {
        font-size: 24px;
    }

    .comparison-block {
        flex-direction: column;
    }
}/* End custom CSS */