﻿.mb-20 {
    margin-bottom: 20px;
}
.bg-white {
    background-color: #fff !important;
}

.hero-section {
    background: url('../img/bg-blue.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-head h2 {
    font-weight: 500;
}

.main-head h2 span {
    font-weight: 700;
}

.subhead {
    background: rgb(238 225 216 / 90%);
    padding: 5px 15px;
    border-radius: 10px;
    color: #444;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
    background: -webkit-linear-gradient(315deg, hsla(208, 61%, 32%, 1) 0%, hsla(208, 100%, 4%, 1) 100%);
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.main-head span.subhead {
    margin-bottom: 30px;
    font-size: 16px;
}

/* .clients .container{
    border-bottom: 1px solid #e1e1e1
} */
.clients {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.clients .client-wrap {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 13);
    gap: 25px
}

.client {
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 19px 3px rgb(14 0 40 / 3%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex: 1 1 10%;
    padding: 10px;
}

.clients .client img {
    width: 100px
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.max-width {
    max-width: 100%;
}

/* .column-image {
    padding: 40px 80px 0 80px;
} */

.column-image img {
    border-radius: 10px;
}

.absolute-images {
    position: absolute;
}

.absolute-images .image1 {
    width: 40%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 8px;
}


.bonuses-wrapper {
    position: relative;
    top: 0% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bonus-image img {
    width: 500px
}

@media (min-width: 992px) {
    .carousel-controls button {
        display: none
    }
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-right:before {
    content: "\e628";
}


/*awards*/
.awards-section {
    padding: 120px 0;
    background: linear-gradient(315deg, hsla(208, 61%, 32%, 1) 0%, hsla(208, 100%, 4%, 1) 100%);
    position: relative;
    z-index: 0;
}

/* .awards-section::before {
    content: "";
    display: block;
    background-image: url('../img/bg-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
.awards-section .awards-content p {
    margin-top: 20px;
}

.awards-section .awards-content h2 {
    font-size: 28px;
}

.step img {
    display: block;
    transition: transform 0.3s ease;
}

.showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.step:hover .showcase-overlay {
    opacity: 1;
}

.step:hover img {
    transform: scale(1.05);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.steps-left,
.steps-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step {
    position: relative;
    border: 1px solid #7777;
    border-radius: 8px;
    background: rgb(238 225 216 / 90%);
    /* padding: 20px 15px 0 15px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.step img {
    max-width: 100%;
}

.step h3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 500;
}

.steps-container>.steps-right {
    align-items: flex-start;
    padding-top: 90px;
}

@media (max-width: 567px) {
    .steps-container {
        margin-top: 40px
    }
}


/*lists*/
.lists {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.lists li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
    font-size: 17px;
    color: #555;
}

.lists li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e65d";
    font-family: themify;
    color: #01549a;
}

 .lists.text-light li{
    color: rgb(249 247 240);
 }
 .lists.text-light li::after{
    color: rgb(249 247 240);
 } 

.text-theme-light {
    color: rgb(249 247 240);
}


.btn-white {
    background: transparent;
    border: 1px solid #fff;
}

.btn-white:hover {
    background-color: #fff;
    color: #000;
}

.integration-element-section {
    padding: 120px 0;
    background-color: #142638;
    position: relative;
    z-index: 0;
}

.integration-element-section.chatbot .integrate-element-list .list-item {
    background: #19353E;
}

.integration-element-section.chatbot .explore-btn {
    background: #19353E;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.integration-element-section.chatbot .explore-btn:hover img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.integration-element-section.chatbot .bg-shape .bg-line {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 566px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.integration-element-section .bg-img {
    position: absolute;
    z-index: -1;
}

.integration-element-section .bg-img.img-1 {
    top: 170px;
}

.integration-element-section .bg-img.img-2 {
    top: 52%;
    left: 4%;
}

.integration-element-section .bg-img.img-3 {
    bottom: 0;
    left: 22%;
}

.integrate-element-list {
    position: relative;
    top: 0;
}

.integrate-element-list .list-item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #2d2e50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

.integrate-element-list .list-item img {
    width: 45px;
    height: 45px;
}

.integrate-element-list .list-item:nth-child(1) {
    top: 220px;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.integrate-element-list .list-item:nth-child(2) {
    top: 110px;
    left: 22%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.integrate-element-list .list-item:nth-child(3) {
    top: 30px;
    left: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.integrate-element-list .list-item:nth-child(4) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.integrate-element-list .list-item:nth-child(5) {
    top: 30px;
    right: 35%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.integrate-element-list .list-item:nth-child(6) {
    top: 110px;
    right: 22%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.integrate-element-list .list-item:nth-child(7) {
    top: 220px;
    right: 10%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.integration-element-title {
    margin-top: 153px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.integration-element-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
}

.lists_points {
    display: inline-flex;
    gap: 25px;
}

.lists_points p {
    display: flex;
}

.lists_points p:before {
    content: "•";
    padding-right: 15px;
}

.lists_points p span {
    text-align: left;
    color: #bdbdbd
}

.integration-cta {
    background: rgb(12 30 51 / 63%);
    padding: 30px 0 45px;
}

.integration-cta h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}


.process-wrap {
    margin-bottom: 40px
}

.process-wrap {
    text-align: center;
    position: relative;
}

.process-wrap .number {
    font-size: 110px;
    font-weight: 700;
    position: absolute;
    color: #101010;
    opacity: 0.05;
    right: 0;
    top: 25px;
}

.process-wrap .number.one {
    right: 21px;
}

.process-wrap .number.four {
    right: -10px;
}

.process-wrap .icon-part {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.05);
}

.process-wrap .icon-part img {
    max-width: 60px;
    margin-top: -30px;
}

.process-wrap .icon-part .wave-wrap .wave-inner {
    width: 300%;
}

.process-wrap .icon-part .wave-wrap .wave-inner .wave.waveone {
    animation: move_wave 20s linear infinite;
    background-size: 50% 58px;
}

.process-wrap .icon-part .wave-wrap .wave-inner .wave.wavetwo {
    animation: move_wave 15s linear infinite;
    background-size: 50% 66px;
}

.process-wrap .wrap-line {
    height: 100px;
    position: relative;
}

.process-wrap .wrap-line:after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 1px dashed #fca719;
}

.process-wrap .title {
    font-size: 20px;
    line-height: 30px;
}

.process-wrap .mark-img {
    position: absolute;
    content: '';
    transform: rotate(10deg);
    right: -99px;
    top: 48%;
}

.process-wrap .mark-img.down {
    top: 26%;
    transform: rotate(-11deg);
    right: -121px;
}

.shape img {
    position: absolute;
    right: 0;
    top: -210px;
    z-index: -1;
}

.process-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 14px 63px 0 rgb(208 202 239 / 38%);
    min-height: 285px
}


/*lightbox*/
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

.close {
    position: absolute;
    right: -20px;
    top: -15px;
}

.close i {
    font-size: 13px;
    background: #ffffff;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}







.process-area {
    background: rgb(238 225 216 / 90%);
}

/*faq*/
.faq-container {
    background-color: rgb(238 225 216 / 70%);
    border-radius: 20px;
    margin: 20px 0;
}

.question {
    font-size: 18px;
    padding: 20px 45px 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #222
}

.question::after {
    content: "\002B";
    font-size: 24px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 30px 20px;
    line-height: 1.5rem;
}





/*tabs*/
/* .bonuses-wrapper{
    padding-bottom: 160px;
} */
.section {
    display: flex;
    margin: auto;
    gap: 40px;
}

/* .left {
    flex: 0 0 40%;
  } */

.image-wrapper {
    position: relative;
    min-height: 400px;
}

.image-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.image-panel.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.image-panel .tab-img {
    position: relative;
    padding: 0;
}
/* .image-panel .tab-img.onboarding{
    padding: 0 80px 80px 0;
} */

.image-panel .image-placeholder {
    width: 100%;
    max-width: 80%;
    border-radius: 10px;
    display: block;
}

.image-panel .absolute-images {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}


.onboarding .absolute-images{
    right: 10%;
    left:auto
}
.chatbot .absolute-images{
    bottom: 0%;
    left: 0;
}
.chatbot .absolute-images img{
    box-shadow: none;
}
.absolute-images img{
    width: 310px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 23%);
    border-radius: 10px;
}
.image-panel .absolute-images img.image1 {
    max-width: 100%
}

/* .right {
    flex: 1 1 60%;
  } */

.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs li {
    padding: 25px 0;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.tab-content-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.tabs li.active .tab-content-wrapper {
    max-height: fit-content;
    opacity: 1;
    margin-top: 8px;
}

.mobile-tab-img {
    display: none;
}

.tab-heading {
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

.tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-icon {
    background: var(--text-theme);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.tabs .active .tab-icon {
    transform: rotate(90deg);
}



/*features*/
hr {
    background-color: rgb(220 205 186);
    width: 100%;
    height: 1px;
    margin: 0;
    border: none;
}

.features-wrapper {
    padding: 80px 0;
}

/*payroll*/

.payroll-hero .col-lg-6 {
    display: flex;
}

.payroll-hero-content {
    background: rgb(238 225 216 / 90%);
    padding: 50px 40px;
    border-radius: 10px;
}

.text-content {
    flex: 1 1 500px;
}

.text-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-content h3 {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

.text-content p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

.cta-column {
    overflow: hidden;
}

.cta-img img {
    width: 420px;
    height: 353px;
    object-fit: cover;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
}

.image-content {
    flex: 1 1 400px;
    text-align: center;
}

.image-content img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


/*cta*/
.cta-area .row {
    background: -webkit-linear-gradient(315deg, hsla(208, 61%, 32%, 1) 0%, hsla(208, 100%, 4%, 1) 100%);
    padding: 60px 30px;
    border-radius: 10px;
}

.cta-area .banner_shapes .app_4 {
    left: 80%
}

/*mobile*/
.mobile-image img {
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

/*process*/
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.step-card {
    background-color: white;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    min-height: 275px;
    border: 1px solid #e1e1e1;
}

.step-card.active {
    background: -webkit-linear-gradient(315deg, hsla(208, 61%, 32%, 1) 0%, hsla(208, 100%, 4%, 1) 100%);
}

.step-card:hover {
    transform: translateY(-6px);
}

.step-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}

.step-card.active .step-number,
.step-card.active .label {
    color: #fff;
}

.step-card.active .label {
    color: rgb(238 225 216 / 90%);
}

.step-card.active .step-title {
    color: #fff;
}

.step-card.active .step-desc {
    color: #f8f0e7;
}

.label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}

/* .step-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 8px;
    } */

.step-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}


.step-card:hover .step-desc,
.step-card.active .step-desc {
    max-height: 200px;
    opacity: 1;

}




.mobile_bg {
    background: -webkit-linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(0 77 148 / 66%) 100%), url(../img/mobile.png) no-repeat;
    background: -o-linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(0 77 148 / 66%) 100%), url("../img/mobile.png") no-repeat;
    background: linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(0 77 148 / 66%) 100%), url(../img/mobile.png) no-repeat;
}
.mobile-video .video_item{
    overflow: hidden;
}
.mobile-video .video_item img{
        width: 531px !important;
}

.features-lists li span {
    display: block;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .heading {
        display: block;
    }
}


@media (max-width: 991.98px) {
    /* .row.justify-content-between {
        flex-direction: column;
    } */

    .left,
    .right {
        width: 100% !important;
        max-width: 100%;
    }


    .tabs li {
        padding: 20px 0;
    }

    .tab-heading {
        font-size: 18px;
    }

    .tab-content {
        font-size: 15px;
    }

    .main-head h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .tab-icon {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .image-grid {
        margin-top: 40px;
    }

    .column-image img {
        width: 60%;
    }

    .image-wrapper {
        min-height: auto;
    }

    .steps-container {
        margin-top: 40px;
    }

    .mobile-tab-img {
        display: block;
        flex: 1 1 30%;
    }

    .mobile-tab-img img {
        border-radius: 10px;
    }

    .tab-content-wrapper {
        display: flex;
        gap: 25px;
    }

    .tabs li.active .tab-content-wrapper {
        max-height: fit-content;
    }

    .tab-content-wrapper .tab-content {
        flex: 1 1 70%;
    }

    .image-wrapper {
        display: none;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-app {
        margin-top: 30px;
    }

    .payroll-hero-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {

    .image-panel .image-placeholder {
        max-width: 100%;
    }

    .steps-container {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .steps-container>.steps-right {
        padding: 0;
    }

    .question::after {
        top: 15px;
    }

}

@media (max-width:480px) {
    .column-image img {
        width: 100%;
    }

    .tab-content-wrapper {
        flex-direction: column;
    }

    .payroll-hero-content {
        margin-bottom: 30px;
    }

    .cta-area {
        padding: 0 !important;
    }

    .cta-area .row {
        margin: 0;
    }

    .mobile-image {
        margin-bottom: 30px;
    }

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

    .step-desc {
        opacity: 1;
        max-height: fit-content
    }

    .step h3 {
        padding: 20px 0;
    }

    .testimonials-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}




































/*video*/
#bookBtn {
      position: fixed;
      bottom: 15px;
      right: 3%;
      transform: translateX(-50%);
      padding: 15px 30px;
      font-size: 18px;
      border: none;
      border-radius: 8px;
      background-color: #fff;
      color: var(--primary);
      cursor: pointer;
      z-index: 2;
    }

    .video-wrapper {
     position: fixed;
  bottom: 0%;
  right:-20px;
  transform: translateX(-50%);
  z-index: 1;
    }
    .video-wrapper img{
        border-radius: 10px;
        width: 203px;
    }

    video {
      width: 210px;
  border-radius: 12px;
  height: 100%;
    }

    .controls {
      position: absolute;
      top: 5%;
      display: flex;
      gap: 10px;
      width: 100%;
    }

    .controls button {
      background-color: rgba(3, 18, 30, 0.19);
      color: #000;
      border: none;
      border-radius: 5px;
      padding: 5px 10px;
      cursor: pointer;
      font-size: 14px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }
    .controls button i{
        color: #000;
    }
    .controls button .unmute{
        width: auto;
    }
    .controls .unmute{
        left:6% !important;
        position: absolute;
    }
    .controls .videoclose{
        right:6% !important;
        position: absolute;
    }
    .videoclose i{
        font-size: 10px;
    }
    .ti-volume:before {
    content: "\e601";
}


.unmute {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font-size: 16px;
  padding: 0;
}

.unmute i {
  position: relative;
  font-size: 20px;
  color: #000;
}

.unmute i::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 15%;
  width: 99%;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.unmute:not(.muted) i::after {
  opacity: 0;
}


/* ... rest unchanged from above for .unmute-text etc. */


/* Text fade-in on hover */
.unmute-text {
  display: none;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000;
  user-select: none;
}

.unmute:hover .unmute-text {
  display: inline-block;
  transform: translateX(0);
}

