
.new020 {
    background-color: #f2f3ea;
    color: #333;
    line-height: 1.6;
}



.ssl_header_section {
    text-align: center;
    margin-bottom: 30px;
}

.ssl_header_section .ssl_main_title {
    font-size: 32px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.ssl_header_section .ssl_main_title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ssl_billing_alert {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    border-radius: 8px;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.ssl_billing_alert p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

.ssl_billing_alert:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ssl_billing_alert:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ssl_cert_card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    position: relative;
}

/* .ssl_cert_card:hover {
                  transform: translateY(-5px);
                  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
              } */

.ssl_cert_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* .ssl_cert_card:hover:before {
                  opacity: 1;
              } */

.ssl_product_intro {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    border-right: 1px solid #f0f0f0;
}

.ssl_cert_name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.ssl_cert_name:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #3498db;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ssl_vendor_logo {
    width: 200px;
    height: auto;
    margin: 20px 0;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

/*
              .ssl_cert_card:hover .ssl_vendor_logo {
                  transform: scale(1.05);
              } */

.ssl_feature_wrapper {
    flex: 2;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 10px 0;
}

.ssl_feature_col_left,
.ssl_feature_col_right {
    flex: 1;
    min-width: 200px;
    padding: 20px 30px;
}

.ssl_feature_heading {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.ssl_feature_items {
    list-style: none;
}

.ssl_feature_items li {
    margin-bottom: 12px;
    color: #34495e;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.ssl_feature_items li:hover {
    transform: translateX(5px);
}

.ssl_feature_items li:before {
    content: "✓";
    color: #2ecc71;
    font-weight: bold;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: rgba(46, 204, 113, 0.1);
    border-radius: 50%;
}

.ssl_price_column {
    flex: 1;
    min-width: 220px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #f9f9f9 0%, #f5f5f5 100%);
    position: relative;
    overflow: hidden;
}

.ssl_price_column:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, rgba(52, 152, 219, 0) 70%);
    top: -100px;
    right: -100px;
    border-radius: 50%;
}

.ssl_price_title {
    color: #e74c3c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.ssl_price_title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #e74c3c;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.ssl_price_value {
    font-size: 22px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: rgba(52, 152, 219, 0.05);
}

.ssl_purchase_btn {
    display: inline-block;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
    position: relative;
    overflow: hidden;
}

.ssl_purchase_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.ssl_purchase_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(52, 152, 219, 0.5);
}

.ssl_purchase_btn:hover:before {
    left: 100%;
}

/* Validation tags styling */
.ssl_validation_item {
    color: #34495e;
    padding: 5px 0;
    font-weight: 500;
}

.ssl_business_validation {
    color: #3498db;
    font-weight: 600;
    position: relative;
}

.ssl_business_validation:after {
    content: "Business";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    background-color: #3498db;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.ssl_business_validation:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.ssl_extended_validation {
    color: #2ecc71;
    font-weight: 600;
    position: relative;
}

.ssl_extended_validation:after {
    content: "Extended";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    background-color: #2ecc71;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.ssl_extended_validation:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.ssl_warranty_tag {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 15px;
    background-color: rgba(241, 196, 15, 0.1);
    border-radius: 5px;
    color: #f39c12;
    font-weight: 600;
    font-size: 14px;
    border: 1px dashed #f39c12;
}

/* Recommended badge */
.ssl_popular_badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e74c3c;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 10;
}

/* .ssl_cert_card:hover .ssl_popular_badge {
                  transform: translateY(0);
              } */

@media (max-width: 992px) {
    .ssl_feature_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ssl_cert_card {
        flex-direction: column;
    }

    .ssl_product_intro {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .ssl_feature_col_left,
    .ssl_feature_col_right {
        padding: 15px;
    }
}
