svg {
    width: 30px;
    height: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

header .nav_sitewrap .top_study {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}

header .nav_sitewrap .top_study .nav_core svg {
    width: auto;
    height: 50px;
}

header .nav_sitewrap .head_main .header_page:hover {
    transform: translateY(-3px) scale(1.05);
}

header .nav_sitewrap .head_main .header_page a {
    padding: 8px 5px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
}

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

.price_plan .group_plans h2 {
    line-height: 1.2;
    position: relative;
    font-size: 31px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.price_plan .plan_details {
    transform: translateY(30px);
    text-decoration: none;
    animation: fadeUp 0.8s ease-out forwards;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    opacity: 0;
}

.price_plan .plan_details:hover .rate_panel h3 {
    transform: translateX(5px);
    color: rgb(126,162,185);
}

.price_plan .plan_details:hover .payment_plans {
    transform: scale(1.05);
    color: rgb(126,162,185);
}

.price_plan .img_footer {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.price_plan .plan_details:hover .img_footer::after {
    opacity: 0.3;
}

.client_opinions::after {
    position: absolute;
    width: 300px;
    right: -80px;
    background: linear-gradient(220deg, rgb(126,162,185,0.5), transparent);
    z-index: 0;
    bottom: -80px;
    content: "";
    border-radius: 50%;
    filter: blur(80px);
    height: 300px;
}

.client_opinions .success_voices {
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    padding: 30px;
    backdrop-filter: blur(10px);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.client_opinions .success_voices h4::after {
    height: 2px;
    position: absolute;
    background: rgb(126,162,185);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 30px;
    bottom: -8px;
}

.client_opinions a {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(126,162,185), rgb(99,129,154));
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 15px 30px;
}

.course_program_info .learn_route {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}

.course_program_info .img_footer:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.course_program_info .text_box_wrap {
    position: relative;
    padding: 0.5rem 0;
}

.course_program_info .description {
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.7;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
    position: relative;
}

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

.get_in_touch h2::after {
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(126,162,185);
    width: 60px;
    bottom: -15px;
}

.get_in_touch .help_panel {
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
    grid-row: 1;
}

.get_in_touch input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.get_in_touch .help_inquiry input[type="checkbox"] {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    appearance: none;
    margin-top: 2px;
    border-radius: 10px;
    border: 2px solid rgb(155,201,218);
    cursor: pointer;
    position: relative;
}

.get_in_touch .connect_inquiry {
    background: rgb(126,162,185);
    transition: all 0.3s ease;
    padding: 15px 35px;
    align-self: flex-start;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
    border: none;
}

.welcome_section .community_team::before {
    content: "";
    top: -2px;
    background: linear-gradient(135deg, 
    rgb(126,162,185) 0%, 
    transparent 50%,
    rgb(99,129,154) 100%);
    z-index: -1;
    left: -2px;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    opacity: 0.4;
    bottom: -2px;
    filter: blur(5px);
    right: -2px;
    position: absolute;
}

.welcome_section h3 {
    font-weight: 600;
    animation: slideIn 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    letter-spacing: 0.5px;
    font-size: calc(22px * 1.1);
    opacity: 0.95;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    transform: translateX(-5px);
}



.welcome_section::after {
    content: "";
    height: 15%;
    width: 40%;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(126,162,185,0.5), 0.15) 100%);
    right: 0;
}

.secure_vault .container {
    position: relative;
    max-width: 1000px;
    z-index: 1;
    margin: 0 auto;
}

.secure_vault h1::after {
    background: linear-gradient(90deg, rgb(126,162,185), transparent);
    left: 0;
    animation: pulse 4s infinite alternate ease-in-out;
    position: absolute;
    width: 6rem;
    bottom: -1rem;
    height: 4px;
    transform-origin: left;
    content: "";
}

.secure_vault h4 {
    position: relative;
    font-size: calc(38px * 0.75);
    font-weight: 600;
    padding-left: 0.8rem;
    color: #000000;
    margin: 2rem 0 1rem;
}

.secure_vault ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.secure_vault li::before {
    transform: rotate(45deg);
    content: "";
    opacity: 0.8;
    height: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: 0.5rem;
    border: 2px solid rgb(126,162,185);
    left: 0;
    width: 10px;
    position: absolute;
}

.about_this .learning_dna {
    position: relative;
    max-width: 100vw;
}

.about_this .founder_bio {
    margin-left: -15%;
    grid-template-columns: 1.6fr 1.4fr;
    margin-bottom: 100px;
    padding-top: 20px;
    width: 115%;
    gap: 20px;
    position: relative;
    display: grid;
}

.about_this .founder_bio span::before {
    transform: skewX(15deg);
    width: 15px;
    left: -15px;
    position: absolute;
    z-index: -1;
    background: rgb(126,162,185);
    content: "";
    height: 100%;
    top: 0;
}

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

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

.about_this .impact_facts::after {
    left: 10%;
    background: rgb(99,129,154);
    top: -100px;
}

.about_this .learning_dna::before,
.about_this .learning_dna::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(126,162,185,0.5) 50%, transparent);
    position: absolute;
    animation: horizontalLine 15s infinite alternate;
    content: "";
    width: 80%;
}



.about_this .learning_dna::before {
    top: 15%;
    left: 10%;
}

.training_structure .learning_dna {
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
}

.training_structure .learning_dna > div::before {
    background: linear-gradient(135deg, rgb(126,162,185,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
}

.training_structure .learning_dna > div:hover h3::after {
    width: 100px;
}

.training_structure p span {
    padding-left: 1rem;
    display: block;
    position: relative;
    border-left: 2px solid rgba(rgb(126,162,185,0.5), 0.2);
}

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

.guide_section .company_holder h3::after {
    position: absolute;
    height: 2px;
    width: 80px;
    background: #ffffff;
    bottom: -2px;
    content: "";
    left: 0;
}

.guide_section .head_main {
    position: relative;
}

.guide_section .head_main h5::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #ffffff;
    width: 40px;
}

.guide_section .head_main .header_mentor a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.faculty_info .conduct_code {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 0 1rem;
    opacity: 0.9;
}

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

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

.location_details h3 {
    color: #ffffff;
    padding: 30px 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgb(126,162,185);
    font-size: 35px;
    grid-column: 1 / -1;
    position: relative;
    margin: 0;
}

.location_details .help_request {
    padding: 0 40px 40px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-column: 1 / -1;
}

.location_details .help_request span span {
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    transform: none;
    font-weight: 400;
    border: none;
}

.location_details .help_request span a::after {
    content: "";
    background: rgb(126,162,185);
    opacity: 0.5;
    left: 0;
    height: 1px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.location_details .ask_team span {
    transition: all 0.3s ease;
    align-items: center;
    grid-template-columns: 1fr auto;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    padding: 10px 0;
    display: grid;
    border-left: none;
    background: transparent;
    transform: none;
    color: #000000;
}

.location_details .help_request span:hover::after {
    opacity: 1;
}

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

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

.location_details .help_request span:hover svg path {
    stroke: rgb(99,129,154);
    stroke-opacity: 0.5;
}

.location_details .ask_team h4 svg {
    margin-right: 8px;
    vertical-align: middle;
    width: 18px;
    fill: rgb(126,162,185);
    height: 18px;
}

.education_experience::after {
    height: 300px;
    filter: blur(100px);
    width: 300px;
    position: absolute;
    content: "";
    bottom: -50px;
    z-index: 0;
    left: -50px;
    background: rgb(99,129,154,0.5);
}

.education_experience .success_voices .img_footer {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.education_experience .success_voices .name::after {
    left: 50%;
    position: absolute;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    background: rgb(99,129,154);
    width: 80px;
    bottom: -8px;
}

.cookie_notice_overlay {
    background: rgb(99,129,154);
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    position: fixed;
    border-top: 3px solid rgb(99,129,154);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    width: 100%;
    z-index: 90;
}

.gdpr_banner:hover {
    box-shadow: 0 0 20px rgb(99,129,154);
}

.cookie_notice_overlay p a:hover {
    color: rgb(99,129,154);
}

#panelPrivacyNotice:checked ~ .cookie_notice_overlay {
    opacity: 0;
    visibility: hidden;
}

.thanksCard::after {
    position: absolute;
    content: "";
    height: 200%;
    z-index: 0;
    transform: translateZ(0);
    width: 200%;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    top: -50%;
    opacity: 0.15;
    animation: lightPulse 10s infinite ease-in-out;
    left: -50%;
}

.thanksCard .learning_dna:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksCard .learning_dna > div:first-child::after {
    animation: lineExtend 1.5s ease-out forwards;
    content: "";
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, rgb(126,162,185), rgb(99,129,154));
    transform-origin: left center;
    left: 0;
    width: 80px;
}

.thanksCard .learning_dna > div:first-child::after {
    width: 60px;
}

.thanksCard .learning_dna > div:first-child::after {
    height: 3px;
    width: 50px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.price_plan .promo_rates {
    flex-direction: row-reverse;
}.price_plan .group_plans {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.price_plan .plan_cost {
    width: 70%;
}.price_plan .group_plans h2 {
    font-size: calc(31px + 4px);
}
}



@media (hover: none) {.price_plan .plan_details:hover .cost_summary {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.price_plan .plan_details:hover .rate_panel h3 {
    transform: none;
}.price_plan .plan_details:hover .payment_plans {
    transform: none;
}.price_plan .plan_details:hover .img_footer {
    transform: none;
}}



@media screen and (min-width: 992px) {.course_program_info {
    padding: 8rem 0;
}.course_program_info h2 {
    margin-bottom: 4rem;
    font-size: calc(28px * 1.2);
    max-width: 60%;
}.course_program_info .img_footer {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.course_program_info .learn_route {
    gap: 4rem;
}.course_program_info .text_box_wrap::before {
    width: 0.4rem;
    left: -3rem;
}.course_program_info .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(12px * 1.05);
    padding-right: 2rem;
}.course_program_info .description:first-of-type::first-letter {
    font-size: 2rem;
    padding: 0.7rem;
}
}



@media (max-width: 1200px) {.welcome_section .community_team {
    max-width: 550px;
    padding: 2.5rem;
    margin-left: 6%;
}.welcome_section .title_style_header {
    font-size: calc(39px * 1.05);
}
}



@media (max-width: 480px) {.welcome_section .community_team {
    padding: 1.5rem;
}.welcome_section .community_team > div {
    margin-bottom: 1.5rem;
}.welcome_section .title_style_header {
    font-size: calc(39px * 0.75);
}.welcome_section .title_style_header::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}



@media (min-width: 1024px) {.secure_vault {
    padding: 8rem 4rem 6rem;
}.secure_vault::after {
    width: 400px;
    height: 400px;
    right: -80px;
    top: 80px;
}.secure_vault .container {
    max-width: 1200px;
}.secure_vault h1 {
    transform: translateX(-1rem);
}.secure_vault h1::after {
    width: 8rem;
}.secure_vault h2 {
    padding-left: 1.5rem;
    font-size: calc(38px * 1.1);
}.secure_vault h2::before {
    width: 6px;
}.secure_vault li {
    padding-left: 2rem;
}.secure_vault li::before {
    width: 12px;
    height: 12px;
}
}



@media screen and (max-width: 767px) {.about_this {
    padding: 80px 0 60px;
}.about_this h3 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: calc(34px - 0.6rem);
}.about_this .founder_bio {
    margin-bottom: 60px;
}.about_this .founder_bio span {
    padding: 8px 20px;
    font-size: calc(21px - 0.3rem);
}.about_this .founder_bio .img_footer,
    .about_this .impact_facts .expert_network {
    height: 350px;
}.about_this .founder_bio p,
    .about_this .impact_facts p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.about_this::after {
    filter: blur(30px);
}.about_this .founder_bio::after,
    .about_this .impact_facts::after {
    width: 100px;
    height: 100px;
    filter: blur(50px);
}
}



@media (min-width: 992px) {.training_structure {
    padding: 10rem 0;
}.training_structure .learning_dna {
    transform: perspective(1000px) rotateY(3deg);
}.training_structure .learning_dna > div {
    padding: 5rem 6rem;
}.training_structure h3 {
    margin-bottom: 2.5rem;
}.training_structure p {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 576px) {.guide_section {
    padding: 2.5rem 0 1rem;
}.guide_section .header_mentor {
    grid-template-columns: 1fr;
    gap: 2rem;
}.guide_section .insta_feed {
    padding-left: 1rem;
}.faculty_info {
    margin-top: 2rem;
}
}



@media (max-width: 768px) {.location_details .help_request span svg {
    height: 18px;
    width: 18px;
}.location_details .help_request span p svg {
    width: 14px;
    height: 14px;
}.location_details .ask_team h4 svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
}



@media (max-width: 576px) {.location_details .help_request span svg {
    height: 16px;
    width: 16px;
}.location_details .help_request span p svg {
    width: 12px;
    height: 12px;
}.location_details .ask_team h4 svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}}



@media (max-width: 767px) {.education_experience {
    padding: 80px 0;
}.education_experience .success_voices {
    padding: 30px 25px;
}.education_experience .success_voices .img_footer {
    height: 150px;
    width: 150px;
}.education_experience .success_voices .career_area {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.education_experience .success_voices .career_area::before,
  .education_experience .success_voices .career_area::after {
    font-size: 60px;
}
}



@media (hover: none) {.thanksCard .learning_dna:hover {
    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;
    transform: none;
}.thanksCard .learning_dna:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.thanksCard a:hover {
    transform: none;
}
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0px, 0px);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

