.service-benefits5 .benefits-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #f79019eb;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service-benefits5 .benefits-box {
    padding: 32px;
    border-radius: 4px;
    margin-top: 30px;
    transition: all 0.4s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
}

.service-benefits5 .benefits-box {
    padding: 32px;
    border-radius: 4px;
    margin-top: 30px;
    transition: all 0.4s;

    box-shadow: rgb(161 128 95) 0px 5px 15px;
    text-align: center;
}

.why-choose-two {
    padding: 0px 0;
    position: relative;
}

.single-icon-items .icon-box i {
    color: #f79019;


    transition: all 0.4s ease-in-out;
}

.single-icon-items .icon-box:hover {
    background-color: #f79019;
}

.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.12em;
    text-transform: capitalize;
    color: #f79019;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}


.neww {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px;
}


.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 82%);
    font-family: 'Segoe UI', sans-serif;
    height: 100%;
    gap: 20px;
}

.card-content {
    flex: 1;
}

.card-content h4 {
    margin: 0;
    color: #888;
    font-size: 14px;
}

.card-content h2 {
    font-size: 24px;
    margin: 5px 0;
    font-weight: bold;
    color: #f7941f;
    font-family: 'Georgia', serif;
}

.card-content p {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.5;
}

.info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.info i {
    margin-right: 8px;
    color: #9b7b63;
}

.card-image {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card {
        flex-direction: row;
        align-items: center;
    }

    .card-image {
        width: 120px;
        height: 120px;
    }
}

.process-items::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 2px dotted rgb(255 255 255);
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: rotate 20s linear infinite;
}
.partyzio-quote-box {
background: linear-gradient(90deg, #f68a0e 0%, #ff8a00 100%);
color: #000000;
border-radius: 20px;

}
.show{
filter: drop-shadow(10px -5px 4px);
color: #998775;
}

.mt-1 {
margin-top: 1rem !important;
}