﻿.maintext, .sub_text {
    color: #335e4b;
    font-weight: 600
}

.card, .carousel-wrapper, .carouselbody {
    box-sizing: border-box
}

.maintext {
    font-size: 35px
}

.sub_text {
    font-size: 25px;
    line-height: 1em
}

.showinmob {
    display: none
}

.showinweb {
    display: block
}

.aboutusdivspacing {
    margin-left: 2%;
    margin-top: 0
}

.prcingsmallcard {
    padding: 8px 15px;
    background-color: #115360;
    font-size: 13px;
    margin-bottom: 10px;
    color: #fff
}

#main {
    margin-top: 10%
}

.aboutusdivspacingspan {
    font-size: 25px;
    font-weight: 600
}

.peaceofmindpargraph {
    font-size: 20px
}

.peaceofimndtext {
    font-size: 45px;
    font-weight: 600;
    line-height: 48px
}

.card-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.whytelehealthdiv {
    margin-left: 3%;
    margin-right: 11%;
    margin-top: 3%
}

.card {
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    min-width: 310px !important;
    max-width: 383px !important
}

.card-primary {
    background-color: #29e3dd !important
}

.card-secondary, .card-ternary {
    background-color: #fff !important
}

.card-secondary {
    border: 4px solid #7ae8f9 !important
}

.card-ternary {
    border: 4px solid #115360 !important
}

.card-dark {
    background-color: #024c6e !important;
    color: #fff
}

.aboutuscard, .getstarted {
    background-color: #29e3DD4D
}

.card-title_fourth, .card-title_primary {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.card-text_fourth, .card-text_primary {
    font-size: 1rem;
    color: #fff
}

.card-title_secondary {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #29e3dd
}

.card-text_secondary, .card-text_ternary {
    font-size: 1rem;
    color: #1f1f1f
}

.getstarted {
    color: #115360;
    padding: .5rem 1rem;
    font-weight: 600;
    border-radius: 9999px
}

.card-title_ternary {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #115360
}

.aboutuscard {
    padding: 4% 0 7% 27%
}

.aboutuscarddiv {
    margin-right: 2%;
    margin-top: 4%;
    position: relative
}

.aboutuscard img {
    width: 16rem
}

.aboutustext {
    border-bottom: 6px solid #29e3dd;
    font-size: 30px;
    font-weight: 600;
    color: #115360
}

.aboutus_smalltext {
    font-weight: 600;
    color: #115360;
    font-size: 22px;
    width: 95%
}

.overlapimage {
    width: 100%;
    height: auto;
    position: absolute;
    right: 100px;
    top: 100px
}

.aboutusrighttext {
    font-size: 40px;
    font-weight: 600;
    padding-top: 30%
}

.step-container {
    max-width: 1200px;
    margin: auto;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    position: relative
}

.howitworkstext {
    color: #115360;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 4%
}

.step-card {
    background-color: #fff;
    padding: 3rem 1.5rem 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    text-align: center;
    border: 1px solid #d1d5db;
    position: relative
}

.step-icon {
    font-size: 2rem;
    color: #16a34a;
    position: absolute;
    top: -31px;
    left: 110px
}

.rounded-start {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.rounded-end {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.btn-primary {
    background-color: #16a34a;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 9999px
}

.pricing-container {
    background-color: #bff7f5;
    padding: 40px;
    text-align: center
}

.pricing-title {
    font-size: 1.8em;
    color: #00897b;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600
}

    .pricing-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100px;
        height: 4px;
        background-color: #00897b
    }

.pricing-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px
}

.pricing-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.card-title {
    font-size: 1.1em;
    color: #424242;
    margin-bottom: 15px;
    font-weight: 600
}

.price, .price-free {
    font-size: 2.5em;
    color: #00897b;
    margin-bottom: 10px;
    font-weight: 700
}

.description {
    color: #757575;
    font-size: .95em;
    margin-bottom: 20px;
    line-height: 1.5
}

.book-button {
    background-color: transparent;
    color: #00897b;
    border: 1px solid #00897b;
    border-radius: 25px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: .9em;
    transition: background-color .3s,color .3s;
    margin-top: auto
}

    .book-button:hover {
        background-color: #00897b;
        color: #fff
    }

.carouselbody {
    font-family: sans-serif;
    background-color: #f0f4f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px
}

.arrow:hover, .card {
    background-color: #fff
}

.carouselbody h2 {
    text-align: center;
    font-weight: 700;
    margin-top: 2%;
    color: #115360;
    font-size: 35px
}

.carousel-wrapper {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px
}

.carousel-container {
    display: flex;
    gap: 25px;
    padding: 20px 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .carousel-container::-webkit-scrollbar {
        display: none
    }

.card {
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    padding: 25px 30px;
    flex: 0 0 auto;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto
}

.arrow, .service-card h3 {
    color: #333;
    display: flex
}

.service-card {
    text-align: left
}

    .service-card h3 {
        font-size: 1.3em;
        margin-bottom: 5px;
        font-weight: 600;
        text-align: center;
        min-height: 40px;
        align-items: center;
        justify-content: center
    }

    .service-card p {
        font-size: .95em;
        line-height: 1.6;
        margin: 0;
        flex-grow: 1
    }

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.8);
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    justify-content: center;
    align-items: center;
    transition: background-color .3s,box-shadow .3s
}

    .arrow:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,.2)
    }

    .arrow:active, .arrow:disabled {
        background-color: #eee
    }

.left-arrow {
    left: 5px
}

.right-arrow {
    right: 5px
}

.arrow:disabled {
    opacity: .4;
    cursor: not-allowed
}

@media only screen and (max-width:600px) {
    .aboutusdivspacing {
        margin-left: 2%;
        margin-top: 25%
    }

    .aboutusdivspacingspan {
        font-size: 20px;
        font-weight: 600
    }

    .peaceofimndtext {
        font-size: 25px;
        font-weight: 600
    }

    .peaceofmindpargraph {
        font-size: 20px;
        line-height: 38px;
        font-weight: 300
    }

    .card-container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px
    }

    .whytelehealthdiv {
        margin-left: 0;
        margin-right: 0;
        margin-top: 12%
    }

    .aboutuscarddiv {
        margin-right: 0;
        margin-top: 10%;
        position: relative
    }

    .aboutuscard {
        background-color: #29e3DD4D;
        padding: 4% 0 7%;
        text-align: center
    }

    .aboutusrighttext {
        font-size: 25px;
        font-weight: 600;
        padding-top: 10%
    }

    .pricing-cards {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 30px;
        flex-direction: column;
        align-items: center
    }

    .process-container {
        flex-direction: column;
        align-items: center
    }

    .process-step {
        width: 90%;
        margin: 10px 0
    }

    .pricing-card {
        width: 100%
    }

    .carouselbody h2 {
        text-align: center;
        font-weight: 700;
        margin-top: 2%;
        color: #115360;
        font-size: 25px
    }

    .carousel-wrapper {
        width: 100%;
        padding: 0 35px
    }

    .card {
        min-width: 280px;
        max-width: 280px
    }

    .service-card h3 {
        font-size: 1.2em
    }

    .service-card p {
        font-size: .9em
    }

    .arrow {
        width: 35px;
        height: 35px;
        font-size: 20px
    }

    .left-arrow {
        left: 2px
    }

    .right-arrow {
        right: 2px
    }
}

@media only screen and (max-width:480px) {
    .carouselbody h2, .howitworkstext {
        font-weight: 700;
        text-align: center
    }

    .aboutuscard img, .step-icon {
        width: 100%
    }

    .card {
        min-width: 250px;
        max-width: 250px;
        padding: 20px
    }

    .carousel-container {
        gap: 15px
    }

    .carouselbody h2 {
        margin-top: 2%;
        color: #115360;
        font-size: 20px
    }

    .carousel-wrapper {
        padding: 0 30px
    }

    .step-container {
        max-width: 1200px;
        margin: auto;
        padding: 1.5rem;
        gap: 55px;
        position: relative;
        display: flex;
        flex-direction: column
    }

    .step-icon {
        font-size: 2rem;
        color: #16a34a;
        position: absolute;
        top: -31px;
        left: 0;
        justify-content: center;
        display: flex
    }

    .howitworkstext {
        color: #115360;
        font-size: 30px;
        padding-bottom: 2%;
        padding-top: 8%
    }
}
