@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #48557A;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #48557A;
}

input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}

input {
    border: none;
}

input:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    padding: 0;
    margin: 0;
}


.service1-section {
    width: 100%;
    margin-top: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service1-section-container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin-bottom: 100px;
}

.service1-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1110px;
    text-align: center;
    gap: 24px;
}

.service1-specialization {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;

    color: #157DB1;
    align-content: center;
}

.service1-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    color: #242F4C;
    width: 100%;
}

.service1-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    max-width: 650px;
}

.service-details-section {
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-details-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 100px 20px;
    border-radius: 8px;
    gap: 48px;

    background-color: #f9f9f9;
    border-radius: 8px;
    width: 1150px;
}

.service-description-block {
    display: flex;
    flex-direction: column;
    width: 542px;
    gap: 48px;
    border-radius: 24px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 24px;
}

.service-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #242F4C;
}

.service-intro-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.category-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    color: #157DB1;
}

.category-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
    padding-left: 24px;
}

.category-list-li {
    position: relative;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.category-list-li::before {
    content: "";
    /* Обов'язкова властивість для відображення псевдоелемента */
    display: block;
    /* Робимо псевдоелемент блочним, щоб задати ширину та висоту */
    width: 15px;
    /* Бажана ширина рисочки */
    height: 2px;
    /* Бажана висота рисочки */
    background-color: #316BB5;
    /* Колір рисочки (темно-синій, як на вашому зображенні) */
    position: absolute;
    /* Позиціонуємо абсолютно відносно li (який має position: relative) */
    left: -24px;
    /* Розміщуємо рисочку на лівому краю padding-box елемента li */
    top: 0.7em;
    /* Вертикальне вирівнювання: 0.7em зазвичай добре вирівнює по центру першого рядка тексту. Можете налаштувати це значення. */
    border-radius: 1px;
    /* Трохи заокруглюємо кути для м'якшого вигляду */
}

.service-translation-ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
    height: auto;
    padding: 12px 0 0 20px;
    border-radius: 12px;
    align-content: center;
}

.service-lawyer-p {
    font-weight: 500;
    font-style: 16px;
    color: #48557A;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    align-content: center;
}

.service-translation-lang {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    align-content: center;
}

.service-translation-lang::before {
    content: none;
}








.service-pricing-block {
    position: sticky;
    top: 75px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 520px;
    gap: 24px;
}

.service-pricing-head {
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    display: flex;
    width: 100%;
    height: 118px;
    gap: 12px;
    padding: 24px;
    border-radius: 24px 24px 0 0;
    background-color: #157DB1;
    flex-direction: column;
}

.service-pricing-table {
    padding: 24px;
    border-radius: 0 0 24px 24px;
    background-color: #fff;
    width: 100%;
}

.pricing-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}

.pricing-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.pricing-tabs {
    width: 100%;
    height: 55px;
    gap: 24px;
    padding: 6px;
    border-radius: 16px;
    background-color: #E8F2F8;
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
}

.tab-button {
    width: 218px;
    height: 43px;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 24px;

    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #242F4C;
    transition: all 0.3s ease-in-out;
}

.tab-button:hover {
    cursor: pointer;
    color: #157DB1;

}

.active {
    background-color: #FFFFFF;
}

.tab-pane {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-bottom: 48px;
}

.price-item:last-child {
    border-bottom: none;
}


.price-item {
    width: 100%;
    height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #E2E2E9;

    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #242F4C;
}

.service-name {
    width: 50%;
}

.price {
    width: 50%;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #157DB1;
}

#contracts {
    display: none;
}

.btn-order-service {
    display: block;
    color: #FFFFFF;
    background-color: #157DB1;
    border-radius: 12px;
    width: 100%;
    height: 51px;
    padding: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
    margin-top: 48px;
    margin-bottom: 24px;
}

.btn-order-service::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url('../assets/svg/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-order-service:hover {
    background-color: #1269B3;
}

.special-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 270px;
    gap: 12px;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.discount-badge {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 155px;
    height: 43px;
    padding: 12px;
    border-radius: 12px;
    background-color: #FFE6E7;

    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF585B;
}

.services-image {
    max-width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.special-offer h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    color: #157DB1;
}

.special-offer p {
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.btn-order-service-packet {
    color: #157DB1;
    background-color: #E8F2F8;
    border-radius: 12px;
    width: 472px;
    height: 51px;
    padding: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
    margin-top: 12px;
}

.btn-order-service-packet::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url('../assets/svg/arrow-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-order-service-packet:hover {
    color: #fff;
    background-color: #1269B3;
}

.btn-order-service-packet:hover::after {
    background-image: url('../assets/svg/arrow.svg');
}

.pricing-notes {
    margin-top: 40px;
}

#consult-placeholder {
    width: 100%;
}

.consultation-section {
    background-color: #F7F7F7;
}







/* Media Queries */
@media (max-width: 1200px) {
    .service-details-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
    }

    .service-pricing-block {
        position: static;
        width: 542px;
    }
    .service1-section {
        margin-top: 125px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .service-pricing-block {
        width: 358px;
        margin: 0 auto;
    }
    .price-item {
        height: 109px;
    }
    .special-offer {
        height: 310px;
    }
    .btn-order-service-packet {
        width: 100%;
    }
    .service-description-block {
        width: 358px;
    }
    .service-details-container {
        padding: 100px 0;
    }
    .service1-header {
        width: 100%;
    }
    .service1-description {
        width: 100%;
    }
    .service1-title {
        font-size: 32px;
    }
}