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

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

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

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

.intern-ship {
    flex: 0 0 auto;
}

.intern-ship {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}

.secure-pantry::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
}

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

.secure-pantry h1 {
    color: var(--dark-color, #212529);
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-0.5rem);
    position: relative;
    padding-bottom: 1rem;
    font-size: var(--h1-font-size, 2.5rem);
}

.secure-pantry h1:hover::after {
    width: 120px;
}

.secure-pantry h2 {
    color: var(--dark-color, #212529);
    position: relative;
    font-size: var(--h2-font-size, 1.75rem);
    font-weight: var(--font-weight-semibold, 600);
    margin: 2.5rem 0 1.25rem;
    transform: translateX(-1rem);
    padding-left: 1rem;
}

.secure-pantry h2:hover::before {
    transform: scaleY(1.2);
}

.secure-pantry h4 {
    margin: 1.75rem 0 0.75rem;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    position: relative;
}

.secure-pantry p {
    max-width: 92%;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1.5rem;
    color: var(--p-color, #495057);
}

.secure-pantry li {
    padding-left: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.secure-pantry li:hover::before {
    transform: rotate(135deg) scale(1.1);
}

.secure-pantry span {
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    line-height: 1.7;
    display: block;
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    padding-left: 0.75rem;
    color: var(--p-color, #495057);
}

.operation-process .learning-track {
    padding: 0 2rem;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
}

.operation-process h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateZ(5px);
    display: inline-block;
    font-size: 29px;
}

.operation-process h2::after {
    bottom: -0.75rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(163,164,164) 0%, rgb(120,121,121) 100%);
    transform: scaleX(0.8);
    width: 40%;
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 3px;
}

.operation-process .text-box-wrap::before {
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(120,121,121,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    transform: translate(20%, -20%);
    top: 0;
    border-radius: 0 0 0 100%;
    width: 100px;
    content: "";
    height: 100px;
    right: 0;
}

.operation-process .text-box-wrap:hover::before {
    transform: translate(10%, -10%);
}

.operation-process .text-box-wrap::after {
    opacity: 0.06;
    font-size: 12rem;
    color: rgb(120,121,121);
    position: absolute;
    bottom: -20px;
    font-family: serif;
    z-index: 1;
    transition: transform 0.8s ease;
    line-height: 1;
    right: 30px;
    content: "";
}

.reach-us::before {
    position: absolute;
    background: rgb(163,164,164,0.5);
    z-index: 0;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    content: "";
    animation: floatEffect 12s infinite alternate ease-in-out;
    height: 200px;
    filter: blur(80px);
}

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

.reach-us .ask-form:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.reach-us h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(163,164,164);
    transform: translateZ(20px);
    font-size: 32px;
    position: relative;
    padding-bottom: 0.75rem;
}

.reach-us p {
    color: #000000;
    font-size: 18px;
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    max-width: 700px;
    line-height: 1.7;
}

.reach-us h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 20px;
    display: flex;
    transform: translateZ(15px);
    gap: 0.5rem;
    font-weight: 600;
}

.reach-us .online-questions {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    position: relative;
    transform: translateZ(5px);
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    gap: 0.5rem;
    font-weight: 600;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    color: #000000;
    padding: 0.75rem 1.25rem;
}

.reach-us .online-questions:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) translateZ(5px);
}

.reach-us .online-questions:hover svg path {
    fill: rgb(120,121,121);
}

.newsletter-subscription::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(120,121,121,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
}

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

.newsletter-subscription .learning-track {
    padding: 50px;
    position: relative;
    border-radius: 13px;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.newsletter-subscription .learning-track::after {
    position: absolute;
    opacity: 0.4;
    content: '';
    background: rgb(120,121,121);
    right: 15%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    bottom: -15px;
    animation: floatCircle 7s infinite ease-in-out reverse;
}

.newsletter-subscription .input_holder {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 5;
    display: flex;
    max-width: 600px;
}

.newsletter-subscription .input_holder > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.newsletter-subscription .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(163,164,164);
}

.newsletter-subscription .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.newsletter-subscription .input_holder .email-block:hover {
    box-shadow: 0 10px 25px rgba(rgb(163,164,164,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}

.newsletter-subscription .input_holder .email-block:active {
    box-shadow: 0 5px 15px rgba(rgb(163,164,164,0.5), 0.3);
    transform: translateY(1px);
}

.newsletter-subscription .input_holder .email-block::before {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}

.reach-out::before {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.reach-out .query-info {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
}

.reach-out .request-map {
    background: #ffffff;
    grid-column: 1;
    grid-row: 1;
    padding: 50px 40px;
}

.reach-out #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

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

.reach-out .query-support {
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}

.reach-out .query-support input[type="checkbox"]:checked {
    border-color: rgb(163,164,164);
    background: rgb(163,164,164);
}

.reach-out .query-support input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    content: "✓";
    font-size: 16px;
    color: #ffffff;
    top: 50%;
    left: 50%;
}

.reach-out .query-support a:hover {
    color: rgb(120,121,121);
}

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

.reach-out .query-panel:hover {
    transform: translateY(-3px);
    background: rgb(120,121,121);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.reach-out svg {
    width: 22px;
    height: 22px;
    fill: rgb(163,164,164);
    vertical-align: middle;
    margin-right: 10px;
}

footer::before {
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    opacity: 0.75;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(163,164,164,0.5) 35%, rgb(120,121,121,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 300% 300%;
    z-index: -1;
    left: 0;
}

.intern-ship::before {
    opacity: 0.8;
    box-shadow: 0 0 20px rgb(163,164,164,0.5);
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(163,164,164), rgb(120,121,121), transparent);
    top: 0;
    left: 0;
}

.intern-ship .company_holder {
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 26px;
    transition: all 0.4s ease;
    padding: 2rem;
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
}

.intern-ship .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(163,164,164,0.5);
}

.intern-ship .company_holder h3 {
    text-shadow: 0 0 15px rgb(163,164,164,0.5);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}

.intern-ship .company_holder:hover h3::after {
    width: 100%;
}

.intern-ship .pitch-comp {
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.85;
}

.intern-ship .head-bar {
    backdrop-filter: blur(8px);
    min-width: 250px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s ease;
    padding: 2rem;
    border-radius: 26px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}

.intern-ship .head-bar:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(120,121,121,0.5);
}

.intern-ship .head-bar h5::after {
    left: 0;
    height: 3px;
    bottom: -8px;
    width: 40px;
    position: absolute;
    background: linear-gradient(90deg, rgb(120,121,121), rgb(163,164,164));
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(120,121,121);
    content: "";
    border-radius: 10px;
}

.intern-ship .head-bar .main-learn a::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    top: 0;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(180deg, rgb(163,164,164), rgb(120,121,121));
    position: absolute;
    width: 3px;
    height: 100%;
    z-index: -1;
}

.intern-ship .head-bar .main-learn a:hover {
    padding-left: 1.5rem;
    text-shadow: 0 0 10px rgb(120,121,121,0.5);
    opacity: 1;
    color: #ffffff;
}

.intern-ship .head-bar .main-learn a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(163,164,164);
}

.teach-supp {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
}

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

.teach-supp .guide-section {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    opacity: 0.7;
}

.course-rewards::before {
    left: -10%;
    z-index: 1;
    transform: rotate(-15deg) skewX(5deg);
    content: '';
    top: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    position: absolute;
    height: 70%;
    width: 50%;
    background: linear-gradient(120deg, rgb(120,121,121,0.5) 0%, transparent 70%);
}

.course-rewards .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.course-rewards .text-box-wrap {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    border-left: 4px solid rgb(163,164,164);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    backface-visibility: hidden;
    transform: translateZ(0) perspective(1000px);
}

.course-rewards .text-box-wrap:hover h4::after {
    transform: scaleX(1.5);
}

.course-rewards .text-box-wrap > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-rewards ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.course-rewards li:hover {
    transform: translateX(5px);
}

.course-rewards li p span:first-child {
    flex-shrink: 0;
    margin-top: 3px;
}

.course-rewards li p span:last-child {
    flex-grow: 1;
}

.course-rewards svg {
    transform: rotate(0deg);
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}

.course-rewards li:hover svg path {
    fill: rgb(120,121,121);
}

.course-rewards .post-thumbnail:hover {
    transform: translateY(-10px) rotate(-1deg);
}

.user-feedback {
    padding: 8rem 2rem;
    overflow: hidden;
    background: radial-gradient(circle at 30% 70%, rgb(195,195,179) 0%, rgb(120,121,121,0.5) 100%);
    position: relative;
}

.user-feedback::before {
    left: -150px;
    top: -150px;
    filter: blur(100px);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    content: "";
    z-index: 0;
    background: rgb(163,164,164,0.5);
    position: absolute;
}

.user-feedback .learning-track {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.user-feedback h4::before {
    content: "";
    left: 50%;
    border: 2px dashed rgb(163,164,164,0.5);
    position: absolute;
    animation: rotate 30s linear infinite;
    width: 150px;
    height: 150px;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.5);
    top: 50%;
    border-radius: 50%;
}

.user-feedback .reviews-hub {
    padding: 2.5rem;
    transform-style: preserve-3d;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    width: calc(33.333% - 2rem);
    margin: 1rem;
    transition: all 0.5s ease;
}

.user-feedback .reviews-hub:nth-child(3) {
    transform: translateZ(10px);
}

.user-feedback .reviews-hub:nth-child(5) {
    transform: translateZ(0px);
}

.user-feedback .reviews-hub:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.user-feedback .reviews-hub:hover::before {
    transform: scale(1.5);
}

.user-feedback .reviews-hub .post-thumbnail {
    border: 4px solid rgb(120,121,121,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: all 0.4s ease;
}



.user-feedback .reviews-hub:hover .post-thumbnail {
    transform: scale(1.1);
}

.user-feedback .reviews-hub span {
    color: #000000;
    text-align: center;
    font-size: 19px;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
}

.user-feedback .reviews-hub p::before {
    top: -20px;
    color: rgb(163,164,164,0.5);
    content: "";
    left: 0;
    opacity: 0.5;
    font-size: 4rem;
    position: absolute;
}

.tyWrap {
    background: linear-gradient(135deg, rgb(195,195,179) 0%, rgb(163,164,164,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.tyWrap::after {
    filter: blur(8px);
    opacity: 0.09;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(120,121,121) 0%, transparent 70%);
    position: absolute;
    transform: rotate(15deg);
    content: "";
    width: 20rem;
    bottom: -5%;
    height: 20rem;
    z-index: 1;
    left: -5%;
}

.tyWrap .learning-track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.tyWrap .learning-track > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.tyWrap .learning-track > div:first-child::after {
    transform-origin: left center;
    bottom: -0.75rem;
    left: 0;
    content: "";
    height: 3px;
    width: 4rem;
    position: absolute;
    transition: width 0.4s ease-out;
    background: linear-gradient(to right, rgb(163,164,164), rgb(120,121,121));
}

.tyWrap a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.tyWrap a::before {
    height: 100%;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    content: "";
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top left, rgb(163,164,164,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
}

.primary-page .learning-main {
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.primary-page .learning-main::after {
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.primary-page .skill-sessions > div:first-child {
    animation: slideRight 0.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
}

.primary-page .skill-sessions > div:last-child {
    transform: translateX(10px);
    padding-left: 2rem;
    position: relative;
    animation: slideLeft 0.8s 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    border-left: 3px solid rgb(163,164,164);
    opacity: 0;
}

.primary-page h3 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: clamp(1.2rem, 3vw, 22px);
    line-height: 1.4;
}

.primary-page p {
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 12px);
    position: relative;
}

.primary-page .title_style_header::after {
    height: 60px;
    top: -30px;
    opacity: 0.6;
    position: absolute;
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    right: 30px;
    width: 60px;
    border: 2px solid rgb(120,121,121);
    content: "";
    transform: rotate(45deg) scale(0);
}

.track-edu {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.policy-ack svg {
    fill: rgb(163,164,164);
    width: 50px;
    height: 50px;
}

.cookie-modal-message h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.cookie-check {
    transition: none;
    margin-left: 10px;
    border-radius: 10px;
    border: 2px solid rgb(163,164,164);
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    background: rgb(163,164,164);
    color: #ffffff;
    flex-shrink: 0;
    min-width: 150px;
    text-decoration: none;
    font-size: 19px;
}


#cookieMessageModal {
    display: none;
}

#cookieMessageModal:checked ~ .cookie-modal-message {
    opacity: 0;
    visibility: hidden;
}

.our-mission::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(163,164,164,0.5) 0%,
        rgba(36, 55, 99, 0.85) 60%, 
        rgba(28, 42, 75, 0.92) 100%);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
}

.our-mission .text-box-wrap {
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
}

.our-mission h1 {
    color: #000000;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -1px;
    transform: translateX(-10px);
}

.our-mission .text-box-wrap:hover h1::after {
    width: 120px;
}

.our-mission ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-mission h4 {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: calc(20px + 2px);
    color: rgb(120,121,121);
}

.our-mission span {
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    columns: 2;
    font-family: Arial, sans-serif;
    position: relative;
    hyphens: auto;
    display: block;
    column-gap: 40px;
    text-align: justify;
    font-size: 15px;
}

.statistics-information::before {
    left: 0;
    background-color: #000000;
    top: 0;
    z-index: 1;
    opacity: 0.9;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}

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

.statistics-information .statistics-edge {
    gap: 40px 30px;
    grid-template-columns: 65% 35%;
    grid-template-areas:
        "image header"
        "items description";
    position: relative;
    grid-template-rows: auto 1fr;
    display: grid;
}

.statistics-information .fast-gain svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}

.statistics-information .statistics-wins {
    align-items: center;
    font-size: 36px;
    grid-area: header;
    font-weight: 700;
    align-self: start;
    margin: 0;
    display: flex;
    padding: 15px 0 15px 20px;
    position: relative;
    border-bottom: 3px solid rgb(120,121,121);
}

.statistics-information .expert-benefits::before {
    z-index: -1;
    background: rgb(120,121,121);
    height: 80px;
    width: 80px;
    border-radius: 0 0 30px 0;
    right: 0;
    content: "";
    opacity: 0.1;
    position: absolute;
    bottom: 0;
}

.statistics-information .fast-statistics {
    gap: 20px;
    grid-area: items;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.statistics-information .statistics-benefit:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.07);
}

.statistics-information .statistics-benefit::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(163,164,164);
    width: 5px;
    top: 0;
    transition: all 0.3s ease;
}

.statistics-information .class-statistics {
    transition: all 0.3s ease;
    right: 15px;
    opacity: 0.7;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
}

.statistics-information .class-statistics svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}

.statistics-information .statistics-benefit span::after {
    width: 40px;
    left: 0;
    opacity: 0.3;
    background: #ffffff;
    height: 2px;
    bottom: -5px;
    content: "";
    position: absolute;
}

.statistics-information .statistics-benefit p {
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1.4;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.statistics-information .statistics-benefit:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.2s;
}

.course-program-details {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(195,195,179);
}

.course-program-details::after {
    background: radial-gradient(circle at center, rgb(163,164,164,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
}

.course-program-details .training-map {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.course-program-details .text-box-wrap {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 4;
    position: relative;
    padding: 40px;
    border-radius: 29px;
}

.course-program-details .text-box-wrap h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 37px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.course-program-details .text-box-wrap h2::after {
    content: "";
    width: 60px;
    border-radius: 10px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,164,164), rgb(120,121,121));
    position: absolute;
}

.course-program-details .post-thumbnail::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(163,164,164,0.5) 0%, transparent 50%);
    top: 0;
    opacity: 0.3;
    z-index: 1;
    left: 0;
}

.course-program-details .training-map::before,
.course-program-details .training-map::after {
    width: 200px;
    top: 50%;
    height: 1px;
    z-index: 1;
    opacity: 0.5;
    background-color: rgb(163,164,164,0.5);
    position: absolute;
    content: "";
}

.course-program-details .training-map::before {
    transform: rotate(45deg);
    left: -100px;
}

.teaching-experience::before {
    position: absolute;
    width: 500px;
    top: -200px;
    content: "";
    background-color: rgb(163,164,164,0.5);
    opacity: 0.1;
    height: 500px;
    border-radius: 50%;
    right: -200px;
}

.teaching-experience .reviews-hub {
    border-radius: 27px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 50px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 800px;
}

.teaching-experience .post-thumbnail {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    position: relative;
    align-self: center;
    transition: transform 0.3s ease;
}

.teaching-experience .reviews-hub:hover .post-thumbnail::before {
    opacity: 1;
}

.teaching-experience .job-content {
    color: #000000;
    order: 3;
    padding: 20px 30px;
    font-size: 17px;
    position: relative;
    background-color: rgb(195,195,179);
    border-radius: 27px;
    line-height: 1.8;
    margin: 25px 0 0;
}

.teaching-experience .name {
    font-weight: 700;
    text-align: center;
    color: #000000;
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    order: 1;
    margin: 5px 0;
}

.teaching-experience .reviews-hub:hover .name::after {
    width: 80px;
}

.teaching-experience span:not(.name) {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    order: 2;
    text-align: center;
    color: rgb(120,121,121);
    font-size: calc(17px * 0.9);
}

header .top_plank .top-actions div span {
    color: #ffffff;
}

header .top_plank .top-actions div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}

header .top_plank .top-actions div img, header .top_plank .top-actions div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.price-item-element::before {
    z-index: 1;
    filter: blur(30px);
    width: 400px;
    top: -150px;
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    content: '';
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    height: 400px;
    background: linear-gradient(135deg, rgb(163,164,164,0.5), transparent);
}

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

.price-item-element .cert-cost h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 33px;
    color: #000000;
}

.price-item-element .skill-offers {
    margin: 1.5rem auto 0;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
}

.price-item-element .offer-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.price-item-element .promo-cost:nth-child(2) {
    animation-delay: 0.5s;
}

.price-item-element .promo-cost:nth-child(3) {
    animation-delay: 0.6s;
}

.price-item-element .promo-cost:nth-child(4) {
    animation-delay: 0.7s;
}

.price-item-element .pricing-options {
    display: flex;
    position: relative;
    transition: all 0.4s ease;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    border-radius: 4px;
    overflow: hidden;
}

.price-item-element .promo-cost:hover .price-schemes h3 {
    color: rgb(163,164,164);
}

.price-item-element .class-rates {
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(163,164,164);
    display: inline-block;
    font-size: calc(19px + 4px);
    margin-bottom: 1.5rem;
}

.price-item-element .promo-cost:hover .class-rates::after {
    width: 80px;
}

.price-item-element .price-schemes p {
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 17px;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
}

.price-item-element .promo-cost:hover .post-thumbnail::after {
    opacity: 1;
}

header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    height: 100%;
    content: '';
    background-size: 20px 20px;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

header .main-sitewrap {
    justify-content: space-between;
    margin-left: 5px;
    padding: 0.9rem 3%;
    align-items: center;
    display: flex;
}

header .top-sitewrap:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .top-sitewrap svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .head-bar::before {
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(163,164,164,0.5), rgb(120,121,121,0.5));
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0.5;
    top: -2px;
    border-radius: calc(10px + 2px);
}

header .head-mainwrap::before {
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, rgb(163,164,164,0.5), rgb(120,121,121,0.5));
    height: 100%;
    position: absolute;
    top: 0;
}

header .head-mainwrap:hover::before {
    opacity: 1;
}


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



@media (min-width: 768px) {.secure-pantry {
    padding: 5rem 0;
}.secure-pantry .container {
    padding: 0 4rem;
}.secure-pantry h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
    margin-bottom: 3rem;
}.secure-pantry h2 {
    margin-top: 3.5rem;
}.secure-pantry p, 
    .secure-pantry span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.secure-pantry ul {
    padding-left: 2rem;
}.secure-pantry li {
    padding-left: 1.75rem;
}
}



@media (max-width: 991px) {.operation-process {
    padding: 5rem 0;
}.operation-process h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.operation-process .text-box-wrap {
    padding: 2rem;
}
}



@media (max-width: 767px) {.operation-process {
    padding: 4rem 0;
}.operation-process .learning-track {
    padding: 0 1.5rem;
}.operation-process h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.operation-process h2::after {
    width: 50%;
    height: 2px;
}.operation-process .text-box-wrap {
    padding: 1.75rem;
}.operation-process .text-box-wrap::after {
    font-size: 8rem;
    bottom: -10px;
    right: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.operation-process h2::after,
    .operation-process .text-box-wrap,
    .operation-process .text-box-wrap::before,
    .operation-process .text-box-wrap::after {
    transition: none;
}
}



@media (hover: none) {.operation-process .text-box-wrap:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.04),
            0 1px 3px rgba(0, 0, 0, 0.02);
    transform: none;
}.operation-process .text-box-wrap:hover::before,
    .operation-process .text-box-wrap:hover::after {
    transform: none;
}}



@media (max-width: 767px) {.reach-us {
    padding: 3rem 0;
}.reach-us .ask-form {
    transform: none;
    padding: 2rem;
}.reach-us h3 {
    font-size: calc(32px * 0.85);
}.reach-us p {
    font-size: calc(18px * 0.95);
}
}



@media screen and (min-width: 768px) {.newsletter-subscription .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}.newsletter-subscription .input_holder > div {
    flex: 1;
    margin-bottom: 0;
}.newsletter-subscription .input_holder .email-block {
    min-width: 160px;
    white-space: nowrap;
}
}



@media screen and (max-width: 480px) {.newsletter-subscription {
    padding: 40px 0;
}.newsletter-subscription .learning-track {
    padding: 25px 15px;
    transform: none;
}.newsletter-subscription h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.8);
}.newsletter-subscription h3::after {
    width: 60px;
}.newsletter-subscription .input_holder input[type="email"] {
    padding: 14px 16px;
}.newsletter-subscription .input_holder .email-block {
    padding: 14px 20px;
}}



@media (max-width: 768px) {.reach-out {
    padding: 50px 0;
}.reach-out h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 30px;
}.reach-out .request-map {
    padding: 30px 25px;
}.reach-out .post-thumbnail {
    min-height: 250px;
}
}



@media (max-width: 1200px) {.intern-ship .container {
    gap: 2rem;
}.intern-ship .company_holder {
    flex: 1 1 320px;
}.intern-ship .mobile-cta {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 992px) {.intern-ship {
    padding: 3.5rem 0 2rem;
}.intern-ship .container {
    flex-direction: column;
    gap: 2rem;
}.intern-ship .company_holder,
    .intern-ship .mobile-cta {
    flex: 1 1 100%;
    min-width: 100%;
}.intern-ship .head-bar {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.intern-ship {
    padding: 2.5rem 0 1rem;
}.intern-ship .main-learn {
    gap: 1rem;
}.intern-ship .head-bar {
    min-width: 100%;
    flex: 1 1 100%;
}.intern-ship .head-bar .main-learn a {
    padding: 0.4rem 0.8rem;
}.intern-ship .head-bar .main-learn a:hover {
    padding-left: 1.2rem;
}.teach-supp {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.intern-ship .company_holder:hover,
    .intern-ship .head-bar:hover {
    transform: translateY(-2px);
}}



@media (max-width: 767px) {.course-rewards {
    padding: 80px 0;
}.course-rewards .text-box-wrap {
    padding: 30px 25px;
}.course-rewards h4 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.course-rewards li p {
    font-size: calc(18px * 0.95);
}.course-rewards svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 992px) {.user-feedback .reviews-hub {
    width: calc(50% - 2rem);
}.user-feedback h4 {
    font-size: calc(29px * 0.9);
}.user-feedback .success-stories::before {
    width: 300px;
    height: 300px;
}
}



@media (min-width: 768px) {.tyWrap {
    padding: 6rem 0;
}.tyWrap .learning-track {
    padding: 4rem;
    border-left: 6px solid rgb(163,164,164);
}.tyWrap .learning-track > div:first-child {
    margin-bottom: 2rem;
}.tyWrap .learning-track > div:first-child::after {
    width: 6rem;
    height: 4px;
}.tyWrap .learning-track:hover > div:first-child::after {
    width: 12rem;
}
}



@media (max-width: 767px) {.tyWrap {
    padding: 3rem 0;
}.tyWrap .learning-track {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.tyWrap h5 {
    font-size: calc(18px * 0.9);
}.tyWrap p {
    font-size: calc(16px * 0.95);
}.tyWrap .learning-track > div:first-child::after {
    width: 3rem;
}.tyWrap .learning-track:hover > div:first-child::after {
    width: 6rem;
}
}



@media (min-width: 768px) {.primary-page .skill-sessions {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    padding: 5rem 4rem;
}.primary-page .skill-sessions > div:last-child {
    padding-left: 3rem;
    border-left: 3px solid rgb(163,164,164);
}.primary-page .title_style_header::before {
    width: 80px;
}
}



@media (max-width: 767px) {.primary-page .learning-main {
    min-height: 100vh;
}.primary-page .skill-sessions {
    padding: 3rem 2rem;
    gap: 2rem;
}.primary-page .skill-sessions > div:last-child {
    padding-left: 1.5rem;
}.primary-page .title_style_header::before {
    height: 6px;
    bottom: -15px;
    width: 50px;
}.primary-page .title_style_header::after {
    height: 40px;
    right: 20px;
    width: 40px;
    top: -20px;
}
}


@media only screen and (max-width: 1200px) {.cookie-modal-message {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.policy-ack {
    display: none;
}.track-edu {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-modal-message h5, .cookie-modal-message p {
    text-align: center;
}.cookie-necessary {
    margin-bottom: 15px;
}.cookie-check {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.our-mission {
    padding: 50px 0;
}.our-mission .text-box-wrap {
    padding: 25px 20px;
}.our-mission h1 {
    font-size: calc(45px - 8px);
    margin-bottom: 25px;
}.our-mission h1::after {
    width: 60px;
    height: 2px;
    bottom: -8px;
}.our-mission h4 {
    font-size: 20px;
}.our-mission span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}
}



@media screen and (max-width: 991px) {.statistics-information {
    padding: 100px 0;
}.statistics-information .statistics-edge {
    grid-template-columns: 60% 40%;
    gap: 30px 20px;
}.statistics-information .fast-statistics {
    gap: 15px;
}.statistics-information .statistics-benefit {
    padding: 20px 15px 20px 20px;
}.statistics-information .statistics-benefit span {
    font-size: 44px;
}.statistics-information .expert-benefits {
    font-size: calc(13px - 1px);
    padding: 25px;
}
}



@media screen and (max-width: 576px) {.statistics-information {
    padding: 60px 0;
}.statistics-information .container {
    padding: 0 15px;
}.statistics-information .statistics-wins {
    font-size: calc(36px - 4px);
}.statistics-information .statistics-benefit {
    padding: 15px 15px 15px 20px;
}.statistics-information .statistics-benefit span {
    font-size: calc(44px - 5px);
}.statistics-information .statistics-benefit p {
    font-size: calc(13px - 2px);
}.statistics-information .class-statistics {
    top: 10px;
    height: 25px;
    right: 10px;
    width: 25px;
}}



@media (min-width: 992px) {.course-program-details .training-map {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-template-rows: auto auto auto;
    align-items: center;
    display: grid;
}.course-program-details .text-box-wrap {
    grid-row: 1;
    margin-bottom: 60px;
    grid-column: 1 / 3;
    max-width: 100%;
}.course-program-details .text-box-wrap .description:first-of-type {
    grid-row: 2;
    padding-right: 30px;
    text-align: right;
    grid-column: 1;
}.course-program-details .text-box-wrap .description:last-child {
    grid-row: 2;
    grid-column: 2;
    text-align: left;
    padding-left: 30px;
}.course-program-details .post-thumbnail {
    grid-row: 3;
    max-width: 100%;
    height: 500px;
    grid-column: 1 / 3;
    margin-top: 60px;
}.course-program-details .training-map {
    position: relative;
}.course-program-details .training-map::after {
    transform: translateX(-50%);
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(163,164,164,0.5) 30%, rgb(163,164,164,0.5) 70%, transparent);
    content: "";
    top: 0;
    left: 50%;
    z-index: 1;
}
}



@media (max-width: 768px) {.course-program-details {
    padding: 60px 0;
}.course-program-details .text-box-wrap {
    padding: 25px 20px;
}.course-program-details .text-box-wrap h2 {
    font-size: calc(37px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.course-program-details .text-box-wrap h2::after {
    height: 2px;
    width: 50px;
}.course-program-details .text-box-wrap .description {
    font-size: calc(15px * 0.95);
}.course-program-details .post-thumbnail {
    height: 350px;
    margin-top: 30px;
}.course-program-details .training-map::before,
    .course-program-details .training-map::after {
    display: none;
}
}



@media (min-width: 768px) {.teaching-experience .reviews-hub {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
    gap: 10px 30px;
    display: grid;
    grid-template-columns: auto 1fr;
}.teaching-experience .post-thumbnail {
    grid-area: photo;
    height: 180px;
    margin-bottom: 0;
    width: 180px;
    align-self: start;
}.teaching-experience .name {
    grid-area: name;
    text-align: left;
    font-size: 32px;
}.teaching-experience .name::after {
    left: 0;
    transform: none;
}.teaching-experience span:not(.name) {
    text-align: left;
    margin-bottom: 0;
    grid-area: job;
}.teaching-experience .job-content {
    grid-area: quote;
    margin-top: 30px;
}
}



@media (max-width: 991px) {.price-item-element {
    padding: 5rem 0;
}.price-item-element .cert-cost {
    margin-bottom: 2rem;
}.price-item-element .offer-box {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.price-item-element {
    padding: 4rem 0;
}.price-item-element .price-schemes {
    padding: 2rem 1.5rem;
}.price-item-element .post-thumbnail {
    height: 180px;
}
}



@media (hover: none) {.price-item-element .promo-cost:hover {
    transform: none;
}.price-item-element .promo-cost:hover .pricing-options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price-item-element .promo-cost:hover .post-thumbnail::after {
    opacity: 0;
}.price-item-element .promo-cost:hover .class-rates::after {
    width: 40px;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .main-sitewrap {
    align-items: flex-start;
    margin-left: 3px;
    flex-direction: column;
    padding: 0.8rem 2%;
    gap: 0.7rem;
}header .top-sitewrap {
    padding: 0.4rem;
}header .top-sitewrap svg {
    width: 120px;
}header .head-bar {
    justify-content: flex-start;
    width: 98%;
    padding: 0.4rem;
    overflow-x: auto;
}header .head-bar::-webkit-scrollbar {
    height: 2px;
}header .head-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,164,164);
}header .head-mainwrap {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(20px - 1px);
}
}



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

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



@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(10deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) translateY(0);
  }
}



@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

