.swiper-container {
    width: 100%;
    height: 500px;
}

.work-with ul li {
    background: #f7f7f7 !important;
    padding: 0.5em 1em;
    margin-bottom: 15px;
}

.d-none {
    display: none;
}

.d-flex {
    display: -webkit-box;
    display: flex;
}

.d-flex-col {
    flex-direction: column;
}

.d-flex-row {
    flex-direction: row;
}

.gap-2 {
    gap: 2em;
}

.gap-1 {
    gap: 1em;
}

.baner-with-form {
    padding-top: 50px;
}

.baner-with-form .content-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.baner-with-form .content-box .subtitle,
.baner-with-form .content-box .title {
    color: white;
}

.baner-with-form .contact-form-area {
    padding: 30px;
}

.order-business form {
    margin-top: 24px;
}

.order-business form input {
    margin-bottom: 24px;
}

.order-business form button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: white;
    padding: 1px 26px 1px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 24px;
}

.our_works {
    padding-top: 50px;
    padding-bottom: 50px;
}

.our_works .works .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.our_works .title {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.delivery .social {
    margin-bottom: 15px;
}

.delivery .contact-info {
    margin-bottom: 15px;
}

.delivery .contact-info .title {
    margin-bottom: 15px;
}

.delivery .social-info {
    display: block;
    margin: 0 auto;
}

.button_submit {
    padding: 6px 45px;
    color: #525252;
}

#business-submit {
    padding: 6px 22px !important;
    margin-bottom: 15px;
}

.invalid input,
.invalid select {
    border-color: red !important;
}

.justify-content-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.working-section .single-working-content .workflow_description {
    min-height: 80px;
}

.working-section .single-working-content .workflow_description p {
    font-size: 16px;
}

.working-section .single-working-content .workflow_tile {
    font-size: 16px;
    min-height: 105px;
}

.working-section .single-working-content .workflow_tile a {
    font-size: inherit;
}

.choose-section .text {
    min-height: 100px;
    max-height: 160px;
    overflow: hidden;
}

.choose-section .benefit-title {
    min-height: 67px;
}

.choose-section .benefit-price {
    font-size: 14px;
}

.blur_parent {
    -webkit-backdrop-filter: brightness(77%) blur(4px);
    backdrop-filter: brightness(77%) blur(4px);
    background: #80808000;
    position: relative;
    min-height: 163px;
}

.blur_parent_contact_height {
    min-height: 560px;
}

.blur {
    -webkit-filter: blur(22px);
    filter: blur(22px);
    height: 100%;
}

.clear-both {
    clear: both;
}

.index_service_baner .index_service_banner_color {
    margin-bottom: 15px;
    text-align: center;
}

.section-detail-baner {
    padding-top: 50px;
}

.section-detail-baner .service-detail-excerpt {
    width: 80%;
    margin: 0 auto;
}

.open-popup {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000000000;
}

.popup-content {
    background: white;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInUp 0.5s ease forwards;
}

.popup-content img {
    width: 100%;
    border-radius: 5px;
}

.popup-content div {
    margin: 15px 0;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    top: 10%;
}

.popup-content div p,
.popup-content div p span,
.popup-content div p h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-weight: 600;
    font-size: 24px;
    color: #252a6c;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.popup-content div a {
    margin-top: 10px;
}

.close-popup {
    width: 34px;
    background: transparent;
    font-size: 15px;
    color: black;
    font-weight: 700;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.single-help-content .text a {
    color: #888888;
    text-decoration: underline;
}

.business-benefits .single-choose-content {
    min-height: 477px;
}

@media screen and (max-width: 500px) {

    .popup-content div p,
    .popup-content div p span,
    .popup-content div p h1 {
        font-size: 20px;
    }

    .popup-content {
        max-width: 450px;
    }

    .popup-content div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 425px) {
    .popup-content div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.service-container {
    min-width: 300px;
}

.service-container li {

    margin-bottom: 12px;
}
.service-wrapper .service {
    text-transform: uppercase;
}
.service {
    background: none;
    appearance: none;
    color: #08b2ed;
    text-align: left;
    font-size: 16px;
    transition-duration: 500ms;
    transition-property: color;
}

.service.active {
    color: #252a6c;
}

.service-prices {
    width: 100%;
    display: none;
}

.service-prices.active {
    display: flex;
}

.price-container {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(101, 128, 178, 0.07) 0px 4px 14px 0px;
    transition-property: all;
    transition-duration: 300ms;
}

.price-container:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(101, 128, 178, .15) 0px 4px 20px 0px;
}

.price-inner-container {
    padding: 2rem;
}

.search-container {
    display: flex;
    flex-shrink: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%
}

.flex-1 {
    flex-basis: 100%;
}

.search-wrapper #prices-search {
    width: 100%;
    max-width: 400px;
    padding: 5px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #1e2b35;
    outline: none;
    color: #1e2b35;
    background-color: transparent !important;
    position: relative;
    appearance: none;
}

#prices-search::placeholder {
    color: #a0a7b0;
    font-size: 16px;
}

.price-flex {
    justify-content: space-between;
    align-items: center;
    color: rgb(10, 10, 10);
    font-size: 16px;
    gap: 15px;
}

.prices-list {
    width: 100%;
}

.price-value-container {
    align-items: end;
    line-height: 18px;
}

.price-value {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.price-service {
    font-size: 12px;
    color: rgb(150, 150, 150);
}

.price-flex .price-content {
    border: 0;
    line-height: 18px;
}

.price-notion {
    color: rgb(219, 48, 48);
    font-size: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
    gap: 2px;
}

.asterisk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 6px;
}

.service-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
