* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.guide_section {
    flex: 0 0 auto;
}

.guide_section {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

header .nav_sitewrap {
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    flex-direction: row;
    transform: none;
    position: relative;
    z-index: 5;
    display: flex;
}

header .nav_sitewrap .head_main .header_page {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .nav_sitewrap .head_main .header_page a::after {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(99,129,154), transparent);
    transition: transform 0.4s ease;
    height: 2px;
    transform: translateX(-100%);
}

.price_plan .group_plans {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    transform: translateY(20px);
    opacity: 0;
}

.price_plan .plan_cost {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
}

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

.price_plan .cost_summary {
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-radius: 12px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transform-style: preserve-3d;
}

.price_plan .payment_plans::before {
    top: -10px;
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(99,129,154), transparent);
    height: 3px;
    content: "";
    left: 0;
    width: 40px;
}

.price_plan .plan_details:hover .img_footer {
    transform: scale(1.05);
}

.client_opinions {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(126,162,185,0.5), rgb(99,129,154,0.5));
    padding: 100px 0 120px;
}

.client_opinions h2 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-weight: 700;
}

.client_opinions .success_voices::before {
    background: linear-gradient(90deg, rgb(126,162,185), rgb(99,129,154));
    top: 0;
    height: 5px;
    position: absolute;
    content: "";
    opacity: 0.8;
    width: 100%;
    left: 0;
}

.client_opinions .success_voices:hover img {
    transform: perspective(500px) rotateY(0deg);
}

.client_opinions .success_voices:hover h4::after {
    width: 50px;
}

.client_opinions .description {
    margin: 0;
    position: relative;
    line-height: 1.7;
    z-index: 2;
    color: #000000;
    font-size: 14px;
}

.client_opinions a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.course_program_info {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

.course_program_info h2::after {
    background: rgb(126,162,185);
    width: 6rem;
    bottom: -1rem;
    content: "";
    animation: expandWidth 4s ease-in-out infinite alternate;
    position: absolute;
    height: 0.35rem;
    left: 0;
    transform-origin: left center;
}

.course_program_info .text_box_wrap::before {
    position: absolute;
    width: 0.3rem;
    top: 0;
    opacity: 0.5;
    content: "";
    background: rgb(99,129,154);
    height: 100%;
    left: -2rem;
}

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

.get_in_touch h2 {
    margin-bottom: 40px;
    position: relative;
    color: rgb(99,129,154);
    font-size: 33px;
    text-align: center;
    font-weight: 700;
}

.get_in_touch .img_footer {
    grid-column: 2;
    border-top-right-radius: 14px;
    min-height: 500px;
    grid-row: 1;
    border-bottom-right-radius: 14px;
    transition: transform 0.6s ease;
    height: 100%;
}

.get_in_touch input[type="text"] {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(155,201,218);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.get_in_touch .help_inquiry label {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.get_in_touch .help_inquiry a:hover {
    color: rgb(99,129,154);
}

.get_in_touch .connect_inquiry:hover {
    background: rgb(99,129,154);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.get_in_touch svg path {
    fill: rgb(126,162,185);
}

.welcome_section {
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
    min-height: 100vh;
}

.welcome_section .community_team {
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    margin-left: 8%;
    max-width: 650px;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    animation: appear 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, 
    rgba(rgb(126,162,185,0.5), 0.25) 0%, 
    rgba(rgb(126,162,185,0.5), 0.1) 100%);
    backdrop-filter: blur(10px);
}

.welcome_section p::before {
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(126,162,185);
    height: 12px;
    border-radius: 2px;
    position: absolute;
    width: 12px;
}

.secure_vault::after {
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    height: 250px;
    opacity: 0.5;
    right: -100px;
    top: 40px;
    border: 2px solid rgba(rgb(126,162,185,0.5), 0.1);
    width: 250px;
    content: "";
    transform: rotate(-15deg);
}

.secure_vault h2::before {
    transform: scaleY(0.9);
    position: absolute;
    height: calc(100% - 0.5rem);
    left: 0;
    top: 0.25rem;
    width: 4px;
    background: rgb(99,129,154);
    content: "";
}

.secure_vault p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
    max-width: 90ch;
}

.secure_vault span {
    color: #000000;
    border-left: 1px dashed rgba(rgb(126,162,185,0.5), 0.3);
    font-size: 13px;
    display: block;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    max-width: 90ch;
}

.about_this::before {
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    content: "";
    animation: gradientFlow 25s infinite alternate;
    z-index: 1;
    background: linear-gradient(125deg, rgb(126,162,185,0.5) 0%, transparent 40%, rgb(99,129,154,0.5) 80%, rgb(126,162,185,0.5) 100%);
    position: absolute;
}

.about_this .founder_bio span {
    position: absolute;
    background: rgb(126,162,185);
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    padding: 10px 30px;
    right: 10%;
    z-index: 10;
    top: -15px;
    font-size: 21px;
    transform: skewX(-15deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.about_this .impact_facts {
    grid-template-columns: 1.4fr 1.6fr;
    display: grid;
    position: relative;
    width: 115%;
    margin-right: -15%;
    margin-left: auto;
    gap: 20px;
}

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

.about_this .learning_dna::after {
    bottom: 15%;
    right: 10%;
}

.training_structure {
    overflow: hidden;
    z-index: 1;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(140deg, rgb(155,201,218) 0%, rgb(126,162,185,0.5) 100%);
}

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

.training_structure .learning_dna > div {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    transform: translateX(0);
    border-left: 5px solid rgb(126,162,185);
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 3.5rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
}

.training_structure .learning_dna > div:hover p {
    transform: translateY(3px);
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    left: 0;
}

.guide_section .review_block {
    grid-column: span 7;
}

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

.guide_section .head_main .header_mentor {
    gap: 1rem;
    display: grid;
}

.guide_section .head_main .header_mentor a::after {
    transform: translateX(-5px);
    margin-left: 0.5rem;
    opacity: 0;
    content: "\2192";
    transition: all 0.3s ease;
}

.faculty_info .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.location_details::before {
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(99,129,154), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(126,162,185), 0.07) 0%, transparent 25%);
    right: 0;
}

.location_details h3::after {
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(99,129,154), transparent);
    bottom: 0;
}

.location_details .help_request span:hover {
    background: rgba(rgb(126,162,185), 0.05);
    transform: translateX(5px);
}

.location_details .help_request span p::before {
    border-radius: 4px;
    background: rgb(126,162,185);
    width: 16px;
    content: "";
    opacity: 0.2;
    height: 16px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
}

.location_details .ask_team {
    grid-column: 1 / -1;
    padding: 30px;
    background: rgba(rgb(126,162,185), 0.03);
    margin: 20px 40px 40px;
    border-radius: 10px;
}

.location_details .ask_team span:last-child {
    border-bottom: none;
}

.location_details .ask_team span:hover {
    background: rgba(rgb(126,162,185), 0.02);
    padding-left: 10px;
    border-left: none;
    transform: none;
}



.location_details .help_request span::after {
    position: absolute;
    border-color: transparent rgba(rgb(126,162,185), 0.1) transparent transparent;
    border-width: 0 20px 20px 0;
    width: 0;
    content: "";
    opacity: 0;
    height: 0;
    top: 0;
    border-style: solid;
    right: 0;
    transition: all 0.3s ease;
}

.location_details .help_request span svg {
    opacity: 0.8;
    height: 20px;
    position: absolute;
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(126,162,185);
    top: 50%;
    transform: translateY(-50%);
}

.education_experience {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, #ffffff 100%);
}

.education_experience .success_voices {
    backdrop-filter: blur(10px);
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    transform-style: preserve-3d;
}

.education_experience .success_voices > div:nth-child(3) {
    position: relative;
}

.education_experience .success_voices .career_area {
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    padding: 20px 0;
    position: relative;
    margin: 0;
    transform: translateZ(5px);
}


.privacy_opt {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    gap: 20px;
}

.cookie_notice_overlay p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}

.track_cookies:hover svg {
    transform: scale(1.1);
}

.gdpr_banner {
    box-shadow: 0 0 15px rgb(126,162,185);
    text-decoration: none;
    white-space: nowrap;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    padding: 10px 20px;
    font-size: 19px;
    flex-shrink: 0;
    color: #000000;
    border-radius: 26px;
    background: linear-gradient(90deg, rgb(126,162,185), rgb(99,129,154));
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.thanksCard .learning_dna {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 60px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    border-radius: 10px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
}

.thanksCard .learning_dna {
    transform: none;
    padding: 40px 30px;
}

.thanksCard .learning_dna {
    padding: 30px 20px;
}

.thanksCard a:hover {
    transform: translateX(5px);
}

.thanksCard p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.5s ease-out forwards;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}

.thanksCard p {
    line-height: 1.7;
    font-size: calc(13px - 0.05rem);
}

.thanksCard p {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}



@media (max-width: 1199px) {.price_plan {
    padding: 80px 0;
}.price_plan .group_plans {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.price_plan .group_plans h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 992px) {.client_opinions {
    padding: 80px 0 100px;
}.client_opinions h2 {
    font-size: calc(34px * 0.9);
}.client_opinions .review_glow {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media screen and (min-width: 768px) {.course_program_info {
    padding: 7rem 0;
}.course_program_info h2 {
    font-size: calc(28px * 1.1);
    max-width: 70%;
}.course_program_info .learn_route {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}.course_program_info .img_footer {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.course_program_info .text_box_wrap {
    padding: 1rem 0;
}.course_program_info .description {
    padding-right: 1.5rem;
    max-height: 450px;
}
}



@media (max-width: 768px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.get_in_touch .help_panel {
    padding: 30px 25px;
}.get_in_touch .img_footer {
    min-height: 250px;
}
}



@media (max-width: 992px) {.welcome_section .community_team {
    padding: 2.25rem;
    max-width: 500px;
    margin-left: 5%;
}.welcome_section .title_style_header {
    font-size: 39px;
}.welcome_section h3 {
    font-size: 22px;
}
}



@media (max-height: 700px) {.welcome_section .main_begin {
    min-height: 100vh;
    height: auto;
}.welcome_section .community_team {
    padding: 2rem;
}.welcome_section .community_team > div {
    margin-bottom: 1.5rem;
}}



@media (min-width: 768px) {.secure_vault {
    padding: 6rem 3rem;
}.secure_vault .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}.secure_vault h1 {
    grid-column: 1 / -1;
    margin-bottom: 3rem;
    font-size: calc(44px * 1.4);
}.secure_vault p, 
    .secure_vault span {
    font-size: calc(13px * 1.05);
}.secure_vault h2 {
    margin-top: 4rem;
}.secure_vault ul {
    margin-left: 2rem;
}
}



@media screen and (max-width: 991px) {.about_this .founder_bio p,
    .about_this .impact_facts p {
    width: 100%;
}.about_this {
    padding: 100px 0 80px;
}.about_this h3 {
    font-size: calc(34px - 0.4rem);
    position: relative;
    margin-bottom: 50px;
    transform: none;
}.about_this .founder_bio,
    .about_this .impact_facts {
    gap: 30px;
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: 1fr;
    width: 100%;
}.about_this .founder_bio {
    margin-bottom: 80px;
}.about_this .founder_bio span {
    right: auto;
    font-size: calc(21px - 0.2rem);
    left: 0;
    top: -15px;
}.about_this .founder_bio .img_footer {
    height: 400px;
    grid-row: 1 / 2;
    border-radius: 18px;
    grid-column: 1 / 2;
}.about_this .founder_bio p {
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.about_this .impact_facts .expert_network {
    border-radius: 18px;
    height: 400px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.about_this .impact_facts p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: translateX(0);
}.about_this .founder_bio::after,
    .about_this .impact_facts::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 768px) {.guide_section {
    padding: 3rem 0 1.5rem;
}.guide_section .header_mentor {
    gap: 1.5rem;
}.guide_section .company_holder h3 {
    font-size: calc(30px - 2px);
}.faculty_info {
    margin-top: 3rem;
}
}



@media (max-width: 1024px) {.location_details {
    padding: 80px 0;
}.location_details .request_team {
    grid-gap: 30px;
}.location_details h3 {
    padding: 25px 30px;
}.location_details .feedback_form {
    padding-top: 30px;
    padding: 0 30px;
}.location_details .help_request {
    padding: 0 30px 30px;
}.location_details .ask_team {
    margin: 10px 30px 30px;
}
}



@media (min-width: 768px) {.education_experience .success_voices {
    padding: 50px;
    grid-template-columns: 220px 1fr;
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
}.education_experience .success_voices > div:first-child {
    grid-row: span 2;
}.education_experience .success_voices > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.education_experience .success_voices .name::after {
    left: 0;
    transform: none;
}.education_experience .success_voices .career_area {
    border-left: 3px solid rgb(99,129,154,0.5);
    padding: 10px 0 10px 30px;
}
}


@media only screen and (max-width: 1200px) {.cookie_notice_overlay {
    padding: 15px 0;
}.privacy_opt {
    padding: 15px 5%;
}
}



@media (max-width: 992px) {.thanksCard {
    padding: 90px 0;
}.thanksCard .learning_dna {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.thanksCard h5 {
    font-size: calc(21px - 0.1rem);
}
}

@keyframes appear {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}



@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}


    
    @keyframes lineExtend {
        100% { width: 60px; }
    }


    
    @keyframes lineExtend {
        100% { width: 50px; }
    }

