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

.sponsor-logo-8 {
    flex: 0 0 auto;
}

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

.nav-lesson-0 {
    flex: 1 0 auto;
}

.nav-lesson-0 {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
}

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

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

.secure-safe-9 h1 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

.secure-safe-9 h3, .secure-safe-9 h4, .secure-safe-9 h5, .secure-safe-9 h6 {
    color: #000000;
    margin: 1em 0;
    font-size: 24px;
}

.secure-safe-9 li {
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

header::after {
    bottom: 0;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
    background: linear-gradient(to right, 
        rgb(216,189,176), 
        rgb(190,163,148), 
        rgb(216,189,176)
    );
    content: '';
    height: 5px;
    transform-origin: center;
}

header:hover::after {
    transform: scaleX(1);
}

header .page-head-1 {
    display: flex;
    padding: 1.3rem 2.5rem;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
}

header .head-skill-3 {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .head-skill-3 img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .top-info-0 {
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
}

header .main-navbar-7 {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}

header .main-navbar-7 a {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 10px;
    transform: translateZ(0);
    justify-content: center;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 13px;
    display: flex;
    position: relative;
    padding: 0.7rem 1.2rem;
    background: #ffffff;
    transform-style: preserve-3d;
    text-decoration: none;
    font-weight: 600;
}

header .main-navbar-7 a:hover::before {
    opacity: 1;
}

header .main-navbar-7 a::after {
    opacity: 0;
    right: 5px;
    content: '';
    transition: all 0.4s ease;
    background: rgb(216,189,176);
    left: 5px;
    bottom: -5px;
    transform: translateZ(-10px);
    position: absolute;
    height: 5px;
}



@supports not (transform-style: preserve-3d) {header .head-skill-3:hover {
    transform: translateY(-3px);
}header .main-navbar-7 a:hover {
    transform: translateY(-3px);
}}

.welcome-section-4::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.06) 0%, transparent 60%);
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
}

.welcome-section-4 .master-track-1 {
    width: 90%;
    z-index: 2;
    max-width: 1400px;
    display: flex;
    padding: 5rem 0;
    position: relative;
    margin: 0 auto;
    align-items: center;
}

.welcome-section-4 .paragraph-box-0 {
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(0);
    padding-right: 5%;
    opacity: 1;
    flex: 1;
}

.welcome-section-4 h1 {
    padding-left: 2rem;
    font-size: 41px;
    transition: transform 0.5s ease;
    position: relative;
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
}

.welcome-section-4 .edu-trackfast-6 {
    background: #ffffff;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 16px;
    transition: all 0.5s ease;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
    position: relative;
}

.welcome-section-4 .edu-trackfast-6 svg {
    margin-right: 1.5rem;
    float: left;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    width: 80px;
}

.welcome-section-4 .edu-trackfast-6:hover svg path {
    fill: rgb(190,163,148);
}

.welcome-section-4 .edu-trackfast-6 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
}

.welcome-section-4 ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.welcome-section-4 ul li {
    margin-right: 1rem;
}

.welcome-section-4 .inquiry-list-7 {
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(216,189,176) 0%, rgb(190,163,148) 100%);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.6);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2rem;
    font-weight: 600;
    z-index: 1;
    font-size: 19px;
    position: relative;
}

.welcome-section-4 .img-container-1 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    height: 550px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.8);
    position: relative;
    opacity: 0;
    overflow: hidden;
    flex: 1;
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    border-radius: 16px;
}

.welcome-section-4 .img-container-1::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
}

.program-overview-6::after {
    opacity: 0.5;
    bottom: -5%;
    height: 250px;
    content: "";
    left: -5%;
    position: absolute;
    background: linear-gradient(135deg, rgb(190,163,148) 0%, transparent 80%);
    z-index: 1;
    transform: rotate(-15deg);
    animation: float 18s infinite ease-in-out alternate-reverse;
    filter: blur(30px);
    width: 250px;
}

.program-overview-6 h2 {
    transform: translateY(0);
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
    font-size: 31px;
    opacity: 0;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}

.program-overview-6 h2:hover::after {
    width: 120px;
}

.program-overview-6 .knowledge-guide-2 {
    border-radius: 18px;
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
    display: flex;
    gap: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}

.program-overview-6 .img-container-1::after {
    background: rgb(216,189,176);
    right: -10px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 2;
    transition: transform 0.5s ease;
    width: 80px;
    height: 80px;
    top: -10px;
    content: "";
    opacity: 0.7;
    position: absolute;
}

.program-overview-6 .description:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    margin-bottom: 0;
}

.program-overview-6 .description::first-letter {
    font-weight: 600;
    color: rgb(216,189,176);
    font-size: 1.3em;
}

.interested-learners-8::before {
    position: absolute;
    height: 100%;
    right: -50%;
    z-index: 1;
    background: rgb(216,189,176,0.5);
    transform: rotate(35deg);
    top: -50%;
    content: "";
    width: 100%;
}

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

.interested-learners-8 .master-track-1::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    width: 100%;
    position: absolute;
    top: 0;
    height: 6px;
}



.interested-learners-8 .master-track-1::before {
    animation: dotAnimation 8s infinite;
}

.interested-learners-8 h4 {
    color: #000000;
    font-size: 37px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.interested-learners-8 h4::after {
    transform: translateX(-20px);
    width: 80px;
    background: rgb(190,163,148,0.5);
    position: absolute;
    content: "";
    height: 4px;
    left: 50%;
    border-radius: 10px;
    bottom: -20px;
}

.interested-learners-8 div > div::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(190,163,148,0.5) 20%, 
        rgb(190,163,148,0.5) 80%, 
        transparent 100%);
    height: 1px;
    z-index: -1;
    left: 0;
}

.interested-learners-8 p::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,225,215) 100%);
    border-radius: 10px;
    transition: opacity 0.4s ease;
}

.interested-learners-8 p svg {
    flex-shrink: 0;
    height: 28px;
    transition: all 0.4s ease;
    width: 28px;
    margin-right: 18px;
}

.interested-learners-8 p:hover svg path {
    fill: rgb(190,163,148);
}

.interested-learners-8 .master-track-1 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.interested-learners-8 .master-track-1 > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.interested-learners-8 .master-track-1 > div p:nth-child(5) {
    animation-delay: 0.9s;
}

.interested-learners-8 p::after {
    opacity: 0;
    width: 30px;
    border-radius: 50%;
    background: rgb(190,163,148,0.5);
    bottom: 10px;
    height: 30px;
    right: 10px;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    z-index: -1;
}

.gratCard-6::before {
    width: 60%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgba(rgb(190,163,148,0.5), 0.08), rgba(rgb(190,163,148,0.5), 0.03));
    position: absolute;
    top: -20%;
    z-index: 0;
    right: -10%;
    filter: blur(20px);
    content: "";
    height: 80%;
}

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

.gratCard-6 .master-track-1:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(216,189,176,0.5), 0.08),
        0 0 0 1px rgba(rgb(216,189,176,0.5), 0.1);
}

.gratCard-6 .master-track-1 > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}

.gratCard-6 .master-track-1 > div:first-child::before {
    top: 50%;
    left: -2rem;
    width: 4px;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(216,189,176), rgb(190,163,148));
    height: 60%;
    content: "";
}

.gratCard-6 h5::after {
    background: linear-gradient(90deg, rgb(190,163,148), transparent);
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    width: 40%;
}

.gratCard-6 a:hover {
    transform: translateX(5px);
}

.gratCard-6 a::before {
    z-index: -1;
    transform: scaleX(0.8) translateX(-10%);
    transform-origin: left;
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(rgb(216,189,176,0.5), 0.03), 
        rgba(rgb(190,163,148,0.5), 0.05)
    );
}

.academic-expertise-0::before {
    top: 0;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(190,163,148,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.1;
    width: 100%;
}

.academic-expertise-0 .img-container-1 {
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
    position: relative;
}

.academic-expertise-0 .exp-projects-8 {
    position: relative;
    padding: 3rem;
    width: 60%;
}

.academic-expertise-0 .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    position: relative;
}

.academic-expertise-0 .exp-projects-8 > div:nth-child(2) {
    font-weight: 600;
    padding-left: 2px;
    color: rgb(190,163,148);
    margin-bottom: 1.5rem;
    font-size: 19px;
}

.academic-expertise-0 .job-container-2::before {
    left: -1rem;
    font-size: 4rem;
    position: absolute;
    content: "";
    color: rgb(216,189,176,0.5);
    top: -2rem;
    opacity: 0.4;
}

.academic-expertise-0 .learning-stories-2:hover .name::after {
    width: 100%;
}

.contact-us-2::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(30deg, rgb(190,163,148,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,148,0.5) 87.5%, rgb(190,163,148,0.5)),
                      linear-gradient(150deg, rgb(190,163,148,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,148,0.5) 87.5%, rgb(190,163,148,0.5)),
                      linear-gradient(30deg, rgb(190,163,148,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,148,0.5) 87.5%, rgb(190,163,148,0.5)),
                      linear-gradient(150deg, rgb(190,163,148,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,148,0.5) 87.5%, rgb(190,163,148,0.5)),
                      linear-gradient(60deg, rgb(216,189,176,0.5) 25%, transparent 25.5%, transparent 75%, rgb(216,189,176,0.5) 75%, rgb(216,189,176,0.5)),
                      linear-gradient(60deg, rgb(216,189,176,0.5) 25%, transparent 25.5%, transparent 75%, rgb(216,189,176,0.5) 75%, rgb(216,189,176,0.5));
    height: 100%;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
    content: '';
}

.contact-us-2 .connect-feedback-9::before {
    content: '';
    top: 0;
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(216,189,176), rgb(190,163,148));
}

.contact-us-2 input[type="text"],
.contact-us-2 textarea {
    font-size: 16px;
    font-family: Arial, sans-serif;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(242,225,215);
    padding: 15px;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
}

.contact-us-2 textarea {
    height: 130px;
    resize: none;
}

.contact-us-2 .inquiry-section-5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-us-2 .inquiry-section-5 label::before {
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgb(216,189,176);
    top: 2px;
    left: 0;
    width: 18px;
}

.contact-us-2 .inquiry-section-5 input[type="checkbox"]:checked + label::after {
    top: 6px;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 9px;
    transform: rotate(45deg);
    content: '';
    left: 6px;
}

.contact-us-2 .inquiry-list-7 {
    transition: all 0.5s ease;
    background-size: 200% auto;
    background: linear-gradient(to right, rgb(216,189,176), rgb(216,189,176));
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 30px;
}

.contact-us-2 .query-support-1 h4::after {
    background: #ffffff;
    width: 40px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
    content: '';
}

.contact-us-2 .contact-inquiry-9 li {
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
}

.contact-us-2 .contact-inquiry-9 svg path {
    fill: #ffffff;
}

.contact-us-2 .contact-inquiry-9 span {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.contact-us-2 .contact-inquiry-9 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.customer-feedback-5::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(190,163,148,0.5) 49.5%, rgb(190,163,148,0.5) 50.5%, transparent 50.5%);
    bottom: 0;
    z-index: 0;
    top: 0;
}

.customer-feedback-5 h4::after {
    position: absolute;
    content: "";
    width: 100px;
    left: 50%;
    height: 4px;
    bottom: -15px;
    background: rgb(216,189,176);
    border-radius: 10px;
    transform: translateX(-50%);
}

.customer-feedback-5 .learning-stories-2 {
    border-radius: 23px;
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: rotateX(10deg) rotateY(-5deg);
    background: #ffffff;
    padding: 2.5rem;
    overflow: hidden;
    backface-visibility: hidden;
}

.customer-feedback-5 .learning-stories-2:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}

.customer-feedback-5 .learning-stories-2:hover .img-container-1 {
    transform: scale(1.1);
    border-color: rgb(216,189,176);
}

.customer-feedback-5 .learning-stories-2 span {
    display: block;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 21px;
    text-align: center;
    margin-bottom: 1rem;
}

.tariff-card-3 {
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(190,163,148,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.tariff-card-3 .container {
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}

.tariff-card-3 .plan-pricing-0 {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}

.tariff-card-3 .plan-matrix-1 {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateY(0);
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tariff-card-3 .plan-matrix-1:hover h2::after {
    transform: scaleX(1.5);
}

.tariff-card-3 .study-sub-5 {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 17px;
}

.tariff-card-3 .lesson-rates-2 {
    overflow: hidden;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tariff-card-3 .lesson-rates-2:hover .pricing-schemes-4 {
    box-shadow: 0 15px 35px rgba(rgb(216,189,176,0.5), 0.15);
}

.tariff-card-3 .rate-panel-3 {
    min-height: 280px;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
}

.tariff-card-3 .pricing-card-2 {
    display: block;
    font-size: calc(20px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    color: rgb(216,189,176);
    font-weight: 700;
    position: relative;
}

.tariff-card-3 .rate-panel-3 p {
    color: #000000;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    flex-grow: 1;
    word-break: break-word;
}

.tariff-card-3 .img-container-1::after {
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
}

footer .sponsor-logo-8::before {
    position: absolute;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(216,189,176,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(190,163,148,0.5) 0%, transparent 20%);
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
}

footer .info_item {
    padding: 15px;
    background-color: rgb(242,225,215);
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 200px;
    border-radius: 10px;
}

footer .info_item svg {
    fill: rgb(216,189,176);
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
}

footer .main-master-9, footer .top-info-0, footer .subscribe_holder {
    border-radius: 11px;
    transition: all 0.5s ease;
    transform-origin: center center;
    position: relative;
    padding: 30px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .main-master-9 {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .main-master-9::after, footer .top-info-0::after, footer .subscribe_holder::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    width: 100%;
    border-radius: 11px;
    position: absolute;
    transition: opacity 0.3s ease;
}

footer .top-info-0 h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

footer .top-info-0 h5:hover::after {
    width: 100%;
}

footer .main-train-5 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 20px;
    gap: 15px;
}

footer .main-train-5 a::before {
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: rgb(216,189,176);
    width: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}

footer .main-train-5 a:hover::before {
    width: 100%;
}

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

footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 13px;
}

footer .sub-benefit-2 {
    padding: 14px 20px;
    border: none;
    font-size: 17px;
    color: rgb(216,189,176);
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

footer .design-res-0 {
    font-size: 15px;
    color: #000000;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    background-color: #ffffff;
}


.cookie-reset-2 {
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.cookie-dialog-banner-3 h5 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
}

.cookie-confirm-3 {
    flex-shrink: 0;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(216,189,176));
    justify-content: center;
    align-items: center;
    display: flex;
}

.cookie-confirm-3:hover svg {
    transform: scale(1.1);
}

.track-accept-7:hover {
    box-shadow: 0 0 20px rgb(190,163,148);
}

.cookie_button.cookie-disclaimer-2:hover {
    box-shadow: 0 0 15px rgb(190,163,148);
}

.cookie-dialog-banner-3 p a {
    transition: color 0.3s ease;
    color: rgb(216,189,176);
    text-decoration: none;
}

.cookie-dialog-banner-3 p a:hover {
    color: rgb(190,163,148);
}

#cookieConsentAlert-5 {
    display: none;
}

#cookieConsentAlert-5:checked ~ .cookie-dialog-banner-3 {
    visibility: hidden;
    opacity: 0;
}

.company-info-8::before {
    width: 100%;
    left: 0;
    background: 
        linear-gradient(217deg, rgb(216,189,176,0.5), transparent 70%),
        linear-gradient(127deg, rgb(190,163,148,0.5), transparent 70%);
    opacity: 0.2;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    content: "";
}



.company-info-8 h3::before {
    background: rgb(216,189,176);
    left: -30px;
    height: 3px;
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 20px;
}



.company-info-8 .why-trust-2 span {
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    grid-column: 1 / 3;
    color: rgb(216,189,176);
    display: block;
}

.company-info-8 .why-trust-2 p {
    font-size: 15px;
    padding-right: 20px;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    line-height: 1.8;
}

.company-info-8 .why-trust-2 .img-container-1:hover {
    transform: scale(1.05);
}

.company-info-8 .why-trust-2 .img-container-1::before {
    background: linear-gradient(to right, rgb(216,189,176,0.5), transparent);
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.3;
    width: 100%;
    position: absolute;
}



.company-info-8 .edu-philosophy-8 p {
    font-size: 15px;
    margin: 0;
    line-height: 1.8;
    padding-left: 20px;
    grid-column: 2 / 3;
    opacity: 0.9;
    color: #ffffff;
}

.company-info-8 .edu-philosophy-8 .expert-track-7:hover {
    transform: scale(1.05);
}

.company-info-8 .edu-philosophy-8 .expert-track-7::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to left, rgb(190,163,148,0.5), transparent);
}

.company-info-8 .master-track-1::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 40%;
    right: 0;
    bottom: -20px;
    background: linear-gradient(to left, rgb(190,163,148), transparent);
}

.company-info-8 .container::after {
    width: 300px;
    border: 1px solid rgb(190,163,148,0.5);
    border-radius: 50%;
    bottom: -150px;
    content: "";
    z-index: -1;
    position: absolute;
    animation: rotate 40s linear infinite reverse;
    height: 300px;
    right: -150px;
}

.program-overview-6 .description::-webkit-scrollbar {
    width: 4px;
}

.program-overview-6 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.program-overview-6 .description::-webkit-scrollbar-thumb {
    background: rgb(190,163,148,0.5);
    border-radius: 10px;
}



@media (min-width: 1400px) {header .page-head-1 {
    max-width: 1320px;
    margin: 0 auto;
}header .main-navbar-7 {
    margin: 0 0.5rem;
}header .main-navbar-7 a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .page-head-1 {
    padding: 0.8rem 1.5rem;
}header .main-master-9 {
    max-width: 140px;
}header .head-skill-3 img {
    max-height: 35px;
}header .top-info-0 {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .top-info-0::-webkit-scrollbar {
    height: 3px;
}header .top-info-0::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,189,176,0.5);
}header .main-navbar-7 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main-navbar-7 a {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}



@media (max-width: 768px) {.welcome-section-4 {
    min-height: auto;
}.welcome-section-4 .master-track-1 {
    padding: 2rem 0;
}.welcome-section-4 h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.welcome-section-4 .edu-trackfast-6 {
    padding: 1.5rem;
    margin-bottom: 2rem;
}.welcome-section-4 .edu-trackfast-6 svg {
    width: 60px;
    margin-bottom: 0.5rem;
    height: 60px;
}.welcome-section-4 .edu-trackfast-6 p {
    font-size: 12px;
}.welcome-section-4 .img-container-1 {
    height: 300px;
}.welcome-section-4 .inquiry-list-7 {
    padding: 0.8rem 1.5rem;
}
}



@media (min-width: 768px) {.program-overview-6 .knowledge-guide-2 {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}.program-overview-6 .img-container-1 {
    flex: 0 0 45%;
    height: auto;
}.program-overview-6 .paragraph-box-0 {
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
}.program-overview-6 .description {
    max-height: 230px;
}
}



@media (min-width: 992px) {.program-overview-6 {
    padding: 150px 0;
}.program-overview-6 h2 {
    margin-bottom: 70px;
    font-size: calc(31px * 1.1);
}.program-overview-6 .knowledge-guide-2 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    margin: 0 auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 90%;
}.program-overview-6 .knowledge-guide-2:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.program-overview-6 .img-container-1 {
    flex: 0 0 40%;
}.program-overview-6 .paragraph-box-0 {
    flex: 0 0 60%;
    padding: 50px 60px;
}.program-overview-6 .description {
    max-height: 280px;
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 768px) {.interested-learners-8 {
    padding: 80px 0 70px;
}.interested-learners-8 .master-track-1 {
    padding: 40px 25px;
}.interested-learners-8 h4 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.8);
}.interested-learners-8 div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.interested-learners-8 div > div::before {
    display: none;
}.interested-learners-8 p {
    padding: 18px;
}.interested-learners-8 p svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.interested-learners-8 .master-track-1::after {
    bottom: 20px;
    height: 80px;
    top: auto;
    left: 20px;
    width: 80px;
    right: auto;
}
}



@media (min-width: 768px) {.gratCard-6 {
    padding: 7rem 0;
}.gratCard-6 .master-track-1 {
    padding: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.gratCard-6 .master-track-1 > div:first-child {
    transform: translateX(0);
}.gratCard-6 .master-track-1 > div:last-child {
    border-left: 2px solid rgba(rgb(190,163,148,0.5), 0.15);
    padding-left: 3rem;
}.gratCard-6 h5 {
    font-size: calc(24px * 1.1);
}.gratCard-6 p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.gratCard-6 {
    padding: 4rem 0;
}.gratCard-6 .master-track-1 {
    gap: 2rem;
    padding: 2rem;
}.gratCard-6 h5 {
    font-size: calc(24px * 0.9);
}.gratCard-6 p {
    font-size: calc(14px * 0.95);
}.gratCard-6 .master-track-1 > div:last-child {
    padding-left: 1rem;
}
}



@media (max-width: 480px) {.gratCard-6 {
    padding: 3rem 0;
}.gratCard-6 .master-track-1 {
    gap: 1.5rem;
    padding: 1.5rem;
}.gratCard-6 .master-track-1 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.gratCard-6 h5 {
    font-size: calc(24px * 0.85);
}.gratCard-6 p {
    font-size: calc(14px * 0.9);
}.gratCard-6 .master-track-1 > div:last-child {
    padding-left: 0.75rem;
}}



@media (max-width: 576px) {.academic-expertise-0 {
    padding: 3rem 1rem;
}.academic-expertise-0 .img-container-1 {
    height: 280px;
}.academic-expertise-0 .exp-projects-8 {
    padding: 0 1.5rem 1.5rem;
}.academic-expertise-0 .name {
    font-size: calc(35px * 0.85);
}.academic-expertise-0 .job-container-2 {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 576px) {.contact-us-2 {
    padding: 40px 0;
}.contact-us-2 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.contact-us-2 .help-panel-2,
    .contact-us-2 .query-support-1 {
    padding: 25px 20px;
}.contact-us-2 input[type="text"],
    .contact-us-2 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-us-2 textarea {
    height: 110px;
}.contact-us-2 .inquiry-list-7 {
    width: 100%;
}}



@media (min-width: 768px) {.tariff-card-3 .pricing-options-0 {
    grid-template-columns: repeat(2, 1fr);
}.tariff-card-3 .plan-matrix-1 {
    padding: 3rem;
}
}



@media (min-width: 992px) {.tariff-card-3 .plan-pricing-0 {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.tariff-card-3 .plan-matrix-1 {
    width: 35%;
    margin: 0;
}.tariff-card-3 .pricing-options-0 {
    width: 65%;
}
}



@media (max-width: 767px) {.tariff-card-3 {
    padding: 4rem 0;
}.tariff-card-3 .rate-panel-3 {
    padding: 1.5rem;
    min-height: 240px;
}.tariff-card-3 .img-container-1 {
    height: 180px;
}.tariff-card-3 .plan-matrix-1 {
    padding: 1.5rem;
}.tariff-card-3 .plan-matrix-1 h2 {
    font-size: calc(33px - 0.2rem);
}.tariff-card-3 .study-sub-5 {
    font-size: calc(17px - 0.1rem);
}}



@media (max-width: 991px) {footer .instant-contact-1 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 767px) {footer .sponsor-logo-8 {
    padding: 80px 0 30px;
}footer .instant-contact-1 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .main-master-9, footer .top-info-0, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .top-info-0, footer .subscribe_holder {
    margin-top: -10px;
}footer .sample-docs-6 {
    margin-top: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookie-dialog-banner-3 {
    padding: 15px 0;
}.cookie-reset-2 {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie-confirm-3 {
    display: none;
}.cookie-reset-2 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-dialog-banner-3 h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.tracking-policy-0 {
    margin-bottom: 15px;
}.track-accept-7 {
    min-width: 100%;
    margin: 10px 0;
}}



@media screen and (max-width: 768px) {.company-info-8 {
    padding: 60px 0;
}.company-info-8 h3 {
    font-size: 42px;
}.company-info-8 .master-track-1 {
    gap: 50px;
}.company-info-8 .why-trust-2,
    .company-info-8 .edu-philosophy-8 {
    padding-right: 20px;
    padding-left: 20px;
}.company-info-8 .why-trust-2 {
    border-left: 2px solid rgb(216,189,176);
}.company-info-8 .edu-philosophy-8 {
    border-right: 2px solid rgb(190,163,148);
}.company-info-8 .why-trust-2 span {
    font-size: calc(18px * 0.9);
}.company-info-8 .why-trust-2 p,
    .company-info-8 .edu-philosophy-8 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.company-info-8 .why-trust-2 .img-container-1,
    .company-info-8 .edu-philosophy-8 .expert-track-7 {
    clip-path: none;
    border-radius: 10px;
    min-height: 220px;
}
}



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



@keyframes pulseBar {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}



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

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

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

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

