.btn {
    background: #9425FE none repeat scroll 0 0;
}

:root {
    --tg-theme-primary: #9425FE;
    --tg-common-color-blue-2: #9425FE;
}

.section__title.white-title .sub-title {
    background: var(--tg-common-color-white);
    color: var(--tg-theme-primary);
}

.icon h1:hover {
    color: #FFFFFF !important;
}

.arrow-btn img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.arrow-btn:hover img {
    filter: brightness(0);
}

.outline-purple-primary {
    user-select: none;
    -moz-user-select: none;
    background: transparent;
    border: 2px solid #9C40F7;
    color: #9C40F7;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding: 16px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: none;
    overflow: hidden;
}

.outline-purple-primary:hover {
    background-color: #9C40F7;
    color: var(--tg-common-color-white);
    border-color: #9C40F7;
}

.categories__item:hover h1 {
    color: white !important;
}

.courses__item-bottom .price {
    font-size: 20px;
    line-height: 1;
    color: var(--tg-theme-primary);
    font-weight: var(--tg-fw-bold);
    margin: 0 0;
    display: flex;
    justify-content: end;
}

.about-area .card-body .m-0 {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.features__content-three p {
    font-size: 14px;
}

.about-area-four {
    background-image: url("assets/halftone.svg");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.blog-area {
    background-image: url("assets/bg-blur.webp");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.icon-wrapper {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-inner {
    width: 35px;
    height: 35px;
}

.icon-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-number {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.benefit-content {
    flex: 1;
}

.benefit-content h4 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.benefit-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background-color: #ffb800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}