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

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

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

.biz-learnings-nDF {
    flex: 0 0 auto;
}

.biz-learnings-nDF {
    position: relative;
    font-family: Merriweather, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(225,226,224);
}

.register-now-Rad::after {
    z-index: 2;
    top: -50%;
    opacity: 0.1;
    animation: pulseGlow 15s ease-in-out infinite;
    left: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 200%;
    transform-origin: center;
    width: 200%;
    content: "";
    position: absolute;
}

.register-now-Rad div:nth-child(2) {
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(10px);
    display: flex;
}

.register-now-Rad .contact-feedback-unb {
    padding: 14px 28px;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    transform-origin: center;
    color: rgb(144,163,129);
    min-width: 220px;
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.mentorship-profile-CyR::before {
    z-index: 0;
    top: 0;
    pointer-events: none;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(181,187,178,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(181,187,178,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.05;
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
}

.mentorship-profile-CyR .client-views-jPY > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}

.mentorship-profile-CyR .img-thumbnail-GXT {
    height: 180px;
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
    position: relative;
    transform: translateZ(30px);
}

.mentorship-profile-CyR .name {
    color: #000000;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
}

.mentorship-profile-CyR .client-views-jPY > div:nth-child(2) div {
    font-size: calc(18px - 1px);
    font-weight: 600;
    opacity: 0.85;
    color: rgb(144,163,129);
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(0);
    margin-top: 5px;
}

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

.biz-learnings-nDF::before {
    background-size: 100px 100px;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(225,226,224) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(225,226,224) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(225,226,224) 25%, transparent 25%),
        linear-gradient(45deg, rgb(225,226,224) 25%, transparent 25%);
    width: 100%;
    left: 0;
    background-color: rgb(181,187,178,0.5);
    content: "";
    height: 120px;
    position: absolute;
}

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

footer .info_item a:hover {
    color: rgb(181,187,178);
}

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

footer .top-learn-vRx {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-right: 20px;
    background-color: rgb(225,226,224);
    margin-top: -10px;
    border-radius: 14px;
    margin-left: 20px;
    z-index: 1;
    padding: 30px;
    position: relative;
}

footer .head-mainbar-PQN a::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background-color: rgb(181,187,178);
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 0;
}

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

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

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

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

.pricing-set-kcs::before {
    content: "";
    opacity: 0.4;
    height: 70%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(145deg, rgb(181,187,178,0.5), rgb(144,163,129,0.5));
    top: -10%;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    right: -5%;
}

.pricing-set-kcs .study-cost-aXG {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
}

.pricing-set-kcs .monthly-plan-DWX {
    max-width: 680px;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    margin: 20px auto 0;
}

.pricing-set-kcs .learning-price-YTe {
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
}

.pricing-set-kcs .study-pricing-IwP {
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.pricing-set-kcs .study-pricing-IwP h3::before {
    background: linear-gradient(to bottom, rgb(181,187,178), rgb(144,163,129));
    border-radius: 10px;
    left: 0;
    width: 4px;
    position: absolute;
    height: calc(100% - 10px);
    top: 5px;
    content: "";
}

.pricing-set-kcs .img-thumbnail-GXT {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    position: relative;
    overflow: hidden;
}

.pricing-set-kcs .learning-price-YTe:hover .img-thumbnail-GXT {
    transform: scale(1.05);
}

.potential-students-LRY::before {
    opacity: 0.15;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(181,187,178,0.5) 20px,
        rgb(181,187,178,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(144,163,129,0.5) 20px,
        rgb(144,163,129,0.5) 22px,
        transparent 22px
    );
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
}

.potential-students-LRY h3::after {
    animation: pulseCircle 2s infinite;
    position: absolute;
    transform: translateX(-50%);
    height: 12px;
    content: "";
    width: 12px;
    background: rgb(181,187,178);
    left: 50%;
    bottom: -6px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(181,187,178,0.5);
}

.potential-students-LRY ul li::after {
    content: "";
    width: 10px;
    bottom: -5px;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    background: rgb(144,163,129);
    right: -5px;
}

.potential-students-LRY ul li svg {
    transition: all 0.4s ease;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    position: absolute;
    width: 35px;
}

.potential-students-LRY ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.potential-students-LRY ul::before {
    z-index: -1;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(181,187,178,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(144,163,129,0.5) 97%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    opacity: 0.3;
    pointer-events: none;
    content: "";
}

header .header-top-mCv .head-lead-ZjQ {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

header .header-top-mCv .head-lead-ZjQ .top-navbar-rdB:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

header .header-top-mCv .top-learn-vRx {
    margin: 0;
    display: flex;
    list-style: none;
    perspective: 1000px;
    padding: 0;
}

header .header-top-mCv .top-learn-vRx .top-nav-mGp a {
    position: relative;
    padding: 12px 20px;
    font-family: Merriweather, sans-serif;
    transform-style: preserve-3d;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: color 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
}

header .header-top-mCv .top-learn-vRx .top-nav-mGp:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.privacy-frame-wbg:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.privacy-frame-wbg h1 {
    margin-top: 20px;
    font-family: Merriweather, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(181,187,178);
    font-size: 38px;
}

.privacy-frame-wbg ul, .privacy-frame-wbg ol {
    font-family: Merriweather, sans-serif;
    list-style-position: inside;
    line-height: 1.6;
    margin: 10px 0;
    font-size: 17px;
    list-style: none;
    color: #000000;
    padding-left: 20px;
}

.privacy-frame-wbg section:hover {
    background: rgb(181,187,178,0.5);
}

.thxBlock-mys {
    padding: 6rem 0;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    overflow: hidden;
    position: relative;
}

.thxBlock-mys::after {
    content: "";
    bottom: -10%;
    width: 70%;
    opacity: 0.15;
    position: absolute;
    right: -10%;
    z-index: 0;
    background: radial-gradient(circle at 80% 80%, rgb(144,163,129,0.5), transparent 60%);
    height: 70%;
}

.thxBlock-mys .knowledge-learn-guA > div:first-child {
    margin-bottom: 2rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
    position: relative;
}

.thxBlock-mys .knowledge-learn-guA > div:first-child::after {
    border-radius: 3px;
    background-size: 200% 100%;
    box-shadow: 0 2px 6px rgba(rgb(181,187,178,0.5), 0.2);
    position: absolute;
    content: "";
    height: 3px;
    animation: gradientSlide 6s infinite ease-in-out;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(181,187,178), rgb(144,163,129), rgb(181,187,178));
    width: 100%;
}

.thxBlock-mys a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    border-radius: 12px;
    transform: translateZ(0);
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.2rem;
}

.our-story-joa::before {
    content: "";
    left: 0;
    z-index: 0;
    background: linear-gradient(45deg, transparent 30%, rgb(181,187,178,0.5) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.our-story-joa h3::after {
    height: 4px;
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    background: rgb(144,163,129);
    transition: transform 0.6s ease;
    bottom: -15px;
}

.our-story-joa .who-mentors-mqI::after {
    border-right: 3px solid rgb(181,187,178);
    content: "";
    border-bottom: 3px solid rgb(181,187,178);
    height: 40px;
    bottom: -20px;
    position: absolute;
    width: 40px;
    right: -20px;
}

.our-story-joa .who-mentors-mqI p {
    line-height: 1.8;
    font-size: 18px;
    max-width: 600px;
    color: #000000;
    margin-bottom: 0;
}

.our-story-joa .who-mentors-mqI .img-thumbnail-GXT:hover {
    transform: perspective(1000px) rotateY(0);
}

.our-story-joa .skill-sessions-Ziw::before {
    position: absolute;
    content: "";
    right: -20px;
    border-right: 3px solid rgb(144,163,129);
    top: -20px;
    border-top: 3px solid rgb(144,163,129);
    width: 40px;
    height: 40px;
}

.our-story-joa .skill-sessions-Ziw p::before {
    content: "";
    left: -20px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(144,163,129), transparent);
    position: absolute;
    width: 3px;
    border-radius: 10px;
    top: 0;
}

.our-story-joa .who-mentors-mqI .img-thumbnail-GXT::after {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    height: 30%;
}

.course-offering-lmp::after {
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(145deg, rgb(181,187,178,0.5) 0%, rgb(144,163,129) 20%, transparent 100%);
    z-index: 0;
    content: "";
    filter: blur(60px);
    transform: rotate(15deg);
    width: 40%;
    bottom: -5%;
    left: -10%;
    height: 60%;
}

.course-offering-lmp .program-path-IVY {
    transform: translateY(20px);
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    gap: 3rem;
}

.course-offering-lmp .img-thumbnail-GXT::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    left: 0;
    position: absolute;
    height: 100%;
}

.course-offering-lmp .text-frame-item-CwX::before {
    left: 0;
    transform: scaleX(0);
    top: 0;
    transform-origin: left;
    width: 100%;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(181,187,178), rgb(144,163,129));
    animation: expandLine 0.8s ease-out 1.2s forwards;
    position: absolute;
}

.course-offering-lmp .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

.welcome-page-upi .knowledge-learn-guA {
    z-index: 2;
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.welcome-page-upi .text-frame-item-CwX::before {
    position: absolute;
    content: "";
    animation: verticalLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    transform: scaleY(0);
    background: linear-gradient(to bottom, transparent, rgb(181,187,178), transparent);
    transform-origin: top;
    width: 5px;
    top: 15%;
    height: 70%;
    left: -2rem;
}

.welcome-page-upi .edu-main-Kqk {
    gap: 1.5rem;
    animation: fadeUpIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
    opacity: 0;
    transform: translateY(30px);
}

.welcome-page-upi .edu-main-Kqk svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,187,178);
}

.welcome-page-upi ul {
    transform: translateY(40px);
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    margin: 0;
    list-style: none;
    padding: 0;
}

.welcome-page-upi .contact-feedback-unb:hover {
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.35);
    transform: translateY(-3px);
}

.welcome-page-upi .contact-feedback-unb:hover::before {
    left: 100%;
}

.welcome-page-upi .img-thumbnail-GXT {
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.client-testimonials-chS {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(225,226,224) 0%, #ffffff 100%);
}

.client-testimonials-chS::after {
    height: 70%;
    bottom: -5%;
    background: radial-gradient(ellipse at center, rgb(144,163,129,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    width: 50%;
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: 1;
    left: -10%;
}

.client-testimonials-chS .feedback-ratings-yke {
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 2rem;
}

.client-testimonials-chS .client-views-jPY::before {
    top: -2rem;
    right: 1rem;
    z-index: 0;
    line-height: 1;
    opacity: 0.1;
    font-size: 10rem;
    color: rgb(181,187,178,0.5);
    content: "";
    position: absolute;
    font-family: serif;
}

.client-testimonials-chS .client-views-jPY:hover div::after {
    width: 70%;
}

.client-testimonials-chS .client-views-jPY img {
    height: 60px;
    width: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.client-testimonials-chS .client-views-jPY .description {
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    z-index: 2;
    font-size: 16px;
}

.client-testimonials-chS a:hover {
    color: #ffffff;
}

.client-testimonials-chS a:hover::before {
    width: 100%;
}

.contact-panel-veN::before {
    backdrop-filter: blur(8px);
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}

.contact-panel-veN .request-info-kDf {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}

.contact-panel-veN .connect-box-QIL::after {
    top: 0;
    content: '';
    width: 100px;
    right: 0;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    position: absolute;
}

.contact-panel-veN .connect-box-QIL div::before {
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    top: 50%;
    background: #ffffff;
    content: '';
    left: 0;
    border-radius: 10px;
    height: 0;
    width: 5px;
}

.contact-panel-veN .connect-box-QIL div:hover svg path {
    fill: rgb(144,163,129);
}

.contact-panel-veN .connect-box-QIL span a:hover {
    color: rgb(144,163,129);
}



.contact-panel-veN .support-box-XDQ h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    position: relative;
}

.contact-panel-veN .support-box-XDQ form {
    flex-direction: column;
    display: flex;
}

.contact-panel-veN .support-box-XDQ input[type="text"],
.contact-panel-veN .support-box-XDQ input[type="email"] {
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-family: Merriweather, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.contact-panel-veN .support-box-XDQ .connect-support-RqN label::before {
    width: 18px;
    transition: all 0.3s ease;
    content: '';
    height: 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    left: 0;
    position: absolute;
}

.contact-panel-veN .support-box-XDQ .connect-support-RqN input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}

.contact-panel-veN .support-box-XDQ .contact-feedback-unb {
    transition: all 0.3s ease;
    font-family: Merriweather, sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(181,187,178) 0%, rgb(144,163,129) 100%);
    border: none;
    z-index: 1;
}



.newsletter-BFA .knowledge-learn-guA {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.newsletter-BFA .request-info-kDf:hover {
    transform: rotateY(0deg);
}

.newsletter-BFA .request-info-kDf::before {
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgb(181,187,178,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(144,163,129,0.5) 50%);
    width: 100%;
    animation: border-pulse 3s infinite alternate;
    left: 0;
    position: absolute;
    height: 100%;
    background-repeat: repeat-y, repeat-x;
    background-position: 0 0, 0 0;
    top: 0;
    background-size: 2px 100%, 100% 2px;
    opacity: 0.5;
    border-radius: 19px;
    pointer-events: none;
}

.newsletter-BFA input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}

.newsletter-BFA input[type="submit"] {
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 10px;
    background: rgb(181,187,178);
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: Merriweather, sans-serif;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 17px;
}

.learning-system-XsW::before {
    opacity: 0.15;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(144,163,129,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
}

.learning-system-XsW .text-frame-item-CwX::before {
    border: 1px solid rgb(181,187,178,0.5);
    width: 450px;
    content: '';
    top: -110px;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    height: 450px;
    z-index: 2;
    animation: rotate-slow 60s linear infinite;
    opacity: 0.15;
    border-radius: 50%;
}

.learning-system-XsW .text-frame-item-CwX h2::before {
    top: 0;
    background: rgb(181,187,178);
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    z-index: 5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    left: 50%;
}

.learning-system-XsW .text-frame-item-CwX p::after {
    width: 80px;
    opacity: 0.1;
    right: 30px;
    position: absolute;
    content: '';
    top: -40px;
    z-index: 5;
    height: 80px;
    border-radius: 10px;
    transform: rotate(45deg);
    background: rgb(144,163,129);
}

.learning-system-XsW .knowledge-learn-guA::before {
    background: rgb(181,187,178);
    animation: pulse-subtle 10s infinite alternate;
    opacity: 0.05;
    border-radius: 50%;
    filter: blur(30px);
    left: 15%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 70px;
    content: '';
    top: 50%;
    height: 70px;
}



@media screen and (max-width: 576px) {.register-now-Rad {
    padding: 3rem 0.5rem;
    margin: 2rem 0;
}.register-now-Rad h6 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.85);
}.register-now-Rad h6::after {
    width: 50px;
}.register-now-Rad .contact-feedback-unb {
    font-size: calc(20px * 0.9);
    padding: 10px 18px;
    min-width: 160px;
}
}



@media (prefers-reduced-motion) {.register-now-Rad::before,
  .register-now-Rad::after {
    animation: none;
}.register-now-Rad .contact-feedback-unb::before {
    transition: none;
}}



@media (max-width: 767px) {.mentorship-profile-CyR {
    padding: 80px 0;
}.mentorship-profile-CyR .client-views-jPY {
    gap: 25px;
    padding: 30px;
}.mentorship-profile-CyR .img-thumbnail-GXT {
    width: 150px;
    height: 150px;
}.mentorship-profile-CyR .name {
    font-size: calc(22px - 2px);
}.mentorship-profile-CyR .work-table-Pow {
    font-size: calc(18px - 1px);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .head-mainbar-PQN {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-authorization-iKX {
    white-space: nowrap;
}
}



@media (min-width: 768px) {.pricing-set-kcs .value-pricing-upE {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-kcs .cost-matrix-ENA {
    grid-template-columns: 1fr;
}
}



@media (min-width: 992px) {.pricing-set-kcs .cost-matrix-ENA {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing-set-kcs .study-cost-aXG {
    align-self: center;
    grid-row: 1;
    text-align: left;
    grid-column: 2;
}.pricing-set-kcs .study-cost-aXG h2 {
    display: inline-block;
}.pricing-set-kcs .study-cost-aXG h2::after {
    transform: none;
    left: 0;
}.pricing-set-kcs .monthly-plan-DWX {
    margin: 25px 0 0;
}.pricing-set-kcs .value-pricing-upE {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.potential-students-LRY {
    padding: 80px 0;
}.potential-students-LRY ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.potential-students-LRY h3 {
    margin-bottom: 60px;
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 992px) {header .header-top-mCv {
    padding: 15px;
    flex-direction: column;
}header .header-top-mCv .head-lead-ZjQ {
    margin: 0 0 15px 0;
}header .header-top-mCv .top-learn-vRx {
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .header-top-mCv .top-learn-vRx .top-nav-mGp a {
    font-size: calc(12px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .header-top-mCv .top-learn-vRx .top-nav-mGp:hover a {
    transform: none;
}header .header-top-mCv .top-learn-vRx .top-nav-mGp a::before,
    header .header-top-mCv .top-learn-vRx .top-nav-mGp a::after {
    display: none;
}
}



@media (max-width: 575px) {.thxBlock-mys {
    padding: 3.5rem 0;
}.thxBlock-mys .container {
    padding: 0 1.5rem;
}.thxBlock-mys .knowledge-learn-guA {
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    padding: 1.75rem;
    border-radius: 12px;
}.thxBlock-mys h5 {
    font-size: calc(24px - 2px);
    padding-left: 0.8rem;
}.thxBlock-mys h5::before {
    width: 3px;
}.thxBlock-mys .knowledge-learn-guA > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thxBlock-mys a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
}.thxBlock-mys p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}



@media screen and (max-width: 576px) {.our-story-joa {
    padding: 40px 0;
}.our-story-joa h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.our-story-joa h3::after {
    height: 3px;
    bottom: -10px;
}.our-story-joa .who-mentors-mqI,
    .our-story-joa .skill-sessions-Ziw {
    margin-bottom: 40px;
}.our-story-joa .who-mentors-mqI span {
    font-size: calc(21px * 0.85);
    margin-bottom: 15px;
}.our-story-joa .who-mentors-mqI p,
    .our-story-joa .skill-sessions-Ziw p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our-story-joa .who-mentors-mqI .img-thumbnail-GXT,
    .our-story-joa .skill-sessions-Ziw .teach-style-OAM {
    height: 250px;
    margin-top: 20px;
}.our-story-joa .who-mentors-mqI::before,
    .our-story-joa .who-mentors-mqI::after,
    .our-story-joa .skill-sessions-Ziw::before,
    .our-story-joa .skill-sessions-Ziw::after {
    width: 25px;
    height: 25px;
}}



@media (max-width: 768px) {.welcome-page-upi {
    min-height: auto;
}.welcome-page-upi .knowledge-learn-guA {
    min-height: auto;
}.welcome-page-upi .text-frame-item-CwX {
    padding: 3rem 1.5rem;
}.welcome-page-upi .text-frame-item-CwX h3 {
    font-size: 1.8rem;
}.welcome-page-upi .edu-main-Kqk svg {
    max-width: 60px;
}.welcome-page-upi .img-thumbnail-GXT {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 40vh;
}.welcome-page-upi .contact-feedback-unb {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 768px) {.client-testimonials-chS {
    padding: 4rem 0;
}.client-testimonials-chS .feedback-ratings-yke {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.client-testimonials-chS .client-views-jPY {
    padding: 1.25rem;
}.client-testimonials-chS .client-views-jPY img {
    width: 50px;
    height: 50px;
}.client-testimonials-chS h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.client-testimonials-chS h2::after {
    width: 5rem;
}
}



@media (max-width: 768px) {.contact-panel-veN {
    padding: 60px 0;
}.contact-panel-veN .connect-box-QIL,
    .contact-panel-veN .support-box-XDQ {
    padding: 30px;
}.contact-panel-veN .connect-box-QIL h3,
    .contact-panel-veN .support-box-XDQ h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.contact-panel-veN .connect-box-QIL div {
    margin-bottom: 20px;
}.contact-panel-veN .support-box-XDQ input[type="text"],
    .contact-panel-veN .support-box-XDQ input[type="email"] {
    padding: 12px 15px;
}.contact-panel-veN .support-box-XDQ .contact-feedback-unb {
    padding: 12px 20px;
}
}



@media (max-width: 480px) {.newsletter-BFA {
    padding: 2rem 1rem;
}.newsletter-BFA .request-info-kDf {
    padding: 1.5rem;
}.newsletter-BFA h3 {
    letter-spacing: 1px;
    font-size: calc(21px * 0.8);
}.newsletter-BFA input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter-BFA input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}



@media screen and (max-width: 768px) {.learning-system-XsW {
    padding: 130px 0 100px;
    overflow: hidden;
}.learning-system-XsW .text-frame-item-CwX {
    align-items: center;
    flex-direction: column;
}.learning-system-XsW .text-frame-item-CwX h2 {
    top: 0;
    width: 90%;
    border-radius: 21px;
    left: 0;
    transform: none;
    height: auto;
    padding: 30px;
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
    position: relative;
}.learning-system-XsW .text-frame-item-CwX p {
    padding: 30px;
    margin-left: 0;
    width: 90%;
}.learning-system-XsW .text-frame-item-CwX::before,
    .learning-system-XsW .text-frame-item-CwX::after,
    .learning-system-XsW::after,
    .learning-system-XsW .knowledge-learn-guA::before,
    .learning-system-XsW .knowledge-learn-guA::after,
    .learning-system-XsW .text-frame-item-CwX p::after,
    .learning-system-XsW .text-frame-item-CwX h2::before,
    .learning-system-XsW .text-frame-item-CwX h2::after {
    display: none;
}
}



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



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



@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}



@keyframes verticalLine {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}

