
.price-content > ul > li ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #ff5c12;
    transition: max-height 1s ease, opacity 0.3s ease, padding 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    padding: 0;
    z-index: -1;
}
.price-content > ul > li{
    cursor: pointer;
}

.price-content > ul > li ul li{
    font-size: 14px !important;
}
.price-content > ul > li:hover{
    color: #ff5c12;
}


.let-click .price-content > ul > li:hover ul {
    opacity: 1;
    max-height: 800px; 
    padding: 10px 20px;
    z-index: 2;
}
 
    


.let-hover .price-content > ul > li.active-price-item > ul {
    opacity: 1;
    max-height: 800px;
    padding: 10px 20px;
    z-index: 6 !important;
}





.fff-txt {
    color: #fff;
}


.navigation li.active a {
    color: #fff !important;
    background-color: #fd5d14 !important; 
    
}

.footer-social-links .social-links-style1 {
    display: flex;
    gap: 20px;
}


/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

.service-style1-area {
    display: flex;
    flex-direction: column;
}


.media-body p {
    text-align: center;
}

.service-card {
    width: 100%;
    display: flex;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.308);
    flex: 1;
    min-height: 100%;
}

.service-card .content-card {
    height: 100%;
    width: 70%;
    padding: 20px;
}

.img-cart-1 {
    background-image: url(../images/services/1.jpg);  
}

.img-cart-2 {
    background-image: url(../images/services/2.jpg);  
}

.img-cart-3 {
    background-image: url(../images/services/3.jpg);  
}

.img-cart-4 {
    background-image: url(../images/services/4.jpg);  
}

.service-card .img-card {
    width: 30%;
    background-color: rgba(255, 0, 255, 0.308);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-card .content-card p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #000b63;
    position: relative;
    width: fit-content;
}

.service-card .content-card p:first-child::before{
    content: '';
    background: #fd5d14;
    position: absolute;
    width: 40%;
    height: 1px;
    left: 100%;
    top: 100%;
}


.service-card .content-card p:nth-child(2){
    color: #fd5d14;
    font-weight: 500;
}

.service-card .content-card p:nth-child(3){
    font-size: 14px;
    color: black !important;
    font-weight: 500;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .service-card .img-card {
        display: none;
    }

    .service-card .content-card {
        width: 100%;
    }
    
}



.scorp, .scorp a {
    color: #fff;
    font-weight: 600;
}














