
/* CUSTOM FONTS FROM GOOGLE ******************
@import url('https://fonts.googleapis.com/css2?family=your_own_font&display=swap');*/

/* CUSTOM FONTS FROM HOST ********************
@font-face {
    font-family: 'your_own_font2';
    src: local('your_own_font2'), url('../fonts/your_own_font2.woff') format('woff');
}*/

/* CUSTOM COLORS VARIABLES *******************/
:root {
    --highlight-color: #C61D5F;
    --pandao-navy: #15172d;
    --pandao-indigo: #2f2f68;
    --pandao-violet: #5651a8;
    --pandao-lavender: #8ea0df;
    --pandao-pink: #C61D5F;
    --pandao-pink-dark: #9f174f;
    --pandao-text: #1f2433;
    --pandao-muted: #6f7280;
    --pandao-light: #f4f5fb;
    --pandao-white: #ffffff;
    --pandao-border: rgba(21, 23, 45, .12);
    --pandao-shadow: 0 24px 70px rgba(21, 23, 45, .16);
    --pandao-dark: #14263d;
    --pandao-purple: #34215f;
    --pandao-blue: #7b7ae6;
    --pandao-radius-lg: 38px;
    --pandao-radius-md: 26px;
    --pandao-radius-sm: 16px;
    --bs-border-radius: 20px;
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1470px;
    }
}
.page-banner-wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
}

/* CUSTOM BUTTONS ****************************/
p .btn {
    margin-right: 10px;
}
.btn-primary,
.btn-secondary {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    line-height: 26px;
    padding: 10px 26px !important;
    border-radius: var(--pandao-radius-sm);
    overflow: visible;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        transform .22s ease,
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}
.btn-primary::before,
.btn-secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
}
.btn-primary:hover,
.btn-secondary:hover {
    text-decoration: none;
    box-shadow: none !important;
}
.btn-primary:hover::before,
.btn-secondary:hover::before {
    animation: btn-neon-pulse 1.35s ease-out both;
    left: 0;
}
.btn-primary {
    color: #fff;
    background: var(--pandao-pink);
    border: 2px solid var(--pandao-pink);
    box-shadow: 10px 10px 0 rgba(21, 23, 45, .12);
}
.btn-primary::before {
    border: 1px solid rgba(198, 29, 95, .72);
    background: rgba(198, 29, 95, .14);
    box-shadow:
        0 0 18px rgba(198, 29, 95, .52),
        0 0 36px rgba(198, 29, 95, .34),
        0 0 58px rgba(198, 29, 95, .18);
}
.btn-primary:hover {
    color: #fff;
    background: var(--pandao-pink-dark);
    border-color: var(--pandao-pink-dark);
}
.btn-secondary {
    color: #fff;
    background: var(--pandao-navy);
    border: 2px solid var(--pandao-navy);
    box-shadow: 10px 10px 0 rgba(21, 23, 45, .10);
}
.btn-secondary::before {
    border: 1px solid rgba(21, 23, 45, .58);
    background: rgba(21, 23, 45, .10);
    box-shadow:
        0 0 18px rgba(21, 23, 45, .36),
        0 0 36px rgba(21, 23, 45, .22),
        0 0 58px rgba(21, 23, 45, .14);
}
.btn-secondary:hover {
    color: #fff;
    background: var(--pandao-navy);
    border-color: var(--pandao-navy);
}
.hero-1 .btn-secondary,
.pandao-bokeh-dark .btn-secondary {
    color: var(--pandao-navy);
    background: #fff;
    border-color: #fff;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .16);
}
.hero-1 .btn-secondary::before,
.pandao-bokeh-dark .btn-secondary::before {
    border: 1px solid rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .14);
    box-shadow:
        0 0 18px rgba(255, 255, 255, .48),
        0 0 36px rgba(255, 255, 255, .30),
        0 0 58px rgba(255, 255, 255, .16);
}
.hero-1 .btn-secondary:hover,
.pandao-bokeh-dark .btn-secondary:hover {
    color: var(--pandao-navy);
    background: #fff;
    border-color: #fff;
    box-shadow: 12px 12px 0 rgba(0, 0, 0, .20);
}
header .preheader .btn {
    height: 60px;
    box-shadow: none;
}
@keyframes btn-neon-pulse {
    0% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
    12% {
        opacity: 1;
        transform: scale(1.06, 1.18);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: scale(1.22, 1.62);
        filter: blur(6px);
    }
}

/* HEADINGS **************************/
h1, h2, h3, h4 {
    font-weight: 800;
    letter-spacing: -.036em;
    text-transform: none;
}
h2 {
    color: var(--pandao-navy);
    font-size: clamp(2rem, 3.45vw, 3.65rem);
    line-height: .98;
}
h5:empty {
    display: none;
}
h5, .hero-seo-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--pandao-pink);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
h5::before, .hero-seo-title::before {
    content: '';
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pandao-pink);
    box-shadow:
        0 0 0 6px rgba(198, 29, 95, .14),
        0 0 22px rgba(198, 29, 95, .62);
}
.pandao-bokeh-dark h5::before,
.pandao-bokeh-dark .hero-seo-title::before {
    background: #f32072;
}
.pandao-bokeh-dark h2 strong, .pandao-bokeh-dark h5 {
    color: #f32072;
}
.hero-1 h1 {
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 5.55rem);
    line-height: .94;
    margin: 0;
}
.hero-1 h1 strong, h2 strong {
    color: var(--pandao-pink);
    font-weight: inherit;
}

/* TEXTS **************************/
p {
    line-height: 1.78;
}
p.lead {
    margin: 26px 0 0;
    max-width: 790px;
    color: #4c5060;
    font-size: clamp(1.06rem, 1.5vw, 1.28rem);
    line-height: 1.72;
}
hr {
    margin: 2rem 0 3rem;
}
a:hover {
    color: var(--highlight-color);
}
header.header-1 .main-menu ul>li>a.active {
    color: var(--highlight-color);
}

/* HERO HEADER **************************/
.hero-1 {
    min-height: 820px;
    display: flex;
    align-items: center;
    color: #fff;
    background: radial-gradient(circle at 14% 18%, rgba(198, 29, 95, .26), transparent 26%), radial-gradient(circle at 78% 16%, rgba(142, 160, 223, .20), transparent 28%), radial-gradient(circle at 66% 76%, rgba(255, 255, 255, .08), transparent 24%), radial-gradient(circle at 34% 90%, rgba(198, 29, 95, .10), transparent 26%), linear-gradient(120deg, #3b316c 0%, #232a48 47%, #1c314c 100%);
}
.hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
    height: auto;
    max-height: unset;
}
.hero-1 .hero-contents {
    position: relative;
    overflow: visible;
    padding: 110px 0 86px;
}
.hero-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, transparent, #000 40%, #000);
    opacity: 0.7;
}
.hero-1 .single-slide.bg-cover::before {
    display: none;
}
.hero-visual {
    position: absolute;
    top: 50%;
    right: 7vw;
    width: 560px;
    height: 560px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}
.glass-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.035)
        );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.hero-orbit {
    position: absolute;
    inset: 64px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 44% 56% 52% 48% / 48% 44% 56% 52%;
    animation: orbitRotate 20s linear infinite;
}
.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pandao-pink);
    box-shadow: 0 0 22px rgba(214, 47, 134, 0.72);
}
.hero-orbit::before {
    top: 24%;
    left: -3px;
}
.hero-orbit::after {
    right: 15%;
    bottom: 5%;
    background: var(--pandao-blue);
    box-shadow: 0 0 22px rgba(123, 122, 230, 0.72);
}
.glass-browser {
    top: 78px;
    left: 24px;
    width: 410px;
    height: 276px;
    border-radius: 28px;
    animation: floatMain 7s ease-in-out infinite;
}
.browser-top {
    display: flex;
    gap: 8px;
    padding: 18px 20px 10px;
}
.browser-top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}
.browser-top span:first-child {
    background: rgba(214, 47, 134, 0.75);
}
.browser-layout {
    padding: 20px;
}
.layout-title {
    width: 48%;
    height: 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
}
.layout-line {
    height: 8px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}
.layout-line.large {
    width: 84%;
}
.layout-line.medium {
    width: 62%;
}
.layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}
.layout-grid span {
    height: 58px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.layout-button {
    width: 110px;
    height: 34px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pandao-pink), var(--pandao-blue));
    box-shadow: 0 12px 30px rgba(123, 122, 230, 0.25);
}
.glass-code {
    top: 300px;
    left: 0;
    width: 236px;
    padding: 22px;
    border-radius: 24px;
    animation: floatSmall 6s ease-in-out infinite;
}
.glass-code span {
    display: block;
    margin-bottom: 8px;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}
.glass-code span:first-child {
    color: var(--pandao-pink);
}
.glass-seo {
    right: 18px;
    bottom: 84px;
    width: 186px;
    padding: 22px;
    border-radius: 24px;
    animation: floatMedium 8s ease-in-out infinite;
}
.seo-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 70px;
    margin-bottom: 14px;
}
.seo-bars span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: rgba(255, 255, 255, 0.32);
    animation: barPulse 2.8s ease-in-out infinite;
}
.seo-bars span:nth-child(1) {
    height: 28%;
}
.seo-bars span:nth-child(2) {
    height: 48%;
    animation-delay: 0.2s;
}
.seo-bars span:nth-child(3) {
    height: 68%;
    animation-delay: 0.4s;
}
.seo-bars span:nth-child(4) {
    height: 90%;
    background: linear-gradient(180deg, var(--pandao-pink), var(--pandao-blue));
    animation-delay: 0.6s;
}
.glass-seo strong {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
}
.glass-cursor {
    top: 38px;
    right: 78px;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    animation: floatCursor 5.5s ease-in-out infinite;
}
.glass-cursor span {
    position: absolute;
    top: 22px;
    left: 27px;
    width: 18px;
    height: 26px;
    transform: rotate(-35deg);
    background: rgba(255, 255, 255, 0.78);
    clip-path: polygon(0 0, 100% 50%, 58% 60%, 76% 100%, 54% 100%, 36% 65%, 0 85%);
}
.glass-dots {
    position: absolute;
    right: 78px;
    top: 330px;
    display: grid;
    grid-template-columns: repeat(4, 5px);
    gap: 12px;
    opacity: .38;
    animation: floatDots 9s ease-in-out infinite;
}
.glass-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
}
@keyframes floatMain {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(-2deg);
    }
    50% {
        transform: translate3d(0, -18px, 0) rotate(1deg);
    }
}
@keyframes floatSmall {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(3deg);
    }
    50% {
        transform: translate3d(14px, -12px, 0) rotate(-1deg);
    }
}
@keyframes floatMedium {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }
    50% {
        transform: translate3d(-12px, -16px, 0) rotate(1deg);
    }
}
@keyframes floatCursor {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(10px, -10px, 0);
    }
}
@keyframes floatDots {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 12px, 0);
    }
}
@keyframes orbitRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes barPulse {
    0%, 100% {
        opacity: 0.45;
        transform: scaleY(0.92);
    }
    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}
@media (max-width: 1199px) {
    .header {
        padding: 0 35px;
    }
    .hero-content {
        margin-left: 10vw;
    }
    .hero-visual {
        right: -2vw;
        width: 440px;
        height: 440px;
        opacity: 0.72;
    }
    .glass-browser {
        width: 340px;
        height: 235px;
    }
    .glass-seo {
        right: 0;
    }
    .glass-dots {
        display: none;
    }
}
@media (max-width: 991px) {
    .topbar {
        display: none;
    }
    .header {
        height: 90px;
    }
    .nav span:not(:last-child) {
        display: none;
    }
    .hero-pandao {
        min-height: auto;
    }
    .hero-content {
        width: min(620px, 88%);
        padding: 110px 0;
        margin: 0 auto;
    }
    .hero-visual {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-orbit,
    .glass-browser,
    .glass-code,
    .glass-seo,
    .glass-cursor,
    .seo-bars span,
    .glass-dots {
        animation: none;
    }
}

@media (min-width: 1350px) {
    header.header-1>.container-fluid {
        padding: 20px 115px;
    }
}

/* WIDGETS **************************/
.widget-main_before i[class*="fa-"]:before,
.widget-main_after i[class*="fa-"]:before {
    margin-right: -9px;
}
[class*="pandao-bokeh-"] {
    padding: clamp(76px, 8vw, 122px) 0;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}
.iconBlocHome i[class*="fa-"] {
    color: var(--pandao-pink);
    opacity: 1;
    border-color: rgba(47, 47, 104, .22);
}

/* WIDGETS BACKGROUNDS **************************/
.pandao-bokeh-light {
        background:
        radial-gradient(circle at 10% 18%, rgba(198, 29, 95, .08), transparent 22%),
        radial-gradient(circle at 88% 22%, rgba(86, 81, 168, .11), transparent 26%),
        radial-gradient(circle at 62% 72%, rgba(142, 160, 223, .13), transparent 24%),
        linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%);
}
.pandao-bokeh-white {
    background:
        radial-gradient(circle at 12% 20%, rgba(198, 29, 95, .055), transparent 22%),
        radial-gradient(circle at 86% 18%, rgba(86, 81, 168, .075), transparent 24%),
        radial-gradient(circle at 56% 86%, rgba(142, 160, 223, .09), transparent 26%),
        #fff;
}
.pandao-bokeh-dark {
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(198, 29, 95, .24), transparent 25%),
        radial-gradient(circle at 82% 18%, rgba(142, 160, 223, .22), transparent 28%),
        radial-gradient(circle at 55% 78%, rgba(255, 255, 255, .08), transparent 22%),
        linear-gradient(135deg, #32336c, #6f83c5);
}
.pandao-bokeh-dark h2 {
    color: #fff;
}

.single-service-card {
    border-radius: var(--pandao-radius-sm);
}
.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
    box-shadow: 0 14px 36px rgba(21, 23, 45, .07);
    border: 1px solid var(--pandao-border);
    border-radius: var(--pandao-radius-sm);
}
.card-panel,
.main-sidebar .single-sidebar-widget,
.blog-wrapper .single-blog-post .post-content {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--pandao-border) !important;
    border-radius: 35px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 18px 48px rgba(21, 23, 45, .08);
    backdrop-filter: blur(10px);
}
.blog-wrapper .single-blog-post:has(.post-featured-thumb) .post-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

/* WIDGETS BACKGROUNDS **************************/
#widget-19 .col-4 {
    margin-bottom: 30px;
}
#widget-19 .card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: var(--pandao-radius-lg);
}
#widget-19 .card::before {
    content: '';
    position: absolute;
    right: -44px;
    top: -44px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(198, 29, 95, .08);
}
#widget-19 .card-body {
    position: relative;
    z-index: 1;
}
#widget-19 .card-title {
    margin: 0 0 16px;
    color: var(--pandao-indigo);
    font-size: 1.55rem;
    line-height: 1.12;
    letter-spacing: -.035em;
}
#widget-19 .card-text {
    color: var(--pandao-muted);
    line-height: 1.72;
}
#widget-19 .card-featured {
    color: #fff;
    background:
        radial-gradient(circle at 82% 14%, rgba(255, 255, 255, .13), transparent 28%),
        linear-gradient(135deg, var(--pandao-indigo), var(--pandao-violet));
}
#widget-19 .card-featured::before {
    background: rgba(255, 255, 255, .09);
}
#widget-19 .card-featured .card-title {
    color: #fff;
}
#widget-19 .card-featured .card-text {
    color: rgba(255, 255, 255, .80);
}
@media (min-width: 992px) {
    #widget-19 .card-featured {
        transform: translateY(-16px);
    }
}
#widget-19 .number {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    color: #fff;
    background: var(--pandao-pink);
    border-radius: 18px;
    font-size: 1.1rem;
    font-weight: 900;
}
#widget-19 .card-featured .number {
    color: var(--pandao-pink);
    background: #fff;
}
#widget-19 .card-link a {
    display: inline-flex;
    padding-top: 28px;
    color: var(--pandao-pink);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
}
#widget-19 .card-link a:hover {
    color: var(--pandao-pink);
    text-decoration: none;
}
#widget-19 .card-featured .card-link a,
#widget-19 .card-featured .card-link a:hover {
    color: #fff;
}

/* SEO, DESIGN, CONVERSION */
#widget-20 .funnel {
    position: relative;
    overflow: hidden;
    padding: 34px 34px 130px;
    border-radius: var(--pandao-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 16% 20%, rgba(198, 29, 95, .24), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(142, 160, 223, .25), transparent 28%),
        linear-gradient(135deg, var(--pandao-navy), var(--pandao-indigo));
    box-shadow: 0 24px 70px rgba(21, 23, 45, .18);
}
#widget-20 .progress-line {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 101px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(198, 29, 95, .9),
        rgba(255, 255, 255, .62),
        rgba(142, 160, 223, .92)
    );
    opacity: .8;
}
#widget-20 .progress-line::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(142, 160, 223, .95);
    border-right: 2px solid rgba(142, 160, 223, .95);
    transform: translateY(-50%) rotate(45deg);
}
#widget-20 .step {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    color: #fff;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--pandao-radius-md);
    backdrop-filter: blur(8px);
}
#widget-20 .step .card-body {
    padding: 30px;
}
#widget-20 .funnel .col-12:nth-child(2) .step {
    margin-top: 48px;
}
#widget-20 .funnel .col-12:nth-child(3) .step {
    margin-top: 96px;
}
#widget-20 .badge-step {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 20px;
    color: #fff;
    font-weight: 900;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
}
#widget-20 .funnel .col-12:first-child .step .badge-step {
    background: var(--pandao-pink);
    border-color: var(--pandao-pink);
    box-shadow: 0 0 28px rgba(198, 29, 95, .38);
}
#widget-20 .funnel .col-12:nth-child(2) .badge-step {
    color: var(--pandao-navy);
    background: #fff;
}
#widget-20 .funnel .col-12:nth-child(3) .badge-step {
    background: var(--pandao-violet);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: 0 0 28px rgba(142, 160, 223, .32);
}
#widget-20 .role {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .66);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
#widget-20 .step h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.7rem, 2.7vw, 2.8rem);
    line-height: .92;
    letter-spacing: -.06em;
}
#widget-20 .step p:not(.role):not(.tag) {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    line-height: 1.72;
}
#widget-20 .tag {
    padding-top: 30px;
    margin-bottom: 0;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
#widget-20 .funnel .col-12:first-child .step .tag {
    color: #ff8cb7;
}
#widget-20 .funnel .col-12:nth-child(2) .step .tag {
    color: #fff;
}
#widget-20 .funnel .col-12:nth-child(3) .step .tag {
    color: #cbd5ff;
}
@media (max-width: 991.98px) {
    #widget-20 .funnel {
        padding: 34px 34px 0;
    }
    #widget-20 .progress-line {
        display: none;
    }
    #widget-20 .funnel .col-12 .step {
        margin-top: 0 !important;
    }
    #widget-20 .funnel .col-12 {
        margin-bottom: 34px !important;
    }
}
@media (max-width: 640px) {
    #widget-20 .funnel {
        padding: 20px 20px 0;
    }
    #widget-20 .step .card-body {
        padding: 28px;
    }
    #widget-20 .funnel .col-12 {
        margin-bottom: 20px !important;
    }
}
.parallax-wrap {
    background-repeat: repeat;
}
@media (max-width: 991px) {
    .parallax-wrap h2 {
        font-size: 40px;
        line-height: auto;
    }
    .parallax-wrap p {
        font-size: 16px;
        line-height: 1.6;
    }
}


.single-testimonial-carousel {
    background: radial-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.15);
}

img.right {
    float: right;
    margin: 0 0 15px 15px !important;
}
img.left {
    float: left;
    margin: 0 15px 15px 0 !important;
}

.blog-wrapper .single-blog-post .post-content {
    overflow: visible;
}
.blog-wrapper h2 {
    font-size: 40px;
}
.blog-wrapper .single-blog-post .post-content ul li {
    color: #53545a;
    font-weight: normal;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
    color: var(--highlight-color);
}
.post-content h5::before {
    display: none;
}
span.num {
    margin-right: 10px;
    background: var(--highlight-color);
    border-radius: 100%;
    color: #fff;
    width: 2em;
    height: 2em;
    font-size: 21px;
    padding: 8px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.content ol li::before {
    display: block;
    position: absolute;
    left: -2.5em;
}

.glass {
    padding: 26px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}
.glass::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 35%);
    pointer-events: none;
}

@media (max-width: 991px) {
    .content .col, .content [class*="col-"] {
        width: 100%;
    }
}

.hero-social-elements {
    position: fixed;
}

#cookies-notice, #toTop:hover, .page-banner-wrap::before {
    background: radial-gradient(circle at 14% 18%, rgba(198, 29, 95, .26), transparent 26%), radial-gradient(circle at 78% 16%, rgba(142, 160, 223, .20), transparent 28%), radial-gradient(circle at 66% 76%, rgba(255, 255, 255, .08), transparent 24%), radial-gradient(circle at 34% 90%, rgba(198, 29, 95, .10), transparent 26%), linear-gradient(120deg, #3b316c 0%, #232a48 47%, #1c314c 100%);
}

#widget-21 summary {
    cursor: pointer;
    color: var(--pandao-indigo);
    font-weight: 800;
}
#widget-21 p {
    margin: 16px 0 0;
    color: #545866;
    line-height: 1.72;
}

.card-body h3,
.post-content h3,
.card-panel h3 {
    position: relative;
    padding-left: 45px;
}
.card-body h3::before,
.post-content h3::before,
.card-panel h3::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--highlight-color);
}
.card-body h3::after,
.post-content h3::after,
.card-panel h3::after {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--highlight-color);
}