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

* {
    scrollbar-color: #ffffff rgb(149,156,187);
    scrollbar-width: auto;
}

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

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

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

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

.diversity {
    flex: 0 0 auto;
}

.diversity {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(218,237,237);
    position: relative;
}

.company-info::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 40, 0.85) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}

.company-info h4 {
    transform: translateY(5px);
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}

.company-info .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-info .text-stack:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.3), 
               -15px -15px 40px rgba(255, 255, 255, 0.07), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.07), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}

.company-info h6 {
    margin-bottom: 25px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    position: relative;
    color: rgb(183,190,214);
    font-weight: 700;
    font-size: calc(23px + 2px);
    display: inline-block;
    letter-spacing: 1px;
}

.company-info span {
    columns: 1;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0.9;
    font-size: 15px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
    line-height: 1.8;
}

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

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

.plan-array .rate-plans {
    perspective: 1000px;
}

.plan-array h2 {
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
}

.plan-array .learning-feesugS {
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}

.plan-array .cost-matrix {
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}

.plan-array .cost-breakdown::before {
    right: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    height: 5px;
    transform: scaleX(0.92);
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(183,190,214) 0%,
        rgb(149,156,187) 100%);
    top: 0;
}

.plan-array .cost-breakdown::after {
    left: 10px;
    background: linear-gradient(90deg, 
        rgb(149,156,187,0.5) 0%,
        rgb(183,190,214,0.5) 100%);
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    right: 10px;
    bottom: -2px;
    height: 2px;
    position: absolute;
    opacity: 0.7;
    content: "";
}

.plan-array .cost-schemes p {
    color: #ffffff;
    padding-right: 5px;
    font-weight: 400;
    hyphens: auto;
    overflow-y: auto;
    word-wrap: break-word;
    max-height: 250px;
    margin: 0 0 25px;
    line-height: 1.6;
    opacity: 0.85;
    overflow-wrap: break-word;
    font-size: 12px;
}

.plan-array .bundle-price::before {
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    transform: translateY(-2px);
    background: rgb(183,190,214);
    height: 10px;
    box-shadow: 0 0 15px rgb(183,190,214);
    content: "";
}

.plan-array .learning-feesugS li:hover .cost-breakdown::before {
    transform: scaleX(1);
}

.plan-array .learning-feesugS li:hover .cost-breakdown::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}

.plan-array .learning-feesugS li:hover .cost-schemes h4::after {
    width: 100%;
}

.statistical-report::before {
    background: 
        linear-gradient(120deg, rgb(183,190,214,0.5) 0%, transparent 30%),
        linear-gradient(240deg, rgb(149,156,187,0.5) 0%, transparent 30%);
    opacity: 0.6;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.statistical-report h2::after {
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    background: rgb(183,190,214);
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
}

.statistical-report .growth-statistics:hover {
    transform: scale(1.05);
}

.statistical-report .growth-statistics::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    transform: rotate(-2deg);
    left: 0;
    transition: transform 0.4s ease;
    top: 0;
    z-index: -1;
    content: "";
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.statistical-report .growth-statistics::before {
    animation-delay: calc(var(--i) * 0.2s);
}

.statistical-report .growth-statistics:hover::after {
    transform: scale(1.2);
}

.statistical-report .growth-statistics:nth-child(even)::after {
    right: auto;
    background: rgb(149,156,187,0.5);
    left: -20px;
}

.statistical-report .growth-statistics:nth-child(even) p {
    left: 30px;
    right: auto;
    color: rgb(149,156,187);
}

.statistical-report .growth-statistics span {
    bottom: 30px;
    max-width: 70%;
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
    left: 30px;
    position: absolute;
}

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

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

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

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

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

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

.privacy-harbor::before {
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(183,190,214,0.5), 0.03) 20px,
    rgba(rgb(183,190,214,0.5), 0.03) 40px
  );
    content: "";
}

.privacy-harbor .container {
    animation: fadeIn 0.8s ease-out forwards;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.privacy-harbor h1::after {
    height: 4px;
    left: 0;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    width: 80px;
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,190,214) 0%, rgb(149,156,187) 100%);
    bottom: 0;
    transform: scaleX(0);
}

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

.privacy-harbor h3 {
    transform: translateY(10px);
    opacity: 0;
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    color: rgb(149,156,187);
    font-size: calc(29px * 0.85);
}

.privacy-harbor h4::before {
    top: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    content: "";
    width: 2px;
    height: calc(100% - 16px);
    position: absolute;
    left: 0;
}

.privacy-harbor p {
    font-family: Arial, sans-serif;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    font-size: 16px;
    transform: translateY(8px);
    position: relative;
    line-height: 1.7;
    color: #000000;
}

.privacy-harbor ul {
    transform: translateX(10px);
    list-style-type: none;
    position: relative;
    margin: 0 0 2rem 0;
    border-left: 3px solid rgb(183,190,214,0.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0;
}

.privacy-harbor li:nth-child(1) {
    --li-index: 1;
}

.privacy-harbor li:nth-child(2) {
    --li-index: 2;
}

.privacy-harbor li:nth-child(3) {
    --li-index: 3;
}

.privacy-harbor li::before {
    width: 8px;
    transform: rotate(45deg);
    position: absolute;
    height: 8px;
    left: 0;
    content: "";
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgb(183,190,214,0.5);
    background: rgb(183,190,214);
    top: 1.2rem;
}

.contact-us {
    padding: 80px 0;
    overflow: hidden;
    background: rgb(218,237,237);
    position: relative;
}

.contact-us::before {
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 50%, rgb(183,190,214,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(149,156,187,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    position: absolute;
}

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

.contact-us h3 {
    margin-bottom: 40px;
    backdrop-filter: blur(5px);
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    padding: 15px;
    display: inline-block;
    font-size: 31px;
    color: #000000;
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.contact-us .message-query::after {
    border-radius: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(149,156,187,0.5);
    height: 100px;
    width: 100px;
    opacity: 0.2;
}

.contact-us input[type="text"]:focus,
.contact-us textarea:focus {
    box-shadow: 0 0 10px rgb(183,190,214,0.5);
    outline: none;
    border-color: rgb(183,190,214);
}

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

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

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

.contact-us .inquiry-box input[type="checkbox"]:checked + label::before {
    background: rgb(183,190,214);
    border-color: rgb(183,190,214);
}

.contact-us .inquiry-box a {
    text-decoration: none;
    color: rgb(183,190,214);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-us .inquiry-box a:hover {
    color: rgb(149,156,187);
}

.contact-us .reach-card {
    transition: all 0.3s ease;
    background: rgb(183,190,214);
    position: relative;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 18px;
    border: none;
    font-weight: 600;
    z-index: 1;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.contact-us .reach-card:hover::before {
    transform: translateX(0);
}

.contact-us .connect-reach::before {
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    height: 100%;
    opacity: 0.3;
    background-size: 20px 20px;
}

.contact-us .support-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-us .support-links li:last-child {
    border-bottom: none;
}

.contact-us .support-links li:hover {
    transform: translateX(5px);
}

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

.contact-us .support-links span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.contact-us .support-links a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.greeting-page::before {
    z-index: 0;
    clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0 100%);
    content: "";
    background: linear-gradient(180deg, transparent 0%, rgba(94,170,168,0.05) 80%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.greeting-page h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transform: translateX(-0.5rem);
    color: rgb(183,190,214);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.greeting-page .success-story {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    gap: 2rem;
}

.greeting-page .text-stack {
    flex: 1;
    flex-direction: column;
    display: flex;
    padding: 0 1rem 0 0;
    justify-content: center;
}

.greeting-page .text-stack ol {
    gap: 2.5rem;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.greeting-page .learn-quickpro svg {
    margin-bottom: 0.5rem;
    transition: transform 0.4s ease-out, filter 0.4s ease;
    transform: translateX(-0.5rem);
    width: 90px;
    height: 90px;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.15));
}

.greeting-page .learn-quickpro svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.greeting-page .learn-quickpro p::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(149,156,187) 30%, transparent 100%);
    width: 35%;
    bottom: -1rem;
    height: 1px;
    content: "";
    left: 0;
}

.greeting-page .reach-card::before {
    top: 0;
    height: 100%;
    opacity: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(149,156,187) 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    left: 0;
}

.greeting-page .reach-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.3);
}

.greeting-page .reach-card:hover::before {
    opacity: 1;
}

.greeting-page .reach-card:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
}

.greeting-page .img-hover-effect::before {
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}

.greeting-page .img-hover-effect:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

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

.diversity::before {
    background-color: rgb(183,190,214,0.5);
    left: 0;
    height: 120px;
    content: "";
    background: 
        linear-gradient(135deg, rgb(218,237,237) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(218,237,237) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(218,237,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(218,237,237) 25%, transparent 25%);
    background-size: 100px 100px;
    width: 100%;
    position: absolute;
    top: 0;
}

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

footer .info_item::before {
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    top: 0;
    height: 100%;
    content: "";
    background-color: rgb(183,190,214);
    left: 0;
    width: 3px;
    opacity: 0;
    position: absolute;
}

footer .info_item a:hover {
    color: rgb(183,190,214);
}

footer .text_main_holder {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}

footer .nav-mainbar {
    position: relative;
    padding: 0 30px;
}

footer .nav-mainbar::after {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(183,190,214), transparent);
    right: 30px;
    content: "";
    left: 30px;
    bottom: -15px;
}

footer .faculty-info {
    color: #000000;
    max-width: 330px;
    font-size: 12px;
    line-height: 1.6;
}

footer .head-mainbar h5 {
    display: inline-block;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

footer .head-mainbar h5::after {
    bottom: -7px;
    position: absolute;
    height: 2px;
    left: 0;
    width: 50px;
    background-color: rgb(183,190,214);
    content: "";
}

footer .main-page a::after {
    background-color: rgb(183,190,214);
    height: 2px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    bottom: 5px;
    content: "";
    position: absolute;
}

footer .main-page a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    background-color: rgb(183,190,214);
    margin-top: -10px;
    position: relative;
    margin-right: 40px;
    padding: 30px;
    border-radius: 21px;
    z-index: 0;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}

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

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

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

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

.thanksPoint::before {
    left: -5%;
    background: #ffffff;
    pointer-events: none;
    opacity: 0.03;
    content: "";
    width: 50%;
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    position: absolute;
}

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

.thanksPoint .success-story:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksPoint .success-story::before {
    transform: scaleY(0);
    top: 0;
    width: 6px;
    left: 0;
    content: "";
    height: 100%;
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(183,190,214), rgb(149,156,187));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}

.thanksPoint .success-story:hover h5 {
    transform: translateY(-5px);
}

.thanksPoint h5::after {
    transform-origin: left center;
    transform: scaleX(0.7);
    content: "";
    background: linear-gradient(90deg, rgb(183,190,214), rgb(149,156,187));
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
}

.thanksPoint a:hover {
    transform: translateX(5px);
}

.thanksPoint a:hover p {
    color: rgb(183,190,214);
}

.thanksPoint a::before {
    transform: skewX(-15deg);
    top: 0;
    position: absolute;
    height: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    left: -100%;
    background: linear-gradient(90deg, #ffffff, rgb(149,156,187,0.5), #ffffff);
    opacity: 0.3;
    pointer-events: none;
    content: "";
    width: 100%;
}

.cookie-eductrl {
    padding: 20px 15px;
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.cookie-edu svg:hover {
    fill: rgb(149,156,187);
}

.cookie-show {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.cookie-banner-dialog p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}

.user-alert {
    text-decoration: none;
    line-height: 35px;
    font-size: 17px;
    color: #ffffff;
    background: rgb(183,190,214);
    border-radius: 21px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.cookie-banner-dialog p a:hover {
    color: rgb(149,156,187);
}

#cookie-popup-info:checked ~ .cookie-banner-dialog {
    opacity: 0;
    visibility: hidden;
}

.course-overview::before {
    content: "";
    filter: blur(120px);
    position: absolute;
    width: 300px;
    background: rgb(183,190,214,0.5);
    opacity: 0.4;
    z-index: 0;
    left: -100px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    top: -100px;
    height: 300px;
}

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

.course-overview .training-guide:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}

.course-overview .img-hover-effect {
    height: 280px;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.course-overview .training-guide:hover .img-hover-effect {
    transform: scale(1.05);
}

.course-overview .training-guide:hover .img-hover-effect::after {
    opacity: 0.5;
}

.course-overview .text-stack {
    transform: translateY(-30px);
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 15px;
}

.course-overview .text-stack h3 {
    margin-bottom: 25px;
    opacity: 0;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    font-size: calc(22px * 1.05);
    transform: translateX(-10px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.course-overview .text-stack span.description {
    display: none;
}

.course-overview .text-stack div {
    position: relative;
}

.education-history {
    position: relative;
    background: rgb(218,237,237);
    overflow: hidden;
    height: 500px;
}

.education-history::before {
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 50%;
    z-index: 1;
    background: rgb(183,190,214);
    position: absolute;
    left: 0;
    content: "";
}

.education-history .feedback-cloud {
    z-index: 3;
    display: flex;
    position: relative;
    height: 100%;
}

.education-history .img-hover-effect {
    width: 45%;
    filter: grayscale(30%) contrast(1.1);
    top: -15%;
    border-radius: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 130%;
    z-index: 2;
    transform: translateX(-5%);
}

.education-history .emp-skills {
    right: 0;
    padding: 0 3rem 0 7rem;
    position: absolute;
    flex-direction: column;
    width: 60%;
    z-index: 3;
    justify-content: center;
    height: 100%;
    display: flex;
}

.education-history .name::before {
    background: rgb(183,190,214);
    transform-origin: left;
    transition: transform 0.5s ease 0.7s;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    bottom: -10px;
    width: 50px;
    height: 5px;
    content: "";
}

.education-history .job-container {
    color: #000000;
    padding-left: 30px;
    position: relative;
    transform: translateX(50px);
    font-size: 12px;
    line-height: 1.8;
    max-width: 600px;
    animation: slide-left 0.7s forwards 0.6s;
    font-weight: 400;
    opacity: 0;
}

.education-history .job-container::after {
    line-height: 0;
    font-size: 20rem;
    z-index: -1;
    color: rgb(183,190,214,0.5);
    opacity: 0.1;
    bottom: -120px;
    right: -80px;
    content: '"';
    font-family: serif;
    position: absolute;
}

.education-history .emp-skills > div {
    transition: transform 0.3s ease;
}

.education-history:hover .emp-skills > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}

header::before {
    top: 0;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(183,190,214,0.5) 49.5%, rgb(183,190,214,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(149,156,187,0.5) 49.5%, rgb(149,156,187,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    height: 100%;
    left: 0;
    opacity: 0.15;
    z-index: -1;
    width: 100%;
    animation: gridMove 40s linear infinite;
    position: absolute;
}

header .head-mainbar {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 5px;
    position: relative;
    gap: 0.5rem;
    display: flex;
}

header .nav-main::before {
    content: '';
    background: linear-gradient(45deg, rgb(183,190,214), rgb(149,156,187));
    right: -2px;
    border-radius: calc(10px + 2px);
    position: absolute;
    transform: scale(0.95);
    transition: all 0.3s ease;
    z-index: -1;
    top: -2px;
    left: -2px;
    opacity: 0;
    bottom: -2px;
}

header .nav-main:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .top-train {
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
}

header .top-train:hover::before {
    left: 100%;
}

header .top-train svg {
    position: relative;
    z-index: 2;
    width: 160px;
    height: auto;
}

.join-now::before {
    width: 100%;
    left: 0;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    background-size: 30px 30px;
    animation: patternMove 15s linear infinite;
    top: 0;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
}

.join-now .success-story {
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    z-index: 2;
    padding: 0;
    position: relative;
    align-items: center;
}

.join-now .success-story::after {
    position: absolute;
    border-radius: 50%;
    top: -30px;
    content: '';
    right: -30px;
    filter: blur(20px);
    width: 100px;
    animation: floatBubble 10s ease-in-out infinite alternate;
    height: 100px;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
}

.join-now h3::before {
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    content: '';
    left: 10%;
    width: 80%;
    top: -30px;
}

.join-now h3:hover {
    transform: rotateX(0deg);
}

.join-now .talk-contact {
    z-index: 1;
    font-size: 18px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform-origin: bottom center;
    padding: 20px 50px;
    color: rgb(183,190,214);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    text-decoration: none;
    transform: perspective(1000px) rotateX(10deg);
    overflow: hidden;
}

.join-now .talk-contact:hover::before {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 1.2vw;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border: 1px double rgb(255, 255, 255, 0.5);
    border-radius: 12%;
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    box-shadow: inset 2px 1px 13px 5px rgba(0, 0, 0, 0.2);
}

.plan-array .cost-schemes p::-webkit-scrollbar {
    width: 4px;
}

.plan-array .cost-schemes p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,190,214,0.5);
}

.course-overview .text-stack p.description::-webkit-scrollbar {
    width: 4px;
}

.course-overview .text-stack p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course-overview .text-stack p.description::-webkit-scrollbar-thumb {
    background: rgb(183,190,214,0.5);
    transition: background 0.3s ease;
}

.course-overview .text-stack p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(183,190,214);
}



@media (max-width: 479px) {.company-info {
    padding: 50px 0 30px;
}.company-info .text-stack {
    padding: 20px 15px;
}.company-info h4 {
    margin-bottom: 25px;
    font-size: 23px;
}.company-info h4::after {
    height: 2px;
    width: 60px;
}.company-info h6 {
    font-size: calc(18px - 1px);
    margin-bottom: 15px;
}.company-info span {
    line-height: 1.5;
    font-size: calc(15px - 2px);
}.company-info .text-stack div::before,
    .company-info .text-stack div::after {
    display: none;
}}



@media (max-width: 767px) {.plan-array {
    padding: 60px 0;
}.plan-array h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.plan-array .pricing-block {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.plan-array .learning-feesugS {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan-array .cost-schemes {
    padding: 25px 20px;
}.plan-array .cost-schemes h4 {
    font-size: 21px;
}.plan-array .bundle-price {
    font-size: calc(21px * 1.1);
}
}



@media (max-width: 1024px) {.statistical-report {
    padding: 80px 0;
}.statistical-report h2 {
    margin-bottom: 60px;
}.statistical-report .growth-statistics {
    height: 180px;
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 50px;
}.statistical-report .growth-statistics p {
    font-size: calc(45px * 1.3);
    right: 25px;
    top: 25px;
}.statistical-report .growth-statistics:nth-child(even) p {
    left: 25px;
}.statistical-report .growth-statistics span {
    bottom: 25px;
    left: 25px;
}.statistical-report .growth-statistics:nth-child(even) span {
    right: 25px;
}
}



@media (min-width: 768px) and (max-width: 1023px) {.statistical-report .growth-statistics {
    height: 170px;
}.statistical-report .growth-statistics p {
    font-size: calc(45px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.statistical-report .growth-statistics,
    .statistical-report .growth-statistics::before {
    animation: none;
}}



@media (min-width: 768px) {.privacy-harbor {
    padding: 5rem 3rem;
}.privacy-harbor h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
}.privacy-harbor h1::after {
    height: 5px;
    width: 120px;
}.privacy-harbor h2 {
    padding-left: 25px;
    font-size: calc(29px * 1.05);
}.privacy-harbor h2::before {
    width: 6px;
}.privacy-harbor .container {
    padding: 0 2rem;
}.privacy-harbor p,
  .privacy-harbor span,
  .privacy-harbor li {
    line-height: 1.75;
    font-size: calc(16px * 1.05);
}.privacy-harbor ul {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem 1rem 2.5rem;
}
}



@media (max-width: 992px) {.contact-us .img-hover-effect {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.contact-us .message-query {
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
}.contact-us .connect-widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.contact-us .connect-reach {
    width: 100%;
}
}



@media (max-width: 768px) {.contact-us {
    padding: 60px 0;
}.contact-us .img-hover-effect {
    display: none;
}.contact-us h3 {
    font-size: calc(31px * 0.9);
}.contact-us .connect-widget,
    .contact-us .connect-reach {
    padding: 40px 30px;
}.contact-us form h3,
    .contact-us .connect-reach h4 {
    font-size: calc(23px * 0.9);
}
}



@media (min-width: 768px) {.greeting-page {
    padding: 5% 8%;
}.greeting-page h1 {
    font-size: calc(19px * 1.4);
    transform: translateX(0);
}.greeting-page .success-story {
    flex-direction: row;
    gap: 4rem;
}.greeting-page .text-stack {
    flex: 1.4;
}.greeting-page .img-hover-effect {
    flex: 1;
    min-height: 400px;
}.greeting-page .learn-quickpro svg {
    height: 100px;
    width: 100px;
}.greeting-page .learn-quickpro p {
    font-size: calc(14px * 1.5);
    max-width: 90%;
}
}



@media (min-width: 1200px) {.greeting-page {
    padding: 4% 10%;
}.greeting-page h1 {
    font-size: calc(19px * 1.5);
}.greeting-page .learn-quickpro p {
    max-width: 85%;
}.greeting-page .img-hover-effect {
    transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .main-page {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .expand-knowledge {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 576px) {footer .diversity {
    padding: 60px 0 20px;
}footer .edu-reach {
    padding: 15px;
    margin-bottom: 40px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav-mainbar {
    padding: 0 20px;
}footer .nav-mainbar::after {
    left: 20px;
    right: 20px;
}footer .head-mainbar h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .main-page a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .expand-knowledge {
    padding: 12px 15px;
}}



@media (min-width: 1200px) {.thanksPoint .success-story {
    max-width: 75%;
}
}



@media (max-width: 991px) {.thanksPoint {
    padding: 100px 0;
}.thanksPoint .success-story {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.thanksPoint {
    padding: 60px 0;
}.thanksPoint .success-story {
    padding: 30px 20px;
    transform: none;
}.thanksPoint h5 {
    font-size: calc(23px * 0.85);
    line-height: 1.5;
}.thanksPoint p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.thanksPoint h5::after {
    width: 60px;
    height: 2px;
}}


@media only screen and (max-width: 800px) {.cookie-eductrl {
    padding: 15px;
}.cookie-edu {
    display: none;
}.cookie-banner-dialog h5 {
    font-size: 20px;
}.cookie-banner-dialog p {
    font-size: 12px;
}}



@media (min-width: 992px) {.course-overview .training-guide {
    max-height: 450px;
}.course-overview .img-hover-effect {
    flex: 0 0 40%;
}.course-overview .text-stack {
    padding: 50px;
    flex: 0 0 60%;
}.course-overview .text-stack h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 30px;
}.course-overview .text-stack p.description {
    max-height: 250px;
    line-height: 1.8;
}
}



@media (min-width: 1200px) {.course-overview {
    padding: 150px 0;
}.course-overview .training-guide {
    max-height: 480px;
}.course-overview .img-hover-effect {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-overview .text-stack {
    padding: 60px;
}.course-overview .text-stack h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 35px;
}.course-overview .text-stack p.description {
    max-height: 280px;
}
}



@media (max-width: 992px) {.education-history {
    height: auto;
    padding: 0;
}.education-history::before {
    clip-path: none;
    width: 100%;
    height: 250px;
}.education-history .feedback-cloud {
    flex-direction: column;
}.education-history .img-hover-effect {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    height: 300px;
    clip-path: none;
}.education-history .emp-skills {
    width: 100%;
    padding: 2rem;
    position: relative;
}.education-history:hover .img-hover-effect {
    animation: none;
}.education-history .job-container::after {
    display: none;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head-mainbar {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .head-mainbar::-webkit-scrollbar {
    height: 3px;
}header .head-mainbar::-webkit-scrollbar-thumb {
    background: rgb(183,190,214);
    border-radius: 10px;
}header .nav-main {
    white-space: nowrap;
}header .top-train svg {
    width: 110px;
}}



@media screen and (max-width: 768px) {.join-now {
    padding: 100px 0;
}.join-now .success-story::before {
    width: 120%;
    left: -10%;
    transform: skewX(-10deg);
}.join-now h3 {
    font-size: calc(34px * 0.8);
    margin: 40px 0;
    transform: none;
}.join-now h3::before {
    top: -25px;
}.join-now h3::after {
    bottom: -25px;
}.join-now .talk-contact {
    transform: none;
    margin-bottom: 40px;
    font-size: calc(18px * 0.9);
    padding: 15px 40px;
}.join-now .talk-contact:hover {
    transform: translateY(-5px);
}
}

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



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



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



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



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



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



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}



@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}

