.theme-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #348E38;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover {
    background: #0F4229;
    color: #fff;
}

.theme-btn i {
    margin-left: 5px;
}

.theme-btn span {
    margin-right: 5px;
}
/* ===================
service css 
====================== */

.service-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-item {
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-content {
    padding: 25px;
    padding-top: 0;
    position: relative;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    background: #348E38;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    position: relative;
    transition: all .5s ease-in-out;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.service-icon i {
    font-size: 45px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.service-item:hover .service-icon i {
    transform: rotate(360deg);
}

.service-arrow {
    margin-top: 30px;
}

.service-arrow .theme-btn {
    padding: 9px 25px;
}

.service-title a {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #0F4229;
}

.service-title a:hover {
    color: #348E38;
}

/* service 2 */
.service-area2 .service-icon {
    margin: 20px 0 0 20px;
}




/* ====================
service single
==================== */

.service-details img {
    border-radius: 5px;
}

.service-single-list i {
    color: #348E38;
    margin-right: 10px;
}

.service-download a {
    border: 2px solid #348E38;
    padding: 10px 20px;
    color: #191F30;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.service-download a i {
    margin-right: 10px;
}

.service-download a:hover {
    background-color: #348E38;
    color: #fff;
}

.service-details h3 {
    color: #0F4229;
}

.service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Make all cards stretch to full height if inside a flex row */
}

/* Make the content grow to fill space */
.service-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* This pushes the button down */
}

/* Push the button to the bottom */
.service-arrow {
    margin-top: auto;
}

.service-image {
    filter: invert(100%);
}

.custom-box {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.delivery-section-area {
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.delivery-section {
    text-align: center;
    padding: 20px;
    color: #fff;

}
.delivery-title {
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-size: 30px;
}

.delivery-item{
    gap: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #fff ;
}
p.delivery-text,
span.delivery-text {
    margin-bottom: 12px;
    font-size: 20px;
    color: #fff !important;
}
.delivery-item:last-child {
    margin-bottom: 0;
}

.delivery-icon {
    font-size: 20px;
    line-height: 1;
}

.delivery-section-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
}