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

svg {
    height: 30px;
    width: 30px;
}

.wrapper-segment {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, rgb(244,223,209) 100%);
    margin-top: 0;
    padding: 0;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    position: relative;
}

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

.course_features .training_route {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    flex-direction: column;
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.course_features .word_wrapper::before {
    top: -8px;
    width: 40px;
    height: 4px;
    content: "";
    left: 20px;
    background: rgb(218,175,148);
    position: absolute;
}

.course_features .word_wrapper p.description {
    font-size: 14px;
    font-weight: 400;
    transform: translateY(10px);
    overflow-y: auto;
    max-height: 200px;
    margin-bottom: 20px;
    opacity: 0;
    color: #000000;
    line-height: 1.7;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    padding-right: 15px;
    position: relative;
}

.award_show .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}

.award_show .info_item:hover {
    transform: translateX(10px);
}

.award_show .info_item p,
.award_show .info_item a {
    color: #ffffff;
    display: flex;
    transition: all 0.3s ease;
    gap: 0.75rem;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
}

.award_show .nav_guide {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    display: flex;
    padding: 4rem 2rem 3rem;
    background-color: rgb(192,134,108);
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.award_show .nav_class h5 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.award_show .nav_class h5::after {
    content: '';
    left: 0;
    width: 40px;
    background-color: rgb(218,175,148);
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
}

.award_show .site_start a:hover {
    opacity: 1;
    padding-left: 10px;
}

.award_show .site_start a:hover::before {
    width: 30px;
}

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

.award_show .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.award_show .new_beginnings {
    overflow: hidden;
    background-color: rgb(218,175,148);
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    padding: 1rem 1.25rem;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.award_show .gdpr_block {
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

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

.training_results .why_trust {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}

.training_results h2 {
    position: relative;
    font-size: 41px;
    margin: 0 0 80px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.training_results .background_image {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    width: 70%;
    overflow: hidden;
    height: 400px;
    border-radius: 20px;
    position: relative;
}

.training_results .text_main_holder {
    gap: 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.training_results .text_main_holder > div {
    overflow: hidden;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    padding: 30px;
    flex: 0 0 calc(33.333% - 20px);
}

.training_results .text_main_holder > div:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.training_results .text_main_holder svg path {
    fill: rgb(192,134,108);
    transition: fill 0.3s ease;
}

.training_results .text_main_holder p {
    margin: 0;
    position: relative;
    line-height: 1.6;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
}

.privacy_space h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(218,175,148);
    font-size: 31px;
    font-weight: 600;
    color: rgb(192,134,108);
}

.privacy_space ul li::before {
    color: rgb(218,175,148);
    font-size: 1.5em;
    content: '•';
    margin-right: 10px;
    vertical-align: middle;
}

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

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

.course_demographic h3 {
    box-shadow: -5px 0 15px rgb(218,175,148,0.5);
    position: relative;
    border-left: 4px solid rgb(218,175,148);
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    font-size: 33px;
    color: rgb(192,134,108);
    text-align: left;
    font-weight: 700;
}

.course_demographic li {
    display: flex;
    padding: 1.8rem;
    align-items: center;
    position: relative;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.15);
}

.course_demographic li {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.course_demographic li:hover {
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(218,175,148,0.5);
}

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

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

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

.connect_with_us {
    position: relative;
    padding: 120px 0;
}

.connect_with_us .query_list {
    flex-direction: row;
    display: flex;
    border-radius: 20px;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    background: #ffffff;
}

.connect_with_us .help_reach h3 {
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    position: relative;
    margin-bottom: 40px;
}

.connect_with_us .help_reach div {
    border-radius: 10px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    background: #ffffff;
    transform: translateX(0);
    align-items: center;
    margin-bottom: 25px;
}

.connect_with_us .support_reach {
    position: relative;
    width: 60%;
    padding: 60px 40px;
    background: #ffffff;
}

.connect_with_us form {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.connect_with_us form input[type="text"]:focus,
.connect_with_us form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(218,175,148);
    transform: translateY(-2px);
}

.connect_with_us .help_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_us .help_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(218,175,148);
}

.connect_with_us .help_inquiry label a {
    color: rgb(218,175,148);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}

.connect_with_us form .support_card {
    transition: all 0.3s ease;
    background: rgb(218,175,148);
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    padding: 18px 35px;
    font-size: 19px;
}



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

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

.primary_page .background_image::after {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(18, 36, 72, 0.85) 0%, rgba(18, 36, 72, 0.7) 50%, rgba(18, 36, 72, 0.9) 100%);
    width: 100%;
    left: 0;
    content: '';
    backdrop-filter: blur(3px);
}

.primary_page h1::after {
    position: absolute;
    bottom: -15px;
    width: 100px;
    left: 0;
    background: rgb(192,134,108);
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    animation: scaleIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    height: 4px;
}

.primary_page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.primary_page .word_wrapper p {
    font-weight: 400;
    position: relative;
    color: #ffffff;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.primary_page .course_home svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.3));
    height: 140px;
    width: 140px;
}

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

.primary_page h6 {
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    opacity: 0;
    text-align: center;
    transform: translateY(30px);
    margin-top: 2rem;
}

.primary_page h6 .support_card:hover {
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}

.primary_page h6 .support_card:hover::before {
    opacity: 1;
}

.leadership_experience::before {
    top: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,175,148,0.5) 0px,
        rgb(218,175,148,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    content: "";
}

.leadership_experience .background_image {
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    transition: all 0.5s ease;
    border-radius: 0;
    z-index: 3;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    height: 250px;
    margin-bottom: -50px;
}

.leadership_experience .name {
    color: rgb(218,175,148);
    text-align: center;
    font-size: 33px;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
}

.leadership_experience .job_area {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    line-height: 1.8;
    border-top: 1px solid rgb(244,223,209);
    color: #000000;
    font-weight: 400;
    padding-top: 30px;
    width: 100%;
    margin-top: 20px;
}

.newsletter_signup {
    position: relative;
    perspective: 1500px;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(244,223,209) 0%, rgb(218,175,148,0.5) 100%);
    padding: 5rem 2rem;
}

.newsletter_signup .query_list {
    transition: transform 0.5s ease;
    max-width: 90%;
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    padding: 3rem 4rem;
    align-items: center;
    position: relative;
    border-radius: 11px;
    justify-content: space-between;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    flex-direction: row;
    background: #ffffff;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.newsletter_signup input[type="email"]:focus {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(218,175,148,0.5);
    transform: translateZ(40px);
    outline: none;
    border-color: rgb(218,175,148);
}

.newsletter_signup input[type="submit"]:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(218,175,148,0.5);
    transform: translateZ(50px) translateY(-5px);
}

.newsletter_signup input[type="submit"]:hover::before {
    opacity: 1;
}

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

.our_team .word_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team .word_wrapper:hover::before {
    transform: translate(0, 0);
}

.our_team h5 {
    position: relative;
    display: inline-block;
    color: rgb(218,175,148);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-size: 21px;
    padding-bottom: 10px;
}

.our_team p b {
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(192,134,108);
    font-size: calc(18px * 1.8);
    position: relative;
    display: inline-block;
}

.our_team ol li {
    padding-left: 20px;
    color: #000000;
    hyphens: auto;
    line-height: 1.8;
    max-width: 100%;
    overflow-wrap: break-word;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: justify;
}

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

.client_feedback h4::after {
    background: rgb(218,175,148);
    content: "";
    width: 70%;
    bottom: -10px;
    left: 0;
    transform: skewX(15deg);
    position: absolute;
    height: 4px;
}

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

.client_feedback .review_views:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.client_feedback .background_image {
    height: 80px;
    border: 3px solid #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 20% 40% 30% 50%;
    transform: rotate(-5deg);
    width: 80px;
    transition: all 0.4s ease;
}

.client_feedback .review_views p {
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
}

.cookie_window_overlay .container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    gap: 1rem;
}

.data_guard {
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    background: rgb(218,175,148);
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.training_method::before {
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.4;
    left: 0;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(218,175,148,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(192,134,108,0.5) 0%, transparent 40%);
}

.training_method .why_trust > div {
    max-width: 800px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    width: 100%;
    padding: 3.5rem 3rem;
    z-index: 3;
    transform: translateZ(0);
}

.training_method .why_trust > div:hover h3 {
    transform: translateX(0);
}

.training_method .why_trust > div:hover h3::after {
    transform: scaleX(1);
}

.training_method p span {
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    position: relative;
    background: linear-gradient(to bottom, transparent 95%, rgb(218,175,148,0.5) 95%);
}

.ty_panel::after {
    content: "";
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, rgb(192,134,108,0.5) 100%);
    width: 60%;
    filter: blur(80px);
    bottom: -20%;
    position: absolute;
    right: -20%;
    height: 60%;
    transform: rotate(15deg);
    z-index: 0;
}

.ty_panel .why_trust::before {
    pointer-events: none;
    top: 20px;
    opacity: 0.4;
    left: 20px;
    right: 20px;
    border: 1px solid rgb(218,175,148,0.5);
    transform: translateZ(-10px);
    position: absolute;
    bottom: 20px;
    content: "";
}

.ty_panel .why_trust:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.ty_panel h5 {
    line-height: 1.4;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateZ(30px);
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ty_panel .why_trust:hover > div:last-child {
    transform: translateZ(20px);
}

.ty_panel a::before {
    z-index: -1;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(218,175,148,0.5) 95%, 
        rgb(218,175,148,0.5) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
}

header .main_pagewrap {
    display: flex;
    z-index: 5;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 3rem;
    align-items: center;
}

header .nav_guide:hover {
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .head_edu {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

header .nav_class::before {
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, transparent 100%);
    opacity: 0.1;
    top: -5%;
    width: 110%;
    transition: all 0.6s ease;
    position: absolute;
    left: -5%;
    height: 110%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
}

header .top_lead a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .top_lead::after {
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    left: 50%;
    bottom: -8px;
    position: absolute;
    height: 6px;
    width: 6px;
    content: '';
    border-radius: 50%;
    background: rgb(218,175,148);
}

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

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

.price_table h2::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    bottom: -15px;
    height: 4px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
}

.price_table .learn_price li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.price_table .basic_rates {
    backdrop-filter: blur(10px);
    min-height: 400px;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
}

.price_table .learning_plan h4::after {
    background-color: rgb(218,175,148);
    content: "";
    width: 40px;
    position: absolute;
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
}

.price_table .learning_plan:hover {
    transform: translateY(-10px) scale(1.02);
}

.price_table .learning_plan:hover h4 {
    color: rgb(218,175,148);
    transform: translateX(5px);
}

.price_table .learning_plan:active {
    transition: transform 0.2s ease;
    transform: translateY(-5px) scale(0.98);
}


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



@media (min-width: 768px) {.course_features .training_route {
    max-height: 500px;
    flex-direction: row;
    align-items: stretch;
}.course_features .background_image {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
    height: auto;
}.course_features .word_wrapper {
    transform: translateY(0) translateX(-30px);
    flex-direction: column;
    justify-content: center;
    margin: 30px 30px 30px 0;
    flex: 0 0 55%;
    display: flex;
}.course_features .word_wrapper::before {
    left: -8px;
    top: 20px;
    height: 40px;
    width: 4px;
}.course_features .word_wrapper h3 {
    font-size: 20px;
}.course_features .word_wrapper p.description {
    max-height: 330px;
}
}



@media (max-width: 1200px) {.award_show .send_info {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.award_show .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.award_show .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 576px) {.award_show .nav_guide,
    .award_show .nav_class,
    .award_show .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.award_show .recycle_info {
    padding: 2.5rem 0 1.5rem;
}.award_show .info_item {
    padding: 0.5rem 0;
}.award_show .info_item p,
    .award_show .info_item a {
    justify-content: center;
}}



@media (max-width: 768px) {.training_results {
    padding: 80px 0;
}.training_results h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 60px;
}.training_results .text_main_holder > div {
    flex: 0 0 100%;
}.training_results .background_image {
    width: 100%;
    height: 350px;
}
}



@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    padding-left: 1.2rem;
    font-size: calc(33px * 0.9);
}.course_demographic li {
    padding: 1.5rem;
}.course_demographic li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}



@media screen and (max-width: 576px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .container {
    width: 90%;
}.connect_with_us .help_reach,
    .connect_with_us .support_reach {
    padding: 30px 20px;
}.connect_with_us .help_reach h3 {
    font-size: calc(34px * 0.8);
}.connect_with_us form input[type="text"],
    .connect_with_us form input[type="email"] {
    padding: 15px;
}.connect_with_us form .support_card {
    width: 100%;
    padding: 15px;
}}



@media (max-width: 768px) {.leadership_experience {
    padding: 4rem 1rem 3rem;
}.leadership_experience .background_image {
    width: 150px;
    margin-bottom: -40px;
    height: 180px;
}.leadership_experience .career_content {
    padding: 60px 20px 20px;
}}



@media (max-width: 768px) {.newsletter_signup {
    padding: 4rem 1.5rem;
}.newsletter_signup .query_list {
    max-width: 100%;
    padding: 2rem;
}.newsletter_signup .input_holder {
    flex-direction: column;
}.newsletter_signup input[type="email"],
    .newsletter_signup input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 1200px) {.our_team {
    padding: 90px 0;
}.our_team .word_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 50px;
}
}



@media (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team .word_wrapper {
    padding: 30px;
    transform: none;
}.our_team h5 {
    font-size: calc(21px * 0.9);
}.our_team p {
    margin-bottom: 20px;
    font-size: calc(18px * 1.2);
}.our_team p b {
    font-size: calc(18px * 1.4);
}.our_team ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}


@media only screen and (max-width: 768px) {.cookie_window_overlay .container {
    flex-direction: column;
    align-items: center;
}.data_notice {
    margin-bottom: 1rem;
    margin-right: 0;
}.privacy_learn {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.user_status {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 768px) {.training_method {
    padding: 5rem 0;
}.training_method .why_trust {
    transform: none;
}.training_method .why_trust > div {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 2.2rem 1.8rem;
}.training_method h3 {
    font-size: calc(37px * 0.6);
    margin-bottom: 1rem;
}.training_method h3::after {
    height: 2px;
    width: 60px;
}.training_method p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    margin-top: 1.5rem;
}
}



@media (max-width: 480px) {.ty_panel {
    padding: 3rem 0;
}.ty_panel .why_trust {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.25rem;
}.ty_panel h5 {
    line-height: 1.4;
    font-size: calc(20px * 0.8);
}.ty_panel p {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.ty_panel .why_trust > div:first-child {
    margin-bottom: 1.5rem;
}.ty_panel .why_trust > div:first-child::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}}



@media screen and (min-width: 1200px) {.price_table .learn_price {
    grid-template-columns: repeat(4, 1fr);
}.price_table .basic_rates {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.price_table .learn_price {
    grid-template-columns: repeat(2, 1fr);
}.price_table .basic_rates {
    min-height: 420px;
}.price_table {
    padding: 100px 0;
}
}



@media (prefers-reduced-motion: reduce) {.price_table .learning_plan,
    .price_table .learning_plan:hover,
    .price_table h2,
    .price_table .basic_rates::before,
    .price_table .learning_plan h4,
    .price_table .class_deals {
    transform: none;
    transition: none;
}
}



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



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



@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

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



@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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



@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

