
a, a:focus {
    text-decoration: none !important;
}

    a, a:visited {
        text-decoration: none;
        color: var(--themeht-text-color);
    }

        a:focus, a:hover {
            color: var(--themeht-primary-color);
            text-decoration: none !important;
        }

a, button, input {
    outline: medium none !important;
}

*::-moz-selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
input,
#ht-main-nav,
.main-nav > ul > li > a:before,
.main-nav .sub-menu li a:before,
.social-icons li:hover a,
.themeht-btn,
.read-btn:before, .read-btn:after,
.service-item,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next, .swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    /* ------------------------
    Box Shadow
------------------------*/
    .box-shadow,
    .dropdown-menu,
    #header-wrap.fixed-header,
    .scroll-top,
    .featured-item.style-1.featured-active,
    .featured-item.style-3,
    .featured-item.style-5,
    .dash-img-box,
    .dash-img-box::before,
    .testimonial.style-1,
    .service-item.style-1.service-active,
    .service-item.style-3,
    .product-link a,
    .main-timeline .timeline-icon,
    .post-card.style-1,
    .post-card.post-classic,
    .comment-respond,
    .portfolio-meta-info,
    .step-item .step-icon,
    .team-single-box,
    .testimonial.style-2,
    .contact-info,
    .ht-progress-bar .progress-parcent,
    .tab .nav-tabs .nav-link {
        -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
        -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
        box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    }


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
    background: var(--themeht-white-color);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader svg {
    height: 100vh;
}

.loader svg {
    width: 8rem;
    opacity: 1;
}

    .loader svg path {
        transform-origin: 50% 0;
        fill: var(--themeht-primary-color);
    }

#path3859 {
    animation: pop 2s infinite;
}

#path3857 {
    animation: pop 3.5s infinite;
}

#path3855 {
    animation: pop 2.5s infinite;
}

#path3728 {
    fill: var(--themeht-white-color);
    animation: skew 1s infinite;
}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: var(--themeht-bg-light-color);
}

    .scroll-top.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-top::after {
        position: absolute;
        font-family: 'bootstrap-icons';
        content: '\F145';
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        color: var(--themeht-text-color);
        left: 0;
        top: 0;
        height: 60px;
        width: 60px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .scroll-top:hover::after {
        opacity: 0;
    }

    .scroll-top::before {
        position: absolute;
        font-family: 'bootstrap-icons';
        content: '\F145';
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        opacity: 0;
        background-image: linear-gradient(298deg, var(--themeht-text-color), var(--themeht-text-color));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 60px;
        width: 60px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .scroll-top:hover::before {
        opacity: 1;
    }

    .scroll-top svg path {
        fill: none;
    }

    .scroll-top svg.scroll-circle path {
        stroke: var(--themeht-text-color);
        stroke-width: 2;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }


/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.mc-form {
    width: 100%;
}

    .mc-form input[type="email"] {
        border-radius: 4px;
        width: 100%;
        border: 1px solid #383148;
        background: transparent;
        color: var(--themeht-text-color);
        font-size: 14px;
        padding: 0 20px;
        height: 60px;
    }

        .mc-form input[type="email"]:focus {
            border-color: 1px solid #383148;
        }

.footer .mc-form input[type="email"]::-webkit-input-placeholder, .dark-bg .mc-form input[type="email"]::-webkit-input-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]::-moz-placeholder, .dark-bg .mc-form input[type="email"]::-moz-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]:-ms-input-placeholder, .dark-bg .mc-form input[type="email"]:-ms-input-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"].placeholder, .dark-bg .mc-form input[type="email"].placeholder {
    color: var(--themeht-white-color) !important;
}

.footer-subscribe p {
    font-size: 15px;
    font-weight: 500;
    color: var(--themeht-white-color);
}

.footer-subscribe .mc-form input[type="email"], .dark-bg .mc-form input[type="email"] {
    color: var(--themeht-white-color);
}

.subscribe-form {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

    .subscribe-form button {
        border: inherit;
        color: var(--themeht-white-color);
        line-height: inherit;
        position: absolute;
        right: 10px;
        top: auto;
        padding: 0;
        font-size: 18px;
        background: var(--themeht-primary-color);
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

        .subscribe-form button:hover {
            background: var(--themeht-secondary-color);
        }

        .subscribe-form button.text-btn {
            width: auto;
            height: auto;
            padding: 8px 15px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
        }


/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a, .topbar-link {
    color: var(--themeht-white-color);
    font-weight: 500;
}

    .topbar-link i {
        /* margin-right: 5px; */
        color: #ffffff;
        font-size: 20px;
        vertical-align: middle;
    }

    .topbar-link a:hover {
        color: var(--themeht-primary-color)
    }

.header-top {
    position: relative;
    background-color: #01498f;
    padding: 5px 30px;
    background: linear-gradient(90deg, #0b2036 0%, #742575 55%, #12457a 100%);
}

    .header-top ul {
        margin: 0;
    }

    .header-top .topbar-link li {
        display: inline-block;
        margin: 0;
        padding: 0 0px;
        font-size: 13px;
    }

        .header-top .topbar-link li:first-child {
            padding-left: 0;
        }

        .header-top .topbar-link li:last-child {
            padding-right: 0;
        }

.header .social-icons li {
    margin: 0;
}

    .header .social-icons li a {
        color: var(--themeht-text-color);
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 50px;
        background: none;
        border: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

        .header .social-icons li a:hover {
            color: var(--themeht-white-color);
            background: inherit;
            border-color: rgba(255, 255, 255, 0.1);
        }

.header-top h6 {
    color: var(--themeht-white-color);
    font-size: 14px
}

.header-number {
    display: flex;
    align-items: center;
    gap: 0px;
}

    .header-number a {
        color: var(--themeht-white-color);
        font-weight: 600;
        font-size: 14px;
        padding-right: 16px;
    }

        .header-number a:hover {
            color: #ffffff;
        }

    .header-number i {
        line-height: 26px;
        height: 26px;
        width: 26px;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        color: #742575;
        background-color: #f7f7f7;
        position: relative;
        margin-right: 10px;
    }

#header-wrap.fixed-header .logo img {
    height: 55px;
}

.header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1200;
}

#header-wrap {
    position: relative;
    padding: 8px 15px;
}

    #header-wrap.fixed-header {
        animation: smoothScroll 1s forwards;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999 !important;
        background: var(--themeht-white-color) !important;
    }

.navbar-brand {
    /* margin-right: 50px; */
    padding: 0;
}

.logo img {
    max-height: 64px;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 7px;
}

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        padding: 5px 18px;
        top: 100%;
        border: none;
        border-radius: 0;
        margin-top: 0;
        left: 0;
        background: rgba(255, 255, 255, .98);
        border-radius: 15px;
        padding: 10px;
        box-shadow: 0 20px 50px rgba(32, 20, 55, .18), 0 4px 15px rgba(0, 0, 0, .08);
    }

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: var(--themeht-white-color);
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
}

.navbar-nav .dropdown-submenu {
    display: block;
    position: relative;
}

.navbar-nav .nav-link {
    font-family: var(--themeht-typography-secondary-font-family);
    color: var(--themeht-text-color);
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    padding: 11px 0 !important;
    border-radius: 0;
    /* text-transform: uppercase; */
    position: relative;
    letter-spacing: 0.1px;
}

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
        color: #742575;
    }
/*.navbar-nav .nav-item{counter-increment: menu-counter; position: relative; padding-top: 10px;}*/
/*.navbar-nav .nav-item::before { content: counters(menu-counter, ".", decimal-leading-zero); counter-increment: item; position: absolute; top: -10px; left: 0; font-size: 10px; font-weight: 700; color: var(--themeht-text-color); text-align: center; }*/
.nav-item.dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 15px;
    /* min-height: 65px; */
    padding: 12px 16px;
    text-decoration: none;
    color: #18203a;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: .25s;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
    line-height: 24px;
}


    .nav-item.dropdown .dropdown-menu a.active {
        background: linear-gradient(135deg, #762477, #68216c);
        color: #fff;
        margin-bottom: 4px;
    }



    .nav-item.dropdown .dropdown-menu a:hover {
        color: #000000;
        /* padding-left: 20px; */
        background: #f6edf7;
        /* transition: all 0.3s ease-in-out; */
    }


    .nav-item.dropdown .dropdown-menu a:before {
        position: absolute;
        left: 0px;
        content: "";
        background: #ffffff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 15px;
    }

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show, .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus {
    color: var(--themeht-primary-color);
    padding-left: 10px;
}

.nav-link.dropdown-toggle::after, .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border: none;
    content: '\F282';
    font-family: bootstrap-icons !important;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    width: 2px;
    font-weight: 700;
    right: 3px;
    position: relative;
}

.navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 14px;
    content: '\F285';
    font-size: 10px;
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        min-width: 380px !important;
        max-width: 23em !important;
    }

    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: var(--themeht-white-color);
        left: -100% !important;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        top: 0;
    }

    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu {
        right: 0;
    }

    .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }
}

@media (max-width:991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu {
        padding: 0;
        top: 0;
    }
}


/* ------------------------
    Footer
------------------------*/
.footer {
    color: var(--themeht-white-color);
    background-color: var(--themeht-bg-dark-color);
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 9;
    clear: both;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .widget-title {
        margin-bottom: 30px;
    }

    .footer h2 {
        font-size: 40px;
        line-height: 50px
    }

.footer-widget {
    margin-bottom: 0;
}

    .footer-widget.widget ul {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-widget.widget ul li {
            list-style-type: none;
            margin-bottom: 15px;
        }

.primary-footer {
    position: relative;
    z-index: 99;
}

.secondary-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    color: var(--themeht-white-color);
    font-size: 15px;
}

.copyright {
    color: var(--themeht-white-color);
    font-size: 13px;
    text-transform: capitalize;
}

    .copyright a {
        text-decoration: NONE !important;
        color: var(--themeht-white-color);
    }

.footer h5 {
    position: relative;
    color: var(--themeht-white-color);
    margin-bottom: 12px;
}

.media-icon.list-inline li {
    display: inline-block;
}

.media-icon li {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    line-height: 24px;
}

    .media-icon li:last-child {
        margin-bottom: 0;
    }

    .media-icon li i {
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 24px;
    }

    .media-icon li a {
        color: var(--themeht-white-color);
    }

        .media-icon li a:hover {
            color: var(--themeht-primary-color);
        }

.footer-menu li {
    margin-bottom: 3px;
    text-transform: capitalize;
}

    .footer-menu li:last-child {
        margin-bottom: 0;
    }

    .footer-menu li a {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: var(--themeht-white-color);
        line-height: 23px;
    }

        .footer-menu li a:hover {
            color: #b3b3b3;
        }

.footer-menu .list-inline li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social {
    display: block;
}

.social-icons.footer-social li a {
    color: var(--themeht-white-color);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 50px;
    margin-bottom: 50px;
}


/* ------------------------
    Page Title
------------------------*/
.page-title {
    background: var(--themeht-bg-dark-color);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 50px 0;
    z-index: 1;
}

    .page-title h1 {
        font-size: 40px;
        color: var(--themeht-white-color);
        line-height: 60px;
        font-weight: 700;
        margin-bottom: 0;
    }

.breadcrumb {
    padding: 6px 10px;
    background: var(--themeht-white-color);
    display: inline-block;
    border-radius: 4px;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--themeht-text-color);
    font-weight: 600;
    z-index: 9;
}

.breadcrumb-item {
    display: inline-block;
}

    .breadcrumb-item a {
        color: var(--themeht-text-color)
    }

        .breadcrumb-item.active, .breadcrumb-item a:hover {
            color: var(--themeht-primary-color);
        }

    .breadcrumb-item i {
        background: var(--themeht-primary-color);
        padding: 2px 5px;
        border-radius: 4px;
        color: var(--themeht-white-color);
    }

.page-title::before {
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3e1d3e 100%, #ffffff80 50%, rgb(255 255 255 / 0%) 100%);
    z-index: -1;
}

.search-icon a {
    font-size: 18px;
    color: var(--themeht-text-color);
    line-height: 1;
}

.search-input {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    background: var(--themeht-white-color);
    border-bottom: 1px solid var(--themeht-primary-color);
    z-index: 9999;
    top: 0;
    display: none;
    padding: 80px 0;
}

.search-inner {
    padding: 15px 0;
    position: relative;
}

.search-input label {
    width: 100%;
}

.search-input .search-field {
    width: 100%;
    padding-right: 60px;
}

.search-input .search-form button[type="submit"] {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    right: 50px;
    color: var(--themeht-text-color);
    position: absolute;
    top: 25px;
}

.search-input .search-submit:hover {
    color: var(--themeht-primary-color);
}

.close-search {
    position: absolute;
    bottom: -40px;
    right: 0;
    cursor: pointer;
    font-size: 30px;
    color: var(--themeht-body-color);
}

    .close-search:hover {
        color: var(--themeht-primary-color);
    }

.right-arrow {
    margin-left: auto;
    font-size: 18px;
    opacity: .7;
}

.menu-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #f4e9f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #762477;
    font-size: 18px;
}

.progress-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 220px;
    margin: 0 auto;
    justify-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 54%;
}

.progress-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: var(--track);
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg,var(--accent),#a29bfe);
    transition: width 0.15s ease-out;
}

.percentage {
    font-size: 28px;
    font-weight: 700;
    color: var(--accent);
    font-variant-numeric: tabular-nums;
}

.status-text {
    font-size: 13px;
    color: var(--text);
    opacity: 0.55;
    letter-spacing: 0.5px;
}

.slider-wrap {
    max-width: 100%;
    margin: 0px auto;
}

.slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1405 / 522;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(30, 58, 95, 0.25);
    background: #0e2138;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

    .slide.active {
        opacity: 1;
        z-index: 1;
        pointer-events: auto;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.08);
        transition: transform 6.5s ease-out;
    }

    .slide.active img {
        transform: scale(1);
    }

/* Nav arrows */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .nav-btn:hover {
        background: #000000;
        transform: translateY(-50%) scale(1.08);
        color: #fff;
    }

    .nav-btn svg {
        stroke: #fff;
        transition: stroke 0.25s ease;
    }

    .nav-btn:hover svg {
        stroke: #ffffff;
    }

.nav-prev {
    left: 18px;
}

.nav-next {
    right: 18px;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 9px;
    z-index: 3;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .dot.active {
        background: #742575;
        transform: scale(1.3);
    }

/* Autoplay progress bar */

@media (max-width: 640px) {
    .slider-wrap {
        margin: 16px auto;
    }

    .slider {
        border-radius: 10px;
    }

    .nav-btn {
        width: 34px;
        height: 34px;
    }

    .nav-prev {
        left: 10px;
    }

    .nav-next {
        right: 10px;
    }
}


.feature-strip {
    background: linear-gradient(90deg, #0b2036 0%, #742575 55%, #12457a 100%);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 20px;
    color: #ffffff;
    position: relative;
    border-right: solid #cccccc42 1px;
}

    /* vertical divider between items on desktop */
    .feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        bottom: 20%;
        width: 1px;
        background: rgba(255, 255, 255, 0.18);
    }

.feature-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
}

    .feature-icon svg {
        width: 35px;
        height: 23px;
        stroke: #ffffff;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.feature-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

/* Tablet: remove the divider on every 2nd/3rd item where the row wraps,
     and drop dividers generally since alignment breaks on wrap */
@media (max-width: 991.98px) {
    .feature-item:not(:last-child)::after {
        display: none;
    }

    .feature-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .row > div:nth-last-child(-n+2) .feature-item,
    .row > div:last-child .feature-item {
        border-bottom: none;
    }
}

/* Mobile: single column, icon + text stacked more compactly */
@media (max-width: 575.98px) {
    .feature-item {
        padding: 18px 16px;
    }

    .row > div:last-child .feature-item {
        border-bottom: none;
    }
}


.trusted .eyebrow span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #742575;
    text-transform: uppercase;
}

.trusted .eyebrow-line {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #742575);
}

    .trusted .eyebrow-line.right {
        background: linear-gradient(90deg, #742575, transparent);
    }

.trusted .heading-inner h2 .accent {
    color: #742575;
    font-style: italic;
}

.trusted .ornament svg {
    width: 16px;
    height: 16px;
    fill: #c396c5;
}

.trusted .ornament .dash {
    width: 46px;
    height: 2px;
    background: #c396c5;
    border-radius: 2px;
}

.trusted .ornament .dash {
    width: 46px;
    height: 2px;
    background: #c396c5;
    border-radius: 2px;
}


.stats-row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.stat-box {
    /* background: #ffffff; */
    /* border: 1px solid #e6ecf2; */
    /* border-radius: 14px; */
    /* padding: 30px 14px; */
    /* box-shadow: 0 4px 14px rgba(0,0,0,0.04); */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .stat-box:hover {
        transform: translateY(-4px);
        /* box-shadow: 0 10px 22px rgba(0,102,204,0.12); */
    }

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 14px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #742575;
    border-radius: 50%;
    box-shadow: 3px 9px 10px #b1b1b1;
    background: linear-gradient(90deg, #0b2036 0%, #742575 55%, #12457a 100%);
}

    .stat-icon svg {
        width: 40px;
        height: 40px;
        stroke: #ffffff;
    }

.stat-box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #742575;
    margin: 0 0 0px 0;
}

.stat-box p {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 640px) {
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 24px;
    }
}

.stat-box p {
    text-align: center !IMPORTANT;
    padding: 0;
    margin-top: 5px !IMPORTANT;
}


.title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 4px;
    color: #222;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .list li {
        display: flex;
        align-items: center;
        gap: 16px;
        background: var(--purple-light);
        border: 1px solid #e9dcee;
        border-radius: 50px;
        padding: 0px 17px 0px 0px;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        /* line-height: 29px; */
    }

        .list li:hover {
            transform: translateX(4px);
            box-shadow: 0 6px 16px rgba(109,43,124,0.18);
            background: #fff;
            border-color: var(--purple);
        }

.icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple-dark), var(--purple));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(109,43,124,0.3);
}

    .icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.label {
    font-weight: 600;
    font-size: 16px;
    color: #2b1a33;
}
