﻿header,footer {
    width: 100%;
}

header {
    padding: 0;
    overflow: visible;
    position: relative;
    margin-top: 0;
    background: rgb(205,215,234);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

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

.developer_experience3104::before {
    background-image: 
        linear-gradient(45deg, rgb(170,184,203,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(170,184,203,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(170,184,203,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(170,184,203,0.5) 75%);
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    opacity: 0.03;
    top: 0;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    width: 100%;
    content: "";
    position: absolute;
}

.developer_experience3104 .inline_image4390 {
    width: 260px;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    position: relative;
    transform: rotate(-5deg);
    height: 260px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.developer_experience3104 .name::after {
    bottom: 0;
    border-radius: 3px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(170,184,203) 0%,
        rgb(135,146,161) 100%
    );
    left: 50%;
}

.developer_experience3104 .career_skills4562 {
    text-align: center;
    z-index: 1;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    color: #000000;
    width: 80%;
    background: #ffffff;
    border-radius: 15px;
    margin: 0;
    line-height: 1.9;
    max-width: 700px;
    font-size: 18px;
    position: relative;
    padding: 40px 50px;
}



.developer_experience3104 .testimonials6184::after {
    opacity: 0.08;
    position: absolute;
    height: 350px;
    z-index: 0;
    top: -50px;
    width: 350px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(135,146,161,0.5) 100%
        );
    left: 50%;
    content: "";
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.course_overview1583 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,215,234) 0%, rgb(205,215,234) 60%, rgba(rgb(170,184,203,0.5), 0.1) 100%);
}

.course_overview1583 .skill_up0358 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

.course_overview1583 .inline_image4390::after {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(170,184,203,0.5), 0.2) 0%, transparent 70%);
    inset: 0;
    z-index: 1;
}

.course_overview1583 .words_container8654::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(170,184,203), rgb(135,146,161));
    content: '';
    width: 5px;
    transition: transform 0.5s ease;
    transform: scaleY(0.95);
    top: 0;
    position: absolute;
}

.course_overview1583 p.description {
    display: block;
}

.course_overview1583 span.description {
    display: none;
}

.course_overview1583 .words_container8654:hover h3::after {
    width: 100px;
}

.course_overview1583 .inline_image4390:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.tyNote1703::after {
    filter: blur(20px);
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    width: 300px;
    position: absolute;
    opacity: 0.05;
    z-index: 0;
    height: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
    background: rgb(170,184,203);
    right: -150px;
}

.tyNote1703:hover h2::after {
    transform: scaleX(1);
}

.tyNote1703 .expert_sessions0956 {
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
}

.tyNote1703 span::after {
    opacity: 0;
    width: 40%;
    transform: scaleX(0.5);
    transition: all 0.5s ease;
    bottom: -10px;
    height: 1px;
    right: 0;
    content: "";
    transform-origin: right;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(170,184,203,0.5), 0.3));
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(170,184,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(170,184,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(170,184,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(170,184,203), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    content: '';
    height: 100%;
}

header .head_pro1980::before {
    width: 100%;
    opacity: 0.1;
    content: '';
    background: rgb(170,184,203);
    transform: translateZ(-10px);
    filter: blur(10px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

header .nav_begin7930 a {
    transition: all 0.4s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    display: flex;
    font-weight: 600;
    transform-style: preserve-3d;
    justify-content: center;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    background: #ffffff;
    font-size: 18px;
    border-radius: 10px;
}

header .nav_block9247::before {
    height: 1px;
    left: 35%;
    width: 30%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,184,203), 
        transparent
    );
    position: absolute;
    top: 0;
}

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

.education_framework7854 .words_container8654 h2 {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 38px;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, rgb(170,184,203,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 45%;
    z-index: 4;
    font-weight: 700;
    border-radius: 11px 11px 0 0;
    padding: 35px 40px;
}

.education_framework7854 .words_container8654::after {
    border-left: 30px solid transparent;
    width: 0;
    border-bottom: 40px solid rgb(135,146,161);
    position: absolute;
    height: 0;
    content: '';
    opacity: 0.3;
    bottom: 0;
    left: 35%;
    border-right: 30px solid transparent;
    z-index: 5;
}

.education_framework7854 .words_container8654 p::before {
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(135,146,161));
    height: 5px;
    position: absolute;
}

.education_framework7854 .expert_sessions0956::before {
    width: 400px;
    top: 50px;
    opacity: 0.3;
    height: 1px;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(135,146,161), transparent);
    position: absolute;
    content: '';
}

.opening_page8607 .edu_base0874::before {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(170,184,203), 0.5) 100%);
}

.opening_page8607 .skill_classes7531 > div {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s forwards;
}

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

.opening_page8607 .title_style_header {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    line-height: 1.2;
    font-size: calc(40px * 1.2);
    position: relative;
    max-width: 90%;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: -0.5px;
}

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

.educational_gains2461::before {
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(170,184,203,0.5), 0.08), transparent 60%);
}

.educational_gains2461 h5::after {
    height: 3px;
    width: 60px;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(170,184,203), rgb(135,146,161));
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.educational_gains2461 .inline_image4390 {
    height: 300px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: scale(1);
    width: 100%;
    border-radius: 10px;
}

.educational_gains2461 ul {
    margin: 0;
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
}

.educational_gains2461 li::before {
    content: "";
    opacity: 0;
    height: 100%;
    transform-origin: left;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.9);
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(170,184,203,0.5), 0.05), transparent);
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}

.company_info7061::after {
    bottom: 0;
    width: 50%;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,146,161,0.5) 0,
        rgb(135,146,161,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
}

.company_info7061 h2::after {
    bottom: -15px;
    position: absolute;
    z-index: -1;
    content: "";
    height: 4px;
    width: 120px;
    background: rgb(170,184,203,0.5);
    left: 20px;
}

.company_info7061 .learning_experts3487:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    grid-column: 3 / 5;
    position: relative;
    padding: 60px 20px 60px 60px;
    background: rgb(170,184,203);
    margin-left: -20px;
    justify-content: center;
    display: flex;
    grid-row: 1;
    z-index: 2;
    color: #ffffff;
}

.company_info7061 .learning_experts3487:nth-child(1)::after {
    opacity: 0.1;
    z-index: -1;
    content: "";
    transition: all 0.5s ease;
    background: rgb(170,184,203,0.5);
    position: absolute;
    height: 80px;
    left: -100%;
    width: 80px;
    border-radius: 50%;
    top: -100%;
}

.company_info7061 .learning_experts3487 h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
}

.company_info7061 .learning_experts3487:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.company_info7061 .learning_experts3487:nth-child(2):hover::after {
    width: 100px;
    transform: rotate(315deg);
    height: 100px;
}

.company_info7061 .container::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background: rgb(170,184,203,0.5);
    z-index: 0;
    border-radius: 50%;
    left: -80px;
    filter: blur(60px);
    opacity: 0.05;
    bottom: -80px;
}

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

footer .ask_question7532 {
    gap: 20px;
    border-left: 4px solid rgb(170,184,203);
    padding: 30px;
    border-radius: 0 20px 20px 0;
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .info_item a:hover {
    color: rgb(170,184,203);
}

footer .head_sitewrap6793 {
    position: relative;
}

footer .head_sitewrap6793 svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}

footer .site_core7293 {
    position: relative;
}

footer .head_train6721 {
    margin-bottom: 30px;
}

footer .head_train6721 a {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    padding: 8px 0;
    font-size: 17px;
}

footer .subscribe_holder h5 {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
}

footer .input_holder input[type="email"] {
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
}

footer .sub_banners0728:hover {
    background-color: rgb(135,146,161);
}

footer .sub_banners0728:hover::after {
    left: 120%;
}

footer .play_market6028 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}

.contact_us6159 {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.contact_us6159 .reach_query6452 {
    gap: 0;
    overflow: hidden;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
}

.contact_us6159 .inquiry_section9521 h3 {
    margin-bottom: 40px;
    color: #000000;
    padding-bottom: 20px;
    font-size: 37px;
    font-weight: 700;
    position: relative;
}

.contact_us6159 .inquiry_section9521 div {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.contact_us6159 .inquiry_section9521 div svg path {
    fill: rgb(170,184,203);
}

.contact_us6159 .inquiry_section9521 div span {
    font-weight: 400;
    font-size: calc(16px * 0.95);
    color: #000000;
}

.contact_us6159 .feedback_widget6158 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.contact_us6159 form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_us6159 .feedback_form1469 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_us6159 .feedback_form1469 label {
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 12px;
    padding-left: 30px;
}

.contact_us6159 .feedback_form1469 label a {
    color: rgb(135,146,161);
    text-decoration: none;
}

.contact_us6159 form .query_info4236 {
    align-self: flex-start;
    cursor: pointer;
    font-size: 18px;
    padding: 15px 35px;
    z-index: 1;
    position: relative;
    border: none;
    background: rgb(135,146,161);
    letter-spacing: 1px;
    transition: color 0.3s ease;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
}

.secure_haven6258 h1 {
    color: rgb(170,184,203);
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(170,184,203);
    font-family: Arial, sans-serif;
}

.secure_haven6258 ul, .secure_haven6258 ol {
    list-style: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    padding-left: 0;
    font-size: 18px;
    padding: 15px 0;
}

.secure_haven6258 p, .secure_haven6258 span, .secure_haven6258 div {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    border-left: 3px solid rgb(170,184,203);
}

.data_insights7583 h3 {
    font-weight: 700;
    transition: transform 0.5s ease-out;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: 0.5px;
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(35px * 0.9);
    z-index: 2;
    color: #000000;
    text-align: center;
}

.data_insights7583 .growth_statistics6081:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.data_insights7583 .growth_statistics6081:hover::before {
    animation: gradientShift 10s ease infinite;
    opacity: 0.3;
}

.data_insights7583 .growth_statistics6081:nth-child(odd) {
    transform: translateY(10px);
}

.data_insights7583 .growth_statistics6081:nth-child(odd):hover {
    transform: translateY(0);
}

.data_insights7583 .growth_statistics6081 span {
    display: block;
    font-weight: 600;
    max-width: 90%;
    line-height: 1.4;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
    font-size: calc(12px * 1.1);
}

.data_insights7583 .growth_statistics6081:hover p {
    transform: translateY(0);
    opacity: 1;
}

.data_insights7583 .growth_statistics6081:hover p::before {
    height: 100%;
}

.experience_trial5142 {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(135,146,161,0.5), rgb(170,184,203,0.5));
    overflow: hidden;
    padding: 7rem 0;
}

.experience_trial5142::after {
    width: 80%;
    right: -25%;
    content: "";
    height: 200%;
    top: -50%;
    transform: rotate(35deg);
    z-index: -1;
    position: absolute;
    background: radial-gradient(
    circle at center,
    rgb(170,184,203,0.5) 0%,
    transparent 70%
  );
}

.experience_trial5142 .expert_sessions0956:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.experience_trial5142 svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: pulse 2s infinite alternate;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.experience_trial5142 .expert_sessions0956 > div {
    justify-content: center;
    flex-grow: 1;
    display: flex;
}

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

.experience_trial5142 .query_info4236:hover::before {
    left: 100%;
}

.cookie_popup_message9723 {
    overflow: hidden;
    width: 100%;
    background: rgb(205,215,234);
    position: fixed;
    font-family: Arial, sans-serif;
    bottom: 0;
    z-index: 1050;
    border-top: 3px solid rgb(170,184,203);
    padding: 20px;
}

.data_comply6935 {
    margin-right: 20px;
    flex-grow: 1;
}

.data_comply6935 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}

.cookie_preference9218:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_popup_message9723 p a:hover {
    color: #000000;
}

.plan_chooser2680::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(135,146,161,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
}

.plan_chooser2680 h2 {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    transform: perspective(1000px) translateZ(20px);
}

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

.plan_chooser2680 .bundle_rate1352::before {
    border-radius: 50%;
    background: rgb(170,184,203);
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 80px;
    right: -40px;
    height: 80px;
    transition: transform 0.5s ease-out;
    top: -40px;
}

.plan_chooser2680 .monthly_rate8915 {
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
}

.plan_chooser2680 .group_plans6190 h4 {
    position: relative;
    font-size: calc(20px + 2px);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
}

.plan_chooser2680 .cert_plans5716 {
    color: #ffffff;
    font-weight: 700;
    text-align: right;
    display: block;
    font-size: calc(20px + 6px);
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.plan_chooser2680 .group_plans6190:hover .bundle_rate1352 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}

.newsletter_signup9310::after {
    top: 0;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    opacity: 0.2;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
}

.newsletter_signup9310 h4 {
    line-height: 1.4;
    font-weight: 600;
    text-shadow: var(--text-shadow);
    margin: 0;
    position: relative;
    max-width: 95%;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.newsletter_signup9310 .expert_sessions0956:hover h4::after {
    transform: scaleX(1.5);
}

.newsletter_signup9310 .input_holder {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
}

.newsletter_signup9310 input[type="email"] {
    border: none;
    background: var(--input-bg);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    width: 100%;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.newsletter_signup9310 .sub_banners0728:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 2px 5px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(135deg, var(--gradient-middle), var(--gradient-start));
    transform: translateY(-2px);
}

.plan_chooser2680 .group_plans6190 p::-webkit-scrollbar {
    width: 4px;
}

.plan_chooser2680 .group_plans6190 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.plan_chooser2680 .group_plans6190 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,184,203);
}



@media (max-width: 575px) {.developer_experience3104 {
    padding: 50px 0;
}.developer_experience3104 .inline_image4390 {
    width: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 150px;
}.developer_experience3104 .inline_image4390::before {
    inset: -8px;
    border-radius: 22px;
}.developer_experience3104 .inline_image4390::after {
    border-radius: 30px;
    inset: -15px;
}.developer_experience3104 .name {
    font-size: calc(41px * 0.7);
    padding: 0 10px 10px;
    margin-bottom: 8px;
}.developer_experience3104 .name::after {
    height: 2px;
    width: 60px;
}.developer_experience3104 .testimonials6184 span:not(.name) {
    font-size: calc(19px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.developer_experience3104 .career_skills4562 {
    border-radius: 10px;
    padding: 25px 20px;
    font-size: calc(18px * 0.9);
    width: 100%;
}.developer_experience3104 .career_skills4562::before,
    .developer_experience3104 .career_skills4562::after {
    left: 15px;
    width: 20px;
    top: 15px;
    height: 20px;
}.developer_experience3104 .career_skills4562::after {
    right: 15px;
    bottom: 15px;
}.developer_experience3104 .testimonials6184::before,
    .developer_experience3104 .testimonials6184::after {
    height: 150px;
    width: 150px;
}.developer_experience3104 .testimonials6184:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (min-width: 768px) {.tyNote1703 {
    padding: 150px 0;
}.tyNote1703 .container {
    padding: 0 60px;
}.tyNote1703 h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(29px * 1.1);
}.tyNote1703 .expert_sessions0956 {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.tyNote1703 .expert_sessions0956:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyNote1703 li {
    padding: 10px 0 10px 30px;
}.tyNote1703 li::before {
    height: 10px;
    width: 10px;
}.tyNote1703 span {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_block9247 {
    padding: 0.8rem 1.5rem;
}header .head_sitewrap6793 {
    max-width: 140px;
}header .head_pro1980 img {
    max-height: 35px;
}header .site_core7293 {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .site_core7293::-webkit-scrollbar {
    height: 3px;
}header .site_core7293::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,184,203,0.5);
}header .nav_begin7930 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_begin7930 a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(18px - 2px);
}
}



@media screen and (max-width: 480px) {.education_framework7854 {
    padding: 100px 0 80px;
}.education_framework7854 .words_container8654 h2 {
    font-size: calc(38px * 0.8);
    width: 100%;
    padding: 25px;
}.education_framework7854 .words_container8654 p {
    width: 100%;
    font-size: calc(15px * 0.9);
    padding: 25px;
}}



@media (max-width: 1200px) {.opening_page8607 .title_style_header {
    font-size: calc(40px * 1.1);
    max-width: 95%;
}.opening_page8607 .skill_classes7531 h3 {
    max-width: 90%;
    font-size: 20px;
}
}



@media (max-width: 768px) {.opening_page8607 {
    height: auto;
    min-height: 500px;
}.opening_page8607 .edu_base0874 {
    position: relative;
    min-height: 100vh;
}.opening_page8607 .skill_classes7531 {
    padding: 60px 30px;
    transform: none;
}.opening_page8607 .title_style_header {
    max-width: 100%;
    font-size: calc(36px * 1.1);
}.opening_page8607 .skill_classes7531 h3 {
    max-width: 100%;
    font-size: calc(19px * 1.1);
    padding: 15px;
}.opening_page8607 .skill_classes7531 p {
    max-width: 100%;
}
}



@media (min-width: 1024px) {.educational_gains2461 {
    padding: 8rem 0;
}.educational_gains2461 h5 {
    font-size: calc(20px * 1.4);
}.educational_gains2461 .expert_sessions0956 {
    gap: 5rem;
    padding: 3rem;
}.educational_gains2461 .expert_sessions0956 > div:first-child {
    flex: 0 0 42%;
}.educational_gains2461 .inline_image4390 {
    height: 420px;
}.educational_gains2461 ul {
    gap: 2rem 1.5rem;
}.educational_gains2461 li p {
    font-size: calc(16px * 1.05);
    line-height: 1.6;
}.educational_gains2461 li:nth-child(odd) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gains2461 li:nth-child(odd):hover {
    transform: translateY(-5px);
}.educational_gains2461 li:nth-child(even) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.educational_gains2461 li:nth-child(even):hover {
    transform: translateY(5px);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .sub_banners0728 {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .trade_mark4819 {
    padding: 60px 0 30px;
}footer .ask_question7532 {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 40px;
}footer .site_core7293 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .site_core7293 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .play_market6028 {
    margin-top: 40px;
}
}



@media only screen and (max-width: 800px) {.secure_haven6258 {
    width: 95%;
    padding: 20px;
}.secure_haven6258 h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(18px - 6px);
}.secure_haven6258 h2 {
    margin-top: 20px;
    font-size: calc(18px - 6px);
    margin-bottom: 10px;
}.secure_haven6258 ul, .secure_haven6258 ol {
    padding-left: 15px;
}.secure_haven6258 li {
    padding-left: 20px;
}.secure_haven6258 p, .secure_haven6258 span, .secure_haven6258 div {
    margin-bottom: 15px;
    padding-left: 10px;
}}



@media (max-width: 576px) {.data_insights7583 {
    padding: 3rem 0.75rem;
}.data_insights7583 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data_insights7583 .growth_statistics6081 {
    padding: 1.5rem 1rem;
    min-height: auto;
}.data_insights7583 .growth_statistics6081:nth-child(odd) {
    transform: translateY(0);
}.data_insights7583 .growth_statistics6081 p {
    transform: translateY(0);
    opacity: 1;
}.data_insights7583 h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}}



@media (prefers-reduced-motion: reduce) {.experience_trial5142 .container,
  .experience_trial5142 h2,
  .experience_trial5142 .expert_sessions0956,
  .experience_trial5142 svg,
  .experience_trial5142 .query_info4236::before {
    animation: none;
    transition: opacity 0.3s ease;
}.experience_trial5142 .expert_sessions0956:hover,
  .experience_trial5142 .query_info4236:hover {
    transform: none;
}}



@media screen and (min-width: 992px) and (max-width: 1199px) {.plan_chooser2680 .fee_chart2170 {
    grid-template-columns: repeat(3, 1fr);
}.plan_chooser2680 {
    padding: 100px 0 80px;
}
}



@media screen and (max-width: 767px) {.plan_chooser2680 .fee_chart2170 {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.plan_chooser2680 {
    padding: 60px 0 40px;
}.plan_chooser2680 h2 {
    font-size: calc(37px - 4px);
}.plan_chooser2680 .cost_table2154 {
    margin-bottom: 40px;
    font-size: calc(15px - 1px);
}.plan_chooser2680 .bundle_rate1352 {
    padding: 25px 20px;
}
}



@media (max-width: 767px) {.newsletter_signup9310 {
    padding: calc(var(--section-padding) * 0.8) 0;
}.newsletter_signup9310 .expert_sessions0956 {
    padding: clamp(1.5rem, 4vw, 2.5rem);
}.newsletter_signup9310 h4 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
}.newsletter_signup9310 .input_holder {
    margin-top: 0.5rem;
}.newsletter_signup9310 .input_holder span {
    flex: 1 1 100%;
}
}

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



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



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

