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

* {
    scrollbar-width: auto;
    scrollbar-color: #ffffff rgb(135,170,191,0.5);
}

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

.expmain_nav {
    flex: 1 0 auto;
}

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


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

.expour_team::after {
    content: "";
    width: 100%;
    z-index: 2;
    height: 200%;
    right: -50%;
    pointer-events: none;
    background: linear-gradient(135deg, 
        rgb(135,170,191,0.5) 0%,
        transparent 65%);
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
}



.expour_team .exptext_container {
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(108,137,160);
    background: rgba(255, 255, 255, 0.05);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    flex-direction: column;
    display: flex;
    padding: 40px;
}

.expour_team .exptext_container div div {
    font-size: 12px;
    column-count: 1;
    font-family: Arial, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    column-gap: 40px;
}

.expthxCard .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.expthxCard .expmethod_innov::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    left: -100%;
    content: "";
    position: absolute;
    pointer-events: none;
    animation: shimmer 4s infinite;
    top: 0;
    height: 100%;
}

.expthxCard .expmethod_innov:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

.expthxCard h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
}

.expthxCard a::before {
    opacity: 0;
    z-index: -1;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    inset: 0;
    background: linear-gradient(135deg, rgb(135,170,191,0.5) 0%, transparent 100%);
}

.expthxCard a::after {
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    background: linear-gradient(90deg, rgb(108,137,160) 0%, rgb(135,170,191) 100%);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    width: 100%;
    bottom: 0;
}

.expsecure_citadel ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.expsecure_citadel li {
    padding: 10px;
    text-shadow: 0 0 5px rgb(135,170,191);
    border: 1px solid rgb(135,170,191);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    line-height: 1.5;
    background: rgb(108,137,160,0.5);
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 13px;
}

.expreach_outZun::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,170,191,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(135,170,191,0.5) 11px
    );
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    pointer-events: none;
}

.expreach_outZun .expinquiry_help {
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.expreach_outZun .exppic_box::after {
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    position: absolute;
    content: "";
}

.expreach_outZun form {
    width: 100%;
}

.expreach_outZun form h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.expreach_outZun form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(135,170,191), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(135,170,191);
}

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

.expreach_outZun .exprequest_block label::before {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    content: "";
    left: 0;
    width: 22px;
    position: absolute;
    top: 2px;
}

.expreach_outZun .exprequest_block label a:hover {
    text-decoration: underline;
}

.expreach_outZun form .exprequest_info::before {
    left: -100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(108,137,160), rgb(135,170,191));
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
}

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

.expcourse_instructor {
    position: relative;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgb(135,170,191,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
}

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

.expcourse_instructor .explearner_stories > div:first-child {
    position: relative;
    overflow: hidden;
}

.expcourse_instructor .exppic_box {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    width: 100%;
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.expcourse_instructor .explearner_stories > div:nth-child(2)::before {
    content: "";
    top: 50%;
    width: 4px;
    transform: translateY(-50%);
    left: 0;
    height: 70%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
}

.expcourse_instructor .expemployee_history {
    line-height: 1.7;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(164,206,222), 0.05), rgba(rgb(164,206,222), 0.02));
    padding: 1.5rem;
    margin: 0;
    position: relative;
    border-left: 3px solid rgb(135,170,191,0.5);
    font-size: 16px;
}

.exppodcast_cta .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    position: relative;
}

.exppodcast_cta .company_holder h3 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 33px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.exppodcast_cta .expdonate_books {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
}

.exppodcast_cta .exptop_sitewrap h5::after {
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    background: rgb(108,137,160);
}

.exppodcast_cta .exptop_sitewrap .expmain_learn a::before {
    background: rgb(108,137,160);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    position: absolute;
    content: "";
    top: 50%;
    width: 6px;
    left: 0;
}

.expcompliance .expmusic_edu {
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
    text-align: center;
}

.expcompliance .expmusic_edu {
    display: inline-block;
    position: relative;
}

.exppodcast_cta .company_holder::before {
    opacity: 0.5;
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgb(135,170,191);
}

footer::after {
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    content: "";
    background: linear-gradient(to right,
    rgb(135,170,191),
    rgb(108,137,160),
    rgb(135,170,191));
    z-index: 2;
    height: 5px;
}

.expcompliance .expmusic_edu::after {
    width: 30px;
    right: -40px;
    opacity: 0.5;
    transform: translateY(-50%);
    background: rgb(135,170,191);
    height: 1px;
    content: "";
    top: 50%;
    position: absolute;
}

.expweb_tracking {
    flex-shrink: 0;
    margin-right: 20px;
}

.expweb_tracking svg {
    width: 50px;
    fill: rgb(135,170,191);
    height: 50px;
}

.expprivacy_notify p {
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}

.expprivacy_notify p a {
    color: rgb(135,170,191);
    text-decoration: underline;
}

#expbannerCookieNotice {
    display: none;
}

#expbannerCookieNotice:checked ~ .exppanelTrackingNotice {
    opacity: 0;
    visibility: hidden;
}

.expcontact::before {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(rgb(108,137,160,0.5), 0.03) 20px,
            rgba(rgb(108,137,160,0.5), 0.03) 40px
        );
}

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

.expcontact .expassist_team > div {
    position: relative;
    transition: transform 0.3s ease;
}

.expcontact .expassist_team > div:hover {
    transform: translateY(-5px);
}

.expcontact .expassist_team > div:first-child {
    color: #000000;
    font-size: calc(15px * 1.05);
    line-height: 1.6;
    border-left: 3px solid rgb(135,170,191);
    padding-left: 1.5rem;
}

.expcontact span {
    color: #000000;
    display: block;
    margin-left: 1.8rem;
    font-size: 15px;
}

.expcontact .exphelp_request > div:hover {
    transform: translateX(5px);
}

.expcontact .expwrite_experts svg {
    transform: scale(0.9);
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-left: 0.5rem;
}

.expexperience_trial {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(108,137,160) 0%, rgb(135,170,191) 100%);
    transform-style: preserve-3d;
}

.expexperience_trial h6 {
    transform: translateZ(10px);
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
}

.expexperience_trial .exprequest_info {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                0 5px 15px -5px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    justify-content: center;
    text-decoration: none;
    transform: translateZ(20px);
    align-items: center;
    font-weight: 700;
    color: rgb(135,170,191);
    transition: all 0.4s ease;
    display: inline-flex;
    background: #ffffff;
    padding: 1rem 2.5rem;
    overflow: hidden;
    position: relative;
    border-radius: 28px;
}

.expexperience_trial .exprequest_info:hover::after {
    animation: shine 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.expexperience_trial .exprequest_info:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px) translateZ(10px);
}

.exptitle_section .expmentor_approach {
    position: relative;
    opacity: 0;
    transform: translateZ(20px);
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out forwards;
}

.exptitle_section .expcourse_welcome {
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(20px) translateZ(0);
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    transition: transform 0.5s ease;
    position: relative;
}

.exptitle_section .expcourse_welcome p {
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    max-width: 80%;
    font-weight: 600;
    opacity: 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    font-size: calc(14px * 1.2);
}

.explearning_profits {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 7rem 0;
}

.explearning_profits::after {
    background: linear-gradient(to left, rgb(108,137,160,0.5), rgb(135,170,191,0.5));
    z-index: 0;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    filter: blur(60px);
    width: 20rem;
    transform: rotate(10deg);
    bottom: -10%;
    height: 20rem;
    position: absolute;
    content: "";
    left: -5%;
}

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

.explearning_profits .expmethod_innov:hover {
    transform: translateY(-5px);
}

.explearning_profits .exppic_box {
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explearning_profits .exptext_container::before {
    content: "";
    height: 1px;
    right: 2rem;
    top: 0;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(135,170,191,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    left: 2rem;
    position: absolute;
}

.explearning_profits li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}

.explearning_profits li p svg path {
    fill: rgb(135,170,191);
    transition: fill 0.3s ease;
}

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

header::before {
    top: 0;
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(108,137,160,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(135,170,191,0.5) 0%, transparent 15%);
    content: "";
    opacity: 0.3;
    left: 0;
    width: 100%;
}

header .expmain_skill::after {
    z-index: -2;
    height: 70px;
    border-radius: 50%;
    background: rgb(108,137,160,0.5);
    position: absolute;
    width: 70px;
    filter: blur(20px);
    opacity: 0.3;
    animation: pulse-opacity 4s ease infinite alternate;
    content: "";
}

header .exptop_sitewrap {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    padding: 1rem 0;
    width: 100vw;
    border-bottom: 1px solid rgb(135,170,191,0.5);
    border-top: 1px solid rgb(135,170,191,0.5);
    scrollbar-width: none;
    justify-content: center;
    gap: 0.8rem;
    overflow-x: auto;
    position: relative;
}

header .exphead_section::before {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    content: "";
    transform: translateZ(-10px);
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid transparent;
}

header .exphead_section:hover::after {
    width: 80%;
}

.exppricing_grid_item::before {
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
    z-index: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
}

.exppricing_grid_item .expfee_structure {
    text-align: center;
    font-size: calc(12px * 1.1);
    margin: 0 auto 3rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    transform: translateZ(20px);
    max-width: 800px;
}

.exppricing_grid_item .expcost_levels li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}

.exppricing_grid_item .expprice_panel {
    transform-style: preserve-3d;
    color: #ffffff;
    height: 100%;
    text-decoration: none;
    display: block;
}

.exppricing_grid_item .expclass_cost::after {
    position: absolute;
    left: -50%;
    opacity: 0;
    width: 200%;
    transition: opacity 0.5s ease;
    top: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    height: 200%;
    transform: translateZ(5px);
}

.exppricing_grid_item .explesson_plans h4 {
    color: #ffffff;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.exppricing_grid_item .expprice_panel:hover .exppay_plans {
    color: #ffffff;
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(rgba(rgb(108,137,160,0.5), 0.4), rgba(rgb(108,137,160,0.5), 0.7));
}

.expprogram_details::before {
    height: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,170,191,0.5) 0px,
        rgb(135,170,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
}

.expprogram_details .expskill_academy {
    gap: 2.5rem;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    transform: translateY(30px);
    flex-direction: column;
    display: flex;
    opacity: 0;
}

.expprogram_details .exppic_box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 350px;
    border-radius: 17px;
}

.expprogram_details .description {
    padding: 0 0.5rem;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s ease;
    line-height: 1.7;
    color: #000000;
}

.expprogram_details .description:first-of-type::before {
    background: rgb(135,170,191);
    opacity: 0.2;
    width: 20px;
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: -10px;
    height: 20px;
    content: "";
}



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



@media (min-width: 768px) {.expour_team .exptext_container div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.expour_team .exptext_container {
    width: calc(100% - 80px);
    margin-left: 80px;
}.expour_team .exptext_container div div {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.expour_team {
    padding: 80px 0 100px;
}.expour_team h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 30px;
}.expour_team .exptext_container {
    padding: 30px;
}
}



@media (prefers-reduced-motion) {.expour_team .container,
    .expour_team .exptext_container,
    .expour_team h2::after {
    transform: none;
    opacity: 1;
    animation: none;
}}



@media (max-width: 767px) {.expthxCard {
    padding: 4rem 0;
}.expthxCard .expmethod_innov {
    padding: 2rem;
    gap: 1.5rem;
}.expthxCard h5 {
    font-size: calc(18px * 0.9);
}.expthxCard h5::after {
    height: 2px;
}.expthxCard a {
    padding: 1.2rem;
}
}


@media only screen and (max-width: 800px) {.expsecure_citadel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.expsecure_citadel h1 {
    font-size: calc(21px - 4px);
    margin-bottom: 15px;
}.expsecure_citadel h2 {
    margin-bottom: 10px;
    font-size: calc(21px - 2px);
}.expsecure_citadel ul {
    padding-left: 0;
}.expsecure_citadel li {
    padding: 8px;
    margin-bottom: 8px;
}.expsecure_citadel div {
    padding: 10px;
}}



@media screen and (max-width: 480px) {.expreach_outZun {
    padding: 40px 0;
}.expreach_outZun h2 {
    font-size: calc(36px * 0.8);
}.expreach_outZun form h3 {
    font-size: calc(20px * 0.9);
}.expreach_outZun .expreach_panel::before,
    .expreach_outZun .expreach_panel::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 767px) {.expcourse_instructor {
    padding: 4rem 1.5rem;
}.expcourse_instructor .explearner_stories {
    gap: 2rem;
    padding: 2rem;
}.expcourse_instructor .exppic_box {
    height: 250px;
}.expcourse_instructor .name {
    font-size: calc(24px - 1px);
}.expcourse_instructor .explearner_stories > div:nth-child(2) > div {
    font-size: calc(16px - 3px);
}.expcourse_instructor .expemployee_history {
    font-size: calc(16px - 1px);
    padding: 1rem;
}}



@media (max-width: 767px) {.exppodcast_cta {
    padding: 40px 0 30px;
}.exppodcast_cta .expdonate_books {
    grid-template-columns: 1fr;
}.exppodcast_cta .company_holder {
    padding: 25px;
}.exppodcast_cta .exptop_sitewrap {
    padding: 25px;
}.exppodcast_cta .company_holder h3 {
    font-size: calc(33px - 2px);
}.exppodcast_cta .exptop_sitewrap h5 {
    font-size: calc(18px - 1px);
}
}



@media (min-width: 768px) {.expcontact {
    padding: 8rem 3rem;
}.expcontact h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.2);
}.expcontact .expassist_team {
    padding: 3.5rem;
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.expcontact h1::after {
    width: 80px;
}.expcontact::after {
    height: 500px;
    width: 500px;
}
}



@media (min-width: 768px) {.expexperience_trial {
    padding: 5rem 3rem;
}.expexperience_trial .container {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.expexperience_trial h6 {
    text-align: left;
    max-width: 90%;
}.expexperience_trial div:nth-child(2) {
    justify-content: flex-end;
}
}




@media (max-width: 1200px) {.exptitle_section .expedu_front {
    font-size: calc(44px * 0.9);
}.exptitle_section .expcourse_welcome > div {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.exptitle_section > div {
    padding: 1.5rem;
}.exptitle_section .expmentor_approach {
    margin-bottom: 2rem;
}.exptitle_section .expedu_front {
    font-size: calc(44px * 0.7);
}.exptitle_section .expcourse_welcome p {
    max-width: 100%;
    font-size: 14px;
    padding-left: 15px;
}.exptitle_section .expcourse_welcome h3 {
    font-size: calc(18px * 0.9);
    padding: 1.2rem;
}.exptitle_section .expcourse_welcome > div {
    gap: 1.5rem;
    padding: 1.5rem;
}
}



@media (min-width: 992px) {.explearning_profits .expmethod_innov > div:first-child {
    flex: 0 0 40%;
}.explearning_profits ul {
    grid-template-columns: repeat(3, 1fr);
}.explearning_profits li:nth-child(3n+1) {
    transform: translateY(-5px);
}.explearning_profits li:nth-child(3n+2) {
    transform: translateY(0);
}.explearning_profits li:nth-child(3n+3) {
    transform: translateY(5px);
}.explearning_profits li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.explearning_profits li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.explearning_profits li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}



@media (max-width: 991px) {header .expmain_skill {
    margin: 0.8rem 0 1.2rem;
}header .expmain_skill svg {
    height: 40px;
}header .exphead_section {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (max-width: 991px) {.exppricing_grid_item {
    padding: 80px 0;
}.exppricing_grid_item h2 {
    font-size: calc(35px * 0.9);
}.exppricing_grid_item .expfee_structure {
    margin-bottom: 2.5rem;
    font-size: 12px;
}.exppricing_grid_item .expcost_levels {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.exppricing_grid_item .explesson_plans {
    padding: 25px 20px;
}
}



@media (min-width: 768px) {.expprogram_details .expskill_academy {
    align-items: flex-start;
    flex-direction: row;
}.expprogram_details .exppic_box {
    flex: 0 0 45%;
    height: 450px;
}.expprogram_details .exptext_container {
    padding-left: 2.5rem;
    flex: 0 0 55%;
}.expprogram_details .description {
    font-size: calc(13px + 0.05rem);
}.expprogram_details h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    font-size: calc(30px + 0.2rem);
}.expprogram_details .exppic_box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}



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



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



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



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



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



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



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

