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

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

.first-section {
    flex: 1 0 auto;
}

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


.ty-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,210,207,0.5), rgb(164,176,171,0.5) 70%);
    padding: 5rem 0;
    z-index: 1;
}

.ty-banner::after {
    z-index: -1;
    content: '';
    right: -50%;
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    transform: scale(1.5);
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(164,176,171,0.5) 0%, transparent 70%);
    top: -50%;
}

.ty-banner .team-profile > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.ty-banner .team-profile > div:first-child::before {
    transform: translateY(-50%);
    width: 1.5rem;
    position: absolute;
    left: -3.5rem;
    height: 60px;
    background: rgb(202,210,207);
    content: '';
    top: 50%;
}

.ty-banner a::before {
    background: linear-gradient(90deg, rgb(202,210,207,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.ty-banner .team-profile > div:last-child::before {
    background: linear-gradient(90deg, rgb(202,210,207,0.5), transparent 80%);
    content: '';
    top: 0;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
}

.course-benefits .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 3rem;
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
    display: grid;
    position: relative;
}

.course-benefits .inline-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.course-benefits .info-section {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease-out;
    padding: 2.5rem;
    transform: translateX(0);
    background: linear-gradient(140deg, rgba(rgb(255, 255, 255, 0.5), 0.97), rgba(rgb(255, 255, 255, 0.5), 0.85));
    border-left: 4px solid rgb(202,210,207);
}

.course-benefits .info-section, 
.course-benefits .inline-image,
.course-benefits li {
    cursor: pointer;
}

.course-benefits li p {
    line-height: 1.5;
    padding-left: 0.5rem;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-size: calc(12px * 0.95);
    display: flex;
}

.course-benefits li:hover svg path {
    fill: rgb(164,176,171);
}

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

.tariff-card h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    animation: float 6s ease-in-out infinite;
    font-size: 30px;
    font-weight: 700;
    transform: translateY(0);
}

.tariff-card .learn-offers {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    width: 100%;
    display: grid;
    gap: 30px;
    padding: 0;
}

.tariff-card .cost-breakdown::before {
    background: linear-gradient(90deg, rgb(202,210,207), rgb(164,176,171));
    transform: scaleX(0.5);
    top: 0;
    transition: transform 0.4s ease;
    left: 0;
    height: 5px;
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
}

.tariff-card .plan-cost h4::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
    background-color: rgb(202,210,207);
    width: 40px;
}

.tariff-card .plan-cost:hover .indv-cost {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(202,210,207);
}

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

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

header::before {
    content: "";
    width: 100%;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(164,176,171,0.5) 10px,
            rgb(164,176,171,0.5) 11px
        );
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

header .head-section {
    display: flex;
    position: relative;
    padding: 0.5rem 2rem;
    margin-bottom: 2rem;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
}

header .head-section svg {
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(202,210,207,0.5));
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

header .site-prime::before {
    background: rgb(202,210,207,0.5);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 1px;
    left: 0;
}

header .head-main::before {
    opacity: 0.5;
    background: linear-gradient(90deg,
        transparent,
        rgb(164,176,171,0.5),
        transparent);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    left: -100%;
}

header .head-main:hover {
    border-color: rgb(164,176,171);
    box-shadow: 0 0 15px rgb(202,210,207,0.5),
                inset 0 0 10px rgb(202,210,207,0.5);
    color: rgb(164,176,171);
    transform: translateY(-2px);
}

.privacy-compartment h1 {
    font-size: 39px;
    margin-top: 20px;
    border-bottom: 3px solid rgb(164,176,171);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: rgb(202,210,207);
    font-weight: 700;
    width: 100%;
}

.privacy-compartment li {
    border-bottom: 1px solid rgb(164,176,171,0.5);
    padding: 10px 0;
}

.newsletter-signup {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(233,237,235) 0%, rgb(164,176,171,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}

.newsletter-signup .container {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-signup .team-profile {
    display: grid;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateX(-5px);
}

.newsletter-signup h4::before {
    position: absolute;
    transform-origin: top;
    top: 0.5rem;
    width: 4px;
    left: 0;
    transform: scaleY(0);
    content: "";
    background: rgb(164,176,171);
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    height: calc(100% - 1rem);
}

.newsletter-signup input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(164,176,171);
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
}

.newsletter-signup .news-box {
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    overflow: hidden;
    padding: 1rem 2rem;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    border: none;
    font-size: 17px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    width: 100%;
    position: relative;
    background: rgb(164,176,171);
}

.training-specialist {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,235) 0%, #ffffff 100%);
    padding: 5rem 0;
}

.training-specialist .student-ratings {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    grid-gap: 2rem;
    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(0, 0, 0, 0.02);
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: grid;
}

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

.training-specialist .student-ratings:hover .inline-image {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}

.training-specialist .student-ratings:hover .inline-image::after {
    opacity: 0.5;
}

.training-specialist .name {
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
    transition: transform 0.3s ease;
    font-size: calc(24px * 1.2);
    color: rgb(202,210,207);
    font-weight: 700;
    position: relative;
}

.training-specialist .job-expertise {
    position: relative;
    font-size: 18px;
    text-align: justify;
    transform: translateZ(5px);
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.training-specialist .student-ratings:hover .job-expertise::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

.training-structure::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(202,210,207,0.5) 0%, transparent 80%);
    left: 0;
    opacity: 0.4;
    top: 0;
    content: '';
}

.training-structure::before,
.training-structure::after {
    transition: all 1s ease;
}

.training-structure .info-section::before {
    border-left: 1px solid rgb(202,210,207);
    height: 100px;
    width: 100px;
    left: -20px;
    border-top: 1px solid rgb(202,210,207);
    content: '';
    top: -20px;
    position: absolute;
    z-index: -1;
    animation: borderPulse 4s infinite alternate;
    opacity: 0.7;
}

.training-structure .info-section::before,
.training-structure .info-section::after,
.training-structure h2,
.training-structure p {
    transition: all 0.5s ease;
}

.training-structure p {
    max-width: 600px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    padding-left: 2rem;
    font-size: 13px;
}

.training-structure:hover h2::after {
    left: 0.8rem;
    top: 0.8rem;
    filter: blur(2px);
    opacity: 0.5;
}

.training-structure:hover p {
    transform: translateX(5px);
}

.training-structure:hover::after {
    opacity: 0.15;
}

footer .learn-talk::after {
    pointer-events: none;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .top-mainbar {
    text-align: center;
    padding-top: 60px;
}

footer .top-mainbar svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}

footer .site-prime {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
    background-color: rgb(233,237,235);
    position: relative;
}

footer .nav-primary {
    gap: 10px 30px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

footer .nav-primary a::after {
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(202,210,207);
    content: "";
}

footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

footer .news-box {
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.course-welcome {
    height: 100%;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 2rem;
    align-items: center;
    display: flex;
}

.landing-page .learning-tracks {
    backdrop-filter: blur(8px);
    max-width: 650px;
    animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    position: relative;
    transform-origin: left center;
    padding: 3rem;
    background: linear-gradient(
    145deg,
    rgba(255,255,255,0.12) 0%,
    rgba(255,255,255,0.05) 100%
  );
    transform: perspective(1000px) rotateY(-3deg);
    margin-left: 5%;
    box-shadow: 
    0 25px 50px -12px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.1);
    z-index: 2;
}

.landing-page p {
    color: #ffffff;
    transform: translateX(-10px);
    border-left: 2px solid rgb(164,176,171);
    padding-left: 15px;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    margin-top: 2rem;
    opacity: 0;
    animation: fadeSlideRight 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.experience-trial::after {
    opacity: 0.7;
    filter: blur(1px);
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
}

.experience-trial h2 {
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    animation: text-fade 0.8s ease-out 0.3s forwards;
    letter-spacing: -0.01em;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    transform: translateY(10px);
    color: #ffffff;
}

.experience-trial svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0);
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    width: 48px;
    height: 48px;
}

.experience-trial .message-map:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-5px);
    background: rgb(164,176,171);
}

.experience-trial .message-map:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.trackingPolicyPanel {
    background: rgb(164,176,171);
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 90;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(202,210,207);
}

.track-ack {
    align-items: center;
    padding: 10px;
    justify-content: center;
    background: rgb(202,210,207,0.5);
    display: flex;
    border-radius: 27px;
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie_button.edu-consent {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(164,176,171);
    color: #ffffff;
}

.trackingPolicyPanel p a:hover {
    color: rgb(164,176,171);
}


.connect-with-us {
    position: relative;
    padding: 100px 0;
}

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

.connect-with-us .contact-request {
    width: 40%;
    background: rgb(202,210,207);
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
}

.connect-with-us .contact-request h3 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 28px;
    z-index: 1;
    margin-bottom: 40px;
}

.connect-with-us .contact-request div:hover {
    border-left-color: rgb(164,176,171);
    transform: translateX(5px);
}

.connect-with-us .contact-request div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.connect-with-us .contact-request div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.connect-with-us .support-map h3 {
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    margin-bottom: 30px;
}

.connect-with-us form input::placeholder {
    color: #BBBBBB;
}

.connect-with-us .help-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.connect-with-us .help-section label {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
    color: #000000;
    cursor: pointer;
}

.connect-with-us .help-section input[type="checkbox"]:checked + label::after {
    content: "";
    left: 7px;
    height: 12px;
    border: solid white;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
}

.connect-with-us form .message-map:hover {
    background-color: rgb(164,176,171);
}

.connect-with-us form .message-map:active::after {
    width: 200px;
    height: 200px;
}

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

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

.data-insights::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,210,207,0.5) 0,
        rgb(202,210,207,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    opacity: 0.1;
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
}

.data-insights .extra-statistics svg path {
    fill: #ffffff;
}

.data-insights .statistics-edges::after {
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 50%;
    background: rgb(202,210,207);
    width: 80px;
    transform: translateX(-50%);
    content: "";
}

.data-insights .class-gains {
    position: relative;
    flex-wrap: wrap;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

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

.data-insights .pro-extra:hover::before {
    width: 100%;
}

.data-insights .fast-gain {
    align-items: center;
    height: 55px;
    justify-content: center;
    transform: translateY(0);
    display: flex;
    width: 55px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.data-insights .pro-extra:hover span::after {
    width: 50px;
}

.data-insights .pro-extra p {
    font-size: 14px;
    max-width: 200px;
    margin: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}

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

.data-insights .pro-extra:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}

.course-candidates {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,235) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
}

.course-candidates::before {
    background: 
        linear-gradient(45deg, rgb(202,210,207,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(164,176,171,0.5) 25%, transparent 25%);
    content: "";
    background-size: 60px 60px;
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.05;
}

.course-candidates div p {
    line-height: 1.6;
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
    min-width: 280px;
    flex: 0 0 calc(33.333% - 20px);
    z-index: 1;
    background: #ffffff;
    padding: 25px 25px 25px 75px;
    font-size: 16px;
    color: #000000;
    border-radius: 12px;
}

.course-candidates div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course-candidates div p:hover::after {
    left: 15px;
    top: 15px;
}

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

.course-program {
    padding: 100px 0;
    background: linear-gradient(215deg, rgb(233,237,235) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(202,210,207,0.5) 90%);
    position: relative;
    overflow: hidden;
}

.course-program .container {
    position: relative;
    z-index: 3;
}

.course-program .team-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
}

.course-program .inline-image::before {
    position: absolute;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(202,210,207,0.5) 100%
    );
    left: 0;
    z-index: 2;
    opacity: 0.85;
    bottom: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    right: 0;
    top: 0;
    content: "";
}

.course-program .top-mainbar {
    top: -30px;
    z-index: 5;
    width: 110px;
    right: 10%;
    transform-style: preserve-3d;
    height: 110px;
    perspective: 1000px;
    align-items: center;
    position: absolute;
    justify-content: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(164,176,171,0.5);
    display: flex;
    animation: floatLogo 6s ease-in-out infinite;
    background: #ffffff;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
}

.course-program .top-mainbar:hover svg path {
    stroke: rgb(202,210,207);
    stroke-width: 1;
}

.course-program .skill-route p {
    margin: 0 auto;
    text-shadow: 0 1px 3px #000000;
    padding: 25px 30px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    max-width: 600px;
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(5px);
    font-size: 13px;
}

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

.about-this h2::after {
    left: 0;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    background: rgb(202,210,207);
    content: '';
    animation: lineExpand 0.8s 0.6s forwards;
    width: 80px;
}

.about-this .info-section p::before {
    background: rgb(202,210,207);
    position: absolute;
    left: 0;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 8px;
    width: 8px;
}


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



@media (max-width: 992px) {.ty-banner {
    padding: 4rem 0;
}.ty-banner .team-profile {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.ty-banner .team-profile > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.ty-banner h5 {
    font-size: calc(21px - 0.1rem);
}
}



@media (min-width: 768px) {.course-benefits .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course-benefits h1 {
    font-size: 43px;
}.course-benefits ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.course-benefits .inline-image {
    max-height: 600px;
    height: 100%;
}
}



@media (max-width: 480px) {.course-benefits .inline-image {
    clip-path: polygon(0 3%, 97% 0, 100% 97%, 3% 100%);
    max-height: 280px;
}.course-benefits h1 {
    font-size: calc(30px * 0.75);
}.course-benefits .info-section {
    padding: 1.5rem;
}.course-benefits ul {
    gap: 1rem;
}}



@media (max-width: 768px) {.tariff-card {
    padding: 60px 0;
}.tariff-card .learn-offers {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.tariff-card .payment-deals {
    margin-bottom: 40px;
}.tariff-card h2 {
    font-size: calc(30px * 0.8);
}.tariff-card .cost-breakdown {
    padding: 30px 25px;
}
}



@media (max-width: 767px) {header .nav-pagebar {
    padding-top: 1rem;
}header .head-section {
    margin-bottom: 1rem;
}header .head-section svg {
    height: 36px;
}header .site-prime {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .head-main {
    margin: 0 0.2rem;
    font-size: calc(12px - 2px);
    padding: 0.4rem 1.2rem;
}header .head-main:first-child {
    margin-left: 1rem;
}header .head-main:last-child {
    margin-right: 1rem;
}header .head-main::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}



@media (min-width: 1200px) {.newsletter-signup::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.newsletter-signup .team-profile {
    grid-template-columns: 1.8fr 1.2fr;
}.newsletter-signup h4 {
    font-size: calc(22px * 1.3);
}.newsletter-signup input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.newsletter-signup input[type="email"]:focus {
    transform: translateY(-3px);
}
}



@media (max-width: 767px) {.training-specialist .student-ratings {
    padding: 2rem;
    grid-template-areas:
            "inline-image"
            "inquiry-widget"
            "job-expertise";
    transform: perspective(1000px) rotateY(0deg);
}.training-specialist .inline-image {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.training-specialist .name {
    text-align: center;
    margin-top: 1.5rem;
}.training-specialist .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.training-specialist .student-ratings:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.training-specialist .student-ratings > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.training-specialist .job-expertise {
    margin-top: 1.5rem;
    text-align: left;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news-box {
    white-space: nowrap;
}footer .top-mainbar {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .learn-talk {
    padding: 30px 15px 50px;
}footer .site-prime, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .syllabus-ref {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.landing-page {
    min-height: 100vh;
    height: auto;
}.course-welcome {
    min-height: 100vh;
}.landing-page .learning-tracks {
    padding: 2rem;
    transform: none;
    margin: 0 auto;
    background: linear-gradient(
      145deg,
      rgba(255,255,255,0.15) 0%,
      rgba(255,255,255,0.05) 100%
    );
    backdrop-filter: blur(5px);
    width: 90%;
}.landing-page h1 {
    font-size: calc(45px * 0.7);
}.landing-page h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.85);
}.landing-page p {
    font-size: calc(17px * 0.95);
    margin-top: 1.5rem;
}.course-welcome::after {
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    height: 25%;
}
}



@media (max-width: 768px) {.experience-trial {
    padding: 4rem 0;
}.experience-trial .container {
    padding: 2rem 1.5rem;
}.experience-trial .team-profile {
    gap: 1.5rem;
    flex-direction: column;
}.experience-trial h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.experience-trial svg {
    height: 40px;
    width: 40px;
}.experience-trial .message-map {
    width: 100%;
    padding: 0.9rem 2rem;
    text-align: center;
}
}



@media screen and (max-width: 992px) {.connect-with-us .contact-request,
    .connect-with-us .support-map {
    width: 100%;
    padding: 40px 30px;
}.connect-with-us .contact-request {
    order: 2;
}.connect-with-us .support-map {
    order: 1;
}
}



@media screen and (max-width: 991px) {.data-insights {
    padding: 100px 0;
}.data-insights .top-gain {
    max-width: 600px;
}.data-insights .pro-extra {
    padding: 20px;
    height: 180px;
}.data-insights .pro-extra span {
    font-size: 38px;
}.data-insights .extra-statistics {
    height: 80px;
    width: 80px;
    padding: 18px;
}
}



@media (max-width: 991px) {.course-candidates {
    padding: 100px 0;
}.course-candidates h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 2px);
}.course-candidates div {
    gap: 25px;
}.course-candidates div p {
    padding: 20px 20px 20px 65px;
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
}.course-candidates div p svg {
    top: 20px;
    height: 30px;
    width: 30px;
    left: 20px;
}
}



@media (max-width: 767px) {.course-candidates {
    padding: 80px 0;
}.course-candidates h4 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.course-candidates div {
    gap: 20px;
}.course-candidates div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.course-candidates div p svg {
    height: 28px;
    width: 28px;
}
}



@media screen and (max-width: 992px) {.course-program {
    padding: 80px 0;
}.course-program .team-profile {
    min-height: 450px;
}.course-program .skill-route {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
}.course-program .top-mainbar {
    top: -25px;
    width: 90px;
    height: 90px;
}.course-program .skill-route h3 {
    font-size: calc(36px * 0.9);
    padding: 12px 20px;
}.course-program .skill-route p {
    padding: 20px 25px;
    font-size: calc(13px * 0.95);
}
}



@media (min-width: 768px) {.about-this {
    padding: 150px 0;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.about-this h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.about-this h2::after {
    width: 120px;
    height: 4px;
}.about-this .info-section {
    grid-template-columns: 1fr;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-left: 6px solid rgb(202,210,207);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
    transform: perspective(1000px) rotateY(-2deg);
}.about-this .info-section:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.about-this .info-section p {
    padding-left: 25px;
    font-size: calc(12px * 2);
}.about-this .info-section p::before {
    width: 12px;
    height: 12px;
}.about-this .info-section div div {
    column-gap: 40px;
    column-count: 2;
    padding-left: 25px;
    line-height: 1.9;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    font-size: calc(12px * 1.1);
}
}

@keyframes borderPulse {
    0% {
        border-color: rgb(202,210,207);
    }
    100% {
        border-color: rgb(164,176,171);
    }
}



@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}

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



@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}



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

