.top_core {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}


header {
    background: linear-gradient(135deg, rgb(126,162,185,0.5) 0%, rgb(99,129,154) 100%);
    z-index: 99;
    position: relative;
    overflow: visible;
    width: 100%;
}

header .nav_sitewrap .top_study:hover {
    transform: scale(1.05);
}

header .nav_sitewrap .top_study .nav_core {
    display: inline-block;
}

header .nav_sitewrap .head_main {
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    transform: none;
    padding: 20px 30px;
    margin: 0;
}

header .nav_sitewrap .head_main .header_page:hover a::after {
    transform: translateX(0);
}

.price_plan::before {
    height: 100%;
    z-index: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(99,129,154,0.5), 0.05) 0%, rgba(rgb(126,162,185,0.5), 0.08) 100%);
    top: 0;
}

.price_plan .cost_rates {
    font-size: 14px;
    max-width: 800px;
    margin-top: 25px;
    color: #000000;
    line-height: 1.6;
}

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

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

.price_plan .plan_details:hover .cost_summary {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(126,162,185,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.price_plan .payment_plans {
    display: block;
    margin: 20px 0;
    position: relative;
    color: rgb(99,129,154);
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: calc(23px + 4px);
}

.price_plan .img_footer::after {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.client_opinions .learning_dna {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.client_opinions .review_glow {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.client_opinions .success_voices:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}

.client_opinions .success_voices h4 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.client_opinions .description::before {
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    z-index: -1;
    font-size: 120px;
    left: -5px;
    content: "";
    top: -30px;
    font-family: serif;
}

.client_opinions a:hover::before {
    left: 100%;
}

.course_program_info::before {
    background: linear-gradient(225deg, rgb(126,162,185) 0%, transparent 70%);
    content: "";
    top: -5%;
    position: absolute;
    right: -5%;
    opacity: 0.15;
    width: 20vw;
    z-index: 1;
    height: 20vw;
    transform: rotate(15deg);
}

.course_program_info h2 {
    max-width: 90%;
    font-size: 28px;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
}

.course_program_info .img_footer::before {
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    height: 100%;
}

.course_program_info .description:last-child {
    margin-bottom: 0;
}

.get_in_touch::before {
    height: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.get_in_touch h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(126,162,185);
    font-size: 21px;
}

.get_in_touch .help_inquiry {
    margin-top: 10px;
    gap: 10px;
    display: flex;
    align-items: flex-start;
}

.get_in_touch .help_inquiry input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    font-size: 16px;
    content: "✓";
}

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

.welcome_section .main_begin::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.2) 100%);
}

.welcome_section .title_style_header::after {
    transform-origin: left;
    left: 0;
    width: 80px;
    bottom: -10px;
    height: 4px;
    background: rgb(126,162,185);
    animation: growLine 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    position: absolute;
    content: "";
}

.welcome_section p {
    position: relative;
    font-size: calc(16px * 1.1);
    opacity: 0.9;
    padding-left: 1.5rem;
    animation: slideIn 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    letter-spacing: 0.5px;
    transform: translateX(-5px);
    font-weight: 400;
    line-height: 1.6;
}

.secure_vault::before {
    width: 100%;
    content: "";
    transform-origin: left;
    transform: scaleX(0.95);
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(126,162,185) 0%, rgb(99,129,154) 100%);
    height: 8px;
    box-shadow: 0 0 20px rgba(rgb(126,162,185,0.5), 0.2);
    position: absolute;
}

.secure_vault h2 {
    font-weight: 600;
    color: #000000;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-size: 38px;
    padding-left: 1.2rem;
}

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

.secure_vault p strong {
    padding: 0 0.2rem;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(99,129,154,0.5), 0.15) 40%);
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.about_this {
    padding: 140px 0 120px;
    overflow: hidden;
    background: rgb(155,201,218);
    position: relative;
}



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

.about_this h3 {
    left: 0;
    font-size: 34px;
    font-weight: 700;
    padding-left: 30px;
    margin: 0;
    border-left: 4px solid rgb(126,162,185);
    color: #000000;
    position: absolute;
    top: 0;
    letter-spacing: 1px;
    transform: translateY(-100%) translateY(-30px);
}

.about_this .founder_bio p {
    align-self: center;
    color: #000000;
    grid-column: 2 / 3;
    line-height: 1.8;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-30px);
    border-radius: 18px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    grid-row: 1 / 2;
    z-index: 5;
    backdrop-filter: blur(10px);
    width: 110%;
    font-size: 16px;
}

.about_this .impact_facts .expert_network::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    content: "";
}

.about_this .founder_bio::before,
.about_this .impact_facts::before {
    background: linear-gradient(to right, transparent, rgb(126,162,185,0.5) 50%, transparent);
    width: 300px;
    height: 1px;
    position: absolute;
    content: "";
    animation: widthPulse 6s infinite alternate;
}



.about_this .founder_bio::before {
    left: 20%;
    top: -20px;
}

.training_structure::after {
    left: -80px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(99,129,154);
    bottom: -80px;
    opacity: 0.05;
    width: 300px;
    z-index: -1;
    height: 300px;
    position: absolute;
    animation: morph 15s infinite alternate ease-in-out;
    content: "";
}

.training_structure .learning_dna > div:hover::before {
    opacity: 0.3;
}

.training_structure h3 {
    margin-bottom: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(30px * 0.8);
    color: rgb(126,162,185);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    font-weight: 700;
}

.training_structure p {
    color: #000000;
    line-height: 1.7;
    transform: translateY(0);
    position: relative;
    font-size: 14px;
    margin: 0;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide_section .container {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
    position: relative;
}

.guide_section .company_holder h3 {
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 1rem;
}

.guide_section .head_main h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-bottom: 0.8rem;
    font-size: 21px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.guide_section .head_main .header_mentor a:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.guide_section::after {
    position: absolute;
    width: 50px;
    top: 2rem;
    height: 50px;
    right: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

.location_details {
    background: linear-gradient(180deg, rgb(155,201,218) 0%, rgba(rgb(126,162,185), 0.03) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.location_details .request_team {
    background: #ffffff;
    display: grid;
    grid-gap: 40px;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    padding: 0;
    overflow: hidden;
    border-radius: 13px;
}

.location_details .feedback_form {
    color: #000000;
    padding: 0 40px;
    font-size: 16px;
    padding-top: 40px;
    grid-column: 1 / -1;
    line-height: 1.6;
    margin: 0;
}

.location_details .help_request span p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.location_details .help_request span span:hover {
    background: transparent;
    transform: none;
    border-left: none;
}

.location_details .help_request span a:hover {
    color: rgb(99,129,154);
}

.location_details .help_request span a:hover::after {
    background: rgb(99,129,154);
    height: 2px;
    opacity: 1;
}

.location_details .ask_team h4::after {
    position: absolute;
    width: 100px;
    background: rgb(126,162,185);
    content: "";
    bottom: -1px;
    left: 0;
    height: 2px;
}



.location_details .request_team::before {
    top: -100px;
    background: rgb(126,162,185);
    content: "";
    right: -100px;
    opacity: 0.05;
    z-index: 1;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
}

.location_details .help_request span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}

.location_details .help_request span svg path {
    fill: rgb(126,162,185);
}

.location_details .help_request span svg path {
    stroke-width: 1;
    transition: all 0.3s ease;
    stroke: #000000;
    stroke-opacity: 0.2;
}

.education_experience::before {
    right: -100px;
    width: 400px;
    height: 400px;
    z-index: 0;
    top: -100px;
    content: "";
    filter: blur(120px);
    position: absolute;
    background: rgb(126,162,185,0.5);
}

.education_experience .success_voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.education_experience .success_voices:hover .img_footer {
    transform: translateZ(20px) scale(1.05);
}

.education_experience .success_voices > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}

.education_experience .success_voices .name {
    margin-bottom: 10px;
    color: rgb(126,162,185);
    font-weight: 700;
    position: relative;
    font-size: calc(22px * 1.1);
    display: inline-block;
}

.education_experience .success_voices .career_area::before,
.education_experience .success_voices .career_area::after {
    color: rgb(126,162,185,0.5);
    content: "";
    line-height: 1;
    position: absolute;
    font-size: 80px;
    font-family: Georgia, serif;
}

.education_experience .success_voices .career_area::before {
    left: -15px;
    top: -20px;
}

.track_cookies svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(126,162,185);
    height: 80px;
}

.cookie_button.data_settings:hover {
    box-shadow: 0 0 15px rgb(99,129,154);
}

#panelPrivacyNotice {
    display: none;
}


.thanksCard {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(126,162,185,0.5) 0%, rgb(155,201,218) 100%);
    position: relative;
}

.thanksCard {
    padding: 70px 0;
}

.thanksCard {
    padding: 50px 0;
}

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

.thanksCard .learning_dna::before {
    z-index: -1;
    top: -5px;
    content: "";
    right: -5px;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgb(126,162,185) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(99,129,154) 100%);
    border-radius: calc(10px + 5px);
    left: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    opacity: 0.6;
    filter: blur(8px);
}

.thanksCard .learning_dna > div:last-child {
    overflow: hidden;
    position: relative;
}

.thanksCard a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}

.course_program_info .description::-webkit-scrollbar {
    width: 6px;
}

.course_program_info .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(155,201,218);
}

.course_program_info .description::-webkit-scrollbar-thumb {
    background: rgb(126,162,185,0.5);
    border-radius: 10px;
}

.course_program_info .description::-webkit-scrollbar-thumb:hover {
    background: rgb(126,162,185);
}



@media (max-width: 767px) {.price_plan {
    padding: 60px 0;
}.price_plan .plan_cost {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_plan .rate_panel {
    padding: 25px 20px;
}.price_plan .img_footer {
    height: 180px;
}.price_plan .group_plans h2 {
    font-size: calc(31px - 2px);
}.price_plan .cost_rates {
    font-size: calc(14px - 1px);
}
}



@media (max-width: 576px) {.client_opinions {
    padding: 50px 0 70px;
}.client_opinions h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.client_opinions h2::after {
    width: 60px;
    bottom: -10px;
}.client_opinions .success_voices {
    padding: 20px;
}.client_opinions .success_voices img {
    width: 50px;
    height: 50px;
}.client_opinions .description {
    font-size: calc(14px * 0.95);
}}



@media (hover: hover) {.course_program_info .img_footer {
    cursor: pointer;
}
}



@media (prefers-reduced-motion: reduce) {.course_program_info h2::after {
    animation: none;
}.course_program_info .img_footer {
    transition: none;
}}



@media (max-width: 576px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .container {
    padding: 0 15px;
}.get_in_touch h2::after {
    width: 40px;
}.get_in_touch .help_panel {
    padding: 25px 20px;
}.get_in_touch #contact {
    gap: 20px;
}.get_in_touch .connect_inquiry {
    width: 100%;
    padding: 14px 20px;
}.get_in_touch .img_footer {
    min-height: 200px;
}}



@media (max-width: 576px) {.welcome_section .community_team {
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
    padding: 1.75rem;
}.welcome_section .title_style_header {
    font-size: calc(39px * 0.8);
}.welcome_section h3 {
    letter-spacing: 0.3px;
    font-size: calc(22px * 0.9);
}.welcome_section p {
    font-size: calc(16px * 0.95);
    padding-left: 1.25rem;
}.welcome_section p::before {
    width: 10px;
    height: 10px;
}
}



@media screen and (max-width: 1199px) {.about_this {
    padding: 120px 0 100px;
}.about_this h3 {
    font-size: calc(34px - 0.2rem);
}.about_this .founder_bio,
    .about_this .impact_facts {
    width: 110%;
}.about_this .founder_bio {
    margin-left: -10%;
}.about_this .impact_facts {
    margin-right: -10%;
}.about_this .founder_bio .img_footer,
    .about_this .impact_facts .expert_network {
    height: 450px;
}.about_this .founder_bio p,
    .about_this .impact_facts p {
    padding: 30px;
}
}



@media screen and (min-width: 1400px) {.about_this .founder_bio {
    margin-left: -20%;
    width: 120%;
}.about_this .impact_facts {
    margin-right: -20%;
    width: 120%;
}.about_this .founder_bio .img_footer,
    .about_this .impact_facts .expert_network {
    height: 550px;
}}



@media (min-width: 768px) {.training_structure {
    padding: 8rem 0;
}.training_structure .learning_dna > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.training_structure .learning_dna > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.training_structure h3 {
    font-size: 30px;
}.training_structure p span {
    padding-left: 2rem;
}
}



@media (max-width: 767px) {.training_structure {
    padding: 5rem 0;
}.training_structure .learning_dna > div {
    padding: 2.5rem 1.5rem;
}.training_structure h3 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.training_structure p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.training_structure p span {
    padding-left: 0.75rem;
}}



@media (max-width: 420px) {.guide_section .company_holder h3::after,
    .guide_section .head_main h5::after {
    width: 30px;
}.guide_section .head_main .header_mentor a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 576px) {.location_details {
    padding: 50px 0;
}.location_details h3 {
    font-size: calc(35px - 4px);
    padding: 15px 20px;
}.location_details .feedback_form {
    padding-top: 20px;
    font-size: calc(16px - 1px);
    padding: 0 20px;
}.location_details .help_request {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.location_details .help_request span {
    padding: 20px;
}.location_details .ask_team {
    margin: 10px 20px 20px;
    padding: 15px;
}.location_details .ask_team h4 {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: calc(21px - 2px);
}.location_details .ask_team span {
    font-size: calc(16px - 1px);
    padding: 6px 0;
}}



@media (max-width: 480px) {.education_experience {
    padding: 60px 0;
}.education_experience .success_voices {
    padding: 25px 20px;
    gap: 20px;
}.education_experience .success_voices .img_footer {
    height: 120px;
    width: 120px;
}.education_experience .success_voices .name {
    font-size: 22px;
}.education_experience .success_voices > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}}



@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}



@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

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



@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}



@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

