/********** Template CSS **********/
:root {
    --primary: #233044;
    --light: #F3F6F8;
    --dark: #233044;
    --scalixo-dark: #233044;
    --scalixo-text: #243248;
    --scalixo-muted: #6f7785;
    --scalixo-soft: #f7f4ef;
    --scalixo-card: #ffffff;
    --scalixo-accent: #d8cec2;
}

body {
    color: var(--scalixo-text);
    background: #fff;
}

.navbar {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 35px rgba(35, 48, 68, 0.06);
}

.navbar-brand h1 {
    color: var(--scalixo-dark);
    font-size: 1.35rem;
    font-weight: 800;
}

.hero-area {
    padding: 130px 0 85px;
    /* background: linear-gradient(180deg, #fff 0%, #faf7f2 100%); */
}

.section-soft {
    background: var(--scalixo-soft);
}

.section-label {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9a8d80;
    font-weight: 800;
}

.section-title {
    color: var(--scalixo-dark);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.lead-copy {
    color: var(--scalixo-text);
    line-height: 1.8;
}

.premium-card {
    background: var(--scalixo-card);
    border: 1px solid rgba(35, 48, 68, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(35, 48, 68, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(35, 48, 68, 0.1);
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eee7df;
    display: grid;
    place-items: center;
    color: var(--scalixo-dark);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.btn-dark-pill {
    background: var(--scalixo-dark);
    color: #fff;
    border-radius: 999px;
    padding: 12px 25px;
    font-weight: 700;
    border: 1px solid var(--scalixo-dark);
}

.btn-dark-pill:hover {
    background: transparent;
    color: var(--scalixo-dark);
}

.btn-light-pill {
    background: #fff;
    color: var(--scalixo-dark);
    border-radius: 999px;
    padding: 12px 25px;
    font-weight: 700;
    border: 1px solid rgba(35, 48, 68, 0.14);
}

.btn-light-pill:hover {
    background: var(--scalixo-dark);
    color: #fff;
}

.stat-card {
    min-height: 150px;
}

.process-card {
    min-height: 220px;
}

.industry-pill {
    display: block;
    padding: 14px 18px;
    border-radius: 12px;
    background: #fff;
    color: var(--scalixo-dark);
    font-weight: 700;
    text-align: center;
    box-shadow: 0 12px 30px rgba(35, 48, 68, 0.05);
    border: 1px solid rgba(35, 48, 68, 0.06);
}

.client-logo {
    min-height: 76px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.45rem;
    color: var(--scalixo-dark);
}

.Faq-button {
    background: #fff;
    border: 1px solid rgba(35, 48, 68, 0.08);
    border-radius: 14px;
    width: 100%;
    padding: 18px 22px;
    text-align: left;
    font-weight: 800;
    color: var(--scalixo-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Faq-answer {
    display: none;
    padding: 0 22px 20px;
    color: var(--scalixo-muted);
    line-height: 1.7;
}

.Faq-item.active .Faq-answer {
    display: block;
}

.cta-panel {
    background: var(--scalixo-dark);
    color: #fff;
    border-radius: 24px;
    padding: 55px 25px;
}

.footer {
    background: #f7f4ef !important;
    color: var(--scalixo-dark) !important;
}

.footer h4,
.footer h5,
.footer .text-white {
    color: var(--scalixo-dark) !important;
}

.footer .btn.btn-link {
    color: var(--scalixo-dark);
    display: block;
    text-align: left;
    padding-left: 0;
}

.footer .btn-social {
    color: var(--scalixo-dark);
    border-color: rgba(35, 48, 68, 0.2);
}

@media (max-width: 767px) {
    .hero-area {
        padding-top: 110px;
    }

    .section-title {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2.4rem;
    }
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--scalixo-dark);
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--scalixo-dark);
}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--scalixo-dark);
}

.sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
    color: var(--scalixo-dark);
}

.navbar .navbar-brand h1 {
    color: var(--scalixo-dark);
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }

    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #233044;
        opacity: 0;
        transition: .5s;
    }

    .sticky-top.navbar .navbar-nav .nav-link::before {
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        bottom: -1px;
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 12rem 0 9rem 0;
    /* background: url(../img/shape-bottom.png) center bottom no-repeat; */
}

.page-header {
    margin-bottom: 6rem;
    padding: 12rem 0 6rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--scalixo-text);
    background: var(--scalixo-accent);
    border-radius: 14px;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transform: scale(.85);
    border-radius: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background:var(--scalixo-dark);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--light);
    background:var(--scalixo-dark);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--scalixo-dark);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* our client css */

.client-logo-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s ease;
}

.client-logo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.client-logo-card img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
}


/* branding css */

.brand-hero {
    padding: 170px 0 100px;
    background:
        radial-gradient(circle at top left, rgba(179, 166, 156, .30), transparent 32%),
        linear-gradient(135deg, #F8F6F2 0%, #EFE8E0 100%);
    overflow: hidden;
}

.brand-hero-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 25px 70px rgba(45, 55, 72, .10);
    position: relative;
}

.brand-hero-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: var(--primary, #B3A69C);
    opacity: .18;
    border-radius: 50%;
    top: -35px;
    right: -35px;
}

.brand-preview-box {
    border-radius: 22px;
    padding: 26px;
    background: #F8F6F2;
    border: 1px solid rgba(45, 55, 72, .08);
    position: relative;
    z-index: 1;
}

.color-dot {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.identity-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(45, 55, 72, .08);
    transition: .35s;
}

.identity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(45, 55, 72, .10);
}

.identity-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: var(--primary, #B3A69C);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
}

.brand-strip {
    background: #2D3748;
    color: #fff;
    border-radius: 30px;
    padding: 46px;
    position: relative;
    overflow: hidden;
}

.brand-strip::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    right: -70px;
    bottom: -80px;
}

.deliverable-pill {
    background: #fff;
    border: 1px solid rgba(45, 55, 72, .08);
    border-radius: 999px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(45, 55, 72, .06);
}

.journey-step {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    border: 1px solid rgba(45, 55, 72, .08);
}

.journey-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #2D3748;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.audience-card {
    background: #F8F6F2;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    height: 100%;
}

.Faq-clean .accordion-item {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 15px 45px rgba(45, 55, 72, .07);
}

.Faq-clean .accordion-button {
    font-weight: 700;
    padding: 22px 24px;
}

.Faq-clean .accordion-body {
    padding: 0 24px 24px;
}

@media (max-width: 991px) {
    .brand-hero {
        padding: 135px 0 70px;
    }

    .brand-strip {
        padding: 34px 24px;
    }
}

@media (max-width: 575px) {
    .brand-hero {
        padding: 120px 0 55px;
    }

    .brand-hero-card {
        padding: 20px;
    }

    .brand-preview-box {
        padding: 20px;
    }

    .display-4 {
        font-size: 2.2rem;
    }
}

/* influencer marketing css */

.service-card,
.platform-card,
.result-card,
.portfolio-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
    transition: .3s ease;
    height: 100%;
}

.service-card:hover,
.platform-card:hover,
.result-card:hover,
.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .10);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    margin-bottom: 22px;
}

.platform-card {
    padding: 26px 18px;
    text-align: center;
}

.platform-card i {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 12px;
}

.process-step {
    position: relative;
    padding: 30px;
    border-radius: 22px;
    background: #fff;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .06);
}

.step-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 18px;
}

.result-card {
    padding: 26px;
}

.result-card i {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 14px;
}

.portfolio-card {
    padding: 32px;
    text-align: center;
}

.portfolio-card .play-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 26px;
    margin-bottom: 22px;
}

.accordion-button:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .page-header {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-title,
    .display-5 {
        font-size: 2rem;
    }
}

/***  up button ***/

.document.querySelectorAll('.Faq-button').forEach((button)=> {
        button.addEventListener('click', ()=> {
                const currentItem=button.closest('.Faq-item');

                document.querySelectorAll('.Faq-item').forEach((item)=> {
                        if (item !==currentItem) item.classList.remove('active');
                    });
                currentItem.classList.toggle('active');
            });
    });