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

header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    background: linear-gradient(to right, #ffffff, rgb(195,195,179));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 0;
    z-index: 100;
}

.header-guide {
    flex: 1 0 auto;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1135px;
}


.secure-pantry {
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 4rem 0;
    position: relative;
}

.secure-pantry::after {
    z-index: 0;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    right: -10px;
    transform: rotate(-15deg) translateY(30px);
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    position: absolute;
    width: 200px;
    bottom: -10px;
    content: "";
    height: 200px;
}

.secure-pantry h1::after {
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    position: absolute;
    left: 0;
    transform-origin: left center;
    height: 4px;
    bottom: 0;
    transition: width 0.3s ease-out;
    content: "";
    width: 80px;
}

.secure-pantry h2::before {
    top: 0.25em;
    position: absolute;
    content: "";
    width: 4px;
    background: var(--primary-color, #0066ff);
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
    height: 70%;
}

.secure-pantry h3 {
    padding-bottom: 0.5rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    color: var(--dark-color, #212529);
    margin: 2rem 0 1rem;
    font-weight: var(--font-weight-semibold, 600);
}

.secure-pantry strong {
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
}

.secure-pantry ul {
    padding-left: 1.25rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}

.secure-pantry li::before {
    left: 0;
    transform: rotate(45deg);
    height: 6px;
    content: "";
    transition: transform 0.2s ease;
    background-color: var(--primary-color, #0066ff);
    position: absolute;
    top: 0.65em;
    width: 6px;
    border-radius: 1px;
}

.operation-process {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(195,195,179) 0%, rgba(245, 248, 252, 1) 100%);
    position: relative;
    padding: 6rem 0;
}

.operation-process::before {
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(120,121,121,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 90% 80%, rgb(163,164,164,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgb(120,121,121,0.5) 0.25%, transparent 4%);
    z-index: 1;
    background-size: 120px 120px, 150px 150px, 80px 80px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
}

.operation-process:hover h2::after {
    transform: scaleX(1);
}

.operation-process .text-box-wrap {
    position: relative;
    padding: 2.5rem;
    border-left: 4px solid rgb(163,164,164);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
}

.operation-process .text-box-wrap:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) translateZ(0);
}

.operation-process p {
    z-index: 2;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    color: #000000;
}

.operation-process .text-box-wrap:hover::after {
    transform: translateY(-10px);
}

.reach-us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(195,195,179) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 5rem 0;
}

.reach-us::after {
    bottom: -80px;
    background: rgb(120,121,121,0.5);
    z-index: 0;
    content: "";
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
    filter: blur(100px);
    width: 300px;
    position: absolute;
    height: 300px;
    left: -80px;
}

.reach-us .ask-form {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(163,164,164);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.reach-us h3::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(163,164,164) 0%, rgb(120,121,121) 100%);
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
}

.reach-us svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.reach-us svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,164,164);
}

.reach-us .get-contactform {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 2rem 0 0;
    flex-direction: column;
    padding: 0;
}

.reach-us .online-questions::before {
    content: "";
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--primary-color-rgb), 0) 100%);
    width: 100%;
    z-index: -1;
    top: 0;
    transition: transform 0.5s ease;
    left: -100%;
    position: absolute;
}

.reach-us .online-questions:hover::before {
    transform: translateX(100%);
}

.reach-us .online-questions:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.newsletter-subscription {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,164,164,0.5), rgb(195,195,179));
    padding: 80px 0;
    position: relative;
}

.newsletter-subscription::after {
    right: -50px;
    z-index: 1;
    height: 200px;
    background: radial-gradient(circle, rgb(163,164,164) 0%, transparent 70%);
    width: 200px;
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    content: '';
    opacity: 0.3;
}

.newsletter-subscription .learning-track::before {
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: 10%;
    content: '';
    animation: floatCircle 5s infinite ease-in-out;
    height: 20px;
    background: rgb(163,164,164);
    width: 20px;
    opacity: 0.5;
}

.newsletter-subscription h3 {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    line-height: 1.4;
}

.newsletter-subscription h3::after {
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(163,164,164), rgb(120,121,121));
}

.newsletter-subscription .input_holder input[type="email"] {
    font-size: 15px;
    padding: 16px 20px;
    border-radius: 13px;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
}

.newsletter-subscription .input_holder .email-block {
    background: linear-gradient(135deg, rgb(163,164,164), rgb(120,121,121));
    cursor: pointer;
    border: none;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 19px;
    align-self: center;
    position: relative;
    border-radius: 13px;
    padding: 16px 36px;
    box-shadow: 0 8px 20px rgba(rgb(163,164,164,0.5), 0.3);
}

.newsletter-subscription .input_holder .email-block:hover::before {
    left: 100%;
}

.reach-out {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: rgb(195,195,179);
}

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

.reach-out h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(120,121,121);
    font-weight: 700;
    position: relative;
}

.reach-out h2::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(163,164,164);
    content: "";
}

.reach-out .post-thumbnail {
    grid-column: 2;
    border-top-right-radius: 10px;
    transition: transform 0.6s ease;
    border-bottom-right-radius: 10px;
    min-height: 500px;
    grid-row: 1;
    height: 100%;
}

.reach-out h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(163,164,164);
    font-size: 22px;
}

.reach-out input[type="text"]:focus {
    border-color: rgb(163,164,164);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

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

.reach-out .query-support input[type="checkbox"] {
    cursor: pointer;
    width: 24px;
    position: relative;
    border: 2px solid rgb(195,195,179);
    flex-shrink: 0;
    appearance: none;
    border-radius: 10px;
    height: 24px;
    margin-top: 2px;
}

.reach-out .query-support label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

.reach-out .query-support a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(163,164,164);
    font-weight: 600;
}

.reach-out .query-panel {
    color: #ffffff;
    padding: 15px 35px;
    letter-spacing: 1px;
    align-self: flex-start;
    border: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(163,164,164);
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.reach-out .query-panel:hover::before {
    left: 100%;
}

.reach-out svg path {
    fill: rgb(163,164,164);
}

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

footer::after {
    bottom: 0;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(163,164,164,0.5) 25%, rgb(163,164,164,0.5) 26%, transparent 27%, transparent 74%, rgb(120,121,121,0.5) 75%, rgb(120,121,121,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(163,164,164,0.5) 25%, rgb(163,164,164,0.5) 26%, transparent 27%, transparent 74%, rgb(120,121,121,0.5) 75%, rgb(120,121,121,0.5) 76%, transparent 77%, transparent);
    right: 0;
    opacity: 0.15;
    background-size: 50px 50px;
    position: absolute;
}

.intern-ship .container {
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}

.intern-ship .company_holder::before {
    content: "";
    height: 1px;
    width: 200%;
    left: -50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(163,164,164), transparent);
    transform: translateY(-1px);
    position: absolute;
}

.intern-ship .company_holder::after {
    transform: translateY(1px);
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(120,121,121), transparent);
    width: 100%;
    left: 0;
}

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

.intern-ship .mobile-cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.intern-ship .main-learn {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.intern-ship .head-bar::before {
    left: -50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(120,121,121), transparent);
    transform: translateY(-1px);
    position: absolute;
    width: 200%;
    height: 1px;
    content: "";
}

.intern-ship .head-bar::after {
    width: 100%;
    height: 1px;
    transform: translateY(1px);
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(163,164,164), transparent);
    bottom: 0;
    position: absolute;
}

.intern-ship .head-bar h5 {
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    text-shadow: 0 0 15px rgb(120,121,121,0.5);
    display: inline-block;
    font-weight: 600;
}

.intern-ship .head-bar:hover h5::after {
    width: 100%;
}

.intern-ship .head-bar .main-learn {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.intern-ship .head-bar .main-learn a {
    display: block;
    z-index: 1;
    padding: 0.5rem 1rem;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.intern-ship .head-bar .main-learn a::after {
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 0;
    content: "";
}

.intern-ship .head-bar .main-learn a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.teach-supp::before {
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(163,164,164), rgb(120,121,121), transparent);
    content: "";
}

.teach-supp .guide-section:hover {
    text-shadow: 0 0 8px rgb(120,121,121,0.5);
    opacity: 1;
}

.course-rewards {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(245,248,255,1) 0%, rgba(235,241,255,1) 100%);
    padding: 120px 0;
}

.course-rewards::after {
    transform: rotate(15deg) skewX(-5deg);
    position: absolute;
    bottom: -5%;
    width: 60%;
    content: '';
    background: linear-gradient(240deg, rgb(120,121,121,0.5) 0%, transparent 70%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    right: -10%;
    height: 70%;
}

.course-rewards .learning-track {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

.course-rewards .text-box-wrap:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(2deg);
}

.course-rewards h4 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin: 0 0 30px;
    font-size: 19px;
    line-height: 1.3;
}

.course-rewards h4::after {
    transition: transform 0.5s ease;
    margin-top: 15px;
    transform: scaleX(1);
    background: rgb(163,164,164);
    display: block;
    content: '';
    height: 3px;
    width: 70px;
    transform-origin: left;
}

.course-rewards li {
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}

.course-rewards li p {
    gap: 15px;
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
}

.course-rewards li:hover svg {
    transform: rotate(5deg);
}

.course-rewards svg path {
    fill: rgb(163,164,164);
    transition: fill 0.3s ease;
}

.course-rewards .post-thumbnail {
    transform: translateY(0) rotate(0deg);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    aspect-ratio: 16/9;
    display: block;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.12);
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.user-feedback::after {
    border-radius: 50%;
    width: 400px;
    content: "";
    bottom: -100px;
    right: -100px;
    position: absolute;
    background: rgb(120,121,121,0.5);
    z-index: 0;
    filter: blur(80px);
    height: 400px;
}

.user-feedback h4 {
    margin-bottom: 5rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 29px;
    position: relative;
}



.user-feedback .success-stories {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.user-feedback .success-stories::before {
    border: 3px solid rgb(120,121,121,0.5);
    height: 400px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    width: 400px;
    content: "";
    transform: translate(-50%, -50%);
}

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

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

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

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

.user-feedback .reviews-hub::before {
    position: absolute;
    border-radius: 50%;
    width: 80px;
    right: -40px;
    background: rgb(163,164,164);
    opacity: 0.2;
    content: "";
    height: 80px;
    top: -40px;
    transition: all 0.3s ease;
}

.user-feedback .reviews-hub .post-thumbnail::after {
    width: 120%;
    border: 2px dashed rgb(163,164,164,0.5);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    position: absolute;
    animation: spin 15s linear infinite;
    content: "";
    height: 120%;
}

.user-feedback .reviews-hub p {
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #000000;
    line-height: 1.7;
}

.user-feedback .reviews-hub p::after {
    font-size: 4rem;
    position: absolute;
    opacity: 0.5;
    right: 0;
    content: "";
    color: rgb(163,164,164,0.5);
    bottom: -40px;
}

.tyWrap::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    position: absolute;
    background: linear-gradient(225deg, rgb(163,164,164) 0%, transparent 70%);
    filter: blur(8px);
    opacity: 0.07;
    content: "";
    transform: rotate(-15deg);
    height: 25rem;
    z-index: 1;
    right: -5%;
    width: 25rem;
}

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

.tyWrap .learning-track {
    display: flex;
    border-left: 4px solid rgb(163,164,164);
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: center bottom;
}

.tyWrap .learning-track:hover > div:first-child::after {
    width: 8rem;
}

.tyWrap h5 {
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
}

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

.tyWrap a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}

.tyWrap p {
    color: #000000;
    font-size: 16px;
    z-index: 1;
    position: relative;
    margin: 0;
    line-height: 1.8;
}

.primary-page {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.primary-page .learning-main::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(163,164,164,0.5), rgb(120,121,121,0.5));
    backdrop-filter: blur(2px);
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    right: 0;
}

.primary-page .skill-sessions {
    backdrop-filter: blur(8px);
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 2rem;
    z-index: 3;
    transform: perspective(1200px) rotateX(2deg);
    grid-template-columns: 1fr;
    width: 92%;
    display: grid;
    transform-origin: center bottom;
    padding: 4rem 3rem;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    max-width: 1200px;
    position: relative;
}

.primary-page .title_style_header {
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 42px);
    margin: 0 0 1rem;
    position: relative;
    color: #ffffff;
}

.primary-page .title_style_header::before {
    transform: scaleX(0);
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-origin: left;
    left: 0;
    background: rgb(163,164,164);
    height: 8px;
    position: absolute;
    bottom: -20px;
    width: 60px;
    content: "";
}

.cookie-modal-message {
    bottom: 0;
    position: fixed;
    background: rgb(120,121,121);
    z-index: 90;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(163,164,164);
    padding: 15px 20px;
}

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

.cookie-necessary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.cookie-modal-message p {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}

.cookie-check:hover {
    border-color: rgb(163,164,164,0.5);
    background: rgb(163,164,164,0.5);
}

.cookie-modal-message p a {
    border-bottom: 2px solid rgb(163,164,164);
    color: rgb(163,164,164);
    text-decoration: none;
}

.cookie-modal-message p a:hover {
    border-bottom-color: rgb(120,121,121);
    color: rgb(120,121,121);
}

.our-mission {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.our-mission::after {
    pointer-events: none;
    right: -5%;
    top: -10%;
    width: 50%;
    transform: rotate(-12deg) skewX(-12deg);
    opacity: 0.05;
    position: absolute;
    height: 120%;
    z-index: 0;
    background: rgb(120,121,121);
    content: "";
}

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

.our-mission .text-box-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-mission .text-box-wrap::before {
    width: 6px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(163,164,164), 
        rgb(120,121,121) 55%, 
        rgb(163,164,164));
    content: "";
    height: 100%;
}

.our-mission h1::after {
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    transform-origin: left center;
    transition: width 0.3s ease-out;
    background: rgb(163,164,164);
}

.our-mission li {
    margin-bottom: 15px;
}

.our-mission h4::after {
    left: 0;
    content: "";
    width: 100%;
    bottom: -5px;
    background: linear-gradient(to right, 
        rgb(120,121,121), 
        transparent);
    height: 1px;
    position: absolute;
}

.our-mission span::first-letter {
    color: rgb(163,164,164);
    font-size: 1.5em;
    font-weight: 600;
}

.statistics-information {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.statistics-information::after {
    opacity: 0.2;
    z-index: 2;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 20% 20%, rgb(163,164,164,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(120,121,121,0.5) 0%, transparent 30%);
    content: "";
}

.statistics-information .fast-gain {
    width: 60px;
    background: rgb(163,164,164);
    top: 0;
    align-items: center;
    padding: 15px;
    grid-area: image;
    z-index: 10;
    position: absolute;
    display: flex;
    border-radius: 0 0 20px 0;
    height: 60px;
    left: 0;
    justify-content: center;
}

.statistics-information .fast-gain svg path {
    fill: #ffffff;
}

.statistics-information .statistics-wins::before {
    background: rgb(163,164,164);
    top: 0;
    right: 0;
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
}

.statistics-information .expert-benefits {
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    display: flex;
    height: 100%;
    border-radius: 0 30px 0 30px;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    padding: 30px;
    flex-direction: column;
    grid-area: description;
}

.statistics-information .statistics-benefit {
    flex-direction: column;
    padding: 25px 20px 25px 25px;
    display: flex;
    border-left: 5px solid rgb(163,164,164);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}

.statistics-information .statistics-benefit:nth-child(2n)::before,
.statistics-information .statistics-benefit:nth-child(2n) {
    border-color: rgb(120,121,121);
}

.statistics-information .statistics-benefit:nth-child(2n) {
    border-left: 5px solid rgb(120,121,121);
}

.statistics-information .statistics-benefit:hover .class-statistics {
    transform: rotate(10deg);
    opacity: 1;
}

.statistics-information .class-statistics svg path {
    fill: #ffffff;
}

.statistics-information .statistics-benefit span {
    color: #ffffff;
    font-size: calc(44px * 1.1);
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

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

.statistics-information .statistics-benefit:nth-child(2) {
    animation: fadeInRight 0.5s ease forwards;
}

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

.course-program-details::before {
    background-size: 60px 60px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}

.course-program-details .text-box-wrap::before {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    opacity: 0.3;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(163,164,164,0.5), transparent 70%, rgb(120,121,121,0.5)) border-box;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 29px;
    left: 0;
    height: 100%;
    -webkit-mask-composite: xor;
    border: 1px solid transparent;
    top: 0;
}

.course-program-details .text-box-wrap .description {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}

.course-program-details .text-box-wrap .description:last-child {
    margin-bottom: 0;
}

.course-program-details .post-thumbnail {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 29px;
    overflow: hidden;
    height: 500px;
    position: relative;
    margin-top: 60px;
}

.course-program-details .post-thumbnail::after {
    top: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(120,121,121,0.5) 100%);
    height: 100%;
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}

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

.teaching-experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(195,195,179), #ffffff);
    padding: 100px 0;
}

.teaching-experience .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.teaching-experience .reviews-hub:hover {
    transform: translateY(-10px);
}

.teaching-experience .reviews-hub::before {
    position: absolute;
    height: 30px;
    width: 30px;
    top: -15px;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
    background-color: rgb(120,121,121);
    left: 50px;
}

.teaching-experience .reviews-hub::after {
    position: absolute;
    right: 50px;
    background-color: rgb(163,164,164);
    transform: rotate(45deg);
    content: "";
    width: 30px;
    z-index: -1;
    bottom: -15px;
    height: 30px;
}

.teaching-experience .reviews-hub:hover .post-thumbnail {
    transform: scale(1.05);
}

.teaching-experience .post-thumbnail::before {
    transition: opacity 0.3s ease;
    content: "";
    inset: 0;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(163,164,164,0.5));
    position: absolute;
}

.teaching-experience .job-content::before {
    top: -10px;
    border-bottom: 10px solid rgb(195,195,179);
    content: "";
    left: 30px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.teaching-experience .name::after {
    background-color: rgb(163,164,164);
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}

header .top_plank {
    background: rgb(163,164,164);
    color:  #ffffff;
}

header .top_plank .top-actions div svg, header .top_plank .top-actions div svg path {
    fill: #ffffff;
}

header .top_plank .top-actions {
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    line-height: 21px;
}

.price-item-element {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.price-item-element::after {
    left: -50px;
    background: linear-gradient(135deg, rgb(120,121,121,0.5), transparent);
    opacity: 0.5;
    width: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    bottom: -100px;
    filter: blur(25px);
    height: 300px;
    content: '';
}

.price-item-element .deal-grid {
    display: flex;
    flex-direction: column;
}

.price-item-element .cert-cost {
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.price-item-element .cert-cost h2::after {
    transform: translateX(-50%);
    width: 80px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: rgb(163,164,164);
    height: 3px;
}

.price-item-element .promo-cost {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateY(30px);
    text-decoration: none;
    display: block;
    opacity: 0;
}

.price-item-element .promo-cost:hover {
    transform: translateY(-10px);
}

.price-item-element .promo-cost:hover .pricing-options {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.price-item-element .price-schemes {
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    z-index: 2;
    display: flex;
}

.price-item-element .price-schemes h3 {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(19px + 2px);
    position: relative;
    font-weight: 700;
}

.price-item-element .class-rates::after {
    background: rgb(163,164,164,0.5);
    content: '';
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 40px;
}

.price-item-element .post-thumbnail {
    height: 200px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.price-item-element .post-thumbnail::after {
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

header::after {
    top: 0;
    content: '';
    width: 5px;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(163,164,164), rgb(120,121,121));
}

header .container {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
}

header .top-sitewrap {
    position: relative;
    padding: 0.5rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
}

header .head-bar {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    padding: 0.4rem 0.6rem;
    position: relative;
    gap: 0.4rem;
}

header .head-mainwrap {
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    padding: 0.4rem 0.7rem;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    border-radius: 10px;
}

header .head-mainwrap:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}


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



@media (min-width: 992px) {.secure-pantry .container {
    padding: 0 5rem;
}.secure-pantry h1 {
    transform: translateX(-1rem);
}.secure-pantry h1::after {
    width: 100px;
}.secure-pantry h1:hover::after {
    width: 150px;
}.secure-pantry p {
    max-width: 85%;
}.secure-pantry p, 
    .secure-pantry span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}



@media (max-width: 767px) {.secure-pantry {
    padding: 3rem 0;
}.secure-pantry .container {
    padding: 0 1.5rem;
}.secure-pantry h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.secure-pantry h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.secure-pantry h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.secure-pantry h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.secure-pantry ul {
    padding-left: 0.5rem;
}.secure-pantry li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}.secure-pantry p, 
    .secure-pantry span {
    margin-bottom: 1.25rem;
}}



@media (max-width: 480px) {.operation-process {
    padding: 3rem 0;
}.operation-process .learning-track {
    padding: 0 1rem;
}.operation-process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.operation-process .text-box-wrap {
    border-left-width: 3px;
    padding: 1.5rem;
}.operation-process p {
    font-size: calc(15px * 0.95);
}.operation-process .text-box-wrap::after {
    right: 10px;
    font-size: 6rem;
}
}



@media (min-width: 768px) {.reach-us .ask-form {
    margin: 0 2rem;
    padding: 4rem;
}.reach-us .get-contactform {
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: row;
}.reach-us .online-questions {
    padding: 1rem 1.5rem;
}
}



@media (hover: none) {.reach-us .ask-form {
    transform: none;
}.reach-us .ask-form:hover {
    transform: none;
}
}



@media (prefers-reduced-motion) {.reach-us::before,
    .reach-us::after {
    animation: none;
}.reach-us .ask-form {
    transform: none;
    transition: box-shadow 0.3s ease;
}.reach-us .ask-form:hover {
    transform: none;
}}



@media screen and (max-width: 767px) {.newsletter-subscription {
    padding: 60px 0;
}.newsletter-subscription .learning-track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.newsletter-subscription h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.newsletter-subscription .input_holder .email-block {
    width: 100%;
    margin-top: 5px;
}
}



@media (max-width: 992px) {.reach-out .query-info {
    grid-template-columns: 1fr;
}.reach-out .post-thumbnail {
    grid-row: 1;
    min-height: 300px;
    grid-column: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 0;
}.reach-out .request-map {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}



@media (max-width: 576px) {.reach-out {
    padding: 40px 0;
}.reach-out .container {
    padding: 0 15px;
}.reach-out h2::after {
    width: 40px;
}.reach-out .request-map {
    padding: 25px 20px;
}.reach-out #contact {
    gap: 20px;
}.reach-out .query-panel {
    padding: 14px 20px;
    width: 100%;
}.reach-out .post-thumbnail {
    min-height: 200px;
}}



@media (max-width: 768px) {.intern-ship {
    padding: 3rem 0 1.5rem;
}.intern-ship .company_holder,
    .intern-ship .head-bar {
    padding: 1.5rem;
}.intern-ship .main-learn {
    gap: 1.5rem;
}.intern-ship .company_holder h3 {
    font-size: calc(28px - 2px);
}.intern-ship .head-bar h5 {
    font-size: calc(19px - 1px);
}.intern-ship .company_holder:hover,
    .intern-ship .head-bar:hover {
    transform: translateY(-3px);
}
}



@media (min-width: 768px) {.course-rewards .text-box-wrap > div {
    flex-direction: row;
    gap: 40px;
}.course-rewards .text-box-wrap > div > ul {
    flex: 1;
}
}



@media (min-width: 992px) {.course-rewards {
    padding: 150px 0;
}.course-rewards .learning-track {
    grid-template-columns: 60% 40%;
    align-items: center;
}.course-rewards h4 {
    font-size: calc(19px * 1.1);
}.course-rewards .post-thumbnail {
    height: 100%;
    max-height: 500px;
}
}



@media (max-width: 576px) {.course-rewards {
    padding: 60px 0;
}.course-rewards::before,
    .course-rewards::after {
    opacity: 0.5;
}.course-rewards .text-box-wrap {
    padding: 25px 20px;
}.course-rewards h4 {
    font-size: calc(19px * 0.85);
}.course-rewards li {
    margin-bottom: 12px;
}.course-rewards li p {
    gap: 10px;
}.course-rewards svg {
    width: 18px;
    height: 18px;
}}



@media (max-width: 768px) {.user-feedback {
    padding: 5rem 1.5rem;
}.user-feedback .reviews-hub {
    margin: 1rem 0;
    width: 100%;
}.user-feedback h4 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.8);
}.user-feedback .success-stories::before {
    height: 220px;
    width: 220px;
}.user-feedback .reviews-hub:nth-child(n) {
    transform: translateZ(0);
}}



@media (min-width: 992px) {.tyWrap .learning-track {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.tyWrap .learning-track:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.tyWrap h5 {
    font-size: calc(18px * 1.1);
}.tyWrap p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.tyWrap {
    padding: 2.5rem 0;
}.tyWrap .learning-track {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.tyWrap h5 {
    font-size: calc(18px * 0.85);
}.tyWrap p {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1200px) {.primary-page .skill-sessions {
    padding: 6rem 5rem;
    gap: 4rem;
}.primary-page .title_style_header {
    margin-bottom: 1.5rem;
}.primary-page .skill-sessions > div:first-child {
    position: relative;
}.primary-page .skill-sessions > div:first-child::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 80%;
    width: 1px;
    right: -2rem;
}
}



@media (max-width: 480px) {.primary-page .skill-sessions {
    padding: 2.5rem 1.5rem;
}.primary-page .skill-sessions > div:last-child {
    border-left-width: 2px;
    padding-left: 1rem;
}}



@media (max-width: 1024px) {.our-mission {
    padding: 90px 0;
}.our-mission .text-box-wrap {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 45px;
}.our-mission span {
    columns: 1;
}
}



@media (max-width: 768px) {.our-mission {
    padding: 60px 0;
}.our-mission .text-box-wrap {
    transform: none;
    padding: 35px 30px;
}.our-mission h1 {
    font-size: calc(45px - 4px);
    transform: translateX(0);
}.our-mission::after {
    right: -20%;
    width: 70%;
    top: 0;
    height: 60%;
}
}



@media (prefers-reduced-motion: reduce) {.our-mission .text-box-wrap,
    .our-mission .text-box-wrap:hover,
    .our-mission h1::after {
    transform: none;
    transition: none;
}.our-mission .text-box-wrap:hover h1::after {
    width: 80px;
}}



@media screen and (max-width: 767px) {.statistics-information {
    padding: 80px 0;
}.statistics-information .statistics-edge {
    grid-template-areas:
            "image"
            "header"
            "description"
            "education-flow";
    gap: 20px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr;
}.statistics-information .fast-gain {
    margin: 0 auto 10px;
    border-radius: 20px;
    position: relative;
    justify-self: center;
}.statistics-information .statistics-wins {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}.statistics-information .statistics-wins::before {
    display: none;
}.statistics-information .expert-benefits {
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}.statistics-information .expert-benefits::before {
    display: none;
}.statistics-information .fast-statistics {
    grid-template-columns: 1fr;
}.statistics-information .statistics-benefit:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}



@media (min-width: 1200px) {.course-program-details .training-map {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course-program-details .text-box-wrap {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
}.course-program-details .text-box-wrap h2 {
    width: 100%;
}.course-program-details .text-box-wrap .description {
    width: calc(50% - 30px);
    position: relative;
    text-align: left;
    padding: 0 15px;
}.course-program-details .text-box-wrap .description:first-of-type::after {
    height: 100%;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(163,164,164,0.5), transparent);
    top: 0;
    content: "";
    position: absolute;
}.course-program-details .post-thumbnail {
    margin-top: 60px;
    max-width: 80%;
    height: 450px;
    border-radius: calc(29px * 2);
}.course-program-details .training-map::after {
    display: none;
}
}



@media (max-width: 991px) {.course-program-details {
    padding: 80px 0;
}.course-program-details .text-box-wrap {
    padding: 30px;
}.course-program-details .text-box-wrap h2 {
    font-size: calc(37px * 0.9);
}.course-program-details .post-thumbnail {
    margin-top: 40px;
    height: 400px;
}.course-program-details .training-map::before,
    .course-program-details .training-map::after {
    width: 150px;
}
}



@media (max-width: 576px) {.course-program-details {
    padding: 50px 0;
}.course-program-details .text-box-wrap {
    padding: 20px 15px;
}.course-program-details .text-box-wrap h2 {
    padding-bottom: 12px;
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
}.course-program-details .text-box-wrap h2::after {
    width: 40px;
}.course-program-details .text-box-wrap .description {
    font-size: calc(15px * 0.9);
    line-height: 1.7;
}.course-program-details .post-thumbnail {
    height: 250px;
    margin-top: 25px;
}}



@media (max-width: 768px) {.teaching-experience {
    padding: 70px 0;
}.teaching-experience .reviews-hub {
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.teaching-experience {
    padding: 50px 0;
}.teaching-experience .reviews-hub {
    padding: 30px 20px;
}.teaching-experience .job-content {
    padding: 15px 20px;
    margin-top: 20px;
}}



@media (min-width: 992px) {.price-item-element .deal-grid {
    flex-direction: row-reverse;
}.price-item-element .cert-cost {
    text-align: left;
    flex-direction: column;
    width: 35%;
    display: flex;
    justify-content: center;
    padding-right: 3rem;
}.price-item-element .cert-cost h2 {
    text-align: left;
}.price-item-element .cert-cost h2::after {
    left: 0;
    transform: none;
}.price-item-element .skill-offers {
    margin: 1.5rem 0 0;
}.price-item-element .offer-box {
    gap: 2rem;
    width: 65%;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 575px) {.price-item-element {
    padding: 3rem 0;
}.price-item-element .cert-cost h2 {
    font-size: calc(33px - 4px);
}.price-item-element .offer-box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.price-item-element .price-schemes {
    padding: 1.5rem 1.25rem;
}.price-item-element .post-thumbnail {
    height: 160px;
}
}



@media (max-width: 991px) {header .main-sitewrap {
    padding: 0.8rem 2.5%;
}header .top-sitewrap svg {
    width: 130px;
}header .head-bar {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .head-mainwrap {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .main-sitewrap {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .top-sitewrap svg {
    width: 110px;
}header .head-bar {
    padding: 0.3rem;
}header .head-mainwrap {
    padding: 0.3rem 0.4rem;
    font-size: calc(20px - 2px);
}
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(-20px, 30px);
    }
}



@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

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



@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(163,164,164,0.5), rgb(120,121,121,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(120,121,121,0.5), rgb(163,164,164,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(163,164,164,0.5), rgb(120,121,121,0.5));
  }
}



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



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



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

