.gd-pricing-top {
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gd-pricing-top__header {
    font-size: 2.65rem;
    color: var(--text-header-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.gd-pricing-top__subheader {
    font-size: 1rem;
    color: #838383;
    max-width: 40rem;
    line-height: 1.4rem;
}


.gd-pricing__switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.gd-pricing__switcher-container {
    display: flex;
    background-color: #ecedee;
    border-radius: 1.6rem;
    padding: 0.25rem;
    position: relative;
}

.gd-pricing__switcher-discount {
    position: absolute;
    right: -1rem;
    top: -1rem;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffeeb3;
    color: #505132;
    font-size: 0.65rem;
    z-index: 3;
    font-weight: 600;
    letter-spacing: -0.3px;
   
   
}



    .gd-pricing__switcher-button {
        background: none;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 1.25rem;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 500;
        color: #6c757d;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
    }

.gd-pricing__switcher-button--active {
    background-color: #568fff;
    color: white;
}

.gd-pricing__legal {
    margin-bottom:6rem;
}

.gd-pricing__cards {
    display: flex;
    align-items: center;
    /* grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));*/
    gap: 1.5rem;
    /* max-width: 62.5rem;*/
    margin: 0 auto;
    margin-bottom: 3rem;
    animation: 0.6s ease-out 0s 1 slideIn;
}

.gd-pricing__card {
    width:33.33%;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 2rem;
    padding-top: 5rem;
    border: 0.125rem solid #EDEDED;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
}

    .gd-pricing__card:hover {
      /*  transform: translateY(-0.3125rem);*/
    }

.gd-pricing__card--premium {
    border: 0.125rem solid #568fffb0;
    min-height:37rem;
    position:relative;
}
.gd-pricing__card--premium-label {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #568fff;
    color: #fff;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.45rem 0.75rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}



.gd-pricing__card-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.gd-pricing__card-title--premium {
    position:relative;
    padding-right:1rem;
}
    .gd-pricing__card-title--premium::after {
        content: "";
        position: absolute;
        /* right: 0; */
        top: 0.45rem;
        margin-left: 0.5rem;
        width: 1.15rem;
        height: 1.15rem;
        background-image: url(../img/home-icons.svg#premium_crown);
        background-size: contain;
        background-repeat: no-repeat;
    }


.gd-pricing__card-subtitle {
    font-size: 0.875rem;
    color: #9A9A9A;
    margin-bottom: 3rem;
}

.gd-pricing__card-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
    min-height: 3.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-pricing__card-price--custom {
    font-size: 1.75rem;
    color: #a4a4a4;
    align-items: flex-end;
    padding-bottom: 0.5rem;
}

.gd-pricing__card-billing {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 3rem;
}

a.gd-pricing__card-button {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 3rem;
    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
}

a.gd-pricing__card-button--primary {
    background-color: #568fff;
    color: white;
}

    a.gd-pricing__card-button--primary:hover {
        background-color: #4981ed;
        color:#fff;
    }

a.gd-pricing__card-button--secondary {
    background-color: #E7EEFC;
    color: #568fff;
}

    a.gd-pricing__card-button--secondary:hover {
        background-color: #dbe3f5;
        color: #4981ed;
    }

a.gd-pricing__card-button--disabled, a.gd-pricing__card-button--disabled:hover {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}



.gd-pricing__card-features {
    text-align: left;
    list-style: none;
}

.gd-pricing__card-feature {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #767676;
    position: relative;
    padding-left: 1.5rem;
}

    .gd-pricing__card-feature::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1rem;
        height: 1rem;
        background-image: url(../img/home-icons.svg#bullet);
        background-size: contain;
        background-repeat: no-repeat;
    }

.gd-pricing-table-box {
    overflow-x: auto;
}

.gd-pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 1rem;
    color: #6c6c6c;
    background-color: #fff;
    border-radius: 0.85rem;
    overflow: hidden;
}

.gd-pricing-table thead th {
    background-color: #568fff;
    color: #ffffff;
    font-weight: 500;
    border-top: 0;
}

    .gd-pricing-table th:first-child, .gd-pricing-table td:first-child {
        width: 34%;
        text-align: left;
        padding-left: 2rem;
    }

    .gd-pricing-table th:not(:first-child), .gd-pricing-table td:not(:first-child) {
        width: 22%;
       
    }


.gd-pricing-table td, .gd-pricing-table th {
    padding: 1rem;
      
}


    .gd-pricing-table td {
        text-align: center;
        border-bottom: 1px solid #eaeaea;
    }

    .gd-pricing-table tr:last-child td {
        border-bottom:none;
    }


        .gd-pricing-table td:first-child {
            text-align: left;
        }

    .gd-pricing-table tfoot td {
        border-top: 1px solid #eaeaea;
        border-bottom: none;
    }


th.gd-pricing-table__subheader {
    background-color: #eff4fa;
    font-weight: 600;
}

a.gd-pricing-table__btn {
    display: grid;
    place-items: center;
    height: 2.8rem;
    width: 100%;
    background-color: #568fff;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25rem;
    white-space: nowrap;
    padding: 0 0.25rem;
}

    a.gd-pricing-table__btn:hover {
        background-color: #4981ed;
        color:#fff;
    }

a.gd-pricing-table__btn--alt {
    display: grid;
    place-items: center;
    height: 2.8rem;
    width: 100%;
    text-decoration: none;
    border-radius: 0.25rem;
    background-color: #E7EEFC;
    color: #568fff;
    white-space: nowrap;
    padding: 0 0.25rem;
}

a.gd-pricing-table__btn--alt:hover {
    background-color: #dbe3f5;
    color: #568fff;
}

a.gd-pricing-table__btn--disabled, a.gd-pricing-table__btn--disabled:hover {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}


    .gd-pricing__contact-box {
        padding: 1rem;
        text-align: center;
    }
a.gd-pricing__contact-btn {
    padding: 0.85rem 1.3rem;
    background-color: #568fff;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25rem;
    font-size: 1rem;
}

    a.gd-pricing__contact-btn:hover {
        background-color: #4981ed;
        color:#fff;
    }


@media (max-width: 740px) {
    .gd-pricing__cards {
       flex-direction:column;
    }

    .gd-pricing__card {
        width:100%;
    }

    .gd-pricing__card--premium {
        transform: none;
        min-height: auto;
    }

    .gd-pricing__card--premium:hover {
        transform: none;
    }


    .gd-pricing-table th:first-child, .gd-pricing-table td:first-child {
       
        padding-left: 1rem;
    }

    .gd-pricing-table tfoot td:first-child {
        width:0;
    }
}

