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

.top_edu {
    flex: 1 0 auto;
}

.top_edu {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(244,223,209);
}

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

.course_features::before {
    left: -100px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(120px);
    height: 300px;
    top: -100px;
    opacity: 0.4;
    content: "";
    background: rgb(218,175,148,0.5);
    position: absolute;
    width: 300px;
}

.course_features .training_route:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}

.course_features .background_image::after {
    background: linear-gradient(
        135deg,
        rgb(218,175,148,0.5) 0%,
        transparent 100%
    );
    opacity: 0.7;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
}

.course_features .word_wrapper h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.05);
    opacity: 0;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    line-height: 1.4;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

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

.award_show .webinar_arch {
    flex-direction: column;
    display: flex;
}

.award_show .send_info {
    position: relative;
    background-color: rgb(218,175,148);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 3rem 1.5rem 5rem;
    display: grid;
    z-index: 3;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -2rem;
}

.award_show .info_item svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.award_show .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    z-index: 2;
    gap: 0;
}

.award_show .nav_guide:hover svg {
    transform: scale(1.05);
}

.award_show .nav_class {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    gap: 2rem;
    position: relative;
    padding: 5rem 2rem 3rem;
}

.award_show .site_start {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.award_show .site_start a {
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 0.5rem 0;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.award_show .subscribe_holder {
    gap: 1.5rem;
    background-color: rgb(192,134,108);
    position: relative;
    display: flex;
    z-index: 3;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
}

.award_show .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.award_show .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

.award_show .new_beginnings::before {
    content: '';
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    height: 100%;
    transition: left 0.5s ease;
}

.award_show .recycle_info::before {
    content: '';
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}

.training_results::after {
    position: absolute;
    height: 200%;
    content: '';
    left: -50%;
    width: 200%;
    background: radial-gradient(circle, rgb(192,134,108,0.5) 0%, transparent 60%);
    top: -50%;
    z-index: 0;
    opacity: 0.2;
}

.training_results h2::after {
    height: 4px;
    width: 140px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    content: '';
    left: 50%;
    border-radius: 10px;
}

.training_results .background_image::after {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(to bottom, transparent 60%, rgb(192,134,108,0.5) 100%);
    width: 100%;
    height: 100%;
}

.training_results .text_main_holder > div::after {
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transition: 0.5s;
    content: '';
}

.training_results .text_main_holder > div:hover::after {
    left: 100%;
}

.training_results .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(218,175,148,0.5);
}

.training_results .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

.privacy_space {
    padding: 40px;
    height: auto;
    background: rgb(192,134,108,0.5);
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.privacy_space h3, .privacy_space h4, .privacy_space h5, .privacy_space h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 24px;
}

.privacy_space li {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}

.privacy_space div.container {
    max-width: 1200px;
    margin: 0 auto;
}

.course_demographic::before {
    position: absolute;
    background-size: 50px 50px;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(218,175,148,0.5) 46%, rgb(218,175,148,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(192,134,108,0.5) 46%, rgb(192,134,108,0.5) 54%, transparent 55%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
}

.course_demographic ul {
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 2rem;
}

.course_demographic li::before {
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    height: 100%;
}

.course_demographic li::after {
    background: rgb(218,175,148);
    top: 0;
    position: absolute;
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0.7;
    height: 100%;
    left: 0;
    content: '';
    width: 5px;
}

.course_demographic li:hover::after {
    opacity: 1;
    width: 8px;
}

.course_demographic li svg {
    filter: drop-shadow(0 0 8px rgb(218,175,148,0.5));
    flex-shrink: 0;
    height: 40px;
    animation: pulseIcon 3s infinite alternate;
    transition: all 0.4s ease;
    width: 40px;
    margin-right: 1.5rem;
    fill: rgb(218,175,148);
}

.course_demographic li:nth-child(4)::after {
    animation-delay: 1.5s;
}

.course_demographic li:nth-child(4) svg {
    animation-delay: 1.5s;
}

.connect_with_us .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.connect_with_us .query_list:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.connect_with_us .help_reach {
    overflow: hidden;
    position: relative;
    background-color: rgb(244,223,209);
    padding: 60px 40px;
    width: 40%;
}

.connect_with_us .help_reach h3::after {
    background: rgb(192,134,108);
    bottom: -15px;
    width: 60px;
    content: '';
    left: 0;
    position: absolute;
    height: 4px;
}

.connect_with_us .help_reach div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.connect_with_us .help_reach div span {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.connect_with_us .help_reach div span a:hover {
    color: rgb(218,175,148);
}

.connect_with_us .support_reach h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.connect_with_us form input[type="text"],
.connect_with_us form input[type="email"] {
    padding: 18px 20px;
    background-color: rgb(244,223,209);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-size: 13px;
    color: #000000;
}

.connect_with_us .help_inquiry label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: 13px;
}

.connect_with_us .help_inquiry input[type="checkbox"]:checked + label::after {
    content: '';
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    left: 7px;
    transform: rotate(45deg);
    width: 6px;
    top: 3px;
    height: 12px;
}

.connect_with_us form .support_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(192,134,108);
}

.connect_with_us form .support_card:hover::before {
    transform: translateX(100%);
}

.connect_with_us .help_reach div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}

.primary_page {
    perspective: 1000px;
    height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    position: relative;
}

.primary_page .why_trust {
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    transform: translateZ(0);
    padding: 4rem 2rem;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    grid-gap: 3rem;
    display: grid;
    transform-style: preserve-3d;
}

.primary_page .why_trust {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 3rem 1.5rem;
}

.primary_page .word_wrapper {
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(192,134,108);
    transform: translateX(50px) translateY(0px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    backdrop-filter: blur(10px);
}


    
    .primary_page .word_wrapper {
    transform: translateX(0) translateY(30px);
}

.primary_page .course_home svg:hover {
    transform: scale(1.08) rotate(2deg);
}

.primary_page .course_home svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.primary_page h6 .support_card {
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: linear-gradient(135deg, rgb(192,134,108) 0%, rgb(114, 190, 188) 100%);
    position: relative;
    border-radius: 10px;
    font-size: 17px;
}

.leadership_experience::after {
    z-index: 1;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    content: "";
    opacity: 0.1;
    width: 50%;
}

.leadership_experience .background_image:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.leadership_experience .career_content::before {
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    transform: translateZ(-20px);
    width: 100%;
    background: rgb(218,175,148);
}

.leadership_experience .career_content > div:nth-child(2) {
    letter-spacing: 2px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(192,134,108);
    text-align: center;
}

.leadership_experience .job_area::after {
    top: -15px;
    left: 50%;
    transform: translateX(-10px);
}



.leadership_experience .career_content:hover {
    animation: float 3s ease-in-out infinite;
}

.newsletter_signup::before {
    transform: rotateX(45deg);
    height: 120%;
    top: -10%;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    width: 120%;
    left: -10%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 70%, rgb(192,134,108,0.5) 70%),
        linear-gradient(135deg, rgb(218,175,148,0.5) 30%, transparent 30%);
}

.newsletter_signup h3::before {
    position: absolute;
    height: 100%;
    transform: translateZ(40px) skewY(15deg);
    content: "";
    left: -20px;
    background: rgb(218,175,148);
    width: 4px;
    top: 0;
}

.newsletter_signup input[type="email"] {
    padding: 1rem 1.5rem;
    flex: 3;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.newsletter_signup input[type="submit"]::before {
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(192,134,108) 0%, rgb(218,175,148) 100%);
    top: 0;
    width: 100%;
}

.our_team .word_wrapper {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 900px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.85));
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(2deg);
    padding: 60px;
    margin-left: auto;
}

.our_team h5::after {
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(to right, rgb(218,175,148), rgb(192,134,108));
    transform: scaleX(0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    left: 0;
    height: 3px;
}

.our_team .word_wrapper:hover p b::after {
    transform-origin: left;
    transform: scaleX(1);
}

.our_team ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
    list-style-type: none;
}

.our_team ol li::before {
    width: 6px;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    background-color: rgb(192,134,108);
    border-radius: 50%;
    top: 12px;
    height: 6px;
    content: "";
}

.client_feedback::before {
    height: 100%;
    width: 150%;
    position: absolute;
    background: rgb(192,134,108,0.5);
    transform: rotate(-15deg);
    top: -30%;
    left: -25%;
    content: "";
    z-index: 1;
}

.client_feedback .review_views {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 26px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0);
    transition: all 0.4s ease;
    padding: 30px 25px 25px;
}

.client_feedback .review_views::after {
    width: 80px;
    right: 0;
    height: 80px;
    position: absolute;
    z-index: 0;
    content: "";
    bottom: 0;
    border-radius: 50%;
    background: rgb(192,134,108,0.5);
    transform: translate(50%, 50%);
}

.client_feedback .review_views span {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
    color: rgb(218,175,148);
}

#cookie_disclosure {
    display: none;
}

#cookie_disclosure:checked ~ .cookie_window_overlay {
    visibility: hidden;
    opacity: 0;
}

.data_notice {
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}

.privacy_learn {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}

.privacy_learn h5 {
    color: rgb(218,175,148);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.cookie_button.user_status {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie_button.user_status:hover {
    background: rgb(218,175,148);
}

.cookie_window_overlay p a:hover {
    color: #000000;
}


.training_method {
    background: linear-gradient(135deg, rgb(244,223,209) 0%, rgb(192,134,108,0.5) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

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

.training_method .why_trust:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training_method .why_trust > div::before {
    width: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -10px;
    height: calc(100% + 20px);
    content: "";
    transform: translateZ(-10px);
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.training_method h3::after {
    content: "";
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
}

.ty_panel {
    align-items: center;
    perspective: 1000px;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(244,223,209) 0%, #ffffff 100%);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.ty_panel .container {
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: relative;
    transform-style: preserve-3d;
}

.ty_panel .why_trust:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.ty_panel .why_trust > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}

.ty_panel .why_trust > div:first-child::after {
    left: 0;
    width: 80px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(1);
    content: "";
    bottom: -10px;
    position: absolute;
    height: 4px;
}

.ty_panel p {
    font-weight: 400;
    transition: color 0.3s ease, transform 0.5s ease;
    margin: 0;
    transform: translateZ(0);
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}

.ty_panel a:hover p {
    transform: translateZ(5px);
    color: rgb(218,175,148);
}

header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(218,175,148,0.5), 
        transparent
    );
    left: 0;
    opacity: 0.6;
    bottom: 0;
    height: 10px;
    width: 100%;
    content: '';
    position: absolute;
}

header .nav_guide {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding: 1rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    flex: 0 0 auto;
    margin-right: 2rem;
    transition: all 0.6s ease;
}

header .head_edu img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

header .nav_class:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .top_lead a {
    justify-content: center;
    display: flex;
    text-decoration: none;
    padding: 0.8rem 1.3rem;
    font-weight: 600;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    color: #000000;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
}

header .top_lead:hover::after {
    transform: translateX(-50%) scale(1);
}

header .main_pagewrap::after {
    content: '';
    opacity: 0.1;
    left: -75px;
    bottom: -75px;
    position: absolute;
    height: 150px;
    width: 150px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(192,134,108,0.5) 0%, transparent 70%);
    border-radius: 50%;
}

.price_table .price_opts {
    position: relative;
}

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

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

.price_table .basic_rates::before {
    position: absolute;
    height: 5px;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    content: "";
    transform: scaleX(0);
}

.price_table .learning_plan p {
    margin-bottom: 20px;
    line-height: 1.7;
    flex: 1;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    word-wrap: break-word;
    font-size: 18px;
}

.price_table .learning_plan:hover .basic_rates::before {
    transform: scaleX(1);
}

.price_table .learning_plan:hover h4::after {
    width: 60px;
}

.price_table .learning_plan:hover .class_deals {
    transform: translateY(-5px);
    color: rgb(218,175,148);
}

.course_features .word_wrapper p.description::-webkit-scrollbar {
    width: 4px;
}

.course_features .word_wrapper p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course_features .word_wrapper p.description::-webkit-scrollbar-thumb {
    background: rgb(218,175,148,0.5);
    transition: background 0.3s ease;
}

.course_features .word_wrapper p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(218,175,148);
}



@media (min-width: 1200px) {.course_features {
    padding: 150px 0;
}.course_features .training_route {
    max-height: 480px;
}.course_features .background_image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_features .word_wrapper {
    padding: 60px;
}.course_features .word_wrapper h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 35px;
}.course_features .word_wrapper p.description {
    max-height: 280px;
}
}



@media (max-width: 991px) {.award_show .text_main_holder {
    grid-template-columns: 1fr;
}.award_show .nav_guide,
    .award_show .nav_class,
    .award_show .subscribe_holder {
    clip-path: none;
}.award_show .nav_class {
    padding: 3rem 2rem;
}.award_show .nav_guide {
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}.award_show .subscribe_holder {
    padding: 3rem 2rem;
}.award_show .recycle_info {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}



@media (max-width: 1200px) {.training_results .text_main_holder > div {
    flex: 0 0 calc(50% - 15px);
}
}



@media (max-width: 576px) {.training_results {
    padding: 60px 0;
}.training_results h2 {
    font-size: 29px;
}.training_results .background_image {
    height: 280px;
}.training_results .text_main_holder > div {
    gap: 15px;
    padding: 20px;
}.training_results .text_main_holder svg {
    padding: 6px;
    height: 36px;
    width: 36px;
}}



@media (max-width: 767px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_demographic h3 {
    box-shadow: 0 5px 15px rgb(218,175,148,0.5);
    padding-left: 0;
    font-size: calc(33px * 0.8);
    border-bottom: 4px solid rgb(218,175,148);
    margin-bottom: 2.5rem;
    text-align: center;
    border-left: none;
    padding-bottom: 1rem;
}.course_demographic li {
    padding: 1.2rem;
}.course_demographic li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}



@media (max-width: 480px) {.primary_page .background_image::after {
    background: linear-gradient(135deg, rgba(18, 36, 72, 0.9) 0%, rgba(18, 36, 72, 0.85) 100%);
}.primary_page h1 {
    font-size: 1.8rem;
}.primary_page .word_wrapper p {
    font-size: 1rem;
}.primary_page .course_home svg {
    height: 100px;
    width: 100px;
}.primary_page h6 .support_card {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}}



@media (max-width: 480px) {.newsletter_signup {
    padding: 3rem 1rem;
}.newsletter_signup .query_list {
    padding: 1.5rem;
}.newsletter_signup h3 {
    margin: 0 0 1.5rem 0;
    font-size: calc(20px * 0.9);
}.newsletter_signup input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter_signup input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media (max-width: 992px) {.our_team {
    padding: 70px 0;
}.our_team .word_wrapper {
    transform: perspective(1000px) rotateY(1deg);
    padding: 40px;
}.our_team p {
    font-size: calc(18px * 1.3);
}.our_team p b {
    font-size: calc(18px * 1.5);
}
}



@media (max-width: 767px) {.client_feedback {
    padding: 50px 0;
}.client_feedback::before {
    width: 200%;
    transform: rotate(-10deg);
    left: -50%;
}.client_feedback h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.85);
}.client_feedback .review_corner {
    grid-template-columns: 1fr;
    gap: 30px;
    transform: none;
}.client_feedback .review_views,
    .client_feedback .review_views:nth-child(odd),
    .client_feedback .review_views:nth-child(even) {
    transform: none;
    padding: 25px 20px 20px;
}.client_feedback .background_image {
    width: 70px;
    height: 70px;
}}



@media (max-width: 576px) {.training_method {
    padding: 4rem 0;
}.training_method .why_trust > div {
    padding: 2rem 1.5rem;
}.training_method h3 {
    font-size: calc(37px * 0.55);
}.training_method p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 767px) {.ty_panel {
    min-height: auto;
}.ty_panel .container {
    width: 95%;
}.ty_panel .why_trust {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
}.ty_panel .why_trust::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}.ty_panel .why_trust > div:first-child::after {
    width: 60px;
    height: 3px;
}.ty_panel h5 {
    transform: none;
    font-size: calc(20px * 0.85);
}.ty_panel p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.ty_panel .why_trust:hover h5,
    .ty_panel .why_trust:hover > div:last-child,
    .ty_panel .why_trust:hover {
    transform: none;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_pagewrap {
    padding: 0.8rem 1.5rem;
}header .nav_guide {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
    max-width: 140px;
}header .head_edu img {
    max-height: 35px;
}header .nav_class {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .nav_class::-webkit-scrollbar {
    height: 3px;
}header .nav_class::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(218,175,148,0.5);
}header .top_lead {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_lead a {
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}header .top_lead::after {
    display: none;
}header::after {
    height: 5px;
}
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}



@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(218,175,148,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(218,175,148);
    }
}



@keyframes slideInRight {
    from {
        transform: translateX(50px) translateY(0px) translateZ(0);
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(0px) translateZ(0);
        opacity: 1;
    }
}


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



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

