html {
    background: #F8F9FF;
}

.main-heading {
    font-size: 67px;
    font-weight: 600;
}



.main-span {
    color: #6BE7CE;
}

.nav-bar {
    background: #F9F8FF;
    border-radius: 20px;
}


.nav-buttons {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.btn-contact {
    border-radius: 20px;
    color: var(--Primary-Mint, #6BE7CE) !important;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-left: 10px;
    a
}

.btn-book-demo {
    border-radius: 20px;
    background: var(--Transparent-Primary-Mint, rgba(107, 231, 206, 0.15));
    margin-left: 10px;
    color: #6BE7CE !important;
    font-weight: 600;
    text-align: center;
}

    .btn-book-demo:hover {
        border: 1px solid #6be7ce;
    }

.btn-buy-now {
    border-radius: 20px;
    background: var(--Primary-Mint, #6BE7CE);
    margin-left: 10px;
    color: white !important;
    font-weight: 600;
    text-align: center;
}

    .btn-buy-now:hover {
        background: #55c9b2;
    }

    .btn-buy-now:focus {
        background: #55c9b2;
    }

    .btn-buy-now:active {
        background: #55c9b2 !important;
    }

.rocket-icon {
    padding-right: 5px;
    padding-bottom: 5px;
}

.booking-p {
    font-size: 19px;
    color: #2D2D2D;
}

mark {
    background: #F1C245;
}

.gradient_Dash {
    padding-left: 0; /* Adjust these paddings as necessary */
    padding-right: 0; /* Adjust these paddings as necessary */
    height: 350px;
    background: linear-gradient(86deg, #89EAD6 0%, #89EAD6 4%, #6BE7CE 4%, #6FDCD1 33%, #6FDCD1 90%, #6BE7CE 91%, #6BE7CE 99%, #6FDCD1 100%);
    border-radius: 20px;
    overflow: hidden;
    justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
    display: flex;
    flex-direction: row;
}

.gradient-card {
    align-self: center; /* Keeps the card aligned vertically in the center */
    justify-content: center; /* Aligns children (text and button) in the center vertically */
    align-items: flex-start; /* Aligns children (text and button) to the start (left) */
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.gradient-button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: white;
    border-radius: 20px;
    display: inline-flex;
    gap: 8px;
    border: solid 1px black;
}

    .gradient-button:hover {
        border: solid 1px black;
        background-color: #f1f1f1;
    }

    .gradient-button:focus {
        border: solid 1px black;
        background-color: #f1f1f1;
    }

    .gradient-button:active {
        border: solid 1px black!important;
        background-color: #f1f1f1!important;
    }

    .feature-span {
        width: 56px;
        height: 56px;
        border-radius: 9999px;
    }

.review-main-heading {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 38px;
    font-weight: 700;
    line-height: 49.40px;
    word-wrap: break-word
}

.review-star-container {
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex;
}

.star-container {
    width: 24px;
    height: 23.08px;
    position: relative;
}

.review-bottom-card {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
}

.review-p {
    align-self: stretch;
    text-align: center;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.solid-star {
    width: 24px;
    height: 23.08px;
    left: 0px;
    top: 0px;
    position: absolute;
}

.clear-star {
    width: 24px;
    height: 23.08px;
    left: 0px;
    top: 0px;
}

.review-cards {
    flex: 1 1 0;
    align-self: stretch;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    box-shadow: 34.854148864746094px 29.626028060913086px 48.34000015258789px rgba(51, 102, 255, 0.05);
    border-radius: 20px;
    border: 1px #E5F4F2 solid;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    height: 100%;
}

.feature-cards {
    height: 100%;
    flex: 1 1 0;
    align-self: stretch;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    box-shadow: 34.854148864746094px 29.626028060913086px 48.34000015258789px rgba(51, 102, 255, 0.05);
    border-radius: 20px;
    border: 1px #E5F4F2 solid;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    min-height: 341px !important;
}

.review-card-heading {
    align-self: stretch;
    height: 127px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: flex
}

.review-card-content {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.review-headings {
    align-self: stretch;
    height: 55px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.review-img {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
}



.feature-img-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    padding: 10px;
}

.feature-img-calendar {
    background-color: #6BE7CE26;
}

.feature-img-receipt {
    background-color: #f5f0fd;
}

.feature-img-graph {
    background-color: #FFC10733;
    padding: 12px;
}

.contact-us-h1 {
    font-size: 38px;
}

.contact-us-p {
    font-size: 16px
}



.footer-style {
    width: 100%;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #2D2D2D;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.footer-text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.footer-response {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

section {
    background: #F8F9FF;
}

.contact-us-card {
    flex: 1 1 0;
    align-self: stretch;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    box-shadow: 34.854148864746094px 29.626028060913086px 48.34000015258789px rgba(51, 102, 255, 0.05);
    border-radius: 20px;
    border: 1px #E5F4F2 solid;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.contact-us-button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #6BE7CE;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-weight: 600;
}

    .contact-us-button:hover {
        background: #55c9b2;
        color: #fff;
    }

    .contact-us-button:focus {
        background: #55c9b2;
        color: #fff;
    }

    .contact-us-button:active {
        background: #55c9b2 !important;
        color: #fff!important;
    }

h1 {
    padding-top: 20px;
    color: black;
    font-weight: 700;
    font-size: 50px;
}

h2 {
    align-self: stretch;
    text-align: center;
    color: black;
    word-wrap: break-word;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.76px;
}

h3 {
    align-self: stretch;
    text-align: center;
    color: #2D2D2D;
    font-weight: 600;
    word-wrap: break-word
}

h4 {
    align-self: stretch;
    text-align: center;
    color: #111827;
    font-weight: 600;
    word-wrap: break-word;
}

h5 {
    color: #2D2D2D;
    font-size: 1.1rem;
    line-height: 160%;
}

h6 {
    align-self: stretch;
    text-align: center;
    color: #2D2D2D;
    word-wrap: break-word;
    padding-bottom: 8px;
}

p {
    align-self: stretch;
    text-align: center;
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 10px;
}

.gradient-items {
    display: flex;
    flex-direction: row;
}

.custom-btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-text {
    font-size: 50px;
    color: white;
    text-align: left;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 100%;
}

@media only screen and (max-width: 1200px) {
    .gradient-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .gradient-items {
        flex-direction: column;
    }

    .gradient-text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .main-heading {
        font-size: 50px;
        font-weight: 600;
    }

    h2 {
        font-size: 30px;
    }

    .gradient-text {
        font-size: 26px;
    }

    h1 {
        font-size: 32px;
    }

    .gradient-items {
        flex-direction: column;
    }

    .dash-banner-img {
        display: none;
    }

    .gradient_Dash {
        height: inherit;
    }

    .feature-cards {
        height: inherit;
    }

    .review-cards {
        height: inherit;
        min-height: inherit;
    }
}
