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

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

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

.trade_mark4819 {
    flex: 0 0 auto;
}

.trade_mark4819 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    padding: 80px 0 30px;
    overflow: hidden;
    position: relative;
}

.developer_experience3104::after {
    width: 200%;
    opacity: 0.2;
    position: absolute;
    height: 200%;
    top: -50%;
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    left: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(170,184,203,0.5) 0%,
            transparent 60%
        );
}

.developer_experience3104 .inline_image4390::before {
    inset: -10px;
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 30px;
    content: "";
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        rgb(170,184,203,0.5) 0%,
        transparent 50%,
        rgb(135,146,161,0.5) 100%
    );
    transform: rotate(5deg);
}

.developer_experience3104 .name {
    -webkit-background-clip: text !important;
    font-size: 41px;
    text-align: center;
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(170,184,203) 100%
    );
    margin-bottom: 15px;
    color: #000000;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 15px;
    background-clip: text !important;
    font-weight: 700;
    position: relative;
}

.developer_experience3104 .career_skills4562::after {
    border-radius: 0 0 0 10px;
    width: 35px;
    height: 35px;
    right: 25px;
    position: absolute;
    background: 
        linear-gradient(225deg, rgb(135,146,161,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.2;
    bottom: 25px;
}

.developer_experience3104 .testimonials6184:hover .inline_image4390 {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.developer_experience3104 .testimonials6184:hover .inline_image4390::before {
    transform: rotate(0deg);
    opacity: 0.5;
}

.developer_experience3104 .testimonials6184:hover .inline_image4390::after {
    transform: rotate(5deg);
}

.course_overview1583::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(170,184,203,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(135,146,161,0.5), 0.06) 0%, transparent 40%);
    top: 0;
}

.course_overview1583 .words_container8654 {
    position: relative;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}

.course_overview1583 h3::after {
    background: rgb(170,184,203);
    height: 3px;
    content: '';
    bottom: 0;
    width: 60px;
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.course_overview1583 .words_container8654:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.tyNote1703 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(170,184,203,0.5), 0.05), rgba(rgb(135,146,161,0.5), 0.1));
}

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

.tyNote1703 h2 {
    position: relative;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 600;
    color: #000000;
    transition: transform 0.5s ease-out;
    font-size: 29px;
    margin-bottom: 40px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    text-align: left;
}

.tyNote1703 .expert_sessions0956::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(170,184,203), rgb(135,146,161), rgb(170,184,203));
    top: 0;
    left: 0;
    animation: gradientShift 6s ease infinite;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
}

.tyNote1703 span {
    position: relative;
    transform: translateY(0);
    line-height: 1.7;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.tyNote1703 .expert_sessions0956:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

header::after {
    background: linear-gradient(to right, 
        rgb(170,184,203), 
        rgb(135,146,161), 
        rgb(170,184,203)
    );
    transform: scaleX(0.7);
    left: 0;
    transform-origin: center;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    bottom: 0;
    height: 5px;
    content: '';
}

header .head_sitewrap6793 {
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}

header .head_pro1980:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .head_pro1980 img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .site_core7293::before {
    transform-origin: top;
    height: 10px;
    top: 100%;
    width: 100%;
    left: 0;
    transform: rotateX(90deg);
    position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
}

header .nav_begin7930 a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .nav_begin7930 a:hover::before {
    opacity: 1;
}

header .nav_begin7930 a::after {
    left: 5px;
    bottom: -5px;
    height: 5px;
    right: 5px;
    position: absolute;
    content: '';
    transform: translateZ(-10px);
    transition: all 0.4s ease;
    background: rgb(170,184,203);
    opacity: 0;
}

.education_framework7854 {
    background: linear-gradient(150deg, rgb(205,215,234) 0%, rgb(135,146,161,0.5) 100%);
    overflow: visible;
    position: relative;
    padding: 170px 0 130px;
}

.education_framework7854 .words_container8654 {
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.education_framework7854 .words_container8654 p {
    background: rgba(255, 255, 255, 0.05);
    padding: 45px 50px;
    z-index: 3;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    border-radius: 0 0 11px 11px;
    align-self: flex-end;
    width: 65%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin-top: -20px;
    font-size: 15px;
}

.education_framework7854 .words_container8654 h2::after {
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    opacity: 0.3;
    background: linear-gradient(to right, rgb(170,184,203,0.5), transparent);
    content: '';
    right: -30px;
    z-index: -1;
}

.education_framework7854::after {
    width: 400px;
    position: absolute;
    height: 1px;
    opacity: 0.3;
    content: '';
    z-index: 1;
    right: 0;
    bottom: 50px;
    background: linear-gradient(90deg, transparent, rgb(170,184,203));
}

.opening_page8607 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 650px;
}

.opening_page8607 .edu_base0874 {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    left: 0;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
}

.opening_page8607 .skill_classes7531 {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 5% 8%;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
}

.opening_page8607 .skill_classes7531 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.opening_page8607 .skill_classes7531 > div:nth-child(2) {
    animation-delay: 0.6s;
}

.opening_page8607 .skill_classes7531 p::before {
    width: 4px;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(170,184,203), rgb(135,146,161));
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}

.opening_page8607 .skill_classes7531 h3 {
    max-width: 80%;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    backdrop-filter: blur(5px);
    border-left: 2px solid rgb(135,146,161);
    background: linear-gradient(
    to right,
    rgba(rgb(170,184,203), 0.15),
    rgba(rgb(170,184,203), 0.05)
  );
    font-size: calc(20px * 1.1);
    color: #ffffff;
    opacity: 0.9;
}

.educational_gains2461 h5 {
    z-index: 1;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateY(0);
    font-size: calc(20px * 1.1);
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
}

.educational_gains2461 .expert_sessions0956:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}

.educational_gains2461 .expert_sessions0956:hover .inline_image4390 {
    transform: scale(1.02);
}

.educational_gains2461 .words_container8654 {
    padding: 1rem 0 0.5rem;
}

.educational_gains2461 li {
    padding-left: 2.5rem;
    transform: translateX(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.educational_gains2461 li p {
    display: flex;
    margin: 0;
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: calc(16px * 0.95);
    align-items: flex-start;
}

.educational_gains2461 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.educational_gains2461 li:hover svg path {
    fill: rgb(135,146,161);
}

.company_info7061::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,184,203,0.5) 0,
        rgb(170,184,203,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    opacity: 0.05;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.company_info7061 h2::before {
    height: 4px;
    left: 20px;
    position: absolute;
    width: 60px;
    content: "";
    bottom: -15px;
    background: rgb(170,184,203);
}

.company_info7061 .learning_experts3487:nth-child(1) {
    grid-column: 1 / 3;
    background: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 60px 40px 60px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    grid-row: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.company_info7061 .learning_experts3487:nth-child(1):hover::after {
    left: -10%;
    height: 150px;
    width: 150px;
    top: -10%;
}

.company_info7061 .learning_experts3487 h3 {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.company_info7061 .learning_experts3487:nth-child(1) h3::after {
    background: rgb(170,184,203);
}

.company_info7061 .learning_experts3487:nth-child(1) p {
    color: #000000;
}

.company_info7061 .learning_experts3487:nth-child(2)::after {
    border: 3px solid rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    border-radius: 10px;
    width: 80px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    height: 80px;
    transition: all 0.5s ease;
}

footer {
    width: 100%;
    position: relative;
}

.trade_mark4819::after {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(135,146,161,0.5) 15px,
        rgb(135,146,161,0.5) 30px
    );
    left: -50px;
    height: 300px;
    bottom: -50px;
    opacity: 0.2;
    position: absolute;
    width: 300px;
    transform: rotate(30deg);
}

footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: rgb(170,184,203);
}

footer .text_main_holder {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}

footer .knowl_base3418 {
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
    font-size: 16px;
    line-height: 1.6;
}

footer .site_core7293 h5 {
    letter-spacing: 1px;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
}

footer .subscribe_holder {
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: relative;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 17px;
}

footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub_banners0728 {
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    background-color: rgb(170,184,203);
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
}

.contact_us6159::before {
    background: linear-gradient(135deg, rgb(135,146,161) 0%, rgb(170,184,203) 100%);
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    top: 0;
}

.contact_us6159 .inquiry_section9521 h3::after {
    left: 0;
    content: '';
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 80px;
    background: rgb(170,184,203);
}

.contact_us6159 .inquiry_section9521 div::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    opacity: 0.5;
    background: rgb(170,184,203);
    border-radius: 10px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.contact_us6159 .inquiry_section9521 div span a:hover {
    color: rgb(170,184,203);
}

.contact_us6159 .feedback_widget6158 {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.contact_us6159 form input[type="text"],
.contact_us6159 form input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.contact_us6159 .feedback_form1469 input[type="checkbox"]:checked + label::before {
    background-color: rgb(135,146,161);
    border-color: rgb(135,146,161);
}

.contact_us6159 .feedback_form1469 input[type="checkbox"]:checked + label::after {
    left: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 6px;
    height: 10px;
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    content: '';
}

.contact_us6159 form .query_info4236:hover::before {
    width: 100%;
}



.contact_us6159 .inquiry_section9521 div:nth-child(even) {
    animation: pulse 4s infinite;
}

.secure_haven6258::before {
    z-index: -1;
    position: absolute;
    top: 10px;
    content: '';
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.secure_haven6258 h2 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(135,146,161);
    font-size: 29px;
    padding-left: 15px;
    font-weight: 600;
    text-align: left;
    color: rgb(135,146,161);
    margin-top: 25px;
}

.secure_haven6258 li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.secure_haven6258 section {
    border: 1px solid rgb(135,146,161,0.5);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    background: #000000;
}

.data_insights7583::before {
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(135,146,161,0.5) 0%, transparent 60%);
    top: 0;
}

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

.data_insights7583 .growth_statistics6081 {
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    display: flex;
    transform: translateY(0);
    padding: 1.5rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    min-height: 180px;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.data_insights7583 .growth_statistics6081:hover span::after {
    width: 70%;
}

.data_insights7583 .growth_statistics6081 p {
    position: relative;
    font-size: calc(35px * 1.1);
    margin: 0.5rem 0 0;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: rgb(170,184,203);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.experience_trial5142::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
}

.experience_trial5142 h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    max-width: 900px;
    font-size: 29px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
}

.experience_trial5142 .expert_sessions0956:hover svg {
    transform: scale(1.15) rotate(10deg);
}

.experience_trial5142 svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,184,203);
}

.experience_trial5142 .expert_sessions0956:hover svg path {
    fill: rgb(135,146,161);
}

.experience_trial5142 .query_info4236 {
    transform: translateZ(0);
    font-size: 20px;
    padding: 1rem 2.5rem;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 3px;
    letter-spacing: 0.5px;
    background: linear-gradient(
    135deg,
    rgb(170,184,203),
    rgb(135,146,161)
  );
}

.online_tracking6097 {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookieModalMessage4801 {
    display: none;
}

.online_tracking6097 svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(170,184,203);
}

.cookie_preference9218 {
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 20px;
}

.cookie_preference9218 {
    background-color: rgb(170,184,203);
    border: 1px solid rgb(170,184,203);
    color: #ffffff;
}

.plan_chooser2680 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.learn_sub7640 {
    position: relative;
}

.plan_chooser2680 h2::after {
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(170,184,203), transparent);
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
}

.plan_chooser2680 .fee_chart2170 li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}

.plan_chooser2680 .group_plans6190 {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    text-decoration: none;
    height: 100%;
}

.plan_chooser2680 .bundle_rate1352::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,184,203), transparent);
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.5s ease-out;
    transform-origin: left;
}

.plan_chooser2680 .group_plans6190 h4::after {
    background: rgb(170,184,203);
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
}

.plan_chooser2680 .cert_plans5716::before {
    transition: transform 0.3s ease;
    width: 60px;
    position: absolute;
    right: 0;
    content: "";
    transform: scaleX(0);
    background: rgb(170,184,203);
    height: 2px;
    transform-origin: right;
    bottom: -10px;
}

.plan_chooser2680 .group_plans6190:hover .bundle_rate1352::after {
    transform: scaleX(1);
}

.plan_chooser2680 .group_plans6190:hover .cert_plans5716::before {
    transform: scaleX(1);
}

.newsletter_signup9310::before {
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    position: absolute;
}

.newsletter_signup9310 .container {
    position: relative;
    padding: 0 clamp(1rem, 5vw, 3rem);
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.newsletter_signup9310 .expert_sessions0956:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 15px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.newsletter_signup9310 h4::after {
    background: #ffffff;
    opacity: 0.7;
    transition: transform 0.5s ease-out;
    left: 0;
    width: 60px;
    transform-origin: left center;
    content: "";
    height: 3px;
    bottom: -12px;
    transform: scaleX(1);
    position: absolute;
}

.newsletter_signup9310 .input_holder span:hover {
    transform: translateY(-2px);
}

.newsletter_signup9310 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.newsletter_signup9310 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

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

.newsletter_signup9310 .sub_banners0728:hover::before {
    left: 100%;
}

.newsletter_signup9310 .sub_banners0728:active {
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(1px);
}


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



@media (max-width: 767px) {.developer_experience3104 {
    padding: 60px 0;
}.developer_experience3104 .inline_image4390 {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.developer_experience3104 .name {
    margin-bottom: 10px;
    font-size: calc(41px * 0.8);
    padding: 0 15px 12px;
}.developer_experience3104 .testimonials6184 span:not(.name) {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
}.developer_experience3104 .career_skills4562 {
    padding: 30px 35px;
    font-size: calc(18px * 0.95);
    width: 90%;
}.developer_experience3104 .career_skills4562::before,
    .developer_experience3104 .career_skills4562::after {
    height: 25px;
    width: 25px;
}.developer_experience3104 .testimonials6184::before,
    .developer_experience3104 .testimonials6184::after {
    height: 200px;
    width: 200px;
}.developer_experience3104 .testimonials6184:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (min-width: 1200px) {.course_overview1583 .inline_image4390 {
    height: 600px;
}.course_overview1583 .words_container8654 {
    margin-left: -150px;
}.course_overview1583 h3 {
    font-size: calc(22px * 1.3);
}
}



@media (max-width: 767px) {.course_overview1583 {
    padding: 70px 0;
}.course_overview1583 .inline_image4390 {
    margin-bottom: -20px;
    height: 250px;
}.course_overview1583 .words_container8654 {
    padding: 25px;
}.course_overview1583 h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
}.course_overview1583 .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {.tyNote1703 {
    padding: 80px 0;
}.tyNote1703 .container {
    padding: 0 20px;
}.tyNote1703 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.tyNote1703 .expert_sessions0956 {
    padding: 30px 20px;
}.tyNote1703 li {
    padding: 10px 0 10px 15px;
}.tyNote1703 li::before {
    height: 6px;
    width: 6px;
}.tyNote1703 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 991px) {header .nav_block9247 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_sitewrap6793 {
    margin-right: 0;
    margin-bottom: 0;
}header .site_core7293 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_begin7930 a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}



@media screen and (max-width: 1200px) {.education_framework7854 .words_container8654 h2 {
    width: 55%;
}.education_framework7854 .words_container8654 p {
    width: 70%;
}.education_framework7854 .words_container8654::before {
    right: 30%;
}.education_framework7854 .words_container8654::after {
    left: 30%;
}
}



@media screen and (max-width: 768px) {.education_framework7854 {
    padding: 120px 0 90px;
    overflow: hidden;
}.education_framework7854 .words_container8654 {
    align-items: center;
}.education_framework7854 .words_container8654 h2 {
    border-radius: 11px 11px 11px 11px;
    width: 90%;
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.education_framework7854 .words_container8654 p {
    border-radius: 11px 11px 11px 11px;
    width: 90%;
    margin-top: 0;
}.education_framework7854 .words_container8654::before,
    .education_framework7854 .words_container8654::after,
    .education_framework7854::after,
    .education_framework7854 .expert_sessions0956::before,
    .education_framework7854 .expert_sessions0956::after {
    display: none;
}
}



@media (max-width: 576px) {.opening_page8607 .skill_classes7531 {
    padding: 40px 20px;
}.opening_page8607 .title_style_header {
    font-size: 36px;
}.opening_page8607 .skill_classes7531 h3 {
    font-size: 19px;
    padding: 12px;
}.opening_page8607 .skill_classes7531 p {
    font-size: calc(17px * 0.95);
    padding-left: 15px;
}.opening_page8607 .skill_classes7531 p::before {
    width: 3px;
}
}



@media (min-width: 768px) {.educational_gains2461 {
    padding: 7rem 0;
}.educational_gains2461 h5 {
    font-size: calc(20px * 1.25);
    margin-bottom: 4rem;
}.educational_gains2461 h5::after {
    height: 4px;
    width: 80px;
}.educational_gains2461 .expert_sessions0956 {
    flex-direction: row;
    padding: 2.5rem;
    align-items: center;
    gap: 3.5rem;
}.educational_gains2461 .expert_sessions0956 > div:first-child {
    flex: 0 0 45%;
}.educational_gains2461 .inline_image4390 {
    height: 360px;
}.educational_gains2461 .words_container8654 {
    padding: 0;
    flex: 1;
}.educational_gains2461 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.educational_gains2461 li p {
    font-size: 16px;
}
}



@media screen and (max-width: 768px) {.company_info7061 {
    padding: 70px 0;
}.company_info7061 h2 {
    margin-bottom: 50px;
    font-size: calc(28px + 0.1rem);
}.company_info7061 .smart_classes0489 {
    flex-direction: column;
    display: flex;
    gap: 20px;
    padding: 0 20px;
}.company_info7061 .learning_experts3487:nth-child(1),
    .company_info7061 .learning_experts3487:nth-child(2) {
    clip-path: none;
    padding: 40px 30px;
    margin-left: 0;
}.company_info7061 .learning_experts3487:nth-child(2)::before {
    display: none;
}
}



@media (max-width: 576px) {footer .trade_mark4819 {
    padding: 50px 0 20px;
}footer .ask_question7532 {
    padding: 15px;
    margin-bottom: 30px;
}footer .head_sitewrap6793::after {
    width: 50px;
}footer .site_core7293 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .head_train6721 a, footer .info_item p, footer .info_item a {
    font-size: calc(17px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_banners0728 {
    padding: 12px 15px;
}}




@media (max-width: 992px) {.data_insights7583 {
    padding: 4rem 1.5rem;
}.data_insights7583 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_insights7583 .growth_statistics6081 {
    min-height: 160px;
    padding: 1.25rem;
}.data_insights7583 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.85);
}
}



@media (max-width: 992px) {.experience_trial5142 {
    padding: 5rem 0;
}.experience_trial5142 h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 768px) {.experience_trial5142 {
    padding: 4rem 0;
}.experience_trial5142 h2 {
    font-size: calc(29px * 0.8);
}.experience_trial5142 .expert_sessions0956 {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
}.experience_trial5142 svg {
    width: 40px;
    height: 40px;
}.experience_trial5142 .query_info4236 {
    padding: 0.875rem 2rem;
    width: 100%;
    font-size: calc(20px * 0.9);
}
}


@media (max-width: 1200px) {.data_comply6935 h5 {
    font-size: calc(22px - 2px);
}.data_comply6935 p {
    font-size: calc(15px - 2px);
}.cookie_preference9218 {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}


@media (max-width: 800px) {.safe_cookies9762 {
    align-items: center;
    flex-direction: column;
}.online_tracking6097 {
    margin-bottom: 15px;
}.data_comply6935 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_preference9218 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (hover: none) {.plan_chooser2680 .bundle_rate1352 {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.plan_chooser2680 .group_plans6190:active .bundle_rate1352 {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.newsletter_signup9310 .expert_sessions0956 {
    border-radius: var(--border-radius-medium, 8px);
    flex-direction: row;
    align-items: center;
}.newsletter_signup9310 .expert_sessions0956 > div {
    padding-right: 2rem;
    flex: 1;
}.newsletter_signup9310 .input_holder {
    margin-top: 0;
    flex: 1;
}.newsletter_signup9310 h4::after {
    width: 80px;
}
}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



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



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



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

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

