﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.web_panel-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
section {
    background-color: rgb(218,237,237);
}
.footer {
    flex: 0 0 auto;
}
.web_nav_tutor {
    flex: 1 0 auto;
}
.container {
    margin: auto;
    width: 1146px;
    max-width: 100%;
}

svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.web_course_offering {
    padding-top: 80px;
    padding-bottom: 80px;
}
.web_course_offering h2 {
    color: rgb(150,156,188);
}
.web_course_offering .web_nav_tutor {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.web_course_offering h3 {
    color: rgb(184,190,214);
}
.web_course_offering p {
    color: #000000;
}
.web_course_offering .web_reach_request {
    background: rgb(150,156,188);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.web_course_offering .web_reach_request:hover {
    background: rgb(184,190,214);
}

.web_course_offering .web_pro_classes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.web_course_offering .web_class_map {
    display: flex;
    justify-content: center;
    align-items: center;
}
.web_course_offering .web_training_guide {
    padding: 12px;
    max-width: 100%;
}
.web_course_offering .web_nav_tutor {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.web_course_offering .web_heading_frame {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.web_course_offering h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.web_course_offering .web_img_shadow {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.web_course_offering .web_heading_frame {
    padding: 30px;
}
.web_course_offering h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.web_course_offering p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.web_course_offering .web_reach_request {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .web_course_offering .web_class_map {
        flex-direction: column;
    }
    .web_course_offering h2 {
        font-size: 30px;
    }
    .web_course_offering h3 {
        font-size: 26px;
    }
    .web_course_offering .web_training_guide {
        max-width: unset;
        width: 100%;
    }
    .web_course_offering {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.web_panel-container .web_course_offering .web_class_map {
    width: 100%;
}
.web_panel-container .web_course_offering .web_class_map .web_training_guide .web_nav_tutor {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.web_panel-container .web_course_offering .web_img_shadow {
    border-radius: 50px;
    height: 681px;
    width: 1022px;
    margin: 0;
}
.web_panel-container .web_course_offering .web_heading_frame {
    border-radius: 50px;
    border: 8px solid rgb(150,156,188);
    width: 60%;
    margin-top:-320px;
    background: #ffffff;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.web_panel-container .web_course_offering h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
.web_panel-container .web_course_offering .web_reach_request {
    display: inline;
    width: fit-content;
    margin-top: 35px;
    padding: 20px 45px;
    border-radius: 50px;
    background: rgb(184,190,214);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.web_panel-container .web_course_offering .web_reach_request:hover {
    background: rgb(150,156,188);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .web_panel-container .web_course_offering .web_img_shadow {
        width: 340px;
        height: 316px;
    }
    .web_panel-container .web_course_offering .web_heading_frame {
        width: 90%;
        margin-top: -158px;
        padding: 20px;
    }
    .web_panel-container .web_course_offering .web_class_map .web_training_guide {
        padding: 0;
    }
    .web_panel-container .web_course_offering h3 {
        font-size: 30px;
    }
}header .web_head_lesson {
    background: rgb(184,190,214);
    color: #ffffff;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(150,156,188);
    z-index: 10;
}
header .web_nav_base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header .web_first_section {
    display: flex;
    align-items: center;
}
header .web_first_section .web_top_sitebar {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .web_first_section .web_top_sitebar svg, header .web_first_section .web_top_sitebar img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
header .web_first_section .web_top_sitebar svg:hover, header .web_first_section .web_top_sitebar img:hover {
    transform: scale(1.1);
}
header .web_top_master {
    display: flex;
    gap: 15px;
}
header .web_top_master a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 15px;
    color: rgb(150,156,188);
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}
header .web_top_master a:hover {
    color: #ffffff;
    background: rgb(150,156,188);
}
header .web_top_master a.active {
    color: #ffffff;
    background: rgb(184,190,214);
    border: 2px solid rgb(184,190,214);
}
header .web_top_master a.active:hover {
    background: rgb(150,156,188);
    border-color: rgb(150,156,188);
}
@media only screen and (max-width: 1200px) {
    header .web_nav_base {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    header .web_top_master {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #ffffff;
        border-radius: 21px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }
    header .web_top_master a {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }
    header .menu.web_main_header {
        display: flex;
    }
    header .web_first_section {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    header .web_first_section .web_top_sitebar svg, header .web_first_section .web_top_sitebar img {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}
.web_panel-container header .web_head_lesson {
    background: rgb(184,190,214);
    border-bottom: 2px solid rgb(150,156,188);
    padding: 10px 0;
}
.web_panel-container header .web_nav_base {
    background: #ffffff;
    border-radius: 21px;
    padding: 14px 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.web_panel-container header .web_first_section .web_top_sitebar svg, .web_panel-container header .web_first_section .web_top_sitebar img {
    width: 60px;
    height: 60px;
}
.web_panel-container header .web_top_master a {
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 800px) {
    .web_panel-container header .web_first_section .web_top_sitebar svg, .web_panel-container header .web_first_section .web_top_sitebar img {
        width: 40px;
        height: 40px;
    }
    .web_panel-container header .web_top_master {
        padding-top: 30px;
        border-radius: 21px;
        align-items: center;
    }
    .web_panel-container header .web_nav_base {
        padding: 10px;
    }
}.web_explore_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.web_explore_now h2 {
    color: rgb(150,156,188);
}

.web_explore_now .web_reach_request {
    background: rgb(150,156,188);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.web_explore_now .web_reach_request:hover {
    background: rgb(184,190,214);
}

.web_explore_now .web_pro_classes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.web_explore_now h2 {
    font-size: 37px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.web_explore_now .web_reach_request {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .web_explore_now .web_pro_classes {
        flex-direction: column;
    }

    .web_panel-container section.web_explore_now h2 {
        font-size: 26px;
    }

    .web_explore_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .web_explore_now .web_reach_request {
        font-size: 24px;
    }

    .web_explore_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.web_panel-container .web_explore_now {
    background: linear-gradient(135deg, rgb(184,190,214), rgb(150,156,188));
    padding: 60px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: all 0.3s ease-in-out;
}

.web_panel-container .web_explore_now .web_pro_classes {
    margin: auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web_panel-container .web_explore_now .web_pro_classes:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.web_panel-container .web_explore_now h2 {
    margin-bottom: 40px;
    font-size: 37px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: rgb(184,190,214);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(184,190,214), rgb(150,156,188));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease, text-shadow 0.3s ease;
    margin-right: 0;
}

.web_panel-container .web_explore_now .web_reach_request {
    display: inline-block;
    padding: 20px 50px;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(184,190,214), rgb(150,156,188));
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.web_panel-container .web_explore_now .web_reach_request:hover {
    background: linear-gradient(135deg, rgb(150,156,188), rgb(184,190,214));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .web_panel-container .web_explore_now .web_pro_classes {
        width: 90%;
        padding: 30px 20px;
    }

    .web_panel-container .web_explore_now h2 {
        font-size: 20px;
    }

    .web_panel-container .web_explore_now .web_reach_request {
        width: 100%;
        padding: 15px 0;
    }
}.web_title_intro .web_learn_quickpro {
    background-size: cover;
    background-position: center !important;
}

.web_title_intro .web_learning_corner h1 {
    color: rgb(150,156,188);
}

.web_title_intro .web_learning_corner h3 {
    color: rgb(150,156,188);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.web_title_intro .web_learning_corner p {
    color: #000000;
    text-align: right;
}

.web_title_intro {
    width: 100%;
}

.web_title_intro .web_learn_quickpro {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.web_title_intro .web_learning_corner {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.web_title_intro .web_learning_corner h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.web_title_intro .web_learning_corner p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .web_title_intro .web_learn_quickpro {
        min-height: 320px;
        height: auto;
    }

    .web_title_intro .web_learning_corner {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .web_title_intro .web_learning_corner h1 {
        font-size: 18px;
    }

    .web_title_intro .web_learning_corner h3 {
        font-size: 16px;
    }

    .web_title_intro .web_learning_corner p {
        font-size: 14px;
    }


}

.web_panel-container .web_title_intro {
    padding-top: 20px;
    padding-bottom: 20px;
}

.web_panel-container .web_title_intro .web_learning_corner {
    width: 70%;
    left: 0;
    top: -20px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    padding: 10px 30px;
    padding-right: 20%;
    justify-content: center;
    align-items: flex-start;
    height: calc(100% + 40px);
}

.web_panel-container .web_title_intro .web_learn_quickpro {
    background-position: 300px !important;
}

.web_panel-container .web_title_intro .web_learn_quickpro {
    min-height: 450px;
    width: 1200px;
    margin: auto;
}

.web_panel-container .web_title_intro .web_learning_corner h1 {
    text-align: left;
    font-size: 25px;
}

.web_panel-container .web_title_intro .web_learning_corner h3 {
    text-align: left;
    font-size: 16px;
}

.web_panel-container .web_title_intro .web_learning_corner p {
    text-align: left;
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .web_panel-container .web_title_intro .web_learn_quickpro {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .web_panel-container .web_title_intro {
        padding: 0;
    }

    .web_panel-container .web_title_intro .web_learning_corner {
        width: 100%;
        height: 100%;
        position: static;
        clip-path: none;
        padding: 40px 20px;
    }

    .web_panel-container .web_title_intro .web_learn_quickpro {
        min-height: unset;
        height: auto;
    }
}.web_benefits {
    padding: 60px 0;
    background: rgb(218,237,237);
    color: #000000;
    font-family: Roboto, sans-serif;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 -2px 8px rgb(184,190,214,0.5);
    position: relative;
    overflow: hidden;
}
.web_benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(184,190,214,0.5);
    border-radius: 28px;
    z-index: -1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: scale(0.98);
    transition: transform 0.3s ease-in-out;
}
.web_benefits .web_learning_pros {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(184,190,214);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.web_benefits .web_learning_pros h2 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.web_benefits .web_career_boosts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    background: rgb(150,156,188,0.5);
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgb(184,190,214,0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
}
.web_benefits .web_career_boosts .web_img_shadow {
    width: 35%;
    padding-bottom: 35%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(184,190,214,0.5);
    position: relative;
    overflow: hidden;
}
.web_benefits .web_career_boosts .web_img_shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.web_benefits .web_program_benefits {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 60%;
    background: rgb(150,156,188);
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgb(184,190,214,0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.web_benefits .web_program_benefits::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(184,190,214,0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}
.web_benefits .web_program_benefits .web_pro_gains {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    background: rgb(184,190,214,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(150,156,188);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.web_benefits .web_program_benefits .web_pro_gains:last-child {
    margin-bottom: 0;
}
.web_benefits .web_program_benefits .web_pro_gains:hover {
    background: rgb(184,190,214);
    border: 1px solid rgb(184,190,214,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}
.web_benefits .web_program_benefits .web_pro_gains::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.web_benefits .web_program_benefits .web_pro_gains:hover::after {
    opacity: 1;
}
.web_benefits .web_program_benefits .web_pro_gains .web_study_pluses {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.web_benefits .web_program_benefits .web_pro_gains .web_study_pluses svg, .web_benefits .web_program_benefits .web_pro_gains .web_study_pluses svg path {
    width: 50px;
    height: 50px;
    fill: #ffffff;
}
.web_benefits .web_program_benefits .web_pro_gains:hover .web_study_pluses {
    transform: scale(1.1);
}
.web_benefits .web_program_benefits .web_pro_gains h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgb(184,190,214,0.5);
}
@media only screen and (max-width: 800px) {
    .web_benefits .web_career_boosts {
        flex-direction: column;
        align-items: center;
    }
    .web_benefits .web_career_boosts .web_img_shadow {
        width: 90%;
        padding-bottom: 0;
        height: 200px;
        margin-bottom: 20px;
    }
    .web_benefits .web_program_benefits {
        width: 90%;
        margin-bottom: 20px;
        align-items: center;
    }
    .web_benefits .web_learning_pros h2 {
        font-size: 20px;
    }
}
.web_leadership_experience {
    padding: 50px 0;
    background: linear-gradient(135deg, rgb(184,190,214), rgb(150,156,188));
    font-family: Roboto, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.web_leadership_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.web_leadership_experience .web_pro_classes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: start;
    position: relative;
}

.web_leadership_experience .web_review_panel {
    background: #000000;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.web_leadership_experience .web_review_panel::before, .web_leadership_experience .web_review_panel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.web_leadership_experience .web_review_panel::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.web_leadership_experience .web_img_shadow {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 5px solid #ffffff;
    position: relative;
    z-index: 1;
}

.web_leadership_experience .web_work_projects {
    padding: 10px;
    z-index: 1;
    position: relative;
}

.web_leadership_experience .web_work_projects .name {
    font-size: 20px;
    color: rgb(150,156,188);
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.web_leadership_experience .web_work_projects span {
    font-size: 13px;
    color: rgb(184,190,214,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.web_leadership_experience .web_work_projects .web_past_experience {
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(184,190,214);
    padding-left: 15px;
    margin-top: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .web_leadership_experience {
        padding: 30px 0;
    }

    .web_leadership_experience .web_img_shadow {
        width: 100px;
        height: 100px;
    }

    .web_leadership_experience .web_review_panel {
        padding: 15px;
    }

    .web_leadership_experience .web_work_projects .name {
        font-size: 18px;
    }

    .web_leadership_experience .web_work_projects span {
        font-size: 13px;
    }

    .web_leadership_experience .web_work_projects .web_past_experience {
        font-size: 13px;
        padding-left: 10px;
    }
}

.web_panel-container .web_leadership_experience .web_review_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.web_panel-container .web_leadership_experience .web_img_shadow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    border: 3px solid #ffffff;
}

.web_panel-container .web_leadership_experience .web_work_projects {
    flex: 1;
    padding: 0;
    text-align: left;
}

.web_panel-container .web_leadership_experience .web_work_projects .name {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.web_panel-container .web_leadership_experience .web_work_projects span {
    font-size: 13px;
    color: rgb(184,190,214,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.web_panel-container .web_leadership_experience .web_work_projects .web_past_experience {
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(184,190,214);
    padding-left: 15px;
    margin-top: 10px;
    text-align: left;
}


@media (max-width: 768px) {
    .web_panel-container .web_leadership_experience .web_review_panel {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .web_panel-container .web_leadership_experience .web_img_shadow {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .web_panel-container .web_leadership_experience .web_work_projects {
        text-align: center;
        padding: 0;
    }

    .web_panel-container .web_leadership_experience .web_work_projects .name {
        font-size: 18px;
    }

    .web_panel-container .web_leadership_experience .web_work_projects span {
        font-size: 13px;
    }

    .web_panel-container .web_leadership_experience .web_work_projects .web_past_experience {
        font-size: 13px;
        padding-left: 10px;
    }
}
.web_contact {
    position: relative;
    background: linear-gradient(120deg, rgb(218,237,237), rgba(rgb(184,190,214), 0.03));
    padding: 100px 0;
    overflow: hidden;
}

.web_contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(184,190,214), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(150,156,188), 0.05) 0%, transparent 50%);
    z-index: 1;
}

.web_contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(184,190,214), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(184,190,214), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(150,156,188), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(184,190,214), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(150,156,188), 0.04) 0%, transparent 30%);
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-position: center center;
    animation: backgroundShift 30s linear infinite;
    z-index: 1;
}

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.web_contact .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.web_contact h2 {
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    perspective: 1000px;
}

.web_contact h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(184,190,214), transparent);
}

.web_contact .web_message_query {
    margin-top: 60px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.web_contact .web_message_query::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188));
    z-index: 3;
}

.web_contact .web_img_shadow {
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.web_contact .web_img_shadow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(184,190,214), 0.5), rgba(rgb(150,156,188), 0.5));
    mix-blend-mode: multiply;
    z-index: 1;
}

.web_contact .web_img_shadow::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    animation: shine 6s infinite ease-in-out;
    z-index: 2;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.web_contact .web_query_panel {
    flex: 0 0 55%;
    padding: 60px 50px;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
}

.web_contact .web_query_panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(184,190,214), 0.03) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
}

.web_contact form {
    position: relative;
    z-index: 3;
}

.web_contact form h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}

.web_contact form h3::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(184,190,214);
    bottom: -15px;
    left: 0;
}


.web_contact form input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    background: rgba(rgb(218,237,237), 0.5);
    border: 1px solid rgba(rgb(184,190,214), 0.1);
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.web_contact form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    border-color: rgb(184,190,214);
    box-shadow: 0 0 0 4px rgba(rgb(184,190,214), 0.1);
    outline: none;
}

.web_contact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.web_contact form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.web_contact .web_query_inquiry {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.web_contact .web_query_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.web_contact .web_query_inquiry label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}

.web_contact .web_query_inquiry label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(rgb(184,190,214), 0.3);
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
}

.web_contact .web_query_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(184,190,214);
    border-color: rgb(184,190,214);
}

.web_contact .web_query_inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.web_contact .web_query_inquiry label a {
    color: rgb(184,190,214);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.web_contact .web_query_inquiry label a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(184,190,214);
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.web_contact .web_query_inquiry label a:hover {
    color: rgb(150,156,188);
}

.web_contact .web_query_inquiry label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(150,156,188);
}

.web_contact .web_reach_request {
    position: relative;
    padding: 16px 40px;
    background: rgb(184,190,214);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.web_contact .web_reach_request::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(184,190,214), rgb(150,156,188));
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.web_contact .web_reach_request:hover::before {
    opacity: 1;
}

.web_contact .web_reach_request::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50%;
    left: -10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.5s ease;
    z-index: -1;
}

.web_contact .web_reach_request:hover::after {
    transform: scale(4);
    opacity: 0;
}

.web_contact svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: rgb(184,190,214);
    stroke-width: 2;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(184,190,214), 0.3));
}

.web_contact svg path {
    stroke: rgb(184,190,214);
    stroke-width: 2;
    transition: all 0.3s ease;
}

.web_contact svg:hover,
.web_contact svg:hover path {
    stroke: rgb(150,156,188);
    transform: translateY(-2px);
}

.web_contact form input {
    border: 1px solid rgb(184,190,214);
}

@media (max-width: 1024px) {
    .web_contact {
        padding: 80px 0;
    }
    
    .web_contact .web_message_query {
        margin-top: 50px;
    }
    
    .web_contact .web_img_shadow {
        min-height: 450px;
    }
    
    .web_contact .web_query_panel {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .web_contact {
        padding: 60px 0;
    }
    
    .web_contact .web_message_query {
        flex-direction: column;
        margin-top: 40px;
    }
    
    .web_contact .web_img_shadow {
        width: 100%;
        min-height: 300px;
    }
    
    .web_contact .web_query_panel {
        width: 100%;
        padding: 40px 30px;
    }
    
    .web_contact form h3 {
        margin-bottom: 30px;
    }
    
    .web_contact form input[type="text"] {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    
    .web_contact .web_query_inquiry {
        margin-bottom: 25px;
    }
    
    .web_contact .web_reach_request {
        padding: 14px 30px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .web_contact {
        padding: 50px 0;
    }
    
    .web_contact h2 {
        font-size: calc(29px * 0.85);
    }
    
    .web_contact .web_message_query {
        margin-top: 30px;
        border-radius: 12px;
    }
    
    .web_contact .web_img_shadow {
        min-height: 220px;
    }
    
    .web_contact .web_query_panel {
        padding: 30px 20px;
    }
    
    .web_contact form h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 25px;
    }
    
    .web_contact form input[type="text"] {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
    
    .web_contact .web_query_inquiry {
        margin-bottom: 20px;
    }
    
    .web_contact .web_query_inquiry label {
        font-size: calc(15px * 0.9);
    }
    
    .web_contact .web_reach_request {
        padding: 12px 20px;
    }
}.web_our_team {
    position: relative;
    background-color: rgb(218,237,237);
    padding: 100px 0;
    overflow: hidden;
}

.web_our_team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgb(218,237,237) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    background-size: 20px 100%, 20px 100%, 20px 100%;
    opacity: 0.05;
    z-index: 1;
}

.web_our_team::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(0deg, rgb(218,237,237) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    background-size: 100% 20px, 100% 20px, 100% 20px;
    opacity: 0.05;
    z-index: 1;
}

.web_our_team .container {
    position: relative;
    z-index: 5;
}

.web_our_team h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.web_our_team h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: rgb(184,190,214);
}

.web_our_team .web_pro_sessions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.web_our_team .web_master_classes {
    background-color: #ffffff;
    border-radius: 27px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid transparent;
    overflow: hidden;
}

.web_our_team .web_master_classes:first-child {
    border-top-color: rgb(184,190,214);
}

.web_our_team .web_master_classes:last-child {
    border-top-color: rgb(150,156,188);
}

.web_our_team .web_master_classes:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.web_our_team .web_master_classes h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.web_our_team .web_master_classes:first-child h3 {
    color: rgb(184,190,214);
}

.web_our_team .web_master_classes:last-child h3 {
    color: rgb(150,156,188);
}

.web_our_team .web_master_classes h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.web_our_team .web_master_classes:hover h3::after {
    width: 100%;
}

.web_our_team .web_master_classes p {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

.web_our_team .web_master_classes::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(184,190,214);
    border-left: 2px solid rgb(184,190,214);
    opacity: 0;
    transition: all 0.3s ease;
}

.web_our_team .web_master_classes::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid rgb(184,190,214);
    border-right: 2px solid rgb(184,190,214);
    opacity: 0;
    transition: all 0.3s ease;
}

.web_our_team .web_master_classes:last-child::before,
.web_our_team .web_master_classes:last-child::after {
    border-color: rgb(150,156,188);
}

.web_our_team .web_master_classes:hover::before,
.web_our_team .web_master_classes:hover::after {
    width: 25px;
    height: 25px;
    opacity: 1;
}

.web_our_team .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    border: 15px solid rgb(184,190,214,0.5);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

.web_our_team .container::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 140px;
    height: 140px;
    border: 15px solid rgb(150,156,188,0.5);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .web_our_team {
        padding: 80px 0;
    }
    
    .web_our_team .web_pro_sessions {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .web_our_team h2 {
        margin-bottom: 40px;
    }
    
    .web_our_team .container::before {
        top: -30px;
        left: -30px;
        width: 60px;
        height: 60px;
        border-width: 10px;
    }
    
    .web_our_team .container::after {
        bottom: -50px;
        right: -50px;
        width: 100px;
        height: 100px;
        border-width: 10px;
    }
}

@media screen and (max-width: 768px) {
    .web_our_team {
        padding: 60px 0;
    }
    
    .web_our_team h2 {
        font-size: calc(29px * 0.9);
    }
    
    .web_our_team .web_master_classes {
        padding: 30px;
    }
    
    .web_our_team .web_master_classes h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .web_our_team {
        padding: 50px 0;
    }
    
    .web_our_team h2 {
        font-size: calc(29px * 0.8);
        margin-bottom: 30px;
    }
    
    .web_our_team h2::before {
        width: 40px;
    }
    
    .web_our_team .web_master_classes {
        padding: 25px;
    }
    
    .web_our_team .web_master_classes h3 {
        font-size: calc(21px * 0.85);
        margin-bottom: 12px;
    }
    
    .web_our_team .web_master_classes p {
        font-size: calc(13px * 0.9);
        line-height: 1.6;
    }
    
    .web_our_team .web_master_classes:hover::before,
    .web_our_team .web_master_classes:hover::after {
        width: 20px;
        height: 20px;
    }
    
    .web_our_team .container::before,
    .web_our_team .container::after {
        display: none;
    }
}.web_study_method {
    padding: 120px 0;
    background: rgb(150,156,188);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.web_study_method::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: rgb(184,190,214,0.5);
    transform: translateX(-50%) rotate(15deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.web_study_method:hover::before {
    transform: translateX(-50%) rotate(25deg);
}

.web_study_method .container {
    position: relative;
    z-index: 1;
}

.web_study_method .web_pro_classes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    text-align: center;
    animation: fadeInUp 1s ease-in-out;
}

.web_study_method h2 {
    margin-bottom: 30px;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.web_study_method p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 0.5s forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 800px) {
    .web_study_method {
        padding: 60px 20px;
    }

    .web_study_method .web_pro_classes {
        width: 90%;
    }

    .web_study_method h2 {
        font-size: 19px;
    }

    .web_study_method p {
        font-size: 12px;
    }
}

.web_panel-container .web_study_method .web_pro_classes {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    animation: none;
}

.web_panel-container .web_study_method h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.web_panel-container .web_study_method p {
    text-align: left;
    font-size: 12px;
    opacity: 1;
    animation: none;
}

@media only screen and (max-width: 800px) {
    .web_panel-container .web_study_method {
        padding: 20px 10px;
    }

    .web_panel-container .web_study_method .web_pro_classes {
        width: 100%;
        padding: 20px 10px;
    }

    .web_panel-container .web_study_method h2 {
        font-size: 33px;
    }
}
.web_future_students {
    position: relative;
    padding: 180px 0;
    background: #ffffff;
    overflow: hidden;
}

.web_future_students::before {
    content: '';
    position: absolute;
    right: -20%;
    top: -20%;
    width: 60%;
    height: 140%;
    background: rgb(218,237,237);
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.web_future_students::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(184,190,214,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(150,156,188,0.5) 0%, transparent 50%);
    opacity: 0.15;
}

.web_future_students .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.web_future_students .web_lessons_audience {
    grid-column: 8 / -1;
    grid-row: 1 / span 2;
    position: relative;
    aspect-ratio: 1;
    border-radius: 21px;
    transform: perspective(1000px) rotateY(-15deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.web_future_students .web_lessons_audience:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.2),
        10px 10px 20px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.web_future_students .web_lessons_audience::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        rgb(184,190,214) 0%, 
        transparent 40%,
        transparent 60%,
        rgb(150,156,188) 100%
    );
    border-radius: inherit;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.web_future_students .web_lessons_audience::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 30%,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-radius: inherit;
    mix-blend-mode: multiply;
}

.web_future_students .web_lessons_audience:hover::before {
    opacity: 0.5;
}

.web_future_students .web_study_suit {
    grid-column: 1 / 8;
    padding: 60px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(218,237,237);
    backdrop-filter: blur(10px);
}

.web_future_students .web_study_suit h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
}

.web_future_students .web_study_suit h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: rgb(184,190,214);
    margin-left: 20px;
}

.web_future_students .web_edu_for {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.web_future_students .web_edu_for div {
    position: relative;
    padding: 30px;
    background: rgb(218,237,237);
    border-radius: 21px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.web_future_students .web_edu_for div:first-child {
    transform: translateY(-20px);
}

.web_future_students .web_edu_for div:last-child {
    transform: translateY(20px);
}

.web_future_students .web_edu_for div:hover {
    transform: translateY(0);
    background: rgb(184,190,214,0.5);
}

.web_future_students .web_edu_for div svg {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: rgb(184,190,214);
    border-radius: 10px;
    fill: #ffffff;
    transform: rotate(-15deg);
    transition: transform 0.3s ease;
}

.web_future_students .web_edu_for div:hover svg {
    transform: rotate(0deg);
}

@media (max-width: 1200px) {
    .web_future_students {
        padding: 120px 0;
    }

    .web_future_students .container {
        grid-template-columns: 1fr;
        max-width: 800px;
        margin: 0 auto;
    }

    .web_future_students .web_lessons_audience {
        grid-column: 1 / -1;
        grid-row: 1;
        transform: perspective(1000px) rotateY(0);
        max-width: 100%;
        height: 400px;
        margin: 0 auto;
    }

    .web_future_students .web_lessons_audience:hover {
        transform: perspective(1000px) rotateY(0) translateY(-10px);
    }

    .web_future_students .web_study_suit {
        grid-column: 1 / -1;
        grid-row: 2;
        padding: 40px;
        margin-top: -60px;
    }

    .web_future_students .web_edu_for div:first-child,
    .web_future_students .web_edu_for div:last-child {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .web_future_students {
        padding: 80px 0;
    }

    .web_future_students::before {
        right: -50%;
        width: 100%;
    }

    .web_future_students .web_study_suit {
        margin-top: -40px;
    }

    .web_future_students .web_edu_for {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .web_future_students .web_study_suit h2 {
        font-size: calc(34px * 0.9);
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .web_future_students .web_study_suit h2::after {
        margin-left: 0;
        width: 60px;
    }
}

@media (max-width: 480px) {
    .web_future_students {
        padding: 60px 0;
    }

    .web_future_students .web_study_suit {
        padding: 30px 20px;
    }

    .web_future_students .web_edu_for div {
        padding: 25px 20px;
        font-size: calc(16px * 0.95);
    }

    .web_future_students .web_edu_for div svg {
        width: 32px;
        height: 32px;
        padding: 6px;
    }
}.web_newsletter_signup {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.web_newsletter_signup .web_pro_classes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.web_newsletter_signup input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(150,156,188,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.web_newsletter_signup h2 {
    margin-bottom: 20px;
    text-align: center;
}

.web_newsletter_signup .web_reach_request {
    background: rgb(150,156,188);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.web_newsletter_signup .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .web_newsletter_signup .web_pro_classes {
        flex-direction: column;
    }

    .web_newsletter_signup {
        padding: 30px 20px;
    }

    .web_newsletter_signup input {
        min-width: unset;
    }

    .web_newsletter_signup .web_reach_request {
        flex-shrink: unset;
    }

    .web_newsletter_signup .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .web_newsletter_signup input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .web_panel-container .web_newsletter_signup .web_pro_classes h2 {
        font-size: 20px;
    }
}

.web_panel-container .web_newsletter_signup {
    padding: 120px 0;
    background: rgb(218,237,237);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.web_panel-container .web_newsletter_signup::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: radial-gradient(circle, rgb(184,190,214,0.5) 0%, transparent 70%);
    opacity: 0.5;
    transform: scale(1.2);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.web_panel-container .web_newsletter_signup .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.web_panel-container .web_newsletter_signup h2 {
    font-size: 47px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.web_panel-container .web_newsletter_signup .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.web_panel-container .web_newsletter_signup input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    width: 60%;
    max-width: 450px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.web_panel-container .web_newsletter_signup input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(184,190,214,0.5);
}

.web_panel-container .web_newsletter_signup .web_reach_request {
    padding: 20px 50px;
    border-radius: 20px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.web_panel-container .web_newsletter_signup .web_reach_request:hover {
    background: rgb(184,190,214);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(184,190,214,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .web_panel-container .web_newsletter_signup {
        padding: 80px 20px;
    }

    .web_panel-container .web_newsletter_signup h2 {
        font-size: 30px;
    }

    .web_panel-container .web_newsletter_signup .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .web_panel-container .web_newsletter_signup input[type="email"] {
        width: 100%;
    }

    .web_panel-container .web_newsletter_signup .web_reach_request {
        width: 100%;
    }
}footer {
    background: rgb(150,156,188);
    color: #ffffff;
}

footer .web_law_res {
    background: rgb(184,190,214);
}

footer .web_first_section svg, footer .web_first_section svg path {
    fill: rgb(184,190,214);
}

footer h5 {
    color: rgb(184,190,214);
}

footer .web_top_master a {
    color: #ffffff;
}

footer .web_edu_links {
    color: #ffffff;
}

footer .web_edu_links a {
    color: #ffffff;
    text-decoration: underline;
}

footer .web_message_widget div svg, footer .web_message_widget div svg path {
    fill: #ffffff;
}

footer .web_message_widget div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .web_law_res {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .web_career_help {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .web_first_section svg, footer .web_first_section img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 19px;
    margin-bottom: 16px;

}

footer .web_message_widget {
    display: flex;
    flex-direction: column;
}

footer .web_message_widget div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .web_message_widget div img, footer .web_message_widget div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .web_first_class {
    display: flex;
    flex-direction: column;
}

footer .web_top_master a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .web_law_res {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    footer .web_career_help {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .web_top_master, footer .web_first_class, footer .web_career_help {
        flex-direction: column;
    }

    footer .web_message_widget {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.web_panel-container footer .web_first_class {
    flex-direction: row;
}

.web_panel-container footer .footer {
    padding: 0;
    padding-top: 40px;
}

.web_panel-container footer {
    padding-top: 32px;
    padding-bottom: 48px;
}

.web_panel-container footer .web_top_master {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    min-width: unset;
}

.web_panel-container footer .web_top_master a {
    padding-bottom: 24px;
    border-bottom: 4px solid rgb(150,156,188);
    margin: 0 16px;
}

.web_panel-container footer .web_top_master a:hover {
    border-color: #ffffff;
}

.web_panel-container footer .web_law_res {
    background: rgb(150,156,188);
    padding: 10px 0;
}

.web_panel-container footer .web_first_section svg, .web_panel-container footer .web_first_section img {
    margin: 0;
    height: 90px;
    width: 90px;
}

@media only screen and (max-width: 800px) {
    .web_panel-container footer .web_career_help {
        align-items: center;
    }

    .web_panel-container footer .web_first_section svg, .web_panel-container footer .web_first_section img {
        margin-bottom: 20px;
        height: 70px;
        width: 70px;
    }

    .web_panel-container footer .web_edu_links {
        text-align: center;
    }

    .web_panel-container footer {
        padding: 30px 0;
    }

    .web_panel-container footer .footer {
        padding: 0;
    }
}.web_ty_page {
    background-color: rgb(184,190,214,0.5);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.web_ty_page .container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 15px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 0 15px rgb(184,190,214,0.5);
    border: 1px solid rgb(184,190,214,0.5);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.web_ty_page h2 {
    font-family: Roboto, sans-serif;
    font-size: 29px;
    color: rgb(184,190,214);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
}
.web_ty_page h2::before,
.web_ty_page h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: rgb(184,190,214);
    top: 50%;
    transform: translateY(-50%);
}
.web_ty_page h2::before {
    left: -120px;
}
.web_ty_page h2::after {
    right: -120px;
}
.web_ty_page p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.web_ty_page .neon-box {
    background-color: rgb(184,190,214,0.5);
    border: 2px solid rgb(184,190,214);
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(184,190,214);
}
.web_ty_page .neon-box::before,
.web_ty_page .neon-box::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgb(184,190,214);
}
.web_ty_page .neon-box::before {
    width: 15px;
    height: 15px;
    top: -7.5px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(184,190,214);
}
.web_ty_page .neon-box::after {
    width: 15px;
    height: 15px;
    bottom: -7.5px;
    right: 50%;
    transform: translateX(50%);
    box-shadow: 0 0 10px rgb(184,190,214);
}
@media only screen and (max-width: 800px) {
    .web_ty_page {
        padding: 50px 10px;
    }
    .web_ty_page .container {
        padding: 30px;
    }
    .web_ty_page h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .web_ty_page p {
        font-size: 16px;
    }
    .web_ty_page .neon-box {
        padding: 15px;
        margin-top: 30px;
    }
    .web_ty_page h2::before,
    .web_ty_page h2::after {
        width: 60px;
    }
    .web_ty_page .neon-box::before,
    .web_ty_page .neon-box::after {
        width: 10px;
        height: 10px;
    }
}
.web_service_info {
  position: relative;
  background-color: rgb(218,237,237);
  padding: 80px 0;
  overflow: hidden;
  perspective: 1000px;
}

.web_service_info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 
    linear-gradient(120deg, rgb(184,190,214,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(150,156,188,0.5) 0%, transparent 30%);
  transform: rotateX(10deg);
  transform-origin: top;
  z-index: 0;
}

.web_service_info .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}

.web_service_info .web_submit_request {
  position: relative;
  transform-style: preserve-3d;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, rgb(218,237,237) 100%);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 45px;
  transform: rotateY(-3deg);
  transition: transform 0.5s ease;
}

.web_service_info .web_submit_request:hover {
  transform: rotateY(0deg);
}

.web_service_info h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  transform: translateZ(30px);
  text-shadow: 2px 2px 0 rgb(184,190,214,0.5);
}

.web_service_info h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 6px;
  background: rgb(184,190,214);
  transform: skewX(-20deg);
}

.web_service_info p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.7;
  position: relative;
  transform: translateZ(20px);
}

.web_service_info .web_connect_today {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  transform: translateZ(40px);
  margin-top: 40px;
}

.web_service_info .web_contact_now {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  padding: 15px 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 
    5px 5px 0 rgb(184,190,214),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  transform: translateZ(0) translateX(0) translateY(0);
}

.web_service_info .web_contact_now:hover {
  transform: translateZ(5px) translateX(-5px) translateY(-5px);
  box-shadow: 
    10px 10px 0 rgb(184,190,214),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.web_service_info .web_contact_now:active {
  transform: translateZ(0) translateX(0) translateY(0);
  box-shadow: 
    5px 5px 0 rgb(184,190,214),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.web_service_info .web_contact_now svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transform: translateZ(5px);
  transition: transform 0.3s ease;
}

.web_service_info .web_contact_now:hover svg {
  transform: translateZ(10px) scale(1.1);
}

.web_service_info .web_contact_now svg path {
  fill: rgb(184,190,214);
  transition: fill 0.3s ease;
}

.web_service_info .web_contact_now:hover svg path {
  fill: rgb(150,156,188);
}

.web_service_info p svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  transform: translateZ(5px);
}

.web_service_info p svg path {
  fill: rgb(184,190,214);
}

.web_service_info p:nth-last-child(2) {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 
    3px 3px 0 rgb(184,190,214,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  transform: translateZ(20px) translateX(0) translateY(0);
  transition: all 0.3s ease;
}

.web_service_info p:nth-last-child(2):hover {
  transform: translateZ(25px) translateX(-3px) translateY(-3px);
  box-shadow: 
    6px 6px 0 rgb(184,190,214,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.web_service_info .web_submit_request::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgb(184,190,214,0.5);
  border-radius: 50%;
  top: -100px;
  right: -50px;
  filter: blur(60px);
  opacity: 0.3;
  z-index: -1;
  transform: translateZ(-100px);
}

.web_service_info .web_submit_request::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  width: 100px;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(20px);
  border-radius: 50%;
  transform: rotateX(60deg) scaleX(1.5);
  z-index: -1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {
  .web_service_info {
    padding: 60px 0;
  }
  
  .web_service_info .web_submit_request {
    padding: 35px;
    transform: rotateY(-2deg);
  }
  
  .web_service_info h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
  }
  
  .web_service_info .web_connect_today {
    gap: 15px;
    margin-top: 30px;
  }
  
  .web_service_info .web_contact_now {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .web_service_info {
    padding: 50px 0;
    perspective: none;
  }
  
  .web_service_info .web_submit_request {
    padding: 30px 20px;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .web_service_info h2,
  .web_service_info p,
  .web_service_info .web_connect_today,
  .web_service_info .web_contact_now,
  .web_service_info .web_contact_now svg,
  .web_service_info p:nth-last-child(2) {
    transform: none !important;
  }
  
  .web_service_info h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 rgb(184,190,214,0.5);
  }
  
  .web_service_info h2::after {
    height: 4px;
    width: 60px;
  }
  
  .web_service_info p {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
  }
  
  .web_service_info .web_connect_today {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }
  
  .web_service_info .web_contact_now {
    width: 100%;
    box-shadow: 3px 3px 0 rgb(184,190,214);
  }
  
  .web_service_info .web_contact_now:hover {
    transform: translateX(-3px) translateY(-3px);
    box-shadow: 6px 6px 0 rgb(184,190,214);
  }
  
  .web_service_info .web_contact_now svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .web_service_info .web_submit_request::before,
  .web_service_info .web_submit_request::after {
    display: none;
  }
}

.web_service_info .web_submit_request::before {
  animation: float 8s ease-in-out infinite;
}

.web_service_info .web_contact_now:nth-child(1) {
  transition-delay: 0.1s;
}

.web_service_info .web_contact_now:nth-child(2) {
  transition-delay: 0.2s;
}

.web_service_info .web_contact_now:nth-child(3) {
  transition-delay: 0.3s;
}.web_confidential_armory {
    background-color: rgb(218,237,237);
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
}
.web_confidential_armory h1 {
    color: rgb(184,190,214);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.web_confidential_armory h2 {
    color: rgb(150,156,188);
    font-size: 31px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}
.web_confidential_armory h3, .web_confidential_armory h4, .web_confidential_armory h5, .web_confidential_armory h6 {
    color: rgb(184,190,214);
    font-weight: 400;
    margin: 1rem 0;
}
.web_confidential_armory ul {
    list-style-type: disc;
    margin-left: 20px;
}
.web_confidential_armory ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.web_confidential_armory li {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.web_confidential_armory section {
    margin-top: 20px;
    margin-bottom: 20px;
}
.web_confidential_armory p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.web_confidential_armory span {
    color: rgb(150,156,188);
    font-weight: 600;
}
.web_confidential_armory div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .web_confidential_armory {
        padding: 20px 10px;
    }
    .web_confidential_armory h1 {
        font-size: calc(24px - 5px);
    }
    .web_confidential_armory h2 {
        font-size: calc(24px - 5px);
    }
    .web_confidential_armory p, .web_confidential_armory li {
        font-size: calc(18px - 2px);
    }
}
