.stats-wrapper {
    background: #47143d;
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    position: relative;
}


.stat-box {
    padding: 40px 30px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.stat-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background: rgba(255, 255, 255, 0.12);
}

.main-text {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.stat-number {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.stat-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.badge-pill {
    display: inline-block;
    background: linear-gradient(90deg, #B99750, #B99750);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-left: 8px;
    vertical-align: middle;
}

@media(max-width: 991px) {
    .stat-box {
        text-align: center;
    }

    .stat-box:not(:last-child)::after {
        display: none;
    }

    .stat-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .main-text {
        font-size: 30px;
    }

    .stat-number {
        font-size: 50px;
    }

    .stat-title {
        font-size: 18px;
    }
}

.cta-section {
    background: #B99750;
    /* border-radius: 35px; */
    padding: 90px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.cta-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    /* margin-bottom: 35px; */
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
    margin-bottom: 45px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #B99750;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 45px;
    border-radius: 14px;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #f5f5f5;
    color: #B99750;
    transform: translateY(-3px);
}

@media(max-width: 991px) {
    .cta-section {
        padding: 70px 25px;
    }

    .cta-title {
        font-size: 42px;
    }

    .cta-description {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media(max-width: 576px) {
    .cta-title {
        font-size: 32px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-btn {
        width: 100%;
        font-size: 18px;
        padding: 16px 20px;
    }
}

.cta-title span {
    /* text-decoration: 5px underline #B99750; */
    font-weight: 700 !important;
        color: transparent;
    -webkit-text-stroke: 1px #151515;
}
.testimonial-avatar img{
    border-radius: 50%;
}
.cta-line {
    background-color: #c2b4c0;
    padding: 100px 0;
}

.cta-line .cta-title {
    color: #000;
}

.croccle-stats-section {
    padding: 70px 0;
    background: #fff;
}

.croccle-stats-wrapper {
    /* border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; */
}

.croccle-stat-box {
    text-align: center;
    padding: 20px 25px;
    position: relative;
    height: 100%;
}

.croccle-stat-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #47143d;
}

.row > div:last-child .croccle-stat-box::after {
    display: none;
}

.croccle-stat-number {
    font-size: 60px;
    font-weight: 800;
    color: #B99750;
    line-height: 1;
    margin-bottom: 18px;
}

.croccle-stat-title {
    font-size: 22px;
    font-weight: 600;
    color: #47143d;
    line-height: 1.4;
    margin-bottom: 12px;
}

.croccle-stat-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #6d7d8b;
    line-height: 1.6;
}

@media(max-width: 991px) {

    .croccle-stat-box {
        padding: 35px 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    .croccle-stat-box::after {
        display: none;
    }

    .croccle-stat-box:last-child {
        border-bottom: none;
    }

    .croccle-stat-number {
        font-size: 42px;
    }

    .croccle-stat-title {
        font-size: 20px;
    }
}

@media(max-width: 576px) {
    .croccle-stat-number {
        font-size: 34px;
    }

    .croccle-stat-title {
        font-size: 18px;
    }

    .croccle-stat-subtitle {
        font-size: 15px;
    }
}

.bottom-cta{
    padding:50px 20px;
}

.btm-full{
    background-color: #B99750;
}