.industry-btn button,
.nav-btn:hover {
    background: var(--accent)
}

.overlay,
.section-heading h2,
.section-heading p {
    text-align: center
}

.faq .faq-right .faq-body details[open] summary::after,
.project-card__title {
    transform: rotate(180deg)
}

.card,
.checkbox-group,
.message-box {
    grid-column: span 2
}

.email-link,
.privacy-link {
    text-decoration: underline
}

.phone-input-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 350px;
    color: #000;
    flex-direction: row !important;
    overflow: visible;
    background-color: #fff;
    align-items: center !important
}

.country-dropdown {
    position: relative;
    flex-shrink: 0
}

.get-a-call-sec button {
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s
}

.country-list li,
.selected-country {
    cursor: pointer;
    display: flex;
    font-size: 14px
}

.selected-country {
    align-items: center;
    margin-bottom: 0 !important;
    padding: 12px 10px;
    border: none;
    border-right: 1px solid #ccc;
    background-color: #d3d3d3;
    height: 100%;
    border-radius: 0 !important
}

.country-list li {
    padding: 8px 10px;
    align-items: center;
    gap: 8px
}

.country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 220px;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 9;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.banner-text button,
.industry-btn button {
    padding: 13px 20px;
    border: none;
    font-size: 14px;
    font-weight: 500
}

.country-list li img.flag {
    width: 20px;
    height: 15px
}

.selected-country .flag {
    width: 20px;
    height: 25px;
    margin-right: 5px
}

.headerem {
    background-image: linear-gradient(92deg, #1e2d5600, #0c85c000) !important
}

.banner-sec {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner-sec img,
.partner-sec img {
    width: 100%;
    height: 100%
}

.banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 250px;
    gap: 20px;
    height: 100%
}

.card,
.project-card {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.banner-text h1,
.banner-text p,
.solution-sec h3 {
    color: #fff;
    text-align: center
}

.banner-text button {
    border-radius: 20px;
    pointer-events: auto
}

.arrow {
    font-size: 8px;
    margin-left: 10px
}

.section-heading {
    width: 100%;
    margin-bottom: 50px
}

.case-study-sec,
.form-sec,
.industry-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff
}

.industry-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.industry-btn button {
    border-radius: 9999px;
    color: #fff
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.card {
    border: none;
    border-radius: 0;
    justify-content: center;
    align-items: end
}

.card:nth-child(7),
.card:nth-child(8) {
    grid-column: span 3
}

.card img {
    max-width: 100%;
    object-fit: cover;
    transition: transform .5s
}

.card1 {
    background-color: #6bbfbc
}

.card2 {
    background-color: #7ac5c3
}

.card3 {
    background-color: #00a6be
}

.card4 {
    background-color: #009ab1
}

.card5 {
    background-color: #ffc107
}

.card6 {
    background-color: #ff8372
}

.card7 {
    background-color: #abd689
}

.card8 {
    background-color: #669
}

.card h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 2
}

.hover-panel h3,
.why-zyno .card h3 {
    left: 0;
    bottom: 0
}

.nav-btn:disabled {
    opacity: .3;
    cursor: default
}

.slider {
    max-width: 1400px;
    margin: auto;
    overflow: hidden
}

.controls {
    display: none;
    flex-direction: row;
    gap: .5rem
}

.track {
    display: flex;
    gap: 10px;
    justify-content: center;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 40px
}

.track::-webkit-scrollbar {
    display: none
}

.project-card {
    flex: 0 0 var(--closed);
    height: 26rem;
    border-radius: 1rem;
    transition: flex-basis var(--speed), transform var(--speed)
}

.project-card[active] {
    flex-basis: var(--open)
}

.project-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.75) saturate(75%);
    transition: filter .3s, transform var(--speed)
}

.dot,
.hover-panel,
.submit-btn {
    transition: .3s
}

.project-card:hover .project-card__bg {
    filter: brightness(.9) saturate(100%);
    transform: scale(1.06)
}

.project-card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    padding: 0;
    background: #0000009e;
    z-index: 2
}

.project-card__title {
    color: #fff;
    font-weight: 600;
    writing-mode: vertical-rl
}

.overlay button,
.project-card__btn {
    padding: 13px 20px;
    font-weight: 500;
    font-size: 14px;
    background: var(--accent);
    cursor: pointer
}

.project-card__btn,
.project-card__desc,
.project-card__thumb {
    display: none
}

.project-card[active] .project-card__content {
    flex-direction: row;
    align-items: center;
    padding: 1.2rem 2rem;
    gap: 1.1rem
}

.project-card[active] .project-card__title {
    writing-mode: horizontal-tb;
    transform: none
}

.project-card[active] .project-card__btn,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__thumb {
    display: block
}

.project-card__thumb {
    width: 50%;
    border-radius: .45rem;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .4)
}

.project-card__desc {
    color: #ddd;
    font-size: 14px;
    line-height: 24px;
    max-width: 16rem
}

.project-card__btn {
    border: none;
    border-radius: 9999px;
    color: #fff
}

.project-card__btn a {
    color: #fff;
    text-decoration: none
}

.project-card__btn:hover {
    background: #ff824f
}

.dots {
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding: 20px 0
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer
}

.dot.active {
    background: #1e2d56;
    transform: scale(1.2)
}

@media (max-width:1024px) {
    .banner-sec {
        height: 600px
    }

    .banner-sec img {
        width: auto;
        height: auto
    }

    .form-grid-sec,
    .roi-content,
    .testimonial-content {
        flex-direction: column
    }

    .roi-content-left,
    .roi-content-right,
    .testimonial-card {
        width: 100% !important
    }

    :root {
        --closed: 4rem;
        --open: 22rem;
        --closed: 100%;
        --open: 100%;
        --gap: 0.8rem
    }

    .track {
        flex-direction: column;
        scroll-snap-type: y mandatory;
        align-items: center;
        justify-content: flex-start
    }

    .project-card__title {
        writing-mode: horizontal-tb;
        text-align: center;
        padding-inline: 0.3rem;
        writing-mode: horizontal-tb;
        transform: none;
        margin-right: auto
    }

    .nav-btn {
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        position: static;
        transform: none
    }

    .head {
        padding: 30px 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }

    .slider {
        padding: 0 15px
    }

    .track {
        flex-direction: column;
        scroll-snap-type: y mandatory;
        gap: .8rem;
        padding-bottom: 20px
    }

    .project-card {
        height: auto;
        min-height: 80px;
        flex: 0 0 auto;
        width: 100%;
        scroll-snap-align: start
    }

    .project-card[active] {
        min-height: 300px;
        transform: none;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .3)
    }

    .project-card__content {
        flex-direction: column !important;
        justify-content: center;
        padding: 1rem;
        align-items: center !important;
        gap: 1rem;
        margin-bottom: 0 !important
    }

    .solution-sec .wrapper {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .overlay {
        padding: 10px !important
    }

    .faq .faq-right {
        width: 100%;
        padding: 0 !important
    }

    .card-content img,
    .dots,
    .project-card__btn,
    .project-card__desc,
    .project-card__thumb {
        display: none
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important
    }

    .testimonial-sec-content {
        max-width: 100% !important
    }

    .testimonial-sec h2 {
        margin-bottom: 10px !important
    }

    .quote-icon {
        font-size: 2.5rem !important
    }

    .project-card[active] .project-card__content {
        align-items: flex-start;
        padding: 1.5rem
    }

    .project-card[active] .project-card__title {
        margin-bottom: 1rem;
        margin-top: 2rem
    }

    .project-card[active] .project-card__thumb {
        width: 200px;
        height: 267px;
        border-radius: .35rem;
        margin-bottom: 1rem
    }

    .project-card[active] .project-card__desc {
        font-size: .95rem;
        max-width: 100%;
        margin-bottom: 1rem
    }

    .project-card[active] .project-card__btn {
        align-self: center;
        width: 100%;
        text-align: center;
        padding: .7rem
    }

    .controls {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px 20px
    }
}

.overlay h1,
.why-zyno .card h3 {
    margin-bottom: 10px
}

.head {
    max-width: 1400px;
    margin: auto;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem
}

:root {
    --gap: 1.25rem;
    --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --closed: 5rem;
    --open: 30rem;
    --accent: #ff6b35
}

.features,
.stats {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.why-zyno {
    background: #fff;
    padding-top: 50px;
    width: 100%;
    float: left;
    position: relative
}

.features {
    margin-bottom: 40px
}

.stats {
    width: 100%;
    position: absolute;
    top: 100px
}

.faq .faq-right .faq-body,
.overlay,
.why-section,
.why-zyno .card h3 {
    position: relative
}

.why-zyno .card {
    grid-column: span 1;
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0) !important;
    color: #fff;
    padding: 25px;
    text-align: left;
    border-bottom: 4px solid #ff824f;
    display: inline-block;
    z-index: 9
}

.hero {
    height: 400px;
    background: url('https://cdn.elitemindz.co/admin/front_asset/images/overlay.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px
}

.overlay {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 118px 200px;
    border-radius: 10px;
    display: block
}

.hover-panel,
.overlay button:hover {
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0)
}

.overlay p {
    margin-bottom: 20px
}

.overlay button {
    border: none;
    color: #fff;
    border-radius: 20px;
    white-space: nowrap;
    width: auto
}

.faq .faq-right .faq-body details:not([open]),
.hover-panel h3 {
    padding-bottom: 15px
}

.overlay button:hover {
    color: #fff
}

@media (max-width:900px) {

    .features,
    .stats {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:500px) {

    .features,
    .stats {
        grid-template-columns: 1fr
    }
}

.hero-cta-sec {
    width: 100%;
    display: flex;
    justify-content: center
}

.solution-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px
}

.solution-sec .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.solution-sec .card {
    position: relative;
    grid-column: span 1;
    background: #fff;
    height: 110px;
    padding: 20px;
    cursor: pointer;
    overflow: visible;
    transition: transform .3s;
    align-items: center
}

.solution-sec .card-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.card-content span {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.wrapper a {
    text-decoration: none !important
}

.card-content img {
    width: 40px;
    opacity: .7
}

.solution-sec .card:hover {
    transform: scale(1.05);
    z-index: 2
}

.hover-panel {
    position: absolute;
    width: 320px;
    padding: 20px;
    opacity: 0;
    transform: scale(.85);
    transform-origin: left center;
    pointer-events: none
}

.roi-sec,
.roi-sec img {
    width: 100%
}

.roi-sec,
.testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
    float: left
}

.solution-sec .card:hover .hover-panel {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto
}

.hover-panel h3 {
    margin-top: 0;
    border-bottom: 2px solid #ff824f;
    display: inline-block;
    position: relative
}

.hover-panel ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.hover-panel li {
    margin: 5px 0;
    transition: .2s;
    color: #fff
}

.hover-panel p,
.testimonial-section .section-heading h2 {
    color: #fff
}

.hover-panel li:hover {
    transform: translateX(6px)
}

.roi-sec {
    position: relative;
    background-color: #fafafa
}

.roi-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%
}

.roi-content-right {
    width: 46%;
    display: flex;
    justify-content: end;
    align-items: center
}

.roi-content-left {
    width: 50%
}

.roi-sec button {
    padding: 13px 20px;
    border: none;
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
    width: auto;
    margin-top: 50px
}

.roi-content-card-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
    margin-bottom: 8px
}

.roi-icon {
    font-size: 30px
}

.testimonial-section {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    background-image: linear-gradient(92deg, #1e2d56, #0c85c0) !important
}

.testimonial-card {
    width: 32%;
    margin-bottom: 20px;
    background: #000;
    border: 1px solid #0c85c0;
    border-radius: 18px;
    padding: 28px;
    position: relative;
    min-height: 420px;
    transition: .3s;
    box-shadow: 0 0 15px rgba(123, 44, 255, .15)
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(123, 44, 255, .35)
}

.testimonial-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2%
}

.quote {
    font-size: 50px;
    color: #0c85c0;
    line-height: 1;
    margin-bottom: 15px
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #f2f2f2;
    margin-bottom: 25px
}

.stars {
    color: #fc0;
    font-size: 20px;
    margin-bottom: 20px
}

.client-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--accent)
}

.designation {
    color: #b5b5b5;
    font-size: 16px
}

.google-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 34px;
    height: 34px
}

@media(max-width:768px) {
    .testimonial-text {
        font-size: 16px
    }

    .client-name {
        font-size: 20px
    }
}

.faq-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, var(--primary_bg-soft-violet), var(--primary_bg-soft-blue));
    position: relative;
    background-color: #fff
}

.faq {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center
}

.faq .faq-left-desktop {
    width: 50%;
    height: 440px;
    display: none
}

.faq .faq-left-desktop>img {
    position: absolute;
    top: 30%;
    left: -10%;
    width: 30%
}

.faq .faq-left-desktop .faq-left-image-desktop,
.faq .faq-left-mobile .faq-left-image-mobile {
    width: 100%;
    height: 100%;
    position: relative
}

.faq .faq-left-desktop .faq-left-image-desktop img:first-of-type {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 80%;
    transform: translateY(-50%)
}

.faq .faq-left-desktop .faq-left-image-desktop::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://rvs-faq-accordion-card.netlify.app/images/bg-pattern-desktop.svg) center/contain no-repeat;
    transform: scale(2);
    position: absolute;
    top: -53px;
    left: -280px;
    z-index: -1
}

.faq .faq-left-mobile {
    width: 85%;
    height: 140px
}

.faq .faq-left-mobile>img {
    position: absolute;
    top: 32%;
    left: -18%;
    width: 30%
}

.faq .faq-left-mobile .faq-left-image-mobile img:first-of-type {
    position: absolute;
    top: -6%;
    left: 44%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.faq .faq-left-mobile .faq-left-image-mobile::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://rvs-faq-accordion-card.netlify.app/images/bg-pattern-mobile.svg) center/contain no-repeat;
    transform: scale(.9);
    position: absolute;
    top: -15px;
    left: 0
}

.faq .faq-right {
    width: 50%;
    height: 100%;
    padding: 50px 60px 50px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.faq .faq-right .faq-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px
}

.faq .faq-right .faq-body ::marker {
    content: ""
}

.faq .faq-right .faq-body details {
    border-bottom: 1px solid;
    border-bottom-color: var(--dividers_light-grayish-blue);
    margin-bottom: 20px;
    cursor: pointer
}

.faq .faq-right .faq-body details:not([open]) summary:hover {
    color: var(--primary_text-soft-red)
}

.faq .faq-right .faq-body details summary {
    color: var(--neutral_text-very-dark-grayish-blue);
    font-weight: 500;
    display: block;
    position: relative
}

.faq .faq-right .faq-body details summary::after {
    content: "";
    position: absolute;
    right: 0;
    background: url(https://rvs-faq-accordion-card.netlify.app/images/icon-arrow-down.svg) center/contain no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(0)
}

.faq .faq-right .faq-body details p {
    color: var(--neutral_text-dark-grayish-blue);
    line-height: 24px;
    padding-right: 25px;
    font-weight: 400;
    margin-top: 10px
}

@media (min-width:375px) {
    .faq .faq-left-desktop {
        display: block
    }

    .faq .faq-left-mobile {
        display: none
    }
}

@media (max-width:375px) {

    .faq,
    body {
        height: auto
    }

    .faq {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: unset;
        top: unset;
        left: unset;
        transform: unset
    }

    .faq .faq-right {
        width: 100%;
        padding: 25px;
        align-items: center
    }

    .faq .faq-right .faq-title {
        margin-bottom: 35px
    }

    .faq .faq-right .faq-body {
        width: 100%
    }
}

.submit-btn {
    padding: 10px 20px !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    width: auto
}

.subtitle {
    color: #666;
    margin-bottom: 40px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 40px
}

.form-group {
    display: flex;
    flex-direction: column
}

label {
    margin-bottom: 6px;
    font-weight: 500
}

.required::after {
    content: "*";
    color: #e63939;
    margin-left: 3px
}

input[type=email],
input[type=tel],
input[type=text] {
    padding: 5px 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: border .3s
}

input:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .1)
}

textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit
}

.checkbox-group {
    margin: 15px 0 25px
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px
}

.checkbox-item input[type=checkbox] {
    margin-top: 4px;
    accent-color: #f97316
}

.checkbox-text {
    color: #444
}

.privacy-link {
    color: #007bff
}

.email-link {
    color: #f97316
}

.submit-btn {
    background: #f97316 !important;
    font-size: 14px
}

.submit-btn:hover {
    background: #ea580c;
    transform: translateY(-2px)
}

@media (max-width:1024px) {
    .banner-text {
        padding: 10px 20px
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        display: block !important;
        width: 100% !important
    }

    .message-box {
        grid-column: span 1;
        width: 100% !important
    }

    .contact-container {
        padding: 30px 20px
    }

    h1 {
        font-size: 20px
    }

    .card h3,
    .hover-panel h3,
    .project-card__title,
    .testimonial-sec h2,
    h2,
    h3 {
        font-size: 18px
    }

    .hero,
    .roi-content-right {
        margin-top: 20px
    }

    .hover-panel li,
    .project-card .project-card__desc {
        font-size: 14px
    }

    .stats {
        position: relative;
        top: 0
    }

    .overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.form-grid-sec {
    display: flex;
    gap: 4%
}

.form-grid,
.message-box {
    width: 48%
}

.bg-fixed,
.client-sec,
.partner-sec {
    width: 100%;
    float: left
}

.partner-sec {
    position: relative
}

.partner-sec .section-heading {
    top: 50px;
    position: absolute;
    color: #fff
}

.client-sec {
    background-color: #fff
}

.side-nav,
.side-nav li {
    transition: .3s;
    background-color: transparent
}

.side-nav {
    position: fixed;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.side-nav.active {
    opacity: 1;
    visibility: visible
}

.side-nav ul {
    list-style: none;
    padding: 0
}

.side-nav li {
    margin: 15px 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    position: relative;
    list-style: none;
    font-weight: 500
}

.side-nav li.active {
    color: #ff824f !important;
    border-bottom: 2px solid #ff824f;
    list-style: none;
    border-radius: 0 !important
}

.bg-fixed {
    position: relative;
    background-image: url("https://cdn.elitemindz.co/admin/front_asset/images/fixed-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    padding: 100px 0
}

.bg-fixed::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .77);
    z-index: 0
}

.bg-fixed .container {
    position: relative;
    z-index: 1
}

.color-button {
    background: var(--accent);
    color: #fff
}

.highlight {
    color: var(--accent)
}

.banner-button {
    width: auto
}