.agntix-light .design-hero-social a {
    color: white !important;
}

.crp-hero-funfact-item h4 {
    font-weight: 500 !important;
    font-size: 50px !important;
    color: #17312f !important;
    margin-bottom: 8px !important;
    line-height: 0.7 !important;
    font-family: var(--tp-ff-teko) !important;
}

.crp-hero-funfact-wrap .crp-hero-funfact-item:not(:last-child) {
    margin-bottom: 18px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid rgba(23, 49, 47, 0.1) !important;
}

.crp-hero-title {
    font-family: var(--tp-ff-teko) !important;
}

.crp-hero-ptb {
    padding-bottom: 70px !important;
}

.tp-service-4-solution-item-icon {
    padding-bottom: 20px !important;
}

.tp-service-4-solution-item-content {
    padding-bottom: 0 !important;
}

.tp-line-black {
    font-size: 12px !important;
}

.tp-service-4-solution-item-content p {
    font-size: 14px !important;
}



/* Global Card Styling */
.rating-card-blue,
.testimonial-card {
    border-radius: 30px;
    /* Crucial for that "pill-box" look */
    padding: 45px 35px;
    display: flex;
    flex-direction: column;
}

/* Blue Card Specifics */
.rating-card-blue {
    background-color: #4b83fb;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.rating-card-blue .score {
    font-size: 26px;
    font-weight: 600;
    display: block;
}

.rating-card-blue .stars {
    color: #ffbc00;
    font-size: 24px;
    margin: 15px 0;
}

.rating-card-blue .label {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.rating-card-blue .total-reviews {
    opacity: 0.9;
}

/* White Card Specifics */
.testimonial-card {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar-circle {
    width: 75px;
    height: 75px;
    background: #6095ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 15px;
}

.user-meta h5 {
    margin: 0;
    font-weight: 700;
    font-size: 19px;
}

.user-meta span {
    color: #888;
    font-size: 14px;
}

.card-stars {
    color: #ffbc00;
    font-size: 22px;
    margin-bottom: 15px;
}

.feedback {
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Footers with Google Icons */
.google-footer,
.card-footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.card-footer-link {
    justify-content: flex-start;
}

.google-footer img,
.card-footer-link img {
    width: 70px;
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    border: #6095ff;
}

.google-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.card-footer-link a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.tp-service-4-solution-item-icon {
    padding-bottom: 0px !important;
}

.tp-service-4-solution-item-content {
    margin-bottom: 10px !important;
}

.tp-service-4-solution-item {
    padding: 10px !important;
    border: none !important;
}

.tp-service-4-solution-item-content{
    border: none !important;
}