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

.eng_center {
    flex: 0 0 auto;
}

.eng_center {
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}


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

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

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .header_guide {
    text-align: center;
    padding-top: 60px;
}

footer .header_guide svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}

footer .top_master {
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(239,238,234);
    padding: 30px;
    position: relative;
}

footer .head_nav {
    flex-direction: column;
    gap: 10px 30px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

footer .head_nav a:hover {
    padding-left: 5px;
    color: rgb(212,209,198);
}

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

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

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

footer .subscribe_box:hover {
    background-color: rgb(179,174,161);
}

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

header .first_pagebar .header_guide {
    margin-left: calc((100vw - 100%) / 2);
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
    transition: all 0.4s ease;
}

header .first_pagebar .header_guide:hover {
    transform: translateY(0) scale(1.05);
}

header .first_pagebar .header_guide .top_learning::before {
    background: rgba(0, 0, 0, 0.5);
    left: -20px;
    position: absolute;
    width: calc(100% + 40px);
    top: -10px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    height: calc(100% + 20px);
    z-index: -1;
}

header .first_pagebar .top_master .head_prime {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0;
}

header .first_pagebar .top_master .head_prime a {
    padding: 1.2rem 1.5rem;
    text-decoration: none;
    display: block;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    transform-origin: center;
}

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

.teaching_history .img_item {
    min-height: 400px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.teaching_history .img_item::before {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    height: 50%;
}

.teaching_history .learner_feedback span:not(.name) {
    opacity: 0.85;
    color: #ffffff;
    position: absolute;
    font-family: Arial, sans-serif;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    font-weight: 400;
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 12px;
}

.teaching_history .career_projects::after {
    opacity: 0.2;
    position: absolute;
    height: 30px;
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(179,174,161) 0%, 
        rgb(179,174,161) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    right: 40px;
    content: "";
}

.offer_grid::after {
    background: linear-gradient(225deg, rgb(179,174,161,0.5), rgb(212,209,198,0.5));
    z-index: 1;
    width: 30%;
    transform: rotate(15deg);
    opacity: 0.4;
    left: -5%;
    bottom: -10%;
    filter: blur(50px);
    height: 40%;
    position: absolute;
    content: "";
}

.offer_grid .learning_deals {
    order: -1;
    margin-bottom: 60px;
    max-width: 800px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.offer_grid .cost_breakdown {
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    max-width: 700px;
    font-size: calc(17px + 2px);
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
}

.offer_grid .basic_cost {
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    border-radius: 18px;
    box-shadow: var(--card-shadow);
    position: relative;
    background-color: var(--card-bg);
    display: flex;
}

.offer_grid .value_pricing h3 {
    color: #000000;
    font-size: calc(22px + 2px);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.offer_grid .pricing_pack:hover .study_price::after {
    width: 60px;
}

.offer_grid .value_pricing p {
    margin-top: 15px;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    font-size: 17px;
}

.thanksGrid {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(rgb(212,209,198), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.thanksGrid .container {
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    perspective: 1000px;
}

.thanksGrid h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    max-width: 90%;
    color: rgb(212,209,198);
    letter-spacing: -0.02em;
    font-size: 33px;
    position: relative;
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    line-height: 1.3;
}

.thanksGrid .skill_classes::before {
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    top: 0;
    position: absolute;
    height: 6px;
}

.thanksGrid li {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-left: 0;
}

.thanksGrid span {
    color: #000000;
    line-height: 1.7;
    display: block;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-size: calc(15px * 1.05);
    font-family: Arial, sans-serif;
}

.privacy_niche::after {
    opacity: 0.1;
    height: 300px;
    left: -50px;
    content: '';
    background: radial-gradient(circle, rgb(179,174,161), transparent);
    position: absolute;
    bottom: -50px;
    z-index: 0;
    width: 300px;
}

.privacy_niche h3,
.privacy_niche h4,
.privacy_niche h5,
.privacy_niche h6 {
    margin-bottom: 15px;
    color: rgb(212,209,198);
    z-index: 1;
    margin-top: 30px;
    position: relative;
    font-weight: 400;
}

.privacy_niche h3 {
    font-size: calc(22px - 0.2rem);
}

.privacy_niche > div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}


.privacy_niche hr {
    border: none;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
}

.educational_rewards::before {
    opacity: 0.6;
    top: -10%;
    height: 300px;
    z-index: 0;
    background: linear-gradient(145deg, rgb(212,209,198,0.5), rgb(179,174,161,0.5));
    transform: translateZ(0);
    filter: blur(80px);
    position: absolute;
    content: "";
    width: 300px;
    right: -10%;
}

.educational_rewards .container {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    gap: 60px;
    z-index: 1;
    flex-direction: column;
}

.educational_rewards .skill_classes {
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    position: relative;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 5px;
}

.educational_rewards .skill_classes:hover h1 {
    transform: translateY(-5px);
}

.educational_rewards ul {
    gap: 20px;
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

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

.educational_rewards svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    margin-top: 2px;
    transform: scale(0.9);
}

.cookie_dialog_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie_dialog_window p {
    font-size: 18px;
}

.cookie_reset svg, .cookie_reset svg path, .cookie_reset img {
    width: 100px;
    fill: rgb(212,209,198);
    height: 100px;
}

#cookieOverlayAlert {
    display: none;
}


.wrapper-template .cookie_customize {
    justify-content: flex-end;
}

.wrapper-template .cookie_none {
    text-align: right;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(212,209,198);
}

header .top_plank .top_slab div span {
    color: #ffffff;
}

header .top_plank .top_slab div img, header .top_plank .top_slab div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

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

.get_in_touch .inquiry_form {
    position: relative;
    flex: 1;
    background: linear-gradient(135deg, rgb(212,209,198,0.5) 0%, rgb(179,174,161,0.5) 100%);
    padding: 50px 40px;
}

.get_in_touch .inquiry_form::before {
    width: 200%;
    top: -50%;
    position: absolute;
    z-index: -1;
    left: -50%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    animation: patternMove 20s linear infinite;
    height: 200%;
}

.get_in_touch .inquiry_form svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.get_in_touch .inquiry_form span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.get_in_touch .help_info {
    overflow: hidden;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
    position: relative;
}

.get_in_touch form {
    position: relative;
    z-index: 1;
}

.get_in_touch form h3 {
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
}

.get_in_touch form input[type="text"]:focus,
.get_in_touch form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(212,209,198,0.5);
    outline: none;
    background: #fff;
    transform: translateY(-2px);
}

.get_in_touch .inquiry_query input[type="checkbox"]:checked {
    background: rgb(212,209,198);
}

.get_in_touch .inquiry_query label {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    cursor: pointer;
}

.get_in_touch .inquiry_query a {
    transition: color 0.3s ease;
    color: rgb(212,209,198);
    text-decoration: none;
    font-weight: 600;
}

.get_in_touch .help_card::before {
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    left: -100%;
    top: 0;
    height: 100%;
}

.follow::before {
    pointer-events: none;
    opacity: 0.4;
    transform: rotate(-15deg);
    background-size: 30px 30px;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 1px, transparent 1px);
    width: 200%;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -50%;
    z-index: -1;
    content: "";
}

.follow h3::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(179,174,161), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}

.follow .input_holder div {
    position: relative;
    width: 100%;
}

.follow .input_holder div::before {
    left: 0;
    pointer-events: none;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease-out;
    background: linear-gradient(to right, rgb(179,174,161,0.5), transparent);
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    top: 0;
}

.follow .subscribe_box {
    position: relative;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
    font-size: 18px;
    padding: 0.9rem 2rem;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    background: linear-gradient(135deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
}

.title_welcome::after {
    left: 0;
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(179,174,161,0.5) 0%, 
    transparent 60%
  );
    height: 100%;
    content: "";
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}

.title_welcome .learn_skillspro > div:hover {
    transform: translateZ(10px);
}

.title_welcome h3:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    0 25px 35px rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}

.title_welcome .success_path:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}

.title_welcome .success_path::before {
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.title_welcome .success_path > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
    left: 0;
    transform: translateZ(0);
}

.title_welcome .success_path:hover p::before {
    transform: scaleY(1);
}

.title_welcome .success_path:hover p {
    transform: translateX(5px);
    opacity: 1;
}

.title_welcome .title_style_header {
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.015em;
    font-size: calc(39px * 1.2);
    transform: translateY(0);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.our_team::after {
    content: "";
    z-index: 1;
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(240deg, rgb(179,174,161,0.5) 0%, transparent 80%);
    position: absolute;
    width: 50%;
    opacity: 0.05;
    bottom: -10%;
    left: -5%;
}

.our_team .diff_block {
    position: relative;
}

.our_team .diff_block ul {
    gap: 50px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}

.our_team .quick_skill::before {
    content: "";
    left: 0;
    opacity: 0.8;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,209,198), rgb(179,174,161));
    width: 4px;
    top: 0;
}

.our_team .quick_skill h4::after {
    height: 2px;
    width: 100%;
    bottom: -8px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(212,209,198,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.potential_students {
    background: linear-gradient(45deg, rgb(239,238,234) 0%, rgb(179,174,161,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.potential_students .skill_classes {
    backdrop-filter: blur(10px);
    border-radius: 25px;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.potential_students div p {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    line-height: 1.6;
    background: #ffffff;
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    z-index: 1;
}

.potential_students div p:hover::before {
    width: 8px;
}

.potential_students div p:hover::after {
    opacity: 1;
}

.potential_students div p:hover svg {
    transform: scale(1.15);
}

.potential_students div p:hover svg path {
    fill: rgb(179,174,161);
}

.program_details {
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: rgb(239,238,234);
    align-items: center;
    overflow: hidden;
}

.program_details .training_flow {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.program_details .training_flow h3 {
    margin-bottom: 1.5rem;
    color: rgb(212,209,198);
    font-weight: 700;
    position: relative;
    font-size: 43px;
}

.program_details .training_flow h3 {
    font-size: calc(43px * 0.8);
}

.program_details .training_flow .help_card {
    font-size: 20px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: rgb(212,209,198);
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.program_details .skill_up::before {
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    pointer-events: none;
}

.program_details .education_track:hover img {
    transform: scale(1.05);
}

.our_team .quick_skill div::-webkit-scrollbar {
    width: 4px;
}

.our_team .quick_skill div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.our_team .quick_skill div::-webkit-scrollbar-thumb {
    background: rgb(212,209,198,0.5);
    border-radius: 2px;
}



@media (max-width: 767px) {footer .connect_now {
    padding: 30px 15px 50px;
}footer .top_master, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .price_table {
    margin-top: 40px;
}
}



@media screen and (max-width: 991px) {header .first_pagebar {
    flex-direction: column;
    padding: 1rem 0;
    align-items: center;
}header .first_pagebar .header_guide {
    margin-left: 0;
    margin-bottom: 1rem;
}header .first_pagebar .top_master {
    padding-right: 0;
    flex-wrap: wrap;
    width: 100%;
    background: rgb(212,209,198,0.5);
    clip-path: none;
    justify-content: center;
}header .first_pagebar .top_master .head_prime a {
    padding: 0.8rem 1rem;
}header .first_pagebar .top_master .head_prime a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .first_pagebar .top_master .head_prime a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (min-width: 992px) {.offer_grid .learn_fees {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.offer_grid .learning_deals {
    text-align: left;
    order: 0;
    margin: 0;
    width: 30%;
}.offer_grid .learning_deals h2 {
    display: block;
    text-align: left;
}.offer_grid .learning_deals h2::after {
    transform: none;
    left: 0;
}.offer_grid .cost_breakdown {
    margin: 0;
    text-align: left;
}.offer_grid .package_rates {
    width: 70%;
}
}



@media (max-width: 991px) {.offer_grid {
    padding: 80px 0 60px;
}.offer_grid .package_rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (hover: hover) {.thanksGrid .skill_classes:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}



@media (max-width: 768px) {.thanksGrid {
    padding: 4rem 0;
}.thanksGrid h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.thanksGrid .skill_classes {
    padding: 2rem;
}.thanksGrid span {
    line-height: 1.6;
    font-size: 15px;
}
}



@media (min-width: 992px) {.educational_rewards .container {
    flex-direction: row;
    align-items: center;
}.educational_rewards .img_item {
    width: 45%;
    max-height: 600px;
    height: auto;
}.educational_rewards .skill_classes {
    margin-left: -50px;
    width: 55%;
}.educational_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.educational_rewards {
    padding: 40px 0;
}.educational_rewards .container {
    gap: 30px;
}.educational_rewards .img_item {
    max-height: 250px;
}.educational_rewards .skill_classes {
    padding: 20px;
}.educational_rewards h1 {
    font-size: calc(46px * 0.6);
    margin-bottom: 20px;
}.educational_rewards h1::after {
    width: 80px;
    height: 3px;
}.educational_rewards li {
    padding: 12px;
}.educational_rewards svg {
    transform: scale(0.8);
}}



@media (max-width: 767px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .inquiry_form,
    .get_in_touch .help_info {
    padding: 30px 20px;
}.get_in_touch .inquiry_form h3,
    .get_in_touch form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.get_in_touch .inquiry_form div {
    margin-bottom: 15px;
    padding: 12px;
}.get_in_touch form input[type="text"],
    .get_in_touch form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get_in_touch .inquiry_query {
    margin: 20px 0;
}.get_in_touch .help_card {
    padding: 12px 15px;
}
}



@media (min-width: 992px) {.follow {
    padding: 6rem 4rem;
}.follow::before {
    background-size: 40px 40px;
}.follow .skill_classes {
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.follow h3 {
    font-size: calc(23px * 1.1);
}
}



@media (max-width: 992px) {.title_welcome .learn_skillspro {
    padding: 2rem 1rem;
}.title_welcome h3 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: 24px;
    padding: 1.5rem;
}.title_welcome .success_path {
    height: 55vh;
    min-height: 400px;
}.title_welcome .success_path > div {
    padding: 2rem;
}.title_welcome .success_path p {
    max-width: 90%;
    font-size: 15px;
}.title_welcome .title_style_header {
    font-size: 39px;
}
}



@media (min-width: 768px) {.our_team .diff_block ul {
    grid-template-columns: 1fr 1fr;
}.our_team h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.1);
}.our_team h1::after {
    width: 100px;
}.our_team .quick_skill {
    padding: 45px 40px;
}.our_team .quick_skill div {
    max-height: 350px;
}
}



@media (max-width: 767px) {.our_team {
    padding: 70px 0;
}.our_team h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 40px;
}.our_team h1::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.our_team .quick_skill {
    padding: 30px 25px;
}.our_team .quick_skill h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_team .quick_skill div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 991px) {.program_details .skill_up {
    height: 350px;
}.program_details .training_flow h3 {
    font-size: calc(43px * 0.9);
}.program_details .feature-item {
    width: calc(50% - 15px);
}
}



@media (max-width: 480px) {.program_details .skill_up {
    height: 250px;
}.program_details .training_flow .help_card {
    padding: 0.8rem 2rem;
}
}



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



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



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

