.exprience {
    max-width: 350px !important;
}

.exprience-left {
    flex-basis: 40% !important;
}

.exprience-right {
    flex-basis: 60% !important;
}

.container-fluid {
    padding: 20px 0;
    align-items: center !important;
}

.img1 {
    background-image: url("pub1.png");
    background-position: center;
    background-size: cover;
    height: 650px;
}

.img2 {
    background-image: url("");
    background-position: center;
    background-size: cover;
    height: 650px;
}


.img3 {
    background-image: url("");
    background-position: center;
    background-size: cover;
    height: 650px;
}


.img4 {
    background-image: url("");
    background-position: center;
    background-size: cover;
    height: 650px;
}

.owl-prev, .owl-next, .owl-dots {
    display: none !important;
}

.justify-content-center {
    align-items: center;
}

.contact-validation-active label.error {
    margin-top: -10px;
    padding-bottom: 20px;
}

.form-phone {
    padding-left: 40px !important;
}

.spm-wrapper {
    width: 100%;
}

.spm-flag-button {
    left: 10px !important;
    top: 37% !important;
}

.spm-dropdown {
    top: 80% !important;
}

.col-lg-3 {
    width: 50% !important;
}

.wpo-site-footer .about-widget {
    max-width: 500px !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
}

.modal-content {
    width: 80%;
    padding: 100px 50px;
    border-radius: 24px;
    box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    background: #1E2E3E;
    text-align: center;
    font-family: "DM Serif Text", serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    position: relative;
    z-index: 1001;
}

.modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: none;
}

.first-pop-up, .second-pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background: #fff;
    border: 3px solid #194139;
    border-radius: 24px;
    padding: 64px 82px 84px 82px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 1001;
    display: none;
    flex-direction: column;
    align-items: center;
}

.second-pop-up {
    border: 3px solid #fff;
    box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    background: #1E2E3E;
}

.modal-title {
    margin-top: 84px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #000529;
}

.modal-description-top {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    color: #000529;
}

.text-white {
    color: #fff;
}

.close-modal {
    margin-top: 84px;
    border: none;
    cursor: pointer;
    padding: 12px 48px;
    box-shadow: -20px 14px 48px 0 rgba(0, 0, 0, 0.32), -2px 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #000529;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    max-width: max-content;
}

.wpo-team-text {
    bottom: 0 !important;
}

.b-top-inner {
    bottom: 0 !important;
}

.b-top-inner p {
    display: none !important;
}

.static-hero .lawyer-pic {
    bottom: -150px !important;
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .first-pop-up, .second-pop-up {
        width: 70%;
    }

    .modal-description-top {
        width: 100%;
    }

    .static-hero .lawyer-pic {
        bottom: -10px !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .first-pop-up, .second-pop-up {
        width: 70%;
        padding: 40px 20px;
    }

    .modal-description-top {
        width: 100%;
    }

    .static-hero .lawyer-pic {
        bottom: -10px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .first-pop-up, .second-pop-up {
        width: 70%;
        padding: 40px 20px;
    }

    .modal-title {
        font-size: 32px;
        margin-top: 28px;
    }

    .close-modal {
        margin-top: 48px;
        font-size: 20px;
        padding: 10px 35px;
    }

    .modal-description-top {
        width: 100%;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .first-pop-up, .second-pop-up {
        width: 70%;
        padding: 40px 20px;
    }

    .modal-title {
        font-size: 32px;
        margin-top: 28px;
    }

    .close-modal {
        margin-top: 48px;
        font-size: 18px;
        padding: 10px 20px;
    }

    .modal-description-top {
        width: 100%;
        font-size: 24px;
    }
}
