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

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

.leaderboard {
    flex: 0 0 auto;
}

.leaderboard {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

.plan_box::before {
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
}

.plan_box .plan_fee {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}

.plan_box .learning_deals:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.plan_box .fee_choices h3 {
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
    position: relative;
    font-size: calc(22px + 2px);
}

.plan_box .fee_choices p {
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    white-space: normal;
    margin-top: 15px;
    flex: 1;
}

.plan_box .learning_deals:nth-child(even) .plan_pricing {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.plan_box .learning_deals:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.check_it_out_now .container {
    max-width: 1200px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.check_it_out_now .learn_sessions {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    gap: 1.5rem;
    border-radius: 21px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    padding: 2rem 3rem;
    background: rgba(255,255,255,0.15);
    align-items: center;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
}

.check_it_out_now .inquiry_query:hover {
    background: #ffffff;
    transform: translateY(-3px);
    color: rgb(186,155,119);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.testimonials {
    background-color: #ffffff;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.testimonials h2::after {
    content: "";
    width: 6rem;
    background: linear-gradient(90deg, transparent, rgb(211,188,164), transparent);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -1rem;
    left: 50%;
}

.testimonials .learning_voices h3 {
    font-size: calc(24px - 0.1rem);
    color: rgb(211,188,164);
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.testimonials .learning_voices .description {
    margin-bottom: 1.5rem;
    color: #000000;
    z-index: 2;
    line-height: 1.6;
    position: relative;
    font-size: calc(15px - 0.1rem);
}

.testimonials .learning_voices:hover img {
    border-color: rgb(211,188,164);
    transform: scale(1.05);
}

.get_in_touch::before {
    width: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgb(211,188,164,0.5) 0%, transparent 75%);
    height: 100%;
    top: 0;
}

.get_in_touch .image_grid {
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.get_in_touch .inquiry_form {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.get_in_touch form {
    width: 100%;
    padding-left: 25px;
}

.get_in_touch form input[type="text"]:focus {
    background: rgba(rgb(211,188,164), 0.05);
    box-shadow: 0 0 0 2px rgb(211,188,164,0.5);
    outline: none;
}

.get_in_touch .request_request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.get_in_touch .request_request input[type="checkbox"]:checked + label::before {
    background-color: rgb(211,188,164);
    border-color: rgb(211,188,164);
}

.get_in_touch .request_request label a:hover {
    color: rgb(186,155,119);
    text-decoration: underline;
}

.get_in_touch form .inquiry_query:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(211,188,164), 0.3);
}

.get_in_touch svg {
    height: 22px;
    width: 22px;
    fill: rgb(211,188,164);
}

.cookieAlertPromptPanel {
    z-index: 1050;
    width: 100%;
    position: fixed;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(211,188,164);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    padding: 15px 20px;
}

.cookie_button.consent_comply:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.cookieAlertPromptPanel p a {
    color: rgb(211,188,164);
    text-decoration: underline;
}

.welcome_page::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    background: radial-gradient(
    circle at 30% 70%,
    rgb(211,188,164,0.5),
    rgba(0, 0, 0, 0.5) 70%,
    #000000 100%
  );
}

.welcome_page .title_style_header {
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 40px);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgb(211,188,164,0.5);
    margin: 0;
    padding: 0;
}

.welcome_page .quick_training {
    margin-bottom: 2rem;
    position: relative;
}

.welcome_page .quick_training::after {
    opacity: 0.7;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 60px;
    border-right: 2px solid rgb(186,155,119);
    border-bottom: 2px solid rgb(186,155,119);
    width: 60px;
    right: -20px;
}

.welcome_page span {
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpText 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
}

.contact::after {
    position: absolute;
    opacity: 0.05;
    transform: rotate(15deg);
    width: 250px;
    content: '';
    bottom: -10%;
    z-index: 0;
    background: rgb(211,188,164,0.5);
    left: -5%;
    height: 250px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.contact h3::after {
    transition: transform 0.3s ease-out;
    transform: scaleX(1);
    content: '';
    background: rgb(211,188,164);
    left: 0;
    bottom: -10px;
    width: 60px;
    position: absolute;
    transform-origin: left;
    height: 3px;
}

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

.contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,155,119);
}

.contact .get_help li:hover {
    transform: translateX(10px);
}

.contact .team_contact:hover {
    color: rgb(211,188,164);
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
}

.course_beneficiaries::after {
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(211,188,164,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(186,155,119,0.5), 0.1) 0%, transparent 40%);
    width: 100%;
    z-index: -1;
    content: "";
    animation: cloudMove 25s infinite alternate ease-in-out;
    height: 100%;
}

.course_beneficiaries li::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
}

.course_beneficiaries li svg path {
    transition: fill 0.5s ease;
    fill: rgb(186,155,119);
}

.course_beneficiaries li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}



.teaching_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    perspective: 1000px;
}

.teaching_experience .learning_voices:hover {
    transform: rotateX(0) rotateY(0);
}

.teaching_experience .learning_voices:hover .image_grid {
    transform: translateZ(30px) scale(1.05);
}

.teaching_experience .name {
    position: relative;
    padding-left: 1rem;
    font-size: 18px;
    transform: translateZ(10px);
    font-weight: 700;
    color: rgb(211,188,164);
    display: block;
    margin-bottom: 0.5rem;
    grid-area: name;
}

.teaching_experience .career_area::before {
    opacity: 0.3;
    width: 100%;
    border-radius: 21px;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    background: linear-gradient(45deg, rgb(211,188,164,0.5) 0%, transparent 40%, transparent 60%, rgb(186,155,119,0.5) 100%);
}

.secure_archive p {
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    font-size: 15px;
}

header:after {
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    pointer-events: none;
    top: 0;
    height: 100%;
    content: '';
    background-size: 100px 100px;
}

header .header_bar {
    display: flex;
    gap: 30px;
    position: relative;
    align-items: center;
}

header .header_bar:before {
    height: 2px;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
}

header .nav_site:hover:before {
    opacity: 1;
    left: -20px;
}

header .main_mentor:after {
    top: -5px;
    content: '';
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.course_structure::after {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(186,155,119,0.5) 0%, transparent 70%);
    content: "";
    animation: pulseGlow 12s ease-in-out infinite reverse;
    left: -5%;
    width: 50%;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    height: 50%;
    bottom: -5%;
}

.course_structure .learn_career::before {
    width: 100%;
    border-radius: 14px;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
    opacity: 0.7;
}

.course_structure .head_bar::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(186,155,119) 0%, transparent 100%);
    left: 0;
    width: 60px;
    content: "";
}

.course_structure h3::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 30px;
    height: 3px;
    bottom: -8px;
    border-radius: 10px;
    background: rgb(211,188,164);
}

.course_structure .image_grid::after {
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
        to top,
        rgb(211,188,164,0.5) 0%,
        transparent 100%
    );
    opacity: 0.3;
    position: absolute;
    height: 50%;
    left: 0;
    content: "";
}

.course_structure .learn_sessions:hover .image_grid::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(186,155,119,0.5) 40%,
        rgb(211,188,164,0.5) 100%
    );
    opacity: 0.7;
}

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

.tySection h2::after {
    animation: expandLine 1s forwards ease-out;
    animation-delay: 1s;
    background: rgb(186,155,119);
    transform: scaleX(0);
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    width: 80px;
}

.tySection li {
    position: relative;
    padding-left: 2rem;
}

.tySection li span::after {
    height: 1px;
    bottom: -15px;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.2;
    left: 0;
    background: linear-gradient(90deg, rgb(211,188,164,0.5) 0%, transparent 100%);
}

.meet_us::before {
    position: absolute;
    content: "";
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(211,188,164,0.5) 100%);
    bottom: 0;
    backdrop-filter: blur(3px) saturate(110%);
    top: 0;
    left: 0;
}

.meet_us .label_holder::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
}

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

.meet_us li {
    margin-bottom: 1.5rem;
}

.meet_us span {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
    max-width: 100%;
    font-size: 15px;
    display: block;
    padding-left: 1rem;
    line-height: 1.8;
    font-weight: 400;
}

.meet_us span {
    padding-left: 0.75rem;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}

.meet_us span {
    padding-left: 0.5rem;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}

.leaderboard .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    flex: 1 1 400px;
    position: relative;
}

.leaderboard .whatsapp_grp {
    min-width: 400px;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
}

.leaderboard .header_bar .site_top {
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
}

.leaderboard .header_bar .site_top a:hover::before {
    opacity: 0.7;
}

.partner_logo .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    border-radius: 8.4em;
    background: rgb(211,188,164,0.5);
    box-shadow: inset -3px -5px 14px -2px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    transition: all, transform 2.7s ease;
    background: linear-gradient(28deg, #ffffff 19%, rgb(255, 255, 255, 0.5) 75%, rgb(211,188,164,0.5) 38%, rgb(233,223,209) 13%);
    border-radius: 17.4vh;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 5px 14px 8px rgba(0, 0, 0, 0.4);
    background: rgb(233,223,209);
}



@media screen and (max-width: 576px) {.check_it_out_now {
    padding: 3rem 0;
}.check_it_out_now h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.check_it_out_now .learn_sessions {
    width: 90%;
    padding: 1.25rem 1.5rem;
}.check_it_out_now svg {
    height: 32px;
    width: 32px;
}.check_it_out_now .inquiry_query {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.5rem;
}}



@media (max-width: 991px) {.testimonials .learning_voices {
    padding: 2.2rem 1.8rem;
}.testimonials h2::after {
    width: 5rem;
}
}



@media (max-width: 576px) {.testimonials {
    padding: 3rem 0;
}.testimonials .container {
    padding: 0 1.5rem;
}.testimonials .opinion_showcase {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials .learning_voices {
    padding: 1.8rem 1.3rem;
}.testimonials .learning_voices::before {
    top: 1rem;
    font-size: 4rem;
    right: 1rem;
}.testimonials h2 {
    font-size: calc(33px - 0.3rem);
}
}



@media screen and (max-width: 480px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h2 {
    font-size: calc(28px * 0.8);
}.get_in_touch .image_grid {
    min-height: 200px;
}.get_in_touch .inquiry_form {
    padding: 30px 20px;
}.get_in_touch .inquiry_form::before {
    width: calc(100% - 40px);
    left: 20px;
}.get_in_touch form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.get_in_touch form input[type="text"] {
    padding: 15px 20px;
}.get_in_touch form .inquiry_query {
    text-align: center;
    width: 100%;
}}



@media (min-width: 768px) {.contact .learn_talk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.contact h3 {
    grid-column: 1 / -1;
}.contact .get_help {
    align-self: start;
    grid-column: 2;
    margin-top: 0;
    grid-row: 2 / 4;
}
}



@media (max-width: 1200px) {.course_beneficiaries ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.course_beneficiaries {
    padding: 4rem 0;
}.course_beneficiaries .learn_sessions {
    padding: 0 1.5rem;
}.course_beneficiaries h3 {
    margin-bottom: 3rem;
    font-size: calc(48px * 0.8);
}.course_beneficiaries ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_beneficiaries li {
    padding: 1.5rem;
}.course_beneficiaries li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}



@media (max-width: 767px) {header .header_bar {
    position: fixed;
    gap: 25px;
    flex-direction: column;
    width: 80%;
    height: 100vh;
    background: rgb(211,188,164);
    right: -100%;
    top: 0;
    z-index: 1001;
    max-width: 320px;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header .header_bar:before {
    width: 80%;
    top: 60px;
    left: 10%;
    bottom: auto;
}header .header_bar:after {
    height: 30px;
    right: 20px;
    pointer-events: none;
    width: 30px;
    content: '';
    border-radius: 50%;
    top: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .nav_site {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    width: 100%;
}header .nav_site:hover {
    transform: translateX(0);
}header .nav_site:last-child {
    border-bottom: none;
}header .main_mentor {
    margin: 0 auto;
}
}



@media (max-width: 1200px) {.leaderboard .container {
    gap: 2rem;
}.leaderboard .company_holder {
    flex: 1 1 380px;
}.leaderboard .whatsapp_grp {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 576px) {.leaderboard {
    padding: 2.5rem 0 1rem;
}.leaderboard .header_bar {
    flex: 1 1 100%;
    min-width: 100%;
}.leaderboard .site_top {
    gap: 1rem;
}.partner_logo {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.leaderboard::before {
    height: 5px;
}
}

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



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



@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



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



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}



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

