* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.inner-container-l {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(229,238,247);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}header .main_header {
    background: rgb(125,139,174);
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 4px solid rgb(69,73,106);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(69,73,106);
    height: 50px;
    width: 50px;
}

header .menu a {
    color: #ffffff;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 0 5px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

header .menu a:hover {
    color: rgb(69,73,106);
    border-color: rgb(69,73,106);
}

header .menu a.active {
    color: rgb(69,73,106);
    border-color: rgb(69,73,106);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

header .menu {
    display: flex;
    align-items: stretch;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 0;
        position: static;
        width: 100%;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 12px;
        width: 100%;
        text-align: left;
    }
    header .logo_holder {
        width: 100%;
        justify-content: space-between;
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        height: 40px;
        width: 40px;
    }
}

.inner-container-l .logotype {
    padding: 8px;
    border-radius: 10px;
    border: 2px solid rgb(69,73,106);
    background: var(--white-color_opacity);
}

.inner-container-l header .main_header {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid rgb(69,73,106);
}

.inner-container-l header .main_header::before {
    position: absolute;
    content: "";
    top: 0;
    height: 10px;
    width: 100%;
    background: rgb(69,73,106);
    z-index: 0;
}

.inner-container-l header .logo_holder .logotype svg, .inner-container-l header .logo_holder .logotype img {
    margin: 0;
}

.inner-container-l header .menu {
    padding-top: 20px;
}

.inner-container-l header .menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
}

.inner-container-l header .menu a:hover {
    color: rgb(69,73,106);
    border-color: rgb(69,73,106);
}

.inner-container-l header .header_content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .inner-container-l header .menu {
        background: none;
        align-items: center;
    }
    .inner-container-l header .logo_holder .logotype svg, .inner-container-l header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
    .inner-container-l header .menu a {
        text-align: center;
    }
    .inner-container-l header .logo_holder {
        justify-content: center;
        align-items: center;
    }
    .inner-container-l header .menu {
        padding-bottom: 20px;
    }
}.info-hub-X {
    color: #000000;
    background-color: #ffffff;
    padding: 64px 0;
    font-family: Ubuntu, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.info-hub-X h2 {
    text-align: center;
    width: 100%;
    margin: 24px 0;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.info-hub-X .holder .info_holder div.consulting-hours-K {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.info-hub-X .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.info-hub-X .holder .info_holder > div > div {
    margin: 5px 0;
}
.info-hub-X .contact_description {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    margin: 16px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.info-hub-X .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(69,73,106);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.info-hub-X .info_holder svg:hover {
    fill: rgb(125,139,174);
}
.info-hub-X .holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 24px 0;
    border-radius: 30px;
}
.info-hub-X .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 0 30px 30px 0;
    position: relative;
    overflow: hidden;
}
.info-hub-X .holder .info_holder>div span {
    margin-left: 8px;
}
.info-hub-X .holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.info-hub-X .holder .photo:hover img {
    transform: scale(1.1);
}
.info-hub-X .holder .info_holder {
    font-size: 15px;
    line-height: 1.6;
    width: 50%;
    order: 1;
    flex-shrink: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 30px 0 0 30px;
    background: #ffffff;
}
.info-hub-X .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.info-hub-X .holder .info_holder>div:hover {
    color: rgb(125,139,174);
}
.info-hub-X .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.info-hub-X .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.info-hub-X .contact_politics>div h4 {
    margin: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
    .info-hub-X .holder .info_holder {
        width: 100%;
        border-radius: 30px 30px 0 0;
        align-items: center;
        padding: 24px;
    }
    .info-hub-X .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0 0 30px 30px;
    }
}
.our-team-U .holder {
    background-size: cover;
}

.our-team-U .style_element {
    background: #ffffff;
}

.our-team-U {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our-team-U h2 {
    color: rgb(69,73,106);
}

.our-team-U span {
    color: rgb(125,139,174);
}

.our-team-U p {
    color: #000000;
}

.our-team-U .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our-team-U .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our-team-U .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our-team-U h2 {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 600;
}

.our-team-U span {
    margin-bottom: 16px;
    font-size: 23px;
    font-weight: 600;
}

.our-team-U p {
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our-team-U .holder {
        padding: 0px;
    }

    .our-team-U .style_element {
        width: 100%;
        min-width: unset;
    }

    .our-team-U {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-team-U h2 {
        font-size: 30px;
    }
}

.our-team-U {
    padding: 55px 0;
}

.inner-container-l .our-team-U .holder {
    height: auto;
    min-height: unset;

}

.inner-container-l .our-team-U .holder .photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 30px;
    top: 0;
    left: 0;
    z-index: 0;
}

.inner-container-l .our-team-U .caption_holder {
    position: relative;
    min-height: unset;
    min-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.inner-container-l .our-team-U .style_element {
    position: relative;
    z-index: 1;
    width: 90%;
    height: auto;
    margin: auto;
    background: rgb(69,73,106);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 50px;
    min-height: 360px;
}

.inner-container-l .our-team-U h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.inner-container-l .our-team-U p {
    color: #ffffff;
    margin-top: 36px;
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width: 800px) {
    .inner-container-l .our-team-U .style_element {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .inner-container-l .our-team-U .caption_holder {
        height: auto;
        min-width: unset;
        justify-content: flex-end;
        padding: 30px 10px;
    }

    .inner-container-l .our-team-U .holder .photo {
        min-height: unset;
    }
}.thankYouDiv-x {
    background: linear-gradient(145deg, #ffffff 0%, rgb(69,73,106,0.5) 100%);
    padding: 4rem 2rem;
    text-align: center;
}
.thankYouDiv-x .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}
.thankYouDiv-x h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(125,139,174);
    margin-bottom: 1rem;
    background: linear-gradient(145deg, rgb(125,139,174) 0%, rgb(69,73,106) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thankYouDiv-x p {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(69,73,106,0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 800px) {
    .thankYouDiv-x {
        padding: 2rem 1rem;
    }
    .thankYouDiv-x .container {
        padding: 1.5rem;
    }
    .thankYouDiv-x h2 {
        font-size: 23px;
    }
    .thankYouDiv-x p {
        font-size: 18px;
    }
}
.advantages-outline-m {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(125,139,174), rgb(69,73,106));
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.advantages-outline-m::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
    animation: rotateBackground 20s linear infinite;
    z-index: 0;
}
@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.advantages-outline-m .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    background: rgb(229,238,247);
    padding: 20px;
    border-radius: 27px;
    border: 2px solid rgb(125,139,174);
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.advantages-outline-m .advantages_content h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(45deg, rgb(125,139,174), rgb(69,73,106));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 20px;
    border-radius: 27px;
    border: 2px solid rgb(125,139,174);
    transition: background 0.3s ease;
}
.advantages-outline-m .advantages_photo_holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background: rgb(229,238,247);
    border-radius: 27px;
    border: 2px solid rgb(125,139,174);
    padding: 20px;
}
.advantages-outline-m .advantages_photo_holder .photo {
    width: 40%;
    height: auto;
    background: rgb(229,238,247);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(125,139,174);
    border-radius: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages-outline-m .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    background: rgb(229,238,247);
    border: 2px solid rgb(125,139,174);
    border-radius: 27px;
    overflow: hidden;
    padding: 20px;
    transition: background 0.3s ease;
}
.advantages-outline-m .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
}
.advantages-outline-m .advantages_holder .advantage_item:last-child {
    border-bottom: none;
}
.advantages-outline-m .advantages_holder .advantage_item:hover {
    background: rgb(125,139,174,0.5);
    transform: translateY(-5px);
}
.advantages-outline-m .advantages_holder .advantage_item svg,
.advantages-outline-m .advantages_holder .advantage_item svg path {
    width: 40px;
    height: 40px;
    fill: rgb(125,139,174);
    margin-right: 20px;
    transition: fill 0.3s ease;
}
.advantages-outline-m .advantages_holder .advantage_item:hover svg path {
    fill: rgb(69,73,106);
}
.advantages-outline-m .advantages_holder .advantage_item h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    transition: color 0.3s ease;
}
.advantages-outline-m .advantages_holder .advantage_item:hover h4 {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .advantages-outline-m {
        padding: 40px 10px;
    }
    .advantages-outline-m .advantages_content h2 {
        font-size: 19px;
    }
    .advantages-outline-m .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages-outline-m .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }
    .advantages-outline-m .advantages_holder {
        width: 100%;
        align-items: center;
    }
    .advantages-outline-m .advantages_holder .advantage_item {
        width: 100%;
    }
    .advantages-outline-m .advantages_holder .advantage_item:last-child {
        border-bottom: none;
    }
}
.course-instructor-o {
    position: relative;
    background: rgb(229,238,247);
    padding: 120px 0;
    overflow: hidden;
}

.course-instructor-o::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(125,139,174,0.5) 0%, rgb(69,73,106,0.5) 100%);
    transform: skewY(-6deg);
    transform-origin: top left;
}

.course-instructor-o .holder {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.course-instructor-o .review {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    background: #ffffff;
    border-radius: 29px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(50px);
}

.course-instructor-o .photo {
    grid-row: 1 / 3;
    height: 500px;
    border-radius: 29px;
    transition: transform 0.3s ease;
}

.course-instructor-o .photo:hover {
    transform: scale(1.02);
}

.course-instructor-o .worker_description {
    align-self: start;
    padding-top: 20px;
}

.course-instructor-o .name {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.course-instructor-o .job {
    font-size: 18px;
    font-weight: 600;
    color: rgb(125,139,174);
    margin-bottom: 0;
}

.course-instructor-o .worker_info {
    padding-right: 40px;
}

.course-instructor-o .quote {
    font-size: 18px;
    font-weight: 600;
    color: rgb(69,73,106);
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.course-instructor-o .quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgb(125,139,174);
    border-radius: 10px;
}

.course-instructor-o .story {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 1024px) {
    .course-instructor-o {
        padding: 80px 0;
    }

    .course-instructor-o .review {
        grid-template-columns: 300px 1fr;
        transform: translateX(0);
        margin: 0 20px;
    }

    .course-instructor-o .photo {
        height: 400px;
    }

    .course-instructor-o .worker_info {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .course-instructor-o {
        padding: 60px 0;
    }

    .course-instructor-o .review {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 25px;
    }

    .course-instructor-o .photo {
        grid-row: 1;
        height: 300px;
    }

    .course-instructor-o .worker_description {
        grid-row: 2;
        text-align: center;
        padding-top: 0;
    }

    .course-instructor-o .worker_info {
        grid-row: 3;
    }

    .course-instructor-o .quote {
        font-size: calc(18px * 0.9);
    }
}

@media (max-width: 480px) {
    .course-instructor-o {
        padding: 40px 0;
    }

    .course-instructor-o .review {
        margin: 0 15px;
        padding: 20px;
    }

    .course-instructor-o .photo {
        height: 250px;
    }

    .course-instructor-o .name {
        font-size: calc(34px * 0.8);
    }

    .course-instructor-o .job {
        font-size: calc(18px * 0.9);
    }
}.plan-selection-c {
    background: rgb(229,238,247);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.plan-selection-c::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(125,139,174,0.5) 0%,
        transparent 1px,
        transparent 10px
    );
    animation: gridMove 30s linear infinite;
}

.plan-selection-c::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(125,139,174,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(69,73,106,0.5) 0%, transparent 50%);
    animation: glowPulse 10s ease-in-out infinite alternate;
}

.plan-selection-c .container {
    position: relative;
    z-index: 2;
}

.plan-selection-c .price_info_holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.plan-selection-c .photo {
    height: 600px;
    margin: -120px calc((100vw - 100%) / -2) 80px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.plan-selection-c .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.plan-selection-c .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(125,139,174,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(69,73,106,0.5) 100%
    );
}

.plan-selection-c h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.plan-selection-c h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(125,139,174), rgb(69,73,106));
    border-radius: 10px;
}

.plan-selection-c h3 {
    font-size: 21px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}

.plan-selection-c .price_items {
    display: grid;
    gap: 40px;
}

.plan-selection-c .price_items:has(.price_item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.plan-selection-c .price_items:has(.price_item:nth-child(2):last-child) .price_item:first-child {
    transform: translateX(-30px);
}

.plan-selection-c .price_items:has(.price_item:nth-child(2):last-child) .price_item:last-child {
    transform: translateX(30px);
}

.plan-selection-c .price_items:has(.price_item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
}

.plan-selection-c .price_items:has(.price_item:nth-child(3):last-child) .price_item:nth-child(2) {
    transform: translateY(-40px);
}

.plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) {
    grid-template-areas:
        "a a b b c c"
        "a a b b c c"
        "d d d d d d";
    gap: 30px;
}

.plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(1) {
    grid-area: a;
}

.plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(2) {
    grid-area: b;
    transform: translateY(-20px);
}

.plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(3) {
    grid-area: c;
}

.plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(4) {
    grid-area: d;
}

.plan-selection-c .price_item {
    background: #ffffff;
    border-radius: 17px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
}

.plan-selection-c .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent,
        rgb(125,139,174,0.5)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.plan-selection-c .price_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        to right,
        rgb(125,139,174),
        rgb(69,73,106)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.plan-selection-c .price_item h3 {
    font-size: 21px;
    color: #000000;
    margin: 0;
    text-align: left;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(125,139,174), rgb(69,73,106));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
}

.plan-selection-c .price_item .price_amount {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.plan-selection-c .price_item span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.plan-selection-c .price_item .button {
    background: #ffffff;
    color: rgb(125,139,174);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgb(125,139,174);
}

.plan-selection-c .price_item:hover {
    transform: translate(-5px, -5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(125,139,174,0.5);
}

.plan-selection-c .price_item:hover::before {
    opacity: 0.1;
}

.plan-selection-c .price_item:hover::after {
    transform: scaleX(1);
}

.plan-selection-c .price_item:hover .button {
    background: linear-gradient(135deg, rgb(125,139,174), rgb(69,73,106));
    color: #ffffff;
    border-color: transparent;
}

@keyframes gridMove {
    0% {
        transform: translateX(-20px) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(-20px);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
}

@media (max-width: 1200px) {
    .plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-areas:
            "a a b b"
            "c c d d";
        gap: 25px;
    }
    
    .plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) .price_item {
        transform: none;
    }
}

@media (max-width: 991px) {
    .plan-selection-c {
        padding: 80px 0;
    }
    
    .plan-selection-c .photo {
        height: 400px;
        margin: -80px calc((100vw - 100%) / -2) 60px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    
    .plan-selection-c .price_items {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .plan-selection-c .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-areas: none;
    }
    
    .plan-selection-c .price_items .price_item {
        grid-area: unset !important;
        transform: none !important;
    }
    
    .plan-selection-c .price_item {
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .plan-selection-c {
        padding: 60px 0;
    }
    
    .plan-selection-c .photo {
        height: 300px;
        margin: -60px calc((100vw - 100%) / -2) 40px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }
    
    .plan-selection-c .price_items {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin: 0 auto;
        gap: 20px;
    }
    
    .plan-selection-c h2 {
        font-size: calc(30px * 0.9);
    }
    
    .plan-selection-c h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 40px;
    }
    
    .plan-selection-c .price_item {
        padding: 25px;
        gap: 15px;
    }
    
    .plan-selection-c .price_item:hover {
        transform: translateY(-5px);
    }
}footer {
    background: rgb(69,73,106);
    color: #ffffff;
}

footer .copyright {
    background: rgb(125,139,174);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(125,139,174);
}

footer h5 {
    color: rgb(125,139,174);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.inner-container-l footer {
    background: #252525;
}

.inner-container-l footer .copyright {
    background: none;
    padding: 10px 0;
}

.inner-container-l footer .footer {
    padding-top: 30px;
    padding-bottom: 0;
}

.inner-container-l footer .footer_info {
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.inner-container-l footer .logo_holder svg, .inner-container-l footer .logo_holder img {
    width: 160px;
    height: 160px;
}

.inner-container-l footer .menu {
    width: calc(50% - 90px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.inner-container-l footer h5 {
    width: 200px;
}

.inner-container-l footer .menu_holder {
    width: 200px;
}

.inner-container-l footer .menu a {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-container-l footer .menu a:hover {
    color: rgb(125,139,174);
}

.inner-container-l footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .inner-container-l footer .footer_info {
        align-items: center;
    }

    .inner-container-l footer h5 {
        text-align: center;
    }

    .inner-container-l footer .menu {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .inner-container-l footer .menu a {
        text-align: center;
    }

    .inner-container-l footer .logo_holder svg, .inner-container-l footer .logo_holder img {
        margin-right: 0;
        width: 120px;
        height: 120px;
    }

    .inner-container-l footer .logo_holder {
        margin-bottom: 10px;
    }
}.privacy-armory-d {
    padding: 50px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.privacy-armory-d::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgb(125,139,174);

    z-index: -1;
}

.privacy-armory-d::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgb(69,73,106);
    border-radius: 10px;
    z-index: -1;
}

.privacy-armory-d h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 47px;
    color: rgb(125,139,174);
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 3px double rgb(125,139,174);
    padding-bottom: 15px;
}

.privacy-armory-d h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 38px;
    color: rgb(69,73,106);
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px dashed rgb(69,73,106);
    padding-bottom: 10px;
}

.privacy-armory-d h3, .privacy-armory-d h4, .privacy-armory-d h5, .privacy-armory-d h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    border-left: 4px solid #000000;
    padding-left: 10px;
}

.privacy-armory-d ul, .privacy-armory-d ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    margin: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    list-style: none;
}

.privacy-armory-d li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.privacy-armory-d li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgb(125,139,174);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.privacy-armory-d section {
    background: none;
}

.privacy-armory-d p, .privacy-armory-d span, .privacy-armory-d div {
    line-height: 1.75;
    margin-bottom: 20px;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy-armory-d {
        padding: 30px;
        width: 100%;
    }

    .privacy-armory-d h1 {
        font-size: calc(22px - 6px);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .privacy-armory-d h2 {
        font-size: calc(22px - 6px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .privacy-armory-d ul, .privacy-armory-d ol {
        padding-left: 15px;
    }

    .privacy-armory-d li {
        padding-left: 20px;
    }

    .privacy-armory-d p, .privacy-armory-d span, .privacy-armory-d div {
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
}.instructional-approach-o {
    position: relative;
    width: 100%;
}

.instructional-approach-o .work_holder {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.instructional-approach-o .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(
        circle at 20% 50%,
        rgb(125,139,174,0.5) 0%,
        transparent 50%
    );
    opacity: 0.9;
    z-index: -1;
}

.instructional-approach-o .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
}

.instructional-approach-o .text_holder {
    width: 70%;
    position: relative;
    background: #ffffff;
    padding: 50px 60px;
    transform: skewX(-3deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -5px -5px 30px rgba(255, 255, 255, 0.05);
}

.instructional-approach-o .text_holder > * {
    transform: skewX(3deg);
}

.instructional-approach-o .text_holder::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 80%;
    background: rgb(69,73,106);
    transition: height 0.3s ease;
}

.instructional-approach-o .text_holder:hover::after {
    height: 90%;
}

.instructional-approach-o .text_holder h4 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.instructional-approach-o .text_holder h4::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 3px;
    height: 0;
    background: rgb(125,139,174);
    transition: height 0.4s ease;
}

.instructional-approach-o .text_holder:hover h4::before {
    height: 100%;
    top: 0;
}

.instructional-approach-o .text_holder p {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(229,238,247)
    );
    padding: 20px;
    border-radius: 0 10px 10px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .instructional-approach-o .work_holder {
        padding: 55px 0;
    }
    
    .instructional-approach-o .text_holder {
        width: 80%;
        padding: 40px 45px;
    }

    .instructional-approach-o .text_holder h4 {
        font-size: calc(38px * 0.9);
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .instructional-approach-o .work_holder {
        padding: 40px 0;
    }

    .instructional-approach-o .container {
        justify-content: center;
    }
    
    .instructional-approach-o .text_holder {
        width: 100%;
        padding: 30px;
        transform: none;
    }
    
    .instructional-approach-o .text_holder > * {
        transform: none;
    }

    .instructional-approach-o .text_holder::after {
        right: 0;
        width: 5px;
    }

    .instructional-approach-o .text_holder h4 {
        font-size: calc(38px * 0.85);
        margin-bottom: 20px;
    }

    .instructional-approach-o .text_holder p {
        font-size: calc(15px * 0.95);
        line-height: 1.6;
        padding: 15px;
    }
}.homepage-L {
    background-color: rgb(229,238,247);
    padding: 100px 0;
    font-family: Ubuntu, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.homepage-L .holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); 
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.homepage-L .holder:hover {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); 
}
.homepage-L .photo {
    width: 50%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease; 
}
.homepage-L .text_holder {
    width: 45%;
    padding: 40px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); 
    position: relative;
    transition: transform 0.3s ease;
}
.homepage-L .text_info {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.homepage-L .text_info h2 {
    font-size: 20px;
    color: rgb(125,139,174);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(69,73,106,0.5); 
    transition: color 0.3s ease, border-color 0.3s ease;
}

.homepage-L .text_info span {
    font-size: 12px;
    color: #000000;
}
.homepage-L .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(125,139,174);
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.homepage-L .text_holder .button {
    padding: 10px 16px;
    background-color: rgb(125,139,174);
    color: #ffffff;
    border-radius: 18px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    border: none;
    width: fit-content;
    align-self: center;
}
.homepage-L .text_holder .button:hover {
    background-color: rgb(69,73,106);
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.2); 
}
@media (max-width: 1200px) {
    .homepage-L .holder {
        flex-direction: column; 
    }
    .homepage-L .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .homepage-L .text_holder {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .homepage-L {
        padding: 60px 0;
    }
    .homepage-L .photo {
        height: 200px;
    }
    .homepage-L .text_info h2 {
        font-size: 20px;
    }
}
.connect-form-p {
    background: linear-gradient(135deg, rgb(125,139,174), rgb(69,73,106));
    padding: 120px 0;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.connect-form-p .container {
    max-width: 800px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.connect-form-p .holder {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.connect-form-p h3 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.connect-form-p .form_text {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
}

.connect-form-p form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.connect-form-p form input,
.connect-form-p form textarea {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(125,139,174);
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    font-size: 12px;
    transition: background 0.3s, border-color 0.3s;
}

.connect-form-p form input::placeholder,
.connect-form-p form textarea::placeholder {
    color: rgb(69,73,106,0.5);
}

.connect-form-p form input:focus,
.connect-form-p form textarea:focus {
    background: rgb(69,73,106,0.5);
    border-color: rgb(69,73,106);
    outline: none;
}

.connect-form-p .agree {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
}

.connect-form-p .agree input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.connect-form-p .agree a {
    color: rgb(69,73,106);
    text-decoration: underline;
    margin-left: 5px;
    transition: color 0.3s;
}

.connect-form-p .agree a:hover {
    color: #ffffff;
}

.connect-form-p .button {
    background: rgb(125,139,174);
    color: #ffffff;
    border-radius: 27px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    align-self: center;
    text-transform: uppercase;
}

.connect-form-p .button:hover {
    background: rgb(69,73,106);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .connect-form-p {
        padding: 80px 20px;
    }

    .connect-form-p .container {
        padding: 20px;
    }

    .connect-form-p h3 {
        font-size: 34px;
    }

    .connect-form-p .form_text {
        font-size: 12px;
    }

    .connect-form-p form {
        gap: 15px;
    }

    .connect-form-p .button {
        padding: 10px 20px;
    }
}

.inner-container-l .connect-form-p .holder {
    flex-direction: column-reverse;
    align-items: center;
}

.inner-container-l .connect-form-p .form {
    width: 100%;
}

.inner-container-l .connect-form-p .logo_holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.inner-container-l .connect-form-p .info span {
    font-weight: 400;
}

.inner-container-l .connect-form-p .info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.inner-container-l .connect-form-p form input {
    border: 1px solid rgb(69,73,106,0.5);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}

.inner-container-l .connect-form-p h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.inner-container-l .connect-form-p form .button {
    background: rgb(69,73,106);
    margin-top: 20px;
}

.connect-form-p .info .contact_info svg,
.connect-form-p .info .contact_info svg path {
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .inner-container-l .connect-form-p .holder {
        flex-direction: column;
        align-items: center;
    }

    .inner-container-l .connect-form-p .form,
    .inner-container-l .connect-form-p .info {
        width: 100%;
        text-align: center;
    }

    .inner-container-l .connect-form-p .name_holder {
        flex-direction: column;
    }

    .inner-container-l .connect-form-p .name_holder #surname {
        margin-left: 0;
    }
}
.program-details-G {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(69,73,106);
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.program-details-G h2 {
    color: rgb(125,139,174);
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.program-details-G .content {
    overflow: hidden;
    box-shadow: 0 0 20px rgb(125,139,174,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.program-details-G .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}
.program-details-G .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.program-details-G h3 {
    color: rgb(69,73,106);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.program-details-G p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}
.program-details-G .button {
    background: rgb(125,139,174);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
.program-details-G .button:hover {
    background: rgb(69,73,106);
    transform: translateY(-5px);
}
.program-details-G .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.program-details-G .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.program-details-G .course {
    width: 100%;
    margin-bottom: 40px;
    background: rgb(229,238,247);
}
@media only screen and (max-width: 600px) {
    .program-details-G {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .program-details-G .content {
        flex-direction: column;
        width: 100%;
    }
    .program-details-G .photo {
        width: 100%;
        height: 200px;
    }
    .program-details-G h2 {
        font-size: 37px;
    }
    .program-details-G h3 {
        font-size: 21px;
    }
}
.inner-container-l .program-details-G {
    position: relative;
    overflow: hidden;
}
.inner-container-l .program-details-G .items {
    width: 100%;
}
.inner-container-l .program-details-G .content {
    box-shadow: none;
    display: flex;
    align-items: stretch;
}
.inner-container-l .program-details-G .photo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background-position: center !important;
}
.inner-container-l .program-details-G .text_holder {
    position: relative;
    z-index: 3;
    background: none;
    width: 100%;
    min-height: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    color: #ffffff;
    border: none;
}
.inner-container-l .program-details-G h3 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(69,73,106);
    margin: 0;
}
.inner-container-l .program-details-G p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}
.inner-container-l .program-details-G .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(125,139,174);
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.inner-container-l .program-details-G .button:hover {
    background: rgb(69,73,106);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .inner-container-l .program-details-G .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner-container-l .program-details-G p {
        padding: 0;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .inner-container-l .program-details-G h3 {
        font-size: 19px;
    }
    .inner-container-l .program-details-G .button {
        margin-top: 20px;
    }
    .inner-container-l .program-details-G .photo {
        height: 300px;
    }
}.program-outcomes-q {
    padding-bottom: 80px;
    padding-top: 80px;
}

.program-outcomes-q .holder {
    display: flex;
    width: 100%;
}

.program-outcomes-q h2 {
    text-align: left;
    margin-bottom: 20px;
}

.program-outcomes-q .photo {
    width: 50%;
    flex-shrink: 0;
}

.program-outcomes-q .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.program-outcomes-q ul {
    list-style: none;
}

.program-outcomes-q li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program-outcomes-q svg, .program-outcomes-q path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(125,139,174);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .program-outcomes-q {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .program-outcomes-q .holder {
        flex-direction: column;
    }

    .program-outcomes-q .text_holder {
        width: 100%;
    }

    .program-outcomes-q .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.inner-container-l .program-outcomes-q {
    background: rgb(69,73,106);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.inner-container-l .program-outcomes-q::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(125,139,174,0.5);
    z-index: 0;
    transform: rotate(-2deg);
}

.inner-container-l .program-outcomes-q .holder {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: center;
}

.inner-container-l .program-outcomes-q .text_holder {
    padding: 40px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.inner-container-l .program-outcomes-q .text_holder:hover {
    transform: translateY(-25px);
}

.inner-container-l .program-outcomes-q .photo {
    border-radius: 26px;
    min-height: 500px;
    flex: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.inner-container-l .program-outcomes-q .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.inner-container-l .program-outcomes-q .photo:hover img {
    transform: scale(1.05);
}

.inner-container-l .program-outcomes-q h2 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(125,139,174);
    margin-bottom: 20px;
}

.inner-container-l .program-outcomes-q ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-container-l .program-outcomes-q li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}

.inner-container-l .program-outcomes-q svg,
.inner-container-l .program-outcomes-q path {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: rgb(125,139,174);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .inner-container-l .program-outcomes-q {
        padding: 50px 0;
        clip-path: none;
    }

    .inner-container-l .program-outcomes-q .holder {
        flex-direction: column;
        gap: 20px;
    }

    .inner-container-l .program-outcomes-q .photo {
        min-height: 250px;
        width: 100%;
    }

    .inner-container-l .program-outcomes-q .text_holder {
        margin: 0;
        padding: 20px;
    }

    .inner-container-l .program-outcomes-q h2 {
        font-size: 19px;
    }
}