* {
    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: Roboto, sans-serif;
    color: #000000;
}
.wrapper-section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(255,237,203);
}
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;
    }
}.homepage {
    width: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    background-color: #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}
.homepage .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgb(160,187,184);
}
.homepage .style_element {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 80%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.homepage .style_element h1 {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(160,187,184);
    padding-bottom: 10px;
}
.homepage .style_element h3 {
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.homepage .style_element p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
.wrapper-section .homepage {
    position: relative;
    padding: 40px 0;
    background-color: rgb(255,237,203);
}
.wrapper-section .homepage .title_page_holder {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper-section .homepage .style_element {
    background: #ffffff;
    border-radius: 13px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgb(160,187,184);
}
.wrapper-section .homepage .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.wrapper-section .homepage .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.wrapper-section .homepage .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .wrapper-section .homepage .style_element {
        padding: 40px;
    }
    .wrapper-section .homepage .style_element h1 {
        font-size: 28px;
    }
    .wrapper-section .homepage .style_element h3 {
        font-size: 20px;
    }
    .wrapper-section .homepage .style_element p {
        font-size: 16px;
    }
    .homepage .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .homepage .style_element {
        padding: 20px;
        max-width: unset;
    }
    .homepage .style_element h1 {
        font-size: 34px;
    }
    .homepage .style_element h3 {
        font-size: 24px;
    }
    .homepage .style_element p {
        font-size: 20px;
    }
    .wrapper-section .homepage .title_page_holder {
        padding: 20px;
    }
}.our_background {
    padding: 60px 0;
    background: rgb(255,237,203);
}

.wrapper-section .our_background .holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-section .our_background .holder .photo {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.wrapper-section .our_background .caption_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.wrapper-section .our_background .style_element {
    width: 100%;
    padding: 20px;
    background: rgb(67,106,152);
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}


.wrapper-section .our_background h2 {
    color: rgb(160,187,184);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-section .our_background p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .wrapper-section .our_background .caption_holder {
        flex-direction: column;
        padding: 15px;
    }
    
    .wrapper-section .our_background .style_element {
        padding: 15px;
    }

    .wrapper-section .our_background h2 {
        font-size: 19px;
    }

    .wrapper-section .our_background p {
        font-size: 15px;
    }
}.course_overview {
    padding: 120px 0;
    background: rgb(255,237,203);
    position: relative;
    overflow: hidden;
}

.course_overview .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.course_overview h2 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(160,187,184);
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.course_overview h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 5px;
    background: rgb(67,106,152);
    transform: translateX(-50%);
}

.course_overview .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    width: 100%;
    padding: 0 20px;
}

.course_overview .course {
    background: #ffffff;
    border: 2px solid rgb(160,187,184,0.5);
    border-radius: 17px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.course_overview .course::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgb(67,106,152,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.course_overview .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.course_overview .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid rgb(67,106,152,0.5);
}

.course_overview .text_holder {
    text-align: center;
    width: 100%;
}

.course_overview h3 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(160,187,184);
    margin-bottom: 15px;
    position: relative;
}

.course_overview h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 30px;
    height: 3px;
    background: rgb(67,106,152);
    transform: translateX(-50%);
}

.course_overview p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course_overview .button {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(160,187,184);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid rgb(160,187,184);
}

.course_overview .button:hover {
    background: rgb(67,106,152);
    border-color: rgb(67,106,152);
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .course_overview {
        padding: 80px 0;
    }

    .course_overview h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .course_overview .items {
        gap: 20px;
    }

    .course_overview .course {
        padding: 15px;
    }

    .course_overview h3 {
        font-size: 20px;
    }

    .course_overview p {
        font-size: 16px;
        line-height: 1.4;
    }

    .course_overview .button {
        padding: 10px 20px;
        font-size: 15px;
    }
}footer {
    background: rgb(67,106,152,0.5);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
footer .footer {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgb(160,187,184);
    border-bottom: 1px solid rgb(160,187,184);
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 60px;
    width: auto;
    margin-right: 20px;
    transition: transform 0.5s;
    fill: rgb(160,187,184);
}
footer .logo_holder svg:hover, footer .logo_holder img:hover {
    transform: scale(1.15);
}
footer .menu_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
footer .menu a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgb(67,106,152);
    transition: background 0.5s, color 0.5s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
footer .menu a:hover {
    background: rgb(160,187,184);
    color: #000000;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgb(160,187,184);
}
footer .copyright_info {
    color: #ffffff;
    font-weight: 400;
}
footer .copyright_info a {
    color: rgb(160,187,184);
    text-decoration: underline;
    transition: color 0.5s;
}
footer .copyright_info a:hover {
    color: rgb(67,106,152);
}
.wrapper-section footer .footer {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.5);
}
.wrapper-section footer .footer_info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}
.wrapper-section footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}
.wrapper-section footer .menu a {
    margin: 0;
    padding: 8px 12px;
    font-size: 18px;
    color: rgb(160,187,184);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(160,187,184);
    border-radius: 15px;
    transition: all 0.5s;
}
.wrapper-section footer .menu a:hover {
    background: rgb(160,187,184);
    color: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.wrapper-section footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper-section footer .copyright_info {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    .wrapper-section footer .menu_holder {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder, footer .footer_info {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .wrapper-section footer .menu_holder {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    footer .menu a {
        margin-bottom: 10px;
        font-size: 16px;
        padding: 8px 10px;
    }
    .wrapper-section footer .menu a {
        font-size: 16px;
        padding: 8px 10px;
    }
}
.developer_experience {
    padding: 100px 0;
    background: rgb(67,106,152);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.developer_experience::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(160,187,184,0.5), transparent);
    z-index: 1;
    pointer-events: none;
    animation: rotateBackground 10s linear infinite;
}
@keyframes rotateBackground {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.developer_experience .container {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 21px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.developer_experience .holder {
    display: flex;
}
.developer_experience .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.developer_experience .review .photo {
    width: 500px;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 21px;
    border: 4px solid rgb(160,187,184);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.developer_experience .review .photo:hover {
    transform: scale(1.05);
}
.developer_experience .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.developer_experience .worker_description p {
    margin: 10px 0;
    font-size: 19px;
    font-weight: 600;
}
.developer_experience .worker_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.developer_experience .worker_info p {
    margin: 10px 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
}
.developer_experience .worker_info .quote {
    font-size: 21px;
    font-weight: 700;
    position: relative;
}
.developer_experience .worker_info .story {
    font-size: 21px;
    border-left: 3px solid rgb(160,187,184);
    padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
    .developer_experience .holder {
        grid-template-columns: 1fr;
    }
    .developer_experience .worker_info {
        align-items: center;
        text-align: center;
    }
    .developer_experience .worker_info .story {
        border-left: none;
        border-top: 3px solid rgb(160,187,184);
        padding-left: 0;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .developer_experience .container {
        padding: 20px;
    }
    .developer_experience .review .photo {
        max-width: 100%;
        width: 300px;
        height: 300px;
    }
}
.reach_out {
    padding: 60px 20px;
    background: #F5F5F5;
    color: #333;
    font-family: Roboto, sans-serif;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.reach_out h3 {
    color: #333;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    transition: color 0.3s ease;
}
.reach_out .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reach_out .holder {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.reach_out .info, .reach_out .form {
    width: 100%;
    margin: 20px;
    background: #FFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.reach_out .info svg, .reach_out .info svg path {
    fill: #666;
    transition: fill 0.3s ease;
}
.reach_out .info .contact_info h5 {
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}
.reach_out .info span {
    color: #555;
    font-size: 1em;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.reach_out .info .contact_info svg, .reach_out .info .contact_info svg path {
    fill: rgba(0, 0, 0, 0.5);
    width: 26px;
    height: 26px;
}
.reach_out form input, .reach_out form .button {
    background: #FFF;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1em;
    width: 100%;
    transition: all 0.3s ease;
}
.reach_out form input:focus, .reach_out form .button:hover {
    background: #EEE;
    border-color: #999;
    outline: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.reach_out form .button {
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    background: #333;
    color: #FFF;
    border: none;
    padding: 15px 30px;
    transition: background 0.3s ease;
}
.reach_out form .button:hover {
    background: #555;
}
.reach_out .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.reach_out .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reach_out .agree input[type=checkbox] {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
}
.reach_out .agree a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.reach_out .agree a:hover {
    color: #555;
}
.reach_out .logo_holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.reach_out .logo_holder svg, .reach_out .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 10px;
}
.reach_out .logo_holder svg:hover, .reach_out .logo_holder img:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 900px) {
    .reach_out .name_holder {
        flex-wrap: wrap;
        gap: unset;
    }
    .reach_out {
        padding: 30px 10px;
    }
    .reach_out .holder {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .reach_out .info, .reach_out .form {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .reach_out h3 {
        font-size: 1.5em;
    }
    .reach_out .logo_holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.training_method {
    position: relative;
    width: 100%;
    background: #000000;
}

.training_method .work_holder {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.training_method .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(160,187,184,0.5) 0%,
        transparent 100%
    );
    mask-image: repeating-linear-gradient(
        -45deg,
        #000 0px,
        #000 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 1;
}

.training_method .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
}

.training_method .text_holder {
    width: 60%;
    background: linear-gradient(
        135deg,
        rgb(67,106,152,0.5) 0%,
        rgb(160,187,184,0.5) 100%
    );
    padding: 3rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    border-left: 4px solid rgb(160,187,184);
    position: relative;
    backdrop-filter: blur(10px);
}

.training_method .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: 
        linear-gradient(-45deg,
            rgb(160,187,184) 0%,
            transparent 50%
        );
    opacity: 0.3;
}

.training_method .text_holder::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgb(160,187,184);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.5;
}

.training_method .text_holder h4 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.training_method .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(160,187,184);
    transform-origin: left;
    animation: lineGrow 3s ease-in-out infinite;
}

.training_method .text_holder p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

@keyframes lineGrow {
    0%, 100% { transform: scaleX(0.3); }
    50% { transform: scaleX(1); }
}

@media (max-width: 991px) {
    .training_method .container {
        justify-content: center;
    }

    .training_method .text_holder {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .training_method .work_holder {
        padding: 2.5rem 0;
    }

    .training_method .text_holder {
        width: 100%;
        padding: 1.5rem;
    }

    .training_method .text_holder h4 {
        font-size: calc(33px * 0.85);
    }

    .training_method .text_holder p {
        font-size: calc(17px * 0.95);
        line-height: 1.6;
    }
}.price_pack {
    background: rgb(255,237,203);
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.price_pack::before,
.price_pack::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.price_pack::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(160,187,184,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(67,106,152,0.5) 0%, transparent 50%),
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    filter: blur(60px);
    opacity: 0.7;
}

.price_pack::after {
    background: 
        linear-gradient(90deg, rgb(255,237,203) 21px, transparent 1%) center,
        linear-gradient(rgb(255,237,203) 21px, transparent 1%) center,
        rgba(0, 0, 0, 0.5);
    background-size: 22px 22px;
    opacity: 0.2;
}

.price_pack .container {
    position: relative;
    z-index: 2;
}

.price_pack .pricing_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.price_pack .price_info {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.price_pack .price_info::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(160,187,184);
    filter: blur(180px);
    z-index: -1;
    opacity: 0.15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price_pack .price_info h2 {
    color: #000000;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.price_pack .price_info h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,187,184), rgb(67,106,152));
    border-radius: 10px;
}

.price_pack .section_description {
    color: #000000;
    font-size: calc(13px * 1.1);
    line-height: 1.8;
    opacity: 0.9;
}

.price_pack .price_types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    padding: 20px;
}

.price_pack .price_type {
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.price_pack .price_type::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, rgb(160,187,184), rgb(67,106,152));
    border-radius: calc(12px + 2px);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.price_pack .price_type:hover::before {
    opacity: 1;
}

.price_pack .price_type_holder {
    background: #ffffff;
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(0, 0, 0, 0.5);
}

.price_pack .photo {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.price_pack .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 50%,
        #000000 100%
    );
    opacity: 0.7;
}

.price_pack .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(160,187,184);
    mix-blend-mode: color;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.price_pack .price_type:hover .photo::after {
    opacity: 0.2;
}

.price_pack .price_type_text {
    padding: 40px;
    position: relative;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    border-radius: 0 0 12px 12px;
}

.price_pack .price_type_text h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.price_pack .price_amount {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px 25px;
    background: linear-gradient(45deg, rgb(160,187,184), rgb(67,106,152));
    border-radius: 10px;
    box-shadow: 0 5px 15px -5px rgb(160,187,184,0.5);
}

.price_pack .price_type_text p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1200px) {
    .price_pack .price_types {
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .price_pack {
        padding: 100px 0;
    }
    
    .price_pack .price_types {
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    }
    
    .price_pack .photo {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .price_pack {
        padding: 80px 0;
    }
    
    .price_pack .price_info h2 {
        font-size: 38px;
    }
    
    .price_pack .price_types {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 25px;
        padding: 15px;
    }
    
    .price_pack .price_type_text {
        padding: 30px;
    }
    
    .price_pack .photo {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .price_pack .price_types {
        max-width: 100%;
    }
    
    .price_pack .photo {
        height: 200px;
    }
    
    .price_pack .price_type_text {
        padding: 25px;
    }
}.learning_outcomes {
    position: relative;
    background: rgb(255,237,203);
    padding: 120px 0;
    overflow: hidden;
}

.learning_outcomes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(160,187,184,0.5) 1px, transparent 1px),
                      radial-gradient(rgb(67,106,152,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.1;
    transform: rotate(-5deg) scale(1.2);
}

.learning_outcomes .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.learning_outcomes .holder {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.learning_outcomes .photo {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
    position: relative;
    height: 700px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(15deg);
    transition: transform 0.6s ease;
}

.learning_outcomes .photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.learning_outcomes .photo::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px solid rgb(160,187,184);
    transform: translateZ(-50px);
    filter: blur(2px);
    opacity: 0.3;
}

.learning_outcomes .text_holder {
    grid-column: 6 / 13;
    grid-row: 1 / 2;
    position: relative;
    padding: 50px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(255,237,203) 100%
    );
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.learning_outcomes .text_holder::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
    z-index: -1;
}

.learning_outcomes .text_holder h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.learning_outcomes .text_holder ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    list-style: none;
    padding: 0;
}

.learning_outcomes .text_holder ul li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    padding: 25px;
    background: linear-gradient(
        135deg,
        rgb(160,187,184,0.5) 0%,
        transparent 100%
    );
    border-left: 3px solid rgb(160,187,184);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.learning_outcomes .text_holder ul li:hover {
    background: linear-gradient(
        135deg,
        rgb(67,106,152,0.5) 0%,
        transparent 100%
    );
    border-left-color: rgb(67,106,152);
    transform: translateX(5px);
}

.learning_outcomes .text_holder ul li svg {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    padding: 8px;
    fill: #ffffff;
    background: rgb(160,187,184);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.learning_outcomes .text_holder ul li:hover svg {
    background: rgb(67,106,152);
    transform: rotate(360deg);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.learning_outcomes .text_holder ul li:nth-child(odd) {
    animation: float 5s infinite ease-in-out;
}

.learning_outcomes .text_holder ul li:nth-child(even) {
    animation: float 5s infinite ease-in-out reverse;
}

@media (max-width: 1200px) {
    .learning_outcomes .holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .learning_outcomes .photo {
        grid-column: auto;
        grid-row: auto;
        height: 500px;
        transform: none;
    }

    .learning_outcomes .text_holder {
        grid-column: auto;
        grid-row: auto;
        padding: 40px;
    }

    .learning_outcomes .text_holder ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .learning_outcomes {
        padding: 100px 0;
    }

    .learning_outcomes .text_holder {
        padding: 35px;
    }

    .learning_outcomes .text_holder h2 {
        font-size: calc(43px * 0.85);
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .learning_outcomes {
        padding: 80px 0;
    }

    .learning_outcomes .container {
        padding: 0 20px;
    }

    .learning_outcomes .photo {
        height: 400px;
    }

    .learning_outcomes .text_holder {
        padding: 30px;
    }

    .learning_outcomes .text_holder ul {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .learning_outcomes .text_holder ul li {
        padding: 20px;
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 480px) {
    .learning_outcomes {
        padding: 60px 0;
    }

    .learning_outcomes .photo {
        height: 300px;
    }

    .learning_outcomes .text_holder {
        padding: 25px;
        clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    }

    .learning_outcomes .text_holder::before {
        clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    }

    .learning_outcomes .text_holder h2 {
        font-size: calc(43px * 0.7);
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .learning_outcomes .text_holder ul {
        gap: 25px;
    }

    .learning_outcomes .text_holder ul li {
        padding: 15px;
        font-size: calc(18px * 0.9);
        border-left-width: 2px;
    }

    .learning_outcomes .text_holder ul li svg {
        width: 30px;
        height: 30px;
        padding: 6px;
        top: -10px;
        left: -10px;
    }
}
.advantages_outline .advantages_content h2 {
    color: rgb(67,106,152);
}

.advantages_outline .advantage_item svg, .advantages_outline .advantage_item svg path {
    fill: rgb(160,187,184);
}

.advantages_outline .advantage_item p {
    color: #000000;
}

.advantages_outline .advantage_item b {
    color: rgb(160,187,184);
}

.advantages_outline {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_outline .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_outline .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.advantages_outline .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_outline .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_outline .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_outline .advantage_item svg, .advantages_outline .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section .advantages_outline .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_outline .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_outline .advantages_holder {
        flex-direction: column;
    }

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

    .wrapper-section .advantages_outline .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-section .advantages_outline .advantages_content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.wrapper-section .advantages_outline .advantage_item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: unset;
    min-height: unset;
    margin-bottom: 5px;
    padding-left: 0;
}

.wrapper-section .advantages_outline .advantages_holder {
    flex-wrap: wrap;
}

.wrapper-section .advantages_outline .advantage_item svg, .wrapper-section .advantages_outline .advantage_item svg path, .wrapper-section .advantages_outline .advantage_item img {
    fill: #ffffff;
    width: 32px;
    height: 32px;
}

.wrapper-section .advantages_outline .advantage_item .advantage_image {
    padding: 10px;
    border-radius: 50%;
    background: rgb(160,187,184);
    margin-right: 20px;
    display: flex;
    flex-shrink: 0;
}

.wrapper-section .advantages_outline .advantages_content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .wrapper-section .advantages_outline .advantage_item {
        width: 100%;
    }

    .wrapper-section .advantages_outline .advantages_content {
        padding: 20px;
    }
}.thanksDiv {
    background: rgb(255,237,203);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.thanksDiv .container {
    background: rgb(160,187,184,0.5);
    border: 2px solid rgb(160,187,184);
    border-radius: 18px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    color: #000000;
    font-family: Roboto, sans-serif;
}
.thanksDiv .container h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(160,187,184);
    border-bottom: 2px solid rgb(160,187,184);
    padding-bottom: 10px;
    text-transform: uppercase;
}
.thanksDiv .container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .thanksDiv {
        padding: 60px 15px;
    }
    .thanksDiv .container {
        padding: 30px 15px;
    }
    .thanksDiv .container h2 {
        font-size: 20px;
    }
    .thanksDiv .container p {
        font-size: 12px;
    }
}
.secure_cove {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.secure_cove h1 {
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.secure_cove h2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
}
.secure_cove h3, .secure_cove h4, .secure_cove h5, .secure_cove h6 {
    font-size: 18px;
    margin: 1em 0;
    color: #000000;
}
.secure_cove ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}
.secure_cove li {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .secure_cove {
        padding: 20px;
    }
    .secure_cove h1 {
        font-size: 18px;
    }
    .secure_cove h2 {
        font-size: 16px;
    }
    .secure_cove li {
        font-size: 15px;
    }
}@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.main_header {
    background: linear-gradient(135deg, #ffffff 0%, rgb(255,237,203) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(160,187,184);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,187,184), rgb(67,106,152), rgb(160,187,184));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(255,237,203) 100%);
    border-radius: 24px;
    padding: 15px;
    border: 1px solid rgb(67,106,152,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(160,187,184);
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(160,187,184);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(67,106,152);
    animation: pulse 1s infinite;
}
.main_header .header_description {
    font-size: 17px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(160,187,184), rgb(67,106,152));
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(67,106,152,0.5), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    left: 100%;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(160,187,184);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(160,187,184);
    background-color: rgb(255,237,203);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .main_header {
        min-height: auto;
        max-height: none;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px;
        border-bottom: 1px solid rgb(67,106,152,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}