.ch-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ch-col {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}

.ch-col strong {
    font-weight: 600;
}

.ch-img {
    position: relative;
    margin-bottom: 20px;
}

.ch-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ch-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.7);
    font-weight: 600;
    font-size: 24px;
    padding: 0 15px;
    opacity: 1;
}

.ch-box .elementor-button,
.ch-col .elementor-button  {
    padding: 18px 50px 18px 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-width: 0 !important;
    font-family: "Urbanist", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 1em !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
    fill: var(--e-global-color-text) !important;
    box-shadow: 0px 0px 30px -100px rgba(244.79999999999998, 5.853913043478253, 5.853913043478253, 0.5) !important;
    border-radius: 33px 33px 33px 33px !important;
}

.ch-box .elementor-button:hover,
.ch-col .elementor-button:hover {
    background-color: #FFFFFF;
    color: var(--e-global-color-323ad90);
}

.ch-price {
    margin-bottom: 10px;
}

.ch-price strong {
    white-space: nowrap;
}

.ch-modal {
    /* display: none; */
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    align-items: start;
    justify-content: center;
    padding: 15px;
    overflow: auto;
}

.ch-box {
    width: 100%;
    max-width: 430px;
    background-color: #150f33;
    color: #fff;
}

.chb-img img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.chb-content {
    padding: 0 50px 40px 50px;
}

.chb-price {
    color: #731aff;
    margin-bottom: 15px;
}

.chb-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ch-modal-toggle {
    border: none !important;
    outline: none !important;
}

.ch-modal button {
    width: 100%;
    border: none !important;
    outline: none !important;
}

.ch-label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.ch-input {
    border-radius: 20px !important;
    margin-bottom: 10px;
}

.ch-suffix-wrapper {
    position: relative;
}

.ch-suffix {
    background-color: #005aff;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.ch-box {
    position: relative;
}

.ch-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    transition: all 350ms ease;
}

.ch-modal-close:hover {
    background-color: #731aff;
    color: #fff;
}

@media (max-width: 991px) {
    .ch-col {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {
    .ch-col {
        flex: 0 0 50%;
    }

    .ch-info, .ch-price {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .ch-col {
        flex: 0 0 100%;
    }
    .ch-img {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}