.main {
    font-family: "Montserrat", sans-serif;
}

header {
    /*background-image: url("../images/header.png");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
}

.sherpah-blue {
    color: black;
}

.sherpah-navbar {
    padding-top: calc(0.4rem + 0.5vw);
    padding-bottom: calc(0.4rem + 0.5vw);
}

.sherpah-brand-logo {
    width: calc(1.5rem + 1vw);
}

.sherpah-brand-text {
    font-size: calc(1.4rem + 0.7vw);
    padding-left: 0.5rem;
    color: #8FAA6E;
    font-weight: 600;
}

.sherpah-nav-link {
    font-size: calc(1.1rem + 0.05vw);
    text-align: center;
    color: black;
}

.sherpah-nav-link:focus,
.sherpah-nav-link:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
    color: #415A38;
}

.sherpah-nav-link.active {
    color: #415A38 !important;
    font-weight: 800;
    text-decoration: underline;
}

.sherpah-nav-link.sherpah-btn {
    display: inline-block;
}

.sherpah-btn {
    display: inline-flex;
    /* Use flexbox for alignment */
    align-items: center;
    /* Vertically align items */
    justify-content: center;
    /* Horizontally center content */
    font-size: calc(1.2rem + 0.05vw);
    cursor: pointer;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
    text-decoration: none;
    color: white;
    background-color: #415A38;
    border: 1px solid #415A38;
    font-weight: bold;
    text-align: center;
}

main .sherpah-btn {
    padding: 0.75rem 1.8rem !important;
    font-size: calc(1.25rem + 0.05vw);
    border-radius: 0.75rem;
}

.sherpah-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.sherpah-btn.bg-white {
    color: #383838;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sherpah-btn.bg-gold {
    background-color: #1d1d1f;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    font-size: 1.2rem;
}

.sherpah-btn:hover,
.sherpah-btn:focus {
    color: white;
    background-color: black !important;
    border: 1px solid black;
}

.sherpah-btn.bg-gold:hover,
.sherpah-btn.bg-gold:focus,
.footer-btn:hover,
.footer-btn:focus {
    color: white;
    background-color: #415A38 !important;
    border: 1px solid black;
}

.sherpah-header-buttons {
    z-index: 1;
}

.sherpah-header {
    height: calc(25rem + 10vw);
    /*background-image: url("../images/header.png");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

.sherpah-section {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    color: white;
}

.sherpah-section-light {
    color: #383838;
}

.sherpah-section-light-blue {
    color: #383838;
    position: inherit;
    background: #ffffff;
}

.sherpah-section-light-green {
    color: #1d1d1f;
    position: relative;
    background: linear-gradient(135deg, #f0f7ed 0%, #e8f4e1 50%, #f5faf2 100%);
}

.sherpah-section-dark::before {
    content: " ";
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sherpah-section-light::before {
    content: " ";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sherpah-header h1,
.sherpah-header h2 {
    position: relative;
    z-index: 1;
}

.sherpah-header h1 {
    font-size: calc(2rem + 2.5vw);
    font-weight: 700;
}

.sherpah-header h2 {
    font-size: calc(1rem + 1.5vw);
    font-weight: 400;
}

.sherpah-section .container,
.container-fluid {
    position: relative;
}

.sherpah-section h1,
.sherpah-section h2 {
    font-weight: 700;
}

.sherpah-big-icon {
    font-size: calc(3rem + 1vw);
}

.sherpah-btn {
    min-width: 150px;
}

.form-check {
    font-size: calc(1rem + 0.4vw);
}

.form-check-input:checked {
    background-color: #415A38;
    border-color: #415A38;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(213 12 45 / 25%);
}

.form-check-input,
.form-check-label {
    cursor: pointer;
}

.modal-header img {
    width: 3.5rem;
}

.modal-header,
.modal-body {
    background-color: #efefef;
}

.modal-footer {
    background-color: transparent;
    border-top: none;
}

.sherpah-section-supp {
    height: 0;
}

.sherpah-supp {
    display: flex;
    height: 22px;
    position: relative;
    top: -11px;
}

.sherpah-supp-left,
.sherpah-supp-right {
    flex-shrink: 0;
    width: 11px;
}

.sherpah-supp-middle {
    flex-grow: 1;
}

.sherpah-supp-stop-first,
.sherpah-supp-stop-middle {
    stop-opacity: 1;
}

.sherpah-supp-stop-last {
    stop-opacity: 0;
}

.sherpah-supp-light {
    stop-color: #f5f5f5;
}

.sherpah-supp-dark {
    stop-color: #3b3e43;
}

.sherpah-testimonial-text {
    padding: 1rem;
    position: relative;
    border-radius: 0.5rem;
    border: 1px solid #ffffff50;
    font-style: italic;
}

.sherpah-testimonial-text:after {
    content: "";
    position: absolute;
    left: 3.4rem;
    bottom: -0.68rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff50 transparent transparent transparent;
    border-width: 5px;
}

.sherpah-testimonial-author img {
    width: 3.12rem;
}

.sherpah-testimonial-author p {
    font-size: calc(0.7rem + 0.01vw);
}

.sherpah-dot-link {
    color: white;
}

.sherpah-dot-link:focus,
.sherpah-dot-link:hover,
.sherpah-light-blue {
    color: #efefef;
}

.sherpah-dot-link span {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 0.063rem;
    text-underline-offset: 0.28rem;
}

.sherpah-resource-link {
    color: inherit;
}

.sherpah-resource-link:focus,
.sherpah-resource-link:hover {
    color: #415A38;
}

.sherpah-svg-hidden {
    position: absolute !important;
    height: 0 !important;
    width: 0 !important;
}

.bi-whatsapp,
.bi-envelope,
.bi-link-45deg,
.bi-instagram,
.bi-facebook {
    color: #8FAA6E;
}

i.bi:focus,
i.bi:hover {
    color: #1d1d1f;
}

.sherpah-lh-lg {
    line-height: 2.5 !important;
}

.transparent-input {
    background-color: transparent;
    border: 3px solid #8FAA6E;
    color: #000;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.transparent-input::placeholder {
    color: #999;
}

.transparent-input:focus {
    background-color: transparent;
    border: 3px solid #415A38;
    outline: none;
    box-shadow: none;
}

.page-item .page-link {
    background-color: transparent;
}

.page-item.active .page-link {
    background-color: #415A38;
}

.asl_m .probox input {
    font-size: 19px !important;
}

.page-numbers {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    font-weight: 500;
}

.page-numbers:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.page-numbers:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.feature-icon {
    font-size: 40px;
    color: #8FAA6E;
    margin-right: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.review-section {
    text-align: left;
}

.quote-img {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: top;
}

.review-content {
    font-size: 18px;
    line-height: 1.5;
    display: inline;
}

.footer-btn {
    border-radius: 0 20px 20px 0;
    background-color: #1d1d1f;
    color: white;
}

.footer-btn i {
    color: white !important;
}

.zoom-image {
    width: 80%;
    height: auto;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.accordion-button:not(.collapsed) {
    background-color: #8FAA6E !important;
    color: white !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.breadcrumb-item:not(.active) a {
    color: #415A38;
}

.yoo-section-supp {
    height: 0;
}

.yoo-supp {
    display: flex;
    height: 22px;
    position: relative;
    top: -11px;
}

.yoo-supp-left,
.yoo-supp-right {
    flex-shrink: 0;
    width: 11px;
}

.yoo-supp-middle {
    flex-grow: 1;
}

.yoo-supp-stop-first,
.yoo-supp-stop-middle {
    stop-opacity: 1;
}

.yoo-supp-stop-last {
    stop-opacity: 0;
}

.yoo-supp-light {
    stop-color: #f5f5f5;
}

.yoo-supp-dark {
    stop-color: #3b3e43;
}

.yoo-section-light {
    color: #383838 !important;
}

.yoo-section-dark::before {
    content: ' ';
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.yoo-section-light::before {
    content: ' ';
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.yoo-section {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem* .5);
    padding-left: calc(1.5rem* .5);
    color: white;
}

.yoo-section>* {
    position: relative;
    z-index: 1;
}

.yoo-svg-hidden {
    position: absolute !important;
    height: 0 !important;
    width: 0 !important;
}

.yoo-big-icon {
    font-size: calc(3rem + 1vw);
}

.yoo-red {
    color: #8FAA6E;
}

.yoo-section h1, .yoo-section h2 {
font-weight: 700;
}

.main {
    font-family: 'Montserrat', sans-serif;
}
.modal {
    font-family: "Inter", sans-serif;
}
a {
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
}
.yoo-navbar {
    padding-top: calc(0.4rem + 0.5vw);
    padding-bottom: calc(0.4rem + 0.5vw);
}
.yoo-brand-logo {
    width: calc(3.5rem + 1vw);
}
.yoo-brand-text {
    font-size: calc(1.4rem + 0.7vw);
    font-weight: bold;
    padding-left: 0.5rem;
    color: #383838;
}
.yoo-nav-link {
    font-size: calc(1.2rem + 0.4vw);
    font-weight: 600;
    text-align: center;
}
.yoo-nav-link.yoo-btn {
    display: inline-block;
}
.yoo-btn {
    font-size: calc(1.2rem + 0.4vw);
    cursor: pointer;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
    text-decoration: none;
    color: white;
    background-color: #d50c2d;
    border: 1px solid #d50c2d;
    font-weight: bold;
    text-align: center;
}
.yoo-btn.bg-white {
    color: #383838;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.yoo-btn.bg-gold {
    color: #383838;
    background-color: gold;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.yoo-btn:hover, .yoo-btn:focus {
    color: #383838;
    background-color: gold !important;
    border: 1px solid gold;
}
.yoo-btn.bg-gold:hover, .yoo-btn.bg-gold:focus {
    color: white;
    background-color: #d50c2d !important;
    border: 1px solid #d50c2d;
}
.yoo-header-buttons {
    z-index: 1;
}
.yoo-header {
    height: calc(30rem + 10.5vw);
    background-image: url('/assets/images/header/header.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
.yoo-section {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-right: calc(1.5rem* .5);
    padding-left: calc(1.5rem* .5);
    color: white;
}
.yoo-section-light, .light2 {
    color: #383838 !important;
}
.yoo-section-dark::before {
    content: ' ';
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.yoo-section-light::before {
    content: ' ';
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.light2::before {
    background-color: rgba(255, 255, 255, 0.473);
}
.yoo-header h1, .yoo-header h2 {
    position: relative;
    z-index: 1;
}
.yoo-header h1 {
    font-size: calc(2rem + 2.5vw);
    font-weight: 700;
}
.yoo-header h2 {
    font-size: calc(1rem + 1.5vw);
    font-weight: 400;
}
.yoo-section .container, .container-fluid {
    position: relative;
}
.yoo-section h1, .yoo-section h2 {
    font-weight: 700;

}
.yoo-big-icon {
    font-size: calc(3rem + 1vw);
}
.yoo-modal h1, .yoo-modal .yoo-btn {
    font-size: calc(1.2rem + 0.4vw);
    font-weight: 600;
}
.form-check {
    font-size: calc(1rem + 0.4vw);
}
.form-check-input:checked {
    background-color: #d50c2d;
    border-color: #d50c2d;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(213 12 45 / 25%);
}
.form-check-input, .form-check-label {
    cursor: pointer;
}
.modal-header img, .yoo-footer-basement img {
    width: 1.5rem;
}
.modal-header {
    background-color: hsl(0, 0%, 96%);
}
.yoo-section-supp {
    height: 0;
}
.yoo-supp {
    display: flex;
    height: 22px;
    position: relative;
    top: -11px;
}
.yoo-supp-left,.yoo-supp-right {
    flex-shrink: 0;
    width: 11px;
}
.yoo-supp-middle {
    flex-grow: 1;
}
.yoo-supp-stop-first, .yoo-supp-stop-middle {
    stop-opacity: 1;
}
.yoo-supp-stop-last {
    stop-opacity: 0;
}
.yoo-supp-light {
    stop-color: #f5f5f5;
}
.yoo-supp-dark {
    stop-color: #3b3e43;
}
.yoo-testimonial-text {
    padding: 1rem;
    position: relative;
    border-radius: 0.5rem;
    border: 1px solid #ffffff50;
    font-style: italic;
}
.yoo-testimonial-text:after {
    content: '';
    position: absolute;
    left: 3.4rem;
    bottom: -0.68rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff50 transparent transparent transparent;
    border-width: 5px;
}
.yoo-testimonial-author img {
    width: 3.12rem;
}
.yoo-testimonial-author p {
    font-size: calc(0.7rem + 0.01vw);
}
.yoo-dot-link {
    color: white;
}
.yoo-dot-link:focus, .yoo-dot-link:hover, .yoo-gold {
    color: gold;
}
.yoo-dot-link span {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 0.063rem;
    text-underline-offset: 0.28rem;
}
.yoo-svg-hidden {
    position: absolute !important;
    height: 0 !important;
    width: 0 !important;
}
.yoo-footer {
    background-color: #3b3e43
}
.yoo-footer-basement {
    background-color: #2b2e31
}
.bi-linkedin {
    color: #0077b5;
}
.bi-telegram {
    color: #5ea9dd;
}
.bi-whatsapp {
    color: #11ae09;
}
.yoo-lh-lg {
    line-height: 2.5 !important;
}
@media (min-width: 1900px) {
    .yoo-brand-logo {
        width: 75px;
    }
    .yoo-brand-text {
        font-size: 2.24rem;
    }
    .yoo-nav-link, .yoo-btn {
        font-size: 1.681rem
    }
    .yoo-header h1 {
        font-size: 5rem;
    }
    .yoo-header h2 {
        font-size: 2.8rem;
    }
    .yoo-modal h1, .yoo-modal .yoo-btn {
        font-size: 1.681rem;
    }
    .form-check {
        font-size: 1.481rem;
    }
    .yoo-big-icon {
        font-size: 4.2rem;
    }
    .yoo-testimonial-author p {
        font-size: 0.724rem;
    }
}
@media (pointer: coarse) {
    .yoo-section, .yoo-header {
        background-attachment: initial !important;
    }
}

@media (min-width: 1900px) {
    .sherpah-brand-logo {
        width: 50px;
    }

    .sherpah-brand-text {
        font-size: 2.24rem;
    }

    .sherpah-nav-link,
    .sherpah-btn {
        font-size: 1.2rem;
    }

    .sherpah-header h1 {
        font-size: 5rem;
    }

    .sherpah-header h2 {
        font-size: 2.8rem;
    }

    .form-check {
        font-size: 1.481rem;
    }

    .sherpah-big-icon {
        font-size: 4.2rem;
    }

    .sherpah-testimonial-author p {
        font-size: 0.724rem;
    }
}

@media (max-width: 768px) {
    .app-preview {
        max-height: 200px !important;
        object-fit: contain;
    }
}

/* Team Member Styles */
.team-member {
    text-align: center;
    padding: 1rem;
}

.team-member img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.team-member img:hover {
    transform: scale(1.05);
    border-color: #8FAA6E;
}

.team-member h5 {
    margin-top: 1rem;
    font-weight: 600;
    color: #1d1d1f;
}

.team-member p {
    color: #415A38;
}

/* Statistics Counter Styles */
.stat-box {
    padding: 2rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(65, 90, 56, 0.1);
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(65, 90, 56, 0.2);
}

.stat-box h2 {
    font-size: calc(3rem + 2vw);
    font-weight: 700;
    color: #415A38;
}

.counter {
    display: inline-block;
    font-size: inherit;
}

.stat-box h4 {
    color: #1d1d1f;
    font-weight: 500;
}

/* Google Reviews Box */
.google-reviews-box {
    position: relative;
    overflow: visible;
}

.google-stars {
    color: #fbbf24;
    font-size: 1.5rem;
}

.google-stars i {
    margin: 0 2px;
}

.review-carousel {
    position: relative;
    height: 80px;
    overflow: visible;
    width: 100%;
}

.review-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 0 1rem;
    top: 0;
    left: 0;
}

.review-slide.active {
    opacity: 1;
    position: relative;
}

.review-text {
    color: #1d1d1f;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0.1rem;
}

.review-slide small {
    color: #415A38;
}

/* Google Maps Section */
.google-map-section {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.google-map-section iframe {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Pricing Section Styles */
.pricing-section {
    background-color: #ffffff;
}

.pricing-section .tab-pane:not(.show) {
    display: none;
}

.pricing-section .tab-pane.show {
    display: block;
}

.pricing-tab {
    font-size: 1.1rem;
    font-weight: 600;
    color: #415A38;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-decoration-color: #415A38;
    text-underline-offset: 5px;
    cursor: pointer;
}

.pricing-tab:hover {
    color: #8FAA6E;
    background-color: transparent;
    text-decoration: underline dotted #8FAA6E;
}

.pricing-tab.active {
    color: #8FAA6E;
    background-color: transparent;
    border-bottom: 3px solid #8FAA6E;
    text-decoration: none;
}

.pricing-info-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #8FAA6E;
}

/* Pricing Cards */
.pricing-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #e8f0dd;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(143, 170, 110, 0.2);
    border-color: #8FAA6E;
}

.pricing-badge {
    background-color: #8FAA6E;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
}

.pricing-badge-paid {
    background-color: #415A38;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
}

.pricing-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #415A38;
    margin-bottom: 1.5rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: #8FAA6E;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.pricing-card-paid .pricing-amount {
    color: #415A38;
}

.pricing-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1rem;
    font-weight: 500;
}

.pricing-value-note {
    font-size: 0.85rem;
    color: #8FAA6E;
    font-weight: 600;
    margin-bottom: 1rem;
    font-style: italic;
}

.pricing-description {
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e8f0dd;
}

.cancellation-notice {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.cancellation-notice i {
    color: #6c757d;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .pricing-tab {
        font-size: 0.95rem;
        padding: 0.8rem 1rem;
    }
    
    .pricing-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .pricing-amount {
        font-size: 2.5rem;
    }
    
    .pricing-card-title {
        font-size: 1.1rem;
        min-height: auto;
    }
}

@media (pointer: coarse) {

    .sherpah-section,
    .sherpah-header {
        background-attachment: initial !important;
    }
}

.pricing-tab:hover,
.pricing-tab:focus {
    color: #8FAA6E;
    background-color: transparent;
    text-decoration: underline dotted #8FAA6E;
    border-bottom: 3px solid transparent;
}