:root {
    --eron-ink: #120a16;
    --eron-plum: #2a102d;
    --eron-wine: #6c1d3d;
    --eron-coral: #ff4f64;
    --eron-amber: #ffb84d;
    --eron-lime: #c7ff5e;
    --eron-paper: #fbf4e8;
    --eron-muted: #a99bac;
    --eron-line: rgba(255, 255, 255, 0.14);
}

html {
    scroll-behavior: smooth;
}

body.eron-label {
    color: #ffffff !important;
    background: var(--eron-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.eron-label h1,
body.eron-label h2,
body.eron-label h3,
body.eron-label h4,
body.eron-label h5,
body.eron-label p,
body.eron-label a,
body.eron-label li,
body.eron-label span {
    letter-spacing: 0;
}

body.eron-label .loader-bg {
    background: var(--eron-ink);
    display: none !important;
    opacity: 0 !important;
    pointer-events: none;
    visibility: hidden;
}

body.eron-label #building .b {
    background: var(--eron-coral);
}

body.eron-label .navbar-top-default {
    height: 92px;
    display: flex;
    align-items: center;
    padding: 0 clamp(16px, 3vw, 42px);
    overflow: visible;
}

body.eron-label .navbar-top-default .container-fluid {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 64px;
}

body.eron-label header a.logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    line-height: 0;
}

body.eron-label .header-appear .navbar-top-default {
    background: rgba(18, 10, 22, 0.94);
    border-bottom: 1px solid var(--eron-line);
    backdrop-filter: blur(18px);
}

body.eron-label header a.logo img {
    width: clamp(176px, 14.5vw, 206px);
    max-width: none;
    height: auto;
    margin: 0 !important;
    display: block;
    vertical-align: middle;
}

body.eron-label .header-appear a.logo {
    display: block;
}

body.eron-label .sidemenu_btn {
    width: 44px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: clamp(16px, 3vw, 42px);
    right: auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
    padding: 9px;
    margin: 0;
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

body.eron-label .header-appear .sidemenu_btn {
    background: rgba(255, 79, 100, 0.92);
}

body.eron-label .nav-social .social-icons-simple li a {
    color: #ffffff;
    border: 1px solid var(--eron-line);
    background: rgba(255, 255, 255, 0.08);
}

body.eron-label .nav-social .social-icons-simple {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    margin: 0;
}

body.eron-label .nav-social .social-icons-simple li {
    display: inline-flex;
}

body.eron-label .side-menu {
    width: min(430px, 92vw);
    background: var(--eron-paper);
}

body.eron-label .side-menu .inner-wrapper {
    padding: 3rem clamp(1.5rem, 7vw, 4.5rem);
}

body.eron-label .side-nav .navbar-nav .nav-link {
    color: var(--eron-ink);
    font-size: clamp(1.65rem, 4vw, 3.1rem);
    line-height: 1;
    font-weight: 900;
    text-transform: none;
    font-family: inherit;
}

body.eron-label .side-nav .navbar-nav .nav-link:hover {
    color: var(--eron-coral);
}

body.eron-label .side-footer .social-icons-simple {
    padding-left: 0;
}

body.eron-label .side-footer .social-icons-simple li {
    display: inline-block;
}

body.eron-label .side-footer .social-icons-simple li a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--eron-ink);
    border: 1px solid rgba(18, 10, 22, 0.18);
    border-radius: 50%;
}

body.eron-label .sidemenu-des {
    color: rgba(18, 10, 22, 0.68);
}

body.eron-label .banner-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 80px;
}

body.eron-label .banner-image {
    background-image:
        linear-gradient(90deg, rgba(18, 10, 22, 0.98) 0%, rgba(18, 10, 22, 0.78) 42%, rgba(18, 10, 22, 0.34) 72%, rgba(18, 10, 22, 0.2) 100%),
        url("concert-hero.jpg");
    background-position: center;
    background-size: cover;
    background-color: var(--eron-ink);
}

body.eron-label .banner-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(18, 10, 22, 0), var(--eron-ink));
    pointer-events: none;
}

body.eron-label .banner-area {
    max-width: 760px;
    position: relative;
    z-index: 2;
}

body.eron-label .label-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--eron-lime);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

body.eron-label .label-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--eron-coral);
}

body.eron-label .banner-heading {
    color: #ffffff;
    font-size: clamp(4rem, 11vw, 10.8rem);
    line-height: 0.86;
    font-weight: 900;
    margin-bottom: 28px;
    text-transform: none;
}

body.eron-label .banner-heading span {
    color: var(--eron-amber);
}

body.eron-label .banner-des {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.14rem, 2vw, 1.65rem);
    line-height: 1.35;
    margin-bottom: 30px;
}

body.eron-label .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.eron-label .btn {
    border-radius: 8px;
    text-transform: none;
    font-family: inherit;
}

body.eron-label .btn.btn-white {
    color: var(--eron-ink);
    background: var(--eron-lime);
    border-color: var(--eron-lime);
}

body.eron-label .btn.btn-white:hover,
body.eron-label .btn.btn-blue:hover,
body.eron-label .btn.btn-darkblue:hover {
    color: #ffffff !important;
    background: var(--eron-coral) !important;
    border-color: var(--eron-coral) !important;
}

body.eron-label .btn-outline-light {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.06);
}

body.eron-label .btn-outline-light:hover {
    background: #ffffff;
    color: var(--eron-ink);
}

body.eron-label .hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

body.eron-label .hero-metrics span {
    display: inline-flex;
    gap: 7px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--eron-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
}

body.eron-label .hero-metrics strong {
    color: #ffffff;
}

body.eron-label .bg-dark-blue,
body.eron-label .about-sec {
    background: radial-gradient(circle at 75% 35%, rgba(255, 79, 100, 0.18), transparent 30%), #120a16;
}

body.eron-label .about-sec .cover {
    min-height: 260px;
    padding: 26px;
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

body.eron-label .about-sec .cover .card-title {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 900;
}

body.eron-label .about-sec .cover .card-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

body.eron-label .about-sec .numbering,
body.eron-label .text-green {
    color: var(--eron-amber) !important;
}

body.eron-label .about-sec .cover:hover .card-title {
    color: var(--eron-lime);
}

body.eron-label .eron-record-visual {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 780px !important;
    overflow: visible;
    text-align: center;
    margin: 0 auto !important;
}

body.eron-label .eron-record-visual img {
    width: min(720px, 100%);
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 28px 90px rgba(0, 0, 0, 0.44));
}

body.eron-label .feature-image {
    min-height: 620px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(18, 10, 22, 0.14), rgba(18, 10, 22, 0.8)),
        url("concert-hero.jpg");
    background-size: cover;
    background-position: center;
}

body.eron-label .feature-area {
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(18, 10, 22, 0.62);
    backdrop-filter: blur(18px);
}

body.eron-label .feature-area .quote-icon {
    color: var(--eron-coral);
}

body.eron-label .feature-heading {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 3.6rem);
    line-height: 1.05;
}

body.eron-label .quote-name {
    color: var(--eron-lime);
}

body.eron-label .quote-des {
    color: rgba(255, 255, 255, 0.74);
}

body.eron-label .portfolio-sec {
    color: var(--eron-ink) !important;
    background: var(--eron-paper);
}

body.eron-label .portfolio-sec .portfolio-heading {
    color: var(--eron-coral);
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
}

body.eron-label .text-blue {
    color: var(--eron-coral) !important;
}

body.eron-label .text-dark-blue {
    color: var(--eron-ink) !important;
}

body.eron-label .portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    color: rgba(18, 10, 22, 0.7);
    border-color: rgba(18, 10, 22, 0.14);
    border-radius: 999px;
    padding: 9px 18px;
    font-weight: 800;
}

body.eron-label .portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
body.eron-label .portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: var(--eron-ink);
    background: var(--eron-lime);
    border-color: var(--eron-lime);
}

body.eron-label .portfolio-sec .cbp-caption-defaultWrap,
body.eron-label .portfolio-sec .cbp-caption-defaultWrap img {
    border-radius: 8px;
}

body.eron-label .portfolio-sec .cbp-caption,
body.eron-label .portfolio-sec .cbp-caption-defaultWrap {
    overflow: hidden;
}

body.eron-label .portfolio-sec .cbp-caption-defaultWrap img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

body.eron-label .portfolio-sec .cbp-item.even {
    margin-top: 0 !important;
}

body.eron-label .portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(255, 79, 100, 0.82);
    border-radius: 8px;
}

body.eron-label .portfolio-sec #js-loadMore-lightbox-gallery.active,
body.eron-label .portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: 36px;
}

body.eron-label .portfolio-sec .portfolio-foot-detail {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 70px rgba(18, 10, 22, 0.08);
}

body.eron-label .portfolio-sec .portfolio-foot-detail .p-text,
body.eron-label .portfolio-sec .portfolio-foot-detail .p-num {
    color: var(--eron-ink);
}

body.eron-label .btn.btn-darkblue,
body.eron-label .btn.btn-blue {
    background: var(--eron-ink);
    border-color: var(--eron-ink);
    color: #ffffff;
}

body.eron-label .testimonial-img {
    background-image:
        linear-gradient(90deg, rgba(18, 10, 22, 0.96), rgba(42, 16, 45, 0.84)),
        url("concert-hero.jpg");
    background-size: cover;
    background-position: center;
}

body.eron-label .testimonial-heading {
    color: #ffffff;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
}

body.eron-label .testimonial-heading span {
    color: var(--eron-amber);
}

body.eron-label .testimonial-des,
body.eron-label .testimonial-text {
    color: rgba(255, 255, 255, 0.78);
}

body.eron-label .testimonial-carousel .item {
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

body.eron-label .testimonial-carousel .icon-holder {
    color: var(--eron-lime);
}

body.eron-label .testimonial-carousel .img-holder img {
    border-radius: 50%;
    background: var(--eron-paper);
}

body.eron-label .testimonial-carousel .user-name {
    color: #ffffff;
}

body.eron-label .blog-sec {
    color: var(--eron-ink) !important;
    background: #ffffff;
}

body.eron-label .blog-image img {
    width: min(520px, 100%);
    display: block;
    margin: 0 auto;
}

body.eron-label .blog-area {
    max-width: 640px;
}

body.eron-label .blog-heading {
    font-size: clamp(3rem, 7vw, 6.3rem);
    line-height: 0.92;
    color: var(--eron-coral) !important;
}

body.eron-label .blog-des p {
    color: rgba(18, 10, 22, 0.74);
    font-size: 1.08rem;
}

body.eron-label .blog-des strong {
    color: var(--eron-ink);
}

body.eron-label .contact-sec {
    background-image:
        linear-gradient(90deg, rgba(18, 10, 22, 0.98), rgba(108, 29, 61, 0.88)),
        url("concert-hero.jpg");
    background-position: center;
    background-size: cover;
}

body.eron-label .contact-heading {
    color: #ffffff;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
    line-height: 0.9;
}

body.eron-label .contact-heading span {
    color: var(--eron-lime);
}

body.eron-label .contact-details ul {
    padding-left: 0;
}

body.eron-label .contact-details ul li {
    color: rgba(255, 255, 255, 0.82);
}

body.eron-label .contact-details ul li i {
    color: var(--eron-amber);
}

body.eron-label .demo-card {
    padding: clamp(28px, 5vw, 48px);
    color: #ffffff;
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

body.eron-label .demo-card span {
    display: block;
    margin-bottom: 18px;
    color: var(--eron-lime);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

body.eron-label .demo-card ul {
    padding-left: 0;
    margin-bottom: 28px;
}

body.eron-label .demo-card li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.84);
}

body.eron-label .demo-card li::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    margin-top: 8px;
    border-radius: 50%;
    background: var(--eron-coral);
}

body.eron-label .footer-social ul {
    padding-left: 0;
}

body.eron-label .footer-social ul li a {
    color: #ffffff;
    border-color: var(--eron-line);
    background: rgba(255, 255, 255, 0.08);
}

body.eron-label .company-about {
    color: rgba(255, 255, 255, 0.72);
}

body.eron-label.error-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(18, 10, 22, 0.92), rgba(108, 29, 61, 0.88)),
        url("concert-hero.jpg") center / cover;
}

body.eron-label .error-page {
    width: min(620px, calc(100% - 40px));
    padding: clamp(28px, 6vw, 54px);
    border: 1px solid var(--eron-line);
    border-radius: 8px;
    background: rgba(18, 10, 22, 0.72);
    text-align: left;
}

body.eron-label .error-page img {
    width: 156px;
    margin-bottom: 34px;
}

body.eron-label .error-page h1 {
    color: #ffffff;
    font-size: clamp(2.6rem, 9vw, 5.6rem);
    line-height: 0.92;
}

body.eron-label .error-page p {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
    body.eron-label .banner-sec {
        min-height: 760px;
        padding: 118px 0 72px;
        background-position: 58% center;
    }

    body.eron-label .navbar-top-default {
        height: 88px;
        padding: 0 20px;
    }

    body.eron-label .navbar-top-default .container-fluid {
        padding-left: 0;
        padding-right: 64px;
    }

    body.eron-label .sidemenu_btn {
        left: auto;
        right: 20px;
    }

    body.eron-label .nav-social {
        display: none !important;
    }

    body.eron-label header a.logo img {
        width: 168px;
    }

    body.eron-label .banner-image {
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    body.eron-label .banner-area {
        padding-top: 0 !important;
        text-align: left;
    }

    body.eron-label .banner-sec .col-lg-7 {
        justify-content: flex-start !important;
    }

    body.eron-label .about-sec .row.padding-bottom,
    body.eron-label .about-sec .row.padding-top {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.eron-label .about-sec .row.padding-bottom > [class*="col-"],
    body.eron-label .about-sec .row.padding-top > [class*="col-"] {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    body.eron-label .about-sec .row.padding-bottom > [class*="col-"]:empty,
    body.eron-label .about-sec .row.padding-top > [class*="col-"]:empty {
        display: none;
    }

    body.eron-label .testimonial-sec .vh-100 {
        min-height: auto !important;
        height: auto !important;
        padding: 80px 0;
    }

    body.eron-label .feature-image {
        min-height: 540px;
    }

    body.eron-label .feature-area {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    body.eron-label section {
        padding: 4.5rem 0;
    }

    body.eron-label .navbar-top-default {
        height: 78px;
        padding: 0 14px;
        position: absolute;
        background: transparent;
    }

    body.eron-label .header-appear .navbar-top-default {
        height: 78px;
        background: rgba(18, 10, 22, 0.94);
    }

    body.eron-label .navbar-top-default .container-fluid {
        padding-right: 54px;
    }

    body.eron-label header a.logo img {
        width: 148px;
    }

    body.eron-label .sidemenu_btn {
        right: 14px;
        width: 40px;
        height: 36px;
        padding: 8px;
    }

    body.eron-label .banner-sec {
        min-height: 720px;
        padding: 104px 0 54px;
        background-position: 62% center;
    }

    body.eron-label .label-kicker {
        align-items: flex-start;
    }

    body.eron-label .banner-heading {
        font-size: clamp(3.3rem, 15.8vw, 4.8rem);
        line-height: 0.9;
    }

    body.eron-label .hero-actions,
    body.eron-label .hero-actions .btn {
        width: 100%;
    }

    body.eron-label .hero-metrics span {
        width: 100%;
    }

    body.eron-label .about-sec .cover {
        min-height: auto;
        margin-bottom: 20px;
    }

    body.eron-label .about-sec .row.padding-bottom,
    body.eron-label .about-sec .row.padding-top {
        grid-template-columns: 1fr;
    }

    body.eron-label .portfolio-sec .portfolio-heading,
    body.eron-label .testimonial-heading,
    body.eron-label .blog-heading,
    body.eron-label .contact-heading {
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }

    body.eron-label .portfolio-foot-detail {
        gap: 16px;
        padding: 22px 8px;
    }

    body.eron-label .portfolio-foot-detail .col-7,
    body.eron-label .portfolio-foot-detail .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.eron-label .portfolio-foot-detail .btn {
        width: 100%;
    }

    body.eron-label .demo-card {
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    body.eron-label .nav-social {
        display: none !important;
    }

    body.eron-label .banner-sec {
        min-height: 710px;
    }

    body.eron-label .banner-des {
        font-size: 1.08rem;
    }
}
