/** ------------------------ */
/** ------------------------ */
/** ------------------------ */
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

/** ------------------------ */
/** ------------------------ */
/** ------------------------ */
.a4b0-html {
    height: 100%;
}

.a4b0-body {
    height: 100%;
    margin: 0;
}

.a4b0-layer {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333333;
    font-size: 18px !important;
    line-height: 1.2;
    word-break: break-word;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.a4b0-layer {
    box-sizing: border-box;
}

.a4b0-layer * {
    box-sizing: border-box;
}

/** ------------------------------------------------ */
.a4b0-1 {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.a4b0-1--sticky {
    background: #ffffff;
    position: sticky;
    z-index: 100;
    top: 0;
    width: 100%;
}

.a4b0-1-1 {
    width: 100%;
    max-width: 840px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    margin: 0 auto 0 auto;
    position: relative;
}

.a4b0-1-icon-logo {
    font-size: 20px !important;
    font-weight: bold;
    color: #2a9d8f;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.a4b0-1-icon-logo::before {
    content: "";
    width: 28px;
    max-width: 28px;
    height: 28px;
    background: url(./images/i4b0-1-1.svg) no-repeat center center;
}

.a4b0-1-icon-menu {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}

.a4b0-1-icon-menu::before {
    content: "";
    width: 28px;
    max-width: 28px;
    height: 28px;
    background: url(./images/i4b0-1-2.svg) no-repeat center center;
}

/** ------------------------------------------------ */
.a4b0-2 {
    width: 100%;
    padding: 0 20px;
    background-color: #f8f9fa;
}

.a4b0-2-1 {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 800px;
    min-height: 300px;
    padding: 30px 0 30px 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 768px) {
    .a4b0-2-1 {
        display: flex;
        flex-direction: column;
    }
}

.a4b0-2-1-1 {
    width: 100%;
}

.a4b0-2-1-2 {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .a4b0-2-1-2 {
        max-width: 100%;
    }
}

.a4b0-3 {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    min-height: 100px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.a4b0-3-name {
    font-size: 22px !important;
    font-weight: bold;
    color: #264653;
    margin: 20px 20px 15px 20px;
    text-decoration: none;
}

.a4b0-3-address {
    margin: 0 20px 15px 20px;
    display: flex;
    gap: 15px;
    color: #555555;
    align-items: center;
}

.a4b0-3-address::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-1.svg) no-repeat center center;
}

.a4b0-3-map-point {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    padding: 20px 0 0 0;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.a4b0-3-phone {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #555555;
    text-decoration: none;
}

.a4b0-3-phone::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-2.svg) no-repeat center center;
}

.a4b0-3-doctor {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #555555;
}

.a4b0-3-doctor::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-4.svg) no-repeat center center;
}

.a4b0-3-domain {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #2a9d8f;
    cursor: pointer;
}

.a4b0-3-domain::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-3.svg) no-repeat center center;
}

.a4b0-3-map-google {
    border: 0;
    width: calc(100% - 40px);
    height: 150px;
    border-radius: 10px;
    margin: 0 20px 20px 20px;
    background: url(./images/i4b0-3-1.svg) #e9f5f3 no-repeat center center;
}

.a4b0-3-services {
    margin: 0 20px 20px 20px;
    color: #555555;
}

.a4b0-3-text {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px 0 20px;
    margin: 0 0 20px 0;
    color: #555555;
}

.a4b0-4 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    min-height: 100px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.a4b0-4-name {
    font-weight: bold;
    color: #777777;
    margin: 20px 20px 15px 20px;
    text-decoration: none;
}

.a4b0-4-text {
    margin: 0 20px 15px 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a4b0-5 {
    width: 100%;
    padding: 0 20px;
    background-color: #f8f9fa;
}

.a4b0-5-1 {
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    color: #999999;
    font-size: 13px !important;
}

.a4b0-5-text {
    background: rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 100%;
    max-width: 200px;
    height: 10px;
    animation: a4b0-5-pulse 1.5s ease-in-out infinite;
}

@keyframes a4b0-5-pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

