:root {
    --brand-primary: #ff0666;
    --brand-secondary: #000;
    --bg-body: white;
    --text-color: #838992;
    --brand-color: #21327b;
    --dx-border-color: #d3d3d3;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ff0063;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: #000;
    border-radius: 0px;
}

.section-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-primary {
    color: var(--brand-primary) !important;
}

.text-brand {
    color: var(--brand-color) !important;
}

.bg-primary {
    background-color: var(--brand-primary) !important;
}

.bg-secondary {
    background-color: var(--brand-secondary) !important;
}

.drop-down-with-icon > a:hover {
    background-color: rgba(255, 6, 102, 0.1) !important;
    border-radius: 8px;
    color: var(--brand-primary) !important;
}

.drop-down-with-icon.current-menu-item > a,
.drop-down-with-icon.current-menu-ancestor > a {
    color: var(--brand-primary) !important;
}

.card {
    --bs-card-color: var(--text-color);
}

.spacer {
    padding: 130px 0;
}

@media (max-width: 767px) {
    .spacer {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .spacer {
        padding: 100px 0;
    }
}

/*-------------------------------------
MAIN SLIDER SECTION NEW DESGIN FULL WEBSITE
----------------------------------------*/
.main-swiper {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
/* Evita scroll horizontal antes de que Swiper inicialice */
.main-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}
.main-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}
.slide__bg {
    z-index: 1;
}

.swiper-slide {
    overflow: hidden;
}

.main-swiper .slide__bg {
    transform: scale(1.15);
    transition: transform 6s ease-in-out;
}

.swiper-slide-active .slide__bg {
    transform: scale(1);
}

.slide__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 74%), rgb(87 2 35 / 48%));
    z-index: 2;
}

.slide__shapes {
    z-index: 3;
    pointer-events: none;
}

.slide__content {
    z-index: 4;
}

.slider__arrow-container {
    max-width: 800px;
}

.slider__arrow {
    position: absolute;
    top: 0;
    /* left: -60px; */
    object-fit: cover;
    width: 100%;
    color: #c0c0c0;
}

.slider__arrow-badge {
    position: static;
    display: inline;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 12px;
    transform: translateX(100%);
    background: rgb(252 6 102 / 57%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    font-weight: 700;
}

.slide_title_h1,
.slide_title_h2 {
    font-size: 35px;
    font-family: var(--font-sans);
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .slider__arrow-badge {
        transform: none;
    }
    .slider__arrow-container {
        overflow: hidden;
    }
}

.slider__top-badge {
    display: flex;
    justify-content: start;
    gap: 16px;
}

.slider__top-badge span {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(7px) saturate(140%);
    backdrop-filter: blur(7px) saturate(140%);
    font-weight: 700;
}

.slider__description {
    max-width: 730px;
    padding-right: 0px;
    color: #fff;
    font-weight: 500;
}

@media (min-width: 768px) {
    .slider__description {
        padding-right: 80px;
    }
}

@keyframes sliderFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sliderFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Estado inicial: oculto en todos los slides */
.main-swiper .slide__animate-title,
.main-swiper .slide__animate-desc,
.main-swiper .slide__animate-badge,
.main-swiper .slide__animate-cta {
    opacity: 0;
}

/* Solo anima el slide activo */
.main-swiper .swiper-slide-active .slide__animate-badge {
    animation: sliderFadeIn 0.6s ease 0.1s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-title {
    animation: sliderFadeInDown 0.8s ease 0.25s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-desc {
    animation: sliderFadeIn 0.8s ease 0.55s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-cta {
    animation: sliderFadeIn 0.6s ease 0.75s forwards;
}

@media (prefers-reduced-motion: reduce) {
    .main-swiper .slide__animate-title,
    .main-swiper .slide__animate-desc,
    .main-swiper .slide__animate-badge,
    .main-swiper .slide__animate-cta {
        opacity: 1 !important;
        animation: none !important;
        transform: none !important;
    }
}

/* Contenedor con perspectiva 3D */
/* .main-swiper {
    perspective: 1400px;
    overflow: hidden;
}

.main-swiper .swiper-slide {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;
} */

/* Overlay mesh futurista (encima del gradiente que ya tienes) */
.slide__overlay {
    background:
    radial-gradient(ellipse 80% 60% at 20% 80%, rgb(5 0 2 / 35%), transparent 50%), radial-gradient(ellipse 60% 50% at 80% 20%, rgba(79, 70, 229, 0.25), transparent 45%), linear-gradient(rgb(0 0 0 / 74%), rgb(87 2 35 / 48%))
    animation: meshShift 12s ease-in-out infinite alternate;
}

.slide__overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,..."); /* noise pattern */
    mix-blend-mode: overlay;
}

@keyframes meshShift {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(15deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .slide__overlay {
        animation: none;
    }
    .main-swiper .swiper-slide {
        will-change: auto;
    }
}

/* Ken Burns en el wrapper, parallax en capas aparte */
.main-swiper .slide__bg-wrap {
    z-index: 1;
    will-change: transform;
}

.main-swiper .slide__bg {
    transform: scale(1.15);
    transition: transform 6s ease-in-out;
    will-change: transform;
}

.main-swiper .swiper-slide-active .slide__bg {
    transform: scale(1);
}

/* Parallax multcapa vía CSS variables */
/* Parallax: solo imagen */
/* .main-swiper[data-parallax="on"] {
    --mx: 0.5;
    --my: 0.5;
}

.main-swiper[data-parallax="on"] .swiper-slide-active .slide__bg-wrap {
    transform: translate3d(
            calc((var(--mx) - 0.5) * -50px),
            calc((var(--my) - 0.5) * -30px),
            0
        )
        scale(1.06);
}

.main-swiper[data-parallax="on"] .slide__overlay,
.main-swiper[data-parallax="on"] .slide__content {
    transform: none !important;
}

.main-swiper[data-parallax="on"] .slide__bg-wrap {
    transition: transform 0.15s linear;
} */

/* Mouse + scroll parallax */
.main-swiper[data-parallax="on"],
.main-swiper[data-scroll-parallax="on"] {
    --mx: 0.5;
    --my: 0.5;
    --scroll-p: 0;
    --scroll-bg-y: 0px;
    --scroll-bg-z: 0px;
    --scroll-bg-scale: 0;
    --scroll-rotate-x: 0deg;
    --scroll-content-y: 0px;
    --scroll-content-opacity: 1;
}

.main-swiper[data-scroll-parallax="on"] .swiper-slide-active {
    perspective: 1200px;
    transform-style: preserve-3d;
}

.main-swiper[data-parallax="on"] .swiper-slide-active .slide__bg-wrap,
.main-swiper[data-scroll-parallax="on"] .swiper-slide-active .slide__bg-wrap {
    transform: translate3d(
            calc((var(--mx) - 0.5) * -50px),
            calc((var(--my) - 0.5) * -30px + var(--scroll-bg-y)),
            var(--scroll-bg-z)
        )
        scale(calc(1.06 + var(--scroll-bg-scale)))
        rotateX(var(--scroll-rotate-x));
    transform-origin: center center;
}

.main-swiper[data-scroll-parallax="on"] .slide__content {
    transform: translate3d(0, var(--scroll-content-y), 0) !important;
    opacity: 1;
}

.main-swiper[data-parallax="on"] .slide__overlay,
.main-swiper[data-scroll-parallax="on"] .slide__overlay {
    transform: none !important;
}

.main-swiper[data-parallax="on"] .slide__bg-wrap {
    transition: transform 0.15s linear;
}
/*-------------------------------------
HEADER
----------------------------------------*/
/*-------------------------------------
HEADER — premium scroll
----------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    box-shadow: none;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.45s ease,
        box-shadow 0.45s ease,
        backdrop-filter 0.45s ease,
        -webkit-backdrop-filter 0.45s ease,
        padding 0.35s ease;
}

/* Glass al hacer scroll */
.header.is-scrolled {
    background: rgb(0 0 0 / 68%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

/* Oculta al bajar, reaparece al subir */
.header.is-hidden {
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
}

.header .logo-img img {
    transition: height 0.35s ease;
}

.header.is-scrolled .logo-img img {
    height: 50px;
}

@media (prefers-reduced-motion: reduce) {
    .header {
        transition:
            background 0.2s ease,
            box-shadow 0.2s ease;
    }

    .header.is-hidden {
        transform: none;
        pointer-events: auto;
    }
}

.digital-navbar-menu {
    color: #ffffff93;
    transition: color 0.3s ease-in-out;
}

.digital-navbar-menu .nav-ambient-cubes {
    display: flex;
    flex-wrap: wrap;
    width: 21px;
    gap: 1px;
}

.digital-navbar-menu .nav-ambient-cubes span {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.5803921569);
    transition: border 0.3s ease-in-out;
}

.digital-navbar-menu .nav-ambient-cubes span:nth-child(2) {
    border-color: #ffffff93;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.digital-navbar-menu:hover .nav-ambient-cubes span:nth-child(2) {
    animation: bounceTwice 0.6s linear forwards;
    border-color: white;
}

.digital-navbar-menu:hover,
.digital-navbar-menu:hover span {
    color: white;
    border-color: white;
}

@keyframes bounceTwice {
    0% {
        transform: rotate(45deg) translateY(0);
    }

    25% {
        transform: rotate(0) translateY(-3px);
    }

    50% {
        transform: rotate(0) translateY(0);
    }

    75% {
        transform: rotate(0) translateY(-3px);
    }

    to {
        transform: rotate(0) translateY(0);
    }
}

/*-------------------------------------
Menu and submenu
----------------------------------------*/
.text-canva-form {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fc0666;
}

.desktop-nav {
    position: relative;
}

.nav-menu {
    display: flex;
    gap: 6px;
    position: relative;
    z-index: 2;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a {
    display: block;
    padding: 12px 24px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 999px;
    position: relative;
    z-index: 2;
}

.hover-pill {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 48px;
    border-radius: 999px;
    background: rgb(255 255 255 / 38%);
    border: 1px solid rgba(133, 133, 133, 0.2);
    transform: translateY(-50%);
    transition:
        transform 0.3s ease,
        width 0.3s ease,
        opacity 0.2s ease;
    opacity: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(7px) saturate(140%);
    backdrop-filter: blur(7px) saturate(140%);
}

.nav-menu li {
    position: relative;
}

.nav-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;

    margin: 0;
    padding: 12px;
    list-style: none;

    background: #fff;
    border-radius: 16px;
    border: 1px solid rgb(230, 230, 230);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;

    z-index: 999;
}

/* puente invisible para evitar hover gap */
.nav-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 14px;
}

.nav-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .sub-menu li {
    width: 100%;
}

.nav-menu .sub-menu li a {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    color: #111 !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav-menu .sub-menu li a:hover {
    color: var(--brand-primary) !important;
    background: rgb(255, 229, 251) !important;
}

/*-------------------------------------
About SECTION
----------------------------------------*/
.movie-request-about {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

@media (width <= 992px) {
    .movie-request-about {
        margin-top: -50px;
    }
}

.text-mdb{
    color: #fc0766;
}

.spacer-about {
    padding: 80px 0;
}

.spacer-team {
    padding: 10px 0px 80px;
}


.digital-main-subtitle {
    font-weight: 600;
    border: 1px solid black;
    padding: 7px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.digital-main-subtitle:before,
.digital-main-subtitle:after {
    content: "";
    background: var(--bg-body);
    position: absolute;
    z-index: -1;
    transition: transform 0.2s ease-in-out;
    opacity: 0.9;
}

.digital-main-subtitle:before {
    inset: -2px 8px;
}

.digital-main-subtitle:after {
    inset: 8px -2px;
}


.digital-main-subtitle-red {
    font-weight: 600;
    border: 1px solid #fc0766;
    padding: 7px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fc0766;
}

.digital-main-subtitle-red:before,
.digital-main-subtitle-red:after {
    content: "";
    background: var(--bg-body);
    position: absolute;
    z-index: -1;
    transition: transform 0.2s ease-in-out;
    opacity: 0.9;
}

.digital-main-subtitle-red:before {
    inset: -2px 8px;
}

.digital-main-subtitle-red:after {
    inset: 8px -2px;
}

.digital-main-heading {
    font-size: 30px;
    font-weight: 900 !important;
}

@media (max-width: 767px) {
    .digital-main-heading {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .digital-main-heading {
        font-size: 34px;
    }
}

@media (min-width: 768px) {
    .ps-md-12 {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px) {
    .ms-md-48 {
        margin-left: 4rem !important;
    }
}

@media (min-width: 768px) {
    .pb-md-16 {
        padding-bottom: 4rem !important;
    }
}
@media (min-width: 768px) {
    .mb-md-14 {
        margin-bottom: 3.5rem !important;
    }
}

.pb-10 {
    padding-bottom: 2.5rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.digital-about-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.digital-about-section .digital-about-card {
    background-color: #f5f5f5;
}

.digital-about-section .digital-about-card .digital-about-arrow {
    transform: rotate(45deg);
}

.digital-about-section .digital-about-card:hover {
    color: #fff !important;
}

.digital-about-section .digital-about-card:hover .digital-about-card-desc {
    color: #ffffffb3 !important;
}

.digital-about-section .digital-about-card:hover .digital-about-arrow img,
.digital-about-section .digital-about-card:hover .digital-about-icon {
    filter: brightness(0) invert(1);
}

.digital-about-section .digital-about-desc:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: calc(100% + 48px);
    background-color: gray;
}

.digital-about-section .digital-about-stats .digital-about-stats-circle {
    width: 25rem;
    height: 25rem;
    position: relative;
    perspective: 1000px;
    margin-left: -50px;
}

.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle
    .digital-about-stats-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle
    .digital-about-stats-inner
    .digital-about-stats-count {
    font-size: 4rem;
}

.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle
    .digital-about-stats-inner
    .digital-about-stats-front,
.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle
    .digital-about-stats-inner
    .digital-about-stats-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle
    .digital-about-stats-inner
    .digital-about-stats-back {
    transform: rotateY(180deg);
    background-color: var(--dx-light);
}

.digital-about-section
    .digital-about-stats
    .digital-about-stats-circle:hover
    .digital-about-stats-inner {
    transform: rotateY(180deg);
}

@media (max-width: 767px) {
    .digital-about-section .digital-about-stats .digital-about-stats-circle {
        margin-left: 0;
    }
}

@media (max-width: 1535px) {
    .digital-about-section .digital-about-stats .digital-about-stats-circle {
        width: 20rem;
        height: 20rem;
    }
}

.direction-hover-card {
    perspective: 500px;
    overflow: hidden;
    position: relative;
    will-change: transform;
    transform: translateZ(0);
}

.direction-hover-card:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
    background-color: #000;
    transform: rotateX(90deg);
    z-index: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.direction-hover-card > * {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.direction-hover-card.in-top:before {
    transform-origin: 50% 0%;
    animation: in-top 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.direction-hover-card.in-right:before {
    transform-origin: 100% 0%;
    animation: in-right 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.in-bottom:before {
    transform-origin: 50% 100%;
    animation: in-bottom 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.in-left:before {
    transform-origin: 0% 0%;
    animation: in-left 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-top:before {
    transform-origin: 50% 0%;
    animation: out-top 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-right:before {
    transform-origin: 100% 50%;
    animation: out-right 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-bottom:before {
    transform-origin: 50% 100%;
    animation: out-bottom 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-left:before {
    transform-origin: 0% 0%;
    animation: out-left 0.3s ease 0ms 1 forwards;
}

@media (min-width: 1200px) {
    .direction-hover-card
        .digital-about-stats
        .digital-about-stats-circle:not(:first-child) {
        margin-left: -45px;
    }
}

@keyframes in-top {
    0% {
        transform: rotate3d(-1, 0, 0, 90deg);
        opacity: 0;
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-right {
    0% {
        transform: rotate3d(0, -1, 0, 90deg);
        opacity: 0;
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-bottom {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-left {
    0% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes out-top {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    99% {
        transform: rotate3d(-1, 0, 0, 90deg);
        opacity: 1;
    }

    to {
        transform: rotate3d(-1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes out-right {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    99% {
        transform: rotate3d(0, -1, 0, 90deg);
        opacity: 1;
    }

    to {
        transform: rotate3d(0, -1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes out-bottom {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    99% {
        transform: rotateX(90deg);
        opacity: 1;
    }

    to {
        transform: rotateX(90deg);
        opacity: 0;
    }
}

@keyframes out-left {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    99% {
        transform: rotateY(90deg);
        opacity: 1;
    }

    to {
        transform: rotateY(90deg);
        opacity: 0;
    }
}

.invert {
    filter: invert(1);
}

.text-reset {
    color: inherit !important;
}

/*-------------------------------------
Services section
----------------------------------------*/

.digital-services-title{
    font-size: 31px;
    font-weight: 900;
}

.digital-service-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.digital-service-section #digital-service-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.digital-service-section #digital-service-bg-img .digital-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: all 0.9s ease;
    transform: scale(1.04);
    transform-origin: 50% 50%;
}

.digital-service-section #digital-service-bg-img .digital-service-bg:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #20282d80;
}

.digital-service-section .digital-service-card .digital-service-item {
    padding:400px 50px 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    overflow: hidden;
}

.digital-service-section .digital-service-card .digital-service-item:hover {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #554e6133;
}

.digital-service-section
    .digital-service-card
    .digital-service-item:hover
    .digital-service-content {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .digital-service-section .digital-service-card .digital-service-item {
        padding: 194px 20px 50px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .digital-service-section .digital-service-card .digital-service-item {
        padding: 194px 20px 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.digital-service-section .digital-service-card .digital-service-content {
    transform: translateY(180px);
    transition: all 0.4s ease;
}

.digital-service-section
    .digital-service-card
    .digital-service-content
    .digital-service-content-inner {
    margin-bottom: 115px;
}

.digital-service-section
    .digital-service-card
    .digital-service-button
    .digital-btn:after {
    border-color: #fff;
}

.digital-service-section
    .digital-service-card
    .digital-service-button
    .digital-btn
    span:before,
.digital-service-section
    .digital-service-card
    .digital-service-button
    .digital-btn
    span:after {
    border-color: #fff;
}

.digital-service-section
    .digital-service-card
    .digital-service-button
    .digital-btn:hover
    span,
.digital-service-section
    .digital-service-card
    .digital-service-button
    .digital-btn:hover
    i {
    color: #fff;
}

.text-white-70 {
    color: #ffffffb3 !important;
}

/*-------------------------------------
button component
----------------------------------------*/
.digital-btn {
    padding: 16px 35px;
    background: transparent;
    color: #fff;
    overflow: hidden;
    transition: 0.4s;
    text-decoration: none;
    isolation: isolate;
}

.digital-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 40%,
        95% 50%,
        100% 60%,
        100% 100%,
        0 100%,
        0 60%,
        5% 50%,
        0 40%
    );
    background-color: var(--brand-primary);
    transition: 0.4s;
    z-index: -1;
}

.digital-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid var(--brand-primary);
    opacity: 0;
    transform: scale(0.9);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: 0.4s;
}

.digital-btn span:before,
.digital-btn span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--brand-primary);
    opacity: 0;
    transition: 0.4s;
}

.digital-btn span:before {
    bottom: -5px;
    left: -60px;
    border-top: none;
    border-right: none;
}

.digital-btn span:after {
    top: -7px;
    right: -88px;
    border-bottom: none;
    border-left: none;
}

.digital-btn span,
.digital-btn i {
    position: relative;
    z-index: 2;
}
.digital-btn:after {
    z-index: 1;
}
.digital-btn:hover:before {
    opacity: 0;
    transform: scale(1.1);
}

.digital-btn:hover:after {
    opacity: 1;
    transform: scale(1);
}

.digital-btn:hover span {
    color: var(--brand-primary);
}

.digital-btn:hover span:before,
.digital-btn:hover span:after {
    opacity: 1;
}

.digital-btn:hover i {
    color: var(--brand-primary);
    transform: translate(6px);
}

/*-------------------------------------
Why choose us section
----------------------------------------*/

.digital-feature-section .digital-feature-item .digital-feature-card:hover {
    color: #fff !important;
}

.digital-feature-section
    .digital-feature-item
    .digital-feature-card:hover
    .digital-feature-card-desc {
    color: #fff !important;
}

.digital-feature-section
    .digital-feature-item
    .digital-feature-card:hover
    .digital-feature-btnicon {
    background-color: var(--brand-primary) !important;
    color: #fff;
}

.digital-feature-section
    .digital-feature-item
    .digital-feature-card:hover
    .digital-feature-icon {
    filter: invert(1) brightness(1);
}

.size-14 {
    height: 3.5rem !important;
    width: 3.5rem !important;
}

.bg-light {
    background-color: rgba(245, 245, 245, 1) !important;
}

.digital-blog-section .digital-blog-card .digital-blog-date {
    position: relative;
}

/*-------------------------------------
Blog
----------------------------------------*/

.digital-blog-section .digital-blog-card .digital-blog-date:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: black;
    width: 60px;
    height: 2px;
}

.digital-blog-section #blogPreviewImage {
    transition:
        opacity 0.4s ease,
        transform 0.6s ease;
}

.digital-blog-section #blogPreviewImage.zoom {
    transform: scale(1.08);
    opacity: 0;
}

.digital-blog-card:hover h3 a {
    color: var(--brand-primary) !important;
}

.ps-20 {
    padding-left: 5rem !important;
}

/*-------------------------------------
cta section
----------------------------------------*/

.digital-contact-section {
    background-color: #f5f5f5;
}

.digital-contact-section .digital-contact-content .digital-contact-title {
    font-size: 9rem;
}

@media (max-width: 767px) {
    .digital-contact-section .digital-contact-content .digital-contact-title {
        font-size: 2rem;
    }
}

.digital-contact-section .digital-contact-content .digital-contact-dash {
    width: 100%;
    height: 1px;
    min-width: 50px;
    background-color: gray;
    position: relative;
    transform: translateY(-5px);
}

.digital-contact-section .digital-contact-content .digital-contact-dash:after {
    content: "";
    height: 10px;
    width: 10px;
    background: gray;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 25% 50%);
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.digital-contact-section .digital-contact-btn {
    transition: all 0.45s ease;
}

.digital-contact-section .digital-contact-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--brand-primary);
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
    z-index: -1;
}

.digital-contact-section .digital-contact-btn:hover {
    color: #fff !important;
    transform: translateY(-6px) rotate(-3deg);
}

.digital-contact-section .digital-contact-btn:hover:before {
    transform: scale(1.4);
}

.size-40 {
    height: 10rem !important;
    width: 10rem !important;
}

.fs-24 {
    font-size: 24px !important;
}

/*-------------------------------------
Footer
----------------------------------------*/
.text-copyright {
    display: flex;
    justify-content: center;
    position: relative;
}

.digital-footer-section {
    background-image: url(../images/digital-marketing-new-jersey-footer.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.digital-footer-section:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}

.digital-footer-section .digital-footer-subscribe {
    max-width: 30rem;
    width: 100%;
}

.digital-footer-section .digital-footer-subscribe input::placeholder {
    color: #ffffffb3;
}

.digital-footer-section .digital-footer-links li a {
    padding: 6px 0;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    color: #ffffffb3;
}

.digital-footer-section .digital-footer-links li a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: calc(100% + 20px);
    height: 100%;
    background: #ffffff2c;
    border-radius: 50px;
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}

.digital-footer-section .digital-footer-links li a:hover {
    color: #fff;
    padding-left: 14px;
}

.digital-footer-section .digital-footer-links li a:hover:before {
    transform: translateY(-50%) scaleX(1);
}

.digital-footer-section .digital-footer-shape {
    width: 34rem;
    height: auto;
}


.startup-footer .st-footer-social .st-social-icon {
    position: relative;
    overflow: hidden;
    background-color: var(--dx-light);
    transition: color 0.3s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.startup-footer .st-footer-social .st-social-icon i {
    background: linear-gradient(
        to left,
        var(--brand-secondary),
        var(--dx-primary)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 22px;
}

.startup-footer .st-footer-social .st-social-icon:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        var(--brand-secondary),
        var(--brand-primary)
    );
    border-radius: inherit;
    transform: scale(0);
    transition: transform 0.35s ease;
    z-index: 0;
}

.startup-footer .st-footer-social .st-social-icon:hover i {
    -webkit-text-fill-color: #fff;
    color: #fff;
    transform: scale(1.2);
}

.startup-footer .st-footer-social .st-social-icon:hover:after {
    transform: scale(1);
}

.startup-footer .st-footer-link {
    position: relative;
    display: block;
    color: var(--dx-secondary-color);
}

.startup-footer .st-footer-link:before {
    content: "[";
    margin-right: 1px;
    transform: translate(20px);
    display: inline-block;
    opacity: 0;
    transition:
        transform 0.3s,
        opacity 0.2s;
    color: #5c3e94;
}

.startup-footer .st-footer-link:after {
    content: "]";
    display: inline-block;
    opacity: 0;
    transition:
        transform 0.3s,
        opacity 0.2s;
    margin-left: 1px;
    transform: translate(-20px);
    color: #5c3e94;
}

.startup-footer .st-footer-link:hover {
    color: #5c3e94;
}

.startup-footer .st-footer-link:hover:before {
    opacity: 1;
    transform: translate(0);
}

.startup-footer .st-footer-link:hover:after {
    opacity: 1;
    transform: translate(0);
}

.startup-footer .st-footer-copyright .st-footer-copyright-link {
    transition: 0.5s ease-in-out;
}

.startup-footer .st-footer-copyright .st-footer-copyright-link:hover {
    color: #fff !important;
}

/*-------------------------------------
Single Services Page
----------------------------------------*/

.services-about {
    padding-top: 120px;
}

.services-about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background: var(--brand-primary);
}

.services-about__image img {
    border-radius: 18px;
}

.services-about__image::before {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -18px;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width: 768px) {
    .services-about__image::before {
        border: 2px solid var(--brand-primary);
    }
}

.services__container {
    border-radius: 24px 24px 0px 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.services_about_image_container {
    padding-left: auto;
}

@media (min-width: 768px) {
    .services__container {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    .services_about_image_container {
        padding-left: 80px;
    }
}

@media (min-width: 1400px) {
    .services_about_image_container {
        padding-left: 100px;
    }
}

.st-main-heading {
    font-size: 3rem;
}

.services-about__image img {
    height: 400px;
}

@media (min-width: 768px) {
    .services-about__image img {
        height: 750px;
    }
}

.startup-features-section .st-features-card {
    padding: 20px 0 0 20px;
    border-top: 1px solid var(--dx-border-color);
    border-left: 1px solid var(--dx-border-color);
}

.startup-features-section .st-features-card .st-features-card-body {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

.startup-features-section .st-features-card .st-features-card-body:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top right,
        var(--brand-secondary) 50%,
        var(--brand-primary) 50%
    );
    transform: translateY(100%) rotate(-10deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    opacity: 0.9;
}

.startup-features-section
    .st-features-card
    .st-features-card-body
    .st-features-card-desc {
    color: var(--dx-secondary-color);
}

@media (min-width: 768px) and (max-width: 991px) {
    .startup-features-section
        .st-features-card
        .st-features-card-body
        .st-features-card-desc {
        min-height: 125px;
    }
}

@media (min-width: 1199px) and (max-width: 1535px) {
    .startup-features-section
        .st-features-card
        .st-features-card-body
        .st-features-card-desc {
        min-height: 100px;
    }
}

.startup-features-section
    .st-features-card
    .st-features-card-body
    .st-features-icon {
    background: var(--brand-primary);
    color: #fff;
}

.startup-features-section
    .st-features-card
    .st-features-card-body
    .st-features-number {
    background: linear-gradient(
        to left,
        var(--brand-secondary),
        var(--brand-primary)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 68px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.startup-features-section
    .st-features-card
    .st-features-card-body
    .st-features-number:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 2px;
    width: 60px;
    left: 0;
    top: 11px;
    transition: all 0.4s;
    background: var(--brand-primary);
}

.startup-features-section .st-features-card .st-features-card-body:hover,
.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-card-desc {
    color: #fff;
}

.st-features-card-img {
    filter: invert(1);
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-card-img {
    filter: invert(0);
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-icon {
    background: #fff;
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-icon
    i {
    background: linear-gradient(
        to left,
        var(--brand-secondary),
        var(--brand-primary)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover:before {
    transform: translateY(0) rotate(0);
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-card-line {
    background: #fff;
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-number {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s;
    padding-left: 0;
}

.startup-features-section
    .st-features-card
    .st-features-card-body:hover
    .st-features-number:after {
    background: #fff;
    transition: all 0.4s;
    left: 26px;
}

.size-20 {
    height: 5rem !important;
    width: 5rem !important;
}

.bg-pink-subtle {
    background: color-mix(in srgb, #5c3e94 10%, transparent) !important;
}

.startup-main-subtitle {
    font-weight: 500;
    letter-spacing: 2px;
    animation: titleGlow1 2s infinite;
}

.startup-glow-white {
    animation: titleGlow2 2s infinite;
}

@keyframes titleGlow1 {
    0% {
        box-shadow: 0 0 #da56d899;
    }

    70% {
        box-shadow: 0 0 0 14px #7e56da00;
    }

    to {
        box-shadow: 0 0 #7e56da00;
    }
}

@keyframes titleGlow2 {
    0% {
        box-shadow: 0 0 #ffffffb3;
    }

    70% {
        box-shadow: 0 0 0 14px #fff0;
    }

    to {
        box-shadow: 0 0 #fff0;
    }
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.starup-faq-section
    .startup-accordion
    .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-left: 3px solid var(--brand-primary);
    transition: border-color 0.3s;
}

.starup-faq-section .startup-accordion .accordion-button:after {
    content: "" !important;
}

.analytics-use-cases-section
    .analytics-use-cases-img
    .analytics-use-cases-robot {
    animation: bounce 5s infinite;
}

.analytics-use-cases-section
    .analytics-use-cases-img
    .analytics-use-cases-img1 {
    top: 26%;
    right: -16%;
    animation: floatTop 7s ease-in-out infinite;
}

.analytics-use-cases-section
    .analytics-case-content
    .analytics-accordion
    .accordion-button:after {
    display: none !important;
}

.crm-faq-section .crm-faq-card {
    position: relative;
    background: linear-gradient(180deg, #5c3e9421, #ffffffe6);
}

.faq-section .faq-img-vector {
    top: -79%;
    right: -57%;
}

.bg-primary-subtle {
    background: color-mix(in srgb, #5c3e94 10%, transparent) !important;
}

.accordion.accordion-boxed .accordion-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.size-10 {
    width: 25px;
    height: 25px;
}

/*-------------------------------------
ABOUT PAGE
----------------------------------------*/

@media (min-width: 1200px) {
    .py-xl-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
}

.bg-about-top {
    height: 100px;
    background: var(--brand-primary);
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-text-wrapper
    #textChanger {
    display: inline-block;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-text-wrapper
    .slide-up-out {
    transform: translateY(-100%);
    opacity: 0;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-text-wrapper
    .slide-up-in {
    transform: translateY(100%);
    opacity: 0;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-title-corner {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid var(--dx-border-color);
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-title-corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-title-corner.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-title-corner.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.about-v2-hero-section
    .about-v2-hero-content
    .about-v2-hero-title
    .about-v2-hero-title-highlight
    .about-v2-hero-title-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

/*-------------------------------------
Blog page
----------------------------------------*/

.bl-section .bl-main-content .bl-card .bl-card-img img {
    height: 260px;
    transition: 0.4s ease-in-out;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link {
    transition: 0.3s ease;
    color: #171717;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link i {
    transition: transform 0.3s ease;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: var(--brand-primary);
    transition: 0.3s ease;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:hover {
    color: var(--brand-primary);
}

.bl-section
    .bl-main-content
    .bl-card
    .bl-card-content
    .bl-card-link:hover:after {
    width: 100%;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:hover i {
    transform: translate(5px);
}

.bl-section .bl-main-content .bl-card:hover .bl-card-img img {
    transform: rotate(3deg) scale(1.1);
}

.bl-section .bl-sidebar-tag .bl-sidebar-tag-badge {
    transition: 0.3s ease;
    color: #171717;
}

.bl-section .bl-sidebar-tag .bl-sidebar-tag-badge:hover {
    background-color: #5c3e94;
    color: #fff;
}

.size-8 {
    height: 32px !important;
    width: 32px !important;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-title-style {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.custom-title-style:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgb(219, 219, 219);
}

.custom-title-style:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 3px;
    background: var(--brand-primary);
    border-radius: 10px;
}

/*-------------------------------------
Sidebar / Aside
---------------------------------------*/

.fixed-aside {
    position: sticky;
    top: 116px;
}

.sidebar-widget {
    border: 1px solid #eee;
}

.sidebar-widget .widget-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--brand-color);
    padding-bottom: 12px;
    margin-bottom: 12px;
    /* border-bottom: 3px solid var(--brand-primary); */
    position: relative;
}

.sidebar-post-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-post-item .post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.sidebar-post-item .post-thumb-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: #f0f0f0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 24px;
}

.sidebar-post-item .post-info {
    flex: 1;
    min-width: 0;
}

.sidebar-post-item .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.sidebar-post-item .post-title:hover {
    color: var(--brand-primary);
}

.sidebar-post-item .post-date {
    font-size: 13px;
    color: #999;
    margin: 4px 0 0;
}

/*-------------------------------------
Banner / Page Title
---------------------------------------*/

.custom-hero-section {
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    position: relative;
    overflow: hidden; 
}

.custom-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translate3d(0, 0, 0) scale(1.12); /* scale evita bordes al mover */
}


.custom-hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(2, 2, 2, 0.75);
    z-index: 1;
    pointer-events: none; /* el overlay no bloquea clics */
}
.custom-hero-section .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .custom-hero-section {
        padding: 100px 0;
    }
}

@media (min-width: 1536px) {
    .custom-hero-section .custom-hero-title {
        font-size: 4rem;
    }
}

.custom-hero-section .custom-hero-badge {
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
    bottom: -4%;
    right: 10%;
}

@media (max-width: 767px) {
    .custom-hero-section {
        padding: 100px 0;
    }
}

/*-------------------------------------
Pagination
---------------------------------------*/

.pagination-blog {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-item a,
.pagination-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-color);
    text-decoration: none;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.pagination-item a:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.pagination-item .current {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
    pointer-events: none;
}

/*-------------------------------------
Single post content
---------------------------------------*/

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    font-weight: 800;
    color: var(--brand-secondary);
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.single-post-content h1 {
    font-size: 2.25rem;
}
.single-post-content h2 {
    font-size: 1.875rem;
}
.single-post-content h3 {
    font-size: 1.5rem;
}
.single-post-content h4 {
    font-size: 1.25rem;
}
.single-post-content h5 {
    font-size: 1.125rem;
}
.single-post-content h6 {
    font-size: 1rem;
}

.single-post-content ul li,
.single-post-content ol li {
    margin-bottom: 0.5rem;
}

.single-post-content ul li::marker,
.single-post-content ol li::marker {
    color: var(--brand-primary);
}

.single-post-content p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
}

.single-post-content a {
    color: var(--brand-primary);
    text-decoration: underline;
}

.single-post-content a:hover {
    color: var(--brand-color);
}

.single-post-content img {
    border-radius: 0.5rem;
    height: auto;
}

.single-post-content blockquote {
    border-left: 4px solid var(--brand-primary);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    border-radius: 0 0.5rem 0.5rem 0;
    font-style: italic;
    font-size: 1.125rem;
    color: var(--brand-secondary);
}

/*-------------------------------------
Contact page
---------------------------------------*/
.movie-request-player {
    position: relative;
}

.movie-audio-toggle {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: rgb(252 7 102);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

.movie-audio-toggle:hover {
    background: rgba(0, 0, 0, 0.75);
}

.img-banner-video {
    border-radius: 20px;
    box-shadow:none !important;
}

.movie-request{
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.contact-v1-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    height: 100%;
}

.contact-v1-body {
    position: relative;
}

.contact-v1-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/contact-v1-bg.gif");
    z-index: -1;
    opacity: 0.06;
}

.contact-v1-section-space {
    padding: 3rem 2rem;
}

@media (min-width: 992px) {
    .contact-v1-section-space {
        padding: 1rem 0rem;
    }
}

.contact-v1-section .contact-v1-img {
    width: 35rem;
}

.contact-v1-img{
    background: #fc0766;
}

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

@media (max-width: 767px) {
    .contact-v1-section .contact-v1-main-title {
        font-size: 2rem;
    }
}

.contact-v1-section .contact-v1-form {
    padding: 5rem 0;
}

@media (max-width: 1200px) {
    .contact-v1-section .contact-v1-form {
        padding: 2rem 0;
    }
}

.input-container {
    position: relative;
    margin: 0 10px 10px;
}
.input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 50px;
    border: 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}
.input-container input:focus ~ label {
    color: #9d9d9d;
    transform: translate(0%, -20%) scale(0.75);
}
.input-container input:focus ~ .bar:before,
.input-container input:focus ~ .bar:after {
    width: 50%;
}
.input-container input:valid ~ label {
    color: #9d9d9d;
    transform: translate(0%, -20%) scale(0.75);
}
.input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    transition: 0.2s ease;
}
.input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
}
.input-container .bar:before,
.input-container .bar:after {
    content: "";
    position: absolute;
    background: #ed2553;
    width: 0;
    height: 2px;
    transition: 0.2s ease;
}
.input-container .bar:before {
    left: 50%;
}
.input-container .bar:after {
    right: 50%;
}

.input-container.is-active label,
.input-container input:focus ~ label {
    color: #9d9d9d;
    transform: translateY(-10px) scale(0.75);
    transform-origin: left top;
}

.input-container.is-active .bar:before,
.input-container.is-active .bar:after,
.input-container input:focus ~ .bar:before,
.input-container input:focus ~ .bar:after {
    width: 50%;
}

.team-card {
    position: relative;
  }
  .team-card-inner {
    overflow: hidden;
    position: relative;
  }
  .team-card-inner:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #0000008f, transparent);
  }
  .team-card-inner:hover .team-card-name,
  .team-card-inner:hover .team-card-role,
  .team-card-inner:hover .team-card-divider {
    transform: translateY(-62px);
  }
  .team-card-inner:hover .team-card-social {
    bottom: 0;
  }
  .team-card-inner:hover .team-card-social li {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .team-card-inner:hover .team-card-social li i {
    color: #fff;
  }
  .team-card-inner:hover img {
    transform: scale(1.05);
  }
  .team-card-image img {
    width: 100%;
    transition: all 0.4s ease;
  }
  .team-card-content {
    position: absolute;
    margin: 0 43px;
    z-index: 2;
    bottom: 45px;
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .team-card-name {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    transition: 0.4s;
    color: #fff;
  }

  .team-card-role {
    color: #fff;
    transition: 0.4s;
  }
  .team-card-divider {
    margin-top: 16px;
    transition: 0.4s;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(45deg, rgb(252 7 102), transparent);
  }

  [dir=rtl] .team-card .team-card-divider {
    background-image: linear-gradient(45deg, transparent, rgb(252 7 102));
  }

  .body-terms{
    background: #fff;
    padding: 39px 40px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
  }

  .custom-hero-section-terms {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}
.title-terms{
    font-size: 28px;
}

.body-terms h2, h3{
    font-size: 15px;
    font-weight: 700;
}

.body-terms ul{
    margin-bottom: 20px;
    margin-left: 35px;
    font-size: 15px;
}

.card-btn-movie{
    background: #000;
    padding: 21px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-btn-movie h3,
.card-btn-movie h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.card-btn-movie p{
    color: #fff;
    font-size: 13px;
}

.digital-about-label{
    font-size: 12px;
}

@media (992px <= width <= 1200px )  {
    .digital-about-label{
        max-width: 100px;
    }   
}

@media (1200px <= width <= 1400px )  {
    .digital-about-label{
        max-width: 130px;
    }   
}

.digital-about-head{
    font-size: 18px;
}

.bg-digital-mdb{
    background: #fc0666;
}

.digital-about-area{
    padding-bottom: 50px;
    padding-top: 20px;
}

.ul-about {
    margin-bottom: 10px;
    margin-top: 0px;
}

.digital-about ul li {
    font-size: 17px;
    font-weight: 500;
    color: #242629;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
}

.digital-about ul li i {
    margin-right: 15px;
    color: #ff0666;
    margin-top: 1px;
}

.size-9 {
    height: 36px !important;
    width: 36px !important;
    background: #fc0766;
    color: #fff;
    font-weight: 900;
}

.app-brand-section {
    background: linear-gradient(120deg, #fc0766, #bb1958 45%, #780532);
}

.app-brand-section .app-marquee .app-mega-text {
    font-size: 85px;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    padding-right: 64px;
    line-height: 1;
    font-weight: 900;
}

.app-brand-section .app-marquee .app-mega-text:after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    right: 0
}

.app-brand-section .app-brand-img {
    opacity: .7;
    transition: .4s ese-in-out
}

.app-brand-section .app-brand-img:hover {
    opacity: 1
}

.crm-brand-section .crm-brand-imgs img {
    background-size: cover;
    transition: .5s
}

.crm-brand-section .crm-brand-imgs img:nth-child(1) {
    transform: translate(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px)
}

.crm-brand-section .crm-brand-imgs img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%)
}

.crm-brand-section .crm-brand-imgs:hover img:nth-child(1) {
    transform: translate(0) scaleX(1);
    opacity: 1;
    filter: blur(0)
}

.crm-brand-section .crm-brand-imgs:hover img:nth-child(2) {
    transform: translate(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px)
}

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

.marquee-scroll-left {
    width: max-content;
    will-change: transform;
    animation: marquee-scroll-left 100s linear infinite;
}

.marquee-group {
    flex: 0 0 auto;
    padding-right: 3rem; 
}

@keyframes marquee-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.default-padding {
    padding-top: 120px;
    padding-bottom: 90px;
}

.testimonials-area, .testimonial-style-two-area {
    position: relative;
}

.rating-provider {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.rating-provider .thumb {
    padding-left: 20px;
    margin-right: 20px;
}

.rating-provider img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    box-shadow: 0px 2px 12px 0px #e7e7e7;
    float: left;
    margin-left: -22px;
    border: 3px solid #ffffff;
}

.rating-provider .ratings i {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #FFCA40;
}

.rating-icon {
    display: flex;
    align-items: center;
}

.rating-icon h4 {
    margin: 0;
    font-weight: 600;
    margin-left: 5px;
}

.rating-provider span {
    display: block;
    margin-top: 3px;
}

.testimonial-style-one-carousel {
    padding: 15px;
    margin: -15px;
    padding-top: 20px;
}

.testimonial-style-one-item {
    padding: 50px 37px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
    background: #fff;
}

.testimonial-style-one-item .provider {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-style-one-item .provider .info {
    position: relative;
    top: 4px;
}

.testimonial-style-one-item .provider img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
    border-radius: 50%;
}

.testimonial-style-one-item .provider h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.quote-icon img {
    height: 40px;
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 37px;
}

.testimonial-style-one-item {
    padding: 28px 30px;
    height: 280px;
}
.testimonial-style-one-item p {
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #979797;
}
.testimonial-style-one-item .provider img {
    height: 48px;
    width: 48px;
    min-width: 48px;
}

.testimonial-style-one-item .provider span strong {
    color: var(--color-primary);
}

.testimonial-style-one-item .shape {
    position: absolute;
    height: 50%;
    width: 50%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.15;
}

.testimonial-style-one {
    position: relative;
    z-index: 1;
}

.shape-right-bottom {
    position: absolute;
    bottom: -40px;
    right: -30px;
    z-index: -1;
    opacity: 0.7;
}

.testimonials-area .shape-right-bottom, .testimonial-style-two-area .shape-right-bottom {
    animation: UpDown 4s linear infinite;
}

.shape-right-bottom img {
    height: 100px;
}

.shape-animation {
    position: absolute;
    left: 50px;
    top: 80px;
    z-index: -1;
    animation: zoomUpDown 3s linear infinite;
}

.zoomUpDown-animation {
    -webkit-animation: zoomUpDown 10s ease-out infinite;
    animation: zoomUpDown 10s ease-out infinite;
}

@keyframes zoomUpDown {
    0%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes zoomUpDown {
    0%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.updown-animation {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.review-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 4px;
}

.analytics-cta-section .analytics-cta-wrap {
    background-image: url(../images/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-contacto-fondo-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.analytics-cta-section .analytics-cta-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%
}

.analytics-cta-section{
    padding-top: 20px;
    padding-bottom: 90px;
}

.analytics-cta h2{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

.analytics-cta p{
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.starup-faq-section{
    padding-top: 10px;
    padding-bottom: 90px;
}
.accordion-button:not(.collapsed) {
    color: #fc0766 !important
}

/* CEO editorial cover — FAQ sidebar */
.ceo-editorial-cover {
    width: 100%;
}

.ceo-editorial-cover__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    isolation: isolate;
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.28);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.ceo-editorial-cover__link:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 32px 56px -14px rgba(0, 0, 0, 0.34);
}

.ceo-editorial-cover__link:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 4px;
}

.ceo-editorial-cover__media {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 0;
}

.ceo-editorial-cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.ceo-editorial-cover__link:hover .ceo-editorial-cover__img {
    transform: scale(1.06);
}

.ceo-editorial-cover__overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(180deg, rgb(0 0 0 / 11%) 0%, rgba(0, 0, 0, 0.02) 35%, rgb(0 0 0 / 64%) 62%, rgb(0 0 0) 100%), linear-gradient(135deg, rgb(255 6 102 / 0%) 0%, transparent 45%);
    pointer-events: none;
}

.ceo-editorial-cover__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    max-width: 100%;
}

.ceo-editorial-cover__kicker {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.ceo-editorial-cover__quote {
    margin: 0;
    padding: 0;
    border: none;
}

.ceo-editorial-cover__headline {
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid var(--brand-primary);
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
    font-weight: 700;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.ceo-editorial-cover__headline em {
    font-style: italic;
}

.ceo-editorial-cover__deck {
    margin: 0;
    max-width: 34ch;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.ceo-editorial-cover__byline {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.ceo-editorial-cover__byline-rule {
    display: block;
    width: 3.5rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.ceo-editorial-cover__byline-text {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 992px) {
    .ceo-editorial-cover {
        min-height: 100%;
    }

    .starup-faq-section .col-lg-6.d-flex {
        align-self: stretch;
    }
}

@media (max-width: 991.98px) {
    .ceo-editorial-cover {
        min-height: 26rem;
        margin-top: 0.5rem;
    }

    .ceo-editorial-cover__img {
        object-position: center 15%;
    }
}