.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand h1 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.navbar-brand h1 span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    color: #ffd14f;
}
.loc-item p {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}
.loc-item i {
    position: absolute;
    left: 0;
    top: 4px;
}
.loc-item p a {
    display: block;
}
.ul-text-right {
    text-align: right;
}
.wpo-service-single-section {
    background: url("../images/dark_pattern.png");
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd14f;
    text-align: center;
    border: 2px solid #ffd14f;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
.fix-app-btn {
    position: fixed;
    padding: 5px 25px;
    color: #000 !important;
    cursor: pointer;
    background-color: #ffd14f;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    top: 100px;
    right: 0;
    z-index: 10;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    letter-spacing: 1px;
}
.modal-dialog {
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-scroll {
    overflow: hidden;
}
.modal-content {
    background-color: #151515;
}
.modal-content p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.modal-content ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.modal-content h6 {
    color: #ffd14f;
    font-weight: bold;
}
.modal-title {
    color: #ffd14f;
}
.modal-footer .btn-primary {
    background-color: #ffd14f;
    border: none;
}
.wpo-terms-wrap p {
    text-align: justify;
}
.wpo-practice-item {
    position: relative;
}
.wpo-practice-item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .navbar-brand h1 {
        font-size: 24px;
        text-align: left;
        line-height: 32px;
    }
    .navbar-brand h1 span {
        font-size: 16px;
    }
    .modal {
        z-index: 99999;
    }
    .modal-dialog {
        align-items: unset;
    }
    .fix-app-btn {
        font-size: 16px;
        top: 115px;
    }
    .static-hero .lawyer-pic {
        top: auto;
    }
    .wpo-terms-section .wpo-terms-wrap h5 {
        margin: 0;
        font-size: 26px;
    }
    .wpo-page-title {
        background-position: top right;
    }
    .wpo-site-footer .wpo-lower-footer ul li {
        text-align: center;
    }
    .ul-text-right {
        text-align: center;
    }
}
