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

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

header,footer {
    width: 100%;
}

header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(218,237,237);
    padding: 1.2rem 0;
    z-index: 1000;
    position: relative;
}


.company-info {
    z-index: 1;
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.company-info::after {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(183,190,214,0.5));
    right: 0;
    position: absolute;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    height: 100%;
    content: "";
    width: 50%;
}

.company-info h4::after {
    bottom: -12px;
    background: rgb(183,190,214);
    width: 80px;
    height: 3px;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgb(183,190,214,0.5);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.company-info .text-stack {
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25), 
               -10px -10px 30px rgba(255, 255, 255, 0.05), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.05), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    border-radius: 10px;
}

.company-info h6::after {
    background: linear-gradient(90deg, rgb(183,190,214), transparent);
    width: 100%;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}

.company-info .text-stack div {
    position: relative;
}

.company-info .text-stack div::before {
    border-top: 2px solid rgb(149,156,187);
    content: "";
    z-index: -1;
    border-left: 2px solid rgb(149,156,187);
    width: 50px;
    position: absolute;
    height: 50px;
    left: -15px;
    top: -15px;
    opacity: 0.6;
}

.plan-array {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.plan-array::before {
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    bottom: 0;
    content: "";
    top: 0;
}

.plan-array .pricing-block {
    transform: translateZ(20px);
    opacity: 0.9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.plan-array .learning-feesugS li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.plan-array .cost-breakdown {
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
}

.plan-array .cost-schemes {
    padding: 35px 30px;
    transform: translateZ(10px);
}

.plan-array .cost-schemes h4 {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(5px);
    color: #ffffff;
    font-size: calc(21px * 1.1);
}

.plan-array .cost-schemes h4::after {
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    width: 40px;
    background: rgb(183,190,214);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    height: 3px;
    content: "";
}

.plan-array .bundle-price {
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(15px);
    font-weight: 700;
    text-align: right;
    font-size: calc(21px * 1.2);
    display: block;
}

.plan-array .learning-feesugS li:hover {
    transform: translateY(-5px) scale(1.02);
}

.plan-array .learning-feesugS li:hover .cost-breakdown {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}

.statistical-report {
    position: relative;
    background: rgb(218,237,237);
    padding: 120px 0;
    overflow: hidden;
}

.statistical-report .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0;
    z-index: 1;
}

.statistical-report h2 {
    color: #000000;
    margin-bottom: 80px;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    position: relative;
}

.statistical-report ul {
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    perspective: 1000px;
    display: flex;
    list-style: none;
}

.statistical-report .growth-statistics {
    perspective: 1000px;
    height: 200px;
    margin: 0 20px 80px;
    flex: 0 0 calc(50% - 100px);
    position: relative;
    border-radius: 15px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}

.statistical-report .growth-statistics:hover::before {
    transform: rotate(0deg);
}

.statistical-report .growth-statistics::after {
    transition: transform 0.4s ease;
    top: -20px;
    width: 80px;
    opacity: 0.2;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    background: rgb(183,190,214,0.5);
    right: -20px;
    content: "";
    z-index: -1;
}

.statistical-report .growth-statistics p {
    margin: 0;
    position: absolute;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    font-size: calc(45px * 1.5);
    color: rgb(183,190,214);
    right: 30px;
    font-weight: 700;
    top: 30px;
}

.statistical-report .growth-statistics:nth-child(even) span {
    right: 30px;
    left: auto;
    text-align: right;
}

.statistical-report .growth-statistics:nth-child(1) {
    animation: fadeInUp 0.8s 0.1s both;
}

.statistical-report .growth-statistics:nth-child(1) {
    --i: 1;
}

.statistical-report .growth-statistics:nth-child(3) {
    animation: fadeInUp 0.8s 0.5s both;
}

.statistical-report .growth-statistics:nth-child(3) {
    --i: 3;
}



.statistical-report .growth-statistics:nth-child(1)::before {
    animation: float 6s ease-in-out infinite;
}

.statistical-report .growth-statistics:nth-child(3)::before {
    animation: float 8s ease-in-out infinite;
}

.privacy-harbor {
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(183,190,214,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}

.privacy-harbor::after {
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle, rgb(149,156,187,0.5) 0%, transparent 70%);
    content: "";
    right: -50%;
    top: -50%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
}

.privacy-harbor h1 {
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    letter-spacing: -0.02em;
    color: rgb(183,190,214);
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-size: 38px;
    opacity: 0;
    transform: translateX(-5px);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}

.privacy-harbor h2 {
    transform: translateY(10px);
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    color: rgb(149,156,187);
    font-weight: 600;
    position: relative;
    font-size: 29px;
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
}

.privacy-harbor h3::before {
    border-radius: 2px;
    height: calc(100% - 16px);
    left: 0;
    width: 3px;
    top: 8px;
    background: rgb(149,156,187,0.5);
    position: absolute;
    content: "";
}

.privacy-harbor h4 {
    font-family: Arial, sans-serif;
    margin: 1.5rem 0 1rem;
    font-size: calc(29px * 0.7);
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    color: #000000;
    transform: translateY(8px);
    padding-left: 12px;
    opacity: 0;
    position: relative;
}

.privacy-harbor p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
}

.privacy-harbor p strong::after {
    content: "";
    width: 100%;
    bottom: -2px;
    position: absolute;
    height: 1px;
    background: rgb(149,156,187,0.5);
    left: 0;
}

.privacy-harbor ul::before {
    background: linear-gradient(90deg, rgb(149,156,187,0.5) 0%, transparent 10%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.1;
}

.privacy-harbor li {
    transform: translateY(8px);
    color: #000000;
    margin-bottom: 0.5rem;
    animation: listItemAppear 0.4s ease-out forwards;
    padding: 0.8rem 0 0.8rem 1.8rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    font-size: 16px;
}

.privacy-harbor span {
    color: #000000;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    opacity: 0;
    border-left: 1px dashed rgb(149,156,187,0.5);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateY(10px);
    display: block;
    font-size: 16px;
    padding-left: 1rem;
    position: relative;
}

.contact-us .img-hover-effect {
    z-index: 1;
    width: 50%;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    height: 100%;
    left: 0;
}

.contact-us .img-hover-effect::before {
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}

.contact-us .message-query {
    z-index: 3;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
}

.contact-us .message-query::before {
    opacity: 0.2;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    position: absolute;
    border-radius: 50%;
    background: rgb(183,190,214,0.5);
    content: '';
    height: 150px;
    width: 150px;
}

.contact-us .connect-widget {
    padding: 50px;
    flex: 1;
    position: relative;
}

.contact-us form h3 {
    margin-bottom: 25px;
    font-size: 23px;
    text-align: left;
}

.contact-us input[type="text"],
.contact-us textarea {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

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

.contact-us .inquiry-box label::before {
    border: 2px solid rgb(183,190,214,0.5);
    transition: all 0.3s ease;
    left: 0;
    height: 20px;
    content: '';
    width: 20px;
    position: absolute;
    border-radius: 10px;
    top: 2px;
}

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

.contact-us .reach-card::before {
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    content: '';
    transition: transform 0.4s ease;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(149,156,187);
}

.contact-us .reach-card:hover {
    box-shadow: 0 5px 15px rgb(183,190,214,0.5);
}

.contact-us .connect-reach {
    width: 35%;
    position: relative;
    padding: 50px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,190,214), rgb(149,156,187));
    color: #ffffff;
}

.contact-us .connect-reach h4 {
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 30px;
}

.contact-us .connect-reach h4::after {
    content: '';
    border-radius: 3px;
    height: 3px;
    position: absolute;
    width: 40px;
    left: 0;
    bottom: -10px;
    background: #ffffff;
}

.contact-us .support-links li {
    padding-bottom: 15px;
    align-items: flex-start;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}

.contact-us .support-links svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-us .support-links li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

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

.greeting-page {
    padding: 6% 4%;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(94,170,168,0.1) 100%);
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.greeting-page::after {
    content: "";
    border-radius: 50%;
    opacity: 0.08;
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    top: -5%;
    width: 25%;
    right: -5%;
    background: rgb(149,156,187);
    height: 25%;
    animation: float 12s infinite ease-in-out;
}

.greeting-page h1::before {
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(149,156,187) 0%, rgba(94,170,168,0.3) 100%);
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    left: 0;
    content: "";
    width: 3rem;
}

.greeting-page .text-stack ol li {
    margin: 0;
}

.greeting-page .text-stack ol li:first-child {
    position: relative;
}

.greeting-page .learn-quickpro {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.greeting-page .learn-quickpro svg:hover {
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.25));
    transform: translateX(-0.5rem) scale(1.05);
}

.greeting-page .learn-quickpro svg path {
    transition: fill 0.3s ease;
}

.greeting-page .learn-quickpro p {
    line-height: 1.6;
    font-size: calc(14px * 1.3);
    position: relative;
    max-width: 95%;
    color: #000000;
    margin: 0;
    letter-spacing: 0.3px;
}

.greeting-page .reach-card {
    display: inline-flex;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(149,156,187) 0%, rgb(94,170,168) 100%);
    justify-content: center;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0 4px 20px rgba(94,170,168,0.25);
    z-index: 1;
    position: relative;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.greeting-page .img-hover-effect {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    position: relative;
    min-height: 300px;
    border-radius: 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease;
}

.greeting-page .img-hover-effect::after {
    width: 60%;
    bottom: -2px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
    height: 30%;
    opacity: 0.1;
    right: -2px;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(149,156,187) 100%);
    content: "";
}

footer .facebook-cta {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

footer .edu-reach {
    z-index: 2;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
    transform: translateY(-30px);
    display: flex;
    justify-content: space-between;
}

footer .info_item {
    border-radius: 10px;
    margin: 10px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 10px 15px;
    background-color: rgb(218,237,237);
    position: relative;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
    fill: rgb(183,190,214);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 17px;
    vertical-align: middle;
}

footer .text_main_holder::before {
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 21px;
    top: -40px;
    background-color: #ffffff;
    content: "";
    height: calc(100% + 80px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
}

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

footer .head-mainbar {
    background-color: rgb(218,237,237);
    border-radius: 21px;
    position: relative;
    margin-left: 20px;
    padding: 30px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-right: 20px;
    margin-top: -10px;
}

footer .main-page {
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .main-page a {
    display: inline-block;
    color: #000000;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
}

footer .main-page a:hover {
    color: rgb(183,190,214);
    transform: translateX(5px);
}

footer .subscribe_holder::before {
    right: 30px;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
    width: 30px;
    top: -15px;
    background-color: rgb(183,190,214);
    height: 30px;
    content: "";
}

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

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

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}

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

footer .expand-knowledge:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(149,156,187);
}

footer .zoom-meet {
    z-index: 1;
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.thanksPoint {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(183,190,214,0.5), rgb(149,156,187,0.5));
}

.thanksPoint::after {
    bottom: -10%;
    height: 80%;
    background: rgb(149,156,187);
    transform: rotate(25deg) skew(-15deg);
    width: 40%;
    position: absolute;
    content: "";
    pointer-events: none;
    right: -5%;
    opacity: 0.05;
}

.thanksPoint .success-story {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.thanksPoint .success-story:hover::before {
    transform: scaleY(1);
}

.thanksPoint .success-story > div:first-child {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.thanksPoint h5 {
    transform: translateY(0);
    font-size: 23px;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksPoint .success-story:hover h5::after {
    transform: scaleX(1);
}

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

.thanksPoint p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
}

.thanksPoint a:hover::before {
    left: 200%;
}

.cookie-banner-dialog {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 90;
    border-top: 3px solid rgb(183,190,214);
    background: rgb(218,237,237);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
}

.cookie-edu {
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie-edu svg {
    fill: rgb(183,190,214);
    width: 60px;
    transition: fill 0.3s ease;
    height: 60px;
}

.cookie-banner-dialog h5 {
    font-size: 23px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(183,190,214);
    margin-bottom: 8px;
}

.user-alert:hover {
    background: rgb(149,156,187);
    box-shadow: 0 0 10px rgb(149,156,187,0.5);
}

#cookies-grant-permission {
    background: rgb(183,190,214);
}

#no-thanks-cookie-consent {
    background: rgba(0, 0, 0, 0.5);
}

.cookie-banner-dialog p a {
    transition: color 0.3s ease;
    color: rgb(183,190,214);
    text-decoration: underline;
}


#cookie-popup-info {
    display: none;
}

.course-overview {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(218,237,237);
}

.course-overview::after {
    height: 350px;
    opacity: 0.3;
    position: absolute;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    width: 350px;
    content: "";
    background: rgb(149,156,187,0.5);
    filter: blur(150px);
    z-index: 0;
    bottom: -100px;
    right: -100px;
}

.course-overview .training-guide {
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
}

.course-overview .img-hover-effect::after {
    opacity: 0.7;
    background: linear-gradient(
        135deg,
        rgb(183,190,214,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
    inset: 0;
}

.course-overview .text-stack::before {
    content: "";
    background: rgb(183,190,214);
    position: absolute;
    top: -8px;
    left: 20px;
    height: 4px;
    width: 40px;
}

.course-overview .text-stack p.description {
    line-height: 1.7;
    transform: translateY(10px);
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: 200px;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-right: 15px;
    opacity: 0;
    font-weight: 400;
    color: #000000;
}

.course-overview .text-stack div::after {
    bottom: 0;
    height: 50px;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    pointer-events: none;
}

.education-history::after {
    position: absolute;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(149,156,187,0.5) 100%
        );
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
}

.education-history .img-hover-effect::after {
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(183,190,214) 0%,
        transparent 100%
    );
    content: "";
    top: 0;
    opacity: 0.3;
    left: 0;
    position: absolute;
    width: 100%;
}

.education-history:hover .img-hover-effect {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}



.education-history:hover .img-hover-effect {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.education-history .name {
    font-weight: 700;
    animation: slide-left 0.7s forwards 0.2s;
    transform: translateX(50px);
    opacity: 0;
    position: relative;
    font-size: 39px;
    color: #000000;
    margin-bottom: 0.7rem;
}

.education-history:hover .name::before {
    transform: scaleX(1);
}

.education-history .emp-skills > div:nth-child(2) {
    animation: slide-left 0.7s forwards 0.4s;
    opacity: 0;
    color: rgb(149,156,187);
    letter-spacing: 3px;
    font-size: 24px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    transform: translateX(50px);
    font-weight: 600;
}



.education-history .job-container::before {
    height: 100%;
    top: 0;
    width: 5px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(183,190,214) 0%,
        rgb(149,156,187) 100%
    );
    position: absolute;
}

.education-history:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}

.education-history:hover .job-container {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

header::after {
    height: 4px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(183,190,214) 0%, 
        rgb(149,156,187) 50%, 
        rgb(183,190,214) 100%);
    content: '';
    bottom: 0;
    left: 0;
}

header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}

header .top-primary {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

header .nav-main {
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 0.7rem 1.2rem;
}

header .nav-main::after {
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
    background: rgb(183,190,214);
    top: 0;
    position: absolute;
    left: 0;
    content: '';
}

header .nav-main:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}

header .top-train::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    left: -100%;
    position: absolute;
    content: '';
    width: 100%;
    transition: 0.5s;
    height: 100%;
}

.join-now {
    z-index: 1;
    background: linear-gradient(110deg, rgb(183,190,214) 0%, rgb(149,156,187) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.join-now::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    left: -50%;
    position: absolute;
    top: -50%;
    animation: rotateConic 30s linear infinite;
    content: '';
    width: 200%;
    height: 200%;
    z-index: -1;
}

.join-now .success-story::before {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    backdrop-filter: blur(10px);
    width: 140%;
    left: -20%;
    transform: skewX(-15deg);
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    top: 0;
    z-index: -1;
    content: '';
}

.join-now h3 {
    padding: 0 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin: 60px 0;
    transform: rotateX(5deg);
    perspective: 1000px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    transition: all 0.5s ease;
    font-weight: 700;
    transform-style: preserve-3d;
    position: relative;
}

.join-now h3::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    width: 60%;
    left: 20%;
    content: '';
    height: 1px;
    bottom: -30px;
}

.join-now .talk-contact::before {
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(
        145deg,
        rgb(183,190,214) 0%,
        rgb(149,156,187) 100%
    );
}

.join-now .talk-contact::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    width: 100%;
    height: 20px;
    left: 0;
}

.join-now .talk-contact:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}


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


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



@media (min-width: 992px) {.company-info span {
    columns: 2;
}.company-info .text-stack {
    margin: 0 auto;
    max-width: 90%;
}.company-info h4 {
    font-size: calc(36px + 4px);
}
}



@media (max-width: 991px) {.company-info {
    padding: 80px 0 60px;
}.company-info .text-stack {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.company-info h4 {
    margin-bottom: 40px;
}
}



@media (max-width: 767px) {.company-info {
    padding: 60px 0 40px;
}.company-info .text-stack {
    transform: none;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25),
                   -8px -8px 20px rgba(255, 255, 255, 0.03),
                   inset 2px 2px 5px rgba(255, 255, 255, 0.03),
                   inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
}.company-info h4 {
    font-size: calc(23px + 4px);
    margin-bottom: 30px;
}.company-info h6 {
    font-size: 18px;
    margin-bottom: 20px;
}.company-info span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}.company-info .text-stack div::before,
    .company-info .text-stack div::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 991px) {.plan-array {
    padding: 80px 0;
}.plan-array h2 {
    font-size: calc(36px * 0.9);
}.plan-array .learning-feesugS {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.plan-array .cost-schemes {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.plan-array {
    padding: 50px 0;
}.plan-array h2 {
    font-size: calc(36px * 0.7);
}.plan-array .pricing-block {
    font-size: calc(12px * 0.9);
}.plan-array .cost-schemes {
    padding: 20px 15px;
}.plan-array .cost-schemes p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 1200px) {.statistical-report .growth-statistics {
    margin: 0 20px 60px;
    flex: 0 0 calc(50% - 40px);
}
}



@media (max-width: 767px) {.statistical-report {
    padding: 60px 0;
}.statistical-report .container {
    padding: 0 15px;
}.statistical-report h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.statistical-report ul {
    flex-direction: column;
    align-items: center;
}.statistical-report .growth-statistics {
    margin: 0 0 40px;
    height: 160px;
    flex: 0 0 100%;
    max-width: 320px;
    width: 100%;
}.statistical-report .growth-statistics p,
    .statistical-report .growth-statistics:nth-child(even) p {
    left: auto;
    top: 20px;
    right: 20px;
    font-size: calc(45px * 1.2);
}.statistical-report .growth-statistics span,
    .statistical-report .growth-statistics:nth-child(even) span {
    right: auto;
    left: 20px;
    bottom: 20px;
    text-align: left;
}.statistical-report .growth-statistics::before {
    transform: rotate(-1deg);
}
}



@media (min-width: 992px) {.privacy-harbor {
    padding: 6rem 4rem;
}.privacy-harbor h1 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 1.2);
}.privacy-harbor h1::after {
    width: 150px;
}.privacy-harbor .container {
    padding: 0 4rem;
    max-width: 1400px;
}.privacy-harbor ul {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    margin: 0 0 3rem 2rem;
}.privacy-harbor h2 {
    margin: 3.5rem 0 2rem;
}.privacy-harbor p,
  .privacy-harbor span {
    margin-bottom: 2rem;
}
}



@media (max-width: 767px) {.privacy-harbor {
    padding: 3rem 1.5rem;
}.privacy-harbor h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 0.8rem;
}.privacy-harbor h2 {
    padding-left: 15px;
    font-size: calc(29px * 0.9);
}.privacy-harbor h3 {
    padding-left: 12px;
    font-size: calc(29px * 0.75);
}.privacy-harbor h4 {
    font-size: calc(29px * 0.65);
    padding-left: 10px;
}.privacy-harbor p, 
  .privacy-harbor span,
  .privacy-harbor li {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.privacy-harbor ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy-harbor li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}



@media (max-width: 576px) {.contact-us {
    padding: 40px 0;
}.contact-us h3 {
    font-size: calc(31px * 0.8);
}.contact-us .message-query {
    max-width: 95%;
}.contact-us .connect-widget,
    .contact-us .connect-reach {
    padding: 30px 20px;
}.contact-us input[type="text"],
    .contact-us textarea {
    padding: 12px;
}.contact-us .reach-card {
    padding: 12px;
    width: 100%;
}}



@media (min-width: 992px) {.greeting-page {
    min-height: 90vh;
}.greeting-page .success-story {
    gap: 6rem;
}.greeting-page .text-stack {
    padding: 0 2rem 0 0;
}.greeting-page .img-hover-effect {
    min-height: 500px;
}.greeting-page .learn-quickpro svg {
    height: 120px;
    width: 120px;
}.greeting-page .learn-quickpro p {
    line-height: 1.7;
    font-size: calc(14px * 1.6);
}.greeting-page .reach-card {
    padding: 1.1rem 2.5rem;
}.greeting-page h1::before {
    width: 5rem;
}
}



@media (max-width: 767px) {.greeting-page {
    padding: 10% 5%;
}.greeting-page .reach-card {
    padding: 0.9rem 1.8rem;
    align-self: flex-start;
}.greeting-page .learn-quickpro p {
    font-size: calc(14px * 1.2);
}}



@media (min-width: 992px) {footer .head-mainbar {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 767px) {footer .diversity {
    padding: 80px 0 30px;
}footer .edu-reach {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head-mainbar, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .zoom-meet {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.thanksPoint {
    padding: 150px 0;
}.thanksPoint .success-story {
    margin: 0 auto;
    padding: 80px 70px;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.thanksPoint h5 {
    font-size: calc(23px * 1.15);
    line-height: 1.3;
}.thanksPoint p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.thanksPoint h5::after {
    width: 100px;
}
}



@media (max-width: 767px) {.thanksPoint {
    padding: 80px 0;
}.thanksPoint .success-story {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksPoint h5 {
    font-size: calc(23px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.cookie-eductrl {
    align-items: center;
    flex-direction: column;
}.cookie-edu {
    margin-bottom: 15px;
}.cookie-show {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.user-alert {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}



@media (min-width: 768px) {.course-overview .training-guide {
    max-height: 500px;
    align-items: stretch;
    flex-direction: row;
}.course-overview .img-hover-effect {
    height: auto;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course-overview .text-stack {
    transform: translateY(0) translateX(-30px);
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    margin: 30px 30px 30px 0;
    justify-content: center;
}.course-overview .text-stack::before {
    height: 40px;
    top: 20px;
    left: -8px;
    width: 4px;
}.course-overview .text-stack h3 {
    font-size: 22px;
}.course-overview .text-stack p.description {
    max-height: 330px;
}
}



@media (max-width: 767px) {.course-overview {
    padding: 80px 0;
}.course-overview .text-stack {
    padding: 30px 25px;
}.course-overview .text-stack h3 {
    margin-bottom: 20px;
    font-size: calc(17px * 1.2);
}.course-overview .text-stack p.description {
    line-height: 1.6;
    max-height: 180px;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head-mainbar {
    gap: 0.3rem;
}header .nav-main {
    padding: 0.6rem 0.8rem;
    font-size: calc(15px - 1px);
}header .top-train svg {
    width: 140px;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .top-primary {
    flex-direction: column;
}header .head-mainbar {
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    order: 2;
    margin-top: 1rem;
    width: 100%;
    padding: 10px;
}header .nav-main {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.7rem;
}header .top-train {
    margin-bottom: 0.5rem;
    order: 1;
}header .top-train svg {
    width: 130px;
}
}



@media screen and (max-width: 992px) {.join-now {
    padding: 120px 0;
}.join-now .success-story::before {
    left: -15%;
    width: 130%;
}.join-now h3 {
    margin: 50px 0;
    font-size: calc(34px * 0.9);
}.join-now .talk-contact {
    margin-bottom: 50px;
    padding: 18px 45px;
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 576px) {.join-now {
    padding: 80px 0;
}.join-now .success-story::before {
    left: -5%;
    width: 110%;
    transform: skewX(-5deg);
}.join-now h3 {
    font-size: calc(34px * 0.7);
    margin: 35px 0;
    letter-spacing: 1px;
}.join-now h3::before {
    top: -20px;
}.join-now h3::after {
    bottom: -20px;
}.join-now .talk-contact {
    padding: 12px 35px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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



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



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



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



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



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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

