.text-primary {
    color: #542784 !important;
}

.slider-caption h3 {
    color: #ffffff;
}

.slider-caption p {
    color: #ffffff;
    font-size: 1.2rem;
}

/* Prevent hero background from zooming/resizing on load */
.swiper-slide-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    /* Reserve full screen space so it doesn't jump */
    width: 100%;
    height: 100vh;
    /* full viewport height */
    position: absolute;
    top: 0;
    left: 0;

    transform: none !important;
    /* stop swiper from applying scaling */
    transition: none !important;
    /* stop zoom effect */
}

/* Initial hidden state */
.featurebox-bg {
    opacity: 0;
    transform: translateY(40px);
    /* starts slightly lower */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Visible state */
.featurebox-bg.show {
    opacity: 1;
    transform: translateY(0);
}

.light_bluebg {
    background-color: #F2F8FE;
}

.featurebox-bg {
    background-color: #f3f8fdb8;
    max-width: 33%;
}

.textShadow {
    text-shadow: 0px -1px 8px #000000a1;
}

.gradientBg {
    background: linear-gradient(to right, #542784a3 0%, #307fafcf 50%);
}

.dark .fbox-light .fbox-icon i,
.dark .fbox-light .fbox-icon img {
    border-color: rgba(255, 255, 255, 0.15);
    color: #EEE;
}

.dark .fbox-effect .fbox-icon i,
.dark .fbox-effect .fbox-icon i {
    background-color: rgb(77 74 147);
}

.dark .fbox-effect .fbox-icon i:hover,
.dark .fbox-effect:hover .fbox-icon i {
    background-color: rgb(77 74 147);
}

.dark .fbox-content h3 {
    color: #000000;
}

.dark .fbox-content h3 span.subtitle {
    color: #000000;
    /* text-shadow: 1px 1px #000000; */
}

.our-process {
    background-image: url("../images/ourprocess.png");
    background-repeat: no-repeat;
    border-radius: 0;
    flex-shrink: 0;
    width: 1252px;
    height: 764px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-position: 58.33325% center;
}

.hover-rotate img {
    transition: all 0.3s;
}

.hover-rotate:hover img {
    transform: scale(1.3) rotate(5deg);
}

.box {
    --n: 5;
    /* control the number of dashes */
    --d: 12deg;
    /* control the distance between dashes */
    --t: 7px;
    /* control the thickness of border*/
    --c: #1E88E5;
    /* control the coloration (can be a gradient) */

    width: 115px;
    aspect-ratio: 1;
    position: relative;
}

.box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: var(--t);
    background: var(--c);
    mask:
        linear-gradient(#0000 0 0) content-box,
        repeating-conic-gradient(from calc(var(--d)/2),
            #000 0 calc(360deg/var(--n) - var(--d)),
            #0000 0 calc(360deg/var(--n)));
    mask-composite: intersect;
}

.box+h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.whyul {
    font-size: 1rem;
    list-style-image: url('../images/arrow.svg');
}

.section-heading {
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    background: white;
    box-shadow: 0px 5px 20px rgba(114, 114, 255, 0.15);
    border-radius: 8px;
    border: 1px rgba(41, 41, 75, 0.06) solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.heading-block {
    margin-bottom: 20px;
}

.heading-block::after {
    display: none;
}

.privacy-policy-container {
    width: 100%;
}

.policy-text {
    color: #717171;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.policy-heading {
    color: #717171;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.policy-subheading {
    color: #717171;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.greybgTransparent {
    background-color: #00000063 !important;
}

.whitecolor {
    color: #fff !important;
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
    border-image: linear-gradient(to right, #542784, #307FAF) 1;
}

a {
    text-decoration: none !important;
    color: #542784;
}

.testimonial .flex-control-nav li a {
    background-color: #542784;
}

@media screen and (max-width: 992px) {
    .featurebox-bg {
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .vh-75 {
        height: 110vh !important;
    }
}