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

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(173,136,123) rgb(214,217,211);
}

html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

header::after {
    background: linear-gradient(90deg, 
        rgb(170,178,159) 0%, 
        rgb(173,136,123) 50%, 
        rgb(170,178,159) 100%);
    z-index: 1;
    height: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
}

header .nav_lesson {
    gap: 0.5rem;
    border-radius: 30px;
    padding: 5px;
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(0, 0, 0, 0.2);
}

header .main_master::before {
    background: linear-gradient(45deg, rgb(170,178,159), rgb(173,136,123));
    bottom: -2px;
    opacity: 0;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    position: absolute;
    left: -2px;
    top: -2px;
    content: '';
    transition: all 0.3s ease;
    right: -2px;
    z-index: -1;
}

header .top_head:hover::before {
    left: 100%;
}

header .top_head svg {
    z-index: 2;
    width: 160px;
    height: auto;
    position: relative;
}

.thxSpace {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, #ffffff 100%);
    padding: 120px 0;
}

.thxSpace .container {
    z-index: 2;
    position: relative;
}

.thxSpace .knowledge_classes {
    display: grid;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.85);
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    backdrop-filter: blur(15px);
}

.thxSpace a {
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    text-decoration: none;
    position: relative;
}

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

footer .rating_stars {
    z-index: 1;
    position: relative;
}

footer .edu_asknow {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 40px 20px;
    position: relative;
    background-color: rgb(173,136,123);
    flex-wrap: wrap;
    margin-bottom: 70px;
}

footer .info_item p,
footer .info_item a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    margin-top: -30px;
    display: grid;
}

footer .support_cta {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
}

footer .nav_lesson h5::after {
    height: 2px;
    left: 0;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(170,178,159), transparent);
    position: absolute;
    width: 100%;
}

footer .top_mentor a:hover {
    color: rgb(170,178,159);
    padding-left: 5px;
}

footer .top_mentor a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
    left: 0;
}

footer .input_holder input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}

footer .news_block:hover {
    background-color: rgb(173,136,123);
}

footer .achieve_cta {
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.welcome::after {
    content: '';
    width: 100%;
    height: 200px;
    bottom: 0;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    position: absolute;
    pointer-events: none;
    left: 0;
}

.welcome .subtext_wrap {
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
    z-index: 1;
    padding-right: 2rem;
}

.welcome .edu_intro {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    transform: translateY(0);
    border-radius: 13px;
}

.welcome svg:hover {
    transform: translateY(-10px) scale(1.05);
}

.welcome svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}

.welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    font-weight: 700;
}

.welcome .help_form:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}

.welcome .help_form:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.welcome .img_placeholder {
    animation: fadeIn 1s ease-out 0.8s forwards;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 13px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    min-height: 400px;
    height: 100%;
    opacity: 0;
}

.pricing_list_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.plan_deals {
    position: relative;
}

.pricing_list_item h2 {
    font-size: 31px;
    color: #ffffff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(0);
}

.pricing_list_item .rate_card {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    margin: 0;
}

.pricing_list_item .pricing_tiers::before {
    width: 100%;
    opacity: 0;
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(170,178,159,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.pricing_list_item .edu_deals p {
    word-break: break-word;
    white-space: normal;
    flex-grow: 1;
    color: #ffffff;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    opacity: 0.85;
    line-height: 1.7;
    font-size: 15px;
}

.pricing_list_item .edu_deals:hover {
    transform: translateY(-10px);
}

.pricing_list_item .edu_deals:hover .pricing_tiers {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.pricing_list_item .edu_deals:hover .pricing_tiers::before {
    opacity: 1;
}

.pricing_list_item .edu_deals:hover h4::after {
    width: 60px;
}

.program_assets {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, #ffffff 100%);
}

.program_assets h5 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 20px;
    max-width: 800px;
    position: relative;
    color: #000000;
    margin-left: auto;
    animation: fadeInUp 0.8s ease-out forwards;
    line-height: 1.4;
    text-align: center;
    margin-right: auto;
}

.program_assets .knowledge_classes {
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(8px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: grid;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    position: relative;
    padding: 40px;
}

.program_assets li {
    opacity: 0;
    padding-left: 40px;
    animation-delay: calc(0.1s * var(--item-index, 0));
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.5s ease-out forwards;
}

.program_assets li p {
    align-items: flex-start;
    line-height: 1.6;
    font-size: 14px;
    display: flex;
    margin: 0;
    color: #000000;
}

.program_assets li:hover svg path {
    fill: rgb(173,136,123);
}

.newsletter_signup::before {
    top: -5%;
    transform: rotate(-3deg);
    content: "";
    z-index: -1;
    opacity: 0.15;
    left: -5%;
    height: 110%;
    position: absolute;
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(173,136,123,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(173,136,123,0.5) 0%, 
            transparent 30%
        );
    width: 110%;
}

.newsletter_signup::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.newsletter_signup .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1rem;
    z-index: 2;
}

.newsletter_signup .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.newsletter_signup .input_holder input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}

.newsletter_signup .input_holder .help_form::before {
    height: 100%;
    content: "";
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    top: 0;
}

.education_history {
    background: rgb(214,217,211);
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}



.education_history .feedback_panel {
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    gap: 0;
    display: grid;
}

.education_history .img_placeholder::after {
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    height: 100%;
    top: 0;
    position: absolute;
}

.education_history .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7rem;
    font-weight: 700;
    font-size: 30px;
    color: rgb(170,178,159);
}

.education_history .feedback_panel:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.education_history .job_timeline > div:nth-child(2) {
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
    font-size: 17px;
    color: rgb(173,136,123);
    opacity: 0;
    opacity: 0.9;
    transform: translateX(-20px);
    font-weight: 600;
}

.education_history .experience_path::before {
    background: linear-gradient(to right, rgb(170,178,159), transparent);
    top: 0;
    left: 0;
    height: 3px;
    width: 60px;
    content: "";
    position: absolute;
}

.privacy_preserve::before {
    opacity: 0.3;
    height: 250px;
    width: 250px;
    background: linear-gradient(120deg, rgb(170,178,159,0.5), rgb(173,136,123,0.5));
    position: absolute;
    right: -5%;
    filter: blur(60px);
    z-index: 0;
    transform: rotate(-15deg);
    top: -10%;
    content: "";
}

.privacy_preserve .container:hover {
    transform: translateY(-5px) translateZ(0);
}

.privacy_preserve h1 {
    transform: translateZ(0);
    position: relative;
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 43px;
    padding-bottom: 1rem;
}

.privacy_preserve .container:hover h1::after {
    width: 120px;
}

.privacy_preserve h2 {
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-size: 28px;
    display: inline-block;
}

.privacy_preserve h3::before {
    height: 70%;
    left: 0;
    width: 4px;
    content: "";
    border-radius: 1px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
    top: 0.25em;
}

.privacy_preserve strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.privacy_preserve ul::before {
    left: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, 
        rgb(170,178,159,0.5),
        rgb(173,136,123,0.5),
        transparent);
    top: 0;
    content: "";
    height: 100%;
}

.privacy_preserve span {
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
    display: block;
    border-left: 1px dashed rgb(173,136,123,0.5);
    padding-left: 1rem;
}

.course_summary::after {
    transform: rotate(10deg);
    opacity: 0.1;
    animation: floatElement 18s infinite ease-in-out reverse;
    z-index: 1;
    content: "";
    width: 250px;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    left: -3%;
    position: absolute;
    height: 250px;
    bottom: -8%;
    background: linear-gradient(45deg, rgb(173,136,123) 0%, rgb(173,136,123,0.5) 70%);
}

.course_summary .img_placeholder::after {
    width: 60px;
    right: -15px;
    border-top: 4px solid rgb(170,178,159);
    z-index: 2;
    border-right: 4px solid rgb(170,178,159);
    height: 60px;
    top: -15px;
    opacity: 0.7;
    position: absolute;
    content: "";
}

.course_summary h3 {
    margin-bottom: 1.5rem;
    opacity: 0;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    font-size: calc(22px * 1.1);
    color: rgb(170,178,159);
}

.course_summary .description {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 1.2rem;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    position: relative;
}

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

.meet_us .class_track {
    background: #ffffff;
    flex: 0 0 350px;
    padding: 30px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
}

.meet_us .img_placeholder {
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
    border-radius: 12px;
}

.meet_us .founder_vision {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    margin-bottom: 8px;
}

.meet_us .who_weare {
    margin-bottom: 20px;
    font-size: 16px;
    color: rgb(170,178,159);
    align-items: center;
    display: flex;
    font-weight: 600;
}

.meet_us .who_weare svg {
    margin-right: 10px;
    width: 30px;
    fill: rgb(170,178,159);
    height: 30px;
}

.meet_us h2::after {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(170,178,159), rgb(173,136,123));
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
}

.ideal_participants::after {
    background: linear-gradient(to top, rgb(214,217,211), transparent);
    z-index: 1;
    content: "";
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%;
}

.ideal_participants h4 {
    font-size: 31px;
    position: relative;
    color: #000000;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 80px;
    text-align: center;
}

.ideal_participants h4::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
    background: rgb(173,136,123,0.5);
    border-radius: 2px;
}

.ideal_participants div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}

.ideal_participants div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}

.ideal_participants div p::before {
    position: absolute;
    background: #ffffff;
    height: 30px;
    z-index: 2;
    width: 30px;
    border-radius: 50%;
    content: "";
}

.ideal_participants div p::after {
    background: linear-gradient(135deg, rgb(170,178,159), rgb(173,136,123));
    position: absolute;
    height: 15px;
    z-index: 3;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 15px;
    content: "";
}

.ideal_participants div p:hover svg path {
    fill: rgb(173,136,123);
}

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

.get_in_touch .feedback_box {
    background: linear-gradient(135deg, rgb(170,178,159,0.5) 0%, rgb(173,136,123,0.5) 100%);
    position: relative;
    padding: 50px 40px;
    flex: 1;
}



.get_in_touch .feedback_box h3 {
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 28px;
}

.get_in_touch .feedback_box div {
    display: flex;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    border-left: 3px solid rgb(173,136,123);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}

.get_in_touch .feedback_box div:hover svg path {
    fill: rgb(173,136,123);
}

.get_in_touch .feedback_box a:hover {
    color: rgb(173,136,123);
    text-decoration: underline;
}

.get_in_touch .connect_support::after {
    bottom: 0;
    background: rgb(173,136,123,0.5);
    content: '';
    position: absolute;
    border-radius: 0 100% 0 0;
    height: 100px;
    left: 0;
    width: 100px;
}

.get_in_touch form input[type="text"],
.get_in_touch form input[type="email"] {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    background: rgba(240, 240, 240, 0.8);
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
}

.get_in_touch .inquiry_section input[type="checkbox"] {
    height: 20px;
    -webkit-appearance: none;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    border: 2px solid rgb(170,178,159);
    cursor: pointer;
    flex-shrink: 0;
    width: 20px;
    appearance: none;
}

.get_in_touch .help_form {
    width: 100%;
    background: linear-gradient(135deg, rgb(170,178,159) 0%, rgb(173,136,123) 100%);
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border: none;
    overflow: hidden;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

#cookieWarningAlert {
    display: none;
}

#cookieWarningAlert:checked ~ .cookie_warning_popup {
    visibility: hidden;
    opacity: 0;
}

.cookie_overlay {
    margin-right: 20px;
    flex-shrink: 0;
}

.visitor_privacy {
    margin-left: 10px;
    background: rgb(170,178,159);
    font-size: 14px;
    padding: 12px 24px;
    min-width: 140px;
    transition: border 0.2s;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid transparent;
    flex-shrink: 0;
    font-weight: 600;
    border-radius: 10px;
}

.customer_reviews {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(214,217,211) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.customer_reviews {
    padding: 4rem 1rem;
}

.customer_reviews .knowledge_classes {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.customer_reviews h4 {
    margin-bottom: 6rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 30px;
    text-align: center;
}

.customer_reviews h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}

.customer_reviews .user_experience {
    display: flex;
    margin: 0 -1.5rem;
    justify-content: center;
    perspective: 1000px;
    flex-wrap: wrap;
}

.customer_reviews .feedback_panel::before {
    height: 200%;
    opacity: 0;
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(170,178,159,0.5) 0%, transparent 70%);
    width: 200%;
    position: absolute;
    left: -50%;
    transition: all 0.5s ease;
    content: "";
}

.customer_reviews .feedback_panel:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}

.customer_reviews .feedback_panel:hover .img_placeholder {
    transform: translateZ(40px) scale(1.1);
}

.customer_reviews .feedback_panel .img_placeholder::before {
    border: 1px dashed rgb(173,136,123,0.5);
    width: calc(100% + 20px);
    transition: all 0.5s ease;
    animation: spin 30s linear infinite;
    opacity: 0;
    position: absolute;
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    border-radius: 50%;
    content: "";
}

.customer_reviews .feedback_panel:hover p {
    transform: translateZ(15px);
}

.customer_reviews .feedback_panel:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: float 7s ease-in-out infinite;
}

::-webkit-scrollbar {
    width: 19px;
    padding: 3px;
    background: rgb(214,217,211);
}

::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 9%;
    background: radial-gradient(ellipse at center, #ffffff 49%, rgb(255, 255, 255, 0.5) 86%, rgb(173,136,123) 5%, rgb(173,136,123,0.5) 79%, rgb(170,178,159) 86%);
}

::-webkit-scrollbar-track:active {
    background: rgb(170,178,159);
}

::-webkit-scrollbar-thumb {
    border-radius: 14%;
    background: rgb(170,178,159,0.5);
    min-height: 56px;
    border: 1px double rgb(170,178,159);
    transition: background, box-shadow, transform 2.4s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow: 4px -4px 2px -2px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
}

.course_summary p.description::-webkit-scrollbar {
    width: 6px;
}

.course_summary p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course_summary p.description::-webkit-scrollbar-thumb {
    background-color: rgb(173,136,123,0.5);
    border-radius: 10px;
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_block {
    white-space: nowrap;
}footer .page_top {
    padding-top: 80px;
}
}



@media (max-width: 576px) {footer .edu_asknow {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_lesson h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .top_mentor a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .news_block {
    padding: 12px;
}}



@media screen and (max-width: 576px) {.welcome {
    padding: 3rem 1rem;
}.welcome .knowledge_classes {
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
    padding: 1.25rem;
}.welcome h1 {
    margin-bottom: 1rem;
    font-size: calc(44px * 0.7);
}.welcome p {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.9);
}.welcome .edu_intro {
    padding: 1.25rem;
}.welcome svg {
    width: 70px;
    margin-bottom: 1rem;
    height: 70px;
}.welcome .img_placeholder {
    min-height: 200px;
}.welcome .help_form {
    font-size: calc(18px * 0.9);
    padding: 0.875rem 1.5rem;
}}



@media (max-width: 576px) {.pricing_list_item {
    padding: 50px 0;
}.pricing_list_item h2 {
    font-size: calc(31px - 6px);
}.pricing_list_item .discount_plan {
    font-size: 15px;
    margin-bottom: 30px;
}.pricing_list_item .pricing_tiers {
    padding: 20px;
}.pricing_list_item .edu_deals h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
}.pricing_list_item .edu_deals p {
    margin-bottom: 20px;
    font-size: 14px;
}.pricing_list_item .pricing_rates {
    padding: 8px 14px;
    font-size: 22px;
}}



@media (max-width: 576px) {.program_assets {
    padding: 50px 0 30px;
}.program_assets h5 {
    font-size: calc(20px * 0.7);
    margin-bottom: 30px;
}.program_assets .knowledge_classes {
    gap: 20px;
    padding: 15px;
}.program_assets .img_placeholder {
    max-height: 200px;
}.program_assets li {
    gap: 15px;
    padding-left: 30px;
}.program_assets li svg {
    width: 20px;
    height: 20px;
}.program_assets li p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 992px) {.education_history .feedback_panel {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.education_history .img_placeholder {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    height: 300px;
    grid-row: 1 / 2;
}.education_history .img_placeholder::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.education_history .job_timeline {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    clip-path: none;
    transform: none;
    padding: 2rem;
}.education_history .feedback_panel:hover .job_timeline {
    transform: translateY(-5px);
}}



@media (min-width: 768px) {.course_summary .future_skills {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_summary .img_placeholder {
    height: 450px;
}.course_summary h3 {
    font-size: calc(22px * 1.2);
    padding-left: 1.5rem;
}.course_summary h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course_summary .subtext_wrap::before {
    left: -30px;
}
}



@media (min-width: 1200px) {.course_summary .future_skills {
    gap: 6rem;
}.course_summary .img_placeholder {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course_summary .img_placeholder:hover {
    transform: perspective(1500px) rotateY(0);
}.course_summary h3 {
    font-size: calc(37px * 0.8);
}.course_summary p.description {
    max-height: 500px;
}
}



@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .img_placeholder {
    height: 240px;
}.meet_us .class_track {
    padding: 25px;
}.meet_us .subtext_wrap {
    padding: 30px;
}.meet_us h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 991px) {.ideal_participants {
    padding: 120px 0;
}.ideal_participants h4 {
    font-size: calc(31px - 2px);
    margin-bottom: 70px;
}.ideal_participants div p {
    padding: 22px 25px;
    margin-bottom: 50px;
    width: 80%;
}.ideal_participants div p svg {
    height: 28px;
    margin-right: 15px;
    min-width: 28px;
    width: 28px;
}
}



@media (max-width: 479px) {.ideal_participants {
    padding: 80px 0;
}.ideal_participants h4 {
    margin-bottom: 50px;
    font-size: calc(31px - 6px);
}.ideal_participants div p {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
    width: 100%;
    padding: 15px 18px;
}.ideal_participants div p svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 10px;
}}



@media (max-width: 480px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .feedback_box,
    .get_in_touch .connect_support {
    padding: 25px 15px;
}.get_in_touch .feedback_box h3,
    .get_in_touch form h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.get_in_touch .feedback_box div {
    align-items: flex-start;
    flex-direction: column;
}.get_in_touch .feedback_box svg {
    margin-bottom: 10px;
    margin-right: 0;
}.get_in_touch .feedback_box div:hover {
    transform: translateX(0);
}.get_in_touch .inquiry_section {
    flex-direction: column;
}.get_in_touch .inquiry_section input[type="checkbox"] {
    margin-bottom: 10px;
}}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}



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



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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}



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

@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

