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

.main-base-style {
    flex: 1 0 auto;
}

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

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

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

.linkedin-ref-style {
    flex: 0 0 auto;
}


.our-background-style {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.our-background-style::after {
    height: 100%;
    background-size: 60px 60px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
}

.our-background-style .text-block-wrap-style {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    background: linear-gradient(
    to right bottom,
    rgba(rgb(180,180,207,0.5), 0.25),
    rgba(rgb(144,138,177,0.5), 0.15)
  );
    transform: translateZ(0);
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(180,180,207);
}



.our-background-style ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.our-background-style li {
    margin-bottom: 20px;
}

.our-background-style h4 {
    position: relative;
    display: inline-block;
    color: rgb(144,138,177);
    font-size: calc(24px * 1.2);
    font-weight: 600;
    margin-bottom: 15px;
}

.our-background-style .text-block-wrap-style::before {
    border: 2px solid rgb(144,138,177);
    right: 30px;
    height: 120px;
    transform: rotate(-15deg);
    content: "";
    width: 120px;
    top: -10px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
}

.try-immediately-style {
    background-size: 200% 200%;
    animation: gradientMove 15s ease infinite;
    overflow: hidden;
    position: relative;
    padding: 110px 0;
    background: 
        linear-gradient(140deg, 
            rgb(144,138,177) 0%, 
            rgb(180,180,207) 50%, 
            rgb(144,138,177) 100%);
    z-index: 1;
}

.try-immediately-style::after {
    height: 100%;
    width: 100%;
    animation: shadowSweep 10s linear infinite alternate;
    top: 0;
    z-index: -1;
    content: '';
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    left: 0;
    position: absolute;
}

.try-immediately-style .study-expert-style {
    max-width: 1000px;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.try-immediately-style .study-expert-style::after {
    opacity: 0.3;
    content: '';
    left: 0;
    bottom: -20px;
    filter: blur(1px);
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    height: 1px;
    animation: glowLine 3s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
}

.try-immediately-style h3::before {
    opacity: 0.1;
    filter: blur(5px);
    height: 10px;
    bottom: -25px;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    left: 20%;
    animation: widthPulse 4s ease-in-out infinite alternate;
    content: '';
    position: absolute;
    width: 60%;
}

.try-immediately-style .contact-us-stylekUPZX {
    position: relative;
    padding: 20px 60px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    color: rgb(180,180,207);
    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
    );
    border-radius: 0;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    background: #ffffff;
    letter-spacing: 3px;
    border: none;
}

.try-immediately-style .contact-us-stylekUPZX:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
}

.try-immediately-style .contact-us-stylekUPZX:hover::before {
    opacity: 1;
}

.try-immediately-style .contact-us-stylekUPZX:hover::after {
    opacity: 1;
}

.pricing-offer-style {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}

.pricing-offer-style::after {
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(180,180,207,0.5), 0.15) 0%, transparent 50%);
    left: 0;
    top: 0;
    content: "";
}

.pricing-offer-style .rate-schemes-style {
    position: relative;
}

.pricing-offer-style h2::after {
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    height: 3px;
    width: 80px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
}

.pricing-offer-style .program-fees-style {
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    max-width: 700px;
    font-size: calc(15px + 2px);
    text-align: center;
    margin: 0 auto 40px;
}

.pricing-offer-style .fee-pricing-style {
    width: 100%;
    display: flex;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    flex-direction: column;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.pricing-offer-style .price-choices-style {
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 30px;
}

.pricing-offer-style .fee-pricing-style:hover .learn-fees-style h4 {
    transform: translateY(-5px);
}

.pricing-offer-style .learn-fees-style h4::after {
    left: 0;
    bottom: -8px;
    width: 40px;
    background: rgb(144,138,177);
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    position: absolute;
}

.pricing-offer-style .cost-matrix-style {
    border-radius: 10px;
    margin-top: auto;
    font-size: calc(23px + 4px);
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(180,180,207,0.5), transparent);
    align-self: flex-start;
    color: #ffffff;
    font-weight: 700;
}

.pricing-offer-style .fee-pricing-style:hover .cost-matrix-style {
    transform: scale(1.05);
}

.privacy-cove-style {
    box-shadow: 0 0 20px rgb(180,180,207,0.5);
    padding: 2em;
    background-color: rgb(180,180,207);
    font-family: Arial, sans-serif;
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid rgb(180,180,207,0.5);
}

.privacy-cove-style h2 {
    font-weight: 600;
    text-shadow: 0 0 8px rgb(144,138,177,0.5);
    color: rgb(144,138,177);
    font-size: 36px;
    margin-bottom: 1em;
}

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

.privacy-cove-style h6 {
    font-weight: 300;
    font-size: 19px;
}

.privacy-cove-style ol {
    list-style-type: decimal;
}

.privacy-cove-style li {
    margin-bottom: 0.75em;
    font-size: 17px;
    color: #ffffff;
}

.privacy-cove-style span {
    font-weight: 600;
    color: rgb(180,180,207);
}

.privacy-cove-style div {
    margin-bottom: 1.5em;
}

.privacy-cove-style h2::after {
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(144,138,177,0.5);
    height: 3px;
    content: "";
    display: block;
    width: 60px;
    background-color: rgb(144,138,177);
    margin: 0.5em auto 0;
}

.privacy-cove-style a {
    text-decoration: underline;
    color: rgb(180,180,207);
    box-shadow: 0 0 5px rgb(180,180,207,0.5);
}

.privacy-cove-style a:hover {
    color: rgb(144,138,177);
    box-shadow: 0 0 5px rgb(144,138,177,0.5);
}

.privacy-cove-style blockquote {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    box-shadow: 0 0 10px rgb(180,180,207,0.5);
    font-style: italic;
    border-left: 5px solid rgb(180,180,207);
    margin: 1em 0;
    padding: 1.5em;
}

.title-screen-style::after {
    pointer-events: none;
    top: -10%;
    left: -10%;
    background: radial-gradient(
    ellipse at center,
    rgb(180,180,207,0.5) 0%,
    transparent 60%
  );
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    width: 120%;
    height: 120%;
    z-index: 2;
    position: absolute;
    opacity: 0.4;
}

.title-screen-style > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    padding-left: 2rem;
    margin-left: 2rem;
    position: relative;
}

.title-screen-style .title_style_header {
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(144,138,177) 100%
  );
    letter-spacing: -0.5px;
    color: transparent;
    background-clip: text !important;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    opacity: 0;
    transform: translateX(-20px);
    font-size: clamp(2.5rem, 5vw, 48px);
    animation: fadeSlideIn 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title-screen-style .path-edu-style {
    position: relative;
}

.title-screen-style .path-edu-style::after {
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(
    to right,
    rgb(144,138,177) 0%,
    transparent 100%
  );
    width: 60%;
    content: "";
    transform-origin: left;
    bottom: -10px;
    left: 0;
    animation: expandWidth 1.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title-screen-style .learn-first-style > div:last-child {
    margin-top: 1rem;
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s 1.6s forwards ease-out;
}

.title-screen-style .learn-first-style > div:last-child::before {
    left: -15px;
    border-bottom: 2px solid rgb(180,180,207);
    animation: fadeIn 0.5s 1.8s forwards ease-out;
    width: 30px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    opacity: 0;
    border-left: 2px solid rgb(180,180,207);
    top: 50%;
    height: 30px;
}

.contact-us-style1TkH {
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    min-height: 650px;
    position: relative;
}

.contact-us-style1TkH .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
}

.contact-us-style1TkH .connect-map-style {
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    display: flex;
    padding: 40px 20px 120px;
    flex-wrap: wrap;
    background-color: transparent;
    position: relative;
    justify-content: center;
}

.contact-us-style1TkH .connect-map-style h3::after {
    background-color: rgb(144,138,177);
    width: 60px;
    height: 3px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
}

.contact-us-style1TkH .connect-map-style div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.contact-us-style1TkH .connect-map-style div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.contact-us-style1TkH .connect-map-style div span {
    margin-top: 10px;
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}

.contact-us-style1TkH .connect-map-style div span a:hover {
    color: rgb(144,138,177);
}

.contact-us-style1TkH .feedback-block-style::before {
    width: 30px;
    border-radius: 3px;
    height: 30px;
    z-index: -1;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    content: '';
    background-color: #ffffff;
    top: -15px;
}

.contact-us-style1TkH .feedback-block-style form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}

.contact-us-style1TkH .feedback-block-style input[type="text"],
.contact-us-style1TkH .feedback-block-style input[type="email"] {
    height: 50px;
    border: 1px solid rgb(217,217,231);
    font-size: 16px;
    background-color: transparent;
    padding: 15px 20px;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    flex: 1 0 100%;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style input[type="checkbox"] {
    border: 2px solid rgb(217,217,231);
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 3px;
    flex-shrink: 0;
    appearance: none;
    position: relative;
    margin-right: 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-appearance: none;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}

.contact-us-style1TkH .feedback-block-style .reach-box-style label a {
    text-decoration: none;
    color: rgb(144,138,177);
    transition: color 0.3s ease;
}

.contact-us-style1TkH .feedback-block-style .reach-card-style:hover {
    box-shadow: 0 8px 25px rgb(180,180,207,0.5);
    transform: translateY(-3px);
}

header:before {
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    position: absolute;
    height: 4px;
    top: 0;
    content: '';
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177), rgb(180,180,207));
}

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

header .top-start-style {
    display: flex;
    gap: 35px;
    align-items: center;
}

header .header-nav-style:before {
    width: 6px;
    position: absolute;
    left: -15px;
    content: '';
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    background-color: rgb(180,180,207);
    height: 6px;
}

header .header-nav-style:hover {
    color: rgb(180,180,207);
}

header .header-nav-style:hover:before {
    transform: translateY(-50%) scale(1);
}

header .header-nav-style:hover:after {
    transform: scaleX(1);
}

header .head-main-style:before {
    top: 0;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    left: 0;
    -webkit-mask-composite: xor;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    width: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: '';
    background: linear-gradient(to right, rgb(180,180,207), rgb(144,138,177)) border-box;
    mask-composite: exclude;
}

.customer-experience-style::before {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(180,180,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(144,138,177,0.5) 0%, transparent 30%);
    top: 0;
    z-index: 0;
    opacity: 0.6;
    position: absolute;
    left: 0;
    content: "";
}

.customer-experience-style .study-expert-style {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}

.customer-experience-style h4::after {
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    left: 50%;
    bottom: -20px;
    height: 3px;
    background: rgb(180,180,207);
}

.customer-experience-style .success-opinions-style {
    display: flex;
    transform-style: preserve-3d;
    perspective: 1000px;
    justify-content: center;
    flex-wrap: wrap;
}

.customer-experience-style .learner-voices-style:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    z-index: 2;
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

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

.customer-experience-style .learner-voices-style:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

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

.customer-experience-style .learner-voices-style::after {
    height: 40px;
    border-radius: 50%;
    opacity: 0.3;
    top: -10px;
    position: absolute;
    background: rgb(180,180,207,0.5);
    z-index: -1;
    content: "";
    width: 40px;
    transition: all 0.4s ease;
    right: -10px;
}

.customer-experience-style .pic-box-style {
    margin: 0 auto 20px;
    position: relative;
    height: 90px;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 90px;
}

.customer-experience-style .learner-voices-style:hover span {
    color: rgb(180,180,207);
    transform: translateZ(30px);
}

.customer-experience-style .learner-voices-style p {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    transform: translateZ(10px);
    font-size: 16px;
    transition: all 0.4s ease;
}

.customer-experience-style .learner-voices-style:nth-child(3n+1)::after {
    background: rgb(180,180,207,0.5);
}

.customer-experience-style .learner-voices-style:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(180,180,207,0.5), rgb(144,138,177,0.5));
}

.leadership-experience-style::before {
    background: linear-gradient(45deg, rgb(180,180,207,0.5), rgb(144,138,177,0.5));
    height: 300px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    top: -10%;
    content: "";
    opacity: 0.4;
    right: -5%;
    width: 300px;
}

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

.leadership-experience-style .learner-voices-style:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.leadership-experience-style .learner-voices-style > div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.leadership-experience-style .pic-box-style {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    width: 120px;
    height: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.leadership-experience-style .name::after {
    content: "";
    position: absolute;
    bottom: -4px;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    width: 0;
    height: 3px;
    transition: width 0.3s ease-in-out;
    left: 0;
}

.leadership-experience-style .learner-voices-style:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.leadership-experience-style .past-career-style {
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(180,180,207);
    font-size: 13px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 20px;
    position: relative;
}

.metrics-summary-style::before {
    width: 100%;
    opacity: 0.8;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(0deg, rgb(217,217,231) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgb(180,180,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(144,138,177,0.5) 0%, transparent 30%);
    position: absolute;
}

.metrics-summary-style .container {
    position: relative;
    padding: 0 30px;
    max-width: 1400px;
    z-index: 5;
    margin: 0 auto;
}

.metrics-summary-style h2::before {
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(180,180,207);
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
}

.metrics-summary-style ul {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    gap: 30px;
    flex-wrap: wrap;
}

.metrics-summary-style .mentor-statistics-style {
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
    position: relative;
    max-width: calc(25% - 30px);
    min-width: 250px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    flex: 1;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 1px 1px rgba(255, 255, 255, 0.2) inset,
        0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

.metrics-summary-style .mentor-statistics-style:hover::after {
    opacity: 0.3;
}

.metrics-summary-style .mentor-statistics-style p {
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: calc(44px * 1.1);
    color: rgb(180,180,207);
    transition: transform 0.3s ease;
}

.metrics-summary-style .mentor-statistics-style:hover p {
    transform: translateY(-5px);
}

.metrics-summary-style .mentor-statistics-style:hover span {
    transform: translateY(-5px);
}

.metrics-summary-style svg {
    transition: transform 0.3s ease;
    fill: rgb(144,138,177);
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.6;
    height: 20px;
}

.cookieNotificationBar-style {
    padding: 20px 0;
    background: rgb(217,217,231);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(180,180,207);
    bottom: 0;
    position: fixed;
    width: 100%;
}

#cookie-banner-alert-style:checked ~ .cookieNotificationBar-style {
    opacity: 0;
    visibility: hidden;
}

.cookieNotificationBar-style p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}

.cookie-expand-style svg, .cookie-expand-style svg path {
    width: 80px;
    fill: rgb(180,180,207);
    height: 80px;
}

.cookie_button.gdpr-banner-style {
    background: rgb(180,180,207);
}

.cookie_button.user-default-style {
    background: rgb(144,138,177);
}

.cookie-rules-style:hover {
    border: 2px solid #ffffff;
}

.cookieNotificationBar-style p a {
    color: rgb(180,180,207);
    font-weight: 700;
    text-decoration: underline;
}


.warp-container-style .cookieNotificationBar-style {
    background: rgb(144,138,177);
    padding: 30px 0;
    border: none;
}

.warp-container-style .cookie-menu-style h5, .warp-container-style .cookie-menu-style p {
    color: #ffffff;
}

.ty-div-style::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(180,180,207,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
}

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

.ty-div-style .study-expert-style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty-div-style .study-expert-style::before {
    width: 100%;
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(180,180,207) 0%, 
        rgb(144,138,177) 50%, 
        rgb(180,180,207) 100%);
    top: -2px;
}

.ty-div-style h5 {
    margin: 0;
    opacity: 0;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    color: #000000;
}

.ty-div-style a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.ty-div-style a:hover {
    transform: translateX(5px);
}

.ty-div-style a::before {
    height: 0;
    top: 0;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgb(144,138,177);
    width: 4px;
    content: "";
    position: absolute;
}

.course-highlights-style::before {
    content: "";
    height: 250px;
    filter: blur(40px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    transform: translateZ(0);
    top: -50px;
    background: rgb(144,138,177,0.5);
    width: 250px;
    right: -50px;
}

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

.course-highlights-style h2::before {
    height: 100%;
    transform: scaleY(0.9);
    width: 4px;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(144,138,177);
    position: absolute;
    left: -10px;
}

.course-highlights-style .learn-development-style {
    display: grid;
    transform: translateZ(0);
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.course-highlights-style .pic-box-style:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-highlights-style .pic-box-style:hover::after {
    opacity: 1;
}

.course-highlights-style .text-block-wrap-style {
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease;
    padding: 2.5rem;
}

.course-highlights-style .text-block-wrap-style:hover::before {
    transform: scaleX(1);
}

.course-highlights-style .description {
    line-height: 1.75;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    position: relative;
}

.course-highlights-style .description:hover {
    opacity: 1;
}

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

footer .linkedin-ref-style {
    padding: 80px 0 30px;
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(180,180,207) 100%);
}

footer .linkedin-ref-style::after {
    left: 0;
    content: '';
    animation: glowBorder 3s infinite linear;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(180,180,207) 0%, 
        rgb(144,138,177) 50%, 
        rgb(180,180,207) 100%);
    width: 100%;
    position: absolute;
}

footer .message-block-style {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    justify-content: space-between;
    gap: 30px;
}

footer .info_item {
    transform: translateY(0);
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    backdrop-filter: blur(5px);
}

footer .info_item svg {
    width: 20px;
    fill: rgb(144,138,177);
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

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

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(144,138,177);
}

footer .head-primary-style {
    flex-direction: column;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

footer .mentor-cta-style {
    font-weight: 300;
    line-height: 1.5;
    opacity: 0.7;
    max-width: 300px;
    color: #ffffff;
    font-size: 14px;
}

footer .top-start-style h5 {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

footer .main-pro-style {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .main-pro-style a::before {
    content: '';
    top: 50%;
    border-radius: 50%;
    width: 6px;
    transform: translateY(-50%);
    left: 0;
    height: 6px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(144,138,177);
    opacity: 0.7;
}

footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 17px;
    display: flex;
    gap: 15px;
    background: rgba(0, 0, 0, 0.2);
}

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

footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    color: #ffffff;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 12px;
    outline: none;
    transition: all 0.3s ease;
}

footer .sub-signup-style::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.6s;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    content: '';
    left: -100%;
}

footer .sub-signup-style:hover::before {
    left: 100%;
}

footer .sub-signup-style:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .access-cta-style {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
    font-weight: 300;
}


@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: 1200px) {.our-background-style .text-block-wrap-style {
    padding: 70px 80px;
    margin-left: 100px;
    width: calc(100% - 100px);
}.our-background-style h1 {
    font-size: calc(46px * 1.4);
}.our-background-style span {
    columns: 2;
    column-gap: 60px;
}
}



@media (max-width: 767px) {.our-background-style {
    padding: 80px 0;
}.our-background-style .text-block-wrap-style {
    padding: 30px 25px;
}.our-background-style h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.9);
}.our-background-style h4 {
    font-size: 24px;
}.our-background-style span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}



@media screen and (max-width: 768px) {.try-immediately-style {
    padding: 80px 0;
}.try-immediately-style h3 {
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.try-immediately-style h3::before {
    bottom: -20px;
    height: 8px;
}.try-immediately-style h3::after {
    top: -35px;
    width: 20px;
    height: 20px;
}.try-immediately-style .contact-us-stylekUPZX {
    padding: 15px 40px;
    letter-spacing: 2px;
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 1200px) {.pricing-offer-style {
    padding: 80px 0;
}.pricing-offer-style .learning-package-style {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.pricing-offer-style {
    padding: 60px 0;
}.pricing-offer-style .learning-package-style {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing-offer-style .learn-fees-style h4 {
    font-size: 23px;
}.pricing-offer-style .cost-matrix-style {
    font-size: 23px;
}
}


@media only screen and (max-width: 800px) {.privacy-cove-style {
    padding: 1em;
    border-radius: 10px;
}.privacy-cove-style h1 {
    font-size: calc(21px - 0.5em);
}.privacy-cove-style h2 {
    font-size: calc(21px - 0.4em);
}.privacy-cove-style p,
    .privacy-cove-style li {
    font-size: calc(17px - 0.2em);
}}



@media (max-width: 768px) {.title-screen-style {
    min-height: 85vh;
}.title-screen-style > div {
    gap: 1.5rem;
    transform: translateY(0);
}.title-screen-style > div > div:first-child {
    margin-left: 0.5rem;
    padding-left: 1rem;
}.title-screen-style .learn-first-style {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
}.title-screen-style .path-edu-style::after {
    width: 40%;
}
}



@media screen and (min-width: 992px) {.contact-us-style1TkH {
    min-height: 700px;
    padding: 100px 0;
}.contact-us-style1TkH .reach-reach-style {
    flex-direction: row;
    align-items: center;
}.contact-us-style1TkH .connect-map-style {
    width: 65%;
    margin-left: auto;
    padding: 60px 0 60px 120px;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}.contact-us-style1TkH .connect-map-style h3 {
    padding-right: 0;
    text-align: left;
    padding-left: 0;
    margin-bottom: 40px;
}.contact-us-style1TkH .connect-map-style h3::after {
    left: 0;
    transform: none;
}.contact-us-style1TkH .connect-map-style div {
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}.contact-us-style1TkH .feedback-block-style {
    width: 45%;
    max-width: 450px;
    padding: 40px;
    margin: 0;
    position: absolute;
    z-index: 3;
    left: 0;
}.contact-us-style1TkH .feedback-block-style::before {
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    top: 50%;
}
}



@media screen and (max-width: 480px) {.contact-us-style1TkH {
    padding: 40px 0 100px;
}.contact-us-style1TkH .connect-map-style {
    gap: 20px;
}.contact-us-style1TkH .connect-map-style div {
    padding: 20px 15px;
    min-height: auto;
}}



@media (max-width: 767px) {header .top-start-style {
    width: 100%;
    transition: max-height 0.4s ease;
    overflow: hidden;
    gap: 0;
    flex-direction: column;
    padding: 0;
    border-bottom: 3px solid rgb(180,180,207);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    left: 0;
    z-index: 1001;
    max-height: 0;
}header .menu.active {
    max-height: 400px;
}header .header-nav-style {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(217,217,231);
}header .header-nav-style:last-child {
    border-bottom: none;
}header .header-nav-style:before {
    left: 5px;
}header .first-section-style {
    padding: 5px 0;
}header .head-main-style {
    margin: 0 auto;
}
}



@media (min-width: 768px) {.leadership-experience-style {
    padding: 120px 0;
}.leadership-experience-style .learner-voices-style {
    padding: 50px;
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
}.leadership-experience-style .learner-voices-style > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.leadership-experience-style .pic-box-style {
    height: 150px;
    width: 150px;
}.leadership-experience-style .learner-voices-style > div:nth-child(2) {
    align-self: end;
}.leadership-experience-style .learner-voices-style > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}



@media (min-width: 992px) {.leadership-experience-style .learner-voices-style {
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
    padding: 60px;
}.leadership-experience-style .pic-box-style {
    width: 180px;
    height: 180px;
}.leadership-experience-style .name {
    font-size: calc(22px + 2px);
}.leadership-experience-style .past-career-style {
    padding: 25px;
    font-size: calc(13px + 1px);
}
}



@media (max-width: 1200px) {.metrics-summary-style {
    padding: 100px 0 70px;
}.metrics-summary-style .mentor-statistics-style {
    padding: 35px 25px;
    min-width: 220px;
}.metrics-summary-style .mentor-statistics-style p {
    font-size: 33px;
}
}



@media (max-width: 991px) {.metrics-summary-style {
    padding: 80px 0 60px;
}.metrics-summary-style h2 {
    margin-bottom: 60px;
}.metrics-summary-style ul {
    gap: 20px;
}.metrics-summary-style .mentor-statistics-style {
    min-width: 200px;
    max-width: calc(50% - 20px);
}
}



@media (max-width: 576px) {.metrics-summary-style {
    padding: 50px 0 40px;
}.metrics-summary-style h2 {
    margin-bottom: 40px;
}.metrics-summary-style .container {
    padding: 0 15px;
}.metrics-summary-style ul {
    gap: 15px;
}.metrics-summary-style .mentor-statistics-style {
    padding: 25px 15px;
}.metrics-summary-style .mentor-statistics-style p {
    font-size: calc(33px * 0.9);
}.metrics-summary-style .mentor-statistics-style span {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 768px) {.ty-div-style .study-expert-style {
    gap: 40px;
    padding: 60px 70px;
}.ty-div-style h5 {
    font-size: calc(19px * 1.2);
}.ty-div-style p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.ty-div-style {
    padding: 50px 0;
}.ty-div-style .study-expert-style {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.ty-div-style h5 {
    font-size: calc(19px * 0.85);
}.ty-div-style p {
    font-size: calc(16px * 0.95);
}.ty-div-style .study-expert-style > div:first-child {
    padding-bottom: 15px;
}}



@media (min-width: 992px) {.course-highlights-style h2 {
    max-width: 70%;
    font-size: calc(37px * 1.2);
}.course-highlights-style .learn-development-style {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.course-highlights-style .pic-box-style {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.course-highlights-style .text-block-wrap-style {
    max-height: 650px;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    padding: 3.5rem;
}.course-highlights-style .text-block-wrap-style:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.course-highlights-style .description {
    line-height: 1.8;
}
}



@media (min-width: 1200px) {.course-highlights-style {
    padding: 10rem 0;
}.course-highlights-style .container {
    padding: 0 30px;
}.course-highlights-style h2 {
    font-size: calc(37px * 1.3);
    margin-bottom: 5rem;
}.course-highlights-style .learn-development-style {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
}.course-highlights-style .pic-box-style {
    min-height: 600px;
}.course-highlights-style .text-block-wrap-style {
    padding: 4rem;
    max-height: 700px;
}
}



@media (max-width: 480px) {.course-highlights-style {
    padding: 3rem 0;
}.course-highlights-style h2 {
    font-size: calc(37px * 0.8);
    max-width: 100%;
}.course-highlights-style .pic-box-style {
    height: 200px;
}.course-highlights-style .text-block-wrap-style {
    padding: 1.25rem;
}.course-highlights-style .description {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {footer .linkedin-ref-style {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top-start-style {
    gap: 15px;
}footer .message-block-style {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub-signup-style {
    width: 100%;
}
}

@keyframes lineExpand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}



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



@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}



@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}



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



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



@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



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



@keyframes lineExtend {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

