.top_pro {
    flex: 1 0 auto;
}

.top_pro {
    position: relative;
    padding-top: 2rem;
    background: rgb(184,184,190);
    margin-top: 0;
    z-index: 1;
}

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

.testimonials::after {
    opacity: 0.2;
    bottom: -50px;
    transform: rotate(15deg);
    z-index: 1;
    right: -50px;
    position: absolute;
    height: 300px;
    border: 2px solid rgb(149,149,155,0.5);
    width: 300px;
    content: "";
}

.testimonials .learner_feedback {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    height: 100%;
    overflow: hidden;
    border-left: 4px solid rgb(149,149,155);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    padding: 30px;
}

.testimonials .learner_feedback h4::after {
    left: 0;
    transition: width 0.4s ease-out;
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    background: linear-gradient(to right, rgb(149,149,155), transparent);
}

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

.stay_informed::after {
    width: 40%;
    bottom: 0;
    z-index: -1;
    animation: shift 10s infinite alternate;
    background: linear-gradient(135deg, transparent, rgb(149,149,155,0.5));
    height: 70%;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    content: "";
}

.stay_informed p::after {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(149,149,155,0.5), transparent);
    height: 100%;
    width: 1px;
    content: "";
}

.stay_informed .news_optin::placeholder {
    color: #000000;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.stay_informed .sub_settings:hover::before {
    transform: translateX(0);
}

.title_portal {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    color: #ffffff;
}

.title_portal .square_image::before {
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(16, 46, 68, 0.85) 0%, rgba(5, 25, 55, 0.9) 100%);
    width: 100%;
    height: 100%;
    content: "";
}

.title_portal h1::before {
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    width: 80px;
    left: 0;
    content: "";
    animation: line-grow 0.6s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(149,149,155);
    position: absolute;
    bottom: -10px;
}

.title_portal .text_row p {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    letter-spacing: 0.01em;
}

.title_portal .master_expert svg path {
    fill: rgb(149,149,155);
    transition: fill 0.3s ease;
}

.title_portal h6 {
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
}

.title_portal .connect_links:hover::before {
    left: 100%;
}

header::before {
    z-index: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
    top: 0;
    background-size: 20px 20px;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
}

header .top_section:hover {
    transform: translateY(-3px) scale(1.02);
}

header .header_know::before {
    bottom: -8px;
    transform: skew(-3deg);
    content: '';
    border-radius: 10px;
    border: 1px solid rgb(149,149,155);
    position: absolute;
    top: -8px;
    transition: all 0.3s ease;
    opacity: 0.3;
    right: -8px;
    left: -8px;
}

header .nav_mainwrap a:hover::before {
    transform: scaleX(1);
}

header .nav_mainwrap::after {
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at center, rgb(149,149,155,0.5) 0%, transparent 70%);
    opacity: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: '';
}

.thanks_area::before {
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    position: absolute;
    z-index: 0;
    width: 60%;
    top: -20%;
    height: 80%;
    background: linear-gradient(145deg, rgba(rgb(114,114,117,0.5), 0.08), rgba(rgb(114,114,117,0.5), 0.03));
    right: -10%;
    filter: blur(20px);
}

.thanks_area .training_experts > div:first-child::before {
    content: "";
    height: 60%;
    position: absolute;
    left: -2rem;
    width: 4px;
    background: linear-gradient(to bottom, rgb(149,149,155), rgb(114,114,117));
    transform: translateY(-50%);
    top: 50%;
}

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

.thanks_area p {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    font-size: 16px;
}

.company_overview .container {
    z-index: 5;
    position: relative;
}

.company_overview h2 {
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 38px;
}

.company_overview .expert_sessions {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    flex: 1 1 calc(50% - 20px);
    padding: 40px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    border-radius: 29px;
    background: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
}

.company_overview .expert_sessions:hover h3 {
    transform: translateX(10px);
    color: rgb(149,149,155);
}

.company_overview .expert_sessions:first-child {
    border-top: 3px solid rgb(149,149,155);
}

.company_overview .container::after {
    animation: rotate-element 15s linear infinite reverse;
    bottom: -5%;
    position: absolute;
    right: -5%;
    content: "";
    height: 15%;
    width: 15%;
    border: 2px solid rgb(114,114,117,0.5);
    opacity: 0.2;
    border-radius: 10px;
}

.potential_students::after {
    top: -50%;
    z-index: 1;
    animation: moveGradient 120s linear infinite;
    position: absolute;
    background-size: 100px 100px;
    width: 200%;
    content: '';
    opacity: 0.05;
    left: -50%;
    background: linear-gradient(45deg, transparent 48%, rgb(114,114,117,0.5) 49%, rgb(114,114,117,0.5) 51%, transparent 52%);
    height: 200%;
}

.potential_students h3::after {
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, transparent, rgb(114,114,117), transparent);
    bottom: -15px;
    width: 40%;
    height: 1px;
    left: 50%;
    position: absolute;
}

.potential_students li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.potential_students li:hover::after {
    opacity: 0.15;
}

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

.potential_students li:hover svg path {
    fill: rgb(149,149,155);
}

.potential_students li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}

.potential_students li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}

.instructor_history::after {
    background: linear-gradient(-45deg, rgb(149,149,155,0.5) 0%, rgb(114,114,117,0.5) 100%);
    opacity: 0.3;
    filter: blur(50px);
    content: "";
    left: -5%;
    z-index: 0;
    height: 70%;
    position: absolute;
    transform: rotate(10deg);
    width: 40%;
    bottom: -10%;
}

.instructor_history .square_image:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) scale(1.03);
}

.instructor_history .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.instructor_history .work_content::before {
    font-family: serif;
    content: "";
    position: absolute;
    color: rgb(114,114,117,0.5);
    font-size: 5rem;
    opacity: 0.3;
    left: -10px;
    top: -20px;
}

.sustain_cta .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 3rem;
}

.sustain_cta .company_holder::before {
    top: 0;
    border-top-left-radius: 10px;
    left: 0;
    position: absolute;
    border-top-right-radius: 10px;
    height: 5px;
    width: 100%;
    background: rgb(149,149,155);
    content: "";
}

.sustain_cta .telegram_ref {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.sustain_cta .nav_base {
    min-width: 200px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.sustain_cta .nav_base .head_study a:hover {
    padding-left: 2.2rem;
    color: rgb(149,149,155);
}

.sustain_cta .nav_base .head_study a:hover::before {
    width: 100%;
}

.award_show::before {
    right: 10%;
    left: 10%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,149,155,0.5), transparent);
    height: 1px;
    top: 0;
    position: absolute;
}



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



.location_details .get_connected {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 1;
}

.location_details .get_connected h2 {
    position: relative;
    font-size: 33px;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(114,114,117);
}

.location_details .get_connected h2::after {
    height: 3px;
    bottom: 0;
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(149,149,155) 0%, rgb(114,114,117) 100%);
    border-radius: 10px;
}

.location_details .talk_support h3 {
    font-size: 22px;
    color: rgb(114,114,117);
    font-weight: 600;
    margin-bottom: 1rem;
}

.location_details .get_connected .square_image {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 28px;
    height: 100%;
}

.location_details .talk_answer a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.location_details .talk_answer a p {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

.location_details .talk_answer a:hover svg,
.location_details .talk_answer a:hover svg path {
    transform: scale(1.1);
    fill: rgb(149,149,155);
}

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

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



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

.program_information .training_experts::before {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(149,149,155), 0.05)
        );
    height: 100%;
    position: absolute;
}

.program_information .tech_learn {
    flex-direction: column;
    display: flex;
    z-index: 3;
    min-height: 400px;
    position: relative;
    padding: 60px 50% 60px 60px;
}

.program_information .header_know svg {
    width: 70px;
    z-index: 2;
    position: relative;
    fill: #ffffff;
    height: auto;
}

.program_information h3::after {
    width: 60px;
    bottom: -10px;
    border-radius: 3px;
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
}

.connect_with_us {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

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

.connect_with_us .support_help {
    flex-direction: row-reverse;
    background: #ffffff;
    border-radius: 26px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.connect_with_us .help_feedback {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

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

.connect_with_us input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(149,149,155,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.connect_with_us .message_request input[type="checkbox"]:checked {
    border-color: rgb(149,149,155);
    background: rgb(149,149,155);
}

.connect_with_us .message_request a {
    text-decoration: none;
    color: rgb(149,149,155);
    transition: all 0.3s ease;
    position: relative;
}

.connect_with_us .connect_links {
    background: rgb(149,149,155);
    font-weight: 600;
    margin-top: 20px;
    font-size: 19px;
    border: none;
    box-shadow: 0 4px 15px rgb(149,149,155,0.5);
    border-radius: 26px;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    padding: 18px 40px;
    cursor: pointer;
}

.privacy_depot .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.privacy_depot h1 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: rgb(149,149,155);
    transform: translateX(-0.5rem);
    margin-bottom: 2rem;
    font-size: 48px;
}

.privacy_depot h1 {
    transform: translateX(-1rem);
    font-size: calc(48px * 1.2);
}

.privacy_depot h4 {
    font-size: calc(31px * 0.7);
    margin-top: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #000000;
}

.privacy_depot li {
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.75rem;
}

.privacy_depot li {
    padding-left: 2rem;
}

.pricing_menu {
    position: relative;
    padding: 120px 0;
    background: rgb(184,184,190);
    overflow: hidden;
}

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

.pricing_menu .edu_packages {
    order: -1;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    transform: translateX(5%);
}

.pricing_menu .edu_packages:hover .value_deals {
    transform: translateY(3px);
}

.pricing_menu .plan_rates {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    transform: translateZ(0) scale(1);
    overflow: hidden;
}

.pricing_menu .plan_rates:hover .rate_packages::before {
    transform: scaleX(1);
}

.pricing_menu .price_view h3 {
    font-size: calc(20px + 2px);
    font-weight: 600;
    position: relative;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 15px;
    overflow-wrap: break-word;
}

.pricing_menu .price_view p {
    font-size: 15px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    margin-top: 10px;
    white-space: normal;
    line-height: 1.7;
    color: #000000;
}



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



@media (max-width: 1024px) {.testimonials {
    padding: 80px 0 60px;
}.testimonials h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.testimonials .reviews_block {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 768px) {.stay_informed {
    padding: 3rem 1.5rem;
}.stay_informed .training_experts {
    gap: 2rem;
    grid-template-columns: 1fr;
}.stay_informed p {
    text-align: center;
    grid-column: 1 / 2;
    padding-right: 0;
    padding-bottom: 1.5rem;
}.stay_informed p::after {
    transform: translateX(-50%);
    height: 1px;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(149,149,155,0.5), transparent);
    left: 50%;
    right: auto;
    width: 50%;
    top: auto;
}.stay_informed .input_holder {
    margin-left: 0;
    grid-column: 1 / 2;
    flex-direction: column;
}.stay_informed .news_optin {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.stay_informed .sub_settings {
    border-radius: 10px;
    width: 100%;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_train {
    padding: 0.8rem 1.2rem;
}header .header_know {
    max-width: 130px;
}header .header_know::before {
    display: none;
}header .nav_base {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .nav_base::-webkit-scrollbar {
    height: 2px;
}header .nav_base::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(149,149,155);
}header .nav_mainwrap {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .nav_mainwrap a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .nav_mainwrap a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media screen and (max-width: 576px) {.company_overview {
    padding: 50px 0;
}.company_overview h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.company_overview h2::after {
    width: 50px;
    height: 2px;
}.company_overview .learning_corner {
    margin-top: 30px;
}.company_overview .expert_sessions {
    padding: 25px;
}.company_overview .expert_sessions h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 12px;
}.company_overview .expert_sessions p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.company_overview .expert_sessions:hover h3,
    .company_overview .expert_sessions:hover p {
    transform: translateX(5px);
}}



@media (min-width: 1200px) {.instructor_history .container {
    padding: 0 2rem;
}.instructor_history .learner_feedback {
    gap: 4rem;
    grid-template-columns: 350px 1fr;
    transform: perspective(1500px) rotateY(-3deg);
    padding: 5rem;
}.instructor_history .square_image {
    width: 320px;
    height: 400px;
}
}



@media (max-width: 992px) {.sustain_cta {
    padding: 3.5rem 0 2rem;
}.sustain_cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.sustain_cta .company_holder,
    .sustain_cta .telegram_ref {
    min-width: 100%;
    flex: 1 1 100%;
}.sustain_cta .nav_base {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 768px) {.location_details {
    padding: 3rem 0;
}.location_details .edu_reach {
    padding: 2rem;
    grid-template-columns: 1fr;
}.location_details .get_connected:first-child {
    grid-column: span 1;
}.location_details .connect_team {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}.location_details .get_connected .square_image {
    min-height: 200px;
}.location_details .talk_answer a {
    padding: 1rem;
}
}



@media (max-width: 767px) {.program_information {
    padding: 60px 0;
}.program_information .tech_learn {
    padding: 200px 30px 40px 30px;
}.program_information .square_image {
    height: 180px;
}.program_information .header_know {
    top: 140px;
    left: 30px;
}.program_information .header_know svg {
    width: 60px;
}.program_information h3 {
    font-size: calc(31px * 0.8);
}.program_information p {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 576px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us h2 {
    font-size: calc(33px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.connect_with_us .help_feedback {
    padding: 30px 20px;
}.connect_with_us #contact {
    gap: 20px;
}.connect_with_us input[type="text"] {
    padding: 15px;
}.connect_with_us .connect_links {
    padding: 15px 20px;
    width: 100%;
}.connect_with_us .square_image {
    min-height: 200px;
}}



@media (max-width: 991px) {.pricing_menu {
    padding: 80px 0;
}.pricing_menu .edu_packages {
    transform: translateX(0);
    text-align: center;
}.pricing_menu .edu_packages .value_deals {
    margin: 0 auto;
}
}



@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}



@keyframes text-holder-slide {
    0% {
        opacity: 0;
        transform: perspective(1000px) translateZ(10px) translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) translateZ(10px) translateX(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

