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

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

header,footer {
    width: 100%;
}

header {
    background-color: #ffffff;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    border-bottom: 2px solid rgb(217,217,231);
    position: fixed;
}

.our-background-style::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}

.our-background-style .container {
    display: grid;
    max-width: 1200px;
    z-index: 3;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.our-background-style .text-block-wrap-style:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-5px) translateZ(0);
}

.our-background-style h1 {
    letter-spacing: -0.5px;
    line-height: 1.1;
    font-size: 46px;
    transform: translateX(-5px);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.our-background-style h1::after {
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    transform-origin: left;
    background: rgb(180,180,207);
    content: "";
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
}

.our-background-style span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.7;
    columns: 1;
    position: relative;
    column-gap: 40px;
    max-width: 100%;
}

.our-background-style .text-block-wrap-style::after {
    opacity: 0.15;
    position: absolute;
    background: rgb(180,180,207);
    height: 80px;
    content: "";
    right: -20px;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: 40px;
    z-index: -1;
}

.try-immediately-style::before {
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.6;
    left: 0;
    position: absolute;
}

.try-immediately-style .study-expert-style::before {
    border-radius: 50%;
    top: 15%;
    z-index: -1;
    height: 70%;
    width: 120%;
    position: absolute;
    content: '';
    left: -10%;
    transform: perspective(800px) rotateX(60deg);
    filter: blur(30px);
    transform-origin: center center;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
}

.try-immediately-style h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 6px;
    font-size: calc(36px * 1.2);
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.try-immediately-style h3::after {
    top: -50px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    content: '';
    width: 30px;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    animation: pulseSphere 6s ease-in-out infinite;
    height: 30px;
    left: 50%;
}

.try-immediately-style .contact-us-stylekUPZX::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(180,180,207) 0%,
        rgb(144,138,177) 100%
    );
}

.try-immediately-style .contact-us-stylekUPZX::after {
    bottom: -2px;
    position: absolute;
    background-size: 200% 200%;
    z-index: -2;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(180,180,207),
        rgb(144,138,177),
        rgb(180,180,207)
    );
    right: -2px;
    top: -2px;
    opacity: 0;
    left: -2px;
    content: '';
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    animation: borderGradient 3s linear infinite;
}

.pricing-offer-style::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
}

.pricing-offer-style .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.pricing-offer-style h2 {
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateY(0);
    opacity: 1;
    font-size: 30px;
    font-weight: 700;
}

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

.pricing-offer-style .learning-package-style li {
    display: flex;
    perspective: 1000px;
}

.pricing-offer-style .fee-pricing-style::before {
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
    opacity: 0;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(180,180,207,0.5), transparent 75%);
    content: "";
}

.pricing-offer-style .fee-pricing-style:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}

.pricing-offer-style .fee-pricing-style:hover::before {
    opacity: 0.15;
}

.pricing-offer-style .learn-fees-style {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-offer-style .learn-fees-style h4 {
    font-size: calc(23px + 2px);
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
}

.pricing-offer-style .fee-pricing-style:hover .learn-fees-style h4::after {
    width: 60px;
}

.pricing-offer-style .learn-fees-style p {
    line-height: 1.6;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    margin: 0 0 25px;
    font-size: 15px;
    word-break: break-word;
}

.pricing-offer-style .cost-matrix-style::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
}

.pricing-offer-style .fee-pricing-style:hover .cost-matrix-style::before {
    left: 100%;
}

.privacy-cove-style h1 {
    font-size: 39px;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(180,180,207,0.5);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
}

.privacy-cove-style h3,
.privacy-cove-style h4,
.privacy-cove-style h5,
.privacy-cove-style h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}

.privacy-cove-style h3 {
    font-weight: 400;
    font-size: calc(21px - 0.2em);
}

.privacy-cove-style h5 {
    font-weight: 300;
    font-size: 21px;
}

.privacy-cove-style ul,
.privacy-cove-style ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.privacy-cove-style ul {
    list-style-type: circle;
}

.privacy-cove-style p {
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 1.5em;
    color: #ffffff;
}


.privacy-cove-style h1::after {
    height: 4px;
    content: "";
    margin: 0.5em auto 0;
    width: 80px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(180,180,207,0.5);
    display: block;
    background-color: rgb(180,180,207);
}

.privacy-cove-style ul li::before,
.privacy-cove-style ol li::before {
    height: 8px;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(180,180,207);
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(180,180,207,0.5);
    content: "";
}

.title-screen-style {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    min-height: 100vh;
    overflow: hidden;
}

.title-screen-style::before {
    bottom: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    top: 0;
    right: 0;
    position: absolute;
}

.title-screen-style > div {
    position: relative;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
    width: 90%;
    display: flex;
    transform: translateY(-2vh);
    z-index: 5;
}

.title-screen-style > div > div:first-child::before {
    top: 0;
    position: absolute;
    animation: scaleIn 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgb(144,138,177) 0%,
    rgb(180,180,207) 100%
  );
    height: 100%;
    transform: scaleY(0);
    content: "";
    transform-origin: top;
}

.title-screen-style .learn-first-style {
    padding: 2.5rem;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    display: flex;
    transform: translateY(30px);
    flex-direction: column;
    animation: riseUp 1s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.7) 0%,
    rgba(40, 40, 40, 0.3) 100%
  );
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    opacity: 0;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
}

.title-screen-style .path-edu-style h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    color: #ffffff;
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    transform: translateY(10px);
    font-weight: 600;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title-screen-style .learn-first-style span {
    display: block;
}

.title-screen-style .learn-first-style p {
    animation: fadeSlideIn 0.8s 1.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
    transform: translateX(10px);
    font-weight: 300;
    opacity: 0;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    letter-spacing: 0.3px;
}

.contact-us-style1TkH::before {
    content: '';
    inset: 0;
    position: absolute;
    background-color: rgb(180,180,207,0.5);
    z-index: -1;
}

.contact-us-style1TkH .reach-reach-style {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}

.contact-us-style1TkH .connect-map-style h3 {
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    color: #ffffff;
    position: relative;
    font-size: 38px;
}

.contact-us-style1TkH .connect-map-style div {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 calc(50% - 30px);
    display: flex;
    max-width: 220px;
    border-radius: 15px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 140px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-us-style1TkH .connect-map-style div svg path {
    fill: rgb(144,138,177);
}

.contact-us-style1TkH .connect-map-style div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-us-style1TkH .feedback-block-style {
    z-index: 2;
    border-radius: 15px;
    position: relative;
    transform: translateY(50px);
    background-color: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    max-width: 550px;
    padding: 40px 30px;
}

.contact-us-style1TkH .feedback-block-style h3 {
    margin-bottom: 25px;
    color: rgb(180,180,207);
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}

.contact-us-style1TkH .feedback-block-style input[type="text"]:focus,
.contact-us-style1TkH .feedback-block-style input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(144,138,177,0.5);
    border-color: rgb(144,138,177);
}

.contact-us-style1TkH .feedback-block-style input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style {
    align-items: flex-start;
    display: flex;
    flex: 1 0 100%;
    margin-top: 5px;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style input[type="checkbox"]:checked {
    border-color: rgb(144,138,177);
    background-color: rgb(144,138,177);
}

.contact-us-style1TkH .feedback-block-style .reach-box-style input[type="checkbox"]:checked::before {
    font-size: 12px;
    color: #ffffff;
    content: '✓';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style label a:hover {
    color: rgb(180,180,207);
}

.contact-us-style1TkH .feedback-block-style .reach-card-style {
    box-shadow: 0 5px 15px rgb(144,138,177,0.5);
    height: 50px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    width: 100%;
    background: linear-gradient(135deg, rgb(144,138,177), rgb(180,180,207));
    cursor: pointer;
    border-radius: 10px;
}

header .nav-learn-style {
    padding: 0;
    width: 100%;
}

header .first-section-style {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .header-nav-style {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
}

header .header-nav-style:after {
    transform: scaleX(0);
    content: '';
    position: absolute;
    left: 0;
    background-color: rgb(180,180,207);
    bottom: 0;
    height: 2px;
    transform-origin: center;
    width: 100%;
    transition: transform 0.3s ease;
}

header .head-main-style {
    padding: 5px 10px;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}

header .head-main-style:hover:before {
    opacity: 1;
}

header .head-main-style svg {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}

header .head-main-style:hover svg {
    transform: scale(1.05);
}

.customer-experience-style {
    padding: 100px 0;
    background: linear-gradient(150deg, rgb(217,217,231) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.customer-experience-style::after {
    z-index: 0;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(180,180,207,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(144,138,177,0.5) 1px, transparent 1px);
}

.customer-experience-style h4 {
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 80px;
    color: #000000;
    font-size: 29px;
}

.customer-experience-style h4::before {
    width: 40px;
    content: "";
    left: calc(50% - 20px);
    transform: rotate(45deg);
    border: 2px solid rgb(180,180,207,0.5);
    z-index: -1;
    height: 40px;
    position: absolute;
    bottom: -40px;
}

.customer-experience-style .learner-voices-style {
    background: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
    transform-origin: center center;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    position: relative;
    width: calc(33.33% - 40px);
    margin: 0 20px 60px;
    border-radius: 29px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
}

.customer-experience-style .learner-voices-style:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}

.customer-experience-style .learner-voices-style::before {
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: inherit;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.customer-experience-style .learner-voices-style:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}

.customer-experience-style .learner-voices-style:hover .pic-box-style {
    border-color: rgb(180,180,207,0.5);
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.customer-experience-style .learner-voices-style span {
    display: block;
    text-align: center;
    transform: translateZ(15px);
    margin-bottom: 12px;
    color: #000000;
    font-size: calc(16px * 1.1);
    transition: all 0.4s ease;
    font-weight: 600;
}

.customer-experience-style .learner-voices-style:hover p {
    transform: translateZ(20px);
    color: #000000;
}

.customer-experience-style .learner-voices-style:nth-child(3n+2)::after {
    background: rgb(144,138,177,0.5);
}

.leadership-experience-style {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, #f5f7fa 100%);
}

.leadership-experience-style::after {
    left: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(144,138,177,0.5), rgb(180,180,207,0.5));
    height: 250px;
    opacity: 0.3;
    filter: blur(50px);
    bottom: -5%;
    z-index: 0;
    position: absolute;
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
}

.leadership-experience-style .learner-voices-style {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    background: #ffffff;
    grid-gap: 30px;
}

.leadership-experience-style .learner-voices-style:hover .pic-box-style {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}

.leadership-experience-style .name {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: rgb(180,180,207);
    position: relative;
}

.leadership-experience-style .learner-voices-style:hover .name::after {
    width: 100%;
}

.leadership-experience-style .learner-voices-style > div:nth-child(2) > div {
    font-size: calc(13px - 1px);
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    color: rgb(144,138,177);
    transition: padding-left 0.3s ease;
}

.leadership-experience-style .past-career-style::before {
    font-size: 60px;
    content: "";
    color: rgb(180,180,207,0.5);
    font-family: serif;
    line-height: 1;
    opacity: 0.3;
    left: 10px;
    position: absolute;
    top: -15px;
}

.metrics-summary-style {
    overflow: hidden;
    position: relative;
    background-color: rgb(217,217,231);
    padding: 120px 0 90px;
    z-index: 1;
}

.metrics-summary-style::after {
    background-image: 
        linear-gradient(rgb(180,180,207,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(180,180,207,0.5) 1px, transparent 1px);
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-position: -1px -1px;
    z-index: -1;
    opacity: 0.15;
    top: 0;
    content: "";
    position: absolute;
}

.metrics-summary-style h2 {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0 0 70px;
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.metrics-summary-style h2::after {
    transform: translateX(-50%);
    position: absolute;
    width: 12px;
    bottom: -19px;
    box-shadow: 0 0 0 4px rgb(217,217,231), 0 0 0 6px rgb(180,180,207,0.5);
    content: "";
    background: rgb(180,180,207);
    height: 12px;
    border-radius: 50%;
    left: 50%;
}

.metrics-summary-style .mentor-statistics-style::before {
    content: "";
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    left: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: 5px;
}

.metrics-summary-style .mentor-statistics-style::after {
    inset: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%);
    z-index: -1;
    position: absolute;
    transition: opacity 0.4s ease;
    background-position: 0 0, 10px 10px;
    opacity: 0;
    background-size: 20px 20px;
}

.metrics-summary-style .mentor-statistics-style span {
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    transition: transform 0.3s ease 0.1s;
    font-size: 12px;
}

.metrics-summary-style svg path {
    fill: rgb(144,138,177);
}

.metrics-summary-style .mentor-statistics-style:hover svg {
    transform: rotate(20deg);
    opacity: 1;
}

.track-alert-style {
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: nowrap;
    padding: 0 20px;
    justify-content: space-between;
    display: flex;
}

#cookie-banner-alert-style {
    display: none;
}

.cookieNotificationBar-style h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    color: rgb(180,180,207);
    margin-bottom: 6px;
}

.cookie-expand-style {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie-rules-style {
    text-transform: uppercase;
    background: rgb(180,180,207);
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: border 0.2s;
    font-size: 14px;
    min-width: 140px;
    border: 2px solid transparent;
    padding: 12px 24px;
    text-align: center;
    margin-left: 10px;
    flex-shrink: 0;
}

.warp-container-style .cookie-rules-style {
    background: rgb(180,180,207);
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    border: none;
    color: #ffffff;
    border-radius: 10px;
}

.ty-div-style {
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgb(144,138,177,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.ty-div-style::after {
    right: -5%;
    content: "";
    opacity: 0.3;
    width: 40%;
    height: 40%;
    background: linear-gradient(225deg, rgb(144,138,177) 0%, transparent 80%);
    bottom: -10%;
    position: absolute;
    filter: blur(50px);
    z-index: 0;
    transform: rotate(15deg);
}

.ty-div-style .study-expert-style {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    position: relative;
    flex-direction: column;
    padding: 50px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ty-div-style .study-expert-style > div:first-child {
    position: relative;
    padding-bottom: 20px;
}

.ty-div-style .study-expert-style > div:first-child::after {
    transform-origin: left;
    bottom: 0;
    background-color: rgb(180,180,207);
    content: "";
    height: 3px;
    left: 0;
    width: 80px;
    position: absolute;
    animation: lineExtend 1.5s ease-out forwards;
}

.ty-div-style .study-expert-style > div:last-child {
    position: relative;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
}

.ty-div-style a:hover::before {
    height: 100%;
}

.ty-div-style p {
    position: relative;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

.course-highlights-style {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(217,217,231), #ffffff 80%);
    position: relative;
}

.course-highlights-style::after {
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(144,138,177), transparent);
    opacity: 0.6;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
}

.course-highlights-style h2 {
    transform: translateX(10px);
    font-size: 37px;
    max-width: 90%;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    display: inline-block;
}

.course-highlights-style h2:hover::before {
    transform: scaleY(1.1);
}

.course-highlights-style .pic-box-style {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course-highlights-style .pic-box-style::after {
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    opacity: 0;
    content: "";
    left: 0;
    height: 100%;
}

.course-highlights-style .text-block-wrap-style::before {
    height: 5px;
    transition: transform 0.5s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0.97);
}

.course-highlights-style .description:last-child {
    margin-bottom: 0;
}

.course-highlights-style .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(144,138,177);
    font-size: 1.5em;
}

footer .linkedin-ref-style::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    opacity: 0.05;
    height: 100%;
}



footer .linkedin-ref-style .container {
    z-index: 2;
    position: relative;
}

footer .workshop-cta-style {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .message-block-style::after {
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(144,138,177,0.5) 50%, 
        transparent 100%);
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}

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

footer .info_item p,
footer .info_item a {
    gap: 10px;
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    display: grid;
}

footer .head-primary-style svg {
    filter: drop-shadow(0 0 5px rgb(180,180,207,0.5));
    max-width: 160px;
    height: auto;
}

footer .top-start-style {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .top-start-style h5::after {
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(144,138,177);
    border-radius: 10px;
    content: '';
    width: 50px;
}

footer .main-pro-style a {
    transition: all 0.3s ease;
    padding-left: 15px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    opacity: 0.8;
}

footer .main-pro-style a:hover {
    color: rgb(144,138,177);
    transform: translateX(5px);
    opacity: 1;
}

footer .main-pro-style a:hover::before {
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(144,138,177);
    width: 8px;
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

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

footer .subscribe_holder p {
    font-size: 12px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

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

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(144,138,177,0.5);
    border-color: rgb(144,138,177);
}

footer .sub-signup-style {
    padding: 12px 24px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(144,138,177) 0%, rgb(180,180,207) 100%);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-size: 17px;
}

footer .netiquette-style {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

footer .netiquette-style::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(144,138,177,0.5) 50%, 
        transparent 100%);
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    position: absolute;
}



@media (min-width: 768px) {.our-background-style {
    padding: 150px 0;
}.our-background-style .container {
    grid-template-columns: 1fr;
}.our-background-style .text-block-wrap-style {
    margin-left: 60px;
    width: calc(100% - 60px);
    padding: 60px 70px;
}.our-background-style h1 {
    font-size: calc(46px * 1.2);
    margin-bottom: 40px;
}.our-background-style span {
    columns: 2;
    column-gap: 50px;
}
}



@media screen and (max-width: 992px) {.try-immediately-style {
    padding: 90px 0;
}.try-immediately-style h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
    letter-spacing: 5px;
}.try-immediately-style h3::after {
    height: 25px;
    top: -40px;
    width: 25px;
}.try-immediately-style .contact-us-stylekUPZX {
    padding: 18px 50px;
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 576px) {.try-immediately-style {
    padding: 60px 0;
}.try-immediately-style h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 3px;
}.try-immediately-style h3::before {
    bottom: -15px;
    height: 6px;
}.try-immediately-style h3::after {
    width: 15px;
    top: -30px;
    height: 15px;
}.try-immediately-style .contact-us-stylekUPZX {
    font-size: calc(16px * 0.85);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}}



@media (max-width: 992px) {.pricing-offer-style h2 {
    font-size: calc(30px - 4px);
}.pricing-offer-style .program-fees-style {
    margin-bottom: 30px;
    font-size: 15px;
}.pricing-offer-style .price-choices-style {
    padding: 25px;
}
}



@media (max-width: 576px) {.pricing-offer-style {
    padding: 50px 0;
}.pricing-offer-style h2 {
    font-size: calc(30px - 6px);
}.pricing-offer-style .program-fees-style {
    font-size: calc(15px - 1px);
}.pricing-offer-style .price-choices-style {
    padding: 20px;
}.pricing-offer-style .learn-fees-style p {
    font-size: calc(15px - 1px);
}}



@media (max-width: 992px) {.title-screen-style > div {
    gap: 2rem;
    width: 95%;
}.title-screen-style > div > div:first-child {
    padding-left: 1.5rem;
    margin-left: 1rem;
}.title-screen-style .learn-first-style {
    padding: 2rem;
}
}



@media (max-width: 480px) {.title-screen-style {
    min-height: 80vh;
}.title-screen-style > div {
    gap: 1rem;
    width: 92%;
}.title-screen-style .learn-first-style {
    gap: 1rem;
    padding: 1.25rem;
}.title-screen-style .title_style_header {
    font-size: 2rem;
}.title-screen-style .path-edu-style h3 {
    font-size: 1.1rem;
}.title-screen-style .learn-first-style p {
    font-size: 0.95rem;
}.title-screen-style .learn-first-style > div:last-child::before {
    left: -10px;
    width: 20px;
    height: 20px;
}}



@media screen and (min-width: 1200px) {.contact-us-style1TkH .connect-map-style {
    padding-left: 200px;
    width: 70%;
}.contact-us-style1TkH .feedback-block-style {
    width: 40%;
    max-width: 480px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.contact-us-style1TkH {
    padding: 80px 0 120px;
}.contact-us-style1TkH .connect-map-style {
    padding: 0 20px 120px;
    justify-content: space-between;
}.contact-us-style1TkH .connect-map-style div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}



@media screen and (max-width: 767px) {.contact-us-style1TkH {
    padding: 60px 0 120px;
}.contact-us-style1TkH .connect-map-style {
    padding: 0 20px 120px;
}.contact-us-style1TkH .connect-map-style h3 {
    font-size: calc(18px + 2px);
}.contact-us-style1TkH .connect-map-style div {
    margin-bottom: 0;
    flex: 0 0 100%;
    min-height: 120px;
    max-width: 280px;
}.contact-us-style1TkH .connect-map-style div svg {
    height: 30px;
    width: 30px;
}.contact-us-style1TkH .feedback-block-style {
    padding: 30px 25px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top-start-style {
    gap: 20px;
}header .header-nav-style:before {
    left: -10px;
}header .head-main-style svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head-main-style svg {
    height: 32px;
}}



@media (max-width: 1200px) {.customer-experience-style .learner-voices-style {
    width: calc(50% - 40px);
}
}



@media (max-width: 768px) {.customer-experience-style {
    padding: 70px 0;
}.customer-experience-style h4 {
    margin-bottom: 60px;
}.customer-experience-style .success-opinions-style {
    perspective: none;
}.customer-experience-style .learner-voices-style,
    .customer-experience-style .learner-voices-style:nth-child(3n+2),
    .customer-experience-style .learner-voices-style:nth-child(3n+3) {
    width: 100%;
    margin: 0 auto 40px;
    padding: 25px;
    max-width: 350px;
    transform: none;
}.customer-experience-style .learner-voices-style:hover,
    .customer-experience-style .learner-voices-style:nth-child(3n+2):hover,
    .customer-experience-style .learner-voices-style:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.customer-experience-style .learner-voices-style:last-child {
    margin-bottom: 0;
}.customer-experience-style .pic-box-style {
    width: 80px;
    height: 80px;
}.customer-experience-style .learner-voices-style:hover .pic-box-style {
    transform: scale(1.1);
}.customer-experience-style .learner-voices-style span,
    .customer-experience-style .learner-voices-style:hover span,
    .customer-experience-style .learner-voices-style p,
    .customer-experience-style .learner-voices-style:hover p {
    transform: none;
}}



@media (max-width: 767px) {.leadership-experience-style {
    padding: 60px 0;
}.leadership-experience-style .learner-voices-style {
    text-align: center;
    padding: 30px;
}.leadership-experience-style .pic-box-style {
    margin: 0 auto 20px;
}.leadership-experience-style .name::after {
    left: 50%;
    transform: translateX(-50%);
}.leadership-experience-style .learner-voices-style:hover > div:nth-child(2) > div {
    padding-left: 0;
}.leadership-experience-style .past-career-style {
    padding: 15px;
    text-align: left;
}}



@media (max-width: 768px) {.metrics-summary-style {
    padding: 60px 0 50px;
}.metrics-summary-style h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.metrics-summary-style .mentor-statistics-style {
    padding: 30px 20px;
    max-width: 100%;
}
}


@media only screen and (max-width: 1200px) {.track-alert-style {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.cookie-expand-style {
    display: none;
}.track-alert-style {
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieNotificationBar-style h5, .cookieNotificationBar-style p {
    text-align: center;
}.cookie-menu-style {
    margin-bottom: 20px;
}.cookie-rules-style {
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 767px) {.ty-div-style {
    padding: 60px 0;
}.ty-div-style .study-expert-style {
    gap: 25px;
    padding: 35px 25px;
}.ty-div-style .study-expert-style > div:first-child::after {
    width: 60px;
}.ty-div-style h5 {
    font-size: calc(19px * 0.9);
}.ty-div-style a::before {
    left: -10px;
}
}



@media (min-width: 768px) {.course-highlights-style {
    padding: 8rem 0;
}.course-highlights-style .learn-development-style {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.course-highlights-style h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 1.1);
    max-width: 80%;
}.course-highlights-style .pic-box-style {
    min-height: 500px;
    height: 100%;
}.course-highlights-style .text-block-wrap-style {
    max-height: 600px;
    padding: 3rem;
    overflow-y: auto;
}.course-highlights-style .text-block-wrap-style::-webkit-scrollbar {
    width: 8px;
}.course-highlights-style .text-block-wrap-style::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
}.course-highlights-style .text-block-wrap-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(144,138,177,0.5);
}.course-highlights-style .text-block-wrap-style::-webkit-scrollbar-thumb:hover {
    background: rgb(144,138,177);
}
}



@media (max-width: 767px) {.course-highlights-style {
    padding: 4rem 0;
}.course-highlights-style h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.course-highlights-style .pic-box-style {
    height: 250px;
}.course-highlights-style .text-block-wrap-style {
    padding: 1.5rem;
}.course-highlights-style .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 992px) {footer .linkedin-ref-style {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .message-block-style {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 576px) {footer .linkedin-ref-style {
    padding: 40px 0 30px;
}footer .head-primary-style {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .mentor-cta-style {
    text-align: center;
    margin: 0 auto;
}footer .top-start-style h5 {
    text-align: center;
}footer .top-start-style h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .main-pro-style {
    align-items: center;
}footer .main-pro-style a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}



@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}



@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}



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



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



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
}



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



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

