:root {
    --active-color: #269797;
    --normal-color: #9E9E9E;
    --bg-color: #ffffff;
    --gradient-start: #269797;
    --gradient-end: #0C3131;
    --cta-text: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    background: var(--bg-color);
}

.time-line-mobile {
    display: none;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    min-height: 550px;
    overflow: hidden;
    /* padding: 80px 0; */
    background: url(./images/Home/herosection.png) no-repeat center;
    background-size: cover;
}

.hero-container {
    align-items: center;
}

.hero-section .hero-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    min-height: 58px;
    padding: 16px 24px;
    color: #ffffff;
    background: linear-gradient(180deg, #2fa3a1 0%, #0b4242 100%);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
}

/* Background Shape/Image
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;

    width: 550px;
    height: 550px;

    background: url("./images/Herobg.png") no-repeat center;
    background-size: contain;

    z-index: 0;
    opacity: 0.9;
} */

.hero-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 114.99999999999999%;
    color: #0C3131;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #009A9A;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(83, 83, 83, 1);
    max-width: 550px;
    margin-bottom: 30px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
    font-size: 18px;
}

.hero-btn {
    background: linear-gradient(135deg, #454343, #171717);
    color: #fff;
}

.hero-btn:hover {
    transform: translateY(-3px);
    opacity: 0.95;
}

/* RIGHT IMAGE */
.hero-image {
    /* flex: 1; */
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-image img {
    /* width: 100%;
    max-width: 550px; */
}

/*hero section ended*/

/*experience section started*/
.experience-section {
    position: relative;
    background: linear-gradient(135deg, rgba(38, 151, 151, 0.911), rgb(12, 49, 49, 0.9)), url('./images/Home/experience-bg.png');
    overflow: hidden;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* BACKGROUND IMAGE / PATTERN */
.bg-pattern {
    position: absolute;
    inset: 0;

    background: url("bg-pattern.png") no-repeat left center;
    background-size: cover;

    opacity: 0.12;
    z-index: 1;
}

/* CONTENT WRAPPER */
.experience-wrapper {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT CONTENT */
.experience-content {
    flex: 1;
    color: #fff;
}

.experience-content h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 25px;
    max-width: 700px;
}

.experience-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    margin-bottom: 10px;
}

.sub-text {
    margin-bottom: 20px !important;
}

/* TAGS */
.experience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 15px;
}

.experience-tags span {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;

    padding: 6px 10px;
    border-radius: 40px;

    font-size: 16px;
    transition: 0.3s ease;
}

.experience-tags span:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* BOTTOM TEXT */
.experience-content h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
}

/* RIGHT IMAGE */
.experience-image {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* IMAGE BOX */
.experience-image img {
    width: 100%;
    max-width: 450px;

    border-radius: 24px 0px 24px 0px;

    background: #fff;
    padding: 20px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/*experience section ended*/

/*team section started*/
.teams-section {
    background: #f7f7f7;
    padding: 100px 0 30px;
    overflow: hidden;
}

/* SECTION TITLE */
.teams-section .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 80px;
}

.teams-section .section-title h2 {
    font-size: 36px;
    font-weight: 900;
    color: #156d6d;
    margin: 0;
    white-space: nowrap;
}

.teams-section .section-title .line {
    flex: 1;
    height: 1px;
    background: #bdbdbd;
    max-width: 500px;
}

/* WRAPPER */
.teams-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT SIDE */
.teams-image-content {
    flex: 1;
}

.teams-image-content h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    color: #144c4c;
    margin-bottom: 40px;
    max-width: 550px;
}

.teams-image {
    text-align: center;
}

.teams-image img {
    width: 100%;
    max-width: 520px;
}

/* RIGHT SIDE */
.teams-content {
    flex: 1;
}

.small-title {
    font-size: 22px;
    font-weight: 600;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 35px;
}

/* TAGS */
.teams-tags {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
}

.teams-tags span {
    width: fit-content;
    background: rgba(0, 120, 120, 1);
    color: #fff;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    height: 43px;
}

.teams-tags span:hover {
    transform: translateX(6px);
}

/* DESCRIPTION */
.description {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(83, 83, 83, 1);
    max-width: 700px;
}

.operations-section {
    background: #f8f8f8;
    padding: 90px 0;
    text-align: center;
}

/* HEADING */
.operations-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.operations-heading h2 {
    font-size: 36px;
    font-weight: 900;
    color: #156d6d;
    margin: 0;
    line-height: 1.2;
}

/* CENTER DIVIDER */
.operations-heading .divider {
    width: 2px;
    height: 60px;
    background: #444;
}

/* SUBTITLE */
.operations-subtitle {
    font-size: 18px;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 35px;
}

/* HIGHLIGHT TEXT */
.operations-highlight {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 700;
    color: #5c5c5c;

    max-width: 1100px;
    margin: auto;
    margin-bottom: 45px;
}

/* TAGS */
.operations-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.operations-tags span {
    border: 1px solid rgba(249, 47, 96, 1);

    padding: 10px 25px;
    border-radius: 50px;

    font-size: 16px;
    font-weight: bold;

    color: rgba(83, 83, 83, 1);
    background: #fff;

    transition: 0.3s ease;
}

.operations-tags span:hover {
    background: #ff6b8f;
    color: #fff;
}

.billing-section {
    background: #089c9c;
    padding: 70px 0;
    overflow: hidden;
}

.main-heading {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 70px;
}

.main-heading span {
    display: inline-block;
    padding: 0 15px;
}

.divider {
    color: #fff;
    opacity: 0.8;
}

.image-wrapper {
    position: relative;
    max-width: 500px;
    margin: auto;
}

/* Placeholder Device */
.device-placeholder {
    width: 100%;
    height: 320px;
    background: #ffffff;
    border-radius: 20px;
    border: 8px solid #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.device-placeholder::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 8px;
    background: #444;
    border-radius: 20px;
}

.device-placeholder i {
    font-size: 70px;
    color: #089c9c;
}

.content-box {
    color: #fff;
}

.content-box p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.result-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    /* margin-top: 25px; */
}

.result-title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pill {
    background: #fff;
    color: #089c9c;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    transition: 0.3s;
}

.pill:hover {
    background: #e9ffff;
    transform: translateY(-2px);
}

.workflow-section {
    position: relative;
    background: #fff;
    padding: 45px 0;
    overflow: hidden;
}

.bg-right,
.bg-left {
    position: absolute;
    top: 210px;
}

.bg-right {
    right: -35px;
}

.bg-left {
    left: -35px;
}

.workflow-section .bg-placeholder {
    width: 100%;
    height: 365px;
    border: 1px dashed #19b9bc;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #139395;
    font-size: 14px;
    font-weight: 800;
}

/* 
      Replace placeholders later like this:

      <img src="your-bg-image.png" class="img-fluid" alt="">
    */

.section-content {
    position: relative;
    z-index: 2;
    padding: 45px 0;
}

/* Heading */
.section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 34px;
}

.line {
    flex: 1;
    max-width: 300px;
    height: 1px;
    background: #8f8f8f;
}

.workflow-section .line {
    max-width: 455px;
    background: #a7a7a7;
}

.section-title {
    font-size: 36px;
    font-weight: 900;
    color: #145f5f;
    margin: 0;
    text-align: center;
}

.workflow-section .section-title {
    font-size: 36px;
    font-weight: 900;
    color: #166b6b;
}

.workflow-section .sub-heading {
    font-size: 23px;
}

.workflow-section .small-text {
    font-size: 16px;
}

.sub-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 28px;
}

.small-text {
    text-align: center;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
}

.timeline {
    /*
     * Reference-image alignment:
     * vertical line: approximately 283px
     * description starting point: approximately 333px
     */
    --timeline-axis: 283px;
    --description-start: 333px;

    position: relative;
    width: min(100%, 850px);
    margin: 40px auto 0;
}

/* Vertical connecting line */
.timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 30px;
    left: var(--timeline-axis);
    width: 2px;
    background: #15999a;
    z-index: 0;
}

.timeline-item {
    --description-width: 405px;

    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns:
        var(--description-start)
        var(--description-width);

    align-items: stretch;
    width: max-content;
    max-width: 100%;
    margin-bottom: 34px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/*
 * Individual description widths recreate the variable
 * right edges seen in the reference image.
 */
.timeline-item:nth-child(1) {
    --description-width: 340px;
}

.timeline-item:nth-child(2) {
    --description-width: 402px;
}

.timeline-item:nth-child(3) {
    --description-width: 428px;
}

.timeline-item:nth-child(4) {
    --description-width: 475px;
}

.timeline-item:nth-child(5) {
    --description-width: 500px;
}

.timeline-item:nth-child(6) {
    --description-width: 470px;
}

.timeline-item:nth-child(7) {
    --description-width: 456px;
}

/* Icon and badge section */
.timeline-leading {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 14px;
    min-width: 0;
}

.timeline-icon {
    flex: 0 0 56px;
    width: 56px;
    align-self: center;

    display: grid;
    place-items: center;
}

.timeline-icon img {
    display: block;
    max-width: 56px;
    max-height: 58px;
    object-fit: contain;
}

/* Gradient title section */
.timeline-badge {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    min-height: 52px;
    padding: 0 28px;

    color: #ffffff;
    background: linear-gradient(
        180deg,
        rgba(38, 151, 151, 1), rgba(12, 49, 49, 1)
    );

    border-radius: 30px 25px 25px 30px;

    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;

    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.24);
}

/* White description section */
.timeline-text {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;

    box-sizing: border-box;
    width: var(--description-width);
    min-height: 52px;

    margin-left: -19px;
    padding: 12px 18px 18px 32px;


    background: #ffffff;
    border: 1px solid #269797;
    border-left: 0;
    border-radius: 0 34px 34px 0;

    color: rgba(83, 83, 83, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;

    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {

    .timeline {
        display: none;
    }
    .time-line-mobile {
        display: flex;
    }
        .card {
        border: 1px solid #269797;
        color: grey;
        border-radius: 15px;
        margin-bottom: 8px;
        margin: 5px;
    }

    .card-header {
        background: linear-gradient(to bottom, #269797, #0C3131);
        color: #fff;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 13px 13px 0px 0px !important;
    }

    .card-header img {
        filter: brightness(0) invert(1);
    }
}
.workflow-setup-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0 55px;
    background: #ffffff;
}

/* .workflow-setup-section .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
} */

.workflow-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 28px;
    text-align: center;
}

.workflow-heading span {
    width: 260px;
    height: 1px;
    background: #b7b7b7;
}

.workflow-heading h2 {
    margin: 0;
    color: #0a7779;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 800;
}

.workflow-timeline {
    position: relative;
    max-width: 735px;
    margin: 0 auto;
}

.workflow-button {
    margin-top: 60px !important;
}

.workflow-line {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 50%;
    width: 1px;
    background: #9ec8c8;
    transform: translateX(-50%);
}

.workflow-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    align-items: center;
    min-height: 82px;
    margin-bottom: 12px;
}

.workflow-number {
    position: relative;
    z-index: 3;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #22979a, #07535a);
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 89, 91, 0.22);
}

.workflow-title {
    color: rgba(0, 120, 120, 1);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
}

.workflow-card {
    max-width: 350px;
    min-height: 60px;
    padding: 14px 18px;
    border: 1px solid #10a4a7;
    border-radius: 20px;
    background: #ffffff;
    color: rgba(83, 83, 83, 1);
    font-size: 18px;
    font-weight: 500;
    /* line-height: 1.25; */
    text-align: center;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12);
}

.workflow-left .workflow-title {
    grid-column: 1;
    text-align: right;
    padding-right: 18px;
}

.workflow-left .workflow-number {
    grid-column: 2;
}

.workflow-left .workflow-card {
    grid-column: 3;
    justify-self: start;
    margin-left: 18px;
}

.workflow-right .workflow-card {
    grid-column: 1;
    justify-self: end;
    margin-right: 18px;
}

.workflow-right .workflow-number {
    grid-column: 2;
}

.workflow-right .workflow-title {
    grid-column: 3;
    text-align: left;
    padding-left: 18px;
}

.workflow-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 32px;
    margin-left: 8px;
    padding: 21px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(38, 151, 151, 1), rgba(12, 49, 49, 1));
    color: #ffffff;
    font-size: 26px;
    /* font-weight: 800; */
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 89, 91, 0.24);
}

.workflow-shape {
    position: absolute;
    width: 230px;
    height: 230px;
    opacity: 0.24;
    pointer-events: none;
}

.workflow-shape::before,
.workflow-shape::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #10a4a7;
    border-radius: 12px;
    transform: rotate(58deg);
}

.workflow-shape::after {
    inset: 12px;
}

.workflow-shape-left {
    left: -65px;
    bottom: 55px;
}

.workflow-shape-right {
    right: -40px;
    top: 135px;
}

.btn-workflow {
    background: linear-gradient(to bottom, rgba(69, 67, 67, 1), rgba(23, 23, 23, 1));
    border-color: transparent;
    color: #fff;
    padding: 13px 20px;
    border-radius: 5px;
    text-align: center;
    width: 70%;
    text-decoration: none;
}

.btn-workflow:hover {
    background: linear-gradient(to bottom, rgba(69, 67, 67, 1), rgba(23, 23, 23, 1));
    color: #fff;
}

.btn-workflow span {
    color: #10a4a7;
}

@media (max-width: 767px) {
    .workflow-heading {
        gap: 12px;
    }

    .workflow-heading span {
        width: 70px;
    }

    .workflow-heading h2 {
        font-size: 22px;
    }

    .workflow-timeline {
        max-width: 100%;
    }

    .workflow-line {
        left: 24px;
    }

    .workflow-item,
    .workflow-left,
    .workflow-right {
        grid-template-columns: 48px 1fr;
        gap: 12px;
        align-items: flex-start;
        min-height: auto;
        margin-bottom: 24px;
    }

    .workflow-number {
        grid-column: 1 !important;
        grid-row: 1 / span 2;
        margin-top: 4px;
    }

    .workflow-title,
    .workflow-card {
        grid-column: 2 !important;
        text-align: left !important;
        justify-self: start !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .workflow-card {
        max-width: 100%;
        padding: 14px 18px !important;
    }

    .workflow-shape {
        display: none;
    }
}

/* .timeline-text{
            padding: 10px;
        } */
@media (max-width: 991px) {
    .hero-container {
        display: flex;
        flex-direction: column;
    }

    .workflow-section {
        padding: 40px 15px;
    }

    .bg-shape-left,
    .bg-shape-right {
        display: none;
    }

    .section-title-wrap {
        gap: 10px;
    }

    .workflow-section .section-title {
        font-size: 26px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 1.5;
    }

    .small-text {
        font-size: 12px;
        line-height: 1.6;
    }

    /* .timeline {
        width: 100%;
    }

    .timeline::before {
        left: 22px;
        top: 0;
        bottom: 0;
    }

    .timeline-item {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        gap: 12px;
    }

    .timeline-icon {
        min-width: 45px;
        font-size: 28px;
        position: relative;
        z-index: 2;
    }

    .timeline-card {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
        overflow: hidden;
    }

    .timeline-badge {
        width: 100%;
        border-radius: 0;
        padding: 14px 20px;
        font-size: 14px;
    }

    .timeline-text {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .line {
        max-width: 100px !important;
    } */
}

@media (max-width: 576px) {

    .workflow-section .section-title {
        font-size: 22px;
    }

    .sub-heading {
        font-size: 14px;
    }

    .small-text {
        font-size: 11px;
    }

    .timeline-icon {
        font-size: 24px;
        min-width: 38px;
    }

    .timeline-badge {
        font-size: 13px;
        padding: 12px 16px;
    }

    .timeline-text {
        font-size: 13px;
        padding: 12px 16px;
    }

    .line {
        display: none;
    }
}

.workflow-setup-section {
    position: relative;
    padding: 80px 0 20px;
    background: #fff;
    overflow: hidden;
}

.workflow-setup-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 45px;
    text-align: center;
}

.workflow-setup-title span {
    flex: 1;
    max-width: 335px;
    height: 1px;
    background: #a7a7a7;
}

.workflow-setup-title h2 {
    margin: 0;
    color: #166b6b;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
}

.workflow-setup-timeline {
    position: relative;
    z-index: 2;
    max-width: 730px;
    margin: 0 auto 58px;
}

.workflow-setup-timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 50%;
    width: 2px;
    background: #58bfc0;
    transform: translateX(-50%);
}

.setup-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 106px;
}

.setup-step-label {
    color: #008080;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 800;
}

.setup-step-right .setup-step-label {
    text-align: right;
}

.setup-step-card {
    width: 100%;
    min-height: 90px;
    padding: 18px 24px;
    border: 1.5px solid #20b9bb;
    border-radius: 24px;
    background: #fff;
    color: rgba(83, 83, 83, 1);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 9px rgba(12, 49, 49, 0.16);
}

.setup-step-number {
    position: relative;
    z-index: 3;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(180deg, #238d8d, #0c4a4a);
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 7px 14px rgba(12, 49, 49, 0.18);
}

.setup-step-live {
    display: flex;
    align-items: center;
    gap: 10px;
}

.setup-step-live span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 14px;
    border-radius: 30px;
    background: linear-gradient(180deg, #268f8f, #0c5555);
    color: #fff;
    line-height: 1;
}

.workflow-setup-cta {
    position: relative;
    z-index: 2;
    width: min(730px, 100%);
    min-height: 44px;
    margin: 0 auto;
    border-radius: 7px;
    background: linear-gradient(180deg, #3d3d3d, #191919);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.3s ease;
}

.workflow-setup-cta strong {
    color: #2ad6d7;
}

.workflow-setup-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.workflow-setup-art {
    position: absolute;
    z-index: 1;
    width: 285px;
    min-height: 285px;
    opacity: 0.28;
    pointer-events: none;
}

.workflow-setup-art-left {
    left: -72px;
    bottom: 110px;
    transform: rotate(-24deg);
}

.workflow-setup-art-right {
    right: -62px;
    top: 210px;
    transform: rotate(-4deg);
}

.workflow-setup-image-placeholder {
    width: 100%;
    aspect-ratio: 1;
    border: 1px dashed #18b9bc;
    border-radius: 28px;
    color: #138d8f;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.high-volume-section {
    background: #fff;
    overflow: hidden;
}

.high-volume-card {
    margin: 40px auto 52px;
    padding: 40px 42px;
    border: 2px solid #009c9c;
    border-radius: 22px;
    background: #fff;
}

.high-volume-content h2 {
    margin: 0 0 28px;
    color: #164747;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 800;
}

.high-volume-content h2::first-line {
    color: #238d8d;
}

.high-volume-content p {
    margin: 0 0 14px;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    font-weight: 700;
}

.high-volume-content ul {
    margin: 0 0 22px;
    padding-left: 18px;
    color: rgba(83, 83, 83, 1);
}

.high-volume-content li {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.high-volume-result {
    display: grid;
    gap: 3px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
}

.high-volume-result span {
    color: rgba(83, 83, 83, 1);
}

.high-volume-result strong {
    color: #007878;
}

.high-volume-visual {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.high-volume-oval {
    position: absolute;
    width: 190px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 156, 156, 0.32);
    right: 62px;
    top: 50%;
    transform: translateY(-50%) rotate(-18deg);
}

.high-volume-image-placeholder {
    position: relative;
    z-index: 2;
    width: min(100%, 390px);
    min-height: 205px;
    border: 1px dashed #0b9d9d;
    border-radius: 4px;
    background: #f8fbfb;
    color: #0b7777;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
    background-image: url('./images/Home/worker.png');
}

.high-volume-cta-band {
    position: relative;
    min-height: 130px;
    padding: 42px 20px 36px;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('./images/Home/home-cta.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.high-volume-band-placeholder {
    position: absolute;
    left: 72px;
    bottom: -72px;
    width: 460px;
    height: 230px;
    border: 1px dashed #009c9c;
    border-radius: 28px;
    color: rgba(24, 185, 188, 0.7);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-18deg);
    opacity: 0.35;
    pointer-events: none;
}

.high-volume-cta {
    position: relative;
    z-index: 2;
    width: min(466px, 100%);
    min-height: 52px;
    border-radius: 7px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.3s ease;
}

.high-volume-cta:hover {
    color: #007878;
    transform: translateY(-2px);
}

.capabilities-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

/* Background Image Placeholder */
.bg-shape {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.capabilities-section .bg-placeholder {
    width: 100%;
    height: 420px;
    border: 2px dashed #008f8f;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008f8f;
    font-size: 60px;
}

/*
      Replace placeholder later with image:

      <img src="your-bg-shape.png" class="img-fluid" alt="">
    */

.section-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

/* Section Heading */

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.title-line {
    flex: 1;
    max-width: 320px;
    height: 1px;
    background: #999;
}

.capabilities-section .section-title {
    font-size: 36px;
    font-weight: 900;
    color: #155f5f;
    margin: 0;
    text-align: center;
}

/* Main Card */

.capabilities-box {
    background: #fff;
    border: 1.5px solid #1aa5a5;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Tabs */

.capability-tabs {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tab-btn {
    width: 100%;
    border: 1px solid #20a8a8;
    border-radius: 10px;
    padding: 15px 28px;
    background: #fff;
    color: rgba(83, 83, 83, 1);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer;
    line-height: 1;
}

.tab-btn.active {
    background: linear-gradient(180deg, #238d8d, #084848);
    color: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.tab-btn:hover {
    transform: translateY(-2px);
}

/* Content */

.content-area {
    padding-left: 25px;
}

.content-title {
    font-size: 24px;
    color: rgba(83, 83, 83, 1);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-text {
    font-size: 16px;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 0px;
    line-height: 1.8;
}

.bullet-list {
    margin-bottom: 5px;
    padding-left: 20px;
}

.bullet-list li {
    /* margin-bottom: 12px; */
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.content-area .bold-text {
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-text {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

/* CTA Button */

.capabilities-section .cta-btn {
    margin-top: 50px;
    width: 100%;
    background: linear-gradient(90deg, rgba(76, 109, 255, 1), rgba(76, 109, 255, 1));
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.capabilities-section .cta-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.what-you-gain {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #f2f2f2;
    background-image: url(./images/Home/Mask\ group.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.what-you-gain .bullet {
    background-color: black;
    color: white;
    padding: 12px 10px;
    border: 2px solid #007878;
    border-radius: 35px;
    margin-bottom: 5px;
    display: inline-flex;
    font-size: 16px;
}

.what-you-gain .section-div {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 5px solid #1b9c9c;
}

.what-you-gain .section-title {
    margin-bottom: 8px;
}

.what-you-gain p {
    color: #fff;
}

.daily-work {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.daily-work,
.connect-actions,
.cta-button-section {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.cta-button-section {
    background-color: #202020;
    background-image: url(./images/Home/home-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.bullet-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0px auto;
}

.daily-work .bullet {
    background-color: #fff;
    color: rgb(83, 83, 83);
    padding: 12px 24px;
    border: 1.5px solid #007878;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.connect-actions {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

/* main row */

.connect-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* left text */

.connect-text {
    font-size: 19px;
    font-weight: 600;
    color: rgba(83, 83, 83, 1);

    display: flex;
    align-items: center;
    gap: 12px;
}

.connect-text i {
    color: #007878;
    font-size: 22px;
}

/* right bullets */

.connect-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

/* pill style */

.connect-actions .bullet {
    background-color: #007878;
    color: #fff;

    padding: 12px 22px;

    border: 1.5px solid #007878;
    border-radius: 40px;

    font-size: 16px;
    font-weight: 600;

    white-space: nowrap;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.connect-box {
    border: 1px solid #007878;
    padding: 20px 15px;
    border-radius: 15px;
}

.cta-how-work {
    background-color: #fff;
    color: black;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 15px;
    text-decoration: none;
    max-width: 800px;
    margin: 0 auto;
}

.cta-how-work a {
    color: black;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
}

.billgenix-action-section {
    position: relative;
    min-height: 630px;
    padding: 96px 0 70px;
    /* background:
        radial-gradient(circle at 20px 20px, rgba(14, 180, 176, 0.62) 0 2px, transparent 2px 100%),
        linear-gradient(135deg, #050707 0%, #061212 44%, #064f4d 100%); */
    background: url('./images/faq-bg.png');
    background-size: cover;
    overflow: hidden;
}

/* .billgenix-action-section::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -120px;
    height: 310px;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.95), rgba(18, 177, 169, 0.82));
    transform: rotate(-8deg);
    transform-origin: left bottom;
}

.billgenix-action-section::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: 72px;
    width: 420px;
    height: 270px;
    background: rgba(26, 169, 160, 0.92);
    transform: skewY(-18deg);
} */

.billgenix-action-section .container {
    position: relative;
    z-index: 2;
}

.billgenix-action-section h2 {
    margin: 0 0 45px;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.billgenix-action-carousel {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.billgenix-action-carousel .owl-stage-outer {
    overflow: visible;
}

.billgenix-action-carousel .owl-item {
    opacity: 0.38;
    transform: scale(0.84);
    transition: 0.35s ease;
}

.billgenix-action-carousel .owl-item.active {
    opacity: 0.55;
}

.billgenix-action-carousel .owl-item.center {
    position: relative;
    z-index: 3;
    opacity: 1;
    transform: scale(1);
}

.action-slide {
    padding: 8px 0 34px;
}

/* .action-screen-placeholder {
    position: relative;
    width: 100%;
    min-height: 330px;
    border-radius: 0 0 34px 34px;
    border: 1px dashed rgba(0, 151, 151, 0.8);
    background: linear-gradient(180deg, #ffffff, #eef7f7);
    color: #007878;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.action-screen-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #008b86;
}

.action-screen-placeholder::after {
    content: "Billgenix";
    position: absolute;
    top: 8px;
    left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
} */

.billgenix-action-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    margin-top: 6px;
}

.billgenix-action-carousel .owl-nav button.owl-prev,
.billgenix-action-carousel .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 22px;
    transition: 0.3s ease;
}

.billgenix-action-carousel .owl-nav button.owl-prev:hover,
.billgenix-action-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    color: #fff;
}

.billgenix-action-carousel .owl-dots {
    position: relative;
    z-index: 4;
    margin-top: -35px;
}

.billgenix-action-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.28);
}

.billgenix-action-carousel.owl-theme .owl-dots .owl-dot.active span,
.billgenix-action-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.revenue-slowdown-section {
    background: #fff;
    overflow: hidden;
}

.revenue-stats-band {
    position: relative;
    padding: 56px 0 62px;
    background: #202020;
    overflow: hidden;
    background-image: url('./images/about-counter.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .revenue-stats-band::before {
    content: "";
    position: absolute;
    left: 70px;
    top: -115px;
    width: 860px;
    height: 410px;
    border: 1px solid rgba(0, 128, 128, 0.42);
    border-radius: 34px;
    transform: rotate(18deg);
    box-shadow:
        18px 18px 0 rgba(0, 128, 128, 0.16),
        36px 36px 0 rgba(0, 128, 128, 0.13),
        54px 54px 0 rgba(0, 128, 128, 0.1),
        72px 72px 0 rgba(0, 128, 128, 0.08);
} */

.revenue-stats-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.revenue-stat {
    min-height: 112px;
    padding: 16px 34px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.revenue-stat:not(:last-child) {
    border-right: 2px solid rgba(255, 255, 255, 0.68);
}

.revenue-stat h3 {
    margin: 0 0 4px;
    color: #009c9c;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
}

.revenue-stat h3 i {
    margin-right: 8px;
}

.revenue-stat p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.revenue-review-area {
    position: relative;
    padding: 58px 0 56px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(240, 240, 240, 1), rgba(0, 120, 120, 1));
}

.revenue-review-content {
    max-width: 520px;
}

.revenue-review-content h2 {
    margin: 0 0 16px;
    color: rgba(83, 83, 83, 1);
    font-size: 31px;
    line-height: 1.12;
    font-weight: 800;
}

.revenue-review-content p {
    margin: 0 0 17px;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 1.35;
}

.revenue-review-content ul {
    margin: 0 0 30px;
    padding-left: 22px;
    color: rgba(83, 83, 83, 1);
}

.revenue-review-content li {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.revenue-review-btn {
    width: min(435px, 100%);
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 7px;
    background: linear-gradient(180deg, #169494, #084444);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 18px rgba(8, 68, 68, 0.18);
    transition: 0.3s ease;
}

.revenue-review-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.revenue-review-visual {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.revenue-review-visual img {
    max-width: 500px;
}


.ordinary-billing-section {
    padding: 36px 0 48px;
    background: #fff;
}

.ordinary-billing-heading {
    display: grid;
    grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
    align-items: center;
    gap: 28px;
    margin-bottom: 48px;
    text-align: center;
}

.ordinary-billing-heading>span {
    height: 2px;
    background: #bcbcbc;
}

.ordinary-billing-heading h2 {
    margin: 0 0 24px;
    color: #134f4f;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 900;
}

.ordinary-billing-heading h2::first-line {
    color: #238d8d;
}

.ordinary-billing-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(83, 83, 83, 1);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.ordinary-compare-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    max-width: 970px;
    margin: 0 auto 50px;
}

.ordinary-compare-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.testimonials-section {
    position: relative;
    padding: 0 0 32px;
    background: #fff;
    overflow: hidden;
}

.testimonials-section .bg-left {
    top: 60px;
}

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.testimonials-section h2 {
    margin: 0 0 38px;
    color: #166b6b;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
}

.testimonials-bg-placeholder {
    position: absolute;
    left: -84px;
    top: 42px;
    width: 510px;
    height: 360px;
    border: 1.5px dashed #0a9d9d;
    border-radius: 50%;
    background: rgba(0, 156, 156, 0.28);
    color: rgba(0, 120, 120, 0.72);
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.testimonial-card {
    min-height: 336px;
    padding: 20px 22px 24px;
    border: 1.5px solid #008f8f;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
}

.testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.testimonial-user-placeholder {
    width: 78px;
    height: 78px;
    border: 1px dashed #008f8f;
    border-radius: 50%;
    background: #eef7f7;
    color: #087878;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
}

.testimonial-top i {
    color: #008080;
    font-size: 56px;
    line-height: 0.8;
}

.testimonial-card p {
    margin: 0 0 16px;
    color: rgba(83, 83, 83, 1);
    font-size: 18px;
    line-height: 1.28;
}

.testimonial-card h4 {
    margin: auto 0 2px;
    color: #007878;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.testimonial-card span {
    color: #007878;
    font-size: 14px;
    line-height: 1.28;
}

.testimonials-cta {
    width: min(482px, 100%);
    min-height: 54px;
    margin: 0 auto;
    border-radius: 7px;
    background: linear-gradient(180deg, #5167ff, #3650e3);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
}

.testimonials-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.ordinary-without-card {
    border-radius: 40px 40px 28px 28px;
}

.ordinary-with-card {
    border-radius: 40px 40px 28px 28px;
}

.ordinary-card-title {
    min-height: 92px;
    padding: 28px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ordinary-without-card .ordinary-card-title {
    background: linear-gradient(90deg, #dcdcdc, #fff);
}

.ordinary-with-card .ordinary-card-title {
    background: linear-gradient(180deg, #238d8d, #083f3f);
}

.ordinary-card-title h3 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    color: #414141;
}

.ordinary-with-card .ordinary-card-title h3 {
    color: #fff;
}

.ordinary-compare-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ordinary-compare-card li {
    min-height: 63px;
    padding: 14px 22px;
    border-top: 1px solid #d1d1d1;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: #111;
    font-size: 16px;
    line-height: 1.15;
}

.ordinary-without-card li i {
    color: #ff315f;
    font-size: 18px;
}

.ordinary-with-card li i {
    color: #45aa93;
    font-size: 21px;
}

.ordinary-billing-cta {
    width: min(976px, 100%);
    min-height: 60px;
    margin: 0 auto;
    border-radius: 7px;
    background: linear-gradient(180deg, #3a3a3a, #191919);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: 0.3s ease;
}

.ordinary-billing-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.faq-section {
    position: relative;
    padding: 44px 0 58px;
    background: #fff;
    overflow: hidden;
}

.faq-section .bg-left,
.faq-section .bg-right {
    top: 100px;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}

.faq-section h2 {
    margin: 0 0 46px;
    color: #166b6b;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.faq-bg-placeholder {
    position: absolute;
    z-index: 1;
    width: 360px;
    height: 360px;
    border: 1px dashed #0a9d9d;
    border-radius: 28px;
    color: rgba(0, 128, 128, 0.55);
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0.32;
    pointer-events: none;
}

.faq-bg-left {
    left: -135px;
    top: 120px;
    transform: rotate(-28deg);
}

.faq-bg-right {
    right: -145px;
    top: 175px;
    transform: rotate(16deg);
}

.faq-accordion {
    max-width: 910px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    margin-bottom: 18px;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    min-height: 68px;
    padding: 22px 26px;
    background: #fff;
    color: #505050;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #007878;
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    width: auto;
    height: auto;
    margin-left: 18px;
    background-image: none;
    content: "+";
    color: #0c5555;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\00d7";
    font-size: 30px;
    transform: none;
}

.faq-accordion .accordion-body {
    margin: 0 26px 24px;
    padding: 22px 0 4px;
    border-top: 1px solid #aaa;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 1.32;
}

.revenue-control-section {
    position: relative;
    padding: 60px 0 68px;
    background: url(./images/about-us/module-demo.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.revenue-control-section .container {
    position: relative;
    z-index: 2;
}

.revenue-control-section h2 {
    margin: 0 0 32px;
    color: #fff;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
}

.revenue-control-bg-placeholder {
    position: absolute;
    z-index: 1;
    width: 660px;
    height: 380px;
    border: 1.5px dashed rgba(0, 213, 213, 0.8);
    border-radius: 36px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0.38;
    pointer-events: none;
}

.revenue-control-bg-left {
    left: 90px;
    top: -80px;
    transform: rotate(58deg);
}

.revenue-control-bg-right {
    right: 110px;
    bottom: -85px;
    transform: rotate(38deg);
}

.revenue-control-panel {
    width: min(875px, 100%);
    margin: 0 auto;
    padding: 48px 64px 50px;
    border-radius: 24px;
    background: rgba(6, 49, 49, 0.86);
    color: #fff;
    text-align: center;
}

.revenue-control-panel p {
    max-width: 820px;
    margin: 0 auto 16px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.35;
}

/* .revenue-control-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    max-width: 640px;
    margin: 18px auto 24px;
}

.revenue-control-pills span {
    min-height: 52px;
    padding: 12px 22px;
    border: 1.5px solid rgba(255, 255, 255, 0.86);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.revenue-control-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 10px;
    max-width: 720px;
    margin: 14px auto 22px;
}

.revenue-control-pills span {
    min-height: 38px;
    padding: 15px 28px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.revenue-control-panel h3 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}

.revenue-control-panel h3 strong {
    font-weight: 600;
}

.revenue-control-cta {
    width: min(745px, 100%);
    min-height: 56px;
    margin: 0 auto;
    padding: 13px 22px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s ease;
}

.revenue-control-cta:hover {
    color: #007878;
    transform: translateY(-2px);
}

/*about us page content*/
body.about-us .hero-section .hero-content h1 {
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
}

body.about-us .hero-section .hero-content span:not(p span) {
    color: rgb(83, 83, 83, 1);
    font-weight: 700;
    font-size: 16px;
}

body.about-us .hero-section p {
    font-size: 14px;
}

body.about-us .hero-section p span {
    color: #007878;
    font-weight: 700;
}

.section-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: rgba(83, 83, 83, 1);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.section-text span {
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: rgba(83, 83, 83, 1);
}

body.about-us .revenue-review-area .revenue-review-content h2 {
    margin: 0 0 28px;
    /* color: #174f4f; */
    font-size: 33px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.about-us .revenue-review-area .revenue-review-content p span {
    color: rgba(83, 83, 83, 1);
    font-weight: 600;
}

.case-record-section {
    padding: 50px 0 45px;
    background: #ffffff;
}

.case-record-section .title-wrapper {
    margin-bottom: 30px;
}

.section-description {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 1.25;
}

.outer-card {
    /* max-width: 950px; */
    margin: auto;
}

.case-card {
    position: relative;
    min-height: 215px;
    padding: 50px 0;
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(180deg, #2d2d2d 0%, #111111 100%);
    box-shadow: none;
}

.case-card .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, #239b99 0%, #006464 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}

.case-card p {
    margin: 0 auto;
    max-width: 230px;
    font-size: 16px;
    line-height: 1.15;
    color: #ffffff;
}

.california-workers {
    padding: 10px 0 65px;
    background: #ffffff;
}

.california-workers .note {
    font-size: 15px;
    color: rgba(83, 83, 83, 1);
    text-align: center;
    font-weight: 600;
}

.california-workers .outer-card {
    max-width: 1050px;
    margin: 0 auto;
}

.team-card {
    position: relative;
    padding: 35px 24px 26px;
    border-radius: 28px 0 28px 0;
    background: linear-gradient(180deg, #259b98 0%, #073b39 100%);
    text-align: center;
    color: #ffffff;
    min-height: 250px;
    margin-top: 95px;
    height: calc(100% - 95px);
}

.team-img {
    position: absolute;
    z-index: 2;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    max-width: 90%;
}

.team-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    border-radius: 22px 0 22px 0;
}

.team-content {
    margin-top: 0;
}

.team-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #ffffff;
}

.team-content p {
    margin: 0 auto;
    max-width: 220px;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}

/* Large screens */
@media (min-width: 1200px) {
    .team-card {
        min-height: 250px;
    }

    .team-img {
        width: 250px;
    }
}

/* Laptop screens */
@media (max-width: 1199px) {
    .team-card {
        padding: 90px 18px 24px;
        min-height: 260px;
    }

    .team-img {
        width: 220px;
        top: -82px;
    }

    .team-img img {
        height: 112px;
    }

    .team-content h3 {
        font-size: 16px;
    }

    .team-content p {
        font-size: 12.5px;
    }
}

/* Tablet screens */
@media (max-width: 991px) {
    .team-card {
        max-width: 330px;
        margin: 95px auto 0;
        padding: 92px 24px 26px;
        min-height: 250px;
        height: auto;
    }

    .team-img {
        width: 240px;
        top: -86px;
    }

    .team-img img {
        height: 118px;
    }

    .team-content p {
        max-width: 250px;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .california-workers .outer-card {
        max-width: 100%;
    }

    .team-card {
        max-width: 310px;
        margin: 90px auto 0;
        padding: 88px 20px 24px;
        min-height: auto;
    }

    .team-img {
        width: 225px;
        top: -80px;
    }

    .team-img img {
        height: 110px;
        border-radius: 20px 0 20px 0;
    }

    .team-content h3 {
        font-size: 16px;
    }

    .team-content p {
        max-width: 240px;
        font-size: 12.5px;
        line-height: 1.35;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .team-card {
        max-width: 100%;
        padding: 82px 18px 22px;
        margin-top: 85px;
    }

    .team-img {
        width: 205px;
        top: -74px;
    }

    .team-img img {
        height: 102px;
    }
}

.platforms-treat {
    padding: 10px 0 35px;
    background: #ffffff;
}

.platforms-treat .section-title {
    font-size: 40px;
    text-transform: capitalize;
}

.platforms-treat .note {
    font-size: 15px;
    color: rgba(83, 83, 83, 1);
    text-align: center;
    font-weight: 600;
}

.platforms-treat .outer-card {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.platform-compare-card {
    max-width: 850px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 165px;
    background: #ffffff;
    border-radius: 28px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.compare-row+.compare-row {
    margin-top: 0;
}

.compare-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
}

.left-box {
    background: linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
    color: #252525;
    border-radius: 28px 28px 28px;
    border: 1px solid #e1e1e1;
}

.right-box {
    /* background: linear-gradient(180deg, #239b98 0%, #063d3b 100%); */
    color: #ffffff;
    border-radius: 28px 28px 0 0;
}

.compare-box h3 {
    min-height: 72px;
    margin: 0;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 600;
}

.compare-box.right-box h3 {
    background: linear-gradient(to bottom, rgba(38, 151, 151, 1), rgba(12, 49, 49, 1));
    border-radius: 28px 28px 0 0;
}

.compare-box.right-box p {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-left: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 28px 0;
}

.compare-box p {
    min-height: 92px;
    margin: 0;
    padding: 18px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.25;
    background: #ffffff;
    color: #000000;
}

.left-box p {
    border-right: 1px solid #e1e1e1;
}

.right-box p {
    border-left: 1px solid #e1e1e1;
}

body.about-us .testimonials-section .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.about-us .revenue-control-section h2 {
    font-size: 31px;
}

body.about-us .revenue-control-panel p {
    font-size: 21px;
}

body.about-us .revenue-control-section .revenue-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    min-height: 58px;
    padding: 16px 24px;
    color: #ffffff;
    background: linear-gradient(180deg, #2F2F2F, #171717);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
}

/*book demo started*/
/* body.book-demo .hero-section{
    min-height: 80vh;
} */
body.book-demo .hero-content h1 span {
    text-decoration: underline;
}

body.book-demo .hero-section,
body.contact-us .hero-section {
    background: url(./images/Book-demo/book-demo-hero.png) no-repeat center;
    background-size: cover;
}

body.book-demo .hero-section .hero-badges,
body.contact-us .hero-section .hero-badges {
    width: 520px;
}

body.book-demo .hero-section .hero-content h1,
body.contact-us .hero-section .hero-content h1 {
    color: #fff;
    font-size: 36px;
}

body.book-demo .hero-section .hero-content .hero-rounded-text,
body.contact-us .hero-section .hero-content .hero-rounded-text {
    color: #fff;
    background-color: rgba(25, 25, 25, 0.7);
    border: 1px solid rgba(0, 148, 148, 1);
    padding: 16px 21px;
    border-radius: 50px;
    font-size: 16px;
}

body.book-demo .hero-section .hero-content p,
body.contact-us .hero-section .hero-content p {
    color: #fff;
    font-size: 14px;
}


.demo-form {
    position: relative;
    padding: 65px 0;
    background-color: #222222;
    background-image: url("./images/demo-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* .demo-form {
    position: relative;
    padding: 80px 0;
    background-color: #1f2023;
    background-image: url('../images/demo-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.demo-form-box {
    max-width: 900px;
    margin: 0 auto;
}

.demo-form h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 45px;
}

.demo-form label {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.demo-form input,
.demo-form textarea {
    width: 100%;
    height: 62px;
    padding: 0 18px;
    border-radius: 14px;
    border: 3px solid #16d7de;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .3s;
}

.demo-form input::placeholder,
.demo-form textarea::placeholder {
    color: #9b9b9b;
    font-size: 15px;
}

.demo-form input:focus,
.demo-form textarea:focus {
    box-shadow: 0 0 15px rgba(22, 215, 222, 0.35);
}

.demo-form .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2rem;
}

.demo-form button {
    width: 100%;
    height: 72px;
    border: 0;
    border-radius: 14px;
    margin-top: 15px;
    background: linear-gradient(180deg,
            #2ca7a4 0%,
            #0d6b69 50%,
            #053837 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .15),
        0 8px 20px rgba(0, 0, 0, .25);
    transition: .3s;
}

.demo-form button:hover {
    transform: translateY(-2px);
}

body.book-demo .case-record-section .step-number {
    background: linear-gradient(180deg, rgba(38, 151, 151, 1), rgba(12, 49, 49, 1));
}

body.book-demo .case-record-section {
    padding: 65px 0 35px;
}

body.book-demo .case-record-section .case-card {
    background: linear-gradient(180deg, rgba(38, 151, 151, 1), rgba(12, 49, 49, 1));
    min-height: 225px;
}

body.book-demo .team-book .team-book-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;

    background: linear-gradient(to right, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    display: inline-block;
    /* helps ensure gradient fits text width */
}

body.book-demo .team-book .team-book-content p {
    color: rgba(83, 83, 83, 1);
    font-weight: 400;
}

body.book-demo .team-book .team-book-content .revenue-stat:not(:last-child) {
    border-right: 1px solid rgba(217, 217, 217, 1);
}

body.book-demo .revenue-slowdown-section .revenue-stats-band {
    background-image: url(./images/Modules/Counter.png);
    position: relative;
    padding: 30px 0;
    background-color: #202020;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

body.book-demo .revenue-slowdown-section .revenue-stats-band .revenue-note {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/*thankyou page*/
body.thankyou .hero-section {
    background: url(./images/thankyou/thankyou-bg-1.png) no-repeat center;
    background-size: cover;
}

.next-step-section {
    padding: 55px 0 45px;
    background: #ffffff;
    text-align: center;
}

.next-step-section h2 {
    margin: 0 0 12px;
    color: #176c69;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: capitalize;
}

.next-step-section h4 {
    margin: 0 0 22px;
    color: rgba(83, 83, 83, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.next-step-section p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 1.35;
}

body.thankyou .case-record-section .case-card h3 {
    font-size: 20px;
    font-weight: 600;
}

body.thankyou .case-record-section .case-card p {
    font-size: 16px;
}

.two-section {
    padding: 42px 0;
    background: #ffffff;
}

.two-section .row {
    align-items: center;
}

.two-section .col-md-6:first-child {
    border-top: 2px solid #b7b7b7;
    border-bottom: 2px solid #b7b7b7;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    justify-content: end;
}

.two-section h2 {
    max-width: 470px;
    margin: 0 auto;
    color: #1b7f7c;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.two-section p {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(83, 83, 83, 1);
    font-size: 19px;
    line-height: 1.25;
}

body.thankyou .platform-card h3,
body.thankyou .team-book .team-book-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}


body.thankyou .team-book .team-book-content p {
    color: rgba(83, 83, 83, 1);
    font-weight: 600;
}

body.thankyou .team-book .team-book-content .revenue-stat:not(:last-child) {
    border-right: 1px solid rgba(217, 217, 217, 1);
}
body.thankyou .team-book .team-book-content .revenue-stat img {
    margin-bottom: 20px;
    width: 86px;
    height: 91px;
}

body.thankyou .case-record-section h2 {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    text-transform: capitalize;
}

body.thankyou .revenue-control-panel p {
    font-size: 21px;
}

body.thankyou .revenue-control-section h2 {
    max-width: 345px;
    margin: 5px auto;
    letter-spacing: 3px;
}

.platform-card {
    min-height: 300px;
    padding: 38px 28px 32px;
    background: #ffffff;
    border: 1.5px solid #138b88;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.platform-img {
    margin-bottom: 20px;
}

.platform-img img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.platform-card h3 {
    margin: 0 0 14px;
    color: #107b78;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.platform-card p {
    max-width: 250px;
    margin: 0 auto;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    line-height: 1.25;
}

.contact-info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
}

.contact-pill {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    /* background: #252525; */
    background: linear-gradient(to bottom, rgba(47, 47, 47, 1), rgba(23, 23, 23, 1));
    border-radius: 40px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.contact-icon {
    position: absolute;
    left: -19px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .contact-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
} */

/*contact us section*/
.contact-card {
    position: relative;
    padding: 70px 0;
    background: #1f2023;
    background-image: url('./images/contact-us/contact-card-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background-image: url('./images/contact-us/contact-detail.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
}

/* @media (min-width: 1400px) {
    .contact-card::before {
        width:45%;
    }
} */
@media (max-width: 1398px) {
    .contact-card::before {
        width: 42%;
    }
}

@media (max-width: 1199.98px) {
    .contact-card::before {
        width: 42%;
    }
}



.contact-card .container {
    position: relative;
    z-index: 3;
}

.contact-card-form form {
    max-width: 700px;
}

.contact-card-form h3 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
}

.contact-card-form label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}

.contact-card-form input,
.contact-card-form textarea,
.contact-card-form select {
    width: 100%;
    padding: 16px 18px;
    border-radius: 10px;
    border: 2px solid #0faeaa;
    margin-bottom: 12px;
    font-size: 14px;
    color: #222;
}

.contact-card-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-card-form button {
    width: 100%;
    padding: 18px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #2ca7a4 0%, #0d6b69 50%, #053837 100%);
    cursor: pointer;
    color: #fff;
}

.contact-card-detail {
    padding-left: 40px;

}

.contact-card-detail .user-img img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.contact-card-detail h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.contact-card-detail p {
    font-size: 14px;
    margin-bottom: 22px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact-info img {
    /* width: 39px;
    height: 39px; */
    /* margin-right: 12px; */
    position: absolute;
}

.contact-info-pills {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    background: #252525;
    border-radius: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

body.contact-us .revenue-control-section .revenue-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    min-height: 58px;
    padding: 16px 24px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(47, 47, 47, 1) 0%, rgba(23, 23, 23, 1) 100%);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
}

/*privacy policy started*/
body.privacy-policy .hero-section {
    background: url(./images/Book-demo/book-demo-hero.png) no-repeat center;
    background-size: cover;
    min-height: 40vh;
}

body.privacy-policy .hero-section .hero-badges {
    width: 230px;
}

body.privacy-policy .hero-section .hero-content {
    max-width: 445px;
}

body.privacy-policy .hero-section .hero-content h1 {
    color: #fff;
}

body.privacy-policy .privacy-para {
    padding: 65px 0 0;
}

body.privacy-policy .table-of-content .privacy-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    min-height: 58px;
    padding: 16px 24px;
    color: #ffffff;
    background: linear-gradient(180deg, #2fa3a1 0%, #0b4242 100%);
    border-radius: 999px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
}

.table-of-content {
    padding: 60px 0;
}

.toc-wrapper {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 18px 0 14px;
}

.toc-title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 18px;
}

.toc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.toc-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.toc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.toc-item span {
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    background: linear-gradient(180deg, #178f8a, #074c4b);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.toc-item:hover {
    color: #0b6b68;
}

/* html {
    scroll-behavior: smooth;
} */
.heading-number {
    width: 45px;
    height: 45px;
    min-width: 23px;
    border-radius: 50%;
    background: linear-gradient(180deg, #178f8a, #074c4b);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

body.privacy-policy .privacy-data h2 {
    color: rgba(83, 83, 83, 1);
    font-size: 22px;
    font-weight: 600;

}

body.privacy-policy .privacy-data h6 {
    color: rgba(83, 83, 83, 1);
    font-size: 16px;
    font-weight: 600;

}

body.privacy-policy .privacy-data p,
body.privacy-policy .privacy-data li {
    color: rgba(83, 83, 83, 1);
    font-size: 16px;

}

body.privacy-policy .privacy-data .bg-teal {
    background-color: rgba(229, 255, 249, 1);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 10px;
}


.contact-info-table {
    max-width: 620px;
    margin: 22px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.contact-info-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    border-bottom: 1px solid #ddd;
}

.contact-info-row:last-child {
    border-bottom: none;
}

.contact-info-label {
    background: #f7f7f7;
    color: #009c9a;
    font-weight: 700;
    padding: 10px 18px;
    font-size: 15px;
}

.contact-info-value {
    padding: 10px 18px;
    color: rgba(83, 83, 83, 1);
    font-size: 15px;
    font-weight: 500;
}

.contact-info-value a {
    color: rgba(83, 83, 83, 1);
    text-decoration: none;
}

.contact-info-value a:hover {
    color: #009c9a;
}

/* Responsive */
@media (max-width: 1200px) {

    .teams-image-content h3 {
        font-size: 38px;
    }

    .teams-section .section-title h2 {
        font-size: 42px;
    }

    .teams-tags span {
        font-size: 18px;
    }

    .description {
        font-size: 18px;
    }

    .operations-heading h2 {
        font-size: 46px;
    }

    .operations-highlight {
        font-size: 28px;
    }

    .operations-tags span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 60px 0;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        margin: auto;
        margin-bottom: 30px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-section::before {
        width: 350px;
        height: 350px;
        right: -80px;
        top: 100px;
    }

    .experience-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .experience-content h2 {
        font-size: 40px;
        margin: auto;
        margin-bottom: 25px;
    }

    .experience-content p {
        margin: auto;
        margin-bottom: 25px;
    }

    .experience-tags {
        justify-content: center;
    }

    .experience-content h5 {
        font-size: 20px;
    }

    .experience-image {
        margin-top: 20px;
    }

    .teams-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .teams-image-content h3 {
        margin: auto;
        margin-bottom: 40px;
    }

    .teams-tags {
        align-items: center;
    }

    .description {
        margin: auto;
    }

    .teams-section .section-title {
        gap: 15px;
    }

    .teams-section .section-title h2 {
        font-size: 34px;
    }

    .operations-heading {
        gap: 18px;
    }

    .operations-heading h2 {
        font-size: 38px;
    }

    .operations-heading .divider {
        height: 40px;
    }

    .operations-subtitle {
        font-size: 20px;
    }

    .operations-highlight {
        font-size: 24px;
    }

    .content-box {
        margin-top: 50px;
        text-align: center;
    }

    .result-row {
        justify-content: center;
    }

    .main-heading {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 36px;
    }

    .sub-heading {
        font-size: 26px;
    }

    .timeline::before {
        left: 180px;
        display: none;
    }

    .timeline-icon img {
        margin-left: -20px;
    }

    .timeline-item {
        justify-content: initial !important;
        padding-left: 0;
    }

    .timeline-icon {
        left: auto;
        width: 48px;
        height: 48px;
        font-size: 34px;
    }

    .timeline-card {
        max-width: 100%;
    }

    .timeline-badge {
        min-width: 122px;
        font-size: 16px;
        padding: 12px 20px;
    }

    .timeline-text {
        font-size: 14px;
    }

    .bg-shape-left,
    .bg-shape-right {
        display: none;
    }

    .workflow-setup-section {
        padding: 70px 0 60px;
    }

    .workflow-setup-title {
        gap: 16px;
        margin-bottom: 35px;
    }

    .workflow-setup-title h2 {
        font-size: 28px;
    }

    .workflow-setup-timeline {
        max-width: 620px;
    }

    .setup-step {
        grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
        gap: 14px;
    }

    .setup-step-label {
        font-size: 18px;
    }

    .setup-step-card {
        padding: 16px 18px;
        font-size: 14px;
        border-radius: 20px;
    }

    .workflow-setup-art {
        display: none;
    }

    .high-volume-card {
        margin: 32px auto 44px;
        padding: 34px 28px;
    }

    .high-volume-content {
        text-align: center;
    }

    .high-volume-content h2 {
        font-size: 30px;
    }

    .high-volume-content ul {
        display: inline-block;
        text-align: left;
    }

    .high-volume-result {
        justify-content: center;
    }

    .high-volume-visual {
        min-height: 235px;
    }

    .high-volume-oval {
        right: 50%;
        transform: translate(50%, -50%) rotate(-18deg);
    }

    .high-volume-band-placeholder {
        left: -110px;
    }

    .section-title {
        font-size: 38px;
    }

    .capabilities-box {
        padding: 30px;
    }

    .content-area {
        padding-left: 0;
        margin-top: 40px;
    }

    .content-title {
        font-size: 32px;
    }

    .content-text,
    .bullet-list li,
    .footer-text {
        font-size: 17px;
    }

    .tab-btn {
        font-size: 18px;
    }

    .cta-btn {
        font-size: 18px;
    }

    .bg-shape {
        display: none;
    }

    .billgenix-action-section {
        min-height: 560px;
        padding: 78px 0 64px;
    }

    .billgenix-action-section h2 {
        font-size: 30px;
        margin-bottom: 34px;
    }

    .action-screen-placeholder {
        min-height: 285px;
    }

    .billgenix-action-carousel .owl-nav {
        gap: 165px;
    }

    .revenue-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .revenue-stat:nth-child(2) {
        border-right: 0;
    }

    .revenue-stat:nth-child(1),
    .revenue-stat:nth-child(2) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    }

    .revenue-review-content {
        max-width: 100%;
        text-align: center;
    }

    .revenue-review-content ul {
        display: inline-block;
        text-align: left;
    }

    .revenue-review-visual {
        min-height: 250px;
    }

    .ordinary-billing-heading {
        grid-template-columns: 80px minmax(0, 1fr) 80px;
        gap: 18px;
        margin-bottom: 38px;
    }

    .ordinary-billing-heading h2 {
        font-size: 32px;
    }

    .ordinary-billing-heading p {
        font-size: 15px;
    }

    .ordinary-compare-wrap {
        grid-template-columns: 1fr;
        max-width: 650px;
        gap: 24px;
    }

    .ordinary-without-card,
    .ordinary-with-card {
        border-radius: 28px;
    }

    .ordinary-card-title {
        min-height: 76px;
        padding: 22px;
    }

    .ordinary-card-title h3 {
        font-size: 26px;
    }

    .testimonials-section {
        padding-bottom: 44px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonials-bg-placeholder {
        left: -145px;
        top: 80px;
    }

    .faq-bg-placeholder {
        width: 290px;
        height: 290px;
    }

    .faq-bg-left {
        left: -190px;
    }

    .faq-bg-right {
        right: -200px;
    }

    .revenue-control-section {
        padding: 54px 0 58px;
    }

    .revenue-control-section h2 {
        font-size: 30px;
    }

    .revenue-control-panel {
        padding: 40px 30px;
    }

    .revenue-control-bg-placeholder {
        width: 460px;
        height: 300px;
    }

    .title-wrapper .title-line {
        width: 110px;
    }

    .section-title {
        font-size: 26px;
    }

    .team-card {
        margin-top: 35px;
    }

    .title-line {
        width: 120px;
    }

    .section-title-wrap h2 {
        font-size: 24px;
    }

    .platform-compare-card {
        max-width: 720px;
    }

    .compare-box h3 {
        font-size: 17px;
        padding: 16px 18px;
    }

    .compare-box p {
        font-size: 13px;
        padding: 16px 24px;
    }

    .demo-form {
        padding: 60px 0;
    }

    .demo-form h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .demo-form label {
        font-size: 16px;
    }

    .demo-form input {
        height: 58px;
        font-size: 15px;
    }

    .demo-form button {
        height: 65px;
        font-size: 22px;
    }

    .platform-card {
        min-height: 220px;
    }

    .contact-card-detail {
        /* padding-left: 0; */
        margin-top: 30px;
    }

    .contact-card-form h3 {
        font-size: 28px;
    }

    body.about-us .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* .contact-card::before {
        background-size: 80%;
        background-position: right bottom;
        opacity: 0.45;
    } */
    .contact-card::before {
        width: 100%;
        background-position: center;
        opacity: 0.35;
    }

}

@media(max-width: 767px) {
    .contact-card {
        padding: 50px 15px;
    }

    .contact-card-form h3 {
        font-size: 24px;
    }

    .contact-card-detail h3 {
        font-size: 20px;
    }

    .contact-card-detail p {
        font-size: 13px;
    }

    .contact-info-pills {
        font-size: 12px;
        /* padding: 8px 14px; */
    }

    .contact-info-wrap {
        gap: 18px;
    }

    .contact-pill {
        min-height: 50px;
        padding: 0 22px 0 60px;
        font-size: 18px;
    }

    .contact-icon,
    .contact-icon img {
        width: 50px;
        height: 50px;
    }

    .platform-card {
        max-width: 330px;
        margin: 0 auto;
        padding: 32px 22px 28px;
    }

    .next-step-section {
        padding: 40px 0;
    }

    .next-step-section h2 {
        font-size: 26px;
    }

    .next-step-section h4 {
        font-size: 16px;
    }

    .next-step-section p {
        font-size: 14px;
    }

    .next-step-section br {
        display: none;
    }

    .demo-form {
        padding: 50px 0;
    }

    .demo-form h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .demo-form label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .demo-form input {
        height: 54px;
        font-size: 14px;
        border-width: 2px;
        border-radius: 10px;
    }

    .demo-form button {
        height: 58px;
        font-size: 18px;
        border-radius: 10px;
    }

    .demo-form .row {
        --bs-gutter-y: 1.25rem;
    }

    .platform-compare-card {
        max-width: 100%;
        border-radius: 20px;
    }

    .compare-row {
        grid-template-columns: 1fr;
        border-radius: 22px;
        margin-bottom: 24px;
        overflow: hidden;
    }

    .compare-row:last-child {
        margin-bottom: 0;
    }

    .left-box,
    .right-box {
        border-radius: 0;
    }

    .left-box {
        background: linear-gradient(90deg, #ffffff 0%, #eeeeee 100%);
        margin-bottom: 10px;
    }

    .right-box {
        background: linear-gradient(180deg, #239b98 0%, #063d3b 100%);
    }

    .compare-box h3 {
        min-height: auto;
        font-size: 16px;
        padding: 18px 15px;
    }

    .compare-box p {
        min-height: auto;
        font-size: 13px;
        padding: 18px 18px;
    }

    .left-box p,
    .right-box p {
        border-left: 0;
        border-right: 0;
    }

    .toc-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .toc-title {
        font-size: 18px;
    }

    .toc-item {
        font-size: 14px;
    }

    .case-record-section {
        padding: 35px 0;
    }

    .section-title-wrap {
        gap: 10px;
    }

    .title-line {
        display: none;
    }

    .section-title-wrap h2 {
        font-size: 24px;
    }

    .section-description {
        font-size: 13px;
        padding: 0 12px;
    }

    .case-card {
        min-height: auto;
        padding: 38px 20px 24px;
    }

    .california-workers {
        padding: 40px 0;
    }

    .title-wrapper .title-line {
        display: none;
    }

    .section-title {
        font-size: 24px;
    }

    .section-description {
        font-size: 13px;
        padding: 0 10px;
    }

    .team-card {
        max-width: 300px;
        margin: 35px auto 0;
    }

    .contact-info-row {
        grid-template-columns: 1fr;
    }

    .contact-info-label,
    .contact-info-value {
        padding: 10px 14px;
    }

    .workflow-right .workflow-title {
        order: 1;
    }

    .workflow-right .workflow-card {
        order: 2;
    }

    .timeline {
        display: none;
    }

    .time-line-mobile {
        display: flex;
    }

    .card {
        border: 1px solid #269797;
        color: grey;
        border-radius: 15px;
        margin-bottom: 8px;
        margin: 5px;
    }

    .card-header {
        background: linear-gradient(to bottom, #269797, #0C3131);
        color: #fff;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 13px 13px 0px 0px !important;
    }

    .card-header img {
        filter: brightness(0) invert(1);
    }

    body.about-us .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    body.about-us .revenue-control-section .revenue-badges {
        width: 370px;
    }

    body.book-demo .hero-section .hero-badges,
    body.contact-us .hero-section .hero-badges {
        width: 370px;
    }

    body.contact-us .revenue-control-section .revenue-badges {
        width: 320px;
    }

    .contact-card::before {
        background-size: cover;
        background-position: center bottom;
        opacity: 0.35;
    }
}

@media (max-width: 576px) {

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-image img {
        max-width: 100%;
    }

    .hero-section::before {
        width: 250px;
        height: 250px;
    }

    .experience-section {
        padding: 70px 0;
    }

    .experience-content h2 {
        font-size: 32px;
    }

    .experience-content p {
        font-size: 16px;
    }

    .experience-tags span {
        font-size: 14px;
        padding: 8px 16px;
    }

    .experience-content h5 {
        font-size: 18px;
    }

    .experience-image img {
        padding: 14px;
        border-radius: 18px;
    }

    .teams-section {
        padding: 70px 0;
    }

    .teams-section .section-title h2 {
        font-size: 28px;
    }

    .teams-image-content h3 {
        font-size: 28px;
    }

    .small-title {
        font-size: 18px;
    }

    .teams-tags span {
        font-size: 15px;
        padding: 14px 18px;
        width: 100%;
        text-align: center;
    }

    .description {
        font-size: 16px;
    }

    .operations-section {
        padding: 70px 0;
    }

    .operations-heading {
        flex-direction: column;
    }

    .operations-heading .divider {
        width: 80px;
        height: 2px;
    }

    .operations-heading h2 {
        font-size: 30px;
    }

    .operations-subtitle {
        font-size: 16px;
    }

    .operations-highlight {
        font-size: 20px;
        line-height: 1.6;
    }

    .operations-tags span {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 12px 18px;
    }

    .billing-section {
        padding: 50px 0;
    }

    .device-placeholder {
        height: 240px;
    }

    .content-box p {
        font-size: 16px;
    }

    .pill {
        width: 100%;
        text-align: center;
    }

    .result-title {
        width: 100%;
        justify-content: center;
    }

    .workflow-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .workflow-section .section-title {
        font-size: 25px;
    }

    .sub-heading {
        font-size: 17px;
    }

    .small-text {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .timeline-card {
        flex-direction: column;
        align-items: stretch;
        border-radius: 22px;
    }

    .timeline-badge {
        width: 100%;
        min-width: 100%;
        border-radius: 20px 20px 0 0;
        font-size: 16px;
    }

    .timeline-text {
        width: 100%;
        padding: 14px 16px;
        text-align: center;
        font-size: 14px;
    }

    .timeline-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        padding-left: 0;
        margin-bottom: 18px;
    }

    .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .timeline::before {
        left: 20px;
        top: 34px;
        bottom: 34px;
    }

    .line {
        max-width: 70px;
    }

    .workflow-setup-section {
        padding: 56px 0;
    }

    .workflow-setup-title {
        gap: 12px;
        margin-bottom: 32px;
    }

    .workflow-setup-title span {
        max-width: 62px;
    }

    .workflow-setup-title h2 {
        font-size: 24px;
        line-height: 1.14;
    }

    .workflow-setup-timeline {
        margin-bottom: 34px;
    }

    .workflow-setup-timeline::before {
        left: 21px;
        top: 20px;
        bottom: 20px;
    }

    .setup-step,
    .setup-step-left,
    .setup-step-right {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        align-items: flex-start;
        min-height: auto;
        margin-bottom: 20px;
    }

    .setup-step-number {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 42px;
        height: 42px;
    }

    .setup-step-label,
    .setup-step-right .setup-step-label {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
        font-size: 18px;
    }

    .setup-step-card {
        grid-column: 2;
        grid-row: 2;
        min-height: auto;
        padding: 16px;
        border-radius: 16px;
        text-align: left;
        justify-content: flex-start;
    }

    .setup-step-left .setup-step-card,
    .setup-step-right .setup-step-card {
        grid-column: 2;
        grid-row: 2;
    }

    .setup-step-left .setup-step-label,
    .setup-step-right .setup-step-label {
        grid-column: 2;
        grid-row: 1;
    }

    .setup-step-live {
        flex-wrap: wrap;
    }

    .workflow-setup-cta {
        min-height: 50px;
        padding: 12px 18px;
        text-align: center;
        flex-wrap: wrap;
    }

    .high-volume-card {
        margin: 24px auto 34px;
        padding: 28px 18px;
        border-radius: 18px;
    }

    .high-volume-content h2 {
        font-size: 25px;
    }

    .high-volume-content p,
    .high-volume-content li {
        font-size: 15px;
    }

    .high-volume-result {
        font-size: 19px;
    }

    .high-volume-visual {
        min-height: 215px;
    }

    .high-volume-oval {
        width: 150px;
        height: 235px;
    }

    .high-volume-image-placeholder {
        min-height: 170px;
        font-size: 14px;
    }

    .high-volume-cta-band {
        min-height: 118px;
        padding: 34px 16px;
    }

    .high-volume-band-placeholder {
        display: none;
    }

    .high-volume-cta {
        min-height: 50px;
        padding: 12px 16px;
        text-align: center;
        font-size: 14px;
    }

    .capabilities-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .title-line {
        max-width: 80px;
    }

    .capabilities-box {
        padding: 22px;
        border-radius: 20px;
        margin: 10px;
    }

    .content-title {
        font-size: 24px;
    }

    .tab-btn {
        font-size: 16px;
        padding: 15px;
    }

    .content-text,
    .bullet-list li,
    .footer-text {
        font-size: 15px;
    }

    .cta-btn {
        font-size: 16px;
        padding: 18px;
    }

    .billgenix-action-section {
        min-height: 470px;
        padding: 58px 0 48px;
    }

    .billgenix-action-section::before {
        bottom: -160px;
        height: 260px;
    }

    .billgenix-action-section::after {
        right: -190px;
        bottom: 40px;
    }

    .billgenix-action-section h2 {
        font-size: 25px;
        margin-bottom: 28px;
    }

    .billgenix-action-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .billgenix-action-carousel .owl-item,
    .billgenix-action-carousel .owl-item.active,
    .billgenix-action-carousel .owl-item.center {
        opacity: 1;
        transform: none;
    }

    .action-slide {
        padding-bottom: 30px;
    }

    .action-screen-placeholder {
        min-height: 220px;
        border-radius: 0 0 22px 22px;
        font-size: 15px;
    }

    .billgenix-action-carousel .owl-nav {
        gap: 170px;

    }

    .billgenix-action-carousel .owl-dots {
        margin-top: -33px;
    }

    .revenue-stats-band {
        padding: 38px 0;
    }

    .revenue-stats-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .revenue-stat,
    .revenue-stat:not(:last-child),
    .revenue-stat:nth-child(1),
    .revenue-stat:nth-child(2) {
        min-height: auto;
        padding: 22px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    }

    .revenue-stat:last-child {
        border-bottom: 0;
    }

    .revenue-stat h3 {
        font-size: 30px;
    }

    .revenue-review-area {
        padding: 42px 0;
        background: linear-gradient(180deg, #fff 0%, #f7f7f7 48%, rgba(0, 128, 128, 0.28) 100%);
    }

    .revenue-review-content h2 {
        font-size: 26px;
    }

    .revenue-review-content p,
    .revenue-review-content li {
        font-size: 14px;
    }

    .revenue-review-btn {
        min-height: 52px;
        padding: 12px 16px;
        text-align: center;
        font-size: 13px;
    }

    .revenue-review-visual {
        min-height: 210px;
    }

    .revenue-illustration-placeholder {
        min-height: 205px;
        font-size: 14px;
    }

    .ordinary-billing-section {
        padding: 34px 0 40px;
    }

    .ordinary-billing-heading {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 10px;
        margin-bottom: 30px;
    }

    .ordinary-billing-heading h2 {
        font-size: 25px;
        line-height: 1.16;
        margin-bottom: 16px;
    }

    .ordinary-billing-heading p {
        font-size: 14px;
    }

    .ordinary-compare-wrap {
        margin-bottom: 32px;
        gap: 18px;
    }

    .ordinary-without-card,
    .ordinary-with-card {
        border-radius: 22px;
    }

    .ordinary-card-title {
        min-height: 66px;
        padding: 18px 14px;
    }

    .ordinary-card-title h3 {
        font-size: 23px;
    }

    .ordinary-compare-card li {
        min-height: auto;
        padding: 13px 16px;
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 10px;
        font-size: 14px;
    }

    .ordinary-billing-cta {
        min-height: 54px;
        padding: 12px 16px;
        text-align: center;
        font-size: 15px;
        flex-wrap: wrap;
    }

    .testimonials-section {
        padding: 0 0 36px;
    }

    .testimonials-section h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .testimonials-bg-placeholder {
        left: -180px;
        top: 86px;
        width: 390px;
        height: 300px;
        font-size: 12px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 18px;
    }

    .testimonial-user-placeholder {
        width: 68px;
        height: 68px;
    }

    .testimonial-top i {
        font-size: 46px;
    }

    .testimonial-card p {
        font-size: 15px;
    }

    .testimonials-cta {
        min-height: 52px;
        padding: 12px 16px;
        font-size: 15px;
    }

    .faq-section {
        padding: 36px 0 44px;
    }

    .faq-section h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .faq-bg-placeholder {
        display: none;
    }

    .faq-accordion .accordion-item {
        margin-bottom: 14px;
        border-radius: 10px;
    }

    .faq-accordion .accordion-button {
        min-height: 60px;
        padding: 18px 16px;
        font-size: 15px;
    }

    .faq-accordion .accordion-button::after {
        margin-left: 10px;
        font-size: 25px;
    }

    .faq-accordion .accordion-body {
        margin: 0 16px 18px;
        padding-top: 16px;
        font-size: 14px;
    }

    .revenue-control-section {
        padding: 42px 0 46px;
    }

    .revenue-control-section h2 {
        font-size: 27px;
        margin-bottom: 24px;
    }

    .revenue-control-bg-placeholder {
        display: none;
    }

    .revenue-control-panel {
        padding: 30px 18px;
        border-radius: 18px;
    }

    .revenue-control-panel p {
        font-size: 14px;
    }

    /* .revenue-control-pills {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 18px auto 22px;
    } */

    .revenue-control-pills span {
        min-height: 48px;
        padding: 11px 16px;
        font-size: 14px;
    }

    .revenue-control-panel h3 {
        font-size: 17px;
    }

    .revenue-control-cta {
        min-height: 54px;
        padding: 12px 16px;
        font-size: 14px;
        text-align: center;
    }

    .daily-work .bullet {
        white-space: pre-wrap;
    }

    .high-volume-visual img {
        width: 100vw;
    }

    body.about-us .revenue-control-section .revenue-badges {
        width: 320px;
    }
}

@media (max-width: 420px) {
    .compare-box h3 {
        font-size: 15px;
    }

    .compare-box p {
        font-size: 12.5px;
        line-height: 1.35;
    }

    .hero-section .hero-badges,
    body.privacy-policy .table-of-content .privacy-badges {
        width: 320px;
    }

}

/*fixes*/
.what-you-gain .section-title {
    color: #fff;
}

body.book-demo .section-title,
body.contact-us .section-title {
    max-width: 500px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.book-demo .case-record-section .section-title {
    max-width: 400px;
}

body.about-us .case-record-section.daily-work .section-title {
    max-width: 500px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 36px;
    text-transform: capitalize;
}

body.about-us .california-workers.daily-work .section-title {
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 36px;
    text-transform: capitalize;
}

body.about-us .testimonials-section .outer-card {
    max-width: 950px;
    margin: auto;
}

body.about-us .testimonials-section h2 {
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 36px;
    text-transform: capitalize;
    max-width: 450px;
    margin: 6px auto;
}

body.about-us .platforms-treat .section-title {
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 30px;
}


/*fixes*/
body.main-page .hero-content p {
    text-align: justify;
    margin-bottom: 10px;
}

body.main-page .experience-section {
    background-image: url(./images/Home/home-section-2.png);
}

body.main-page .teams-image-content h3 {
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    margin-bottom: 12px;
}

body.main-page .operations-heading h2 {
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.main-page .workflow-section .section-title {
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.main-page .capabilities-section .section-title {
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.main-page .daily-work .section-title,
body.main-page .workflow-setup-section .section-title,
body.main-page .high-volume-content h2,
body.main-page .ordinary-billing-heading h2,
.next-step-section h2,
body.main-page .connect-actions .section-title {
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.main-page .what-you-gain-box {
    max-width: 1200px;
    margin: 0px auto;
}

body.main-page .teams-section .description {
    max-width: 505px;
    font-weight: 600;
}

body.main-page .operations-heading {
    margin-bottom: 10px;
}

body.main-page .operations-subtitle {
    margin-bottom: 10px;
}

body.main-page .operations-highlight {
    margin-bottom: 10px;
    max-width: 700px;
}

body.main-page .operations-heading span {
    position: relative;
    padding-left: 15px;
}

body.main-page .operations-heading span::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    transform: rotate(90deg);
    width: 54PX;
    height: 0;
    border: 1px solid;
}

body.main-page .teams-content .small-title {
    font-size: 16px;
    margin-bottom: 15px;
}

body.main-page .teams-wrapper {
    align-items: start;
}

body.main-page .billing-section {
    /* padding: 70px 0 0; */
}

body.main-page .billing-section .main-heading {
    margin-bottom: 15px;
}

body.main-page .billing-section .content-box p {
    font-weight: 600;
}

body.main-page .billing-section .image-wrapper .device-placeholder- {
    position: absolute;
    top: -126px;
}

@media(max-width:1399px) {
    body.main-page .billing-section {
        padding: 70px 0 10px;
    }

    body.main-page .billing-section .image-wrapper .device-placeholder- {
        top: -129px;
    }
}
@media (max-width: 1199px) {
    body.main-page .billing-section .image-wrapper .device-placeholder- {
        top: -140px;
        left: -55PX;
    }
     body.main-page .billing-section .image-wrapper .device-placeholder- img{
        max-width: fit-content; 
     }
}
@media(max-width:992px) {
    body.main-page .billing-section .image-wrapper .device-placeholder- {
        position: static;
    }
    /* body.main-page .billing-section .image-wrapper .device-placeholder- img{
        max-width: auto; 
    } */
}



/* body.contact-us .hero-section .hero-content {
    max-width: 700px;
    margin: 0 0 0 auto;
}
body.contact-us .hero-section .hero-content h1 {
    max-width: 440px;
}
body.contact-us .hero-section .hero-content .hero-rounded-text {
    max-width: 403px;
}
body.contact-us .hero-section .hero-badges {
    width: 435px;
}
body.contact-us .hero-section .hero-content p {
    max-width: 470px;
} */
body.contact-us .high-volume-cta {
    width: 882px;
}

body.contact-us .platform-img img {
    width: 86px;
    height: 86px;
}

body.contact-us .platform-card p span {
    font-weight: 600;
}

body.contact-us .revenue-control-section h2 {
    margin: 0 auto 32px;
    max-width: 465px;
}

body.book-demo .hero-section .hero-badges {
    width: 435px;
}

body.book-demo .hero-section .hero-content h1 {
    max-width: 450px;
}

body.book-demo .hero-section {
    min-height: 518px;
}

body.book-demo .hero-section .hero-content {
    max-width: 550px;
    z-index: 4;
}

body.book-demo .hero-section .hero-image {
    top: 50px;
    left: 40%;
    position: absolute;
}

@media (max-width:992px) {
    body.book-demo .hero-section .row.align-items-center {
        display: flex;
        flex-direction: column;
    }

    body.book-demo .hero-section .hero-content {
        width: 100vw;
    }

    body.book-demo .hero-section .hero-image {
        position: static;
    }
}


body.about-us .hero-section .hero-content h1 {
    max-width: 550px;
}

body.about-us .case-record-section .section-description {
    max-width: 761px;
}


/* body.main-page .billing-section .main-heading span {
    font-weight: 300;
} */
body.main-page .billing-section .main-heading span {
    position: relative;
    padding-left: 15px;
    color: #089c9c;
}

body.main-page .billing-section .main-heading span::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: rotate(90deg);
    width: 54PX;
    height: 0;
    border: 1px solid #fff;
}


/*contact hero section*/
@media(max-width:992px) {
    body.contact-us .hero-section .row {
        display: flex;
        flex-direction: column;
    }
}

/* 
body.contact-us .hero-section .hero-content {
    /* width: 800px
    margin: 0;
}
body.contact-us .hero-section .hero-content h1 {
   width: 70vw;
}
body.contact-us .hero-section .hero-content .hero-rounded-text {
    width: 70vw;
}
body.contact-us .hero-section .hero-content p {
    width: 70vw;
}
body.contact-us .hero-section .hero-badges {
    width: 335px;
}
} */
/* @media(max-width:768px){
body.contact-us .hero-section .hero-content {
    width: 800px;
    margin: 0;
}
} */
body.contact-us .faq-section .faq-section-head{
    max-width: 500px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    margin: 6px auto;
}
.faq-head-block{
    text-align: center;
}
body.book-demo .hero-section .hero-badges, body.contact-us .hero-section .hero-badges {
    width: 430px;
}
.inner-width{
    max-width: 435px;
}
@media(max-width:1200px){
    .hero-content-hidden{
        display: none;
    }
}
@media(max-width:992px){
    .inner-width {
        max-width: 100vw;
    }
    body.about-us .hero-section .hero-content h1 {
    max-width: fit-content;
}
}
@media(max-width:450px){
    body.book-demo .hero-section .hero-badges, body.contact-us .hero-section .hero-badges {
        width: 350px
    }
}
body.about-us .platforms-treat .title-wrapper{
    margin-bottom: 25px;
}
body.thankyou .hero-section{
    min-height: 518px;
}




/* ================================
   Showcase section
================================ */

.billgenix-showcase {
    position: relative;
    width: 100%;
    min-height: 606px;
    overflow: hidden;
    background-color: #00171a;
    background-image: url("images/faq-bg.png");
    background-position: center;
    background-size: cover;
}

.showcase-container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 739px;
    padding: 48px 20px 20px;
}

.showcase-title {
    position: relative;
    z-index: 20;
    margin: 25px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.2px;
}


/* ================================
   Carousel
================================ */

.showcase-carousel {
    --slide-width: min(760px, 70vw);
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 90px auto 0;
}

.carousel-stage {
    position: relative;
    width: 100%;
    height: 405px;
    perspective: 1400px;
}


/* ================================
   Slides
================================ */

.carousel-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--slide-width);
    aspect-ratio: 2 / 1;
    overflow: hidden;
    /* border-radius: 34px; */
    /* background: #ffffff; */
    /* box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 6px 20px rgba(0, 0, 0, 0.18); */
    opacity: 0;
    pointer-events: none;
    transform-origin: center center;
    transition:
        transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 500ms ease,
        filter 500ms ease;
}

.carousel-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Main active slide */

.carousel-slide[data-position="0"] {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    filter: brightness(1);
    transform:
        translate(-50%, -50%)
        scale(1);
}


/* Slide immediately before active slide */

.carousel-slide[data-position="-1"] {
    z-index: 4;
    opacity: 0.58;
    filter:
        brightness(0.85)
        saturate(0.8);
    transform:
        translate(calc(-50% - 160px), -50%)
        scale(0.82);
}


/* Slide immediately after active slide */

.carousel-slide[data-position="1"] {
    z-index: 4;
    opacity: 0.58;
    filter:
        brightness(0.85)
        saturate(0.8);
    transform:
        translate(calc(-50% + 160px), -50%)
        scale(0.82);
}


/* Far-left slide */

.carousel-slide[data-position="-2"] {
    z-index: 3;
    opacity: 0.25;
    filter:
        brightness(0.68)
        saturate(0.65);
    transform:
        translate(calc(-50% - 300px), -50%)
        scale(0.65);
}


/* Far-right slide */

.carousel-slide[data-position="2"] {
    z-index: 3;
    opacity: 0.25;
    filter:
        brightness(0.68)
        saturate(0.65);
    transform:
        translate(calc(-50% + 300px), -50%)
        scale(0.65);
}


/* Hide any slide outside the five visible positions */

.carousel-slide[data-position="-3"],
.carousel-slide[data-position="3"],
.carousel-slide[data-position="-4"],
.carousel-slide[data-position="4"] {
    z-index: 1;
    opacity: 0;
    transform:
        translate(-50%, -50%)
        scale(0.5);
}


/* Subtle white overlay on background slides */

.carousel-slide[data-position="-1"]::after,
.carousel-slide[data-position="1"]::after,
.carousel-slide[data-position="-2"]::after,
.carousel-slide[data-position="2"]::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}


/* ================================
   Navigation
================================ */

.carousel-navigation {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 20px;
}

.carousel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 34px;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.48);
    background: transparent;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition:
        color 200ms ease,
        transform 200ms ease;
}

.carousel-arrow:hover {
    color: #ffffff;
}

.carousel-arrow:active {
    transform: scale(0.88);
}

.carousel-arrow:focus-visible,
.carousel-dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

.carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition:
        background-color 250ms ease,
        transform 250ms ease;
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.55);
}

.carousel-dot.active {
    background: #ffffff;
    transform: scale(1.25);
}


/* ================================
   Responsive styles
================================ */

@media (max-width: 900px) {
    .billgenix-showcase,
    .showcase-container {
        min-height: 530px;
    }

    .showcase-container {
        padding-top: 42px;
    }

    .showcase-carousel {
        --slide-width: min(700px, 82vw);
        margin-top: 25px;
    }

    .carousel-stage {
        height: 350px;
    }

    .carousel-slide {
        border-radius: 25px;
    }

    .carousel-slide[data-position="-1"] {
        transform:
            translate(calc(-50% - 105px), -50%)
            scale(0.8);
    }

    .carousel-slide[data-position="1"] {
        transform:
            translate(calc(-50% + 105px), -50%)
            scale(0.8);
    }

    .carousel-slide[data-position="-2"] {
        transform:
            translate(calc(-50% - 185px), -50%)
            scale(0.62);
    }

    .carousel-slide[data-position="2"] {
        transform:
            translate(calc(-50% + 185px), -50%)
            scale(0.62);
    }
}

@media (max-width: 600px) {
    .billgenix-showcase,
    .showcase-container {
        min-height: 440px;
    }

    .showcase-container {
        padding: 34px 12px 18px;
    }

    .showcase-title {
        font-size: 27px;
    }

    .showcase-carousel {
        --slide-width: 88vw;
        margin-top: 18px;
    }

    .carousel-stage {
        height: 285px;
    }

    .carousel-slide {
        border-radius: 18px;
    }

    .carousel-slide[data-position="-1"] {
        opacity: 0.36;
        transform:
            translate(calc(-50% - 58px), -50%)
            scale(0.76);
    }

    .carousel-slide[data-position="1"] {
        opacity: 0.36;
        transform:
            translate(calc(-50% + 58px), -50%)
            scale(0.76);
    }

    .carousel-slide[data-position="-2"],
    .carousel-slide[data-position="2"] {
        opacity: 0;
    }

    .carousel-navigation {
        gap: 16px;
    }

    .carousel-dots {
        gap: 9px;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
    }

    .carousel-arrow {
        font-size: 29px;
    }
}


/* Respect reduced-motion settings */

@media (prefers-reduced-motion: reduce) {
    .carousel-slide,
    .carousel-arrow,
    .carousel-dot {
        transition: none;
    }
}