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

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

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, rgb(225,239,230), rgba(0, 0, 0, 0.5));
    position: relative;
    width: 100%;
    overflow: visible;
    z-index: 99;
}

.opening_page::before {
    z-index: 1;
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.1) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.opening_page .edu_intro {
    max-width: 1200px;
    perspective: 1000px;
    gap: 2rem;
    position: relative;
    padding: 2rem;
    width: 90%;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
}

.opening_page h3::before {
    top: 0;
    left: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
    width: 100%;
    position: absolute;
    animation: shimmer 5s infinite linear;
    content: "";
    height: 100%;
    z-index: -1;
}

.opening_page .history_tl {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    transform: translateZ(0) rotateX(5deg);
    position: relative;
}

.opening_page h1 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    transform: translateZ(30px);
    font-size: 43px;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 1rem 0;
    margin-bottom: 2rem;
    color: #ffffff;
}

.opening_page .history_tl > div {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    position: relative;
    transform: translateZ(20px);
}

.opening_page .history_tl > div p {
    padding: 3rem 2rem;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(13px * 1.2);
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 2;
    line-height: 1.6;
}

.privacy_recess h2 {
    text-shadow: 0 0 8px rgb(147,178,158,0.5);
    color: rgb(147,178,158);
    font-size: 35px;
    margin-bottom: 1em;
    font-weight: 600;
}

.privacy_recess h4 {
    font-weight: 400;
    font-size: calc(23px - 0.4em);
}

.privacy_recess h5 {
    font-weight: 300;
    font-size: 23px;
}

.privacy_recess h6 {
    font-size: 16px;
    font-weight: 300;
}

.privacy_recess ol {
    list-style-type: decimal;
}

.privacy_recess li {
    margin-bottom: 0.75em;
    font-size: 15px;
    color: #ffffff;
}

.privacy_recess span {
    font-weight: 600;
    color: rgb(185,211,194);
}

.privacy_recess div {
    margin-bottom: 1.5em;
}

.privacy_recess h2::after {
    width: 60px;
    height: 3px;
    content: "";
    box-shadow: 0 0 8px rgb(147,178,158,0.5);
    margin: 0.5em auto 0;
    background-color: rgb(147,178,158);
    display: block;
    border-radius: 10px;
}

.privacy_recess a {
    color: rgb(185,211,194);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(185,211,194,0.5);
}

.privacy_recess a:hover {
    color: rgb(147,178,158);
    box-shadow: 0 0 5px rgb(147,178,158,0.5);
}

.privacy_recess blockquote {
    box-shadow: 0 0 10px rgb(185,211,194,0.5);
    margin: 1em 0;
    padding: 1.5em;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgb(185,211,194);
    font-style: italic;
}

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

.get_support .connect_today {
    border-radius: 17px;
    overflow: visible;
    position: relative;
    background: transparent;
    flex-direction: column;
    display: flex;
}

.get_support .instant_help svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    stroke-linecap: round;
    height: 28px;
    animation: gentleRotate 8s infinite linear;
    stroke-width: 2;
    margin-right: 12px;
    width: 28px;
    stroke: #ffffff;
    fill: none;
    stroke-linejoin: round;
}


.get_support .instant_help span {
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text !important;
    padding: 0 10px;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
    background-clip: text !important;
}

.get_support .instant_help::after {
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 10px solid rgb(185,211,194);
    width: 0;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    height: 0;
    bottom: -10px;
    left: 50%;
}

.get_support .image_header::after {
    left: 30px;
    position: absolute;
    opacity: 0.8;
    z-index: 2;
    bottom: 30px;
    content: '';
    width: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    height: 60px;
    animation: pulse 3s infinite;
}

.get_support .instant_contact:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.get_support .instant_contact::before {
    height: 5px;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(185,211,194), rgb(147,178,158));
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    content: '';
}

.get_support .instant_contact p:last-child {
    margin-bottom: 0;
}

.get_support .instant_contact p:hover svg {
    background: rgb(185,211,194);
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(147,178,158);
}

.get_support .instant_contact p svg path {
    stroke-dasharray: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
    stroke-dashoffset: 40;
}

.get_support .instant_contact p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.get_support .instant_contact p:nth-child(4) svg path {
    animation-delay: 0.4s;
}


.get_support .instant_contact p span {
    z-index: 1;
    position: relative;
}

.get_support .instant_contact p a:hover {
    color: rgb(147,178,158);
}

.get_support .get_contactpanel {
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(225,239,230);
    position: relative;
}

.get_support .contact_support {
    position: relative;
    justify-content: center;
    margin: 0 0 30px;
    font-size: 18px;
    z-index: 2;
    color: #000000;
    display: flex;
    font-weight: 600;
    text-align: center;
    align-items: center;
}

.get_support .contact_support svg {
    width: 22px;
    stroke: rgb(185,211,194);
    stroke-linejoin: round;
    fill: none;
    height: 22px;
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 10px;
}

.get_support .course_ask {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    position: relative;
    gap: 20px;
    display: grid;
    z-index: 2;
}

.get_support .contact_help {
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px 15px 40px;
    font-size: calc(12px - 1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    color: #000000;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.get_support .contact_help:hover {
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.get_support .contact_help::before {
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(185,211,194), rgb(147,178,158));
}

.test_drive::before {
    content: '';
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.04;
    z-index: -1;
}



.test_drive .study_guides {
    max-width: 1000px;
    border-radius: 20px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0 auto;
    background-color: rgb(225,239,230);
    padding: 60px;
}



.test_drive .study_guides {
    position: relative;
}

.test_drive h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 32px;
    position: relative;
    color: #000000;
}

.test_drive h3::after {
    position: absolute;
    border-radius: 50%;
    content: '';
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    top: 50%;
    background: rgb(147,178,158);
    width: 10px;
    right: -20px;
    transform: translateY(-50%);
}

.test_drive .online_contact::before {
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(185,211,194,0.5), 
        rgb(147,178,158,0.5),
        rgb(185,211,194,0.5)
    );
    left: 0;
    content: '';
    z-index: -1;
}

.test_drive .online_contact:hover {
    transform: translateY(-2px);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    color: rgb(185,211,194);
}

.test_drive .study_guides::before,
.test_drive .study_guides::after {
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    content: '';
}

.test_drive .study_guides::before {
    height: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
    top: -40px;
    left: -40px;
    background: linear-gradient(135deg, rgb(185,211,194), rgb(147,178,158));
    width: 200px;
}

.test_drive .study_guides::before {
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent 49.5%, rgb(185,211,194,0.5) 50%, transparent 50.5%);
    position: absolute;
    opacity: 0;
    z-index: -1;
    background-size: 80px 100%;
    width: 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
}

.course_features {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(225,239,230) 30%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.course_features::after {
    content: "";
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    z-index: 0;
    width: 50%;
    right: 0;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    top: 0;
    background-size: 30px 30px;
    background-image: 
    linear-gradient(45deg, rgba(rgb(147,178,158,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(147,178,158,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(147,178,158,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(147,178,158,0.5), 0.02) 75%);
}

.course_features h2::after {
    left: 50%;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
}

.course_features .image_header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(
    135deg,
    rgba(rgb(185,211,194,0.5), 0.2),
    rgba(rgb(147,178,158,0.5), 0.3)
  );
    z-index: 1;
    left: 0;
}

.course_features .text_area {
    max-height: 400px;
    padding: 40px 35px;
    transform: translateZ(0);
    border-radius: 27px;
    scrollbar-width: thin;
    background: rgba(#ffffff, 0.98);
    overflow-y: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    scrollbar-color: rgb(147,178,158) rgba(rgb(147,178,158,0.5), 0.1);
    position: relative;
}

.course_features .text_area:hover::before {
    height: 100%;
}

.course_features .description {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 13px;
    line-height: 1.8;
}

header::before {
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    width: 100%;
    opacity: 0.1;
    left: 0;
    position: absolute;
}

header .head_core .main_class {
    z-index: 2;
    margin-right: 40px;
    position: relative;
}

header .head_core .main_class .top_prime {
    position: relative;
    display: block;
    padding: 5px;
}

header .head_core .main_class .top_prime:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .head_core .main_class .top_prime svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}

header .head_core .nav_sitewrap {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    perspective: 1000px;
}

header .head_core .nav_sitewrap .main_learn a {
    padding: 12px 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    transform-style: preserve-3d;
    position: relative;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to bottom, transparent, transparent);
}

header .head_core .nav_sitewrap .main_learn a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(147,178,158,0.5), transparent);
    opacity: 0;
    transform-origin: bottom center;
}

header .head_core .nav_sitewrap .main_learn:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.meet_us {
    background: rgb(225,239,230);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.meet_us::after {
    right: 0;
    position: absolute;
    width: 60%;
    z-index: 1;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(147,178,158,0.5) 0%, transparent 70%);
    content: "";
}

.meet_us .study_guides {
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    gap: 60px;
    display: flex;
}

.meet_us .study_guides::after {
    animation: pulse 6s infinite alternate-reverse;
    content: "";
    height: 150px;
    filter: blur(60px);
    background: rgb(147,178,158,0.5);
    bottom: -50px;
    border-radius: 50%;
    z-index: -1;
    left: -70px;
    width: 150px;
    position: absolute;
}

.meet_us .skill_trackCmFoN:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.meet_us .skill_trackCmFoN::before {
    border-radius: 13px;
    bottom: -10px;
    animation: border-pulse 4s infinite alternate;
    left: -10px;
    border: 1px solid rgb(147,178,158,0.5);
    content: "";
    z-index: -1;
    top: -10px;
    position: absolute;
    right: -10px;
}

.meet_us .training_experts {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
}

.meet_us .who_weare {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.meet_us .text_area::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.15;
}



.meet_us .expert_network {
    margin-bottom: 25px;
    gap: 15px;
    align-items: center;
    display: flex;
}

.meet_us .expert_network {
    color: rgb(185,211,194);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(22px - 1px);
}

.meet_us .expert_network:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(185,211,194));
}

.meet_us .expert_network svg path {
    transition: fill 0.3s ease;
}

.meet_us h2 {
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 25px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
}

.meet_us p {
    font-size: 12px;
    margin: 0;
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.8;
}

.teaching_experience::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background: rgb(185,211,194);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.teaching_experience .success_stories {
    position: relative;
    height: 100%;
    z-index: 3;
    display: flex;
}

.teaching_experience .image_header {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: -15%;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 45%;
    z-index: 2;
    filter: grayscale(30%) contrast(1.1);
    height: 130%;
    transform: translateX(-5%);
    left: 0;
}

.teaching_experience .employee_progress {
    flex-direction: column;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 3;
    justify-content: center;
    right: 0;
    padding: 0 3rem 0 7rem;
    width: 60%;
}

.teaching_experience .name::before {
    content: "";
    bottom: -10px;
    background: rgb(185,211,194);
    transition: transform 0.5s ease 0.7s;
    transform: scaleX(0);
    position: absolute;
    width: 50px;
    transform-origin: left;
    left: 0;
    height: 5px;
}

.teaching_experience .emp_skills {
    font-weight: 400;
    line-height: 1.8;
    opacity: 0;
    max-width: 600px;
    font-size: 18px;
    transform: translateX(50px);
    position: relative;
    animation: slide-left 0.7s forwards 0.6s;
    color: #000000;
    padding-left: 30px;
}



.teaching_experience .emp_skills::before {
    background: linear-gradient(
        to bottom,
        rgb(185,211,194) 0%,
        rgb(147,178,158) 100%
    );
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
    top: 0;
}

.teaching_experience:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}

.teaching_experience:hover .emp_skills {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

.plan_wrapper::before {
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.plan_wrapper .deal_board {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}

.plan_wrapper .plan_details h2 {
    margin-bottom: 20px;
    font-size: 31px;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.plan_wrapper .access_rates {
    word-break: break-word;
    line-height: 1.7;
    max-width: 600px;
    font-size: 13px;
    margin: 0 auto;
    overflow-wrap: break-word;
    margin-bottom: 0;
    color: #000000;
}

.plan_wrapper .training_fees {
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0;
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
}

.plan_wrapper .access_plans::before {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
    width: 100%;
    height: 5px;
    position: absolute;
}

.plan_wrapper .plan_options h3 {
    overflow-wrap: break-word;
    margin-top: 0;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    word-break: break-word;
}

.plan_wrapper .training_fees:hover .plan_options h3::after {
    width: 70px;
}

.plan_wrapper .cost_rates {
    font-size: calc(21px * 1.2);
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 8px 16px;
    margin: 10px 0 20px;
    position: relative;
    display: inline-block;
    color: rgb(185,211,194);
    border-radius: 10px;
}

.gratSpot {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,239,230) 25%, rgba(rgb(185,211,194,0.5), 0.05) 100%);
    overflow: hidden;
}

.gratSpot::after {
    bottom: 0;
    content: "";
    height: 10px;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(185,211,194) 20%, 
        rgb(147,178,158) 50%, 
        rgb(185,211,194) 80%, 
        transparent);
    opacity: 0.3;
    width: 100%;
    left: 0;
    position: absolute;
}

.gratSpot .study_guides {
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    gap: 2rem;
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(1deg);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(147,178,158,0.5), 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
}

.gratSpot .study_guides:hover > div:first-child::after {
    width: 120px;
}

.gratSpot h5 {
    font-size: 24px;
    color: #000000;
    position: relative;
    transform: translateX(-5px);
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    font-weight: 700;
    transition: transform 0.4s ease;
}

.gratSpot a:hover {
    transform: translateY(-3px);
}

.gratSpot p {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.3s ease;
}

.gratSpot a:hover::before {
    width: 100%;
}

.gratSpot .study_guides > div:first-child::before {
    transform: rotate(-5deg) scale(0.9);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(147,178,158);
    content: "✓";
    top: -20px;
    font-size: calc(32px * 1.5);
    opacity: 0.1;
    position: absolute;
    right: 0;
}

.edu_cookie {
    margin: auto;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
}

#dataPrivacyBanner:checked ~ .cookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}

.cookieAlertContainer p {
    font-size: 13px;
    max-width: 500px;
    color: #000000;
}

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

.consent_learn {
    min-width: 140px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 24px;
    color: #ffffff;
    transition: border 0.2s;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    background: rgb(185,211,194);
    text-decoration: none;
    border: 2px solid transparent;
}

.layer-container .consent_learn {
    color: #ffffff;
    border-radius: 10px;
    background: rgb(185,211,194);
    margin-left: 0;
    font-weight: 600;
    font-size: 16px;
    border: none;
}

.contact_form_section {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(225,239,230) 0%, 
        rgb(147,178,158,0.5) 100%
    );
}

.contact_form_section::after {
    content: '';
    z-index: 2;
    background: radial-gradient(
        circle at center, 
        rgb(185,211,194,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.6;
    left: -50%;
    animation: circuit-pulse 10s infinite alternate;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
}

.contact_form_section .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 1rem;
}

.contact_form_section h2::before,
.contact_form_section h2::after {
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(185,211,194), 
        transparent
    );
    height: 2px;
    position: absolute;
    content: '';
}

.contact_form_section h2::before {
    left: 0;
    width: 30%;
}

.contact_form_section .message_inquiry:hover {
    transform: rotateX(0) scale(1);
}

.contact_form_section .image_header {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
}

.contact_form_section .connect_list {
    padding: 4rem 3rem;
    display: flex;
    flex: 0 0 60%;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.contact_form_section .connect_list::before {
    animation: signal-pulse 2s infinite alternate;
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(185,211,194);
    content: '';
    top: 2rem;
    background: rgb(185,211,194);
    height: 10px;
    right: 2rem;
    width: 10px;
    position: absolute;
}

.contact_form_section .connect_list input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    z-index: 2;
    outline: none;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 13px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(185,211,194,0.5);
    background: rgb(147,178,158,0.5);
}

.contact_form_section .connect_list input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(185,211,194);
    box-shadow: 0 0 15px rgb(185,211,194,0.5);
}

.contact_form_section .connect_list .support_widget {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.contact_form_section .connect_list .support_widget input[type="checkbox"]:checked {
    border-color: rgb(185,211,194);
    background: rgb(185,211,194);
}

.contact_form_section .connect_list .support_widget input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    left: 50%;
}

.contact_form_section .connect_list .support_widget a {
    color: rgb(185,211,194);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.contact_form_section .connect_list .inquiry_card::before {
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    left: -100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(185,211,194,0.5), 
        transparent
    );
    position: absolute;
}

.contact_form_section .connect_list .inquiry_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(185,211,194,0.5);
}

footer::after {
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    left: 0;
    content: "";
    z-index: -1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(147,178,158) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(147,178,158) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(147,178,158) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(147,178,158) 1px, transparent 1px);
    background-size: 50px 50px;
    top: 0;
    right: 0;
}

.cert_display .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
}

.cert_display .company_holder {
    position: relative;
    border-radius: 10px;
    padding: 0;
    flex: 1 1 400px;
}

.cert_display .company_holder::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(147,178,158) 25px, rgb(147,178,158) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(147,178,158) 25px, rgb(147,178,158) 26px, transparent 27px, transparent 49px);
    border-radius: 10px;
    opacity: 0.1;
    background-size: 50px 50px;
}

.cert_display .company_holder h3::after {
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    height: 10px;
    content: "";
    width: 10px;
}

.cert_display .license_cta::before {
    top: 2rem;
    content: "";
    border-radius: 50%;
    opacity: 0.6;
    width: 20px;
    height: 20px;
    background: rgb(147,178,158);
    position: absolute;
    left: -10px;
}

.cert_display .media_kit {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.cert_display .head_learn {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.cert_display .nav_sitewrap {
    position: relative;
    min-width: 200px;
    overflow: hidden;
    border-radius: 10px;
    flex: 1 1 calc(50% - 1.5rem);
}

.cert_display .nav_sitewrap h5 {
    font-size: 18px;
    background: rgb(147,178,158);
    color: #ffffff;
    margin: 0;
    padding: 1rem 1.5rem;
    position: relative;
    align-items: center;
    display: flex;
    font-weight: 600;
}

.cert_display .nav_sitewrap h5::after {
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    content: "";
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
}

.cert_display .nav_sitewrap .head_learn a {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 0.8rem 1rem 0.8rem 2rem;
}

.cert_display .nav_sitewrap .head_learn a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cert_display .nav_sitewrap .head_learn a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.collab_net::before {
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    background-repeat: repeat-x;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(185,211,194) 20px, rgb(185,211,194) 40px,
            transparent 40px, transparent 60px,
            rgb(185,211,194) 60px, rgb(185,211,194) 80px,
            transparent 80px, transparent 100px,
            rgb(185,211,194) 100px, rgb(185,211,194) 120px
        );
}

.collab_net .leaderboard::before,
.collab_net .leaderboard::after {
    top: 50%;
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    transform: translateY(-50%);
    background: rgb(185,211,194);
}

.collab_net .leaderboard::before {
    right: 100%;
    margin-right: 15px;
}


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


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



@media (min-width: 768px) {.opening_page .edu_intro {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.opening_page h3 {
    transform: translateY(0) rotateX(2deg);
    font-size: 19px;
    padding: 2rem;
}.opening_page h1 {
    margin-bottom: 2.5rem;
    font-size: calc(43px * 1.2);
}.opening_page .history_tl > div p {
    padding: 4rem 3rem;
    font-size: calc(13px * 1.3);
}
}



@media (max-width: 576px) {.opening_page {
    padding: 3rem 0;
}.opening_page .edu_intro {
    padding: 1rem;
    gap: 1.5rem;
}.opening_page h3 {
    padding: 1rem;
    font-size: calc(21px * 1.2);
}.opening_page h1 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.5rem;
}.opening_page .history_tl > div p {
    font-size: 13px;
    padding: 2rem 1.5rem;
}}


@media (min-width: 992px) {.get_support .connect_today {
    padding: 50px 0;
}.get_support .instant_contact p svg {
    width: 26px;
    height: 26px;
}.get_support .contact_support svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.get_support .contact_help svg {
    height: 18px;
    width: 18px;
}
}


@media (max-width: 767px) {.get_support {
    padding: 60px 0;
}.get_support .instant_help {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.get_support .instant_help svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}.get_support .instant_contact,
    .get_support .get_contactpanel {
    padding: 25px;
}.get_support .instant_contact p {
    padding-left: 30px;
}.get_support .instant_contact p svg {
    height: 20px;
    width: 20px;
}.get_support .contact_support svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.get_support .course_ask {
    gap: 15px;
    grid-template-columns: 1fr;
}.get_support .contact_help {
    padding: 12px 12px 12px 35px;
}.get_support .contact_help svg {
    left: 10px;
    width: 14px;
    height: 14px;
}}



@media (min-width: 768px) {.course_features {
    padding: 150px 0;
}.course_features h2 {
    font-size: calc(38px * 1.1);
    margin-bottom: 70px;
}.course_features .knowledge_track {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.course_features .image_header {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    flex: 0 0 45%;
    transform: translateZ(30px) rotateY(-3deg);
}.course_features .text_area {
    max-height: 450px;
    flex: 0 0 55%;
    transform: translateZ(10px) rotateY(1deg);
    padding: 50px 45px;
}.course_features .container:hover .image_header {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px) rotateY(-5deg);
}.course_features .container:hover .text_area {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) rotateY(2deg);
}
}



@media (max-width: 767px) {.course_features {
    padding: 80px 0;
}.course_features h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.course_features .image_header {
    height: 250px;
    margin-bottom: 20px;
}.course_features .text_area {
    padding: 30px 25px;
    max-height: 350px;
}.course_features .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {header .head_core {
    flex-direction: column;
    padding: 15px;
}header .head_core .main_class {
    margin: 0 0 15px 0;
}header .head_core .nav_sitewrap {
    perspective: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .head_core .nav_sitewrap .main_learn a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(18px - 1px);
}header .head_core .nav_sitewrap .main_learn:hover a {
    transform: none;
}header .head_core .nav_sitewrap .main_learn a::before,
    header .head_core .nav_sitewrap .main_learn a::after {
    display: none;
}
}



@media (max-width: 768px) {.meet_us {
    padding: 70px 0;
}.meet_us .study_guides {
    flex-direction: column;
    gap: 50px;
}.meet_us .skill_trackCmFoN {
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
    margin: 0 auto;
}.meet_us .skill_trackCmFoN:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.meet_us .image_header {
    height: 320px;
}.meet_us .text_area {
    padding: 30px 25px;
    width: 100%;
}.meet_us h2 {
    font-size: calc(36px - 4px);
}
}



@media (max-width: 992px) {.teaching_experience {
    height: auto;
    padding: 0;
}.teaching_experience::before {
    clip-path: none;
    height: 250px;
    width: 100%;
}.teaching_experience .success_stories {
    flex-direction: column;
}.teaching_experience .image_header {
    height: 300px;
    top: 0;
    position: relative;
    transform: none;
    clip-path: none;
    width: 100%;
}.teaching_experience .employee_progress {
    padding: 2rem;
    width: 100%;
    position: relative;
}.teaching_experience:hover .image_header {
    animation: none;
}.teaching_experience .emp_skills::after {
    display: none;
}}



@media (min-width: 1200px) {.plan_wrapper .deal_opts {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_wrapper .plan_options h3 {
    font-size: calc(21px * 1.1);
}.plan_wrapper .cost_rates {
    font-size: calc(21px * 1.3);
}.plan_wrapper .image_header {
    height: 240px;
}
}



@media (max-width: 480px) {.plan_wrapper {
    padding: 60px 0;
}.plan_wrapper .plan_details h2 {
    font-size: calc(31px * 0.85);
}.plan_wrapper .plan_options h3 {
    font-size: calc(21px * 0.95);
}.plan_wrapper .image_header {
    height: 160px;
}}



@media (max-width: 768px) {.gratSpot {
    padding: 3rem 0;
}.gratSpot .study_guides {
    padding: 2rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.gratSpot .study_guides:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratSpot h5 {
    transform: translateX(0);
    font-size: calc(24px * 0.85);
}.gratSpot p {
    font-size: calc(14px * 0.95);
}.gratSpot::before {
    height: 50%;
    top: -10%;
    right: -30%;
    width: 60%;
}
}


@media only screen and (max-width: 1200px) {.edu_cookie {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.cookie_list {
    display: none;
}.edu_cookie {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}.cookieAlertContainer h5, .cookieAlertContainer p {
    text-align: center;
}.cookie_comply {
    margin-bottom: 20px;
}.consent_learn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
}}



@media screen and (max-width: 480px) {.contact_form_section .message_inquiry {
    border-radius: 0;
}.contact_form_section .image_header {
    min-height: 250px;
}.contact_form_section .connect_list {
    padding: 2rem 1.5rem;
}}



@media (max-width: 1200px) {.cert_display .container {
    gap: 2rem;
}.cert_display .company_holder {
    flex: 1 1 350px;
}.cert_display .media_kit {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.cert_display .head_learn {
    gap: 2rem;
}.collab_net .container::before {
    left: 5%;
}.collab_net .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.cert_display {
    padding: 3rem 0 1rem;
}.cert_display .head_learn {
    gap: 1.5rem;
}.cert_display .company_holder h3 {
    font-size: calc(30px - 2px);
    padding: 1.2rem 1.5rem;
}.cert_display .license_cta {
    padding: 1.5rem;
}.cert_display .license_cta::before,
    .cert_display .license_cta::after {
    display: none;
}.collab_net {
    margin-top: 2rem;
}.collab_net .leaderboard::before,
    .collab_net .leaderboard::after {
    width: 30px;
}
}



@media (max-width: 420px) {.cert_display::after {
    height: 5px;
    background-size: 100px 5px;
}.cert_display .company_holder h3::after,
    .cert_display .nav_sitewrap h5::before,
    .cert_display .nav_sitewrap h5::after {
    display: none;
}.cert_display .nav_sitewrap h5 {
    padding: 0.8rem 1rem;
}.cert_display .nav_sitewrap .head_learn {
    padding: 1rem;
}.collab_net .leaderboard {
    width: 90%;
    padding: 0.4rem 1.5rem;
}
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: rotate(45deg) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: rotate(45deg) scale(1.1);
  }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}


@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}



@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}



@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}



@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

