.award_show {
    flex: 0 0 auto;
}

.award_show {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: rgb(192,134,108);
    position: relative;
}

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


.course_features {
    overflow: hidden;
    background: rgb(244,223,209);
    padding: 120px 0;
    position: relative;
}

.course_features::after {
    bottom: -100px;
    filter: blur(150px);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    right: -100px;
    content: "";
    background: rgb(192,134,108,0.5);
    position: absolute;
    height: 350px;
    opacity: 0.3;
    width: 350px;
}

.course_features .background_image {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
    height: 280px;
}

.course_features .training_route:hover .background_image {
    transform: scale(1.05);
}

.course_features .training_route:hover .background_image::after {
    opacity: 0.5;
}

.course_features .word_wrapper {
    margin: 0 15px;
    padding: 40px;
    position: relative;
    background: #ffffff;
    transform: translateY(-30px);
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
}

.course_features .word_wrapper span.description {
    display: none;
}

.course_features .word_wrapper div {
    position: relative;
}

.course_features .word_wrapper div::after {
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    bottom: 0;
    pointer-events: none;
    width: 100%;
    left: 0;
    content: "";
    height: 50px;
    position: absolute;
}

.award_show .send_info::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}

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

.award_show .nav_guide svg {
    filter: brightness(0) invert(1);
    height: auto;
    transition: all 0.3s ease;
    max-width: 150px;
}

.award_show .faculty_info {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}

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

.award_show .site_start:not(:last-child) {
    margin-bottom: 1rem;
}

.award_show .site_start a::before {
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    background-color: rgb(218,175,148);
}

.award_show .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.award_show .subscribe_holder p {
    margin-bottom: 1rem;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}

.award_show .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.award_show .new_beginnings:hover {
    background-color: rgb(218,175,148,0.5);
}

.award_show .new_beginnings:hover::before {
    left: 100%;
}

.award_show .recycle_info {
    position: relative;
    background-color: rgb(192,134,108);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    z-index: 1;
    text-align: center;
    margin-top: 0;
}

.training_results::before {
    content: '';
    background-size: 30px 30px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
}

.training_results .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.training_results .background_image::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: '';
}

.training_results .text_main_holder > div::before {
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgb(218,175,148,0.5), rgb(192,134,108,0.5)) border-box;
    -webkit-mask-composite: xor;
    content: '';
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    z-index: -1;
    position: absolute;
    inset: 0;
    opacity: 0.3;
    border-radius: 20px;
    mask-composite: exclude;
}

.training_results .text_main_holder svg {
    width: 42px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.08);
    height: 42px;
    border-radius: 12px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.privacy_space h1 {
    margin-top: 40px;
    letter-spacing: 1px;
    color: rgb(218,175,148);
    font-size: 44px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.privacy_space ul, .privacy_space ol {
    padding: 15px 0;
    padding-left: 20px;
    list-style: none;
}

.privacy_space p, .privacy_space span, .privacy_space div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 10px;
}

.course_demographic::after {
    width: 100%;
    left: 0;
    animation: pulseDots 10s infinite alternate;
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background-size: 180px 180px;
    background-image: radial-gradient(circle at 50% 50%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(218,175,148,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(218,175,148,0.5) 0%, transparent 2%);
}

.course_demographic li:hover svg {
    animation-duration: 1.5s;
}

.course_demographic li svg path {
    transition: all 0.4s ease;
}

.course_demographic li:hover svg path {
    fill: rgb(218,175,148);
}

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

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

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

.connect_with_us::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(192,134,108,0.5), rgb(218,175,148,0.5));
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.connect_with_us .help_reach::before {
    width: 300px;
    opacity: 0.2;
    top: -150px;
    background: radial-gradient(circle, rgb(192,134,108) 0%, transparent 70%);
    right: -150px;
    border-radius: 50%;
    height: 300px;
    position: absolute;
    content: '';
}

.connect_with_us .help_reach div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.connect_with_us .help_reach div svg path {
    fill: rgb(218,175,148);
}

.connect_with_us .help_reach div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.connect_with_us .support_reach::before {
    height: 200px;
    content: '';
    position: absolute;
    width: 200px;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(218,175,148,0.5) 0%, transparent 70%);
}

.connect_with_us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect_with_us .help_inquiry {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-top: 10px;
}

.connect_with_us .help_inquiry label::before {
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    width: 20px;
    content: '';
    border-radius: 6px;
    background: transparent;
    height: 20px;
    border: 2px solid rgb(218,175,148);
    left: 0;
}

.connect_with_us .help_inquiry label a:hover {
    text-decoration: underline;
}

.connect_with_us form .support_card::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    width: 100%;
    left: 0;
}

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

.primary_page .background_image {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1.05);
    top: 0;
}

.primary_page h1 {
    opacity: 0;
    position: relative;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateX(-50px);
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
}

.primary_page h1 {
    text-align: center;
}

.primary_page .word_wrapper:hover {
    transform: translateX(50px) translateY(-10px) translateZ(20px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}

.primary_page .word_wrapper:hover {
    transform: translateX(0) translateY(20px) translateZ(10px);
}

.primary_page .word_wrapper p::first-letter {
    font-weight: 700;
    color: rgb(192,134,108);
    font-size: 1.5em;
}

.primary_page .course_home {
    transform: translateY(20px);
    margin: 2rem 0;
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    justify-content: center;
    opacity: 0;
    display: flex;
}

.primary_page .course_home svg:hover path {
    fill: rgb(114, 190, 188);
}

.primary_page .course_home svg:hover text {
    fill: rgb(114, 190, 188);
}

.primary_page h6 .support_card::before {
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(114, 190, 188) 0%, rgb(192,134,108) 100%);
    opacity: 0;
    top: 0;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
}

.leadership_experience {
    position: relative;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(244,223,209) 0%, rgb(192,134,108,0.5) 100%);
}

.leadership_experience .review_views {
    display: flex;
    position: relative;
    max-width: 600px;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.leadership_experience .career_content {
    background: #ffffff;
    align-items: center;
    padding: 70px 30px 30px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.leadership_experience .name::after {
    left: 50%;
    background: rgb(192,134,108);
    content: "";
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

.leadership_experience .job_area::before,
.leadership_experience .job_area::after {
    content: "";
    background: rgb(192,134,108,0.5);
    height: 30px;
    border-radius: 50%;
    width: 30px;
    position: absolute;
}

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

.newsletter_signup .why_trust {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.newsletter_signup .query_list:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.newsletter_signup h3 {
    margin: 0 3rem 0 0;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    flex: 1;
    transform: translateZ(30px);
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.newsletter_signup .input_holder {
    flex-direction: row;
    transform: translateZ(20px);
    gap: 1.5rem;
    flex: 2;
    display: flex;
    align-items: stretch;
}

.newsletter_signup input[type="submit"] {
    font-family: Arial, sans-serif;
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    flex: 1;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
}

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

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

.our_team .word_wrapper::before {
    right: 30px;
    left: -10px;
    transition: transform 0.5s ease;
    border-top: 2px solid rgb(218,175,148);
    bottom: 30px;
    top: -10px;
    transform: translate(10px, 10px);
    content: "";
    border-left: 2px solid rgb(218,175,148);
    position: absolute;
    z-index: -1;
}

.our_team .word_wrapper:hover h5::after {
    transform: scaleX(1);
}

.our_team p {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.5);
    color: #000000;
}

.our_team p b::after {
    content: "";
    height: 2px;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(192,134,108);
    width: 100%;
    transform: scaleX(0);
}

.client_feedback {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(244,223,209) 0%, rgb(218,175,148,0.5) 100%);
    position: relative;
}

.client_feedback h4 {
    color: #000000;
    display: inline-block;
    transform: skewX(-5deg);
    font-size: 28px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}

.client_feedback .review_corner {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: perspective(1000px) rotateX(2deg);
}

.client_feedback .review_views:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}

.client_feedback .review_views::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
    width: 100%;
    height: 5px;
}

.client_feedback .review_views:hover .background_image {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}

.cookie_window_overlay {
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    align-items: center;
    border-top: 3px solid rgb(218,175,148);
    background: rgb(244,223,209);
    padding: 1rem 0;
    justify-content: center;
}

.data_notice svg {
    height: 50px;
    fill: rgb(218,175,148);
    width: 50px;
}

.privacy_learn p {
    color: #000000;
    font-size: 1rem;
}

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

.data_guard:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_window_overlay p a {
    transition: color 0.3s ease;
    color: rgb(218,175,148);
    text-decoration: underline;
}

.training_method::after {
    z-index: 1;
    transform: rotate(-15deg) skew(15deg);
    right: -5%;
    content: "";
    height: 70%;
    opacity: 0.08;
    position: absolute;
    top: -10%;
    width: 40%;
    clip-path: polygon(0 0, 100% 20%, 90% 90%, 10% 100%);
    background: rgb(218,175,148,0.5);
}

.training_method .why_trust {
    align-items: center;
    transition: transform 0.8s ease-out;
    display: flex;
    transform: perspective(1000px) rotateY(2deg);
    justify-content: center;
}

.training_method .why_trust > div:hover::before {
    opacity: 0.4;
}

.training_method h3 {
    font-weight: 700;
    font-size: calc(37px * 0.8);
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.training_method p {
    margin-top: 2rem;
    transition: transform 0.5s ease;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    color: #000000;
    transform: translateY(0);
}

.training_method .why_trust > div:hover p span {
    background-size: 100% 100%;
}

.ty_panel::before {
    pointer-events: none;
    background: 
        linear-gradient(120deg, rgb(218,175,148,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(192,134,108,0.5) 0%, transparent 40%);
    z-index: 0;
    height: 120%;
    width: 120%;
    top: -10%;
    left: -5%;
    content: "";
    position: absolute;
    transform: rotate(-5deg) skewX(5deg);
}

.ty_panel .why_trust {
    background-color: #ffffff;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    padding: calc(2rem + 3vw);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.ty_panel .why_trust:hover h5 {
    transform: translateZ(40px);
}

.ty_panel .why_trust > div:last-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(10px);
}

.ty_panel a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.ty_panel a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}

header::before {
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
}

header .nav_class {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
}

header .top_lead {
    margin: 0 0.5rem;
    position: relative;
}

header .top_lead a::before {
    z-index: -1;
    width: 100%;
    opacity: 0;
    content: '';
    position: absolute;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, rgb(192,134,108,0.5) 100%);
    left: 0;
    transform: scale(1.1);
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
}

header .top_lead a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main_pagewrap::before {
    opacity: 0.1;
    background: radial-gradient(circle, rgb(218,175,148,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    right: -100px;
    width: 200px;
    border-radius: 50%;
    filter: blur(30px);
    height: 200px;
    top: -100px;
}

.price_table::before {
    background: linear-gradient(135deg, rgb(218,175,148,0.5), rgba(0, 0, 0, 0.5) 85%);
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}

.price_table .fee_plan {
    font-size: 18px;
    max-width: 700px;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.price_table .learning_plan {
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.price_table .study_cost {
    z-index: 2;
    padding: 30px;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1;
}

.price_table .learning_plan h4 {
    padding-bottom: 12px;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 2px);
    color: #000000;
    margin: 0 0 15px;
}

.price_table .class_deals {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    transition: transform 0.4s ease, color 0.3s ease;
    justify-content: center;
    align-self: flex-start;
    border-radius: 10px;
    font-size: calc(18px + 4px);
    margin-top: auto;
    padding: 10px 20px;
    transform: translateY(0);
    display: inline-flex;
    color: #000000;
    align-items: center;
    font-weight: 700;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.course_features .training_route {
    max-height: 450px;
}.course_features .background_image {
    flex: 0 0 40%;
}.course_features .word_wrapper {
    flex: 0 0 60%;
    padding: 50px;
}.course_features .word_wrapper h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 30px;
}.course_features .word_wrapper p.description {
    line-height: 1.8;
    max-height: 250px;
}
}



@media (max-width: 767px) {.course_features {
    padding: 80px 0;
}.course_features .word_wrapper {
    padding: 30px 25px;
}.course_features .word_wrapper h3 {
    margin-bottom: 20px;
    font-size: calc(17px * 1.2);
}.course_features .word_wrapper p.description {
    font-size: calc(14px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}



@media (max-width: 768px) {.award_show .send_info {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    clip-path: none;
    padding: 2.5rem 1.5rem 3rem;
}.award_show .site_start {
    grid-template-columns: 1fr;
}.award_show .nav_class h5,
    .award_show .subscribe_holder h5 {
    display: block;
    text-align: center;
}.award_show .nav_class h5::after {
    transform: translateX(-50%);
    left: 50%;
}.award_show .subscribe_holder p {
    text-align: center;
}
}



@media (max-width: 992px) {.training_results {
    padding: 100px 0;
}.training_results .background_image {
    width: 85%;
}
}



@media only screen and (max-width: 800px) {.privacy_space {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_space h1 {
    font-size: calc(24px - 10px);
}.privacy_space h2 {
    font-size: calc(24px - 5px);
}.privacy_space h3, .privacy_space h4, .privacy_space h5, .privacy_space h6 {
    font-size: calc(24px - 5px);
}}



@media screen and (max-width: 992px) {.connect_with_us .query_list {
    flex-direction: column;
}.connect_with_us .help_reach,
    .connect_with_us .support_reach {
    padding: 40px 30px;
    width: 100%;
}.connect_with_us .help_reach div {
    animation: none;
}
}



@media (max-width: 768px) {.primary_page {
    height: auto;
    min-height: 100vh;
}.primary_page .why_trust {
    padding: 6rem 1rem 3rem;
}.primary_page h1 {
    font-size: clamp(2rem, 5vw, 2.5rem);
}.primary_page .word_wrapper {
    padding: 1.5rem;
}.primary_page .course_home svg {
    width: 120px;
    height: 120px;
}.primary_page h6 .support_card {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 992px) {.newsletter_signup .query_list {
    transform: none;
    padding: 2.5rem;
    flex-direction: column;
}.newsletter_signup h3 {
    transform: none;
    text-align: center;
    margin: 0 0 2rem 0;
}.newsletter_signup h3::before {
    height: 4px;
    top: auto;
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
    bottom: -10px;
}.newsletter_signup .input_holder {
    transform: none;
    width: 100%;
}.newsletter_signup input[type="submit"]:hover {
    transform: none;
}
}



@media (hover: hover) {.our_team .word_wrapper {
    cursor: default;
}.our_team .word_wrapper:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.our_team ol li {
    transition: color 0.3s ease;
}.our_team .word_wrapper:hover ol li {
    color: #000000;
}
}



@media (max-width: 576px) {.our_team {
    padding: 40px 0;
}.our_team .word_wrapper {
    padding: 25px 20px;
}.our_team h5 {
    margin-bottom: 12px;
    font-size: calc(21px * 0.85);
}.our_team .word_wrapper::before {
    display: none;
}.our_team p {
    margin-bottom: 15px;
    font-size: 18px;
}.our_team p b {
    font-size: calc(18px * 1.2);
}.our_team ol li {
    padding-left: 15px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.our_team ol li::before {
    height: 5px;
    width: 5px;
}}



@media (max-width: 991px) {.training_method {
    padding: 6rem 0;
}.training_method .why_trust {
    transform: perspective(800px) rotateY(1deg);
}.training_method .why_trust > div {
    padding: 2.5rem 2rem;
}.training_method h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}
}



@media (max-width: 991px) {.ty_panel {
    padding: 4rem 0;
}.ty_panel .why_trust {
    padding: calc(1.5rem + 2vw);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    transform: translateZ(0) rotateX(1deg);
}.ty_panel h5 {
    font-size: calc(20px * 0.9);
    line-height: 1.5;
}.ty_panel p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1400px) {header .main_pagewrap {
    max-width: 1320px;
    margin: 0 auto;
}header .top_lead {
    margin: 0 0.7rem;
}header .top_lead a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {header .main_pagewrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_guide {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .nav_class {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .top_lead a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .nav_class::before {
    display: none;
}
}



@media (max-width: 479px) {header .main_pagewrap {
    padding: 0.7rem 1.2rem;
}header .nav_guide {
    padding: 0.5rem;
    max-width: 120px;
}header .top_lead a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media screen and (max-width: 767px) {.price_table {
    padding: 80px 0;
}.price_table .learn_price {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_table .basic_rates {
    min-height: auto;
}.price_table h2 {
    font-size: calc(32px - 4px);
}.price_table .fee_plan {
    margin-bottom: 30px;
}.price_table .study_cost {
    padding: 25px 20px;
}.price_table .learning_plan p {
    padding-right: 5px;
    max-height: 300px;
    margin-bottom: 15px;
    overflow-y: auto;
    font-size: calc(18px - 1px);
}.price_table .learning_plan p::-webkit-scrollbar {
    width: 4px;
}.price_table .learning_plan p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(218,175,148,0.5);
}
}



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(218,175,148,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(218,175,148));
    }
}



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

@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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

