﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1260px;
    max-width: 100%;
}.site_header {
    flex: 1 0 auto;
}.wrap-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.ar_tools {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_rewards {
    background: rgb(194,193,181);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.course_rewards::before {
    border-radius: 50%;
    height: 70vw;
    content: '';
    position: absolute;
    width: 70vw;
    z-index: 1;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    opacity: 0.8;
    top: -35vw;
    right: -35vw;
}.course_rewards::after {
    height: 50vw;
    z-index: 1;
    left: -25vw;
    background: linear-gradient(135deg, rgb(115,116,115,0.5) 0%, rgb(157,158,156,0.5) 100%);
    opacity: 0.6;
    bottom: -25vw;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 50vw;
}.course_rewards .mentor_team {
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1300px;
    position: relative;
    z-index: 2;
}.course_rewards .pic_hover {
    width: 45%;
    margin-left: -5vw;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    height: 550px;
    border-radius: 50% 0 0 50%;
    z-index: 3;
    position: relative;
}.course_rewards .pic_hover::before {
    content: '';
    position: absolute;
    top: -5%;
    width: 110%;
    left: -5%;
    z-index: -1;
    animation: rotate 20s linear infinite;
    border-radius: 50% 0 0 50%;
    height: 110%;
    border: 2px dashed rgb(157,158,156,0.5);
}.course_rewards .pic_hover::after {
    background: linear-gradient(90deg, rgb(157,158,156,0.5) 0%, transparent 100%);
    position: absolute;
    border-radius: 50% 0 0 50%;
    inset: 0;
    z-index: 1;
    content: '';
}.course_rewards .content_column {
    padding: 3rem 2rem 3rem 5rem;
    width: 60%;
    position: relative;
}.course_rewards h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
}.course_rewards h2::after {
    position: absolute;
    left: 0;
    content: '';
    width: 80px;
    background: rgb(157,158,156);
    height: 4px;
    border-radius: 10px;
    bottom: -15px;
}.course_rewards .text_main_holder {
    position: relative;
    flex-direction: column;
    gap: 2rem;
    display: flex;
}.course_rewards .text_main_holder::before {
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgb(157,158,156,0.5), transparent);
    content: '';
    left: -2rem;
    top: 0;
    position: absolute;
}.course_rewards .text_main_holder > div {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
}.course_rewards .text_main_holder > div::before {
    position: absolute;
    background: #ffffff;
    width: 12px;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: -2.3rem;
    height: 12px;
    content: '';
    border: 2px solid rgb(157,158,156);
}.course_rewards .text_main_holder > div:hover::before {
    background: rgb(157,158,156);
    transform: scale(1.3);
}.course_rewards .text_main_holder > div:hover {
    transform: translateX(10px);
}.course_rewards .text_main_holder svg {
    margin-right: 1.5rem;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.7rem;
    transition: all 0.3s ease;
}.course_rewards .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(157,158,156,0.5);
}.course_rewards .text_main_holder svg path {
    fill: rgb(157,158,156);
    transition: fill 0.3s ease;
}.course_rewards .text_main_holder > div:hover svg path {
    fill: rgb(115,116,115);
}.course_rewards .text_main_holder p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course_rewards .pic_hover {
    width: 40%;
    height: 500px;
}.course_rewards .content_column {
    width: 65%;
    padding-left: 4rem;
}
}

@media (max-width: 992px) {.course_rewards .mentor_team {
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
}.course_rewards .pic_hover {
    border-radius: 27px;
    margin-left: 0;
    width: 100%;
    height: 400px;
    margin-bottom: 3rem;
}.course_rewards .pic_hover::before {
    border-radius: 27px;
}.course_rewards .pic_hover::after {
    border-radius: 27px;
}.course_rewards .content_column {
    width: 100%;
    padding: 0;
}.course_rewards .text_main_holder::before {
    left: -1.5rem;
}.course_rewards .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.course_rewards {
    padding: 5rem 0;
}.course_rewards .pic_hover {
    height: 350px;
}.course_rewards h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.course_rewards .mentor_team {
    max-width: 95%;
}.course_rewards .pic_hover {
    height: 250px;
}.course_rewards .text_main_holder {
    margin-left: 1.5rem;
}.course_rewards .text_main_holder::before {
    left: -1rem;
}.course_rewards .text_main_holder > div::before {
    left: -1.3rem;
}.course_rewards .text_main_holder svg {
    width: 2.5rem;
    margin-right: 1rem;
    padding: 0.5rem;
    height: 2.5rem;
}}.thanks_box {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgb(157,158,156,0.5) 100%);
    padding: 7rem 0;
}.thanks_box::before {
    content: "";
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    opacity: 0.25;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(157,158,156,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(115,116,115,0.5) 0%, transparent 50%);
}.thanks_box::after {
    filter: blur(120px);
    animation: floatElement 15s infinite alternate ease-in-out;
    width: 40%;
    position: absolute;
    z-index: 0;
    background: rgb(157,158,156,0.5);
    opacity: 0.2;
    content: "";
    right: -10%;
    top: -10%;
    height: 40%;
}.thanks_box .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.thanks_box h2 {
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    padding-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    font-family: Arial, sans-serif;
    max-width: 90%;
    line-height: 1.3;
}.thanks_box h2::after {
    width: 120px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(157,158,156) 0%, rgb(115,116,115) 100%);
    height: 4px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
}.thanks_box h2:hover::after {
    width: 180px;
}.thanks_box .mentor_team {
    border-left: 4px solid rgb(157,158,156);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    border-radius: 0 10px 10px 0;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.thanks_box .mentor_team:hover {
    transform: perspective(1000px) rotateY(0);
}.thanks_box .mentor_team::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(115,116,115,0.5) 49.5%, rgb(115,116,115,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(115,116,115,0.5) 49.5%, rgb(115,116,115,0.5) 50.5%, transparent 50.5%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    pointer-events: none;
    left: 0;
    z-index: 0;
    background-size: 40px 40px;
    height: 100%;
}.thanks_box ul {
    margin: 0;
    z-index: 1;
    padding: 0;
    list-style: none;
    position: relative;
}.thanks_box li {
    position: relative;
    padding-left: 2rem;
}.thanks_box li::before {
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotateDiamond 8s infinite linear;
    height: 12px;
    background: rgb(157,158,156);
    width: 12px;
    left: 0;
    top: 0.5rem;
}.thanks_box span {
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
}.thanks_box span::after {
    position: absolute;
    bottom: -15px;
    width: 60px;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(115,116,115,0.5));
    right: 0;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.thanks_box {
    padding: 5rem 0;
}.thanks_box h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.thanks_box .mentor_team {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanks_box {
    padding: 4rem 0;
}.thanks_box h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanks_box .mentor_team {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.thanks_box li {
    padding-left: 1.5rem;
}.thanks_box li::before {
    width: 10px;
    top: 0.4rem;
    height: 10px;
}
}

@media (max-width: 575px) {.thanks_box {
    padding: 3rem 0;
}.thanks_box h2 {
    transform: none;
    font-size: calc(33px * 0.7);
}.thanks_box h2::after {
    height: 3px;
    width: 80px;
}.thanks_box h2:hover::after {
    width: 120px;
}.thanks_box .mentor_team {
    border-left-width: 3px;
    transform: none;
    padding: 1.25rem;
}.thanks_box span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.thanks_box span::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}}.course_overview {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course_overview::before {
    width: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(157,158,156,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.course_overview::after {
    z-index: 1;
    height: 200px;
    position: absolute;
    right: -50px;
    width: 200px;
    top: -50px;
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(115,116,115,0.5) 0%, transparent 70%);
    content: "";
}.course_overview .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.course_overview .mentor_team {
    padding: 40px;
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border: 1px solid rgb(157,158,156,0.5);
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}.course_overview .mentor_team::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    animation: shine 5s infinite;
    left: -100%;
}.course_overview .learn_path {
    padding-right: 20px;
    position: relative;
    flex: 1;
}.course_overview .learn_path::before {
    border-radius: 50%;
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
    content: "";
    top: -30px;
    animation: rotate 25s linear infinite;
    border: 2px solid rgb(157,158,156,0.5);
    z-index: -1;
}.course_overview .learn_path::after {
    animation: float 8s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    content: "";
    height: 40px;
    border-radius: 10px;
    right: 50px;
    bottom: -20px;
    border: 1px solid rgb(115,116,115,0.5);
    width: 40px;
}.course_overview .head_site {
    width: 60px;
    position: relative;
    padding: 10px 15px;
    align-items: center;
    transform: translateZ(0);
    border-radius: 10px;
    display: flex;
    max-width: 180px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(194,193,181) 100%);
    margin-bottom: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 60px;
    transition: transform 0.3s ease;
}.course_overview .head_site:hover {
    transform: translateY(-5px) translateZ(0);
}.course_overview .head_site svg {
    width: 40px;
    fill: rgb(157,158,156);
    height: 40px;
    transition: fill 0.3s ease;
    max-width: 100%;
    max-height: 100%;
}.course_overview .head_site svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,158,156);
}.course_overview .head_site:hover svg,
.course_overview .head_site:hover svg path {
    fill: rgb(115,116,115);
}.course_overview h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 31px;
    color: rgb(157,158,156);
}.course_overview h3::after {
    bottom: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(157,158,156), rgb(115,116,115));
    left: 0;
    border-radius: 10px;
}.course_overview p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
}.course_overview .pic_hover {
    flex: 1;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_overview .pic_hover::before {
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.course_overview .pic_hover::after {
    top: -50%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    animation: shine-effect 6s infinite;
    transform: rotate(25deg);
    position: absolute;
    left: -50%;
    width: 200%;
    content: "";
    z-index: 3;
}.course_overview .mentor_team:hover .pic_hover {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_overview {
    padding: 60px 0;
}.course_overview .mentor_team {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.course_overview .learn_path {
    width: 100%;
    padding-right: 0;
}.course_overview .pic_hover {
    width: 100%;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
}.course_overview h3 {
    font-size: calc(31px - 4px);
}
}

@media screen and (max-width: 767px) {.course_overview {
    padding: 50px 0;
}.course_overview .mentor_team {
    padding: 25px;
}.course_overview .head_site {
    max-width: 150px;
    height: 50px;
}.course_overview h3 {
    font-size: calc(31px - 6px);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_overview h3::after {
    width: 60px;
    height: 2px;
}.course_overview p {
    font-size: calc(15px - 1px);
    margin-bottom: 20px;
}.course_overview .pic_hover {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_overview {
    padding: 40px 0;
}.course_overview .mentor_team {
    padding: 20px;
    gap: 20px;
}.course_overview .head_site {
    height: 40px;
    max-width: 120px;
    margin-bottom: 15px;
}.course_overview h3 {
    font-size: calc(31px - 8px);
}.course_overview .pic_hover {
    min-height: 250px;
}}.education_framework {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgb(115,116,115,0.5) 100%);
}.education_framework::before {
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.7;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(157,158,156,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateZ(0);
}.education_framework::after {
    z-index: 1;
    height: 300px;
    width: 300px;
    content: "";
    background: linear-gradient(225deg, rgb(115,116,115) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transform: translateZ(0);
    right: 0;
    bottom: 0;
}.education_framework .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.education_framework .mentor_team {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transform-style: preserve-3d;
}.education_framework .mentor_team:hover {
    transform: perspective(1000px) rotateX(0deg);
}.education_framework .mentor_team > div {
    overflow: hidden;
    padding: calc(2rem + 1vw);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.education_framework .mentor_team > div::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(157,158,156), rgb(115,116,115));
    height: 100%;
    width: 6px;
    left: 0;
    transform: translateZ(0);
    position: absolute;
}.education_framework .mentor_team > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
}.education_framework h3 {
    color: #000000;
    position: relative;
    margin-bottom: calc(1rem + 0.5vw);
    font-size: calc(22px + 0.2vw);
    transform: translateZ(0);
    padding-left: 20px;
    line-height: 1.4;
    font-weight: 700;
}.education_framework h3::after {
    left: 20px;
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    background: rgb(157,158,156);
    transform-origin: left center;
    content: "";
    height: 3px;
    position: absolute;
}.education_framework .mentor_team > div:hover h3::after {
    transform: scaleX(1.5);
}.education_framework p {
    transition: opacity 0.3s ease;
    line-height: 1.8;
    z-index: 2;
    font-size: 13px;
    color: #000000;
    opacity: 0.9;
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
}.education_framework p span {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 10px;
}.education_framework .mentor_team > div:hover p span {
    transform: translateX(5px);
}

@media (min-width: 768px) {.education_framework {
    padding: 150px 0;
}.education_framework .mentor_team {
    gap: 3rem;
    grid-template-columns: 1fr;
}.education_framework h3 {
    font-size: calc(29px - 0.5rem);
}.education_framework p {
    max-width: 90%;
    font-size: calc(13px + 0.1rem);
}.education_framework .mentor_team > div::before {
    width: 8px;
}
}

@media (min-width: 992px) {.education_framework {
    padding: 180px 0;
}.education_framework .mentor_team {
    margin: 0 auto;
    max-width: 85%;
}.education_framework .mentor_team > div {
    padding: calc(3rem + 1vw);
}.education_framework h3 {
    margin-bottom: calc(1.5rem + 0.5vw);
}.education_framework p {
    padding-left: 25px;
    max-width: 85%;
}.education_framework .mentor_team > div::before {
    width: 10px;
}
}

@media (max-width: 767px) {.education_framework {
    padding: 80px 0;
}.education_framework .mentor_team {
    transform: none;
}.education_framework .mentor_team > div {
    padding: 1.5rem;
}.education_framework h3 {
    padding-left: 15px;
    font-size: calc(22px - 0.1rem);
}.education_framework p {
    padding-left: 15px;
    font-size: calc(13px - 0.05rem);
}.education_framework .mentor_team > div::before {
    width: 4px;
}.education_framework h3::after {
    width: 40px;
    left: 15px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    left: 0;
    opacity: 0.92;
    right: 0;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.ar_tools {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.ar_tools::before {
    top: 0;
    background: rgb(157,158,156);
    position: absolute;
    height: 15px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    left: 0;
    width: 100%;
}.ar_tools .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}.ar_tools .company_holder {
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    flex: 0 0 40%;
    position: relative;
}.ar_tools .company_holder::after {
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
    width: 1px;
    height: 100%;
}.ar_tools .company_holder h3 {
    position: relative;
    font-size: 29px;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}.ar_tools .company_holder h3::after {
    background: rgb(157,158,156);
    width: 80px;
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgb(157,158,156);
}.ar_tools .honor_cta {
    color: #ffffff;
    line-height: 1.6;
    transform-origin: left top;
    transform: skewX(-5deg);
    padding: 1.5rem;
    border-left: 3px solid rgb(157,158,156);
    background: rgba(0, 0, 0, 0.2);
    font-size: 17px;
}.ar_tools .module_end {
    display: flex;
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
}.ar_tools .header_page {
    flex-wrap: wrap;
    display: flex;
    flex: 1;
    gap: 0;
}.ar_tools .head_info {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.ar_tools .head_info h5 {
    color: #ffffff;
    transform: skewX(-5deg);
    margin: 0 0 1.5rem;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    font-size: 18px;
}.ar_tools .head_info h5::before {
    transform: skewX(5deg);
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(157,158,156);
}.ar_tools .head_info .header_page {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.ar_tools .head_info .header_page a {
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1rem;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.05);
}.ar_tools .head_info .header_page a::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
}.ar_tools .head_info .header_page a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
}.ar_tools .head_info .header_page a:hover::before {
    left: 100%;
}.transcript {
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}.transcript .container {
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
}.transcript .referral_prog {
    transform: skewX(-5deg);
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1200px) {.ar_tools .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.ar_tools .module_end {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.ar_tools {
    padding: 4rem 0 2rem;
}.ar_tools .container {
    flex-direction: column;
}.ar_tools .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.ar_tools .company_holder::after {
    display: none;
}.ar_tools .module_end {
    flex: 0 0 100%;
}.ar_tools .head_info {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.ar_tools {
    padding: 3.5rem 0 1.5rem;
}.ar_tools::before {
    height: 10px;
}.ar_tools .company_holder h3 {
    font-size: calc(29px - 2px);
}.ar_tools .honor_cta {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.ar_tools .head_info h5, 
    .ar_tools .head_info .header_page a {
    transform: skewX(-3deg);
}.ar_tools .head_info .header_page a:hover {
    transform: skewX(-3deg) translateX(5px);
}.transcript {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.transcript .referral_prog {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.ar_tools {
    padding: 3rem 0 1rem;
}.ar_tools::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.ar_tools .head_info {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.ar_tools .company_holder {
    margin-bottom: 2rem;
}.ar_tools .head_info .header_page a {
    padding: 0.6rem 0.8rem;
}.ar_tools .head_info .header_page a:hover {
    padding-left: 1.2rem;
}.transcript {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.ar_tools .company_holder h3 {
    transform: skewX(-5deg);
}.ar_tools .company_holder h3::after {
    width: 60px;
}.ar_tools .honor_cta {
    transform: none;
}.ar_tools .head_info h5 {
    transform: none;
}.ar_tools .head_info h5::before {
    transform: none;
}.ar_tools .head_info .header_page a,
    .ar_tools .head_info .header_page a:hover,
    .transcript .referral_prog {
    transform: none;
}}.title_page {
    background-color: rgb(194,193,181);
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
}.title_page::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(157,158,156,0.5), rgb(115,116,115,0.5));
    top: 0;
    opacity: 0.15;
    content: "";
    width: 100%;
    z-index: 1;
}.title_page::after {
    content: "";
    animation: floatElement 12s ease-in-out infinite;
    transform: rotate(-15deg);
    width: 40%;
    z-index: 0;
    background: rgb(157,158,156);
    height: 40%;
    bottom: -5%;
    opacity: 0.08;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
    right: -5%;
    position: absolute;
}.title_page .page_home {
    perspective: 1000px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 90%;
    transform-style: preserve-3d;
}.title_page .main_open {
    transform: translateZ(0);
    justify-content: center;
    padding: 4rem 3rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), 0 12px 24px rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}.title_page .main_open::before {
    z-index: -1;
    content: "";
    top: 0;
    backdrop-filter: blur(6px);
    background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}.title_page .main_open span {
    transform: skewX(-6deg) translateZ(20px);
    animation: slideInFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    display: inline-block;
    backdrop-filter: blur(4px);
    padding: 0.5rem 1.25rem;
    max-width: 85%;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, rgb(157,158,156,0.5), rgb(115,116,115));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    position: relative;
}.title_page .main_open h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    transform: skewX(6deg);
    color: #ffffff;
    letter-spacing: 0.5px;
}.title_page .main_open h1 {
    max-width: 90%;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-weight: 700;
    animation-delay: 0.2s;
    font-size: calc(40px * 1.1);
    position: relative;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}.title_page .main_open h1::after {
    content: "";
    left: 0;
    height: 4px;
    bottom: -1rem;
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(to right, rgb(157,158,156), rgb(115,116,115));
    transform-origin: left;
    width: 6rem;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}.title_page .main_open div div {
    position: relative;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    border-left: 4px solid rgb(157,158,156);
    max-width: 85%;
    transform: translateX(0) translateZ(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(115,116,115,0.5), transparent);
    margin-left: 1rem;
    animation-delay: 0.4s;
    animation: fadeInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.title_page .main_open div div::before {
    height: 2rem;
    transform: translateZ(-5px);
    width: 2rem;
    content: "";
    border-radius: 50%;
    background-color: rgb(157,158,156);
    opacity: 0.15;
    left: -1rem;
    position: absolute;
    top: 0;
}.title_page .main_open div div p {
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.3px;
    font-size: calc(17px * 1.25);
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px) translateZ(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateZ(10px);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: skewX(-6deg) translateX(-40px) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: skewX(-6deg) translateX(0) translateZ(20px);
  }
}

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

@media (min-width: 1400px) {.title_page .main_open {
    padding: 5rem 4rem;
}.title_page .main_open h1 {
    font-size: calc(40px * 1.2);
    max-width: 80%;
}.title_page .main_open div div {
    max-width: 70%;
}
}

@media (max-width: 991px) {.title_page .main_open {
    padding: 3.5rem 2.5rem;
}.title_page .main_open h1 {
    font-size: 40px;
    max-width: 100%;
}.title_page .main_open span {
    max-width: 90%;
}.title_page .main_open div div {
    max-width: 90%;
    margin-left: 0;
}
}

@media (max-width: 767px) {.title_page .main_open {
    padding: 3rem 2rem;
}.title_page .main_open h1 {
    font-size: calc(40px * 0.85);
}.title_page .main_open span {
    max-width: 100%;
    margin-bottom: 1.25rem;
}.title_page .main_open div div {
    max-width: 100%;
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
}.title_page .main_open div div p {
    font-size: 17px;
}
}

@media (max-width: 575px) {.title_page {
    min-height: 90vh;
}.title_page .main_open {
    padding: 2.5rem 1.5rem;
}.title_page .main_open h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.7);
}.title_page .main_open h1::after {
    bottom: -0.75rem;
    height: 3px;
    width: 4rem;
}.title_page .main_open h3 {
    font-size: 0.9rem;
}.title_page .main_open div div {
    padding: 1rem 1.25rem;
}.title_page .main_open div div p {
    font-size: calc(17px * 0.9);
}}.pricing_set {
    overflow: hidden;
    background: rgb(194,193,181);
    position: relative;
    padding: 120px 0;
}.pricing_set::before {
    height: 100%;
    position: absolute;
    opacity: 0.08;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(157,158,156,0.5), rgb(115,116,115,0.5));
    z-index: 0;
    left: 0;
}.pricing_set .container {
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.pricing_set .rate_list {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}.pricing_set .deal_board {
    padding: 0 20px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}.pricing_set .deal_board h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
}.pricing_set .deal_board h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(157,158,156), rgb(115,116,115));
    width: 80px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 3px;
    height: 3px;
    left: 50%;
}.pricing_set .cert_plans {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    max-width: 600px;
}.pricing_set .package_deal {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 30px;
    display: grid;
}.pricing_set .study_fees {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    display: block;
    text-decoration: none;
}.pricing_set .study_fees:hover {
    transform: translateY(-8px);
}.pricing_set .sub_options {
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    display: flex;
    height: 100%;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
}.pricing_set .study_fees:hover .sub_options {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_set .rate_choices {
    flex: 1;
    padding: 30px;
    z-index: 2;
    position: relative;
}.pricing_set .rate_choices h3 {
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    position: relative;
}.pricing_set .rate_choices h3::after {
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(157,158,156);
    width: 40px;
    left: 0;
    border-radius: 2px;
    transition: width 0.3s ease;
    bottom: 0;
}.pricing_set .study_fees:hover .rate_choices h3::after {
    width: 60px;
}.pricing_set .payment_plan {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(157,158,156), rgb(115,116,115));
    margin-bottom: 20px;
    color: rgb(157,158,156);
    color: transparent;
}.pricing_set .payment_plan::before {
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(157,158,156,0.5), transparent);
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
}.pricing_set .rate_choices p {
    line-height: 1.6;
    position: relative;
    font-size: calc(12px - 2px);
    margin-bottom: 20px;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing_set .pic_hover {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
    position: relative;
    height: 220px;
}.pricing_set .pic_hover::after {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    right: 0;
    content: "";
}.pricing_set .study_fees:hover .pic_hover::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_set .package_deal {
    grid-template-columns: repeat(2, 1fr);
}.pricing_set .sub_options {
    height: 100%;
}.pricing_set .pic_hover {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_set {
    padding: 160px 0;
}.pricing_set .rate_list {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.pricing_set .deal_board {
    flex: 0 0 30%;
    padding: 0;
    text-align: left;
}.pricing_set .deal_board h2 {
    font-size: calc(36px + 4px);
}.pricing_set .deal_board h2::after {
    left: 0;
    transform: none;
}.pricing_set .cert_plans {
    margin-left: 0;
}.pricing_set .package_deal {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_set .package_deal {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_set .rate_choices {
    padding: 40px;
}.pricing_set .pic_hover {
    height: 260px;
}.pricing_set .study_fees:nth-child(odd) {
    transform: translateY(20px);
}.pricing_set .study_fees:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_set .study_fees:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_set .study_fees:active .sub_options {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.pricing_set {
    padding: 80px 0;
}.pricing_set .rate_list {
    gap: 40px;
}.pricing_set .deal_board h2 {
    font-size: calc(36px - 4px);
}.pricing_set .pic_hover {
    height: 200px;
}.pricing_set .rate_choices {
    padding: 25px;
}.pricing_set .payment_plan {
    font-size: 1.5rem;
}}.leadership_experience {
    background-color: rgb(194,193,181);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.leadership_experience::before {
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(157,158,156,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(115,116,115,0.5) 0px, rgb(115,116,115,0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.12;
    position: absolute;
}.leadership_experience .container {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1140px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    margin: 0 auto;
}.leadership_experience .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_experience .user_praise {
    display: grid;
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(157,158,156);
    padding: 2.5rem;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    gap: 2rem;
}.leadership_experience .user_praise:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.leadership_experience .user_praise::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(157,158,156) 48%, rgb(157,158,156) 52%, transparent 52%);
    right: 25px;
    transition: all 0.5s ease;
    opacity: 0.1;
    height: 80px;
    width: 80px;
    transform: rotate(15deg);
    content: "";
    top: 25px;
    position: absolute;
}.leadership_experience .user_praise:hover::after {
    transform: rotate(30deg) scale(1.2);
    opacity: 0.15;
}.leadership_experience .pic_hover {
    overflow: hidden;
    border-radius: 10% 30% 50% 70%;
    width: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    height: 120px;
}.leadership_experience .pic_hover::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top right, rgb(157,158,156,0.5), transparent 70%);
    content: "";
    opacity: 0.5;
}.leadership_experience .user_praise:hover .pic_hover {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.leadership_experience .user_praise:hover .pic_hover::before {
    opacity: 0.7;
}.leadership_experience .name {
    color: #000000;
    position: relative;
    font-size: calc(18px * 1.1);
    display: inline-block;
    margin: 0 0 0.5rem;
    font-weight: 700;
    transition: transform 0.4s ease;
}.leadership_experience .name::after {
    left: 0;
    background: rgb(157,158,156);
    transition: width 0.4s ease;
    bottom: -5px;
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
}.leadership_experience .user_praise:hover .name::after {
    width: 100%;
}.leadership_experience .user_praise > div:nth-child(2) div {
    color: rgb(115,116,115);
    transform: translateX(0);
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    font-weight: 600;
    transition: transform 0.4s ease;
    font-size: calc(15px * 0.95);
}.leadership_experience .user_praise:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.leadership_experience .emp_wrap {
    color: #000000;
    transition: all 0.4s ease;
    padding-left: 1.5rem;
    margin: 0;
    border-left: 1px solid rgb(115,116,115,0.5);
    position: relative;
    line-height: 1.75;
    font-size: 15px;
}.leadership_experience .emp_wrap::before {
    opacity: 0.3;
    transition: transform 0.5s ease;
    left: 0.3rem;
    content: "";
    font-size: 2.5rem;
    position: absolute;
    top: -0.5rem;
    color: rgb(157,158,156);
}.leadership_experience .user_praise:hover .emp_wrap::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

@media (min-width: 768px) {.leadership_experience {
    padding: 7rem 0;
}.leadership_experience .user_praise {
    padding: 3rem;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    column-gap: 2.5rem;
}.leadership_experience .user_praise > div:first-child {
    grid-row: 1 / 3;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}.leadership_experience .user_praise > div:nth-child(2) {
    align-self: end;
}.leadership_experience .pic_hover {
    width: 180px;
    height: 180px;
}.leadership_experience .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 0.8rem;
}.leadership_experience .emp_wrap {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.leadership_experience .container {
    transform: perspective(1500px) rotateY(3deg);
}.leadership_experience .user_praise {
    padding: 4rem;
    gap: 3rem;
}.leadership_experience .pic_hover {
    height: 220px;
    width: 220px;
}.leadership_experience .emp_wrap {
    column-count: 2;
    padding-left: 0;
    border-left: none;
    column-gap: 2.5rem;
}.leadership_experience .emp_wrap::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 4rem 0;
}.leadership_experience .container {
    transform: none;
}.leadership_experience .user_praise {
    padding: 2rem;
}.leadership_experience .user_praise > div:first-child {
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}.leadership_experience .user_praise > div:nth-child(2) {
    text-align: center;
}.leadership_experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.leadership_experience .emp_wrap {
    text-align: left;
    padding-left: 1rem;
}}.contact_section {
    overflow: hidden;
    background: rgb(194,193,181);
    padding: 120px 0;
    position: relative;
}.contact_section::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(157,158,156), rgb(115,116,115));
}.contact_section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.contact_section h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 34px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-weight: 700;
}.contact_section h2::before {
    left: 0;
    top: 0;
    width: 5px;
    background: rgb(157,158,156);
    height: 100%;
    position: absolute;
    border-radius: 10px;
    content: "";
}.contact_section .query_feedback {
    display: grid;
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.contact_section .pic_hover {
    position: relative;
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(157,158,156,0.5);
    min-height: 500px;
    border-radius: 27px;
    order: 2;
}.contact_section .help_message {
    order: 1;
}.contact_section form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 50px;
    width: 100%;
    border-radius: 27px;
}.contact_section form h3 {
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.contact_section form input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(194,193,181);
    color: #000000;
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 25px;
    font-size: 13px;
}.contact_section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(157,158,156,0.5);
    background: #ffffff;
}.contact_section form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_section .support_widget {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_section .support_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .support_widget label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
}.contact_section .support_widget label::before {
    height: 22px;
    content: "";
    border-radius: 10px;
    position: absolute;
    transition: all 0.2s ease;
    background: rgb(194,193,181);
    width: 22px;
    top: 2px;
    left: 0;
}.contact_section .support_widget input[type="checkbox"]:checked + label::before {
    background: rgb(157,158,156);
}.contact_section .support_widget input[type="checkbox"]:checked + label::after {
    top: 6px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
}.contact_section .support_widget label a {
    color: rgb(157,158,156);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_section .support_widget label a:hover {
    color: rgb(115,116,115);
}.contact_section form .help_section {
    padding: 18px 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #000000;
    position: relative;
    font-size: 20px;
    font-family: Arial, sans-serif;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    border: none;
    overflow: hidden;
    color: #ffffff;
}.contact_section form .help_section:hover {
    transform: translateY(-3px);
    background: rgb(157,158,156);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_section svg {
    fill: rgb(157,158,156);
    height: 20px;
    width: 20px;
}.contact_section svg path {
    fill: rgb(157,158,156);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_section {
    padding: 90px 0;
}.contact_section .query_feedback {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_section .pic_hover {
    max-width: 600px;
    order: 1;
    min-height: 400px;
    margin: 0 auto;
}.contact_section .help_message {
    order: 2;
}.contact_section form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact_section {
    padding: 70px 0;
}.contact_section h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.contact_section .pic_hover {
    box-shadow: -10px 10px 0 rgb(157,158,156,0.5);
    width: 100%;
    min-height: 300px;
}.contact_section form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.contact_section .pic_hover {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(157,158,156,0.5);
}.contact_section form {
    padding: 30px 20px;
}.contact_section form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_section form .help_section {
    padding: 15px 20px;
    width: 100%;
}}.our_mission {
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.our_mission::before {
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(18, 36, 72, 0.85) 0%,
        rgba(42, 57, 80, 0.75) 50%,
        rgba(18, 36, 72, 0.85) 100%);
    content: "";
    right: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    z-index: 1;
}.our_mission::after {
    top: -10%;
    height: 70%;
    background: linear-gradient(135deg, rgb(157,158,156,0.5), transparent);
    z-index: 2;
    content: "";
    width: 50%;
    right: -10%;
    pointer-events: none;
    position: absolute;
    transform: rotate(-15deg);
}.our_mission .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.our_mission .content_column {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    border-left: 4px solid rgb(157,158,156);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
}.our_mission .content_column:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.our_mission .content_column::before {
    position: absolute;
    transform: skewX(-25deg);
    background: rgb(115,116,115);
    content: "";
    height: 30px;
    z-index: -1;
    right: -10px;
    top: -10px;
    width: 30%;
}.our_mission h1 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 38px;
    opacity: 0;
    transform: translateX(-20px);
    letter-spacing: 1px;
    position: relative;
    animation: slideInTitle 0.8s forwards 0.2s ease-out;
}.our_mission h1::after {
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 4px;
    content: "";
    width: 80px;
    bottom: -15px;
    background: rgb(157,158,156);
    animation: lineExpand 0.6s forwards 0.8s ease-out;
}.our_mission ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.our_mission ul li {
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
}.our_mission ul li:nth-child(2) {
    animation-delay: 0.6s;
}.our_mission h4 {
    font-weight: 600;
    font-size: 23px;
    position: relative;
    color: rgb(157,158,156);
    margin-bottom: 1rem;
    display: inline-block;
}.our_mission h4::before {
    content: "";
    transform: translateY(-50%);
    background: rgb(115,116,115);
    width: 6px;
    left: -15px;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    height: 6px;
}.our_mission span {
    position: relative;
    line-height: 1.8;
    max-height: 300px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 0.5rem;
    font-size: 14px;
    display: block;
    color: #ffffff;
    overflow-y: auto;
    padding-right: 1rem;
}.our_mission span::-webkit-scrollbar {
    width: 6px;
}.our_mission span::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.our_mission span::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,158,156,0.5);
}.our_mission span::first-letter {
    float: left;
    line-height: 1;
    font-size: 2em;
    margin-right: 3px;
    color: rgb(115,116,115);
    font-weight: 700;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 992px) {.our_mission {
    padding: 80px 0;
}.our_mission .content_column {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_mission h1 {
    font-size: calc(38px * 0.9);
}.our_mission span {
    max-height: 250px;
}
}

@media (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission .content_column {
    padding: 2rem;
    transform: none;
}.our_mission .content_column::before {
    width: 25%;
}.our_mission h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.our_mission h1::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.our_mission h4 {
    font-size: calc(23px * 0.9);
}.our_mission span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    max-height: 200px;
}
}

@media (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission .content_column {
    padding: 1.5rem;
    border-left-width: 3px;
}.our_mission .content_column::before {
    display: none;
}.our_mission h1 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.7);
}.our_mission h1::after {
    width: 50px;
}.our_mission h4 {
    font-size: calc(23px * 0.85);
}.our_mission span {
    font-size: calc(14px * 0.9);
    border-left-width: 1px;
    line-height: 1.6;
    padding-left: 0.25rem;
}.our_mission span::first-letter {
    font-size: 1.5em;
}}.sign_up {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 2rem;
    background: rgb(194,193,181);
}.sign_up::before {
    width: 100%;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(157,158,156,0.5) 49%, rgb(157,158,156,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(115,116,115,0.5) 49%, rgb(115,116,115,0.5) 51%, transparent 51%);
    opacity: 0.2;
    height: 100%;
    z-index: 1;
    top: 0;
}.sign_up .mentor_team {
    display: flex;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    justify-content: center;
    max-width: 1200px;
}.sign_up .request_block {
    box-shadow: 
        30px 30px 0px rgb(157,158,156,0.5),
        -30px -30px 0px rgb(115,116,115,0.5);
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    padding: 3.5rem 3rem;
    width: 70%;
    background: #ffffff;
    position: relative;
}.sign_up .request_block:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.sign_up h3 {
    color: #000000;
    padding-left: 1.5rem;
    border-left: 5px solid rgb(157,158,156);
    font-weight: 700;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
    font-size: 23px;
    position: relative;
}.sign_up .input_holder {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    transform: translateZ(30px);
}.sign_up input[type="email"] {
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.5);
    transform: skewY(0deg);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform-origin: left center;
}.sign_up input[type="email"]:focus {
    box-shadow: 10px 10px 0px rgb(115,116,115,0.5);
    outline: none;
    border-color: rgb(157,158,156);
    transform: skewY(-2deg);
}.sign_up input[type="submit"] {
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    transform: skewY(0deg);
    color: #ffffff;
    transform-origin: right center;
    background: rgb(157,158,156);
    align-self: flex-end;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}.sign_up input[type="submit"]:hover {
    background: rgb(115,116,115);
    box-shadow: -10px 10px 0px rgb(157,158,156,0.5);
    transform: skewY(2deg);
}.sign_up .request_block::before {
    right: -50px;
    background: rgb(115,116,115);
    width: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    height: 100px;
    content: "";
    top: -50px;
    opacity: 0.2;
}.sign_up .request_block::after {
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 100px;
    background: rgb(157,158,156);
    opacity: 0.2;
    content: "";
    bottom: -50px;
    position: absolute;
    left: -50px;
    width: 100px;
}.sign_up .input_holder::before {
    right: -25px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 50px;
    border: 2px solid rgb(115,116,115);
    width: 50px;
    animation: float 6s ease-in-out infinite;
    opacity: 0.3;
    top: 20%;
    content: "";
    position: absolute;
}.sign_up .input_holder::after {
    bottom: 20%;
    border: 2px solid rgb(157,158,156);
    content: "";
    width: 50px;
    left: -25px;
    animation: float 8s ease-in-out infinite reverse;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    opacity: 0.3;
    position: absolute;
    height: 50px;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.sign_up .request_block {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(157,158,156,0.5),
            -20px -20px 0px rgb(115,116,115,0.5);
}
}

@media (max-width: 768px) {.sign_up {
    padding: 4rem 1.5rem;
}.sign_up .request_block {
    padding: 2.5rem 2rem;
    width: 100%;
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(157,158,156,0.5),
            -10px -10px 0px rgb(115,116,115,0.5);
}.sign_up h3 {
    transform: none;
    font-size: calc(23px * 0.9);
}.sign_up .input_holder {
    transform: none;
}.sign_up .request_block::before,
    .sign_up .request_block::after,
    .sign_up .input_holder::before,
    .sign_up .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.sign_up {
    padding: 3rem 1rem;
}.sign_up .request_block {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(157,158,156,0.5),
            -5px -5px 0px rgb(115,116,115,0.5);
}.sign_up h3 {
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-size: calc(23px * 0.8);
}.sign_up input[type="email"] {
    padding: 1rem;
}.sign_up input[type="submit"] {
    padding: 0.8rem 1.5rem;
    align-self: stretch;
}}.our_info {
    z-index: 1;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_info:before {
    animation: rotateConic 20s infinite linear;
    content: '';
    z-index: -1;
    width: 200%;
    height: 200%;
    top: -50%;
    position: absolute;
    background: conic-gradient(from 90deg at 50% 50%, rgb(157,158,156) 0%, transparent 25%, rgb(115,116,115) 50%, transparent 75%);
    left: -50%;
    opacity: 0.06;
}.our_info:after {
    z-index: -1;
    opacity: 0.12;
    width: 70%;
    height: 70%;
    right: 0;
    position: absolute;
    bottom: 0;
    animation: pulseWave 12s infinite ease-in-out;
    background: radial-gradient(circle at 80% 80%, rgb(115,116,115,0.5) 0%, transparent 60%);
    content: '';
}.our_info .container {
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    gap: 60px;
    display: flex;
    max-width: 1280px;
}.our_info .edu_askedu {
    transition: all 0.5s ease;
    padding: 60px;
    border-radius: 23px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgb(157,158,156,0.5);
    gap: 40px;
    flex-wrap: wrap;
}.our_info .edu_askedu:hover {
    box-shadow: 0 30px 70px rgb(115,116,115,0.5);
}.our_info .request_info {
    text-transform: uppercase;
    font-size: 28px;
    color: rgb(157,158,156);
    position: relative;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 auto 40px;
}.our_info .request_info:after {
    width: 80px;
    animation: expandLine 2s infinite ease;
    position: absolute;
    content: '';
    border-radius: 10px;
    height: 3px;
    left: 50%;
    background: rgb(115,116,115);
    transform: translateX(-50%);
    bottom: -15px;
}.our_info .pic_hover {
    max-width: 400px;
    border-radius: 23px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 300px;
    flex: 0 0 40%;
}.our_info .pic_hover:before {
    background: linear-gradient(90deg, transparent 70%, rgb(157,158,156,0.5) 85%, transparent 100%);
    content: '';
    inset: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
}.our_info .pic_hover:hover:before {
    opacity: 0.3;
}.our_info .pic_hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(115,116,115,0.5);
}.our_info .reach_team {
    display: grid;
    align-self: center;
    flex: 1 1 55%;
    gap: 25px;
}.our_info .reach_team p {
    margin: 0;
    font-size: 17px;
    position: relative;
    display: flex;
    font-family: Arial, sans-serif;
    padding-left: 0;
    line-height: 1.7;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
}.our_info .reach_team p svg {
    width: 22px;
    margin: 0 15px;
    flex-shrink: 0;
    height: 22px;
    transition: all 0.3s ease;
}.our_info .reach_team p svg path {
    transition: fill 0.3s ease;
    fill: rgb(115,116,115);
}.our_info .reach_team p span {
    color: rgb(157,158,156);
    font-weight: 600;
}.our_info .reach_team p a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(115,116,115);
}.our_info .reach_team p a:after {
    position: absolute;
    background: rgb(115,116,115);
    transform: scaleX(0);
    width: 100%;
    bottom: -3px;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    height: 1px;
    content: '';
}.our_info .reach_team p a:hover:after {
    transform: scaleX(1);
}.our_info .message_card {
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgb(157,158,156,0.5);
    width: 100%;
    border-radius: 23px;
    padding: 40px;
    background: rgb(194,193,181);
    max-width: 600px;
    transition: all 0.4s ease;
}.our_info .message_card:hover {
    box-shadow: 0 25px 55px rgb(115,116,115,0.5);
    background: #ffffff;
}.our_info .contact_details {
    position: relative;
    align-items: center;
    font-weight: 600;
    color: rgb(157,158,156);
    margin-bottom: 25px;
    font-size: 24px;
    justify-content: center;
    display: flex;
}.our_info .contact_details svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}.our_info .contact_details svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,158,156);
}.our_info .message_card:hover .contact_details svg path {
    fill: rgb(115,116,115);
}.our_info .contact_details:before {
    height: 1px;
    animation: pulseLine 1.5s infinite ease;
    left: 50%;
    background: rgb(115,116,115);
    content: '';
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    top: -10px;
}.our_info .course_ask {
    display: grid;
    gap: 20px;
}.our_info .edu_tutor {
    align-items: center;
    padding: 15px 25px;
    font-weight: 400;
    border-radius: 10px;
    display: flex;
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}.our_info .edu_tutor svg {
    margin-right: 0;
    opacity: 0;
    height: 18px;
    transition: all 0.3s ease;
    width: 0;
}.our_info .edu_tutor svg path {
    fill: rgb(157,158,156);
}.our_info .edu_tutor:hover {
    box-shadow: 0 10px 20px rgb(157,158,156,0.5);
    background: rgb(115,116,115,0.5);
    padding-left: 15px;
    transform: translateY(-5px);
}.our_info .edu_tutor:hover svg {
    width: 18px;
    opacity: 1;
    margin-right: 8px;
}

@media screen and (max-width: 1024px) {.our_info {
    padding: 100px 0;
}.our_info .edu_askedu {
    padding: 50px;
    gap: 30px;
}.our_info .pic_hover {
    flex: 0 0 35%;
    height: 280px;
}.our_info .reach_team {
    flex: 1 1 60%;
}.our_info .message_card {
    padding: 35px;
}.our_info .reach_team p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}
}

@media screen and (max-width: 768px) {.our_info {
    padding: 80px 0;
}.our_info .edu_askedu {
    padding: 40px;
    flex-direction: column;
}.our_info .pic_hover {
    flex: unset;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 300px;
}.our_info .reach_team {
    flex: 0 0 100%;
}.our_info .message_card {
    padding: 30px;
}.our_info .reach_team p svg {
    margin: 0 10px;
    height: 18px;
    width: 18px;
}.our_info .contact_details svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}

@media screen and (max-width: 480px) {.our_info {
    padding: 60px 0;
}.our_info .edu_askedu {
    padding: 30px;
}.our_info .pic_hover {
    height: 250px;
}.our_info .request_info {
    font-size: calc(28px * 0.85);
}.our_info .message_card {
    padding: 25px;
}.our_info .edu_tutor {
    padding: 12px 20px;
}.our_info .reach_team p svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.our_info .contact_details svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
}}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}header {
    overflow: visible;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}header::before {
    background-size: 20px 20px;
    z-index: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    content: '';
    height: 100%;
    left: 0;
    top: 0;
}header::after {
    height: 4px;
    bottom: 0;
    background-size: 200% auto;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(157,158,156) 0%,
        rgb(115,116,115) 50%,
        rgb(157,158,156) 100%
    );
    left: 0;
    animation: gradientSlide 5s linear infinite;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .head_sitewrap {
    padding: 1.3rem 2rem;
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .head_site {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .main_page {
    display: flex;
    z-index: 2;
    padding: 0.5rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
}header .main_page:hover {
    transform: translateY(-3px) scale(1.02);
}header .main_page img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .head_site::before {
    right: -8px;
    left: -8px;
    top: -8px;
    position: absolute;
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
    border: 1px solid rgb(157,158,156);
    opacity: 0.3;
    transform: skew(-3deg);
    bottom: -8px;
}header .head_site:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(157,158,156,0.5);
}header .head_info {
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    z-index: 5;
}header .main_sitewrap {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .main_sitewrap a {
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    display: block;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    z-index: 1;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    font-size: 16px;
}header .main_sitewrap a::before {
    content: '';
    height: 1px;
    background: rgb(157,158,156);
    opacity: 0.7;
    width: 80%;
    left: 10%;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 5px;
}header .main_sitewrap a:hover {
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(157,158,156);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}header .main_sitewrap a:hover::before {
    transform: scaleX(1);
}header .main_sitewrap::after {
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at center, rgb(157,158,156,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0;
    pointer-events: none;
    content: '';
    width: 100%;
}header .main_sitewrap:hover::after {
    opacity: 0.4;
}header .head_sitewrap::before {
    left: 35%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(157,158,156), transparent);
    width: 30%;
    height: 1px;
}header .head_sitewrap::after {
    opacity: 0.1;
    height: 1px;
    left: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    bottom: 0;
    content: '';
}.site_header {
    padding-top: 2rem;
    background: rgb(194,193,181);
    z-index: 1;
    margin-top: 0;
    position: relative;
}

@media (min-width: 1400px) {header .head_sitewrap {
    max-width: 1300px;
    margin: 0 auto;
}header .main_sitewrap {
    margin: 0 0.5rem;
}header .main_sitewrap a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .head_sitewrap {
    flex-direction: row;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .head_site {
    margin-bottom: 0;
}header .head_info {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .main_sitewrap {
    margin: 0 0.2rem;
}header .main_sitewrap a {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .head_site::before {
    right: -5px;
    top: -5px;
    left: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_sitewrap {
    padding: 0.8rem 1.2rem;
}header .head_site {
    max-width: 130px;
}header .head_site::before {
    display: none;
}header .head_info {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
}header .head_info::-webkit-scrollbar {
    height: 2px;
}header .head_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,158,156);
}header .main_sitewrap {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .main_sitewrap a {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    letter-spacing: 0;
}header .main_sitewrap a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .head_sitewrap {
    padding: 0.7rem 1rem;
}header .head_site {
    max-width: 110px;
}header .main_sitewrap a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.privacy_vault {
    position: relative;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy_vault::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgb(115,116,115,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
}.privacy_vault::after {
    bottom: -10px;
    height: 40%;
    transform: skewY(-5deg);
    width: 50%;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(157,158,156,0.5) 100%);
    position: absolute;
    content: "";
    z-index: 0;
    right: -10px;
}.privacy_vault .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
}.privacy_vault h1 {
    transform: translateZ(10px);
    position: relative;
    padding-bottom: 0.5rem;
    font-size: 45px;
    letter-spacing: -0.02em;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: rgb(157,158,156);
    font-weight: 700;
    border-bottom: 3px solid rgb(115,116,115,0.5);
}.privacy_vault h1::after {
    content: "";
    height: 3px;
    width: 60%;
    animation: lineGrow 1.5s ease-out forwards;
    position: absolute;
    background: rgb(157,158,156);
    left: 0;
    transform-origin: left;
    bottom: -3px;
}.privacy_vault h2 {
    margin-bottom: 1.25rem;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    transform: translateZ(5px);
    margin-top: 3rem;
    font-weight: 600;
    font-size: 37px;
}.privacy_vault h2::before {
    background: rgb(115,116,115);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    left: 0;
    width: 0.75rem;
    position: absolute;
    height: 0.75rem;
}.privacy_vault h3 {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    margin-top: 2.5rem;
    font-size: calc(37px * 0.85);
    color: #000000;
    font-weight: 600;
}.privacy_vault h3::before {
    content: "";
    height: 0.6rem;
    position: absolute;
    width: 0.6rem;
    left: 0;
    background: rgb(115,116,115,0.5);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}.privacy_vault h4 {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(37px * 0.7);
}.privacy_vault h4::before {
    position: absolute;
    left: 0;
    top: 50%;
    background: rgb(115,116,115,0.5);
    content: "";
    opacity: 0.7;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateY(-50%) rotate(45deg);
}.privacy_vault p {
    transform: translateZ(0);
    max-width: 90ch;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    position: relative;
    padding-right: 1rem;
}.privacy_vault p strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.privacy_vault p strong::after {
    bottom: -2px;
    transform: scaleX(0.9);
    background: rgb(115,116,115,0.5);
    height: 2px;
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.privacy_vault ul {
    margin: 1.5rem 0 2.5rem 1.5rem;
    list-style: none;
    position: relative;
    padding: 0;
}.privacy_vault ul::before {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(115,116,115,0.5), transparent);
    content: "";
    left: -1rem;
    position: absolute;
    top: 0;
}.privacy_vault li {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    padding-left: 1.5rem;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}.privacy_vault li::before {
    border: 2px solid rgb(115,116,115);
    top: 0.6em;
    width: 0.5rem;
    border-radius: 10px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    left: 0;
    height: 0.5rem;
}.privacy_vault li:hover {
    transform: translateX(5px) translateZ(0);
}.privacy_vault span {
    transform: translateZ(0);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    font-size: 17px;
    background: rgba(255,255,255,0.7);
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(115,116,115);
    margin-bottom: 2rem;
    padding: 1.25rem;
    display: block;
}.privacy_vault span:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
}

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

@media (min-width: 768px) {.privacy_vault {
    padding: 6rem 3rem;
}.privacy_vault .container {
    padding: 0 2rem;
}.privacy_vault h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 3rem;
}.privacy_vault h2 {
    margin-top: 4rem;
    font-size: calc(37px * 1.05);
}.privacy_vault ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_vault {
    padding: 7rem 4rem;
}.privacy_vault h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy_vault span {
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
}.privacy_vault span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy_vault p, .privacy_vault li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.privacy_vault {
    padding: 4rem 1.5rem;
}.privacy_vault h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2rem;
}.privacy_vault h2 {
    font-size: calc(37px * 0.9);
    padding-left: 1.25rem;
    margin-top: 2.5rem;
}.privacy_vault h3, .privacy_vault h4 {
    padding-left: 1rem;
}.privacy_vault p, .privacy_vault li, .privacy_vault span {
    font-size: calc(17px * 0.95);
}.privacy_vault ul {
    margin-left: 0.5rem;
}.privacy_vault li {
    padding-left: 1.25rem;
}.privacy_vault span {
    padding: 1rem;
}}.privacyPolicyOverlay {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(157,158,156);
    width: 100%;
    z-index: 1000;
    background-color: rgb(194,193,181);
    bottom: 0;
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    position: fixed;
}.privacyPolicyOverlay .track_cookies {
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.privacyPolicyOverlay .track_cookies svg {
    fill: rgb(157,158,156);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.privacyPolicyOverlay .accept_cookies {
    flex-grow: 1;
}.privacyPolicyOverlay .accept_cookies h5 {
    margin-bottom: 6px;
    color: rgb(157,158,156);
    font-size: 21px;
}.privacyPolicyOverlay .accept_cookies p {
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    color: #000000;
}.privacyPolicyOverlay .cookie_controls {
    padding: 10px 20px;
    margin-right: 15px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: rgb(157,158,156);
    transition: transform 0.3s, box-shadow 0.3s;
}.privacyPolicyOverlay .cookie_controls:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.privacyPolicyOverlay .cookie_controls:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.privacyPolicyOverlay .track_cookies {
    margin-bottom: 15px;
    margin-right: 0;
}.privacyPolicyOverlay .cookie_controls {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#consentNoticePanel {
    display: none;
}#consentNoticePanel:checked ~ .privacyPolicyOverlay {
    visibility: hidden;
    opacity: 0;
}