.wrap_smartpr {
    padding: 80px 0;
    font-family: 'SFProDisplay', sans-serif;
}

.wrap_smartpr .main_center {
    /* max-width: 1140px; */
    padding: 0 16px;
}

.wrap_smartpr .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wrap_smartpr .col_6 {
    width: 50%;
    padding: 0 15px;
}

.wrap_smartpr .col_4 {
    width: 33.3333%;
    padding: 0 15px;
}

.wrap_smartpr .align_center {
    align-items: center;
}

.wrap_smartpr .reverse_direction {
    flex-direction: row-reverse;
}

.wrap_smartpr .section_wrap {
    padding: 60px 0;
}

.wrap_smartpr .sect_header {
    text-align: center;
    margin-bottom: 40px;
}

.wrap_smartpr .sect_subtitle {
    color: #0759A6;
    font-weight: 500;
    margin-bottom: 12px;
}

.wrap_smartpr .sect_title {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.wrap_smartpr .feature_text .sect_title {
    justify-content: flex-start;
}

.wrap_smartpr .sect_info {
    text-align: left;
    font-size: 18px;
    color: #4B5563;
    margin: 0 auto;
    max-width: 768px;
}

.wrap_smartpr .hero_block .hero_text h1 {
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrap_smartpr .hero_block .hero_text p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #4B5563;
    margin-bottom: 32px;
}

.wrap_smartpr .hero_block .hero_text .btn {
    display: inline-flex;
    background-color: #007bff;
    color: #fff;
    padding: 16px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}

.wrap_smartpr .hero_block .hero_img img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrap_smartpr .strategy_card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 24px;
}

.wrap_smartpr .strategy_card .card_icon {
    margin-bottom: 24px;
}

.wrap_smartpr .strategy_card .card_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wrap_smartpr .strategy_card .card_text {
    font-size: 16px;
    color: #4B5563;
    margin-bottom: 24px;
}

.wrap_smartpr .strategy_card .card_link {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.wrap_smartpr .feature_block .feature_img img {
    max-width: 100%;
}

.wrap_smartpr .feature_block .feature_list {
    margin-top: 32px;
}

.wrap_smartpr .feature_block .feature_list .feature_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.wrap_smartpr .feature_block .feature_list .item_icon {
    margin-right: 20px;
}

.wrap_smartpr .feature_block .feature_list .item_text h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wrap_smartpr .feature_block .feature_list .item_text p {
    text-align: left;
    font-size: 16px;
    color: #4B5563;
    line-height: 1.3;
}

.wrap_smartpr .cta_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    max-width: 1216px;
    padding: 64px 48px;
    background: var(--Blue-40, #0759A6);
    border-radius: 32px;
}

.wrap_smartpr .cta_block .cta_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.wrap_smartpr .cta_block .cta_text {
    max-width: 768px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #EEF2FF;
    margin: 0 auto 16px auto;
}

.wrap_smartpr .btn_sect {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.wrap_smartpr .cta_block .btn {
    display: flex;
    padding: var(--Spacing-xl, 10px) var(--Spacing-5xl, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-lg, 8px);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'SFProDisplay';
    font-weight: 500;
    color: #FFF;
    border-radius: var(--Radius-md, 8px);
    background: var(--Blue-50, #0F78D4);
}

.wrap_smartpr .cta_block .learn_more {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {

    .wrap_smartpr .section_wrap {
        padding: 24px 0;
    }

    .wrap_smartpr .row {
        margin: 0;
    }

    .wrap_smartpr .col_6,
    .wrap_smartpr .col_4 {
        width: 100%;
        padding: 0;
    }

    .wrap_smartpr .hero_block .row,
    .wrap_smartpr .feature_block .row {
        flex-direction: column;
    }

    .wrap_smartpr .hero_block .hero_text,
    .wrap_smartpr .feature_block .feature_text {
        text-align: center;
        margin-bottom: 30px;
    }

    .wrap_smartpr .feature_block .row {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .wrap_smartpr .content-integration-section .row {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .wrap_smartpr .sect_title {
        font-size: 28px;
    }

    .wrap_smartpr .hero_block .hero_text h1 {
        font-size: 36px;
    }

    .wrap_smartpr .cta_block {
        padding: 36px;
        border-radius: 24px;
    }

    .wrap_smartpr .cta_block .cta_title {
        font-size: 24px;
    }

    .wrap_smartpr .strategy_section .row .col-md-4 {
        width: 100%;
    }
}