.exppodcast_cta {
    flex: 0 0 auto;
}

.exppodcast_cta {
    z-index: 5;
    padding: 60px 0 40px;
    position: relative;
    background-color: transparent;
}

.expsegment-wrapper {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
}

.expour_team::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
}

.expour_team h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transform: translateX(-10px);
    margin-bottom: 40px;
    font-size: calc(33px * 1.2);
}



.expour_team .exptext_container > div {
    position: relative;
}

.expour_team .exptext_container p {
    display: inline-block;
    font-size: calc(12px * 1.5);
    margin-bottom: 20px;
    transform: translateX(-10px);
    color: rgb(108,137,160);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
}

.expthxCard {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(108,137,160,0.5) 0%, rgb(135,170,191,0.5) 40%, rgb(164,206,222) 100%);
    padding: 7rem 0;
}

.expthxCard::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(108,137,160,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(108,137,160,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(135,170,191,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(135,170,191,0.5) 0%, transparent 7%);
    position: absolute;
    pointer-events: none;
    inset: 0;
    content: "";
}

.expthxCard .expmethod_innov > div:first-child {
    position: relative;
    transform: translateX(-2rem);
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
}

.expthxCard h5 {
    color: rgb(135,170,191);
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    font-size: calc(18px * 1.1);
}

.expthxCard a {
    border-radius: 6px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.expsecure_citadel h1 {
    padding-bottom: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 48px;
    color: rgb(135,170,191);
    border-bottom: 2px solid rgb(108,137,160);
    grid-column: span 2;
    text-align: center;
    text-shadow: 0 0 10px rgb(135,170,191);
    margin-top: 0;
    margin-bottom: 20px;
}

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

.expreach_outZun::after {
    opacity: 0.1;
    left: -50%;
    width: 200%;
    pointer-events: none;
    height: 200%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 60%);
    top: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
}

.expreach_outZun h2::after {
    background: linear-gradient(to right, transparent, rgb(135,170,191), transparent);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: 0;
}

.expreach_outZun .exppic_box {
    min-height: 500px;
    transition: transform 0.6s ease;
    flex: 1;
    position: relative;
    transform: scale(1.01);
}

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

.expreach_outZun form h3::before {
    height: 25px;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    content: "";
    background: rgb(135,170,191);
}

.expreach_outZun form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.expreach_outZun .exprequest_block {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}

.expreach_outZun .exprequest_block input[type="checkbox"]:checked + label::before {
    border-color: rgb(135,170,191);
    background: rgb(135,170,191);
}

.expreach_outZun .exprequest_block label a {
    text-decoration: none;
    color: rgb(135,170,191);
    transition: all 0.3s ease;
}

.expreach_outZun form .exprequest_info {
    display: inline-block;
    overflow: hidden;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
    transition: all 0.4s ease;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(135,170,191), rgb(108,137,160));
    position: relative;
    font-size: 14px;
    border: none;
    font-family: Arial, sans-serif;
}

.expcourse_instructor::before {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    background: rgb(108,137,160,0.5);
    height: 30%;
    right: -5%;
    width: 30%;
    content: "";
    top: -5%;
    position: absolute;
}

.expcourse_instructor .explearner_stories {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    background: #ffffff;
}

.expcourse_instructor .name {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    color: #000000;
}

.expcourse_instructor .explearner_stories:hover .name::after {
    width: 100%;
}

.expcourse_instructor .explearner_stories > div:nth-child(2) > div {
    color: rgb(108,137,160);
    letter-spacing: 0.5px;
    font-size: calc(16px - 2px);
    font-weight: 600;
    opacity: 0.9;
}

footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}

footer::before {
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(135,170,191,0.5) 50%,
    #000000 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.9;
}

.exppodcast_cta .expprogram_foot {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
}

.exppodcast_cta .exptop_sitewrap {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}

.exppodcast_cta .exptop_sitewrap .expmain_learn {
    display: grid;
    grid-gap: 15px;
}

.exppodcast_cta .exptop_sitewrap .expmain_learn a {
    opacity: 0.8;
    font-size: 14px;
    padding-left: 15px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.expcompliance .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



.exppodcast_cta .company_holder:hover,
.exppodcast_cta .exptop_sitewrap:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.exppodcast_cta .exptop_sitewrap::before {
    opacity: 0.5;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(108,137,160);
    left: 0;
    width: 5px;
}

.exppodcast_cta .expmain_learn {
    position: relative;
}

.exppodcast_cta .exptop_sitewrap:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.exppodcast_cta .exptop_sitewrap:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

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

.expcookie_expand {
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    display: flex;
    padding: 20px;
    border: 2px solid rgb(135,170,191);
    align-items: center;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    border-radius: 17px;
}

.expconsent_track {
    border-radius: 10px;
    padding: 10px 20px;
    background: rgb(135,170,191);
    flex-shrink: 0;
    text-decoration: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    min-width: 120px;
    text-align: center;
}

.expcontact::after {
    position: absolute;
    top: -15%;
    content: "";
    width: 300px;
    background: radial-gradient(circle, rgba(rgb(135,170,191,0.5), 0.1) 0%, transparent 70%);
    border-radius: 50%;
    right: -5%;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    z-index: 1;
}

.expcontact h1::after {
    left: 0;
    width: 60px;
    transform: scaleX(0);
    position: absolute;
    background: rgb(108,137,160);
    content: "";
    transform-origin: left;
    animation: expandLine 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    bottom: -10px;
}

.expcontact h6 {
    font-size: 16px;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(135,170,191);
    align-items: center;
    margin-bottom: 0.7rem;
}

.expcontact .exphelp_request {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}

.expcontact .expwrite_experts {
    font-size: 15px;
    align-items: center;
    display: flex;
    color: rgb(108,137,160);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.expexperience_trial::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    top: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
}

.expexperience_trial .container {
    display: grid;
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin: 0 auto;
    position: relative;
}

.expexperience_trial div:nth-child(2)::before {
    content: "";
    z-index: -1;
    height: 120%;
    transform: translate(-50%, -50%) rotate(-2deg);
    top: 50%;
    border-radius: 100px;
    left: 50%;
    width: 120%;
    filter: blur(15px);
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

.expexperience_trial .exprequest_info::after {
    height: 200%;
    opacity: 0;
    content: "";
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    width: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    position: absolute;
    left: -50%;
    transform: rotate(45deg);
    top: -50%;
}

.expexperience_trial .exprequest_info:hover span {
    transform: translateX(5px);
}

.exptitle_section > div {
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    width: 100%;
    position: relative;
    padding: 2rem;
}

.exptitle_section .expedu_front {
    color: rgb(135,170,191);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 44px;
    display: inline-block;
}

.exptitle_section .expcourse_welcome::before {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px);
    opacity: 0.85;
    right: 0;
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
}

.exptitle_section .expcourse_welcome p::before {
    transform: scaleY(0);
    animation: scaleVertical 0.6s 0.9s ease-out forwards;
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    background: rgb(108,137,160);
    top: 0;
    transform-origin: top;
}

.explearning_profits::before {
    filter: blur(70px);
    position: absolute;
    transform: rotate(-15deg);
    top: -5%;
    width: 25rem;
    opacity: 0.4;
    z-index: 0;
    content: "";
    background: linear-gradient(to right, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    animation: pulse 8s infinite alternate ease-in-out;
    right: -10%;
    height: 25rem;
}

.explearning_profits h5::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
    position: absolute;
    bottom: -0.8rem;
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    width: 6rem;
}

.explearning_profits .expmethod_innov > div:first-child {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.explearning_profits .expmethod_innov:hover .exppic_box {
    transform: scale(1.05);
}

.explearning_profits .exptext_container {
    position: relative;
    padding: 2rem;
}

.explearning_profits ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 1.5rem;
}

.explearning_profits li:hover {
    transform: translateX(5px);
}

.explearning_profits li p {
    margin: 0;
    display: flex;
    line-height: 1.6;
    color: #000000;
    font-size: calc(14px - 0.05rem);
    position: relative;
    align-items: flex-start;
}

.explearning_profits li:hover p svg path {
    fill: rgb(108,137,160);
}

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

header::after {
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(108,137,160,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(108,137,160,0.5) 100%);
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
}

header .expmain_skill::before {
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(108,137,160,0.5) 120deg,
            transparent 180deg,
            rgb(135,170,191,0.5) 240deg,
            transparent 360deg
        );
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    animation: rotate 10s linear infinite;
    content: "";
    height: 120px;
}

header .exphead_section {
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
    text-decoration: none;
    perspective: 800px;
    padding: 0.6rem 1.5rem;
    position: relative;
    white-space: nowrap;
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

header .exphead_section:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(108,137,160);
    text-shadow: 0 0 5px rgb(108,137,160,0.5);
}

header .exphead_section:hover::before {
    border-color: rgb(108,137,160,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(135,170,191,0.5);
}

.exppricing_grid_item .expprice_opts {
    perspective: 1200px;
}

.exppricing_grid_item h2 {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 35px;
    position: relative;
    transform: translateZ(30px);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.exppricing_grid_item .expcost_levels {
    gap: 30px;
    list-style: none;
    transform-style: preserve-3d;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}

.exppricing_grid_item .expclass_cost {
    background: linear-gradient(135deg, 
        rgba(rgb(135,170,191,0.5), 0.2) 0%, 
        rgba(rgb(135,170,191,0.5), 0.3) 50%, 
        rgba(rgb(135,170,191,0.5), 0.18) 100%);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    backdrop-filter: blur(8px);
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
}

.exppricing_grid_item .explesson_plans p {
    position: relative;
    line-height: 1.7;
    margin-bottom: 25px;
    max-height: 220px;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(15px);
    font-size: 12px;
    overflow-y: auto;
    padding-right: 5px;
}

.expprogram_details {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    position: relative;
}

.expprogram_details::after {
    width: 30rem;
    opacity: 0.15;
    top: -10%;
    right: -5%;
    content: "";
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
    height: 30rem;
    z-index: 0;
    position: absolute;
}

.expprogram_details h2 {
    text-align: center;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    font-size: 30px;
}

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

.expprogram_details .exptext_container {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.expprogram_details .description:first-of-type {
    border-left: 3px solid rgb(135,170,191);
    position: relative;
    padding-left: 1.25rem;
}

.expprogram_details .description:nth-of-type(2)::after {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgb(108,137,160);
    position: absolute;
    bottom: 0;
    right: -10px;
    opacity: 0.2;
    content: "";
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.expour_team {
    padding: 150px 0 180px;
}.expour_team .container {
    padding: 0 40px;
}.expour_team h2 {
    margin-bottom: 60px;
    font-size: calc(33px * 1.4);
}.expour_team .exptext_container {
    padding: 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}
}



@media (hover: hover) {.expour_team .exptext_container:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(135,170,191,0.5), 0.2);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
}}



@media (max-width: 991px) {.expthxCard {
    padding: 5rem 0;
}.expthxCard .expmethod_innov {
    gap: 2rem;
    padding: 2.5rem;
}.expthxCard h5 {
    font-size: 18px;
}.expthxCard p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 575px) {.expthxCard {
    padding: 3rem 0;
}.expthxCard .expmethod_innov {
    padding: 1.5rem;
    gap: 1.2rem;
}.expthxCard h5 {
    font-size: calc(18px * 0.85);
    padding-bottom: 0.75rem;
}.expthxCard p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.expthxCard a {
    padding: 1rem;
}.expthxCard a:hover {
    transform: translateY(-3px);
}
}



@media screen and (max-width: 991px) {.expreach_outZun {
    padding: 80px 0;
}.expreach_outZun .expinquiry_help {
    flex-direction: column;
}.expreach_outZun .exppic_box {
    min-height: 300px;
    order: 1;
}.expreach_outZun .expreach_panel {
    padding: 40px 30px;
    order: 2;
}
}



@media (min-width: 768px) {.expcourse_instructor {
    padding: 8rem 3rem;
}.expcourse_instructor .explearner_stories {
    grid-template-rows: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.expcourse_instructor .explearner_stories > div:first-child {
    grid-row: span 2;
}.expcourse_instructor .exppic_box {
    height: 100%;
}.expcourse_instructor .explearner_stories > div:nth-child(2) {
    padding-left: 3rem;
}.expcourse_instructor .expemployee_history {
    font-size: calc(16px + 1px);
    padding: 2rem;
}
}



@media (max-width: 991px) {.exppodcast_cta .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.exppodcast_cta .company_holder {
    grid-column: span 12;
}.exppodcast_cta .expdonate_books {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 575px) {.exppodcast_cta {
    padding: 30px 0 20px;
}.exppodcast_cta .company_holder,
  .exppodcast_cta .exptop_sitewrap {
    padding: 20px;
}.exppodcast_cta .company_holder h3 {
    font-size: calc(33px - 4px);
}.expcompliance {
    padding: 20px 0;
}}



@media (min-width: 992px) {.expcontact {
    padding: 10rem 4rem;
}.expcontact::before {
    background-size: 60px 60px;
}.expcontact .expassist_team {
    padding: 4rem;
}.expcontact .expassist_team > div:first-child {
    font-size: calc(15px * 1.1);
}.expcontact h6 {
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 480px) {.expcontact {
    padding: 3rem 1rem;
}.expcontact h1 {
    font-size: calc(39px * 0.8);
}.expcontact .expassist_team {
    padding: 1.5rem;
}.expcontact h6 {
    font-size: calc(16px * 0.9);
}.expcontact span,
    .expcontact .expwrite_experts {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {.expexperience_trial h6 {
    text-align: center;
    margin-bottom: 1rem;
}.expexperience_trial div:nth-child(2) {
    margin-top: 1rem;
}
}



@media (max-width: 992px) {.exptitle_section .expedu_front {
    font-size: calc(44px * 0.8);
}.exptitle_section .expcourse_welcome p {
    max-width: 90%;
    font-size: calc(14px * 1.1);
}.exptitle_section .expcourse_welcome > div {
    padding: 2rem;
}
}



@media (min-width: 768px) {.explearning_profits {
    padding: 9rem 0;
}.explearning_profits h5 {
    margin-bottom: 4rem;
    font-size: calc(20px + 0.2rem);
}.explearning_profits .expmethod_innov {
    border-radius: 100px;
    gap: 0;
    flex-direction: row;
    align-items: stretch;
}.explearning_profits .expmethod_innov > div:first-child {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex: 0 0 45%;
}.explearning_profits .exptext_container {
    display: flex;
    padding: 3rem;
    flex: 1;
    align-items: center;
}.explearning_profits .exptext_container::before {
    height: auto;
    width: 1px;
    background: linear-gradient(to bottom, 
            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: 0;
    top: 3rem;
    bottom: 3rem;
    right: auto;
}.explearning_profits ul {
    grid-template-columns: repeat(2, 1fr);
}.explearning_profits li p {
    font-size: 14px;
}
}



@media (max-width: 767px) {header .expmain_skill {
    margin: 0.6rem 0 1rem;
}header .expmain_skill svg {
    height: 35px;
}header .expmain_skill::before {
    width: 90px;
    height: 90px;
}header .expmain_skill::after {
    height: 50px;
    width: 50px;
}header .exptop_sitewrap {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .exphead_section {
    font-size: calc(18px - 2px);
    padding: 0.4rem 1rem;
}header .exphead_section:first-child {
    margin-left: 2rem;
}header .exphead_section:last-child {
    margin-right: 2rem;
}}



@media (max-width: 575px) {.exppricing_grid_item {
    padding: 50px 0;
}.exppricing_grid_item h2 {
    font-size: calc(35px * 0.7);
}.exppricing_grid_item .expfee_structure {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.exppricing_grid_item .explesson_plans {
    padding: 20px 15px;
}.exppricing_grid_item .explesson_plans h4 {
    font-size: 24px;
}.exppricing_grid_item .explesson_plans p {
    max-height: 180px;
    font-size: calc(12px * 0.9);
}.exppricing_grid_item .exppay_plans {
    font-size: 24px;
    padding: 8px 12px;
}}

@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -30px);
    }
}



@keyframes lineReveal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

