:root {
    /* Dynamic primary color (from manifest → tokens.primary) */
    --primary: #20282d;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

/* header area css*/
.nav {
    padding: 30px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
    color: #fff;
}

.sticky .navbar-brand {
    color: #212121;
}

.navbar-brand .h4 {
    letter-spacing: 10px;
    display: block;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 400;
    transition: all 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}

.sticky a.nav-link {
    color: #212121;
}

.sticky a.nav-link.btn-one {
    color: #fff;
}

.navbar a.nav-link:hover {
    color: var(--primary);
    transition: all 0.2s;
}

.navbar-nav {
    align-items: center;
}

/* Was: a { color: #3c71fa; } */
a {
    color: var(--primary);
}

.btn-one {
    background-color: var(--primary);
    padding: 12px 40px;
    border-radius: 12px;
    color: #fff;
    border: solid 2px var(--primary);
    font-size: 20px;
    transition: all 0.3s;
}

.btn-one:hover {
    background-color: #fff;
    color: var(--primary);
    transition: all 0.3s;
    border: solid 2px var(--primary);
}

.a-rounded {
    border-radius: 12px;
}

.slider {
    background: rgba(0, 0, 0, 0.75) url(assets/images/wealthmotion-online_fc567238-ec59-4ed5-abf2-5ac16e060d1f.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding-top: 300px;
    padding-bottom: 200px;
}

.hr-one {
    border: 0;
    border-bottom: solid 2px var(--primary);
    width: 150px;
    margin: auto;
    text-align: center;
    opacity: 1;
}

.card-one {
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(60, 113, 250, 0.25);
    height: 100%;
    transition: all 0.3s;
}

.card-one:hover {
    box-shadow: 0 1rem 2rem rgba(60, 113, 250, 0.4);
    transition: all 0.3s;
}

.gallery-area img {
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
}

.bg-one {
    background: rgba(0, 0, 0, 0.75) url(images/slide2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding-top: 150px;
    padding-bottom: 150px;
}

.rn-testimonials2 {
    padding-left: 45px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: 0% 5px;
    margin-bottom: 30px;
}

.bg-gery {
    background-color: #f4f4f4;
}

.navbar-toggler i {
    color: #fff;
}

.card-two {
    border: solid 1px #eaeaea;
    padding: 25px;
    border-radius: 12px;
    height: 350px;
}

.card-two img {
    width: 60px;
}

.counter-area {
    background: var(--primary);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0;
}

.ct-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
}

/* Was: .a-color { color: #3c71fa; } */
.a-color {
    color: var(--primary) !important;
}

.social i {
    color: var(--primary);
    padding: 0 10px;
}

div#blog {
    overflow-x: hidden;
}

@media screen and (max-width: 900px) {
    .slider {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .btn-one {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .sticky .navbar-toggler i {
        color: #212121;
    }

    .navbar img.logo-white {
        width: 80px;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        background-color: #fff;
        border-radius: 12px;
        padding: 10px;
    }

    .navbar a.nav-link {
        color: #212121;
        padding: 7px 0;
    }

    body {
        overflow-x: hidden;
    }

    .slider {
        overflow-x: hidden;
    }

    .container {
        overflow-x: hidden;
    }
}

.logo-smaller {
    width: auto !important;
    max-height: 85px !important;
}

.svg-smaller {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.svg-smaller svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .policy-width-mobile {
        padding-left: 30px;
    }
}
@media (max-width: 768px) {
    .terms-width-mobile {
        padding-left: 30px;
    }
}
.card-title {
    height: 70px;
}