﻿.wrapper-container-8 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

header,footer {
    width: 100%;
}

header {
    padding: 0;
    z-index: 100;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(242,225,215);
    position: relative;
    overflow: visible;
}


.secure-safe-9 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 30px;
}

.secure-safe-9 h2 {
    font-weight: 700;
    margin: 10px 0;
    font-size: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure-safe-9 ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}

header::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(216,189,176), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(216,189,176), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(216,189,176), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(216,189,176), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
}

header .main-master-9 {
    flex: 0 0 auto;
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
}

header .head-skill-3:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .head-skill-3::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    background: rgb(216,189,176);
    width: 100%;
    transform: translateZ(-10px);
    filter: blur(10px);
    content: '';
}

header .top-info-0::before {
    left: 0;
    top: 100%;
    transform-origin: top;
    width: 100%;
    height: 10px;
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform: rotateX(90deg);
    position: absolute;
}

header .main-navbar-7 a::before {
    left: 0;
    height: 100%;
    opacity: 0;
    transform: translateZ(-5px);
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgb(216,189,176,0.5) 0%, 
        rgb(190,163,148,0.5) 100%
    );
    width: 100%;
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 0;
}

header .main-navbar-7 a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

header .main-navbar-7 a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}

header .page-head-1::before {
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(216,189,176), 
        transparent
    );
    width: 30%;
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
}

.welcome-section-4 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgba(245, 245, 250, 0.97) 100%);
    overflow: hidden;
    display: flex;
    z-index: 1;
    align-items: center;
}

.welcome-section-4::after {
    width: 120%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(242,225,215) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(242,225,215) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(242,225,215) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(242,225,215) 75%);
    content: "";
    height: 120%;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: -2;
    transform: rotate(5deg) scale(1.2);
    opacity: 0.04;
    animation: patternMove 60s linear infinite;
}

.welcome-section-4 h1::before {
    content: "";
    left: 0;
    top: 0.5rem;
    transform-origin: left center;
    border-radius: 3px;
    height: 85%;
    box-shadow: 
        0 5px 15px rgba(94, 170, 168, 0.3),
        inset 0 -2px 4px rgba(255, 255, 255, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgb(216,189,176), rgb(190,163,148));
    position: absolute;
    animation: pulseBar 3s infinite alternate ease-in-out;
    width: 6px;
}

.welcome-section-4 .edu-trackfast-6:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.welcome-section-4 .edu-trackfast-6:hover svg {
    transform: scale(1.08) rotate(5deg);
}

.welcome-section-4 .edu-trackfast-6 svg path {
    fill: rgb(216,189,176);
    transition: fill 0.3s ease;
}

.welcome-section-4 .edu-trackfast-6:hover svg text {
    fill: #000000;
    transform: translateY(-2px);
}

.welcome-section-4 .edu-trackfast-6 p {
    margin-top: 0;
    line-height: 1.6;
    color: #000000;
    font-size: calc(12px * 1.1);
    margin-bottom: 0;
    letter-spacing: 0.02em;
    padding-top: 0.5rem;
}

.welcome-section-4 .inquiry-list-7::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}

.welcome-section-4 .inquiry-list-7:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.2),
        -8px -8px 20px rgba(255, 255, 255, 0.7);
}

.welcome-section-4 .inquiry-list-7:hover::before {
    left: 100%;
}

.welcome-section-4 .img-container-1:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}

.welcome-section-4 .img-container-1::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgba(94, 170, 168, 0.1) 45%,
        rgba(94, 170, 168, 0.2) 60%,
        rgba(94, 170, 168, 0.4) 100%
    );
}

.program-overview-6 {
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(190,163,148,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.program-overview-6::before {
    filter: blur(40px);
    top: -10%;
    height: 300px;
    animation: float 15s infinite ease-in-out alternate;
    background: linear-gradient(220deg, rgb(216,189,176,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
    width: 300px;
    transform: rotate(15deg);
    content: "";
    z-index: 1;
    right: -5%;
}

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

.program-overview-6 h2::after {
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(216,189,176) 0%, rgb(190,163,148) 100%);
    width: 80px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.program-overview-6 .img-container-1 {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 300px;
}

.program-overview-6 .img-container-1::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    position: absolute;
    content: "";
}

.program-overview-6 .img-container-1:hover::after {
    transform: rotate(15deg) scale(1.2);
}

.program-overview-6 .paragraph-box-0 {
    position: relative;
    padding: 30px 40px 40px;
}

.program-overview-6 .description {
    max-height: 200px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px;
    padding-right: 10px;
    overflow-y: auto;
}

.interested-learners-8 {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(242,225,215);
}

.interested-learners-8::after {
    z-index: 1;
    transform: rotate(-35deg);
    bottom: -50%;
    width: 100%;
    content: "";
    position: absolute;
    left: -50%;
    height: 100%;
    background: rgb(190,163,148,0.5);
}

.interested-learners-8 .master-track-1 {
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.interested-learners-8 .master-track-1::after {
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
    height: 120px;
    position: absolute;
    content: "";
    border: 2px solid rgb(216,189,176,0.5);
    top: 20px;
    right: 20px;
    width: 120px;
}

.interested-learners-8 h4::before {
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    background: rgb(216,189,176);
    width: 40px;
    bottom: -20px;
    content: "";
    border-radius: 10px;
    position: absolute;
}

.interested-learners-8 div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    gap: 30px;
}

.interested-learners-8 p {
    margin: 0;
    display: flex;
    background: #ffffff;
    font-size: 14px;
    align-items: center;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 24px;
    border-radius: 10px;
}

.interested-learners-8 p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(216,189,176,0.5);
}

.interested-learners-8 p:hover::before {
    opacity: 1;
}

.interested-learners-8 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,189,176);
}

.interested-learners-8 p:hover svg {
    transform: rotate(10deg) scale(1.2);
}



.interested-learners-8 .master-track-1 > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}

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

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

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

.interested-learners-8 p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

.gratCard-6 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,225,215), rgb(242,225,215) 60%, rgba(rgb(216,189,176,0.5), 0.1));
    padding: 5rem 0;
}

.gratCard-6::after {
    left: -5%;
    bottom: -10%;
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
    height: 40%;
    width: 50%;
    background: linear-gradient(210deg, rgba(rgb(216,189,176,0.5), 0.09), transparent);
    content: "";
    position: absolute;
}

.gratCard-6 .master-track-1 {
    backdrop-filter: blur(10px);
    display: grid;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(216,189,176,0.5), 0.05),
        0 0 0 1px rgba(rgb(216,189,176,0.5), 0.08);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
}

.gratCard-6 h5 {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 24px;
}

.gratCard-6 .master-track-1 > div:last-child {
    position: relative;
    border-left: 1px solid rgba(rgb(190,163,148,0.5), 0.2);
    padding-left: 1.5rem;
}

.gratCard-6 a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.gratCard-6 a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}

.gratCard-6 p {
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    margin: 0;
    transition: color 0.3s ease;
    font-weight: 400;
}

.gratCard-6 a:hover p {
    color: #000000;
}

.academic-expertise-0 {
    background: linear-gradient(135deg, rgb(242,225,215), rgb(216,189,176,0.5));
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.academic-expertise-0 .learning-stories-2 {
    max-width: 1200px;
    border-radius: 30px;
    gap: 4rem;
    align-items: center;
    display: flex;
    padding: 0;
    z-index: 2;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
}

.academic-expertise-0 .img-container-1::after {
    opacity: 0.5;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(216,189,176,0.5), transparent);
    top: 0;
    position: absolute;
}

.academic-expertise-0 .name::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 50%;
    background: rgb(216,189,176);
}

.academic-expertise-0 .job-container-2 {
    line-height: 1.6;
    padding-left: 1.5rem;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}

.academic-expertise-0 .learning-stories-2:hover .img-container-1 {
    transform: scale(1.03);
}

.contact-us-2 {
    background: rgb(242,225,215);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.contact-us-2 .img-container-1 {
    top: 5%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    width: 45%;
    border-radius: 0 21px 21px 0;
    height: 90%;
}

.contact-us-2 .img-container-1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    border-radius: 0 21px 21px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
}

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

.contact-us-2 h3 {
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 50px;
    background: #ffffff;
    text-align: center;
    font-size: 32px;
    padding: 10px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    color: rgb(216,189,176);
    border-radius: 10px;
}

.contact-us-2 .connect-feedback-9 {
    flex-direction: column;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    width: 60%;
    display: flex;
    position: relative;
    overflow: hidden;
    float: right;
}

.contact-us-2 .help-panel-2 {
    padding: 40px;
}

.contact-us-2 form h3 {
    border-radius: 0;
    padding-bottom: 10px;
    padding: 0;
    display: block;
    background: transparent;
    font-size: 22px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    border-bottom: 2px solid rgb(190,163,148,0.5);
}

.contact-us-2 input[type="text"]:focus,
.contact-us-2 textarea:focus {
    box-shadow: 0 0 0 2px rgb(216,189,176);
    background: #ffffff;
    outline: none;
}

.contact-us-2 .inquiry-section-5 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-us-2 .inquiry-section-5 label {
    color: #000000;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.contact-us-2 .inquiry-section-5 input[type="checkbox"]:checked + label::before {
    background: rgb(216,189,176);
}

.contact-us-2 .inquiry-section-5 a {
    color: rgb(216,189,176);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-us-2 .inquiry-section-5 a:hover {
    text-decoration: underline;
    color: rgb(190,163,148);
}

.contact-us-2 .inquiry-list-7:hover {
    box-shadow: 0 5px 15px rgb(216,189,176,0.5);
    transform: translateY(-2px);
    background-position: right center;
}

.contact-us-2 .query-support-1 {
    background: linear-gradient(135deg, rgb(216,189,176), rgb(190,163,148));
    color: #ffffff;
    padding: 40px;
}

.contact-us-2 .query-support-1 h4 {
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-family: Arial, sans-serif;
}

.contact-us-2 .contact-inquiry-9 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-us-2 .contact-inquiry-9 li:hover {
    transform: translateX(5px);
}

.contact-us-2 .contact-inquiry-9 svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-us-2 .contact-inquiry-9 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.customer-feedback-5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(216,189,176,0.5) 100%);
    padding: 6rem 2rem;
}

.customer-feedback-5 .master-track-1 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.customer-feedback-5 h4 {
    transform: skewX(-5deg);
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    position: relative;
    margin-bottom: 4rem;
}

.customer-feedback-5 .client-voices-0 {
    perspective: 1000px;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.customer-feedback-5 .learning-stories-2::before {
    position: absolute;
    background: rgb(216,189,176,0.5);
    right: 0;
    transform: translate(30%, -30%) rotate(45deg);
    height: 100px;
    content: "";
    top: 0;
    z-index: 0;
    width: 100px;
}

.customer-feedback-5 .learning-stories-2 .img-container-1 {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.customer-feedback-5 .learning-stories-2 span::after {
    background: rgb(216,189,176);
    width: 40px;
    display: block;
    height: 2px;
    content: "";
    margin: 0.5rem auto;
}

.customer-feedback-5 .learning-stories-2 p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.tariff-card-3::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(216,189,176), 0.03) 40px, rgba(rgb(216,189,176), 0.03) 80px);
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
}

.tariff-card-3 .plan-matrix-1:hover {
    transform: translateY(-5px);
}

.tariff-card-3 .plan-matrix-1 h2 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 33px;
    color: #000000;
}

.tariff-card-3 .plan-matrix-1 h2::after {
    transition: transform 0.5s ease;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -10px;
    height: 3px;
    content: "";
    background: rgb(216,189,176);
    width: 80px;
}

.tariff-card-3 .pricing-options-0 {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.tariff-card-3 .lesson-rates-2:hover {
    transform: translateY(-8px);
}

.tariff-card-3 .pricing-schemes-4 {
    height: 100%;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: box-shadow 0.4s ease;
    display: flex;
    background: #ffffff;
}

.tariff-card-3 .rate-panel-3 h3 {
    font-size: calc(20px + 0.1rem);
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
}

.tariff-card-3 .pricing-card-2::before {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(190,163,148);
}

.tariff-card-3 .img-container-1 {
    transition: transform 0.6s ease-out;
    height: 220px;
    width: 100%;
    position: relative;
    transform: scale(1);
}

.tariff-card-3 .lesson-rates-2:hover .img-container-1 {
    transform: scale(1.05);
}

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

footer .sponsor-logo-8 {
    background-color: rgb(242,225,215);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

footer .exam-prep-2 {
    position: relative;
    z-index: 1;
}

footer .instant-contact-1 {
    border-radius: 11px;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    display: flex;
    gap: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #ffffff;
    z-index: 3;
    flex-wrap: wrap;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item a:hover {
    color: rgb(216,189,176);
}

footer .text_main_holder {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    display: flex;
    position: relative;
    perspective: 2000px;
}

footer .main-master-9:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .top-info-0 {
    background-color: rgb(190,163,148);
    color: #ffffff;
    z-index: 1;
    margin-left: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    margin-right: 20px;
}

footer .subscribe_holder {
    background-color: rgb(216,189,176);
    transform: translateZ(-20px) scale(0.96);
    color: #ffffff;
    margin-top: -20px;
    margin-left: 40px;
    z-index: 0;
    margin-right: 40px;
}

footer .main-master-9:hover::after, footer .top-info-0:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .main-master-9 svg {
    height: 45px;
    display: block;
    width: auto;
    margin-bottom: 20px;
}

footer .digital-res-4 {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

footer .top-info-0 h5::after {
    height: 2px;
    left: 0;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(216,189,176), transparent);
    position: absolute;
}

footer .main-train-5 a {
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    font-size: 13px;
    display: inline-block;
}

footer .main-train-5 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

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

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

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-benefit-2:hover {
    background-color: rgb(190,163,148);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}

footer .sample-docs-6 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

.cookie-dialog-banner-3 {
    position: fixed;
    padding: 20px 0;
    z-index: 90;
    background: rgb(190,163,148);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(190,163,148);
    animation: slideUp 0.5s forwards;
}

.cookie-dialog-banner-3 p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.cookie-confirm-3 svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(216,189,176);
    height: 80px;
    width: 80px;
}

.track-accept-7 {
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    white-space: nowrap;
    min-width: 140px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(216,189,176);
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 11px;
}


.company-info-8 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(190,163,148,0.5);
}

.company-info-8 .container {
    position: relative;
    z-index: 2;
}

.company-info-8 .master-track-1 {
    position: relative;
    gap: 100px;
    display: flex;
    flex-direction: column;
}

.company-info-8 h3 {
    animation: slideIn 0.6s ease forwards;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(42px * 1.2);
    transform: translateX(-100px);
}

.company-info-8 .why-trust-2 {
    gap: 40px;
    display: grid;
    animation: fadeInRight 0.6s ease forwards 0.3s;
    position: relative;
    transform: translateX(-50px);
    padding-left: 40px;
    grid-template-columns: 1fr 1fr;
    opacity: 0;
    border-left: 3px solid rgb(216,189,176);
}

.company-info-8 .why-trust-2 .img-container-1 {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border-radius: 0;
    width: 100%;
    transform: scale(1);
    height: 100%;
    transition: transform 0.4s ease;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.company-info-8 .edu-philosophy-8 {
    gap: 40px;
    transform: translateX(50px);
    display: grid;
    padding-right: 40px;
    position: relative;
    opacity: 0;
    border-right: 3px solid rgb(190,163,148);
    grid-template-columns: 1fr 1fr;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
}

.company-info-8 .edu-philosophy-8 .expert-track-7 {
    width: 100%;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 100%;
    transition: transform 0.4s ease;
    min-height: 300px;
    border-radius: 0;
    transform: scale(1);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.company-info-8 .master-track-1::before {
    background: linear-gradient(to right, rgb(216,189,176), transparent);
    left: 0;
    content: "";
    height: 1px;
    width: 40%;
    top: -20px;
    position: absolute;
}

.company-info-8 .container::before {
    left: -100px;
    border: 1px solid rgb(216,189,176,0.5);
    top: -100px;
    height: 200px;
    animation: rotate 30s linear infinite;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    width: 200px;
}



.company-info-8::after {
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}


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


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


@media only screen and (max-width: 800px) {.secure-safe-9 {
    padding: 20px;
}.secure-safe-9 h1 {
    font-size: 24px;
}.secure-safe-9 h2 {
    font-size: 22px;
}.secure-safe-9 li {
    font-size: 12px;
}}



@media (max-width: 991px) {header .page-head-1 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-master-9 {
    margin-right: 0;
    margin-bottom: 0;
}header .top-info-0 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .main-navbar-7 a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 479px) {header .page-head-1 {
    padding: 0.7rem 1.2rem;
}header .main-master-9 {
    max-width: 120px;
}header .main-navbar-7 a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (max-width: 992px) {.welcome-section-4 .master-track-1 {
    padding: 3rem 0;
    width: 95%;
    flex-direction: column;
}.welcome-section-4 .paragraph-box-0 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
}.welcome-section-4 h1 {
    font-size: calc(38px * 1.1);
    padding-left: 1.5rem;
}.welcome-section-4 .edu-trackfast-6 {
    padding: 2rem;
}.welcome-section-4 .edu-trackfast-6 svg {
    margin-right: 1rem;
    height: 70px;
    width: 70px;
}.welcome-section-4 .img-container-1 {
    height: 400px;
    width: 100%;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}
}



@media (max-width: 576px) {.welcome-section-4 {
    padding: 1rem 0;
}.welcome-section-4 h1 {
    font-size: calc(38px * 0.9);
    padding-left: 1rem;
}.welcome-section-4 h1::before {
    width: 4px;
}.welcome-section-4 .edu-trackfast-6 {
    padding: 1.2rem;
}.welcome-section-4 .edu-trackfast-6 svg {
    float: none;
    margin: 0 auto 1rem;
    display: block;
    height: 50px;
    width: 50px;
}.welcome-section-4 .edu-trackfast-6 p {
    text-align: center;
}.welcome-section-4 ul {
    justify-content: center;
}.welcome-section-4 .img-container-1 {
    height: 250px;
}}



@media (min-width: 1200px) {.program-overview-6 {
    padding: 180px 0;
}.program-overview-6 .knowledge-guide-2 {
    max-width: 85%;
}.program-overview-6 .img-container-1 {
    flex: 0 0 45%;
}.program-overview-6 .paragraph-box-0 {
    flex: 0 0 55%;
    padding: 60px 70px;
}.program-overview-6 .description {
    max-height: 320px;
}
}



@media (max-width: 767px) {.program-overview-6 {
    padding: 80px 0;
}.program-overview-6 h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 40px;
}.program-overview-6 .img-container-1 {
    height: 220px;
}.program-overview-6 .paragraph-box-0 {
    padding: 25px 30px 35px;
}.program-overview-6 .description {
    line-height: 1.6;
    max-height: 180px;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 991px) {.interested-learners-8 {
    padding: 90px 0 80px;
}.interested-learners-8 .master-track-1 {
    padding: 50px 30px;
}.interested-learners-8 h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.interested-learners-8 div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.interested-learners-8 p {
    padding: 20px;
}.interested-learners-8 .master-track-1::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 576px) {.interested-learners-8 {
    padding: 60px 0 50px;
}.interested-learners-8 .master-track-1 {
    padding: 35px 20px;
}.interested-learners-8 h4 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.interested-learners-8 h4::before {
    width: 30px;
    height: 3px;
}.interested-learners-8 h4::after {
    height: 3px;
    width: 60px;
}.interested-learners-8 p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.interested-learners-8 p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}.interested-learners-8 p:hover {
    transform: translateY(-5px) scale(1.01);
}.interested-learners-8 .master-track-1::after {
    height: 60px;
    width: 60px;
}}



@media (min-width: 992px) {.gratCard-6 {
    padding: 9rem 0;
}.gratCard-6 .container {
    padding: 0 2rem;
}.gratCard-6 .master-track-1 {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
}.gratCard-6 h5 {
    font-size: calc(24px * 1.2);
}.gratCard-6 h5::after {
    height: 4px;
    width: 50%;
}.gratCard-6 .master-track-1 > div:last-child {
    padding-left: 4rem;
}.gratCard-6 a {
    padding: 1rem 0;
}
}



@media (max-width: 992px) {.academic-expertise-0 .learning-stories-2 {
    flex-direction: column;
    gap: 2rem;
}.academic-expertise-0 .img-container-1 {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
}.academic-expertise-0 .exp-projects-8 {
    padding: 0 2rem 2rem;
    width: 100%;
}
}



@media (max-width: 992px) {.contact-us-2 {
    padding: 80px 0;
}.contact-us-2 .img-container-1 {
    display: none;
}.contact-us-2 .connect-feedback-9 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    float: none;
}
}



@media (max-width: 768px) {.contact-us-2 {
    padding: 60px 0;
}.contact-us-2 h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.contact-us-2 .help-panel-2,
    .contact-us-2 .query-support-1 {
    padding: 30px;
}.contact-us-2 form h3,
    .contact-us-2 .query-support-1 h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}
}



@media (max-width: 992px) {.customer-feedback-5 .client-voices-0 {
    grid-template-columns: repeat(2, 1fr);
}.customer-feedback-5 h4 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 768px) {.customer-feedback-5 {
    padding: 4rem 1.5rem;
}.customer-feedback-5 .client-voices-0 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer-feedback-5 h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 3rem;
}.customer-feedback-5 .learning-stories-2 {
    padding: 2rem;
}}



@media (min-width: 1200px) {.tariff-card-3 .pricing-options-0 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff-card-3 .rate-panel-3 {
    padding: 2.5rem;
}.tariff-card-3 .plan-matrix-1 h2 {
    font-size: calc(33px + 0.2rem);
}.tariff-card-3 .img-container-1 {
    height: 250px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .main-master-9, footer .top-info-0, footer .subscribe_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}footer .main-master-9 {
    margin-right: -20px;
}footer .top-info-0 {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}



@media (max-width: 576px) {footer .sponsor-logo-8 {
    padding: 70px 0 20px;
}footer .instant-contact-1 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .main-master-9, footer .top-info-0, footer .subscribe_holder {
    padding: 20px 15px;
}footer .top-info-0 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .main-train-5 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub-benefit-2 {
    padding: 12px;
}}



@media screen and (max-width: 992px) {.company-info-8 {
    padding: 80px 0;
}.company-info-8 h3 {
    font-size: calc(42px * 1.1);
}.company-info-8 .master-track-1 {
    gap: 70px;
}.company-info-8 .why-trust-2,
    .company-info-8 .edu-philosophy-8 {
    grid-template-columns: 1fr;
    gap: 30px;
}.company-info-8 .why-trust-2 p {
    padding-right: 0;
    grid-column: 1 / 2;
}.company-info-8 .edu-philosophy-8 p {
    padding-left: 0;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.company-info-8 .edu-philosophy-8 .expert-track-7 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.company-info-8 .why-trust-2 .img-container-1,
    .company-info-8 .edu-philosophy-8 .expert-track-7 {
    min-height: 250px;
}
}



@media screen and (max-width: 576px) {.company-info-8 {
    padding: 50px 0;
}.company-info-8 h3 {
    font-size: calc(42px * 0.8);
}.company-info-8 h3::before {
    width: 15px;
    left: -20px;
}.company-info-8 .master-track-1 {
    gap: 40px;
}.company-info-8 .why-trust-2,
    .company-info-8 .edu-philosophy-8 {
    padding-left: 15px;
    gap: 20px;
    padding-right: 15px;
}.company-info-8 .why-trust-2 .img-container-1,
    .company-info-8 .edu-philosophy-8 .expert-track-7 {
    min-height: 180px;
}.company-info-8 .container::before,
    .company-info-8 .container::after {
    display: none;
}
}



@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateY(-5deg) translateZ(20px);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

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

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

