/*General */

body {
    background-image: url('../img/body-background.png');
}
.pricing-list{}

.text-gradient-color {
    background: linear-gradient(272.35deg, #014F59 54.39%, #00E38D 95.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.btn-gradient-color .elementor-button {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    background: linear-gradient(274.13deg, #014F59 0.86%, #00E38D 95.17%);
    border-radius: 10px;
    text-transform: uppercase;
    color: #F6F6F6;
}

.btn-gradient-box-color .elementor-button {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    box-sizing: border-box;
    border-radius: 10px;
    text-transform: uppercase;
    background: linear-gradient(274.13deg, #014F59 0.86%, #00E38D 95.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border: 2px solid !important;
    border-color: #015e5e !important;
}


/* Nav */

#main-menu li a:hover,
#main-menu li a.elementor-item-active {
    /* Linear */
    background: linear-gradient(274.13deg, #014F59 0.86%, #00E38D 95.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#main-menu li a:hover::after,
#main-menu li a.elementor-item-active::after {
    content: '';
    width: 90%;
    display: block;
    height: 3px;
    background: linear-gradient(275.13deg, #014F59 0%, #00E38D 95.04%) !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 13px;
}

/* Widgets */

/* service box */
.service-box-single {
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 20px 0px #787878ad;
}

.service-short-des {
    height: 68px;
    overflow: hidden;
}


.oci-custom-title {
    display: flex;
    align-items: flex-end;
}

.oci-custom-title .custom-title,
.oci-custom-title .custom-subtitle {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #787878;
    padding: 0px 5px;
}

.oci-custom-title .custom-title {
    font-size: 32px !important;
    line-height: 40px !important;
    background: linear-gradient(275.13deg, #014F59 0%, #00E38D 95.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.oci-custom-title .title-wrapper {
    flex: 0 1 auto;
    white-space: nowrap;
}

.title-border,
.subtitle-border {
    content: '';
    background: #787878;
    z-index: -1;
    height: 2px;
    width: 100%;
    display: block;
}

.title-border {
    background: linear-gradient(275.13deg, #014F59 0%, #00E38D 95.04%) !important;
    height: 4px !important;
}

.subtitle-border {
    margin-bottom: 1px;
}