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

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

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


.service-connect {
    background: rgb(238,229,238);
    position: relative;
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
}

.service-connect::after {
    width: 100%;
    opacity: 0.07;
    background-size: 60px 60px, 80px 80px, 100px 100px;
    height: 100%;
    left: 0;
    z-index: -1;
    animation: patternMove 120s linear infinite;
    position: absolute;
    content: '';
    top: 0;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(209,183,210,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(175,121,176,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(209,183,210,0.5) 31%, transparent 32%);
}

.service-connect h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
}

.service-connect .course-info {
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
}

.service-connect .contact-team span {
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 16px 20px;
    position: relative;
    flex-direction: column;
}

.service-connect .contact-team span p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.service-connect .contact-team span > span:hover {
    transform: none;
    box-shadow: none;
}

.service-connect .contact-team span a::after {
    height: 1px;
    transition: width 0.3s ease;
    background: rgb(209,183,210);
    width: 0;
    bottom: -2px;
    content: '';
    left: 0;
    position: absolute;
}

.service-connect .contact-team span:hover svg {
    transform: scale(1.1);
    stroke: rgb(175,121,176);
}

.service-connect .contact-team span:nth-child(3) svg path {
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
    stroke-dasharray: 20;
}

.service-connect .contact-team span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}

.service-connect .contact-team span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}

.service-connect .contact-team span:nth-child(6) svg path {
    animation: dashAnimation 3s linear infinite;
    animation-delay: 1s;
    stroke-dashoffset: 0;
    stroke-dasharray: 15;
}

.service-connect .contact-team span:nth-child(6) svg path {
    transform-origin: center;
}

.service-connect .contact-team span:nth-child(6):hover svg path {
    animation-duration: 2s;
}

.service-connect .message-us h4 {
    font-weight: 600;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    color: #000000;
    position: relative;
    font-size: 18px;
}

.service-connect .message-us h4::before {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-position: center;
    margin-right: 8px;
    content: '';
    background-size: contain;
}

.service-connect .message-us span {
    padding: 8px 0;
    color: #000000;
    margin-bottom: 6px;
    display: block;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

header .main-top {
    width: 100%;
}

header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}

header .main-nav {
    position: relative;
    gap: 25px;
    display: flex;
}

header .main-nav:before {
    transform-origin: left;
    transform: scaleX(0);
    bottom: -8px;
    transition: transform 0.6s ease;
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
}

header .first-class:before {
    width: 4px;
    background: rgb(209,183,210);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 0;
    content: '';
    transition: all 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
    height: 4px;
}

header .site-core:hover svg {
    transform: scale(1.05);
}

header .site-core:hover:after {
    width: 100%;
}

.thanksBox::before {
    top: -10%;
    opacity: 0.2;
    right: -5%;
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    content: "";
    height: 300px;
    animation: float 8s ease-in-out infinite;
}

.thanksBox .edu-promise:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}

.thanksBox .edu-promise > div:first-child::before {
    left: -2rem;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    height: 70%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 0.5rem;
}

.thanksBox .edu-promise > div:last-child {
    overflow: hidden;
    position: relative;
}

.thanksBox a {
    display: block;
    padding: 0.5rem 0;
    transform: translateY(0);
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksBox a:hover p {
    color: rgb(209,183,210);
}

.secure-cache {
    border: 1px solid rgb(209,183,210);
    background-color: rgb(238,229,238);
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure-cache h3, .secure-cache h4, .secure-cache h5, .secure-cache h6 {
    color: rgb(209,183,210);
    text-transform: uppercase;
    margin: 30px 0;
}

.secure-cache h3 {
    font-size: calc(21px - 2px);
    font-weight: 700;
}

.secure-cache ul li::before {
    content: '•';
    color: rgb(175,121,176);
    font-size: 20px;
    margin-right: 10px;
}

.secure-cache li {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 15px;
    font-size: 14px;
}

.secure-cache div {
    margin-bottom: 25px;
}

.cookie-warning-panel {
    width: 90%;
    display: flex;
    border-radius: 19px;
    font-family: Arial, sans-serif;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(238,229,238);
    overflow: hidden;
    left: 50%;
    z-index: 1050;
    flex-direction: column;
    transform: translateX(-50%);
    max-width: 600px;
    bottom: 20px;
    text-align: center;
    position: fixed;
}

.cookie_button.privacy-ctrl:hover {
    background: rgb(175,121,176,0.5);
}

.cookie-warning-panel p a:hover {
    color: rgb(175,121,176);
}


#cookie-alert-modal {
    display: none;
}

.title-portal {
    padding: 4rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgb(209,183,210,0.5) 100%);
    justify-content: center;
    align-items: center;
    display: flex;
}

.title-portal > div {
    max-width: 1200px;
    gap: 4rem;
    transform-style: preserve-3d;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}

.title-portal h1.start-welcome::after {
    height: 6px;
    background: linear-gradient(90deg, rgb(209,183,210), rgb(175,121,176));
    bottom: -15px;
    position: absolute;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform-origin: left center;
    left: 0;
    content: "";
}

.title-portal .skill-philo::before {
    z-index: 1;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 50%,
    transparent 100%
  );
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}

.course-overview {
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgb(209,183,210,0.5) 100%);
    overflow: hidden;
}

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



.course-overview .pic-wrapper {
    position: relative;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 3;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
}

.course-overview h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    color: #000000;
    position: relative;
}

.course-overview h3::after {
    background: linear-gradient(90deg, rgb(209,183,210) 0%, transparent 100%);
    bottom: -8px;
    transform-origin: left;
    height: 3px;
    left: 0;
    transition: transform 0.3s ease;
    width: 60%;
    content: "";
    position: absolute;
}

.interested-learners::before {
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    content: "";
}

.interested-learners li {
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: flex-start;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgba(#ffffff, 0.1);
    border-radius: 10px;
}

.interested-learners li {
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.interested-learners li:hover::before,
.interested-learners li:hover::after {
    opacity: 1;
}

.interested-learners li svg {
    top: 2px;
    margin-right: 1.2rem;
    flex-shrink: 0;
    width: 32px;
    position: relative;
    height: 32px;
    transition: all 0.3s ease;
    fill: rgb(175,121,176);
}

.contact-form-box {
    padding: 100px 0;
    background: rgb(238,229,238);
    position: relative;
    overflow: hidden;
}



.contact-form-box .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.contact-form-box h2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.contact-form-box .inquiry-list {
    display: flex;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(209,183,210,0.5);
    overflow: hidden;
    position: relative;
}

.contact-form-box .pic-wrapper {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.contact-form-box .pic-wrapper::after {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(209,183,210,0.5) 100%);
    opacity: 0.7;
    z-index: 2;
    content: "";
    position: absolute;
}

.contact-form-box form {
    position: relative;
    z-index: 2;
}

.contact-form-box form h3 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #000000;
}

.contact-form-box form input[type="text"]:focus {
    outline: none;
    border-color: rgb(209,183,210);
    box-shadow: 
        0 0 0 1px rgb(209,183,210),
        0 0 5px rgb(209,183,210,0.5);
}

.contact-form-box .inquiry-message {
    position: relative;
    margin-bottom: 35px;
}

.contact-form-box .inquiry-message label::before {
    border-radius: 4px;
    position: absolute;
    left: 0;
    height: 22px;
    border: 1px solid rgb(209,183,210,0.5);
    top: 0;
    content: "";
    transition: all 0.3s ease;
    width: 22px;
    background: rgb(238,229,238);
}

.contact-form-box .inquiry-message label a::after {
    position: absolute;
    transform-origin: right;
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: rgb(209,183,210);
}

.contact-form-box .inquiry-card:hover {
    box-shadow: 
        0 5px 20px rgb(175,121,176,0.5),
        0 0 0 1px rgb(175,121,176);
}

.contact-form-box .inquiry-card:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-form-box svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgb(209,183,210,0.5));
    fill: rgb(209,183,210);
}

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

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

.learning-profits ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

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

.learning-profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,183,210);
}

.learning-profits .pic-wrapper:hover {
    transform: translateY(-10px) rotate(-1deg);
}

.course-methodology::before {
    opacity: 0.07;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    background: linear-gradient(45deg, rgb(209,183,210,0.5) 0%, rgb(175,121,176,0.5) 100%);
    right: -5%;
    content: "";
    position: absolute;
    top: -10%;
    width: 40%;
    z-index: 1;
    pointer-events: none;
}

.course-methodology h2 {
    font-size: 33px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 50px;
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    text-align: left;
    color: rgb(209,183,210);
}

.course-methodology .text-pod::before {
    width: 100%;
    height: 100%;
    opacity: 0.04;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(175,121,176,0.5) 0%, transparent 70%);
}

.course-methodology .edu-promise:hover h2 {
    transform: translateX(0);
}

.pricing-structure::before {
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
}

.pricing-structure .premium-grid {
    font-size: 17px;
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 700px;
}

.pricing-structure .study-price {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    min-height: 450px;
}

.pricing-structure .access-plans h3 {
    position: relative;
    transform: translateX(0);
    font-weight: 600;
    font-size: calc(19px + 2px);
    margin-bottom: 8px;
    color: #000000;
    transition: transform 0.3s ease;
}

.pricing-structure .price-options:hover .learning-rates::before {
    opacity: 1;
    transform: translateX(0);
}

.pricing-structure .access-plans p {
    font-size: 17px;
    margin-top: 15px;
    white-space: normal;
    flex: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
}

.pricing-structure .price-options:nth-child(odd) .study-price {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.pricing-structure .price-options:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

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

.our-story::after {
    right: -50%;
    content: "";
    width: 100%;
    border-radius: 50%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(circle at center, rgb(175,121,176,0.5), transparent 70%);
}

.our-story .text-pod h5 {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 1.5px;
}

.our-story .text-pod > div:nth-child(2) p {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.3);
    display: inline-block;
    margin: 0;
    transform: translateX(5px);
    padding-left: 15px;
    position: relative;
    color: #ffffff;
}

.our-story .text-pod ol li::before {
    background: rgb(175,121,176);
    left: -5px;
    content: "";
    box-shadow: 0 0 15px rgb(175,121,176);
    position: absolute;
    animation: pulseGlow 3s infinite alternate;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 0;
}

.customer-opinions h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: 0.5px;
}

.customer-opinions .student-praise {
    transform: translateZ(0) scale(1);
    padding: 2rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 25px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backface-visibility: hidden;
}

.customer-opinions .student-praise:hover h3::after {
    transform: scaleX(1);
}

.customer-opinions .student-praise div {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    transform: translateZ(20px);
    height: 60px;
    border: 3px solid #ffffff;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    width: 60px;
}

.customer-opinions .student-praise:nth-child(odd) {
    transform: rotateZ(-1deg);
}

.customer-opinions .student-praise:nth-child(even):hover {
    transform: rotateZ(0) translateY(-10px);
}

.sample-docs::before {
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}

.sample-docs .container {
    flex-direction: column;
    display: flex;
    position: relative;
}

.sample-docs .company_holder {
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(rgb(209,183,210), 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.sample-docs .company_holder h3::before {
    left: 2px;
    filter: blur(1px);
    content: attr(data-text);
    top: 2px;
    opacity: 0.7;
    color: rgb(209,183,210);
    position: absolute;
    z-index: -1;
}

.sample-docs .privacy-cta::before {
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    top: -20px;
}

.sample-docs .main-nav h5 {
    color: rgb(175,121,176);
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 23px;
}

.sample-docs .main-nav .nav-pro a {
    opacity: 0.7;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 17px;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.sample-docs .main-nav .nav-pro a:hover::before {
    color: rgb(175,121,176);
}

.gift-card .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.gift-card .mobile-cta {
    letter-spacing: 1px;
    opacity: 0.7;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.teaching-history .student-praise {
    flex-direction: column;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    perspective: 1000px;
    position: relative;
}

.teaching-history .student-praise:hover .pic-wrapper {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(209,183,210);
}

.teaching-history .student-praise:hover .exp-progress {
    transform: translateZ(30px);
}

.teaching-history .student-praise:hover .exp-progress::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}

.teaching-history .name {
    transition: all 0.4s ease;
    transform: translateX(0);
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    font-size: 33px;
    margin-bottom: 5px;
}

.teaching-history .work-expertise {
    padding: 20px 0;
    font-size: 18px;
    transform: translateY(0);
    transition: all 0.4s ease 0.2s;
    opacity: 0.9;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.teaching-history .student-praise:hover .work-expertise::before,
.teaching-history .student-praise:hover .work-expertise::after {
    width: 100px;
    height: 2px;
    background: rgb(175,121,176);
}


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



@media (max-width: 992px) {.service-connect {
    padding: 60px 0;
}.service-connect .get-contactbox {
    padding: 35px 30px;
}.service-connect h3 {
    font-size: calc(35px * 0.9);
}.service-connect .course-info {
    max-width: 100%;
}.service-connect .contact-team {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.service-connect .contact-team span svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main-nav {
    gap: 15px;
}header .first-class {
    font-size: calc(14px - 1px);
}header .site-core svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .main-nav {
    gap: 20px;
    max-width: 300px;
    padding: 80px 30px 30px;
    width: 80%;
    flex-direction: column;
    right: -100%;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    background: #000000;
    z-index: 1001;
    top: 0;
    overflow-y: auto;
    height: 100vh;
}header .menu.active {
    right: 0;
}header .first-class {
    border-bottom: 1px solid rgb(209,183,210,0.5);
    padding: 10px 5px;
    width: 100%;
}header .main-nav:before {
    display: none;
}header .site-core {
    margin-right: auto;
    margin-left: auto;
}
}


@media only screen and (max-width: 800px) {.secure-cache {
    padding: 40px;
    border-radius: 10px;
}.secure-cache h1 {
    font-size: calc(21px - 8px);
}.secure-cache h2 {
    font-size: calc(21px - 6px);
}.secure-cache ul, .secure-cache ol {
    padding-left: 20px;
}.secure-cache li {
    font-size: calc(14px - 1px);
}.secure-cache p {
    font-size: calc(14px - 1px);
}}



@media (min-width: 1200px) {.title-portal {
    padding: 6rem 4rem;
}.title-portal > div {
    gap: 6rem;
}.title-portal h1.start-welcome {
    transform: translateZ(80px);
}.title-portal p {
    transform: translateZ(50px);
}.title-portal .page-open {
    transform: translateZ(40px) rotateX(3deg) rotateY(-3deg);
}.title-portal .page-open:hover {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(45px) rotateX(1deg) rotateY(-1deg);
}.title-portal .skill-philo span {
    transform: translateZ(40px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title-portal .skill-philo:hover span {
    transform: translateZ(50px) translateY(-10px);
}
}



@media screen and (max-width: 767px) {.course-overview {
    padding: 3rem 0;
}.course-overview .container {
    padding: 0 1.5rem;
}.course-overview .pic-wrapper {
    height: 250px;
    margin-bottom: -20px;
}.course-overview .text-pod {
    transform: translateY(-30px);
    z-index: 4;
    padding: 1.8rem;
}.course-overview h3 {
    font-size: calc(16px * 1.2);
    margin-bottom: 1rem;
}.course-overview .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 991px) {.interested-learners {
    padding: 4rem 0;
}.interested-learners h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.interested-learners ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.interested-learners {
    padding: 3rem 0;
}.interested-learners .edu-promise {
    padding: 0 1rem;
}.interested-learners h3 {
    font-size: calc(32px * 0.7);
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
}.interested-learners li {
    padding: 1.2rem;
}.interested-learners li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}}



@media (max-width: 480px) {.contact-form-box {
    padding: 50px 0;
}.contact-form-box h2 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.contact-form-box .pic-wrapper {
    min-height: 200px;
}.contact-form-box .message-message {
    padding: 30px 20px;
}.contact-form-box form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact-form-box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-box .inquiry-message {
    margin-bottom: 20px;
}.contact-form-box .inquiry-message label {
    font-size: calc(12px * 0.9);
}.contact-form-box .inquiry-card {
    padding: 12px 20px;
}}



@media (max-width: 992px) {.course-methodology {
    padding: 90px 0;
}.course-methodology .edu-promise {
    padding: 0 30px;
}.course-methodology h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.course-methodology .text-pod {
    padding: 40px;
}
}



@media (max-width: 576px) {.course-methodology {
    padding: 60px 0;
}.course-methodology .edu-promise {
    padding: 0 15px;
}.course-methodology h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.course-methodology h2::after {
    height: 2px;
    width: 50px;
}.course-methodology .text-pod {
    padding: 25px 20px;
}.course-methodology p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



@media (min-width: 1200px) {.pricing-structure .pay-options {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-structure .study-price {
    min-height: 500px;
}.pricing-structure .pic-wrapper {
    height: 220px;
}.pricing-structure .access-plans h3 {
    font-size: calc(19px + 2px);
}.pricing-structure .learning-rates {
    font-size: calc(19px + 6px);
}}



@media (max-width: 576px) {.our-story {
    padding: 40px 0;
}.our-story .container {
    padding: 0 15px;
}.our-story .text-pod {
    padding: 25px 15px;
}.our-story .text-pod h5 {
    font-size: calc(24px * 0.85);
}.our-story .text-pod > div:nth-child(2) p {
    font-size: calc(24px * 0.9);
}.our-story .text-pod ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 5px 0 5px 10px;
}}



@media (min-width: 1200px) {.customer-opinions .rating-insights {
    grid-template-columns: repeat(3, 1fr);
}.customer-opinions .student-praise {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.customer-opinions .student-praise:hover {
    transform: translateY(-15px) scale(1.03);
}}



@media screen and (max-width: 768px) {.sample-docs {
    padding: 4rem 0 2rem;
}.sample-docs .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.sample-docs .company_holder h3 {
    font-size: 32px;
}.sample-docs .main-nav h5 {
    font-size: calc(23px * 0.9);
}.gift-card {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}



@media (max-width: 767px) {.teaching-history {
    padding: 60px 20px;
}.teaching-history .exp-progress {
    padding: 60px 25px 35px;
}.teaching-history .name {
    font-size: calc(33px - 4px);
}.teaching-history .exp-progress > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.teaching-history .work-expertise {
    font-size: calc(18px - 1px);
}
}

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



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateZ(50px) translateY(0);
  }
}



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



@keyframes ambientLight {
  0%, 100% {
    opacity: 0.6;
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    opacity: 0.8;
    background-position: 10% 20%, 90% 80%;
  }
}



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



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(209,183,210), 0 0 20px rgb(209,183,210);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

