.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/license-bg.jpg) no-repeat;

    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}

.stat-icon img {
    width: 92px;
}

.stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color: #010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}

.stat-content h4,
.stat-content p {

    color: #fff;
    font-size: 14px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}

.pricing-section {
    text-align: center;
    padding: 50px 0;
    text-align: center;
    padding: 50px 0;
    /* background-image: url(../images/bg-img-price.jpg); */
    background-size: contain;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.badge {
    display: inline-block;
    background:
        linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding:
        6px 12px;
    border-radius:
        20px;
}

.badge-custom {
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    ;
    color: #000;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.plan-card {
    background:
        #fff;
    border-radius:
        10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition:
        0.3s ease;
    margin:
        20px;
}

.plan-card:hover {
    transform: translateY(-5px);
}

.plan-header {
    background: #1F58A7;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.plan-card-body {
    padding: 0;
}

.plan-card-body i {
    font-size: 25px;
    color: #1F58A7;
}

.badge-top-btn {
    display: inline-block;
    background: rgb(211, 211, 211) !important;
    color: #181515 !important;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.plan-title {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 15px;
    color: #3a3a3a !important;
}

.plan-list {
    text-align: left;
    padding:
        21px 47px;
    list-style:
        none;
    font-size: 14px;
    height: 312px;
}

.plan-list li {
    margin: 1px 0;
}

.plan-list li:before {
    content: "";
    border-color: transparent #1F58A7;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    display: block;
    height: 0;
    width: 0;
    left: -23px;
    top: 18px;
    right: unset;
    position: relative;
}

.plan_footer {
    background: #ffffff;
    padding: 50px;
    border-radius: 9px;
}

.plan-card:hover .plan_footer {
    background: #1F58A7;
}

.btn-custom {
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);

    color: black;
    font-weight: bold;
    border-radius: 50px !important;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}


.btn-custom:hover {
    background: #E6C300;
}

.btn-custom-2 {
    background: #1F58A7 !important;

    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 50px !important;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-custom-2:hover {
    background: #E6C300;
}