html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

header,footer {
    width: 100%;
}

header {
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(135,170,191,0.5) 0%,
        #000000 100%);
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

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



.expour_team .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.expour_team h2::after {
    content: "";
    transform-origin: left;
    width: 80px;
    background: rgb(135,170,191);
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    bottom: -12px;
    height: 3px;
    position: absolute;
}

.expour_team .exptext_container p::before {
    background-color: rgb(135,170,191);
    left: -20px;
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    width: 10px;
}

.expthxCard::before {
    top: -50%;
    width: 200%;
    content: "";
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    opacity: 0.2;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgb(135,170,191,0.5) 0%, transparent 70%);
}

.expthxCard .expmethod_innov {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    gap: 2.5rem;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    padding: 3rem;
    flex-direction: column;
}

.expthxCard .expmethod_innov > div:last-child {
    position: relative;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
    transform: translateY(2rem);
}

.expthxCard p {
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    font-size: 17px;
    z-index: 1;
    color: #000000;
    margin: 0;
    position: relative;
}

.expthxCard a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.expthxCard a:hover::before {
    opacity: 0.15;
}

.expthxCard a:hover p {
    transform: translateY(-3px);
    color: #000000;
}

.expthxCard a:hover::after {
    transform: scaleX(1);
}

.expsecure_citadel {
    width: 100%;
    padding: 40px;
    height: auto;
}

.expsecure_citadel h2 {
    margin-bottom: 15px;
    text-align: left;
    color: rgb(108,137,160);
    margin-top: 0;
    padding-left: 10px;
    text-shadow: 0 0 5px rgb(108,137,160);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 36px;
    border-left: 4px solid rgb(135,170,191);
}

.expsecure_citadel p, .expsecure_citadel span {
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(108,137,160);
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
}

.expreach_outZun {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(164,206,222) 0%, rgba(9, 19, 32, 0.9) 100%);
}

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

.expreach_outZun h2 {
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.expreach_outZun .expinquiry_help::before {
    background: linear-gradient(to bottom right, rgb(135,170,191,0.5), transparent);
    opacity: 0.03;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    content: "";
    position: absolute;
}

.expreach_outZun .expreach_panel {
    flex: 1;
    position: relative;
    padding: 50px;
}

.expreach_outZun .expreach_panel::after {
    border-bottom: 2px solid rgb(135,170,191,0.5);
    left: 20px;
    width: 50px;
    border-left: 2px solid rgb(135,170,191,0.5);
    position: absolute;
    height: 50px;
    bottom: 20px;
    content: "";
    opacity: 0.7;
}

.expreach_outZun form input[type="text"] {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
}

.expreach_outZun .exprequest_block label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.expreach_outZun .exprequest_block input[type="checkbox"]:checked + label::after {
    top: 11px;
    border-bottom: 2px solid #ffffff;
    left: 7px;
    content: "";
    position: absolute;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    height: 4px;
    width: 8px;
}

.expreach_outZun form .exprequest_info:hover::before {
    left: 0;
}

.expreach_outZun form .exprequest_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.expreach_outZun svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(135,170,191);
}

.expcourse_instructor::after {
    z-index: 0;
    left: -5%;
    content: "";
    filter: blur(15px);
    position: absolute;
    height: 25%;
    transform: rotate(15deg) translateZ(0);
    width: 25%;
    bottom: -5%;
    background: rgb(135,170,191,0.5);
}

.expcourse_instructor .explearner_stories:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}

.expcourse_instructor .explearner_stories:hover .exppic_box {
    transform: scale(1);
}

.expcourse_instructor .explearner_stories > div:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    gap: 0.5rem;
}

.expcourse_instructor .name::after {
    background: rgb(135,170,191);
    content: "";
    transition: width 0.4s ease-out;
    height: 2px;
    bottom: -5px;
    width: 0;
    position: absolute;
    left: 0;
}

.expcourse_instructor .explearner_stories > div:nth-child(3) {
    position: relative;
}

.expcourse_instructor .expemployee_history::before {
    top: -0.5rem;
    font-size: 5rem;
    opacity: 0.2;
    left: 0.5rem;
    color: rgb(135,170,191,0.5);
    line-height: 1;
    content: "";
    font-family: serif;
    position: absolute;
}

.exppodcast_cta .company_holder {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
}

.exppodcast_cta .company_holder h3::after {
    width: 100%;
    height: 2px;
    background: rgb(135,170,191);
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
}

.exppodcast_cta .exptop_sitewrap h5 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.exppodcast_cta .exptop_sitewrap h5,
.exppodcast_cta .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.exppodcast_cta .exptop_sitewrap .expmain_learn a:hover {
    color: rgb(135,170,191);
    transform: translateX(5px);
    opacity: 1;
}

.expcompliance {
    padding: 25px 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    position: relative;
}

.exppodcast_cta .container::before {
    width: 100%;
    background: 
    linear-gradient(to right, rgb(135,170,191,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(135,170,191,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.05;
}

.exppodcast_cta .expmain_learn::after {
    width: 100%;
    content: "";
    bottom: -15px;
    opacity: 0.2;
    background: rgb(108,137,160,0.5);
    position: absolute;
    left: 0;
    height: 1px;
}

.exppanelTrackingNotice {
    bottom: 0;
    justify-content: center;
    display: flex;
    position: fixed;
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    border-top: 3px solid rgb(135,170,191);
    background: rgb(164,206,222);
    padding: 20px 0;
}

.expprivacy_notify {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}

.expprivacy_notify h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color: rgb(135,170,191);
    margin-bottom: 10px;
}

.cookie_button.expprivacy_learn {
    margin-right: 10px;
}


.expcontact {
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,206,222) 50%, rgba(rgb(135,170,191,0.5), 0.05) 100%);
}

.expcontact h1 {
    animation: slideIn 0.8s forwards ease-out;
    color: rgb(135,170,191);
    font-size: 39px;
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    text-align: left;
    z-index: 2;
    margin-bottom: 3rem;
    opacity: 0;
}

.expcontact .expassist_team {
    transform: translateY(20px);
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    opacity: 0;
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2.5rem;
    display: grid;
    padding: 2.5rem;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.expcontact h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.expcontact .exphelp_request > div {
    transition: transform 0.3s ease;
}

.expcontact .expwrite_experts:hover {
    color: rgb(135,170,191);
}

.expcontact .expwrite_experts:hover svg {
    transform: scale(1);
}

.expcontact svg path {
    transition: fill 0.3s ease;
}

.expcontact .expwrite_experts:hover svg path {
    fill: rgb(135,170,191);
}

.expexperience_trial::after {
    z-index: 0;
    position: absolute;
    height: 200px;
    right: -50px;
    filter: blur(40px);
    background: rgb(135,170,191);
    bottom: -50px;
    border-radius: 50%;
    opacity: 0.2;
    content: "";
    width: 200px;
}

.expexperience_trial div:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.expexperience_trial span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.expexperience_trial .exprequest_info::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
}

.expexperience_trial .exprequest_info span {
    transition: transform 0.3s ease;
    z-index: 3;
    position: relative;
}

.expexperience_trial .exprequest_info:hover {
    transform: translateY(-5px) translateZ(30px);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2),
                0 10px 25px -5px rgba(0, 0, 0, 0.15);
}

.exptitle_section {
    perspective: 1000px;
    align-items: center;
    position: relative;
    background-color: rgb(164,206,222);
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.exptitle_section .expedu_front::after {
    bottom: -10px;
    transform: scaleX(0);
    content: '';
    width: 80%;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    animation: lineReveal 1.2s 0.5s ease forwards;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
}

.exptitle_section .expcourse_welcome:hover {
    transform: translateY(10px) translateZ(0);
}

.exptitle_section .expcourse_welcome > div {
    color: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 3rem;
    gap: 2rem;
    z-index: 2;
}

.exptitle_section .expcourse_welcome h3 {
    padding: 1.5rem;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.15);
    border-left: 4px solid rgb(108,137,160);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    line-height: 1.5;
}

.explearning_profits h5 {
    color: #000000;
    transform: translateY(0);
    opacity: 1;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    max-width: 800px;
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    margin-left: auto;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    margin-right: auto;
}

.explearning_profits .expmethod_innov {
    display: flex;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(135,170,191,0.5), 0.1);
    gap: 3rem;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    flex-direction: column;
}

.explearning_profits li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 3rem;
}

.explearning_profits li p svg {
    position: absolute;
    left: -2.8rem;
    width: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 0.1rem;
    height: 22px;
}

.explearning_profits li:nth-child(odd) {
    transform: translateX(0);
}

.explearning_profits li:nth-child(even):hover {
    transform: translateX(5px);
}

header .container {
    padding: 0;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

header .expheader_main {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

header .expmain_skill {
    justify-content: center;
    margin: 1rem 0 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
    text-decoration: none;
    z-index: 3;
}

header .expmain_skill svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(135,170,191,0.5));
    transition: all 0.4s ease;
}

header .expmain_skill:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(108,137,160));
}

header .exptop_sitewrap::before {
    left: 0;
    width: 100%;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 3;
}

header .exphead_section::after {
    bottom: 0;
    transition: all 0.3s ease;
    width: 0%;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    background: rgb(108,137,160);
    position: absolute;
}

.exppricing_grid_item {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}

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

.exppricing_grid_item h2::after {
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    bottom: -15px;
    content: "";
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    box-shadow: 0 2px 10px rgba(rgb(135,170,191,0.5), 0.5);
}

.exppricing_grid_item .expcost_levels li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}

.exppricing_grid_item .expclass_cost::before {
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    transform: translateZ(10px);
    background: linear-gradient(90deg, 
        rgb(135,170,191), 
        rgb(108,137,160) 50%, 
        rgb(135,170,191));
}

.exppricing_grid_item .expprice_panel:hover .expclass_cost::after {
    opacity: 1;
}

.exppricing_grid_item .explesson_plans {
    z-index: 1;
    position: relative;
    padding: 30px 25px;
    transform-style: preserve-3d;
}

.exppricing_grid_item .expprice_panel:hover .explesson_plans h4 {
    transform: translateZ(25px);
    color: rgb(108,137,160);
}

.exppricing_grid_item .exppay_plans {
    display: block;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(rgba(rgb(135,170,191,0.5), 0.2), rgba(rgb(135,170,191,0.5), 0.4));
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(108,137,160);
    text-align: center;
    transition: all 0.3s ease;
    transform: translateZ(25px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-weight: 700;
    font-size: calc(24px * 1.3);
    padding: 10px 15px;
}

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

.expprogram_details h2::after {
    content: "";
    height: 4px;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
}

.expprogram_details .exppic_box::after {
    transform: rotate(45deg);
    height: 300%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 2;
    width: 300%;
    position: absolute;
    top: -100%;
    content: "";
    animation: shimmer 6s infinite linear;
    left: -100%;
}

.expprogram_details .description:nth-of-type(2) {
    position: relative;
    border-right: 3px solid rgb(108,137,160);
    padding-right: 1.25rem;
}

::-webkit-scrollbar {
    width: 1.2vw;
}

::-webkit-scrollbar-button {
    width: 7px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(circle at top left, #ffffff 88%, rgb(255, 255, 255, 0.5) 81%, rgb(108,137,160) 11%, rgb(108,137,160,0.5) 26%, rgb(135,170,191) 19%, rgb(164,206,222) 14%);
    border-radius: 11%;
}

::-webkit-scrollbar-thumb {
    border-radius: 6%;
    transition: background, border-radius 3.7s ease-in-out;
    background: rgb(164,206,222);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: rgb(164,206,222);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(164,206,222);
}

header .exptop_sitewrap::-webkit-scrollbar {
    display: none;
}

.exppricing_grid_item .explesson_plans p::-webkit-scrollbar {
    width: 3px;
}

.exppricing_grid_item .explesson_plans p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(108,137,160,0.5), 0.6);
}

.exppricing_grid_item .explesson_plans p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}



@media (hover: none) {.expthxCard .expmethod_innov:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.expthxCard a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.expthxCard a:hover p {
    transform: none;
}}



@media screen and (max-width: 767px) {.expreach_outZun {
    padding: 60px 0;
}.expreach_outZun h2 {
    margin-bottom: 40px;
}.expreach_outZun .exppic_box {
    min-height: 200px;
}.expreach_outZun .expreach_panel {
    padding: 30px 20px;
}.expreach_outZun form .exprequest_info {
    text-align: center;
    width: 100%;
}
}



@media (min-width: 1024px) {.expcourse_instructor {
    padding: 10rem 4rem;
}.expcourse_instructor .explearner_stories {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.expcourse_instructor .name {
    font-size: calc(24px + 2px);
}.expcourse_instructor .explearner_stories > div:nth-child(2) > div {
    font-size: 16px;
}.expcourse_instructor .expemployee_history {
    line-height: 1.8;
}.expcourse_instructor .explearner_stories::after {
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(135,170,191,0.5) 50%);
    top: 0;
    width: 150px;
    height: 150px;
    transition: opacity 0.3s ease;
    right: 0;
    position: absolute;
    opacity: 0.1;
}.expcourse_instructor .explearner_stories:hover::after {
    opacity: 0.2;
}
}


@media only screen and (max-width: 1200px) {.expcookie_expand {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.expweb_tracking {
    margin-right: 0;
    margin-bottom: 20px;
}.expconsent_track {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}



@media (max-width: 767px) {.expcontact {
    padding: 4rem 1.5rem;
}.expcontact h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2.5rem;
}.expcontact .expassist_team {
    padding: 2rem;
}.expcontact .expassist_team > div:first-child {
    margin-bottom: 1rem;
}.expcontact .exphelp_request {
    gap: 1rem;
}
}



@media (min-width: 992px) {.expexperience_trial {
    padding: 6rem 4rem;
}.expexperience_trial .container {
    gap: 4rem;
}.expexperience_trial h6 {
    max-width: 80%;
    font-size: 24px;
}.expexperience_trial .exprequest_info {
    padding: 1.25rem 3rem;
}
}



@media (hover: none) {.expexperience_trial .exprequest_info:hover {
    transform: none;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                    0 5px 15px -5px rgba(0, 0, 0, 0.1);
}.expexperience_trial .exprequest_info:hover::after {
    animation: none;
}.expexperience_trial .exprequest_info:hover span {
    transform: none;
}}



@media (max-width: 576px) {.exptitle_section {
    min-height: auto;
}.exptitle_section > div {
    padding: 1rem;
}.exptitle_section .expmentor_approach {
    margin-bottom: 1.5rem;
}.exptitle_section .expedu_front {
    font-size: calc(44px * 0.6);
    margin-bottom: 1rem;
}.exptitle_section .expedu_front::after {
    height: 2px;
}.exptitle_section .expcourse_welcome p {
    padding-left: 12px;
    font-size: calc(14px * 0.95);
}.exptitle_section .expcourse_welcome p::before {
    width: 3px;
}.exptitle_section .expcourse_welcome h3 {
    font-size: calc(18px * 0.8);
    border-left-width: 3px;
    padding: 1rem;
}.exptitle_section .expcourse_welcome > div {
    gap: 1.2rem;
    padding: 1.2rem;
}}



@media (max-width: 767px) {.explearning_profits {
    padding: 5rem 0;
}.explearning_profits h5 {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    font-size: calc(20px - 0.1rem);
}.explearning_profits .expmethod_innov > div:first-child {
    height: 200px;
}.explearning_profits .exptext_container {
    padding: 1.5rem;
}.explearning_profits li {
    padding-left: 2.5rem;
}.explearning_profits li p svg {
    height: 20px;
    left: -2.5rem;
    width: 20px;
}}



@media (max-width: 1199px) {.exppricing_grid_item {
    padding: 100px 0;
}.exppricing_grid_item .expcost_levels {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}



@media (max-width: 767px) {.exppricing_grid_item {
    padding: 60px 0;
}.exppricing_grid_item h2 {
    font-size: calc(35px * 0.8);
}.exppricing_grid_item .expcost_levels {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.exppricing_grid_item .expcost_levels li {
    transform: perspective(800px) rotateX(3deg);
}.exppricing_grid_item .exppay_plans {
    font-size: calc(24px * 1.2);
}
}



@media (min-width: 992px) {.expprogram_details {
    padding: 9rem 0;
}.expprogram_details .container {
    padding: 0 3rem;
}.expprogram_details .exppic_box {
    height: 500px;
}.expprogram_details h2 {
    margin-bottom: 4rem;
}.expprogram_details .description {
    font-size: calc(13px + 0.1rem);
}
}



@media (max-width: 767px) {.expprogram_details {
    padding: 5rem 0;
}.expprogram_details h2 {
    font-size: calc(30px - 0.2rem);
    margin-bottom: 2rem;
}.expprogram_details .exppic_box {
    height: 280px;
}.expprogram_details .exptext_container {
    gap: 1rem;
}.expprogram_details .description {
    font-size: calc(13px - 0.1rem);
}
}



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}



@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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

