/* ================================================= pricing Section ======================================================= */
.pricing-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* Faded gridlines background */
.pricing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/img/dashboard-img1.png") center/cover no-repeat;
    opacity: 0.06;
    background-repeat: no-repeat; /* ✅ stop repeating */
    background-size: cover; /* ✅ fill the section */
    background-position: center;
    z-index: 0;
    margin: 150px 30px 50px 30px;
}

/* Main inner container that overlays the background */
.pricing-container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* ===== Left column ===== */
.pricing-left h1 {
    font-size: 60px;
    margin-bottom: 20px;
    max-width: 650px;
    color: #2a2a0f;
    font-weight: bold;
    line-height: 4rem;
}

.pricing-left p {
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 40px;
    color: #333;
    max-width: 600px;
}

.price-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #2a2a0f;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.pricing-btn {
    padding: 16px 40px;
    background-color: #2a2a0f;
    color: #b8d4ad;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 800;
}

.pricing-btn:hover {
    background-color: #b8d4ad;
    color: #2a2a0f;
}

.price-btn:hover {
    background: transparent;
    border: 3px solid #2a2a0f;
    color: #2a2a0f;
}

/* ===== Right column ===== */
.pricing-right {
    max-width: 500px;
}

/* ===== Responsive ===== */

.pricing-card-heading {
    display: flex;
    flex: 1fr;
    margin: 0 auto;
    justify-content: center;
}

.pricing-card-heading h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #2a2a0f;
    font-weight: 800;
    max-width: 500px;
}

.pricing-card-section {
    display: flex;
    flex: 1;
    margin: 50px;
}

.pricing-cards {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 0 auto;
}

.pricing-card {
    background-color: #2a2a0f;
    border-radius: 15px;
    height: 600px;
    width: 290px;
    padding: 25px;
    color: white;
    box-shadow: 10px 10px 15px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.pricing-card:hover {
    transform: translatey(-20px);
}

.pricing-card h2 {
    font-size: 30px;
    font-weight: 800;
}

.pricing-card p {
    font-size: 11px;
}

.pricing-card h3 {
    margin-top: 25px;
    font-size: 15px;
}

.pricing-card span {
    font-size: 45px;
    font-weight: 700;
    font-family: arial;
}
.pricing-card h4 {
    font-size: 25px;
}

.decor-bar {
    height: 1.5px;
    width: 120px;
    background: #ffffff;
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 55px;
}

.pricing-card ul {
    padding-left: 5px;
}

.pricing-card ul img {
    height: 15px;
    margin-right: 10px;
}

.pricing-card li {
    font-size: 16px;
    line-height: 2.3rem;
    list-style: none;
}

.price-btn {
    padding: 10px 40px;
    margin-top: 40px;
    color: #2a2a0f;
    background-color: #b8d4ad;
    font-size: 15px;
    font-weight: 800;
    align-items: center;
    margin-left: 20px;
}

.price-btn:hover {
    padding: 10px 40px;
    color: #2a2a0f;
    font-size: 12px;
    background-color: white;
}

.workflow-title {
    background-color: #ebf5e8;
    padding-top: 20px;
}

.workflow-title h1 {
    text-align: center;
    font-size: 40px;
    color: #2a2a0f;
}

.workflow-title p {
    font-size: 19px;
    text-align: center;
    color: rgb(80, 80, 80);
}

.workflow-section {
    background-color: #ebf5e8;
}

.workflow-flex {
    display: flex;
    background-color: #ebf5e8;
    padding-top: 40px;
    height: 300px;
    margin-bottom: 400px;
}

.workflow-cards {
    display: flex;
    gap: 50px;
    margin: 0 auto;
}

.workflow-card {
    background-color: #2a2a0f;
    border-radius: 12px;
    padding: 20px 30px;
    width: 430px;
    height: 400px;
    color: white;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.workflow-card:hover {
    transform: translatex(-20px);
}

.workflow-card p {
    font-size: 14px;
}

.workflow-card h1 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
}

.under-line {
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 2px;
    margin-top: 16px;
    margin-bottom: 13px;
}

.workflow-card ul {
    padding-left: 1px;
    line-height: 2rem;
}

.workflow-card ul img {
    height: 15px;
    margin-right: 10px;
}

.workflow-card li {
    font-size: 14px;
    list-style: none;
}

.workflow-btn-price {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.workflow-btn {
    padding: 10px 60px;
    background-color: #b8d4ad;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    color: #2a2a0f;
    font-weight: 700;
}

.workflow-btn:hover {
    padding: 10px 60px;
    color: #2a2a0f;
    font-size: 12px;
    background-color: white;
}

.workflow-btn-p {
    font-size: 20px;
}

.dollar {
    font-size: 25px;
    font-weight: 800;
    padding-right: 5px;
}

/*===================================================Pricing FLow 1============================================================*/
.price-flow-title {
    margin-top: 130px;
    margin-left: 120px;
}

.price-flow-title h1 {
    font-size: 40px;
}

.price-flow-title p {
    font-size: 35px;
    color: #434242;
}

.flow-section {
    margin-top: 60px;
}

.flow-cards {
    background-color: rgb(255, 255, 255);
    margin-right: 40px;
    max-width: 1300px;
    margin-left: 110px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left-flow {
    padding: 60px;
}

.left-flow p {
    font-size: 22px;
}

.left-flow h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.right-flow {
    background-color: #2a2a0f;
    color: white;
    width: 350px;
    height: 440px;
    padding: 50px 5px 10px 50px;
    border-radius: 30px;
    margin-bottom: -40px;
    margin-top: -20px;
    box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
}

.right-flow li {
    font-size: 21px;
    line-height: 2.9rem;
}

.right-flow-2 {
    background-color: #2a2a0f;
    color: white;
    width: 350px;
    height: 480px;
    padding: 90px 5px 10px 50px;
    border-radius: 30px;
    margin-bottom: -40px;
    margin-top: -20px;
    box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
}

.right-flow-2 li {
    font-size: 21px;
    line-height: 2.9rem;
}

.flow-dollar {
    font-size: 70px;
    color: #2a2a0f;
}

.flow-dollar span {
    font-size: 70px;
    font-weight: 800;
    padding-right: 8px;
}

.left-flow h4 {
    font-size: 16px;
    font-weight: 200;
    max-width: 500px;
    margin-bottom: 20px;
}

.flow-checkbox [type="checkbox"] {
    transform: scale(1.7); /* 1.5 = 150% of normal size */
    margin-right: 6px; /* add a little spacing so it doesn’t overlap text */
    cursor: pointer;
}
.flow-checkbox {
    font-size: 20px;
    line-height: 2rem;
    margin-left: 12px;
}

.flow-service {
    background-color: #2a2a0f;
    color: white;
    width: 400px;
}

.pricing-cal {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 100px;
}

.amount-table {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.amount-table p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 24px;
}

.amount-table input {
    padding: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    font-size: 16px;
}

.amount-table .total {
    font-size: 1.6rem;
}

.amount-table span {
    font-size: 35px;
    font-weight: 700;
    color: #2a2a0f;
}

.plus-tax {
    text-align: right;
}

.proceed-btn {
    display: block; /* so width & float work */
    float: right; /* pushes it to the right edge */
    padding: 15px 40px;
    margin-top: 30px;
    font-size: 16px;
    background: #2a2a0f;
    border-radius: 10px;
    color: #b8d4ad;
    text-decoration: none;
    margin-bottom: 50px;
}

.proceed-btn:hover {
    background: #b8d4ad;
    color: #2a2a0f;
}
.pricing-img {
    height: 500px;
    padding-top: 50px;
    padding-right: 50px;
}

/*--======================================================= Media Queries -=================================================-- */

@media (max-width: 1030px) {
    .pricing-container {
        text-align: center;
        gap: 10px;
    }

    .pricing-left {
        text-align: left;
    }
    .pricing-left h1 {
        font-size: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .pricing-left p {
        font-size: 18px;
    }
    .acc-btn {
        margin-top: 0;
        padding: 12px 30px;
        font-size: 18px;
    }
    .price-flow-title {
        margin-top: 130px;
        margin-left: 120px;
    }

    .price-flow-title h1 {
        font-size: 50px;
    }

    .price-flow-title p {
        font-size: 35px;
    }

    .flow-section {
        margin-top: 50px;
    }

    .flow-cards {
        margin-right: 40px;
        max-width: 1200px;
        margin-left: 110px;
        border-radius: 50px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .left-flow {
        padding: 35px;
    }

    .left-flow p {
        font-size: 20px;
    }

    .left-flow h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .right-flow {
        width: 350px;
        height: 380px;
        padding: 30px 5px 10px 50px;
        border-radius: 30px;
        margin-bottom: -40px;
        margin-top: -20px;
        box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
    }

    .right-flow li {
        font-size: 18px;
        line-height: 2.6rem;
    }

    .flow-dollar {
        font-size: 70px;
        color: #2a2a0f;
        margin-bottom: 30px;
    }

    .flow-dollar span {
        font-size: 70px;
        font-weight: 800;
        padding-right: 8px;
    }

    .flow-checkbox [type="checkbox"] {
        transform: scale(1.7);
        margin-right: 6px;
        cursor: pointer;
    }
    .flow-checkbox {
        font-size: 16px;
        line-height: 2rem;
        margin-left: 12px;
    }

    .flow-service {
        width: 400px;
    }
}
@media (max-width: 770px) {
    .pricing-section {
        padding: 90px 0;
    }

    .pricing-container {
        padding: 20px 40px;
        gap: 40px;
    }

    .pricing-left h1 {
        font-size: 35px;
    }

    .pricing-left p {
        font-size: 18px;
    }

    .pricing-right img {
        max-width: 350px;
    }
    .pricing-btn {
        padding: 12px 30px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 800;
        font-size: 12px;
    }
    .pricing-container {
        padding-top: 10px;
    }
    .pricing-left h1 {
        font-size: 30px;
        line-height: 2.5rem;
        margin-bottom: 5px;
    }
    .pricing-img {
        width: 130%;
        height: auto;
    }

    .pricing-card-section {
        flex-wrap: wrap;
        flex: 1;
        margin: 40px;
    }

    .pricing-cards {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin: 0 auto;
    }

    .pricing-card {
        border-radius: 15px;
        height: 380px;
        width: 190px;
        padding: 22px 15px;

        box-shadow: 10px 10px 15px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .pricing-card:hover {
        transform: translatey(-20px);
    }

    .pricing-card h2 {
        font-size: 20px;
        font-weight: 800;
    }

    .pricing-card p {
        font-size: 8px;
    }

    .pricing-card h3 {
        margin-top: 15px;
        font-size: 10px;
    }

    .pricing-card span {
        font-size: 30px;
        font-weight: 700;
        font-family: arial;
    }
    .pricing-card h4 {
        font-size: 15px;
    }

    .decor-bar {
        height: 0.07vh;
        width: 60px;

        margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 13px;
    }

    .pricing-card ul {
        padding-left: 4px;
    }

    .pricing-card ul img {
        height: 11px;
    }
    .pricing-card li {
        font-size: 10px;
        line-height: 1.3rem;
    }

    .price-btn {
        padding: 8px 30px;
        margin-top: 20px;
        text-align: center;
        margin-left: 12px;

        font-size: 10px;
    }
    .price-btn:hover {
        font-size: 10px;
    }
    .workflow-title {
        padding-top: 40px;
    }

    .workflow-title h1 {
        text-align: center;
        font-size: 32px;
    }

    .workflow-title p {
        font-size: 12px;
        text-align: center;
    }

    .workflow-section {
    }

    .workflow-flex {
        display: flex;

        padding-top: 40px;
        height: 270px;
        margin-bottom: 200px;
    }

    .workflow-cards {
        display: flex;
        gap: 30px;
        margin: 0 auto;
    }

    .workflow-card {
        border-radius: 12px;
        padding: 20px 30px;
        width: 330px;
        height: 300px;

        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.35);
        cursor: pointer;
    }

    .workflow-card:hover {
        transform: translatex(-20px);
    }

    .workflow-card p {
        font-size: 10px;
    }

    .workflow-card h1 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .under-line {
        width: 100px;
        height: 2px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .workflow-card ul {
        padding-left: 2px;
        line-height: 1.2rem;
        font-size: 9px;
    }

    .workflow-card ul img {
        height: 11px;
    }

    .workflow-btn-price {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        align-items: center;
    }

    .workflow-btn {
        padding: 10px 30px;

        border-radius: 10px;
        text-decoration: none;
        font-size: 10px;

        font-weight: 700;
    }

    .workflow-btn:hover {
        padding: 10px 60px;

        font-size: 12px;
    }

    .workflow-btn-p {
        font-size: 20px;
    }

    .dollar {
        font-size: 25px;
        font-weight: 800;
        padding-right: 5px;
    }
    .price-flow-title {
        margin-top: 130px;
        margin-left: 120px;
    }

    .price-flow-title h1 {
        font-size: 40px;
    }

    .price-flow-title p {
        font-size: 30px;
    }

    .flow-section {
        margin-top: 50px;
    }

    .flow-cards {
        margin-right: 40px;
        max-width: 1100px;
        margin-left: 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .left-flow {
        padding: 35px;
    }

    .left-flow p {
        font-size: 18px;
    }

    .left-flow h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .right-flow {
        width: 250px;
        height: 310px;
        padding: 30px 5px 10px 30px;
        border-radius: 30px;
        margin-bottom: -40px;
        margin-top: -20px;
    }

    .right-flow li {
        font-size: 16px;
        line-height: 2.3rem;
    }

    .right-flow-2 li {
        font-size: 16px;
        line-height: 2rem;
    }

    .flow-dollar {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .flow-dollar span {
        font-size: 50px;
        font-weight: 800;
        padding-right: 8px;
    }

    .flow-checkbox [type="checkbox"] {
        transform: scale(1.7);
        margin-right: 6px;
        cursor: pointer;
    }
    .flow-checkbox {
        font-size: 10px;
        line-height: 1.5rem;
        margin-left: 10px;
    }

    .flow-service {
        width: 400px;
    }

    .pricing-cal {
        margin-top: 50px;
        margin-bottom: 30px;
        padding: 100px;
    }

    .amount-table {
        padding: 20px;
    }

    .amount-table p {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
        font-size: 22px;
    }

    .amount-table input {
        padding: 10px;
        border: none;
        border-radius: 12px;
        font-size: 12px;
    }

    .amount-table .total {
        font-size: 1.4rem;
    }

    .amount-table span {
        font-size: 30px;
        font-weight: 700;
    }

    .plus-tax {
        text-align: right;
        font-size: 12px;
    }

    .proceed-btn {
        padding: 12px 30px;
        margin-top: 20px;
        font-size: 14px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .plan-summary {
        flex-direction: column;
    }
}
@media (max-width: 430px) {
    .pricing-left h1 {
        font-size: 20px;
        line-height: 2rem;
    }
    .pricing-section {
        padding: 90px 0;
    }

    .pricing-section::before {
        margin: 50px 15px 5px 15px;
        padding-bottom: 0;
        height: 330px;
    }

    .pricing-container {
        padding: 20px 15px;
        gap: 10px;

        flex-direction: row;
        align-items: flex-start;
    }

    .pricing-left {
        flex: 1;
        min-width: 0;
    }

    .pricing-left p {
        font-size: 12px;
        max-width: 180px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .pricing-img {
        width: 120%;
        height: auto;
    }
    .pricing-btn {
        padding: 10px 20px;
        font-size: 8px;
    }

    .pricing-right {
        flex: 0 0 auto;
        width: 50%;
        max-width: 150px;
    }

    .pricing-right img {
        width: 130%;
        padding-top: 10px;
        height: auto;
    }
    .pricing-card-heading h1 {
        font-size: 20px;
        max-width: 250px;
        padding-top: 50px;
    }

    .pricing-card-section {
        flex-wrap: wrap !important;
        margin: 20px;
        margin-bottom: 40px;
    }

    .pricing-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pricing-card {
        border-radius: 15px;
        height: 380px;
        width: 290px;
        padding: 25px 15px;
    }

    .pricing-card h2 {
        font-size: 20px;
        font-weight: 800;
    }

    .pricing-card p {
        font-size: 10px;
    }

    .pricing-card h3 {
        margin-top: 15px;
        font-size: 10px;
    }

    .pricing-card span {
        font-size: 30px;
        font-weight: 700;
        font-family: arial;
    }
    .pricing-card h4 {
        font-size: 15px;
    }

    .decor-bar {
        height: 1.2px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 3px;
        margin-left: 25px;
    }

    .pricing-card ul {
        padding-left: 3px;
    }

    .pricing-card li {
        font-size: 12px;
        line-height: 1.3rem;
    }

    .price-btn {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
        margin-top: 20px;
        font-size: 10px;
    }
    .workflow-title {
        padding-top: 40px;
    }

    .workflow-title h1 {
        text-align: center;
        font-size: 25px;
    }

    .workflow-title p {
        font-size: 10px;
    }

    .workflow-flex {
        display: flex;
        padding-top: 40px;
        height: 500px;
        margin-bottom: 200px;
    }

    .workflow-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }

    .workflow-card {
        padding: 20px 30px;
        width: 310px;
        height: 290px;
    }

    .workflow-card p {
        font-size: 10px;
    }

    .workflow-card h1 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .workflow-card ul li {
        line-height: 1.2rem;
        font-size: 11px;
    }

    .workflow-btn-price {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .workflow-btn {
        padding: 10px 30px;
        font-size: 10px;
    }
    .price-flow-title {
        margin-top: 130px;
        margin-left: 30px;
    }
    .price-flow-title h1 {
        font-size: 30px;
    }
    .price-flow-title p {
        font-size: 20px;
    }
    .flow-section {
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .flow-cards {
        margin-right: 40px;
        max-width: 1100px;
        margin-left: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .left-flow {
        padding: 25px;
    }
    .left-flow p {
        font-size: 10px;
    }
    .left-flow h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .right-flow {
        width: 200px;
        height: 260px;
        padding: 25px 5px 10px 25px;
        border-radius: 30px;
        margin-bottom: -40px;
        margin-top: -20px;
    }
    .right-flow li {
        font-size: 12px;
        line-height: 1.5rem;
    }

    .right-flow-2 {
        width: 250px;
        height: 270px;
        padding: 25px 5px 5px 20px;
        border-radius: 25px;
        margin-bottom: -20px;
        margin-top: -10px;
    }

    .left-flow h4 {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .right-flow-2 li {
        font-size: 8px;
        line-height: 1.3rem;
    }

    .flow-dollar {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .flow-dollar span {
        font-size: 35px;
        padding-right: 4px;
    }
    .flow-checkbox [type="checkbox"] {
        transform: scale(1);
        margin-right: 6px;
    }
    .flow-checkbox {
        font-size: 10px;
        line-height: 1.2rem;
        margin-left: 2px;
    }
    .flow-service {
        width: 400px;
    }
    /*=================================Pricing Calculations =========================*/
    .pricing-cal {
        margin-top: 20px;
        margin-bottom: 60px;
        padding: 20px;
    }
    .amount-table {
        padding: 20px;
    }
    .amount-table p {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
        font-size: 16px;
    }
    .amount-table input {
        padding: 10px;
        border: none;
        border-radius: 12px;
        font-size: 8px;
    }
    .amount-table .total {
        font-size: 1rem;
        font-weight: 400;
    }
    .amount-table span {
        font-size: 20px;
        font-weight: 700;
    }
    .plus-tax {
        text-align: right;
        font-size: 10px;
        margin-right: 20px;
    }
    .proceed-btn {
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 12px;
        margin-right: 18px;
        border-radius: 10px;
        margin-bottom: 50px;
    }
}
@media (max-width: 380px) {
    .pricing-left h1 {
        font-size: 18px;
        line-height: 1.6rem;
    }

    .pricing-left p {
        font-size: 12px;
    }

    .pricing-right {
        max-width: 150px;
    }
    .pricing-card-heading h1 {
        font-size: 20px;
        max-width: 250px;
        padding-top: 10px;
        padding-left: 0;
    }
     .pricing-card-section {
        flex-wrap: wrap !important;
        margin: 20px;
        margin-bottom: 40px;
    }

    .pricing-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pricing-card {
        border-radius: 15px;
        height: 380px;
        width: 290px;
        padding: 25px 15px;
    }

    .pricing-card h2 {
        font-size: 20px;
        font-weight: 800;
    }

    .pricing-card p {
        font-size: 10px;
    }

    .pricing-card h3 {
        margin-top: 15px;
        font-size: 10px;
    }

    .pricing-card span {
        font-size: 30px;
        font-weight: 700;
        font-family: arial;
    }
    .pricing-card h4 {
        font-size: 15px;
    }

    .decor-bar {
        height: 1.2px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 3px;
        margin-left: 25px;
    }

    .pricing-card ul {
        padding-left: 3px;
    }

    .pricing-card li {
        font-size: 12px;
        line-height: 1.3rem;
    }

    .price-btn {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
        margin-top: 20px;
        font-size: 10px;
    }
    .workflow-title {
        padding-top: 40px;
    }

    .workflow-title h1 {
        text-align: center;
        font-size: 22px;
    }

    .workflow-title p {
        font-size: 10px;
    }

    .workflow-flex {
        display: flex;
        padding-top: 40px;
        height: 500px;
        margin-bottom: 200px;
    }

    .workflow-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }

    .workflow-card {
        padding: 20px 30px;
        width: 290px;
        height: 290px;
    }

    .workflow-card p {
        font-size: 10px;
    }

    .workflow-card h1 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .workflow-card ul {
        line-height: 1.2rem;
    }

    .workflow-card li {
        font-size: 12px;
    }

    .workflow-btn-price {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .workflow-btn {
        padding: 10px 30px;
        font-size: 8px;
    }
    .price-flow-title {
        margin-top: 130px;
        margin-left: 30px;
    }
    .price-flow-title h1 {
        font-size: 30px;
    }
    .price-flow-title p {
        font-size: 20px;
    }
    .flow-section {
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .flow-cards {
        margin-right: 40px;
        max-width: 1100px;
        margin-left: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .left-flow {
        padding: 25px;
    }
    .left-flow p {
        font-size: 10px;
    }
    .left-flow h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .right-flow {
        width: 200px;
        height: 260px;
        padding: 25px 5px 10px 25px;
        border-radius: 30px;
        margin-bottom: -40px;
        margin-top: -20px;
    }
    .right-flow li {
        font-size: 12px;
        line-height: 1.5rem;
    }
    .flow-dollar {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .flow-dollar span {
        font-size: 35px;
        padding-right: 4px;
    }
    .flow-checkbox [type="checkbox"] {
        transform: scale(1);
        margin-right: 6px;
    }
    .flow-checkbox {
        font-size: 10px;
        line-height: 1.2rem;
        margin-left: 2px;
    }
    .flow-service {
        width: 400px;
    }
    /*=================================Pricing Calculations =========================*/
    .pricing-cal {
        margin-top: 20px;
        margin-bottom: 60px;
        padding: 20px;
    }
    .amount-table {
        padding: 20px;
    }
    .amount-table p {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
        font-size: 16px;
    }
    .amount-table input {
        padding: 10px;
        border: none;
        border-radius: 12px;
        font-size: 8px;
    }
    .amount-table .total {
        font-size: 1rem;
        font-weight: 400;
    }
    .amount-table span {
        font-size: 20px;
        font-weight: 700;
    }
    .plus-tax {
        text-align: right;
        font-size: 10px;
        margin-right: 20px;
    }
    .proceed-btn {
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 12px;
        margin-right: 18px;
        border-radius: 10px;
        margin-bottom: 50px;
    }
}
@media (max-width: 330px) {
    .pricing-left h1 {
        font-size: 18px;
    }

    .pricing-left p {
        font-size: 10px;
    }

    .pricing-right {
        max-width: 140px;
    }
    .pricing-card-heading h1 {
        font-size: 20px;
        max-width: 250px;
        padding-top: 40px;
        padding-left: 0;
    }
     .pricing-card-section {
        flex-wrap: wrap !important;
        margin: 20px;
        margin-bottom: 40px;
    }

    .pricing-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pricing-card {
        border-radius: 15px;
        height: 380px;
        width: 240px;
        padding: 25px 15px;
    }

    .pricing-card h2 {
        font-size: 20px;
        font-weight: 800;
    }

    .pricing-card p {
        font-size: 10px;
    }

    .pricing-card h3 {
        margin-top: 15px;
        font-size: 10px;
    }

    .pricing-card span {
        font-size: 30px;
        font-weight: 700;
        font-family: arial;
    }
    .pricing-card h4 {
        font-size: 15px;
    }

    .decor-bar {
        height: 1.2px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 3px;
        margin-left: 25px;
    }

    .pricing-card ul {
        padding-left: 3px;
    }

    .pricing-card li {
        font-size: 12px;
        line-height: 1.3rem;
    }

    .price-btn {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
        margin-top: 20px;
        font-size: 10px;
    }
    .price-flow-title {
        margin-top: 130px;
        margin-left: 30px;
    }
    .price-flow-title h1 {
        font-size: 20px;
    }
    .price-flow-title p {
        font-size: 15px;
    }
    .flow-section {
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .flow-cards {
        margin-right: 40px;
        max-width: 1100px;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .left-flow {
        padding: 20px;
    }
    .left-flow p {
        font-size: 10px;
    }
    .left-flow h1 {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .right-flow {
        width: 160px;
        height: 220px;
        padding: 10px 5px 10px 25px;
        border-radius: 30px;
        margin-bottom: -10px;
        margin-top: -5px;
    }

    .right-flow li {
        font-size: 8px;
        line-height: 1.5rem;
    }

    .right-flow-2 {
        width: 250px;
        height: 210px;
        padding: 15px 5px 5px 20px;
        border-radius: 25px;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .left-flow h4 {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .right-flow-2 li {
        font-size: 8px;
        line-height: 1.1rem;
    }

    .flow-dollar {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .flow-dollar span {
        font-size: 10px;
        padding-right: 3px;
    }
    .flow-checkbox [type="checkbox"] {
        transform: scale(0.8);
        margin-right: 2px;
    }
    .flow-checkbox {
        font-size: 6px;
        line-height: 0.7rem;
        margin-left: 2px;
    }
    .flow-service {
        width: 500px;
    }
    .workflow-btn{
      font-size: 10px;
    }
    .workflow-btn:hover{
    padding: 10px 30px;
    color: #2a2a0f;
    font-size: 10px;
    background-color: white;
    }
    /*=================================Pricing Calculations =========================*/
    .pricing-cal {
        margin-top: 20px;
        margin-bottom: 60px;
        padding: 20px;
    }
    .amount-table {
        padding: 20px;
    }
    .amount-table p {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
        font-size: 16px;
    }
    .amount-table input {
        padding: 6px;
        border: none;
        border-radius: 12px;
        font-size: 6px;
    }
    .amount-table .total {
        font-size: 1rem;
    }
    .amount-table span {
        font-size: 20px;
    }
    .plus-tax {
        text-align: right;
        font-size: 10px;
        margin-right: 20px;
    }
    .proceed-btn {
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 12px;
        margin-right: 18px;

        margin-bottom: 50px;
    }
}
