
.package-card {
    border: 2px solid #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s;
    margin-bottom: 20px;
}

.package-card.gesign-desc {
    border-color: #a1d59e;
    position: relative;
    height: 90px;
}

.most-popular {
    background: #c00;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    top: -12px;
    right: 15px;
    font-size: 0.8rem;
    border-radius: 3px;
}

.price {
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    color: black !important;
    font-weight: 900;
}

.check {
    color: #6a1b9a;
    font-weight: bold;
}

.features {
    text-align: left;
    padding-left: 10px;
}

.owl-carousel {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-left: 3px;
}

.owl-carousel .owl-item {
    float: none;
    height: 200px; /* optional: uniform height */
}

.ec_cat_content {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-service-image {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-service-image img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.mt-4 {
    margin-top: 20px;
}

.owl-nav {
    position: relative;
    top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    pointer-events: auto;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition: background 0.3s ease;
}

.owl-prev, .owl-next {
    font-size: 60px !important;
}

.text-start, .types {
    font-size: 15px;
    color: #000;
}

.design-banner .row {
    position: relative;
}

.design-image {
    display: block;
    width: calc(50% - 30px);
    height: auto;
    border-radius: 8px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.design-text {
    color: white;
    position: absolute;
    bottom: -12px;
    left: 15px;
    letter-spacing: .75px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    font-size: 28px;
    background: gold;
    padding: 8px 12px;
    border-radius: 12px;
}

.design-description {
    font-size: 25px;
    line-height: 1.125;
    min-height: 220px;
    overflow: hidden;
}

.ec-service-image {
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
}

.ec-service-image img {
    max-width: none;
    min-width: initial;

    max-height: none;
    min-height: initial;

    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .design-text {
        width: 100%;
        margin-top: 20px;
    }

    .design-image {
        width: 100%;
    }
}

.design_desc {
    text-align: center;
}

.order_design {
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    padding-left: 32px;
    border-radius: 10rem;
    border: 0rem;
    font-weight: bold;
    line-height: 1.618rem;
    font-family: "Open Sans", Arial, sans-serif, Helvetica !important;
    outline: none;
    transition: all .3s ease 0s;
    text-transform: capitalize;
}

#ec-cat-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#ec-cat-slider.owl-carousel .owl-nav button.owl-prev,
#ec-cat-slider.owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    color: black
}

.ec-service-image {
    border-radius: unset;
}

.errorMessage{
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    margin-bottom: 2rem;
    color: #ea2125;
    display: none;
}

