/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/
/*common*/
.text-justify{
    text-align: justify;
}
/*whychooseus*/
.ltn__list-item-full li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
}

/* internal page*/
.center{
max-width: 0px !important;
}
.ltn__breadcrumb-dark {
    background-color: #161a29;
}
.ltn__breadcrumb-list li,
.ltn__breadcrumb-list a {
    color: #fff;
    text-decoration: none;
}

.ltn__breadcrumb-list {
    list-style: none;
    gap: 10px;
}
.ltn__error-page .error-image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.ltn__error-page .error-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}
.color-choose{
    background-color: #161a29;
}