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

* {
    scrollbar-color: rgb(186,155,119,0.5) rgb(211,188,164,0.5);
}


.plan_box {
    background: linear-gradient(135deg, rgb(233,223,209) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.plan_box .tuition_plans {
    flex-direction: column-reverse;
    display: flex;
}

.plan_box .learn_fees h2 {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}

.plan_box .learning_deals {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.plan_box .learning_deals:hover .fee_choices h3 {
    transform: translateX(5px);
}

.plan_box .plan_table::before {
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(211,188,164);
    left: -20px;
    opacity: 0;
    height: 2px;
    top: 50%;
    width: 10px;
    transform: translateX(-10px);
    content: "";
}

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

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

.check_it_out_now::after {
    animation: float 6s infinite ease-in-out reverse;
    filter: blur(40px);
    height: 200px;
    bottom: -50px;
    background: rgb(186,155,119,0.5);
    left: -50px;
    width: 200px;
    border-radius: 50%;
    content: "";
    position: absolute;
    opacity: 0.3;
}

.check_it_out_now svg {
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    flex-shrink: 0;
}

.check_it_out_now .learn_sessions:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

.check_it_out_now .inquiry_query::before {
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.testimonials::after {
    content: "";
    width: 30%;
    top: -5%;
    right: -5%;
    opacity: 0.05;
    height: 30%;
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
    background: linear-gradient(225deg, rgb(211,188,164) 0%, transparent 70%);
}

.testimonials .learning_voices {
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-left: 3px solid rgb(211,188,164);
    padding: 2.5rem 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    height: 100%;
}

.testimonials .learning_voices img {
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 3px solid rgba(rgb(211,188,164,0.5), 0.2);
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    transform-origin: center;
    height: 60px;
}

.get_in_touch .container {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.get_in_touch h2 {
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.get_in_touch .inquiry_form::before {
    left: 0;
    border-radius: 2.5px;
    position: absolute;
    height: calc(100% - 80px);
    top: 40px;
    width: 5px;
    background: linear-gradient(to bottom, rgb(211,188,164), rgb(186,155,119));
    content: "";
}

.get_in_touch .request_request {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}

.get_in_touch .request_request label::before {
    height: 22px;
    position: absolute;
    left: 0;
    width: 22px;
    content: "";
    transition: all 0.2s ease;
    border: 2px solid rgb(211,188,164,0.5);
    border-radius: 10px;
    top: 2px;
}

.get_in_touch form .inquiry_query::before {
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    content: "";
    transition: all 0.4s ease;
    width: 120%;
    top: -10%;
}

.visitor_privacy {
    margin-right: 15px;
    flex-shrink: 0;
}

.visitor_privacy svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(211,188,164);
    width: 50px;
}

.tracking_policy {
    border-radius: 10px;
    user-select: none;
    font-size: 19px;
    border: 1px solid transparent;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
}

.welcome_page > div {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    display: flex;
}

.welcome_page .title_style_header::after {
    content: "";
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(186,155,119), transparent);
    height: 3px;
}

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

.welcome_page p {
    letter-spacing: 0.02em;
    position: relative;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    display: inline-block;
    font-size: clamp(1rem, 2vw, 14px);
}

.contact {
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.contact .learn_talk {
    border: 1px solid rgba(200,200,200,0.1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
    margin: 0 auto;
    background: #ffffff;
    max-width: 800px;
    padding: 40px;
    position: relative;
}

.contact h5 {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #000000;
    align-items: center;
}

.contact .team_contact {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: #000000;
    border-radius: 4px;
    font-size: calc(16px * 0.95);
    align-items: center;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 10px 15px;
    display: flex;
    text-decoration: none;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05), 
               -5px -5px 10px rgba(255,255,255,0.8);
}

.course_beneficiaries h3 {
    text-align: center;
    opacity: 0.9;
    letter-spacing: 1px;
    margin-bottom: 4rem;
    color: rgb(211,188,164);
    font-weight: 600;
    position: relative;
    font-size: 48px;
}

.course_beneficiaries li {
    padding: 2rem;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    background: rgba(#ffffff, 0.08);
    text-align: center;
    backdrop-filter: blur(10px);
    flex-direction: column;
}

.course_beneficiaries li {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.teaching_experience .learning_voices {
    border-radius: 21px;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    backdrop-filter: blur(10px);
    background: #ffffff;
    display: grid;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(211,188,164,0.5);
    transform: rotateX(5deg) rotateY(-2deg);
    padding: 2.5rem;
    grid-template-areas:
    "photo quote"
    "name quote";
    grid-template-rows: auto auto;
    transform-style: preserve-3d;
    gap: 1.5rem;
    transition: transform 0.5s ease;
}

.teaching_experience .learning_voices:hover .career_area {
    transform: translateZ(25px);
}

.secure_archive h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 42px;
}

.secure_archive h3, .secure_archive h4, .secure_archive h5, .secure_archive h6 {
    margin: 1rem 0;
    text-align: center;
}

.secure_archive span {
    font-weight: 600;
}

.secure_archive div {
    margin-bottom: 20px;
}

header .top_prime {
    position: relative;
}

header .top_prime:after {
    top: 50%;
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    opacity: 0.5;
    height: 60px;
    width: 60px;
    transform: translateY(-50%);
}

header .top_start:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    left: 0;
    width: 20px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    content: '';
    position: absolute;
    opacity: 0.5;
}

header .header_bar:hover:before {
    opacity: 0.7;
}

header .nav_site:before {
    top: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    position: absolute;
    left: -12px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    opacity: 0;
}

header .main_mentor:before {
    content: '';
    left: -10px;
    border-radius: 10px;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    top: -10px;
}

.course_structure::before {
    content: "";
    top: -10%;
    border-radius: 50%;
    position: absolute;
    width: 70%;
    opacity: 0.4;
    height: 70%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(211,188,164,0.5) 0%, transparent 70%);
    z-index: 1;
    right: -10%;
}

.course_structure .learn_career {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(233,223,209);
    z-index: 3;
    border-radius: 14px;
    background: #ffffff;
    padding: 3rem;
    transform: translateZ(20px);
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.course_structure .head_bar svg:hover {
    filter: drop-shadow(0 6px 12px rgb(211,188,164,0.5));
    transform: translateY(-2px) scale(1.03);
}

.course_structure h3 {
    display: inline-block;
    background-clip: text !important;
    position: relative;
    transform: translateZ(5px);
    background: linear-gradient(to right, #000000 0%, rgb(211,188,164) 100%);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: transparent;
    -webkit-background-clip: text !important;
}

.course_structure .learn_sessions:hover .image_grid {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.tySection::after {
    position: absolute;
    top: -10%;
    filter: blur(100px);
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    width: 300px;
    background: rgb(186,155,119);
    opacity: 0.1;
    z-index: 0;
    height: 300px;
    right: -5%;
}

.tySection .learn_sessions::before {
    opacity: 0.1;
    bottom: 20px;
    position: absolute;
    border: 1px solid rgb(211,188,164,0.5);
    top: 20px;
    right: 20px;
    pointer-events: none;
    left: 20px;
    content: "";
}

.tySection li span {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    animation-delay: 0.8s;
    font-size: calc(14px * 1.05);
}

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

.meet_us .label_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.meet_us h1 {
    transform: translateX(-2%);
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    font-size: 38px;
    position: relative;
    padding-bottom: 1rem;
}

.meet_us h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.25rem;
}

.meet_us h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.7);
}

.meet_us h4 {
    font-weight: 600;
    transform: translateX(-1%);
    font-size: 18px;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
    color: rgb(211,188,164);
}

.meet_us h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 0.75rem;
}

.leaderboard::before {
    background: #ffffff;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 10px;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
}

.leaderboard .site_top {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.leaderboard .header_bar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}

.leaderboard .header_bar .site_top a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.leaderboard .header_bar .site_top a::before {
    width: 3px;
    top: 0;
    background: #ffffff;
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 768px) {.plan_box .plan_fee {
    grid-template-columns: repeat(2, 1fr);
}.plan_box .learn_fees {
    margin-bottom: 60px;
}.plan_box .fee_choices h3 {
    font-size: 22px;
}.plan_box .plan_table {
    font-size: calc(22px + 2px);
}.plan_box .fee_choices p {
    font-size: calc(16px - 1px);
}
}



@media screen and (max-width: 992px) {.check_it_out_now {
    padding: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
}.check_it_out_now h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.check_it_out_now .learn_sessions {
    padding: 1.75rem 2.5rem;
}.check_it_out_now svg {
    height: 40px;
    width: 40px;
}.check_it_out_now .inquiry_query {
    padding: 0.875rem 2.25rem;
}
}



@media (min-width: 1200px) {.testimonials .opinion_showcase {
    grid-template-columns: repeat(4, 1fr);
}.testimonials::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(211,188,164,0.5), 0.02) 0px,
      rgba(rgb(211,188,164,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}



@media (prefers-reduced-motion: no-preference) {.testimonials .learning_voices {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.testimonials .learning_voices:nth-child(1) {
    animation-delay: 0.1s;
}.testimonials .learning_voices:nth-child(2) {
    animation-delay: 0.2s;
}.testimonials .learning_voices:nth-child(3) {
    animation-delay: 0.3s;
}.testimonials .learning_voices:nth-child(4) {
    animation-delay: 0.4s;
}.testimonials .learning_voices:nth-child(5) {
    animation-delay: 0.5s;
}.testimonials .learning_voices:nth-child(6) {
    animation-delay: 0.6s;
}.testimonials .learning_voices:nth-child(7) {
    animation-delay: 0.7s;
}}


@media (max-width: 800px) {.cookie_edu {
    align-items: center;
    flex-direction: column;
}.visitor_privacy {
    margin-bottom: 10px;
}.cookie_user {
    text-align: center;
    margin-bottom: 15px;
}.tracking_policy {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .learn_talk {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.contact h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
}.contact .get_help {
    margin-top: 20px;
}.contact .team_contact {
    padding: 8px 12px;
}
}



@media (max-width: 480px) {.course_beneficiaries {
    padding: 3rem 0;
}.course_beneficiaries .learn_sessions {
    padding: 0 1rem;
}.course_beneficiaries h3 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 0.7);
}.course_beneficiaries li {
    padding: 1.25rem;
}.course_beneficiaries li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .header_bar {
    gap: 20px;
}header .main_mentor svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main_mentor svg {
    height: 30px;
}}



@media (max-width: 576px) {.course_structure {
    padding: 3rem 0;
}.course_structure .learn_sessions::before {
    display: none;
}.course_structure .learn_career {
    padding: 1.5rem;
}.course_structure .head_bar svg {
    height: 3rem;
}.course_structure .head_bar::before {
    right: -10px;
    width: 20px;
}.course_structure h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1rem;
}.course_structure p {
    font-size: calc(16px * 0.9);
}.course_structure .image_grid {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}



@media (max-width: 576px) {.tySection {
    padding: 2.5rem 0;
}.tySection .container {
    padding: 0 1.5rem;
}.tySection h2 {
    font-size: calc(38px * 0.7);
}.tySection h2::after {
    height: 2px;
    width: 60px;
}.tySection .learn_sessions {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.tySection li {
    padding-left: 1.5rem;
}.tySection li::before {
    height: 6px;
    width: 6px;
}.tySection li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 420px) {.leaderboard .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.leaderboard .company_holder h3 {
    padding: 0.4rem 1rem;
}.leaderboard .header_bar h5 {
    padding: 0.4rem 1rem;
}.leaderboard .header_bar .site_top {
    padding: 1rem;
}.leaderboard .header_bar .site_top a:hover {
    transform: translateX(3px);
}.partner_logo .honor_cta {
    width: 90%;
    padding: 0.6rem 1.5rem;
}
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



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



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


    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }

