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

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

.ty-banner::before {
    content: '';
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.ty-banner .team-profile {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
}

.ty-banner a:hover::before {
    opacity: 0.1;
}

.ty-banner p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
}

.ty-banner .team-profile > div:last-child {
    padding-top: 2rem;
    position: relative;
}

.course-benefits::before {
    top: -5%;
    z-index: 0;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(164,176,171) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    filter: blur(50px);
    content: '';
    height: 40%;
    width: 40%;
}

.course-benefits .inline-image {
    object-fit: cover;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
    filter: brightness(1.03) contrast(1.05);
}

.course-benefits h1::after {
    transition: transform 0.4s ease;
    width: 60px;
    background: rgb(202,210,207);
    bottom: -0.8rem;
    content: '';
    left: 0;
    height: 3px;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
}

.course-benefits li {
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.course-benefits li:hover svg {
    transform: scale(1.15);
}

.course-benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,210,207);
}

.tariff-card {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.tariff-card .pricing-schemes {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tariff-card h2::after {
    content: "";
    width: 80px;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(202,210,207), rgb(164,176,171));
}

.tariff-card .learn-offers li {
    perspective: 1000px;
}

.tariff-card .plan-cost:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.tariff-card .cost-breakdown {
    padding: 35px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.tariff-card .indv-cost {
    display: inline-block;
    font-size: calc(19px * 1.4);
    background: linear-gradient(135deg, rgb(202,210,207,0.5) 0%, rgb(164,176,171,0.5) 100%);
    border-radius: 6px;
    transform: translateZ(10px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
}

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

header .container {
    padding: 0;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header .nav-pagebar {
    width: 100%;
    padding-top: 1.5rem;
    flex-direction: column;
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
}

header .head-section::after {
    background: rgb(202,210,207,0.5);
    opacity: 0.5;
    position: absolute;
    animation: orb-float 5s ease-in-out infinite alternate;
    content: "";
    z-index: -1;
    filter: blur(20px);
    height: 40px;
    border-radius: 50%;
    width: 40px;
}

header .head-section:hover svg {
    filter: drop-shadow(0 0 12px rgb(202,210,207));
    transform: scale(1.08);
}

header .head-main {
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(202,210,207,0.5);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border-radius: 17px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-size: 12px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

header .head-main:hover::before {
    left: 100%;
}

header .head-main:hover::after {
    transform: translateY(-50%) scale(1);
}

.privacy-compartment {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border: 2px solid rgb(202,210,207);
    height: 100%;
    padding: 50px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.privacy-compartment ul, .privacy-compartment ol {
    border-bottom: 2px solid #000000;
    width: 100%;
    list-style: none;
    color: #000000;
    text-align: left;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-top: 2px solid #000000;
    margin: 20px 0;
}

.newsletter-signup::before {
    inset: 0;
    content: "";
    z-index: -1;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    position: absolute;
}

.newsletter-signup .input_holder {
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    position: relative;
    flex-direction: column;
    gap: 1rem;
    transform: translateY(10px);
    display: flex;
    opacity: 0;
}

.newsletter-signup input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    font-size: 14px;
}

.newsletter-signup .news-box::before {
    width: 150%;
    left: 50%;
    height: 150%;
    border-radius: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

.training-specialist::before {
    position: absolute;
    left: 0;
    transform: perspective(1000px) rotateX(5deg);
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(202,210,207,0.5) 49.5%, rgb(202,210,207,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(164,176,171,0.5) 49.5%, rgb(164,176,171,0.5) 50.5%, transparent 50.5%);
    top: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    content: "";
    z-index: 0;
    background-size: 120px 120px;
}

.training-specialist .student-ratings:hover::before {
    opacity: 0.7;
}

.training-specialist .student-ratings > div:nth-child(1) {
    grid-area: photo;
}

.training-specialist .inline-image {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 240px;
    width: 240px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    transform: translateZ(30px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.training-specialist .name::after {
    width: 60px;
    left: 0;
    transform: scaleX(0.7);
    height: 3px;
    bottom: -10px;
    position: absolute;
    background: rgb(164,176,171);
    transition: transform 0.4s ease-out;
    content: "";
    transform-origin: left;
}

.training-specialist .job-expertise::before {
    position: absolute;
    font-family: Georgia, serif;
    content: "";
    opacity: 0.2;
    font-size: 6rem;
    left: -1.5rem;
    transition: all 0.4s ease;
    top: -3.5rem;
    color: rgb(202,210,207,0.5);
    transform: translateZ(5px);
}



.training-structure .team-profile {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    justify-content: flex-start;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.training-structure .info-section {
    position: relative;
    padding: 0;
    transform-style: preserve-3d;
    width: 55%;
}



.training-structure .info-section::after {
    opacity: 0.7;
    border-bottom: 1px solid rgb(164,176,171);
    height: 100px;
    position: absolute;
    animation: borderPulse 4s infinite alternate-reverse;
    width: 100px;
    content: '';
    border-right: 1px solid rgb(164,176,171);
    z-index: -1;
    bottom: -20px;
    right: -20px;
}

.training-structure h2::before {
    bottom: -1.5rem;
    background: linear-gradient(to right, rgb(202,210,207), transparent);
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    width: 60px;
}

.training-structure:hover h2 {
    letter-spacing: 8px;
    transform: translateY(-5px);
}

.training-structure:hover .info-section::before,
.training-structure:hover .info-section::after {
    height: 120px;
    width: 120px;
}

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

footer .learn-talk {
    padding: 40px 20px;
    position: relative;
    justify-content: center;
    background-color: rgb(164,176,171);
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
}

footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

footer .text_main_holder::before {
    top: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .site-prime h5 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

footer .nav-primary a {
    padding: 8px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    flex: 1 0 calc(50% - 30px);
    color: #000000;
}

footer .subscribe_holder {
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
    background-color: rgb(202,210,207);
    margin: 0 20px;
    position: relative;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .syllabus-ref {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}

.landing-page {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}

.course-welcome::after {
    content: "";
    height: 35%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, 
    #000000 0%, 
    transparent 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.landing-page h1 {
    font-weight: 700;
    position: relative;
    animation: fadeSlideRight 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    line-height: 1.2;
    font-size: 45px;
    opacity: 0;
}

.landing-page h3 {
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transform: translateX(-10px);
    animation: fadeSlideRight 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

.experience-trial::before,
.experience-trial::after {
    left: 0;
    content: '';
    pointer-events: none;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.experience-trial::before {
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    transform: translateZ(-10px) rotateX(5deg);
}

.experience-trial h2::before {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: rgb(164,176,171);
    border-radius: 1px;
    content: '';
    width: 80px;
    height: 3px;
}

.experience-trial .team-profile {
    opacity: 0;
    justify-content: center;
    display: flex;
    gap: 2rem;
    transform-style: preserve-3d;
    animation: holder-fade 0.8s ease-out 0.6s forwards;
    align-items: center;
    transform: translateZ(30px);
}

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

.experience-trial .message-map:hover::before {
    left: 100%;
}

#overlayCookieInfo {
    display: none;
}

#overlayCookieInfo:checked ~ .trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}

.privacy-ack {
    gap: 20px;
    border: 2px dashed rgb(202,210,207);
    display: flex;
    border-radius: 27px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    padding: 20px 5%;
}

.track-ack svg {
    height: 60px;
    fill: rgb(202,210,207);
    width: 60px;
}

.privacy-switch:hover {
    box-shadow: 0 0 10px rgb(164,176,171);
    background-color: rgb(164,176,171);
}

.cookie_button.edu-consent:hover {
    box-shadow: 0 0 10px rgb(164,176,171);
}

.trackingPolicyPanel p a {
    color: rgb(202,210,207);
    transition: color 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(202,210,207);
}

.connect-with-us::before {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgb(233,237,235);
    content: "";
    z-index: 1;
    right: 0;
}

.connect-with-us .contact-request::before {
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    right: -10%;
    top: -10%;
    opacity: 0.3;
    content: "";
    background: rgb(164,176,171);
}

.connect-with-us .contact-request div {
    position: relative;
    padding-left: 15px;
    z-index: 1;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    border-left: 3px solid #ffffff;
}



.connect-with-us .contact-request div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}

.connect-with-us .support-map {
    width: 60%;
    background: #ffffff;
    padding: 60px 40px;
}

.connect-with-us form input[type="text"],
.connect-with-us form input[type="email"] {
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #EFEFEF;
    margin-bottom: 20px;
}

.connect-with-us .help-section label::before {
    position: absolute;
    content: "";
    width: 20px;
    border-radius: 10px;
    top: 2px;
    left: 0;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    height: 20px;
}

.connect-with-us .help-section label a:hover {
    text-decoration: underline;
}

.connect-with-us form .message-map {
    overflow: hidden;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    padding: 15px 30px;
    border: none;
    align-self: flex-start;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background-color: rgb(202,210,207);
}

.connect-with-us .contact-request div:nth-child(3) {
    animation-delay: 0.2s;
}

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

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

.data-insights .extra-statistics {
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    align-items: center;
    padding: 20px;
    animation: glowCircle 3s infinite alternate ease-in-out;
    border: 5px solid rgba(255, 255, 255, 0.15);
    width: 90px;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 10;
    justify-content: center;
    display: flex;
    left: 50%;
    background: linear-gradient(135deg, rgb(202,210,207) 0%, rgb(164,176,171) 100%);
}

.data-insights .class-gains::before {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    z-index: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
}

.data-insights .pro-extra::before {
    z-index: -1;
    width: 0;
    position: absolute;
    opacity: 0.1;
    background: rgb(202,210,207,0.5);
    top: 0;
    content: "";
    transition: all 0.5s ease;
    left: 0;
    height: 100%;
}

.data-insights .fast-gain svg path {
    fill: rgb(164,176,171);
}

.data-insights .pro-extra span::after {
    height: 2px;
    background: rgb(164,176,171);
    width: 30px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.data-insights .pro-extra:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}

.data-insights .pro-statistics::after {
    left: 50%;
    top: 50%;
    width: 300px;
    border: 1px dashed rgb(164,176,171);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    animation: pulseCircle 4s infinite 1s;
    position: absolute;
    content: "";
    opacity: 0.15;
}

.course-candidates .team-profile {
    position: relative;
}

.course-candidates h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 37px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.course-candidates div {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    justify-content: center;
}

.course-candidates div p::before {
    position: absolute;
    border: 1px solid rgb(202,210,207,0.5);
    border-radius: calc(12px - 5px);
    opacity: 0.4;
    top: 5px;
    height: calc(100% - 10px);
    content: "";
    transition: all 0.3s ease;
    width: calc(100% - 10px);
    background: #ffffff;
    left: 5px;
    z-index: -1;
}

.course-candidates div p:hover::before {
    top: 10px;
    left: 10px;
}

.course-candidates div p:hover svg {
    transform: rotate(15deg);
    background: rgb(202,210,207,0.5);
}

.course-candidates div p:hover svg path {
    fill: rgb(164,176,171);
}

.course-program::before {
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    top: 0;
    background-size: 40px 40px;
    width: 100%;
    animation: gridFlow 20s linear infinite;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.03;
}

.course-program .inline-image::after {
    right: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    z-index: 3;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    left: 0;
    position: absolute;
    content: "";
}

.course-program .top-mainbar::before {
    filter: blur(10px);
    animation: rotateBorderGradient 10s linear infinite;
    opacity: 0.3;
    border-radius: inherit;
    content: "";
    inset: -5px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(202,210,207,0.5),
        rgb(164,176,171,0.5),
        rgb(202,210,207,0.5)
    );
    position: absolute;
}

.course-program .skill-route h3 {
    padding: 15px 25px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    display: inline-block;
    background: linear-gradient(
        135deg,
        rgb(202,210,207,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    font-size: 36px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(202,210,207,0.5);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(202,210,207);
}

.about-this::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
}

.about-this .info-section {
    border-left: 4px solid rgb(202,210,207);
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 40px;
    animation: fadeUp 1s 0.4s forwards;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.1);
}

header .site-prime::-webkit-scrollbar {
    display: none;
}


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



@media (max-width: 768px) {.ty-banner {
    padding: 3rem 0;
}.ty-banner .team-profile {
    transform: none;
    padding: 2rem;
}.ty-banner .team-profile:hover {
    transform: translateY(-5px);
}.ty-banner .team-profile > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.ty-banner h5 {
    font-size: calc(21px - 0.2rem);
    padding-left: 0.7rem;
}
}



@media (min-width: 992px) {.course-benefits {
    padding: 9rem 0;
}.course-benefits .container {
    gap: 5rem;
}.course-benefits .info-section {
    padding: 3.5rem;
}.course-benefits ul {
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.course-benefits {
    padding: 5rem 0;
}.course-benefits .inline-image {
    max-height: 350px;
    object-position: center;
}.course-benefits .info-section {
    padding: 1.8rem;
}.course-benefits h1 {
    font-size: calc(30px * 0.85);
    margin-bottom: 1.5rem;
}.course-benefits li p {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 576px) {.tariff-card {
    padding: 50px 0;
}.tariff-card h2 {
    font-size: calc(30px * 0.7);
}.tariff-card .payment-deals {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.tariff-card .cost-breakdown {
    padding: 25px 20px;
}.tariff-card .plan-cost h4 {
    font-size: calc(19px * 1.1);
}.tariff-card .plan-cost p {
    font-size: calc(15px * 0.9);
}.tariff-card .indv-cost {
    padding: 8px 16px;
    font-size: calc(19px * 1.2);
}}




@media (min-width: 768px) {.newsletter-signup {
    padding: 5rem 3rem;
}.newsletter-signup .team-profile {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1.2fr 0.8fr;
}.newsletter-signup h4 {
    font-size: calc(22px * 1.1);
    padding-left: 2rem;
}.newsletter-signup h4::before {
    width: 6px;
}.newsletter-signup .input_holder {
    flex-direction: row;
    gap: 0;
}.newsletter-signup input[type="email"] {
    border-right: none;
}.newsletter-signup .news-box {
    width: auto;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}



@media (max-width: 767px) {.newsletter-signup {
    padding: 3rem 1.5rem;
}.newsletter-signup h4 {
    padding-left: 1.2rem;
    font-size: calc(22px * 0.9);
}.newsletter-signup .news-box {
    margin-top: 0.5rem;
}}



@media (min-width: 768px) {.training-specialist .student-ratings {
    grid-template-areas:
            "photo info"
            "quote quote";
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto 1fr;
}.training-specialist .student-ratings > div:nth-child(2) {
    padding-left: 2rem;
}.training-specialist .job-expertise {
    margin-top: 2rem;
}
}



@media (max-width: 992px) {.training-structure {
    padding: 5rem 1.5rem;
}.training-structure .info-section {
    width: 70%;
}.training-structure h2 {
    letter-spacing: 4px;
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.training-structure p {
    font-size: calc(13px * 0.95);
}.training-structure:hover h2 {
    letter-spacing: 6px;
}
}



@media (max-width: 576px) {.training-structure {
    padding: 3rem 0.8rem;
    min-height: auto;
}.training-structure .info-section {
    width: 100%;
}.training-structure h2 {
    letter-spacing: 2px;
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.training-structure h2::before {
    bottom: -0.8rem;
    width: 30px;
}.training-structure p {
    padding-left: 1rem;
    font-size: calc(13px * 0.9);
}.training-structure:hover h2 {
    letter-spacing: 3px;
}.training-structure .info-section::before,
    .training-structure .info-section::after {
    height: 60px;
    width: 60px;
}.training-structure:hover .info-section::before,
    .training-structure:hover .info-section::after {
    width: 70px;
    height: 70px;
}}



@media (max-width: 991px) {.course-welcome {
    justify-content: center;
    padding: 1.5rem;
    align-items: center;
}.landing-page .learning-tracks {
    padding: 2.5rem;
    margin-left: 0;
    transform: perspective(800px) rotateY(-2deg);
    max-width: 600px;
}.landing-page h1 {
    font-size: calc(45px * 0.85);
}.landing-page h3 {
    font-size: calc(18px * 0.9);
}
}



@media (hover: hover) {.landing-page .learning-tracks:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
    box-shadow: 
      0 30px 60px -15px rgba(0,0,0,0.5),
      0 0 0 1px rgba(255,255,255,0.15);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}.landing-page .learning-tracks:hover h1::after {
    width: 100px;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}.landing-page .learning-tracks:hover::before {
    opacity: 0.5;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}}



@media (prefers-reduced-motion: reduce) {.experience-trial .container,
  .experience-trial h2,
  .experience-trial .team-profile,
  .experience-trial svg {
    animation: none;
    opacity: 1;
    transform: none;
}.experience-trial .message-map::before {
    display: none;
}}



@media screen and (max-width: 576px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us .container {
    width: 90%;
}.connect-with-us .contact-request,
    .connect-with-us .support-map {
    padding: 30px 20px;
}.connect-with-us .contact-request h3 {
    font-size: calc(28px * 0.8);
}.connect-with-us form .message-map {
    width: 100%;
}}



@media screen and (max-width: 767px) {.data-insights {
    padding: 80px 0;
}.data-insights .pro-statistics::before,
    .data-insights .pro-statistics::after {
    display: none;
}.data-insights .class-gains::before,
    .data-insights .class-gains::after {
    display: none;
}.data-insights .pro-extra {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 25px 15px;
    border: none !important;
}.data-insights .pro-extra:last-child {
    border-bottom: none !important;
}.data-insights .extra-statistics {
    padding: 15px;
    width: 70px;
    height: 70px;
}.data-insights .statistics-edges {
    font-size: calc(31px - 2px);
}.data-insights .fast-gain {
    height: 45px;
    margin-bottom: 15px;
    width: 45px;
}.data-insights .pro-extra span {
    font-size: calc(31px - 4px);
}.data-insights .pro-extra p {
    font-size: calc(14px - 1px);
}
}



@media screen and (max-width: 1200px) {.course-program .skill-route {
    width: 80%;
}.course-program .top-mainbar {
    right: 5%;
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 768px) {.course-program {
    padding: 60px 0;
}.course-program .team-profile {
    display: block;
    min-height: auto;
    padding-bottom: 40px;
}.course-program .inline-image {
    height: 300px;
    margin-bottom: -40px;
    position: relative;
}.course-program .skill-route {
    width: 100%;
    padding-bottom: 0;
    padding-top: 60px;
}.course-program .top-mainbar {
    width: 80px;
    right: auto;
    left: 20px;
    top: -30px;
    height: 80px;
}.course-program .skill-route h3 {
    width: calc(100% - 30px);
    display: block;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: calc(36px * 0.8);
}.course-program .skill-route p {
    margin: 30px auto 0;
    box-sizing: border-box;
    width: calc(100% - 30px);
}
}



@media (max-width: 767px) {.about-this {
    padding: 80px 0;
}.about-this h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.about-this .info-section {
    padding: 25px;
}.about-this .info-section p {
    font-size: calc(12px * 1.2);
    padding-left: 12px;
}.about-this .info-section div div {
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.6;
}
}



@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



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



@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



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



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



@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}

@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(202,210,207,0.5);
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}



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

