* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.wrapper-container-log {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(137,190,196);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}footer {
    background: rgb(66,91,94);
    color: #000000;
    font-family: Nunito, sans-serif;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 2px solid rgb(102,140,145);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(102,140,145);
}
footer .logo_holder svg:hover, footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer .menu a {
    color: rgb(102,140,145);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .menu a:hover {
    background: rgb(102,140,145);
    color: #ffffff;
}
footer .menu_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .copyright {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
footer .copyright_info a {
    color: rgb(102,140,145);
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}
.wrapper-container-log footer .footer {
    padding: 0;
}
.wrapper-container-log footer .footer_info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.wrapper-container-log footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.wrapper-container-log footer .menu a {
    font-size: 15px;
    color: rgb(102,140,145);
    margin: 0 5px;
    padding: 5px 10px;
    transition: background 0.3s ease, color 0.3s ease;
}
.wrapper-container-log footer .menu a:hover {
    background: rgb(102,140,145,0.5);
    color: #ffffff;
    border-radius: 16px;
}
.wrapper-container-log footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper-container-log footer .copyright_info {
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    .wrapper-container-log footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    .wrapper-container-log footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .wrapper-container-log footer .footer_info {
        padding: 20px 10px;
    }
    .wrapper-container-log footer .copyright_info {
        text-align: center;
    }
    .wrapper-container-log footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer .menu_holder {
        align-items: center;
    }
    footer .menu a {
        margin-bottom: 10px;
    }
    footer .footer_info {
        padding: 20px 0;
    }
    footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}.thankYouHub-log {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(102,140,145,0.5);
    padding: 50px 20px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgb(102,140,145);
}
.thankYouHub-log .container {
    width: 100%;
    background-color: rgb(137,190,196);
    border-radius: 11px;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(102,140,145,0.5);
}
.thankYouHub-log h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 600;
    color: rgb(102,140,145);
    border-bottom: 3px solid rgb(66,91,94);
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
.thankYouHub-log p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(102,140,145,0.5);
}
@media only screen and (max-width: 800px) {
    .thankYouHub-log {
        padding: 30px 10px;
    }
    .thankYouHub-log .container {
        padding: 30px;
    }
    .thankYouHub-log h2 {
        font-size: 35px;
        padding-bottom: 8px;
    }
    .thankYouHub-log p {
        font-size: 24px;
        padding: 15px;
    }
}
.secure-vaulting-log {
    background: linear-gradient(to right, rgb(102,140,145), rgb(66,91,94));
    color: #ffffff;
    padding: 50px;
    font-family: Nunito, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.secure-vaulting-log h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.secure-vaulting-log h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.secure-vaulting-log h3, .secure-vaulting-log h4, .secure-vaulting-log h5, .secure-vaulting-log h6 {
    margin: 1rem 0;
    text-align: center;
}
.secure-vaulting-log p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.secure-vaulting-log ul, .secure-vaulting-log ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.secure-vaulting-log ul li, .secure-vaulting-log ol li {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.secure-vaulting-log span {
    font-weight: 600;
}
.secure-vaulting-log div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .secure-vaulting-log {
        padding: 30px 15px;
    }
    .secure-vaulting-log h1 {
        font-size: calc(18px - 10px);
    }
    .secure-vaulting-log h2 {
        font-size: calc(18px - 8px);
    }
    .secure-vaulting-log p, .secure-vaulting-log li {
        font-size: calc(12px - 2px);
    }
}
.our-team-log {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(102,140,145), rgb(66,91,94));
    font-family: Nunito, sans-serif;
}

.wrapper-container-log .our-team-log .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-container-log .our-team-log .holder .photo {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgb(102,140,145);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
}

.wrapper-container-log .our-team-log .holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(66,91,94);
    border-radius: 50%;
    box-sizing: border-box;
}

.wrapper-container-log .our-team-log .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.wrapper-container-log .our-team-log .style_element h2 {
    color: rgb(102,140,145);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.wrapper-container-log .our-team-log .style_element h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: rgb(102,140,145);
    border-radius: 10px;
}

.wrapper-container-log .our-team-log .style_element p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    padding: 20px;
    background: rgb(66,91,94,0.5);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wrapper-container-log .our-team-log .style_element p::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgb(102,140,145);
    border-radius: 50%;
}

.wrapper-container-log .our-team-log .style_element p::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgb(102,140,145);
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container-log .our-team-log .holder .photo {
        width: 300px;
        height: 300px;
    }

    .wrapper-container-log .our-team-log .caption_holder {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-container-log .our-team-log {
        padding: 60px 0;
    }
    .wrapper-container-log .our-team-log .holder {
        padding: 0;
    }

    .wrapper-container-log .our-team-log .holder .photo {
        width: 250px;
        height: 250px;
    }

    .wrapper-container-log .our-team-log .caption_holder {
        padding: 10px;
    }

    .wrapper-container-log .our-team-log .style_element h2 {
        font-size: 20px;
    }

    .wrapper-container-log .our-team-log .style_element p {
        font-size: 14px;
    }
}
.contacts-log {
    color: #000000;
    background-color: #ffffff;
    padding: 60px 0;
    font-family: Nunito, sans-serif;
    position: relative;
}
.contacts-log h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
    color: rgb(102,140,145);
    position: relative;
    z-index: 1;
}
.contacts-log .contact_description {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    color: #000000;
}
.contacts-log .holder .info_holder div.our-work-hours-log {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contacts-log .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.contacts-log .holder .info_holder > div > div {
    margin: 5px 0;
}
.contacts-log .holder {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative;
    margin: 30px 0;
}
.contacts-log .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 26px 0 0 26px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}
.contacts-log .holder .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    z-index: 1;
}
.contacts-log .holder .info_holder>div span {
    margin-left: 8px;
}
.contacts-log .holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.contacts-log .holder .info_holder {
    font-size: 18px;
    line-height: 26px;
    width: 50%;
    order: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(137,190,196);
    border-radius:  0 26px  26px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}
.contacts-log .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contacts-log .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(66,91,94);
    margin-right: 10px;
}
.contacts-log .info_holder a {
    color: rgb(102,140,145);
    text-decoration: none;
    font-weight: 600;
}
.contacts-log .info_holder a:hover {
    text-decoration: underline;
}
.contacts-log .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 40px;
}
.contacts-log .contact_politics > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.contacts-log .contact_politics > div h4 {
    margin: 10px 0;
    color: rgb(102,140,145);
    font-weight: 700;
}
.contacts-log .contact_politics > div p {
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .contacts-log .holder .info_holder {
        width: 100%;
        border-radius: 26px 26px 0 0;
        align-items: center;
        padding: 30px;
    }
    .contacts-log .holder .photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 26px 26px;
    }
    .contacts-log .holder .photo:before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    }
}
.instructor-history-log {
    padding: 100px 0;
    background-color: rgb(137,190,196);
    color: #000000;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.instructor-history-log::before,
.instructor-history-log::after {
    content: "";
    position: absolute;
    background: rgb(102,140,145);
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
}

.instructor-history-log::before {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
}

.instructor-history-log::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
}

.instructor-history-log .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.instructor-history-log .review {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    width: calc(33.333% - 40px);
    padding: 30px;
    position: relative;
}

.instructor-history-log .review::before,
.instructor-history-log .review::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(102,140,145);
    opacity: 0.05;
}

.instructor-history-log .review::before {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
}

.instructor-history-log .review::after {
    width: 30px;
    height: 30px;
    bottom: -10px;
    right: -10px;
}

.instructor-history-log .photo {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    position: relative;
}

.instructor-history-log .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgb(102,140,145);
    border-radius: 50%;
}

.worker_description {
    text-align: center;
    padding: 20px;
}

.instructor-history-log .name {
    font-size: 35px;
    color: rgb(102,140,145);
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}

.instructor-history-log .name::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(102,140,145);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.instructor-history-log .job {
    font-size: 18px;
    color: rgb(66,91,94);
    margin-bottom: 20px;
    font-weight: 400;
}

.instructor-history-log .quote {
    font-size: 14px;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    border-left: 3px solid rgb(102,140,145);
    padding-left: 10px;
    margin-top: 10px;
}
.instructor-history-log .holder {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 1200px) {
    .instructor-history-log .container {
        gap: 20px;
    }
    .instructor-history-log .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .instructor-history-log {
        padding: 60px 0;
    }
    .instructor-history-log .review {
        width: 100%;
    }
}

.wrapper-container-log .instructor-history-log {
    background: rgb(102,140,145);
    padding: 80px 0;
}

.wrapper-container-log .instructor-history-log .review {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: none;
}

.wrapper-container-log .instructor-history-log .photo {
    padding-bottom: 80%;
}

.wrapper-container-log .worker_description {
    padding: 30px 0;
}
@media only screen and (max-width: 800px) {
    .wrapper-container-log .instructor-history-log {
        padding: 60px 0;
    }
}
.greeting-page-log {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.greeting-page-log .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.greeting-page-log .style_element {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 800px;
    width: 80%;
    animation: fadeIn 1.2s ease-in-out;
}
.greeting-page-log .style_element h1 {
    color: rgb(102,140,145);
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 16px;
    animation: slideInLeft 1s ease-in-out;
}
.greeting-page-log .style_element h3 {
    color: rgb(66,91,94);
    font-size: 28px;
    margin-bottom: 16px;
    animation: slideInRight 1s ease-in-out;
}
.greeting-page-log .style_element p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 24px;
    animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideInLeft {
    from {
        transform: translateX(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideInRight {
    from {
        transform: translateX(50%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .greeting-page-log .title_page_holder {
        min-height: 500px;
    }
    .greeting-page-log .style_element {
        padding: 30px;
        max-width: 700px;
    }
    .greeting-page-log .style_element h1 {
        font-size: calc(41px - 10px);
    }
    .greeting-page-log .style_element h3 {
        font-size: calc(28px - 8px);
    }
    .greeting-page-log .style_element p {
        font-size: calc(14px - 2px);
    }
}
@media only screen and (max-width: 800px) {
    .greeting-page-log .title_page_holder {
        min-height: 400px;
    }
    .greeting-page-log .style_element {
        padding: 20px;
        max-width: 90%;
    }
    .greeting-page-log .style_element h1 {
        font-size: calc(41px - 20px);
    }
    .greeting-page-log .style_element h3 {
        font-size: calc(28px - 16px);
    }
    .greeting-page-log .style_element p {
        font-size: calc(14px - 4px);
    }
}
.wrapper-container-log .greeting-page-log {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-container-log .greeting-page-log .title_page_holder {
    width: 100%;
    background-position: center;
}
.wrapper-container-log .greeting-page-log .style_element {
    position: relative;
    padding: 40px;
    background: rgb(102,140,145,0.5);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.wrapper-container-log .greeting-page-log .style_element h1,
.wrapper-container-log .greeting-page-log .style_element h3,
.wrapper-container-log .greeting-page-log .style_element p {
    color: #ffffff;
    text-align: left;
}
.wrapper-container-log .greeting-page-log .style_element h1 {
    font-size: 41px;
    margin-bottom: 12px;
}
.wrapper-container-log .greeting-page-log .style_element h3 {
    font-size: 28px;
    margin-bottom: 12px;
}
.wrapper-container-log .greeting-page-log .style_element p {
    font-size: 14px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .wrapper-container-log .greeting-page-log .title_page_holder {
        width: 100%;
    }
    .wrapper-container-log .greeting-page-log .style_element {
        padding: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-container-log .greeting-page-log .style_element {
        padding: 20px;
    }
}.course-demographic-log {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course-demographic-log .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-demographic-log ul {
    list-style: none;
}

.course-demographic-log ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course-demographic-log ul svg, .course-demographic-log ul svg path {
    fill: rgb(102,140,145);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course-demographic-log h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course-demographic-log {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-container-log .course-demographic-log {
    background: linear-gradient(135deg, rgb(102,140,145), rgb(66,91,94));
    padding: 60px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.wrapper-container-log .course-demographic-log::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    z-index: 0;
}

.wrapper-container-log .course-demographic-log .holder {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wrapper-container-log .course-demographic-log .holder ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.wrapper-container-log .course-demographic-log ul li {
    width: 30%;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.wrapper-container-log .course-demographic-log ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-container-log .course-demographic-log ul svg, .wrapper-container-log .course-demographic-log ul svg path {
    position: static;
    fill: rgb(102,140,145);
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.wrapper-container-log .course-demographic-log h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    .wrapper-container-log .course-demographic-log ul li {
        width: 100%;
    }

    .wrapper-container-log .course-demographic-log h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .wrapper-container-log .course-demographic-log ul {
        flex-direction: column;
    }
}header .main_header {
    min-height: 100px;
    background: linear-gradient(135deg, rgb(102,140,145), rgb(66,91,94));
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    border-bottom: 2px solid rgb(102,140,145);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@keyframes backgroundAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
header .main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    animation: backgroundAnimation 10s infinite linear;
}
.main_header .header_holder {
    display: flex;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin-right: 10px;
    border-right: 2px solid rgb(102,140,145);
    padding-right: 10px;
    transition: margin-right 0.3s ease, padding-right 0.3s ease;
}
.main_header .header_holder .logo_holder svg, 
.main_header .header_holder .logo_holder img {
    height: 50px;
    width: auto;
    fill: #ffffff;
    transition: height 0.3s ease;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-size: 13px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
    transition: font-size 0.3s ease;
    margin-right: 10px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 10px;
    background-color: rgb(102,140,145);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease, height 0.3s ease;
}
.main_header .header_menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_header .header_menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: rgb(102,140,145);
    transition: width 0.3s ease, left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    width: 100%;
    left: 0;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    background-color: rgb(102,140,145);
    color: #ffffff;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
header .main_header {
    animation: fadeIn 0.5s ease;
}
@media only screen and (max-width: 1100px) {
    header .main_header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_holder .logo_holder {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .main_header .header_holder .logo_holder svg, 
    .main_header .header_holder .logo_holder img {
        height: 40px;
    }
    .main_header .header_description {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(102,140,145);
        padding: 10px 15px;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}.learning-process-log {
    padding: 80px 0;
    background: rgb(66,91,94);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(102,140,145,0.5);
}

.learning-process-log::before, .learning-process-log::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(102,140,145) 25%, transparent 25%, transparent 50%, rgb(102,140,145) 50%, rgb(102,140,145) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}

.learning-process-log .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(102,140,145,0.5);
    box-shadow: 0 0 20px rgb(102,140,145,0.5);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.learning-process-log h2 {
    margin-bottom: 20px;
    font-size: 37px;
    font-family: Nunito, sans-serif;
    color: rgb(102,140,145);
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}

.learning-process-log h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(66,91,94);
    margin: 10px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(66,91,94);
}

.learning-process-log p {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .learning-process-log {
        padding: 30px 0;
    }

    .learning-process-log .holder {
        padding: 20px;
    }

    .learning-process-log h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .learning-process-log p {
        font-size: 19px;
        width: 100%;
    }
}

.wrapper-container-log .learning-process-log {
    padding: 100px 0;
    position: relative;
}

.wrapper-container-log .learning-process-log::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(102,140,145), transparent);
    opacity: 0.3;
    filter: blur(100px);
    z-index: 0;
}

.wrapper-container-log .learning-process-log .holder {
    padding: 50px;
    border-radius: 16px;
}

.wrapper-container-log .learning-process-log h2 {
    font-size: 40px;
    margin-bottom: 46px;
    text-align: center;
}

.wrapper-container-log .learning-process-log p {
    width: 100%;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-container-log .learning-process-log .holder {
        padding: 20px;
    }

    .wrapper-container-log .learning-process-log {
        padding: 50px 0;
    }

    .wrapper-container-log .learning-process-log h2 {
        font-size: 37px;
        text-align: center;
        margin-bottom: 16px;
    }

    .wrapper-container-log .learning-process-log p {
        width: 100%;
        font-size: 13px;
    }
}
.course-features-log {
    padding: 100px 20px;
    background: rgb(66,91,94);
    color: #ffffff;
}

.course-features-log h2 {
    color: rgb(102,140,145);
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(102,140,145);
    display: inline-block;
    padding-bottom: 10px;
}

.course-features-log .content {
    border-radius: 12px;
    overflow: hidden;
    background: rgb(66,91,94,0.5);
    border: 1px solid rgb(102,140,145);
}

.course-features-log h3 {
    color: rgb(102,140,145);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.course-features-log p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}

.course-features-log .button {
    background: rgb(102,140,145);
    color: #ffffff;
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.course-features-log .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgb(102,140,145);
    filter: grayscale(80%);
}

.course-features-log .container {
    max-width: 1200px;
    margin: auto;
}

.course-features-log .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.course-features-log .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.course-features-log .course {
    flex: 1 1 calc(33.333% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 5px solid rgb(102,140,145);
    padding-left: 20px;
}

.course-features-log .text_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .course-features-log .course {
        flex: 1 1 calc(50% - 40px);
    }
}

@media only screen and (max-width: 600px) {
    .course-features-log {
        padding: 60px 20px;
    }

    .course-features-log h2 {
        font-size: 38px;
    }

    .course-features-log .course {
        flex: 1 1 100%;
    }

    .course-features-log .photo {
        height: 250px;
    }

    .course-features-log p {
        font-size: 17px;
        padding: 0 10px;
    }

    .course-features-log .button {
        padding: 10px 20px;
        font-size: 20px;
    }
}

.wrapper-container-log .course-features-log .container {
    width: 100%;
    padding: 0;
}

.wrapper-container-log .course-features-log .items {
    width: 100%;
}

.wrapper-container-log .course-features-log .items .course {
    padding: 0;
    width: 100%;
}

.wrapper-container-log .course-features-log .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 30% !important;
}

.wrapper-container-log .course-features-log .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}

.wrapper-container-log .course-features-log .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: unset;
}

.wrapper-container-log .course-features-log p {
    margin-top: 20px;
    text-align: left;
}

.wrapper-container-log .course-features-log .button {
    margin-top: 30px;
    width: fit-content;
}

.wrapper-container-log .course-features-log h3 {
    text-align: left;
}
.pricing-bucket-log {
  background: rgb(137,190,196);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pricing-bucket-log::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: 
    radial-gradient(
      circle at 20% 20%,
      rgb(102,140,145,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgb(66,91,94,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgb(102,140,145,0.5) 0%,
      transparent 25%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(102,140,145,0.5) 0deg 10deg,
      transparent 10deg 20deg,
      rgb(66,91,94,0.5) 20deg 30deg,
      transparent 30deg 40deg
    );
  opacity: 0.04;
  filter: blur(40px);
  animation: rotateBg 40s linear infinite;
  z-index: -2;
}

.pricing-bucket-log::after {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg,
      transparent 20%,
      rgb(102,140,145,0.5) 50%,
      transparent 80%
    ),
    linear-gradient(180deg,
      rgb(66,91,94,0.5) 0%,
      transparent 50%,
      rgb(102,140,145,0.5) 100%
    ),
    repeating-linear-gradient(
      45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      -45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    );
  opacity: 0.03;
  filter: blur(1px);
  z-index: -1;
}

.pricing-bucket-log .container {
  position: relative;
}

.pricing_holder {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.pricing-bucket-log .price_info {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.pricing-bucket-log .price_info::before,
.pricing-bucket-log .price_info::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: 
    radial-gradient(
      circle at center,
      rgb(102,140,145,0.5) 0%,
      transparent 50%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(66,91,94,0.5) 0deg 5deg,
      transparent 5deg 10deg
    );
  opacity: 0.05;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 10s ease-in-out infinite;
}

.pricing-bucket-log .price_info::before {
  top: -200px;
  left: -200px;
}

.pricing-bucket-log .price_info::after {
  bottom: -200px;
  right: -200px;
  animation-delay: -5s;
}

.pricing-bucket-log .price_info h2 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.pricing-bucket-log .section_description {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
}

.pricing-bucket-log .price_types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px 10px;
  position: relative;
}

.pricing-bucket-log .price_types::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 
    radial-gradient(
      circle at center,
      rgb(102,140,145,0.5) 0%,
      transparent 60%
    ),
    repeating-conic-gradient(
      from 45deg,
      rgb(66,91,94,0.5) 0deg 1deg,
      transparent 1deg 5deg
    );
  opacity: 0.05;
  filter: blur(40px);
  animation: rotateShine 20s linear infinite;
  z-index: -1;
}

.pricing-bucket-log .price_type {
  text-decoration: none;
  position: relative;
}

.pricing-bucket-log .price_type_holder {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.pricing-bucket-log .photo {
  height: 260px;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    85% 100%,
    15% 100%,
    0 85%
  );
}

.pricing-bucket-log .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5)
  );
}

.pricing-bucket-log .price_type_text {
  padding: 30px;
  background: #ffffff;
}

.pricing-bucket-log .price_type_text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing-bucket-log .price_amount {
  display: inline-block;
  color: rgb(102,140,145);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 15px;
}

.pricing-bucket-log .price_type_text p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.05;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.08;
  }
}

@keyframes rotateShine {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .pricing-bucket-log {
    padding: 100px 0;
  }

  .pricing-bucket-log .price_types {
    gap: 25px;
  }

  .pricing-bucket-log .price_info::before,
  .pricing-bucket-log .price_info::after {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .pricing-bucket-log {
    padding: 80px 0;
  }

  .pricing-bucket-log .photo {
    height: 220px;
  }

  .pricing-bucket-log .price_type_text {
    padding: 25px;
  }

  .pricing-bucket-log .price_info::before,
  .pricing-bucket-log .price_info::after {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .pricing-bucket-log {
    padding: 60px 0;
  }

  .pricing_holder {
    gap: 50px;
  }

  .pricing-bucket-log .price_types {
    grid-template-columns: minmax(280px, 400px);
    justify-content: center;
    gap: 20px;
  }

  .pricing-bucket-log .photo {
    height: 200px;
  }

  .pricing-bucket-log .price_type_text {
    padding: 20px;
  }

  .pricing-bucket-log .price_info::before,
  .pricing-bucket-log .price_info::after {
    width: 200px;
    height: 200px;
  }
}
.benefits-log .advantages_content h2 {
    color: rgb(66,91,94);
}

.benefits-log .advantage_item svg, .benefits-log .advantage_item svg path {
    fill: rgb(102,140,145);
}

.benefits-log .advantage_item p {
    color: #000000;
}

.benefits-log .advantage_item b {
    color: rgb(102,140,145);
}

.benefits-log {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-log .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-log .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-log .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.benefits-log .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-log .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-log .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-log .advantage_item svg, .benefits-log .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container-log .benefits-log .advantages_holder {
        justify-content: center;
    }
    .wrapper-container-log .benefits-log .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-log .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-log .advantages_holder {
        flex-direction: column;
    }

    .benefits-log {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-container-log .benefits-log .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-container-log .benefits-log {
    background: #ffffff;
    color: #000000;
    padding: 60px 0;
    font-family: Nunito, sans-serif;
    border-top: 5px solid rgb(102,140,145);
    border-bottom: 5px solid rgb(66,91,94);
}

.wrapper-container-log .benefits-log .advantages_content {
    display: flex;
    gap: 1%;
    background: rgb(102,140,145,0.5);
    padding: 40px;
    border-radius: 26px;
}

.wrapper-container-log .benefits-log .advantages_content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: rgb(102,140,145);
    border-bottom: 3px solid rgb(102,140,145);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wrapper-container-log .benefits-log .advantages_description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000000;
}

.wrapper-container-log .benefits-log .advantages_holder {
    gap: 1%;
}

.wrapper-container-log .benefits-log .advantage_item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgb(102,140,145);
    border-radius: 26px;
}

.wrapper-container-log .benefits-log .advantage_item .advantage_image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(102,140,145,0.5);
    border-radius: 50%;
}

.wrapper-container-log .benefits-log .advantage_item .advantage_image img,
.wrapper-container-log .benefits-log .advantage_item .advantage_image svg {
    width: 40px;
    height: 40px;
    fill: rgb(102,140,145);
}

.wrapper-container-log .benefits-log .advantage_item h4 {
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .wrapper-container-log .benefits-log .advantages_holder {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-container-log .benefits-log .advantages_content {
        padding: 20px;
    }

    .wrapper-container-log .benefits-log .advantages_holder {
        grid-template-columns: 1fr;
    }

    .wrapper-container-log .benefits-log .advantages_content h2 {
        font-size: 21px;
    }
}.contact-box-log {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(102,140,145), rgb(102,140,145,0.5));
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.contact-box-log::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.contact-box-log::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.contact-box-log h3 {
    color: rgb(66,91,94);
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.contact-box-log .form {
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.contact-box-log form input,
.contact-box-log form textarea {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.contact-box-log form input:focus,
.contact-box-log form textarea:focus {
    border-color: rgb(66,91,94);
    box-shadow: 0 0 10px rgb(66,91,94,0.5);
}

.contact-box-log form .button {
    background: rgb(66,91,94);
    color: #ffffff;
    border-radius: 11px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-box-log form .button:hover {
    background: rgb(102,140,145);
}

.contact-box-log .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}

.contact-box-log .holder>div {
    width: 45%;
    padding: 40px;
}

.contact-box-log .form form {
    display: flex;
    flex-direction: column;
}

.contact-box-log .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-box-log .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-box-log .agree label {
    display: block;
    font-size: 18px;
}

.contact-box-log .agree a {
    margin-left: 5px;
    color: rgb(66,91,94);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.contact-box-log .agree a:hover {
    color: rgb(66,91,94);
}

.contact-box-log .form_text {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}

.contact-box-log .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.wrapper-container-log .contact-box-log .holder {
    flex-direction: row-reverse;
}

.wrapper-container-log .contact-box-log .holder .form {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
    margin: auto;
}

.wrapper-container-log .contact-box-log .logo_holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wrapper-container-log .contact-box-log .logo_holder svg {
    margin-bottom: 10px;
    margin-right: 0;
}

.wrapper-container-log .contact-box-log .info span {
    font-weight: normal;
}

.wrapper-container-log .contact-box-log .holder .info {
    width: 30%;
}

.wrapper-container-log .contact-box-log form input {
    border-bottom: 1px solid rgb(66,91,94,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}

.wrapper-container-log .contact-box-log h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
}

.wrapper-container-log .contact-box-log form .button {
    width: fit-content;
    background: rgb(66,91,94);
    color: #ffffff;
    margin-top: 24px;
}

.contact-box-log .info .contact_info svg,
.contact-box-log .info .contact_info svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-container-log .contact-box-log .holder {
        flex-direction: column-reverse;
    }
    .wrapper-container-log .contact-box-log .holder .form,
    .wrapper-container-log .contact-box-log .holder .info {
        width: 100%;
    }
    .wrapper-container-log .contact-box-log .name_holder {
        flex-direction: column;
    }
    .wrapper-container-log .contact-box-log .name_holder #surname {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .contact-box-log .holder {
        flex-direction: column;
    }
    .contact-box-log .holder>div {
        width: 100%;
    }
    .contact-box-log {
        padding: 50px 0;
    }
    .contact-box-log h3 {
        font-size: 48px;
    }
}.client-testimonials-log {
    background: #000000;
    padding: 8vh 4vw;
    position: relative;
    overflow: hidden;
}

.client-testimonials-log::before,
.client-testimonials-log::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background-image: 
        radial-gradient(circle at 30% 50%, rgb(102,140,145,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgb(66,91,94,0.5) 0%, transparent 50%);
    opacity: 0.4;
    filter: blur(60px);
    animation: flowBackground 20s ease-in-out infinite alternate;
}

.client-testimonials-log::after {
    background-image: 
        radial-gradient(circle at 70% 50%, rgb(102,140,145,0.5) 0%, transparent 50%),
        radial-gradient(circle at 30% 50%, rgb(66,91,94,0.5) 0%, transparent 50%);
    animation-duration: 25s;
    animation-delay: -5s;
}

@keyframes flowBackground {
    0% {
        transform: translate(-10%, -10%) rotate(0deg);
    }
    100% {
        transform: translate(10%, 10%) rotate(360deg);
    }
}

.client-testimonials-log h3 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6vh;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.client-testimonials-log h3::after {
    content: "";
    position: absolute;
    bottom: -1.5vh;
    left: 50%;
    transform: translateX(-50%);
    width: 10vw;
    height: 0.5vh;
    background: linear-gradient(90deg, rgb(102,140,145), rgb(66,91,94));
    border-radius: 1vh;
}

.client-testimonials-log .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4vw;
    position: relative;
    z-index: 1;
}

.client-testimonials-log .review {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.client-testimonials-log .review::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(102,140,145,0.5) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client-testimonials-log .review:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 12px 48px rgba(rgb(102,140,145), 0.2);
}

.client-testimonials-log .review:hover::before {
    opacity: 0.1;
}

.client-testimonials-log .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 2px rgb(102,140,145), 
                0 0 0 4px rgb(66,91,94,0.5);
}

.client-testimonials-log .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
}

.client-testimonials-log .text {
    text-align: center;
    color: #ffffff;
    position: relative;
}

.client-testimonials-log .text span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgb(102,140,145);
    margin-bottom: 0.5rem;
}

.client-testimonials-log .text p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .client-testimonials-log {
        padding: 6vh 2vw;
    }

    .client-testimonials-log .reviews {
        grid-template-columns: 1fr;
    }

    .client-testimonials-log .review {
        padding: 1.5rem;
    }

    .client-testimonials-log .photo {
        width: 100px;
        height: 100px;
    }
}.explore-now-log {
    padding: 80px 0;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.explore-now-log::before,
.explore-now-log::after,
.explore-now-log .container::before,
.explore-now-log .container::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    background-image: 
        radial-gradient(2px 2px at 40px 60px, #ffffff, transparent),
        radial-gradient(2px 2px at 20px 50px, #ffffff, transparent),
        radial-gradient(2px 2px at 30px 100px, #ffffff, transparent),
        radial-gradient(2px 2px at 40px 60px, #ffffff, transparent),
        radial-gradient(2px 2px at 110px 90px, #ffffff, transparent),
        radial-gradient(3px 3px at 190px 150px, #ffffff, transparent),
        radial-gradient(3px 3px at 80px 120px, #ffffff, transparent);
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0.5;
    animation: starMove 150s linear infinite;
    z-index: 0;
    pointer-events: none;
}

.explore-now-log::after {
    background-size: 350px 350px;
    animation-duration: 200s;
    opacity: 0.4;
}

.explore-now-log .container::before {
    background-image: 
        radial-gradient(2px 2px at 150px 15px, #ffffff, transparent),
        radial-gradient(2px 2px at 185px 100px, #ffffff, transparent),
        radial-gradient(2px 2px at 65px 175px, #ffffff, transparent),
        radial-gradient(3px 3px at 125px 80px, #ffffff, transparent),
        radial-gradient(3px 3px at 45px 225px, #ffffff, transparent);
    animation-duration: 250s;
    opacity: 0.3;
}

.explore-now-log .container::after {
    background-image: 
        conic-gradient(
            from 220deg at 50% 50%,
            transparent 0deg,
            rgb(102,140,145,0.5) 60deg,
            rgb(66,91,94,0.5) 120deg,
            rgb(102,140,145,0.5) 180deg,
            rgb(66,91,94,0.5) 240deg,
            transparent 360deg
        );
    filter: blur(40px);
    opacity: 0.4;
    animation: milkyWayRotate 300s linear infinite;
}

@keyframes starMove {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2%) rotate(1deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(2%) rotate(-1deg); }
}

@keyframes milkyWayRotate {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(90deg) scale(1.1); }
    50% { transform: rotate(180deg) scale(1); }
    75% { transform: rotate(270deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.explore-now-log .container {
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.explore-now-log .holder {
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(102,140,145);
    border-radius: 28px;
    box-shadow: 0 0 20px rgb(102,140,145,0.5), 0 0 40px rgb(66,91,94,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.explore-now-log .holder::before,
.explore-now-log .holder::after {
    content: '';
    position: absolute;
    border: 2px solid rgb(102,140,145);
    border-radius: 28px;
    pointer-events: none;
}

.explore-now-log .holder::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0.5;
}

.explore-now-log .holder::after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0.2;
}

.explore-now-log .holder svg,
.explore-now-log .holder svg path {
    fill: rgb(102,140,145);
    width: 80px;
    height: 80px;
}

.explore-now-log .holder h2 {
    font-size: 48px;
    font-family: Nunito, sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.explore-now-log .holder .button {
    padding: 15px 30px;
    background: rgb(102,140,145);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid rgb(66,91,94);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 10px rgb(102,140,145,0.5), 0 0 20px rgb(66,91,94,0.5);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.explore-now-log .holder .button:hover,
.explore-now-log .holder .button:focus {
    background-color: rgb(66,91,94);
    transform: translateY(-2px);
}

.explore-now-log .holder .button:active {
    transform: translateY(1px);
}

@media (max-width: 1024px) {
    .explore-now-log .holder {
        padding: 30px;
    }
    .explore-now-log .holder h2 {
        font-size: 32px;
    }
    .explore-now-log .holder .button {
        font-size: 17px;
        padding: 12px 25px;
    }
}

@media (max-width: 768px) {
    .explore-now-log .holder {
        padding: 20px;
    }
    .explore-now-log .holder h2 {
        font-size: 20px;
    }
    .explore-now-log .holder .button {
        font-size: 18px;
        padding: 10px 20px;
    }
    .explore-now-log .holder svg,
    .explore-now-log .holder svg path {
        width: 60px;
        height: 60px;
    }
}