.container {
    width: 1141px;
    max-width: 100%;
    margin: auto;
}

.wrapper-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

header::before {
    background: linear-gradient(145deg, rgb(99,129,154,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
}

header .nav_sitewrap .head_main::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    transform: rotate(-2deg) scale(1.03);
    top: 0;
    content: "";
}

.price_plan {
    overflow: hidden;
    position: relative;
    background-color: rgb(155,201,218);
    padding: 100px 0;
    font-family: Arial, sans-serif;
}

.price_plan .promo_rates {
    flex-direction: column;
    display: flex;
}

.price_plan .group_plans h2::after {
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgb(99,129,154), rgb(126,162,185));
    height: 4px;
    content: "";
    bottom: -10px;
}

.price_plan .plan_details:nth-child(4) {
    --i: 4;
}

.price_plan .rate_panel {
    box-sizing: border-box;
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    min-height: 250px;
}

.price_plan .rate_panel h3 {
    color: #000000;
    position: relative;
    font-size: calc(23px + 2px);
    font-weight: 700;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-bottom: 20px;
}

.price_plan .rate_panel p {
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 15px;
    hyphens: auto;
    word-break: normal;
    word-wrap: break-word;
    transition: color 0.3s ease;
    font-size: 14px;
    color: #000000;
    white-space: normal;
}

.client_opinions::before {
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    position: absolute;
}

.client_opinions h2::after {
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: absolute;
    background: linear-gradient(90deg, rgb(99,129,154), rgb(126,162,185));
    width: 80px;
}

.client_opinions .success_voices > div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.client_opinions .success_voices img {
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    transform: perspective(500px) rotateY(-5deg);
    transition: transform 0.3s ease-out;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
    width: 60px;
}

.client_opinions a::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s;
}

.course_program_info::after {
    width: 15vw;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(99,129,154) 0%, transparent 70%);
    left: -5%;
    height: 15vw;
    transform: rotate(-10deg);
    bottom: -5%;
    opacity: 0.1;
}

.course_program_info .img_footer {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(0);
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    position: relative;
}

.course_program_info .description:first-of-type::first-letter {
    line-height: 1;
    margin-right: 0.5rem;
    float: left;
    font-size: 1.5rem;
    padding: 0.5rem;
    background: rgb(155,201,218);
    border-radius: 10px;
    color: rgb(126,162,185);
    font-weight: 700;
}

.get_in_touch .help_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    border-radius: 14px;
    background: #ffffff;
}

.get_in_touch #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.get_in_touch input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(126,162,185);
}

.get_in_touch .help_inquiry input[type="checkbox"]:checked {
    border-color: rgb(126,162,185);
    background: rgb(126,162,185);
}

.get_in_touch .help_inquiry a {
    color: rgb(126,162,185);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.get_in_touch .connect_inquiry:hover::before {
    left: 100%;
}

.get_in_touch svg {
    margin-right: 10px;
    fill: rgb(126,162,185);
    width: 22px;
    vertical-align: middle;
    height: 22px;
}

.welcome_section .main_begin {
    width: 100%;
    justify-content: flex-start;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}

.welcome_section .community_team > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
}

.welcome_section .title_style_header {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transform: translateX(-5px);
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(39px * 1.15);
    position: relative;
    line-height: 1.2;
    background-clip: text !important;
    background: linear-gradient(
    135deg, 
    #ffffff 0%, 
    rgba(255, 255, 255, 0.85) 100%
  );
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.secure_vault {
    color: #000000;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, rgb(155,201,218) 85%, rgba(rgb(126,162,185,0.5), 0.05) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.secure_vault h1 {
    color: rgb(126,162,185);
    transform: translateX(-0.5rem);
    font-size: calc(44px * 1.2);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.secure_vault h3 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    color: #000000;
}

.secure_vault h4::before {
    background: rgb(99,129,154);
    height: calc(100% - 0.4rem);
    content: "";
    width: 2px;
    top: 0.2rem;
    transform: scaleY(0.7);
    left: 0;
    opacity: 0.7;
    position: absolute;
}

.secure_vault li {
    margin-bottom: 1.2rem;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    padding-left: 1.8rem;
}

.secure_vault li:hover::before {
    transform: rotate(225deg);
    opacity: 1;
}



.about_this::after {
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(126,162,185,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(99,129,154,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.15;
    filter: blur(50px);
    top: 0;
    animation: pulseBackground 15s infinite alternate;
    height: 100%;
}

.about_this .founder_bio .img_footer {
    overflow: hidden;
    height: 500px;
    border-radius: 0 18px 18px 0;
    z-index: 3;
    grid-column: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 2;
}

.about_this .impact_facts::before {
    background: linear-gradient(to right, rgb(126,162,185,0.5), rgb(99,129,154,0.5), transparent);
    height: 1px;
    content: "";
    position: absolute;
    width: 40%;
    top: -50px;
    left: 30%;
}

.about_this .impact_facts::before {
    right: 20%;
    bottom: -20px;
}

.about_this .founder_bio::after,
.about_this .impact_facts::after {
    opacity: 0.15;
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
    width: 200px;
    height: 200px;
}



.about_this .founder_bio::after {
    background: rgb(126,162,185);
    right: 10%;
    bottom: -100px;
}

.training_structure::before {
    background: rgb(126,162,185);
    position: absolute;
    opacity: 0.1;
    height: 250px;
    content: "";
    animation: float 12s infinite ease-in-out;
    z-index: -1;
    transform: rotate(45deg);
    width: 250px;
    top: -50px;
    right: -50px;
}

.training_structure .learning_dna:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training_structure .learning_dna > div:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
    transform: translateX(5px) translateY(-5px);
}

.training_structure .learning_dna > div:hover h3 {
    transform: translateX(5px);
}

.training_structure h3::after {
    position: absolute;
    background: rgb(126,162,185);
    height: 3px;
    transition: width 0.4s ease-out;
    width: 60px;
    content: "";
    left: 0;
    bottom: -10px;
}

footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(99,129,154), rgb(126,162,185));
    left: 0;
    z-index: -2;
    right: 0;
    opacity: 0.9;
    top: 0;
}

.guide_section .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.guide_section .insta_feed {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    font-size: 13px;
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    position: relative;
    line-height: 1.7;
}

.guide_section .head_main .header_mentor a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 13px;
}

.faculty_info {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.guide_section .company_holder::after {
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.location_details::after {
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(126,162,185), 0.03) 49%, rgba(rgb(126,162,185), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(99,129,154), 0.03) 49%, rgba(rgb(99,129,154), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    z-index: 2;
    left: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

.location_details .help_request span {
    border-left: 4px solid transparent;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    position: relative;
    background: rgba(rgb(155,201,218), 0.5);
    transition: all 0.3s ease;
    padding: 25px 30px;
}

.location_details .help_request span a {
    color: rgb(126,162,185);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}

.location_details .ask_team h4 {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(rgb(126,162,185), 0.1);
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(126,162,185);
    position: relative;
}

.location_details .request_team::after {
    bottom: -75px;
    left: -75px;
    z-index: 1;
    width: 150px;
    background: rgb(99,129,154);
    position: absolute;
    height: 150px;
    opacity: 0.05;
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    content: "";
}

.location_details .help_request span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}

.location_details .help_request span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(99,129,154);
}

.location_details .help_request span p svg {
    height: 16px;
    width: 16px;
    left: 0;
    top: 50%;
    fill: rgb(126,162,185);
    position: absolute;
    transform: translateY(-50%);
}

.education_experience .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.education_experience .success_voices > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.education_experience .success_voices .img_footer::before {
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(126,162,185,0.5) 100%
  );
    position: absolute;
}

.education_experience .success_voices > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(17px * 0.95);
    margin-top: 15px;
    font-style: italic;
    color: #000000;
}

.education_experience .success_voices .career_area::after {
    right: -15px;
    bottom: -60px;
    content: "";
}

.cookie_notice_overlay h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.track_cookies {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(126,162,185));
    justify-content: center;
}

.cookie_notice_overlay p a {
    color: rgb(126,162,185);
    transition: color 0.3s ease;
    text-decoration: none;
}

.thanksCard::before {
    background-image: 
        linear-gradient(30deg, rgb(126,162,185,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(126,162,185,0.5) 1px, transparent 1px);
    opacity: 0.1;
    animation: patternShift 30s infinite linear;
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}

.thanksCard .learning_dna:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}

.thanksCard .learning_dna > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.thanksCard .learning_dna > div:first-child {
    margin-bottom: 25px;
}

.thanksCard h5 {
    animation: slideIn 0.8s 0.2s ease-out forwards;
    opacity: 0;
    transform: translateX(0);
    margin: 0;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    padding: 0;
    font-size: 21px;
    font-family: Arial, sans-serif;
}

.thanksCard h5 {
    font-size: calc(21px - 0.2rem);
}

.thanksCard h5 {
    font-size: calc(21px - 0.3rem);
}


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



@media (max-width: 992px) {header .nav_sitewrap {
    flex-direction: column;
    align-items: center;
}header .nav_sitewrap .top_study {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav_sitewrap .head_main {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .nav_sitewrap .head_main .header_page {
    margin: 5px 15px 5px 0;
}header .nav_sitewrap .head_main .header_page a {
    font-size: calc(13px - 2px);
    padding: 5px;
}}



@media (max-width: 768px) {.client_opinions {
    padding: 60px 0 80px;
}.client_opinions h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.client_opinions .review_glow {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_opinions .success_voices {
    padding: 25px;
}.client_opinions a {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
}
}



@media screen and (min-width: 1200px) {.course_program_info h2 {
    transform: translateX(-1rem);
}.course_program_info .learn_route {
    gap: 5rem;
}.course_program_info .img_footer {
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}.course_program_info .description {
    max-height: 550px;
}
}



@media (max-width: 992px) {.get_in_touch .help_info {
    grid-template-columns: 1fr;
}.get_in_touch .img_footer {
    border-top-left-radius: 14px;
    min-height: 300px;
    border-radius: 0;
    border-top-right-radius: 14px;
    grid-row: 1;
    grid-column: 1;
}.get_in_touch .help_panel {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}



@media (max-width: 768px) {.welcome_section .main_begin {
    align-items: center;
    min-height: 100vh;
    height: auto;
}.welcome_section .community_team {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    margin: 0 auto;
    max-width: 90%;
}.welcome_section .title_style_header {
    font-size: calc(39px * 0.9);
}.welcome_section .title_style_header::after {
    width: 60px;
}.welcome_section h3 {
    font-size: calc(22px * 0.95);
}.welcome_section p {
    font-size: 16px;
}
}



@media (max-width: 767px) {.secure_vault {
    padding: 4rem 1.5rem;
}.secure_vault h1 {
    margin-bottom: 2rem;
    font-size: calc(44px * 1.1);
}.secure_vault h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(38px * 0.95);
}.secure_vault h3, 
    .secure_vault h4 {
    margin: 2rem 0 1rem;
}.secure_vault p, 
    .secure_vault span {
    font-size: calc(13px * 0.95);
}.secure_vault ul {
    margin-left: 0.5rem;
}.secure_vault li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}



@media screen and (max-width: 575px) {.about_this {
    padding: 60px 0 40px;
}.about_this h3 {
    font-size: calc(34px - 0.8rem);
    padding-left: 15px;
    border-left-width: 3px;
    margin-bottom: 30px;
}.about_this .founder_bio {
    gap: 20px;
    margin-bottom: 50px;
}.about_this .founder_bio span {
    font-size: calc(21px - 0.4rem);
    padding: 6px 15px;
}.about_this .founder_bio .img_footer,
    .about_this .impact_facts .expert_network {
    height: 280px;
}.about_this .founder_bio p,
    .about_this .impact_facts p {
    padding: 20px;
    font-size: calc(16px - 0.2rem);
}.about_this::after {
    filter: blur(20px);
}.about_this .learning_dna::before,
    .about_this .learning_dna::after {
    width: 70%;
}
}



@media (max-width: 1200px) {.guide_section .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.guide_section {
    padding: 4rem 0 2rem;
}.guide_section .container {
    grid-template-columns: 1fr;
}.guide_section .company_holder,
    .guide_section .review_block {
    grid-column: span 12;
}.guide_section .company_holder {
    margin-bottom: 2rem;
}.guide_section::after,
    .guide_section .company_holder::before,
    .guide_section .company_holder::after,
    .guide_section .review_block::after {
    display: none;
}
}



@media (max-width: 768px) {.location_details {
    padding: 60px 0;
}.location_details h3 {
    padding: 20px 25px;
    font-size: calc(35px - 2px);
}.location_details .feedback_form {
    padding: 0 25px;
    padding-top: 25px;
}.location_details .help_request {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.location_details .ask_team {
    margin: 10px 25px 25px;
    padding: 20px;
}.location_details .ask_team span {
    padding: 8px 0;
}
}



@media (min-width: 992px) {.education_experience {
    padding: 140px 0;
}.education_experience .success_voices {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.education_experience .success_voices .img_footer {
    width: 220px;
    height: 220px;
}.education_experience .success_voices .name {
    font-size: calc(22px * 1.2);
}.education_experience .success_voices .career_area {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}


@media only screen and (max-width: 800px) {.track_cookies {
    display: none;
}.privacy_opt {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_notice_overlay h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.web_tracking {
    margin-bottom: 15px;
}.gdpr_banner {
    min-width: 100%;
    margin: 10px 0;
}}



@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(-5px);
  }
}



@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 50% 50% 40% 60% / 50% 40% 60% 40%;
    }
}



@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}

